File: icmconf.programs

package info (click to toggle)
icmake 13.05.01-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 7,132 kB
  • sloc: cpp: 11,595; fortran: 883; makefile: 853; sh: 546; pascal: 342
file content (32 lines) | stat: -rw-r--r-- 745 bytes parent folder | download
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
// see also ~/.icmake/icmconf.mod for a possible module-using icmconf 

#define NOCOLORS             "-fdiagnostics-color=never -Dfbb"

#define MULTICOMP           "jobs -q"
#define SPCH                "-q -o " ${NOCOLORS}

#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                 "ccache g++"
#define CXXFLAGS            "-Wall -Werror -O2 " ${NOCOLORS}

#define REFRESH
#define LDFLAGS             "-s"
#define ADD_LIBRARIES       "icmake bobcat"
#define ADD_LIBRARY_PATHS   "../../tmp"

#define DEFCOM              "program"