source:
lemon/lemon/Makefile.am
@
310:a9e8f310507f
| Last change on this file since 310:a9e8f310507f was 259:362415050b29, checked in by , 17 years ago | |
|---|---|
| File size: 1.5 KB | |
| Rev | Line | |
|---|---|---|
| [1] | 1 | EXTRA_DIST += \ |
| [146] | 2 | lemon/lemon.pc.in \ |
| 3 | lemon/CMakeLists.txt | |
| [1] | 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 \ |
| [128] | 12 | lemon/color.cc \ |
| [10] | 13 | lemon/random.cc |
| 14 | ||
| [259] | 15 | #lemon_libemon_la_CXXFLAGS = $(GLPK_CFLAGS) $(CPLEX_CFLAGS) $(SOPLEX_CXXFLAGS) |
| 16 | #lemon_libemon_la_LDFLAGS = $(GLPK_LIBS) $(CPLEX_LIBS) $(SOPLEX_LIBS) | |
| [1] | 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 \ | |
| [128] | 23 | lemon/color.h \ |
| [166] | 24 | lemon/concept_check.h \ |
| [119] | 25 | lemon/counter.h \ |
| [220] | 26 | lemon/core.h \ |
| [100] | 27 | lemon/dfs.h \ |
| 28 | lemon/dijkstra.h \ | |
| [8] | 29 | lemon/dim2.h \ |
| [66] | 30 | lemon/error.h \ |
| [128] | 31 | lemon/graph_to_eps.h \ |
| [103] | 32 | lemon/kruskal.h \ |
| [127] | 33 | lemon/lgf_reader.h \ |
| [195] | 34 | lemon/lgf_writer.h \ |
| [66] | 35 | lemon/list_graph.h \ |
| [58] | 36 | lemon/maps.h \ |
| [68] | 37 | lemon/math.h \ |
| [96] | 38 | lemon/path.h \ |
| [10] | 39 | lemon/random.h \ |
| [109] | 40 | lemon/smart_graph.h \ |
| [119] | 41 | lemon/time_measure.h \ |
| [103] | 42 | lemon/tolerance.h \ |
| 43 | lemon/unionfind.h | |
| [1] | 44 | |
| [7] | 45 | bits_HEADERS += \ |
| [57] | 46 | lemon/bits/alteration_notifier.h \ |
| 47 | lemon/bits/array_map.h \ | |
| 48 | lemon/bits/base_extender.h \ | |
| [128] | 49 | lemon/bits/bezier.h \ |
| [57] | 50 | lemon/bits/default_map.h \ |
| [220] | 51 | lemon/bits/enable_if.h \ |
| [58] | 52 | lemon/bits/graph_extender.h \ |
| [57] | 53 | lemon/bits/map_extender.h \ |
| [100] | 54 | lemon/bits/path_dump.h \ |
| [58] | 55 | lemon/bits/traits.h \ |
| [57] | 56 | lemon/bits/vector_map.h |
| [1] | 57 | |
| [58] | 58 | concept_HEADERS += \ |
| [57] | 59 | lemon/concepts/digraph.h \ |
| 60 | lemon/concepts/graph.h \ | |
| [195] | 61 | lemon/concepts/graph_components.h \ |
| [100] | 62 | lemon/concepts/heap.h \ |
| [58] | 63 | lemon/concepts/maps.h \ |
| [195] | 64 | lemon/concepts/path.h |
Note: See TracBrowser
for help on using the repository browser.

