gravatar
alpar (Alpar Juttner)
alpar@cs.elte.hu
Switch on warnings when compiling the lib
0 1 0
default
1 file changed with 1 insertions and 0 deletions:
↑ Collapse diff ↑
Ignore white space 128 line context
1 1
EXTRA_DIST += \
2 2
	lemon/lemon.pc.in \
3 3
	lemon/CMakeLists.txt
4 4

	
5 5
pkgconfig_DATA += lemon/lemon.pc
6 6

	
7 7
lib_LTLIBRARIES += lemon/libemon.la
8 8

	
9 9
lemon_libemon_la_SOURCES = \
10 10
	lemon/arg_parser.cc \
11 11
	lemon/base.cc \
12 12
	lemon/color.cc \
13 13
	lemon/lp_base.cc \
14 14
	lemon/lp_skeleton.cc \
15 15
        lemon/random.cc \
16 16
	lemon/bits/windows.cc
17 17

	
18 18

	
19 19
lemon_libemon_la_CXXFLAGS = \
20
	$(AM_CXXFLAGS) \
20 21
	$(GLPK_CFLAGS) \
21 22
	$(CPLEX_CFLAGS) \
22 23
	$(SOPLEX_CXXFLAGS) \
23 24
	$(CLP_CXXFLAGS)
24 25

	
25 26
lemon_libemon_la_LDFLAGS = \
26 27
	$(GLPK_LIBS) \
27 28
	$(CPLEX_LIBS) \
28 29
	$(SOPLEX_LIBS) \
29 30
	$(CLP_LIBS)
30 31

	
31 32
if HAVE_GLPK
32 33
lemon_libemon_la_SOURCES += lemon/glpk.cc
33 34
endif
34 35

	
35 36
if HAVE_CPLEX
36 37
lemon_libemon_la_SOURCES += lemon/cplex.cc
37 38
endif
38 39

	
39 40
if HAVE_SOPLEX
40 41
lemon_libemon_la_SOURCES += lemon/soplex.cc
41 42
endif
42 43

	
43 44
if HAVE_CLP
44 45
lemon_libemon_la_SOURCES += lemon/clp.cc
45 46
endif
46 47

	
47 48
lemon_HEADERS += \
48 49
	lemon/adaptors.h \
49 50
	lemon/arg_parser.h \
50 51
	lemon/assert.h \
51 52
	lemon/bfs.h \
52 53
	lemon/bin_heap.h \
53 54
	lemon/circulation.h \
54 55
	lemon/clp.h \
55 56
	lemon/color.h \
56 57
	lemon/concept_check.h \
57 58
	lemon/connectivity.h \
58 59
	lemon/counter.h \
59 60
	lemon/core.h \
60 61
	lemon/cplex.h \
61 62
	lemon/dfs.h \
62 63
	lemon/dijkstra.h \
63 64
	lemon/dim2.h \
64 65
	lemon/dimacs.h \
65 66
	lemon/edge_set.h \
66 67
	lemon/elevator.h \
67 68
	lemon/error.h \
68 69
	lemon/euler.h \
69 70
	lemon/full_graph.h \
70 71
	lemon/glpk.h \
71 72
	lemon/gomory_hu.h \
72 73
	lemon/graph_to_eps.h \
73 74
	lemon/grid_graph.h \
74 75
	lemon/hypercube_graph.h \
75 76
	lemon/kruskal.h \
76 77
	lemon/hao_orlin.h \
77 78
	lemon/lgf_reader.h \
78 79
	lemon/lgf_writer.h \
79 80
	lemon/list_graph.h \
80 81
	lemon/lp.h \
81 82
	lemon/lp_base.h \
82 83
	lemon/lp_skeleton.h \
83 84
	lemon/list_graph.h \
0 comments (0 inline)