COIN-OR::LEMON - Graph Library

source: lemon-1.2/lemon/Makefile.am @ 16:22696f89d183

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

Port random.h & Co. from svn -r3422 + some cleanups

  • gauss(double std_dev) has been remove for clarity
File size: 566 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 \
[10]19        lemon/random.h \
[7]20        lemon/list_graph.h \
21        lemon/tolerance.h
[1]22
[7]23bits_HEADERS += \
24        lemon/bits/invalid.h \
25        lemon/bits/utility.h
[1]26
27concept_HEADERS +=
Note: See TracBrowser for help on using the repository browser.