1 | 1 |
EXTRA_DIST += \ |
2 | 2 |
lemon/lemon.pc.in \ |
3 |
lemon/lemon.pc.cmake \ |
|
3 | 4 |
lemon/CMakeLists.txt |
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/random.cc \ |
14 | 15 |
lemon/bits/windows.cc |
15 | 16 |
|
16 | 17 |
#lemon_libemon_la_CXXFLAGS = $(GLPK_CFLAGS) $(CPLEX_CFLAGS) $(SOPLEX_CXXFLAGS) |
17 | 18 |
#lemon_libemon_la_LDFLAGS = $(GLPK_LIBS) $(CPLEX_LIBS) $(SOPLEX_LIBS) |
18 | 19 |
|
19 | 20 |
nodist_lemon_HEADERS = lemon/config.h |
20 | 21 |
|
21 | 22 |
lemon_HEADERS += \ |
22 | 23 |
lemon/arg_parser.h \ |
23 | 24 |
lemon/assert.h \ |
24 | 25 |
lemon/bfs.h \ |
25 | 26 |
lemon/bin_heap.h \ |
26 | 27 |
lemon/color.h \ |
27 | 28 |
lemon/concept_check.h \ |
28 | 29 |
lemon/counter.h \ |
29 | 30 |
lemon/core.h \ |
30 | 31 |
lemon/dfs.h \ |
31 | 32 |
lemon/dijkstra.h \ |
32 | 33 |
lemon/dim2.h \ |
33 | 34 |
lemon/error.h \ |
34 | 35 |
lemon/graph_to_eps.h \ |
35 | 36 |
lemon/kruskal.h \ |
36 | 37 |
lemon/lgf_reader.h \ |
37 | 38 |
lemon/lgf_writer.h \ |
38 | 39 |
lemon/list_graph.h \ |
39 | 40 |
lemon/maps.h \ |
40 | 41 |
lemon/math.h \ |
41 | 42 |
lemon/path.h \ |
42 | 43 |
lemon/random.h \ |
43 | 44 |
lemon/smart_graph.h \ |
44 | 45 |
lemon/time_measure.h \ |
45 | 46 |
lemon/tolerance.h \ |
46 | 47 |
lemon/unionfind.h \ |
47 | 48 |
lemon/bits/windows.h |
48 | 49 |
|
49 | 50 |
bits_HEADERS += \ |
50 | 51 |
lemon/bits/alteration_notifier.h \ |
0 comments (0 inline)