Main Page | Modules | Alphabetical List | Data Structures | File List | Data Fields | Related Pages

MakeInfoStruct Struct Reference
[Compiler - compile a constraint grammar]

Collaboration diagram for MakeInfoStruct:

Collaboration graph
[legend]

Detailed Description

default make settings. This structure bundles all the information that is needed to compile and link a binary CDG grammar. This is called MakeInfo in according to the normal place where such information is kept.

Definition at line 97 of file compile.c.

Data Fields

String cc
String cFlags
String includes
String ld
String ldFlags
String ldLibs


Field Documentation

String MakeInfoStruct::cc
 

CC Definition at line 98 of file compile.c.

Referenced by comCompile(), comInitialize(), comMake(), comMakeInfoFree(), and comMakeInfoNew().

String MakeInfoStruct::cFlags
 

CFLAGS Definition at line 100 of file compile.c.

Referenced by comCompile(), comInitialize(), comMake(), comMakeInfoFree(), and comMakeInfoNew().

String MakeInfoStruct::includes
 

INCLUDES Definition at line 103 of file compile.c.

Referenced by comCompile(), comInitialize(), comMake(), comMakeInfoFree(), and comMakeInfoNew().

String MakeInfoStruct::ld
 

LD Definition at line 99 of file compile.c.

Referenced by comCompile(), comInitialize(), comMake(), comMakeInfoFree(), and comMakeInfoNew().

String MakeInfoStruct::ldFlags
 

LDFLAGS Definition at line 101 of file compile.c.

Referenced by comCompile(), comInitialize(), comMake(), comMakeInfoFree(), and comMakeInfoNew().

String MakeInfoStruct::ldLibs
 

LDLIBS Definition at line 102 of file compile.c.

Referenced by comCompile(), comInitialize(), comMake(), comMakeInfoFree(), and comMakeInfoNew().


The documentation for this struct was generated from the following file:
CDG 0.95 (20 Oct 2004)