COIN-OR::LEMON - Graph Library

source: lemon-1.2/lemon/Makefile.am @ 98:c4582fc14f58

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

Merge path_utils.h into path.h

File size: 994 bytes
RevLine 
[1]1EXTRA_DIST += \
2        lemon/Makefile \
3        lemon/lemon.pc.in
4
5pkgconfig_DATA += lemon/lemon.pc
6
7lib_LTLIBRARIES += lemon/libemon.la
8
[7]9lemon_libemon_la_SOURCES = \
[10]10        lemon/base.cc \
11        lemon/random.cc
12
[1]13
14lemon_libemon_la_CXXFLAGS = $(GLPK_CFLAGS) $(CPLEX_CFLAGS) $(SOPLEX_CXXFLAGS)
15lemon_libemon_la_LDFLAGS = $(GLPK_LIBS) $(CPLEX_LIBS) $(SOPLEX_LIBS)
16
[2]17lemon_HEADERS += \
[8]18        lemon/dim2.h \
[58]19        lemon/maps.h \
[96]20        lemon/path.h \
[10]21        lemon/random.h \
[7]22        lemon/list_graph.h \
23        lemon/tolerance.h
[1]24
[7]25bits_HEADERS += \
[57]26        lemon/bits/alteration_notifier.h \
27        lemon/bits/array_map.h \
28        lemon/bits/base_extender.h \
29        lemon/bits/default_map.h \
[58]30        lemon/bits/graph_extender.h \
[7]31        lemon/bits/invalid.h \
[57]32        lemon/bits/map_extender.h \
[58]33        lemon/bits/traits.h \
[57]34        lemon/bits/utility.h \
35        lemon/bits/vector_map.h
[1]36
[58]37concept_HEADERS += \
[57]38        lemon/concept_check.h \
39        lemon/concepts/digraph.h \
40        lemon/concepts/graph.h \
[58]41        lemon/concepts/maps.h \
[96]42        lemon/concepts/path.h \
[57]43        lemon/concepts/graph_components.h
Note: See TracBrowser for help on using the repository browser.