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