source:
lemon/lemon/Makefile.am
@
376:b4a01426c0d9
Last change on this file since 376:b4a01426c0d9 was 376:b4a01426c0d9, checked in by , 16 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 \ |
[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 \ |
[365] | 31 | lemon/full_graph.h \ |
[128] | 32 | lemon/graph_to_eps.h \ |
[346] | 33 | lemon/grid_graph.h \ |
[376] | 34 | lemon/hypercube_graph.h \ |
[103] | 35 | lemon/kruskal.h \ |
[127] | 36 | lemon/lgf_reader.h \ |
[195] | 37 | lemon/lgf_writer.h \ |
[66] | 38 | lemon/list_graph.h \ |
[58] | 39 | lemon/maps.h \ |
[68] | 40 | lemon/math.h \ |
[338] | 41 | lemon/max_matching.h \ |
[360] | 42 | lemon/nauty_reader.h \ |
[96] | 43 | lemon/path.h \ |
[10] | 44 | lemon/random.h \ |
[109] | 45 | lemon/smart_graph.h \ |
[357] | 46 | lemon/suurballe.h \ |
[119] | 47 | lemon/time_measure.h \ |
[103] | 48 | lemon/tolerance.h \ |
49 | lemon/unionfind.h | |
[1] | 50 | |
[7] | 51 | bits_HEADERS += \ |
[57] | 52 | lemon/bits/alteration_notifier.h \ |
53 | lemon/bits/array_map.h \ | |
54 | lemon/bits/base_extender.h \ | |
[128] | 55 | lemon/bits/bezier.h \ |
[57] | 56 | lemon/bits/default_map.h \ |
[220] | 57 | lemon/bits/enable_if.h \ |
[58] | 58 | lemon/bits/graph_extender.h \ |
[57] | 59 | lemon/bits/map_extender.h \ |
[100] | 60 | lemon/bits/path_dump.h \ |
[58] | 61 | lemon/bits/traits.h \ |
[57] | 62 | lemon/bits/vector_map.h |
[1] | 63 | |
[58] | 64 | concept_HEADERS += \ |
[57] | 65 | lemon/concepts/digraph.h \ |
66 | lemon/concepts/graph.h \ | |
[195] | 67 | lemon/concepts/graph_components.h \ |
[100] | 68 | lemon/concepts/heap.h \ |
[58] | 69 | lemon/concepts/maps.h \ |
[195] | 70 | lemon/concepts/path.h |
Note: See TracBrowser
for help on using the repository browser.