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