COIN-OR::LEMON - Graph Library

source: lemon/lemon/Makefile.am @ 99:dbaa96cc1013

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

Merge

File size: 1.0 KB
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 += \
[25]18        lemon/concept_check.h \
[8]19        lemon/dim2.h \
[66]20        lemon/error.h \
21        lemon/list_graph.h \
[58]22        lemon/maps.h \
[96]23        lemon/path.h \
[10]24        lemon/random.h \
[7]25        lemon/tolerance.h
[1]26
[7]27bits_HEADERS += \
[57]28        lemon/bits/alteration_notifier.h \
29        lemon/bits/array_map.h \
30        lemon/bits/base_extender.h \
31        lemon/bits/default_map.h \
[58]32        lemon/bits/graph_extender.h \
[7]33        lemon/bits/invalid.h \
[57]34        lemon/bits/map_extender.h \
[58]35        lemon/bits/traits.h \
[57]36        lemon/bits/utility.h \
37        lemon/bits/vector_map.h
[1]38
[25]39concept_HEADERS += \
[57]40        lemon/concept_check.h \
41        lemon/concepts/digraph.h \
42        lemon/concepts/graph.h \
[58]43        lemon/concepts/maps.h \
[96]44        lemon/concepts/path.h \
[57]45        lemon/concepts/graph_components.h
Note: See TracBrowser for help on using the repository browser.