~ubuntu-branches/ubuntu/wily/oxref/wily

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
#include "INSTALL.im"

#define MAIN                "oxref.cc"
#define ADD_LIBRARIES       "bobcat"
#define ADD_LIBRARY_PATHS   ""
#define SCANNER_DIR         ""  
#define PARSER_DIR          ""
#define REFRESH
#define LIBRARY             "modules"
#define SHAREDREQ           ""
//#define CLS
//#define USE_ALL             "a"
#define SOURCES             "*.cc"
#define SCANGEN             "flexc++"
#define SCANFLAGS           ""
#define SCANSPEC            "lexer"
//#define SCANFILES            ""
#define SCANOUT             "lex.cc"
#define PARSGEN             "bisonc++"
#define PARSFLAGS           "-V"
#define PARSSPEC            "grammar"
#define PARSFILES           "inc/*"
#define PARSOUT             "parse.cc"
#define USE_ECHO              ON
#define TMP_DIR             "tmp"
#define OBJ_EXT             ".o"
#define USE_VERSION
#define DEFCOM              "program"