#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=somefile
Default: MAINFILE without extension
LINKER=g++ -lm -lxx -lxx -lxx
Default: g++ -lm
LINKER_TAIL=libRPClort.a
Default: nothing...
COMPILER=g++ -O2 -g -I/usr/local/lib/mysql
Default: g++ -O2 -g
MAKESCRIPT=somefile.sh
Default: MAINFILE with .sh-extension
DOTOUTPUT=somefile.dot
Default: 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. |
1.2.6 written by Dimitri van Heesch,
© 1997-2001