2 #**********************************************************
3 #* build OGDF as a static library (false) or shared library (true)
6 #* name of the static (import) library
8 #* name of the shared library (.dll for Windows, .so for Linux)
9 sharedlibName = libOGDF.so
14 #* command used to create a static library
16 #* command used to create a shared library
17 sharedlibCommand = g++
19 #* blank means don't call ranlib
20 ranlibCommand = ranlib
22 #* gccMessageLength: if not defined -> no param
23 #* set to 0 for use in IDEs (0 = no line breaks)
27 mkdirCommand = mkdir -p
29 #* the option below does not work in public releases,
30 #* as the solver is non-GPL. Please use COIN instead!
31 useOwnLpSolver = false
32 includeLegacyCode = false
36 #**********************************************************
37 #* for each entry <XYZ>, makeMakefile will generate a
38 #* <XYZ> and clean<XYZ> Make-target
39 debug = -g3 -O0 -DOGDF_DEBUG
44 #**********************************************************
45 #* set to "true" to use COIN
47 coinIncl = /somewhere/COIN/include
49 #* Select your solver for COIN
51 # solver_name = COIN_OSI_CPX
52 # solver_incl = /somewhere/ILOG/cplex90/include/ilcplex
54 # solver_name = COIN_OSI_CLP
57 # solver_name = COIN_OSI_SYM
58 # solver_incl = /home/plug/COIN/SYMPHONY/include
60 #* For compilation of a executable program, you have to link against the corresponding libraries.
61 #* Use parameters like:
62 #* for COIN itself: "-L/somewhere/COIN/lib -lCoinUtils -lOsi"
63 #* for CPLEX: "-L/somewhere/CPLEX/bin/i86_linux2_glibc2.3_gcc3.2 -lcplex90 -lOsiCpx"
64 #* for CLP: "-L/home/plug/COIN/lib -lOsiClp -lClp"
65 #* for Symphony: "-L/comewhere/COIN/SYMPHONY/lib -lsym -lOsiSym"
67 #* ATTENTION: When compiling your executable, you have to set the compiler-flags just as
72 #**********************************************************
74 # abacusDef = -DABACUS_COMPILER_GCC
75 # abacusIncl = /somewhere/abacus/include
76 # abacusLib = -L/somewhere/abacus/lib/linux-gcc33 -labacus-cplex80