COIN-OR::LEMON - Graph Library

source: lemon-1.2/lemon/Makefile.am @ 96:b55e501a90ee

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

Path related files ported from svn -r3435
but ItemReader/Writer? for Path (originally belonging to path_utils.h)
hasn't ported yet.

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