Add tests for UpdateCrypto
[TortoiseGit.git] / ext / OGDF / makeMakefile.config
blob74bffdf2970bec5eada85dd1e2e37d1e61f6ba45
1 [GENERAL]
2 #**********************************************************
3 #* build OGDF as a static library (false) or shared library (true)
4 sharedLib = false
6 #* name of the static (import) library
7 libName = libOGDF.a 
8 #* name of the shared library (.dll for Windows, .so for Linux)
9 sharedlibName = libOGDF.so
11 compilerCommand = g++
12 compilerParams = -I.
14 #* command used to create a static library
15 libCommand = ar
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)
24 gccMessageLength = 0
26 rmCommand = rm -rf
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
35 [VERSIONS] 
36 #**********************************************************
37 #* for each entry <XYZ>, makeMakefile will generate a 
38 #*    <XYZ> and clean<XYZ> Make-target 
39 debug = -g3 -O0 -DOGDF_DEBUG
40 release = -O2
43 [COIN]
44 #**********************************************************
45 #* set to "true" to use COIN
46 useCoin = false
47 coinIncl = /somewhere/COIN/include
49 #* Select your solver for COIN
50 #* CPLEX:
51 # solver_name = COIN_OSI_CPX
52 # solver_incl = /somewhere/ILOG/cplex90/include/ilcplex
53 #* Coin's CLP:
54 # solver_name =  COIN_OSI_CLP
55 # solver_incl = 
56 #* Coin's Symphony
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 
68 #*            you did for OGDF
71 [ABACUS]
72 #**********************************************************
73 useAbacus = false
74 # abacusDef = -DABACUS_COMPILER_GCC
75 # abacusIncl = /somewhere/abacus/include
76 # abacusLib = -L/somewhere/abacus/lib/linux-gcc33 -labacus-cplex80