|
Last change
on this file since 385:50d96f2166d7 was
385:50d96f2166d7,
checked in by Alpar Juttner <alpar@…>, 17 years ago
|
|
Port DIMACS tools from svn -r3516
Namely,
- apply migrate script
- apply unify sources
- break long lines
- Fixes the compilation
- dim_to_lgf -> dimacs-to-lgf
- better .hgignore
- shorten the doc of dimacs-to-lgf
|
|
File size:
1.7 KB
|
| Line | |
|---|
| 1 | EXTRA_DIST += \ |
|---|
| 2 | lemon/lemon.pc.in \ |
|---|
| 3 | lemon/CMakeLists.txt |
|---|
| 4 | |
|---|
| 5 | pkgconfig_DATA += lemon/lemon.pc |
|---|
| 6 | |
|---|
| 7 | lib_LTLIBRARIES += lemon/libemon.la |
|---|
| 8 | |
|---|
| 9 | lemon_libemon_la_SOURCES = \ |
|---|
| 10 | lemon/arg_parser.cc \ |
|---|
| 11 | lemon/base.cc \ |
|---|
| 12 | lemon/color.cc \ |
|---|
| 13 | lemon/random.cc |
|---|
| 14 | |
|---|
| 15 | #lemon_libemon_la_CXXFLAGS = $(GLPK_CFLAGS) $(CPLEX_CFLAGS) $(SOPLEX_CXXFLAGS) $(AM_CXXFLAGS) |
|---|
| 16 | #lemon_libemon_la_LDFLAGS = $(GLPK_LIBS) $(CPLEX_LIBS) $(SOPLEX_LIBS) |
|---|
| 17 | |
|---|
| 18 | lemon_HEADERS += \ |
|---|
| 19 | lemon/arg_parser.h \ |
|---|
| 20 | lemon/assert.h \ |
|---|
| 21 | lemon/bfs.h \ |
|---|
| 22 | lemon/bin_heap.h \ |
|---|
| 23 | lemon/color.h \ |
|---|
| 24 | lemon/concept_check.h \ |
|---|
| 25 | lemon/counter.h \ |
|---|
| 26 | lemon/core.h \ |
|---|
| 27 | lemon/dfs.h \ |
|---|
| 28 | lemon/dijkstra.h \ |
|---|
| 29 | lemon/dim2.h \ |
|---|
| 30 | lemon/dimacs.h \ |
|---|
| 31 | lemon/elevator.h \ |
|---|
| 32 | lemon/error.h \ |
|---|
| 33 | lemon/full_graph.h \ |
|---|
| 34 | lemon/graph_to_eps.h \ |
|---|
| 35 | lemon/grid_graph.h \ |
|---|
| 36 | lemon/hypercube_graph.h \ |
|---|
| 37 | lemon/kruskal.h \ |
|---|
| 38 | lemon/lgf_reader.h \ |
|---|
| 39 | lemon/lgf_writer.h \ |
|---|
| 40 | lemon/list_graph.h \ |
|---|
| 41 | lemon/maps.h \ |
|---|
| 42 | lemon/math.h \ |
|---|
| 43 | lemon/max_matching.h \ |
|---|
| 44 | lemon/nauty_reader.h \ |
|---|
| 45 | lemon/path.h \ |
|---|
| 46 | lemon/random.h \ |
|---|
| 47 | lemon/smart_graph.h \ |
|---|
| 48 | lemon/suurballe.h \ |
|---|
| 49 | lemon/time_measure.h \ |
|---|
| 50 | lemon/tolerance.h \ |
|---|
| 51 | lemon/unionfind.h |
|---|
| 52 | |
|---|
| 53 | bits_HEADERS += \ |
|---|
| 54 | lemon/bits/alteration_notifier.h \ |
|---|
| 55 | lemon/bits/array_map.h \ |
|---|
| 56 | lemon/bits/base_extender.h \ |
|---|
| 57 | lemon/bits/bezier.h \ |
|---|
| 58 | lemon/bits/default_map.h \ |
|---|
| 59 | lemon/bits/enable_if.h \ |
|---|
| 60 | lemon/bits/graph_extender.h \ |
|---|
| 61 | lemon/bits/map_extender.h \ |
|---|
| 62 | lemon/bits/path_dump.h \ |
|---|
| 63 | lemon/bits/traits.h \ |
|---|
| 64 | lemon/bits/vector_map.h |
|---|
| 65 | |
|---|
| 66 | concept_HEADERS += \ |
|---|
| 67 | lemon/concepts/digraph.h \ |
|---|
| 68 | lemon/concepts/graph.h \ |
|---|
| 69 | lemon/concepts/graph_components.h \ |
|---|
| 70 | lemon/concepts/heap.h \ |
|---|
| 71 | lemon/concepts/maps.h \ |
|---|
| 72 | lemon/concepts/path.h |
|---|
Note: See
TracBrowser
for help on using the repository browser.