COIN-OR::LEMON - Graph Library

source: lemon-1.2/lemon/Makefile.am @ 1:51eaad3a817b

Last change on this file since 1:51eaad3a817b was 1:51eaad3a817b, checked in by Akos Ladanyi <ladanyi@…>, 16 years ago

Autotools based build system.

File size: 355 bytes
Line 
1EXTRA_DIST += \
2        lemon/Makefile \
3        lemon/lemon.pc.in
4
5pkgconfig_DATA += lemon/lemon.pc
6
7lib_LTLIBRARIES += lemon/libemon.la
8
9lemon_libemon_la_SOURCES =
10
11lemon_libemon_la_CXXFLAGS = $(GLPK_CFLAGS) $(CPLEX_CFLAGS) $(SOPLEX_CXXFLAGS)
12lemon_libemon_la_LDFLAGS = $(GLPK_LIBS) $(CPLEX_LIBS) $(SOPLEX_LIBS)
13
14lemon_HEADERS +=
15
16bits_HEADERS +=
17
18concept_HEADERS +=
Note: See TracBrowser for help on using the repository browser.