Rev | Line | |
---|
[1] | 1 | EXTRA_DIST += \ |
---|
| 2 | lemon/Makefile \ |
---|
| 3 | lemon/lemon.pc.in |
---|
| 4 | |
---|
| 5 | pkgconfig_DATA += lemon/lemon.pc |
---|
| 6 | |
---|
| 7 | lib_LTLIBRARIES += lemon/libemon.la |
---|
| 8 | |
---|
[7] | 9 | lemon_libemon_la_SOURCES = \ |
---|
[10] | 10 | lemon/base.cc \ |
---|
| 11 | lemon/random.cc |
---|
| 12 | |
---|
[1] | 13 | |
---|
| 14 | lemon_libemon_la_CXXFLAGS = $(GLPK_CFLAGS) $(CPLEX_CFLAGS) $(SOPLEX_CXXFLAGS) |
---|
| 15 | lemon_libemon_la_LDFLAGS = $(GLPK_LIBS) $(CPLEX_LIBS) $(SOPLEX_LIBS) |
---|
| 16 | |
---|
[2] | 17 | lemon_HEADERS += \ |
---|
[8] | 18 | lemon/dim2.h \ |
---|
[58] | 19 | lemon/maps.h \ |
---|
[10] | 20 | lemon/random.h \ |
---|
[7] | 21 | lemon/list_graph.h \ |
---|
| 22 | lemon/tolerance.h |
---|
[1] | 23 | |
---|
[7] | 24 | bits_HEADERS += \ |
---|
[57] | 25 | lemon/bits/alteration_notifier.h \ |
---|
| 26 | lemon/bits/array_map.h \ |
---|
| 27 | lemon/bits/base_extender.h \ |
---|
| 28 | lemon/bits/default_map.h \ |
---|
[58] | 29 | lemon/bits/graph_extender.h \ |
---|
[7] | 30 | lemon/bits/invalid.h \ |
---|
[57] | 31 | lemon/bits/map_extender.h \ |
---|
[58] | 32 | lemon/bits/traits.h \ |
---|
[57] | 33 | lemon/bits/utility.h \ |
---|
| 34 | lemon/bits/vector_map.h |
---|
[1] | 35 | |
---|
[58] | 36 | concept_HEADERS += \ |
---|
[57] | 37 | lemon/concept_check.h \ |
---|
| 38 | lemon/concepts/digraph.h \ |
---|
| 39 | lemon/concepts/graph.h \ |
---|
[58] | 40 | lemon/concepts/maps.h \ |
---|
[57] | 41 | lemon/concepts/graph_components.h |
---|
Note: See
TracBrowser
for help on using the repository browser.