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 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52
|
#include "INSTALL.im"
// For more information about this file: 'man 7 icmconf'
#define MAIN "main.cc"
#define REFRESH
#define LIBRARY "modules"
#define SHAREDREQ ""
#define SOURCES "*.cc"
#define ADD_LIBRARIES "bobcat pcap pthread"
#define ADD_LIBRARY_PATHS ""
#define USE_ECHO ON
#define TMP_DIR "tmp"
#define OBJ_EXT ".o"
#define USE_VERSION
#define USE_ALL "a"
// ============== NOT USED: ============================
#define SCANNER_DIR ""
#define SCANGEN ""
#define SCANFLAGS ""
#define SCANSPEC ""
#define SCANOUT ""
#define PARSER_DIR ""
#define PARSGEN ""
#define PARSFLAGS ""
#define PARSSPEC ""
#define PARSFILES ""
#define PARSOUT ""
|