author | Peter Kovacs <kpeter@inf.elte.hu> |
Wed, 02 Jan 2008 03:44:00 +0100 | |
changeset 6 | 099a4f1844f1 |
parent 1 | 51eaad3a817b |
child 7 | 4d461e9867da |
permissions | -rw-r--r-- |
1 EXTRA_DIST += \
2 lemon/Makefile \
3 lemon/lemon.pc.in
5 pkgconfig_DATA += lemon/lemon.pc
7 lib_LTLIBRARIES += lemon/libemon.la
9 lemon_libemon_la_SOURCES =
11 lemon_libemon_la_CXXFLAGS = $(GLPK_CFLAGS) $(CPLEX_CFLAGS) $(SOPLEX_CXXFLAGS)
12 lemon_libemon_la_LDFLAGS = $(GLPK_LIBS) $(CPLEX_LIBS) $(SOPLEX_LIBS)
14 lemon_HEADERS += \
15 lemon/list_graph.h
17 bits_HEADERS +=
19 concept_HEADERS +=