source:
lemon-1.2/lemon/Makefile.am
@
1:51eaad3a817b
Last change on this file since 1:51eaad3a817b was 1:51eaad3a817b, checked in by , 17 years ago | |
---|---|
File size: 355 bytes |
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 | |
11 | lemon_libemon_la_CXXFLAGS = $(GLPK_CFLAGS) $(CPLEX_CFLAGS) $(SOPLEX_CXXFLAGS) |
12 | lemon_libemon_la_LDFLAGS = $(GLPK_LIBS) $(CPLEX_LIBS) $(SOPLEX_LIBS) |
13 | |
14 | lemon_HEADERS += |
15 | |
16 | bits_HEADERS += |
17 | |
18 | concept_HEADERS += |
Note: See TracBrowser
for help on using the repository browser.