| 1 | 1 |
ACLOCAL_AMFLAGS = -I m4 |
| 2 | 2 |
|
| 3 |
AM_CPPFLAGS = -I$(top_srcdir) |
|
| 3 |
AM_CPPFLAGS = -I$(top_srcdir) -I$(top_builddir) |
|
| 4 | 4 |
LDADD = $(top_builddir)/lemon/libemon.la |
| 5 | 5 |
|
| 6 | 6 |
EXTRA_DIST = \ |
| 7 | 7 |
LICENSE \ |
| 8 | 8 |
m4/lx_check_cplex.m4 \ |
| 9 | 9 |
m4/lx_check_glpk.m4 \ |
| 10 | 10 |
m4/lx_check_soplex.m4 |
| 11 | 11 |
|
| 12 | 12 |
pkgconfigdir = $(libdir)/pkgconfig |
| 13 | 13 |
lemondir = $(pkgincludedir) |
| 14 | 14 |
bitsdir = $(lemondir)/bits |
| 15 | 15 |
conceptdir = $(lemondir)/concepts |
| 16 | 16 |
pkgconfig_DATA = |
| 17 | 17 |
lib_LTLIBRARIES = |
| 18 | 18 |
lemon_HEADERS = |
| 19 | 19 |
bits_HEADERS = |
| 20 | 20 |
concept_HEADERS = |
| 21 | 21 |
noinst_HEADERS = |
| 22 | 22 |
noinst_PROGRAMS = |
| 23 | 23 |
bin_PROGRAMS = |
| 24 | 24 |
check_PROGRAMS = |
| 25 | 25 |
TESTS = |
| 26 | 26 |
XFAIL_TESTS = |
| 27 | 27 |
|
| 28 | 28 |
include lemon/Makefile.am |
| 29 | 29 |
include test/Makefile.am |
| 30 | 30 |
include doc/Makefile.am |
| 31 | 31 |
include demo/Makefile.am |
| 32 | 32 |
include benchmark/Makefile.am |
| 33 | 33 |
include tools/Makefile.am |
| 34 | 34 |
|
| 35 | 35 |
MRPROPERFILES = \ |
| 36 | 36 |
aclocal.m4 \ |
| 37 | 37 |
config.h.in \ |
| 38 | 38 |
config.h.in~ \ |
| 39 | 39 |
configure \ |
| 40 | 40 |
Makefile.in \ |
| 41 | 41 |
build-aux/config.guess \ |
| 42 | 42 |
build-aux/config.sub \ |
| 43 | 43 |
build-aux/depcomp \ |
| 44 | 44 |
build-aux/install-sh \ |
| 45 | 45 |
build-aux/ltmain.sh \ |
| 46 | 46 |
build-aux/missing \ |
| 47 | 47 |
doc/Makefile.in \ |
| 48 | 48 |
doc/doxygen.log \ |
| 49 | 49 |
Makefile.in \ |
| 50 | 50 |
lemon/Makefile.in \ |
| 51 | 51 |
test/Makefile.in \ |
0 comments (0 inline)