lemon/Makefile.am
author Peter Kovacs <kpeter@inf.elte.hu>
Thu, 03 Jan 2008 01:24:09 +0100
changeset 16 22696f89d183
parent 8 a1b1d672f37a
child 32 ad7f593399b0
child 65 bfbc57a51fbb
permissions -rw-r--r--
Small fixes.
Documentation fixes.
Removed \author tags.
Removed superfluous ; characters after function codes.
     1 EXTRA_DIST += \
     2 	lemon/Makefile \
     3 	lemon/lemon.pc.in
     4 
     5 pkgconfig_DATA += lemon/lemon.pc
     6 
     7 lib_LTLIBRARIES += lemon/libemon.la
     8 
     9 lemon_libemon_la_SOURCES = \
    10         lemon/base.cc \
    11         lemon/random.cc
    12 
    13 
    14 lemon_libemon_la_CXXFLAGS = $(GLPK_CFLAGS) $(CPLEX_CFLAGS) $(SOPLEX_CXXFLAGS)
    15 lemon_libemon_la_LDFLAGS = $(GLPK_LIBS) $(CPLEX_LIBS) $(SOPLEX_LIBS)
    16 
    17 lemon_HEADERS += \
    18         lemon/dim2.h \
    19         lemon/random.h \
    20 	lemon/list_graph.h \
    21         lemon/tolerance.h
    22 
    23 bits_HEADERS += \
    24         lemon/bits/invalid.h \
    25         lemon/bits/utility.h
    26 
    27 concept_HEADERS +=