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
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 \
[66]19        lemon/error.h \
20        lemon/list_graph.h \
[58]21        lemon/maps.h \
[10]22        lemon/random.h \
[7]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 \
[57]42        lemon/concepts/graph_components.h
Note: See TracBrowser for help on using the repository browser.