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