COIN-OR::LEMON - Graph Library

source: lemon-1.2/lemon/Makefile.am @ 8:a1b1d672f37a

Last change on this file since 8:a1b1d672f37a was 8:a1b1d672f37a, checked in by Alpar Juttner <alpar@…>, 16 years ago

Port dim2.h from svn -r3422

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