Line | |
---|
1 | ACLOCAL_AMFLAGS = -I m4 |
---|
2 | |
---|
3 | AM_CPPFLAGS = -I$(top_srcdir) -I$(top_builddir) |
---|
4 | LDADD = $(top_builddir)/lemon/libemon.la |
---|
5 | |
---|
6 | EXTRA_DIST = \ |
---|
7 | LICENSE \ |
---|
8 | m4/lx_check_cplex.m4 \ |
---|
9 | m4/lx_check_glpk.m4 \ |
---|
10 | m4/lx_check_soplex.m4 \ |
---|
11 | CMakeLists.txt |
---|
12 | |
---|
13 | pkgconfigdir = $(libdir)/pkgconfig |
---|
14 | lemondir = $(pkgincludedir) |
---|
15 | bitsdir = $(lemondir)/bits |
---|
16 | conceptdir = $(lemondir)/concepts |
---|
17 | pkgconfig_DATA = |
---|
18 | lib_LTLIBRARIES = |
---|
19 | lemon_HEADERS = |
---|
20 | bits_HEADERS = |
---|
21 | concept_HEADERS = |
---|
22 | noinst_HEADERS = |
---|
23 | noinst_PROGRAMS = |
---|
24 | bin_PROGRAMS = |
---|
25 | check_PROGRAMS = |
---|
26 | TESTS = |
---|
27 | XFAIL_TESTS = |
---|
28 | |
---|
29 | include lemon/Makefile.am |
---|
30 | include test/Makefile.am |
---|
31 | include doc/Makefile.am |
---|
32 | include demo/Makefile.am |
---|
33 | include benchmark/Makefile.am |
---|
34 | include tools/Makefile.am |
---|
35 | |
---|
36 | MRPROPERFILES = \ |
---|
37 | aclocal.m4 \ |
---|
38 | config.h.in \ |
---|
39 | config.h.in~ \ |
---|
40 | configure \ |
---|
41 | Makefile.in \ |
---|
42 | build-aux/config.guess \ |
---|
43 | build-aux/config.sub \ |
---|
44 | build-aux/depcomp \ |
---|
45 | build-aux/install-sh \ |
---|
46 | build-aux/ltmain.sh \ |
---|
47 | build-aux/missing \ |
---|
48 | doc/doxygen.log |
---|
49 | |
---|
50 | mrproper: |
---|
51 | $(MAKE) $(AM_MAKEFLAGS) maintainer-clean |
---|
52 | -rm -f $(MRPROPERFILES) |
---|
53 | |
---|
54 | dist-bz2: dist |
---|
55 | zcat $(PACKAGE)-$(VERSION).tar.gz | \ |
---|
56 | bzip2 --best -c > $(PACKAGE)-$(VERSION).tar.bz2 |
---|
57 | |
---|
58 | distcheck-bz2: distcheck |
---|
59 | zcat $(PACKAGE)-$(VERSION).tar.gz | \ |
---|
60 | bzip2 --best -c > $(PACKAGE)-$(VERSION).tar.bz2 |
---|
61 | |
---|
62 | .PHONY: mrproper dist-bz2 distcheck-bz2 |
---|
Note: See
TracBrowser
for help on using the repository browser.