COIN-OR::LEMON - Graph Library

source: lemon-1.2/lemon/Makefile.am @ 68:a315a588a20d

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

Some usefull math constants

lemon/math.h also includes the standard cmath, so one should prefer using
just lemon/math.h instead of cmath.

File size: 969 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 \
[68]20        lemon/math.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 \
[57]42        lemon/concepts/graph_components.h
Note: See TracBrowser for help on using the repository browser.