// see also INSTALL.im for additional #defines

#define MULTICOMP           "jobs -q"

#define USE_ECHO            ON
#define CLS

#ifndef AUXFLAGS
#define AUXFLAGS              ""
#endif

#define CXX                 "g++"

    // Check INSTALL.im for 'build' compiler options
#define CXXFLAGS            ${AUXFLAGS} " -Wall -Werror -O2" \
                            " -fdiagnostics-color=never "

// see pf_iterator/icmconf for an example using -system

#define SOURCES             "*.cc"
#define TMP_DIR             "tmp"
#define OBJ_EXT             ".o"
#define DEFCOM              "library"

////////////////////////////////////////////////////////////////////////////
#define ADD_LIBRARIES       ""
#define ADD_LIBRARY_PATHS   ""

#define LDFLAGS             ""
#define MAIN                ""
