COIN-OR::LEMON - Graph Library

source: lemon/lemon/Makefile.am @ 66:5f7a8570687d

Last change on this file since 66:5f7a8570687d was 66:5f7a8570687d, checked in by Peter Kovacs <kpeter@…>, 16 years ago

Port error.h from svn -r3438 + minor changes (error_test does not pass!)

In svn -r3438 error_test is not used as a test program and it does not pass.

File size: 970 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/error.h \
20        lemon/list_graph.h \
21        lemon/maps.h \
22        lemon/random.h \
23        lemon/tolerance.h
24
25bits_HEADERS += \
26        lemon/bits/alteration_notifier.h \
27        lemon/bits/array_map.h \
28        lemon/bits/base_extender.h \
29        lemon/bits/default_map.h \
30        lemon/bits/graph_extender.h \
31        lemon/bits/invalid.h \
32        lemon/bits/map_extender.h \
33        lemon/bits/traits.h \
34        lemon/bits/utility.h \
35        lemon/bits/vector_map.h
36
37concept_HEADERS += \
38        lemon/concept_check.h \
39        lemon/concepts/digraph.h \
40        lemon/concepts/graph.h \
41        lemon/concepts/maps.h \
42        lemon/concepts/graph_components.h
Note: See TracBrowser for help on using the repository browser.