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 = \ |
---|
[440] | 10 | lemon/arg_parser.cc \ |
---|
| 11 | lemon/base.cc \ |
---|
| 12 | lemon/color.cc \ |
---|
| 13 | lemon/random.cc |
---|
[10] | 14 | |
---|
[363] | 15 | #lemon_libemon_la_CXXFLAGS = $(GLPK_CFLAGS) $(CPLEX_CFLAGS) $(SOPLEX_CXXFLAGS) $(AM_CXXFLAGS) |
---|
[259] | 16 | #lemon_libemon_la_LDFLAGS = $(GLPK_LIBS) $(CPLEX_LIBS) $(SOPLEX_LIBS) |
---|
[1] | 17 | |
---|
[2] | 18 | lemon_HEADERS += \ |
---|
[416] | 19 | lemon/adaptors.h \ |
---|
[440] | 20 | lemon/arg_parser.h \ |
---|
[108] | 21 | lemon/assert.h \ |
---|
[440] | 22 | lemon/bfs.h \ |
---|
| 23 | lemon/bin_heap.h \ |
---|
| 24 | lemon/circulation.h \ |
---|
| 25 | lemon/color.h \ |
---|
[166] | 26 | lemon/concept_check.h \ |
---|
[440] | 27 | lemon/counter.h \ |
---|
[220] | 28 | lemon/core.h \ |
---|
[440] | 29 | lemon/dfs.h \ |
---|
| 30 | lemon/dijkstra.h \ |
---|
| 31 | lemon/dim2.h \ |
---|
| 32 | lemon/dimacs.h \ |
---|
[379] | 33 | lemon/elevator.h \ |
---|
[66] | 34 | lemon/error.h \ |
---|
[353] | 35 | lemon/full_graph.h \ |
---|
[440] | 36 | lemon/graph_to_eps.h \ |
---|
| 37 | lemon/grid_graph.h \ |
---|
[364] | 38 | lemon/hypercube_graph.h \ |
---|
[103] | 39 | lemon/kruskal.h \ |
---|
[409] | 40 | lemon/hao_orlin.h \ |
---|
[127] | 41 | lemon/lgf_reader.h \ |
---|
[195] | 42 | lemon/lgf_writer.h \ |
---|
[66] | 43 | lemon/list_graph.h \ |
---|
[58] | 44 | lemon/maps.h \ |
---|
[68] | 45 | lemon/math.h \ |
---|
[326] | 46 | lemon/max_matching.h \ |
---|
[348] | 47 | lemon/nauty_reader.h \ |
---|
[96] | 48 | lemon/path.h \ |
---|
[389] | 49 | lemon/preflow.h \ |
---|
[441] | 50 | lemon/radix_sort.h \ |
---|
[440] | 51 | lemon/random.h \ |
---|
[109] | 52 | lemon/smart_graph.h \ |
---|
[345] | 53 | lemon/suurballe.h \ |
---|
[440] | 54 | lemon/time_measure.h \ |
---|
| 55 | lemon/tolerance.h \ |
---|
[103] | 56 | lemon/unionfind.h |
---|
[1] | 57 | |
---|
[7] | 58 | bits_HEADERS += \ |
---|
[57] | 59 | lemon/bits/alteration_notifier.h \ |
---|
| 60 | lemon/bits/array_map.h \ |
---|
| 61 | lemon/bits/base_extender.h \ |
---|
[440] | 62 | lemon/bits/bezier.h \ |
---|
[57] | 63 | lemon/bits/default_map.h \ |
---|
[440] | 64 | lemon/bits/enable_if.h \ |
---|
[414] | 65 | lemon/bits/graph_adaptor_extender.h \ |
---|
[58] | 66 | lemon/bits/graph_extender.h \ |
---|
[57] | 67 | lemon/bits/map_extender.h \ |
---|
[100] | 68 | lemon/bits/path_dump.h \ |
---|
[58] | 69 | lemon/bits/traits.h \ |
---|
[414] | 70 | lemon/bits/variant.h \ |
---|
[57] | 71 | lemon/bits/vector_map.h |
---|
[1] | 72 | |
---|
[58] | 73 | concept_HEADERS += \ |
---|
[57] | 74 | lemon/concepts/digraph.h \ |
---|
| 75 | lemon/concepts/graph.h \ |
---|
[195] | 76 | lemon/concepts/graph_components.h \ |
---|
[100] | 77 | lemon/concepts/heap.h \ |
---|
[58] | 78 | lemon/concepts/maps.h \ |
---|
[195] | 79 | lemon/concepts/path.h |
---|
Note: See
TracBrowser
for help on using the repository browser.