equal
deleted
inserted
replaced
10 lemon/arg_parser.cc \ |
10 lemon/arg_parser.cc \ |
11 lemon/base.cc \ |
11 lemon/base.cc \ |
12 lemon/color.cc \ |
12 lemon/color.cc \ |
13 lemon/lp_base.cc \ |
13 lemon/lp_base.cc \ |
14 lemon/lp_skeleton.cc \ |
14 lemon/lp_skeleton.cc \ |
15 lemon/random.cc \ |
15 lemon/random.cc \ |
16 lemon/bits/windows.cc |
16 lemon/bits/windows.cc |
17 |
17 |
18 |
18 |
19 lemon_libemon_la_CXXFLAGS = \ |
19 lemon_libemon_la_CXXFLAGS = \ |
20 $(AM_CXXFLAGS) \ |
20 $(AM_CXXFLAGS) \ |
21 $(GLPK_CFLAGS) \ |
21 $(GLPK_CFLAGS) \ |
22 $(CPLEX_CFLAGS) \ |
22 $(CPLEX_CFLAGS) \ |
23 $(SOPLEX_CXXFLAGS) \ |
23 $(SOPLEX_CXXFLAGS) \ |
24 $(CLP_CXXFLAGS) |
24 $(CLP_CXXFLAGS) \ |
|
25 $(CBC_CXXFLAGS) |
25 |
26 |
26 lemon_libemon_la_LDFLAGS = \ |
27 lemon_libemon_la_LDFLAGS = \ |
27 $(GLPK_LIBS) \ |
28 $(GLPK_LIBS) \ |
28 $(CPLEX_LIBS) \ |
29 $(CPLEX_LIBS) \ |
29 $(SOPLEX_LIBS) \ |
30 $(SOPLEX_LIBS) \ |
30 $(CLP_LIBS) |
31 $(CLP_LIBS) \ |
|
32 $(CBC_LIBS) |
31 |
33 |
32 if HAVE_GLPK |
34 if HAVE_GLPK |
33 lemon_libemon_la_SOURCES += lemon/glpk.cc |
35 lemon_libemon_la_SOURCES += lemon/glpk.cc |
34 endif |
36 endif |
35 |
37 |
41 lemon_libemon_la_SOURCES += lemon/soplex.cc |
43 lemon_libemon_la_SOURCES += lemon/soplex.cc |
42 endif |
44 endif |
43 |
45 |
44 if HAVE_CLP |
46 if HAVE_CLP |
45 lemon_libemon_la_SOURCES += lemon/clp.cc |
47 lemon_libemon_la_SOURCES += lemon/clp.cc |
|
48 endif |
|
49 |
|
50 if HAVE_CBC |
|
51 lemon_libemon_la_SOURCES += lemon/cbc.cc |
46 endif |
52 endif |
47 |
53 |
48 lemon_HEADERS += \ |
54 lemon_HEADERS += \ |
49 lemon/adaptors.h \ |
55 lemon/adaptors.h \ |
50 lemon/arg_parser.h \ |
56 lemon/arg_parser.h \ |