// see also ~/.icmake/icmconf.mod for a possible module-using icmconf 

// #define CLS

#define MULTICOMP           "jobs -q"
//#define SPCH                "-u xerr/xerr.ih"

//#define USE_ALL             "a"

#define MAIN                "main.cc"
#define SOURCES             "*.cc"
#define OBJ_EXT             ".o"
#define TMP_DIR             "tmp"

#define USE_ECHO              ON
#define IH                  ".ih"

#define CXX                 "g++"
#define CXXFLAGS            "-Wall -Werror -O2 -fdiagnostics-color=never"

#define REFRESH
#define LDFLAGS             "-s"
//#define ADD_LIBRARIES       "omapbuf mapbase bobcat"
//#define ADD_LIBRARY_PATHS   "../../../mapbase/tmp " \
//                            " ../../../omapbuf/tmp"

#define ADD_LIBRARIES       "iomapbuf imapbuf omapbuf mapbase bobcat"
#define ADD_LIBRARY_PATHS   "../../tmp  ../../../mapbase/tmp " \
                            "../../../imapbuf/tmp ../../../omapbuf/tmp"

#define DEFCOM     "program"




