#include <time.h>
#include <unistd.h>
#include "makeutilities.h"
Include dependency graph for optionreader.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Compounds | |
class | OptionReader |
Reads an optionfile including, or command line parameters being, any of these: MAINFILE=somefile.cpp EXECUTABLE=somefileDefault: MAINFILE without extension LINKER=g++ -lm -lxx -lxx -lxxDefault: g++ -lm LINKER_TAIL=libRPClort.aDefault: nothing... COMPILER=g++ -O2 -g -I/usr/local/lib/mysqlDefault: g++ -O2 -g MAKESCRIPT=somefile.shDefault: MAINFILE with .sh-extension DOTOUTPUT=somefile.dotDefault: nothing... MAKER_ADD_DEPENDENCY="somefile.xxx"Default: nothing... Note: The double quotes (") must be used. More... | |
Defines | |
#define | MAXGRAPHLISTS 3 |
#define | MAXEXCLUDELISTLENGTH 2048 |
|
Definition at line 15 of file optionreader.h. |
|
Definition at line 14 of file optionreader.h. |