| Line | |
|---|
| 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 | |
|---|
| 9 | lemon_libemon_la_SOURCES = \ |
|---|
| 10 | lemon/arg_parser.cc \ |
|---|
| 11 | lemon/base.cc \ |
|---|
| 12 | lemon/random.cc |
|---|
| 13 | |
|---|
| 14 | |
|---|
| 15 | lemon_libemon_la_CXXFLAGS = $(GLPK_CFLAGS) $(CPLEX_CFLAGS) $(SOPLEX_CXXFLAGS) |
|---|
| 16 | lemon_libemon_la_LDFLAGS = $(GLPK_LIBS) $(CPLEX_LIBS) $(SOPLEX_LIBS) |
|---|
| 17 | |
|---|
| 18 | lemon_HEADERS += \ |
|---|
| 19 | lemon/arg_parser.h \ |
|---|
| 20 | lemon/concept_check.h \ |
|---|
| 21 | lemon/dim2.h \ |
|---|
| 22 | lemon/error.h \ |
|---|
| 23 | lemon/list_graph.h \ |
|---|
| 24 | lemon/maps.h \ |
|---|
| 25 | lemon/math.h \ |
|---|
| 26 | lemon/random.h \ |
|---|
| 27 | lemon/tolerance.h |
|---|
| 28 | |
|---|
| 29 | bits_HEADERS += \ |
|---|
| 30 | lemon/bits/alteration_notifier.h \ |
|---|
| 31 | lemon/bits/array_map.h \ |
|---|
| 32 | lemon/bits/base_extender.h \ |
|---|
| 33 | lemon/bits/default_map.h \ |
|---|
| 34 | lemon/bits/graph_extender.h \ |
|---|
| 35 | lemon/bits/invalid.h \ |
|---|
| 36 | lemon/bits/map_extender.h \ |
|---|
| 37 | lemon/bits/traits.h \ |
|---|
| 38 | lemon/bits/utility.h \ |
|---|
| 39 | lemon/bits/vector_map.h |
|---|
| 40 | |
|---|
| 41 | concept_HEADERS += \ |
|---|
| 42 | lemon/concept_check.h \ |
|---|
| 43 | lemon/concepts/digraph.h \ |
|---|
| 44 | lemon/concepts/graph.h \ |
|---|
| 45 | lemon/concepts/maps.h \ |
|---|
| 46 | lemon/concepts/graph_components.h |
|---|
Note: See
TracBrowser
for help on using the repository browser.