File: icmconf.lib

package info (click to toggle)
xd 5.00.03-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 708 kB
  • sloc: cpp: 1,852; fortran: 161; makefile: 107; sh: 36; ansic: 30
file content (20 lines) | stat: -rw-r--r-- 556 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
//#define CLS
#define LIBRARY           "modules"
#define SOURCES             "*.cc"
#define OBJ_EXT             ".o"
#define TMP_DIR             "tmp"

#define USE_ECHO              ON
#define IH                  ".ih"
//#define PRECOMP             "-x c++-header"
//#define USE_ALL             "a"

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

//#define REFRESH
//#define LDFLAGS             "-s"
#define ADD_LIBRARIES       "bobcat"
#define ADD_LIBRARY_PATHS   ""

#define DEFCOM     "library"