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 | lemon/base.cc |
---|
[1] | 11 | |
---|
| 12 | lemon_libemon_la_CXXFLAGS = $(GLPK_CFLAGS) $(CPLEX_CFLAGS) $(SOPLEX_CXXFLAGS) |
---|
| 13 | lemon_libemon_la_LDFLAGS = $(GLPK_LIBS) $(CPLEX_LIBS) $(SOPLEX_LIBS) |
---|
| 14 | |
---|
[2] | 15 | lemon_HEADERS += \ |
---|
[25] | 16 | lemon/concept_check.h \ |
---|
[7] | 17 | lemon/list_graph.h \ |
---|
[25] | 18 | lemon/maps.h \ |
---|
[7] | 19 | lemon/tolerance.h |
---|
[1] | 20 | |
---|
[7] | 21 | bits_HEADERS += \ |
---|
| 22 | lemon/bits/invalid.h \ |
---|
| 23 | lemon/bits/utility.h |
---|
[1] | 24 | |
---|
[25] | 25 | concept_HEADERS += \ |
---|
| 26 | lemon/concepts/maps.h |
---|
Note: See
TracBrowser
for help on using the repository browser.