#include <glib.h>
#include <iostream>
#include <vector>
#include <string>
#include <fstream>
Go to the source code of this file.
Classes | |
struct | MakefileAttr |
struct | Makefile |
Typedefs | |
typedef _Makefile | Makefile |
typedef _MakefileAttr | MakefileAttr |
Enumerations | |
enum | { MAKEFILE_STRING, MAKEFILE_COMMENT, MAKEFILE_SCRIPT, MAKEFILE_ARRAY } |
Functions | |
Makefile * | openldev_makefile_parser_new (const char *) |
void | openldev_makefile_parser_write (Makefile *) |
vector< string > | openldev_makefile_parser_get_subdirs (Makefile *) |
vector< string > | openldev_makefile_parser_get_sources (Makefile *) |
|
Definition at line 33 of file openldev-makefile-parser.h. |
|
Definition at line 34 of file openldev-makefile-parser.h. |
|
Definition at line 30 of file openldev-makefile-parser.h. |
|
|
|
|
|
|
|
|