#include <openldev-makefile-parser.h>
Data Fields | |
string | file |
vector< string > | subdirs |
vector< string > | includes |
vector< MakefileVariable * > | variables |
vector< MakefileScript * > | scripts |
vector< MakefileTarget * > | targets |
vector< MakefilePrefix * > | prefixes |
|
The full path location of the Makefile.am that the elements were loaded from. |
|
List of elements from the INCUDES variable if it exists. |
|
List of custom prefixes. There is also the option of installing data at each of the prefixes as well. |
|
List of scripts and their content in the Makefile.am. |
|
List of elements from the SUBDIRS variable if it exists. |
|
List of target elements in the Makefile.am. Each of these can be linked to a custom prefix. |
|
List of general variable elements in the Makefile.am. This excludes any elements that are targets, SUBDIRS, INCLUDES or prefixes. |