#include <openldev-makefile-parser.h>
Data Fields | |
int | type |
bool | user_prefix |
string | name |
string | prefix |
vector< string > | sources |
vector< string > | ldflags |
vector< string > | ldadd |
|
List of libraries (LDADD or LIBADD) included when building the target. |
|
List of linker flags (LDFLAGS) used when linking the target. |
|
The name of the target. It can include alphanumeric characters, dashes and periods. |
|
The full text version of the prefix to be used. These can include, but are not limited to a user-defined prefix, bin, sbin, lib, etc. |
|
List of sources (SOURCES) that should be compiled to create the target. |
|
The type of target defined by the TargetType enumeration. This can be TARGET_PROGRAM, TARGET_LIBRARY or TARGET_LTLIBRARY. |
|
TRUE if this target is going to use a user-defined prefix. |