gravatar
alpar (Alpar Juttner)
alpar@cs.elte.hu
Add lemon/config.h.cmake to the tarball
0 1 0
default
1 file changed with 3 insertions and 2 deletions:
↑ Collapse diff ↑
Ignore white space 96 line context
1 1
EXTRA_DIST += \
2 2
	lemon/lemon.pc.in \
3
	lemon/CMakeLists.txt
3
	lemon/CMakeLists.txt \
4
	lemon/config.h.cmake
4 5

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

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

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

	
18 19
nodist_lemon_HEADERS = lemon/config.h	
19
	
20

	
20 21
lemon_libemon_la_CXXFLAGS = \
21 22
	$(AM_CXXFLAGS) \
22 23
	$(GLPK_CFLAGS) \
23 24
	$(CPLEX_CFLAGS) \
24 25
	$(SOPLEX_CXXFLAGS) \
25 26
	$(CLP_CXXFLAGS) \
26 27
	$(CBC_CXXFLAGS)
27 28

	
28 29
lemon_libemon_la_LDFLAGS = \
29 30
	$(GLPK_LIBS) \
30 31
	$(CPLEX_LIBS) \
31 32
	$(SOPLEX_LIBS) \
32 33
	$(CLP_LIBS) \
33 34
	$(CBC_LIBS)
34 35

	
35 36
if HAVE_GLPK
36 37
lemon_libemon_la_SOURCES += lemon/glpk.cc
37 38
endif
38 39

	
39 40
if HAVE_CPLEX
40 41
lemon_libemon_la_SOURCES += lemon/cplex.cc
41 42
endif
42 43

	
43 44
if HAVE_SOPLEX
44 45
lemon_libemon_la_SOURCES += lemon/soplex.cc
45 46
endif
46 47

	
47 48
if HAVE_CLP
48 49
lemon_libemon_la_SOURCES += lemon/clp.cc
49 50
endif
50 51

	
51 52
if HAVE_CBC
52 53
lemon_libemon_la_SOURCES += lemon/cbc.cc
53 54
endif
54 55

	
55 56
lemon_HEADERS += \
56 57
	lemon/adaptors.h \
57 58
	lemon/arg_parser.h \
58 59
	lemon/assert.h \
59 60
	lemon/bfs.h \
60 61
	lemon/bin_heap.h \
61 62
	lemon/cbc.h \
62 63
	lemon/circulation.h \
63 64
	lemon/clp.h \
64 65
	lemon/color.h \
65 66
	lemon/concept_check.h \
66 67
	lemon/connectivity.h \
67 68
	lemon/counter.h \
0 comments (0 inline)