Rev | Line | |
---|
[1] | 1 | EXTRA_DIST += \ |
---|
| 2 | lemon/Makefile \ |
---|
| 3 | lemon/lemon.pc.in |
---|
| 4 | |
---|
| 5 | pkgconfig_DATA += lemon/lemon.pc |
---|
| 6 | |
---|
| 7 | lib_LTLIBRARIES += lemon/libemon.la |
---|
| 8 | |
---|
[7] | 9 | lemon_libemon_la_SOURCES = \ |
---|
[85] | 10 | lemon/arg_parser.cc \ |
---|
[10] | 11 | lemon/base.cc \ |
---|
| 12 | lemon/random.cc |
---|
| 13 | |
---|
[1] | 14 | |
---|
| 15 | lemon_libemon_la_CXXFLAGS = $(GLPK_CFLAGS) $(CPLEX_CFLAGS) $(SOPLEX_CXXFLAGS) |
---|
| 16 | lemon_libemon_la_LDFLAGS = $(GLPK_LIBS) $(CPLEX_LIBS) $(SOPLEX_LIBS) |
---|
| 17 | |
---|
[2] | 18 | lemon_HEADERS += \ |
---|
[85] | 19 | lemon/arg_parser.h \ |
---|
[108] | 20 | lemon/assert.h \ |
---|
[100] | 21 | lemon/bfs.h \ |
---|
| 22 | lemon/bin_heap.h \ |
---|
| 23 | lemon/dfs.h \ |
---|
| 24 | lemon/dijkstra.h \ |
---|
[8] | 25 | lemon/dim2.h \ |
---|
[66] | 26 | lemon/error.h \ |
---|
[106] | 27 | lemon/graph_utils.h \ |
---|
[103] | 28 | lemon/kruskal.h \ |
---|
[66] | 29 | lemon/list_graph.h \ |
---|
[58] | 30 | lemon/maps.h \ |
---|
[68] | 31 | lemon/math.h \ |
---|
[96] | 32 | lemon/path.h \ |
---|
[10] | 33 | lemon/random.h \ |
---|
[103] | 34 | lemon/tolerance.h \ |
---|
| 35 | lemon/unionfind.h |
---|
[1] | 36 | |
---|
[7] | 37 | bits_HEADERS += \ |
---|
[57] | 38 | lemon/bits/alteration_notifier.h \ |
---|
| 39 | lemon/bits/array_map.h \ |
---|
| 40 | lemon/bits/base_extender.h \ |
---|
| 41 | lemon/bits/default_map.h \ |
---|
[58] | 42 | lemon/bits/graph_extender.h \ |
---|
[7] | 43 | lemon/bits/invalid.h \ |
---|
[57] | 44 | lemon/bits/map_extender.h \ |
---|
[100] | 45 | lemon/bits/path_dump.h \ |
---|
[58] | 46 | lemon/bits/traits.h \ |
---|
[57] | 47 | lemon/bits/utility.h \ |
---|
| 48 | lemon/bits/vector_map.h |
---|
[1] | 49 | |
---|
[58] | 50 | concept_HEADERS += \ |
---|
[57] | 51 | lemon/concept_check.h \ |
---|
| 52 | lemon/concepts/digraph.h \ |
---|
| 53 | lemon/concepts/graph.h \ |
---|
[100] | 54 | lemon/concepts/heap.h \ |
---|
[58] | 55 | lemon/concepts/maps.h \ |
---|
[96] | 56 | lemon/concepts/path.h \ |
---|
[57] | 57 | lemon/concepts/graph_components.h |
---|
Note: See
TracBrowser
for help on using the repository browser.