Rev | Line | |
---|
[2012] | 1 | ACLOCAL_AMFLAGS = -I m4 |
---|
[1384] | 2 | |
---|
[2108] | 3 | AM_CPPFLAGS = -I$(top_srcdir) |
---|
| 4 | LDADD = $(top_builddir)/lemon/libemon.la |
---|
| 5 | |
---|
[2049] | 6 | EXTRA_DIST = \ |
---|
[1480] | 7 | LICENSE \ |
---|
[1483] | 8 | lemon.spec \ |
---|
[1395] | 9 | autopackage/default.apspec.in \ |
---|
[2012] | 10 | m4/lx_check_cplex.m4 \ |
---|
[2056] | 11 | m4/lx_check_glpk.m4 |
---|
[1177] | 12 | |
---|
[2108] | 13 | pkgconfigdir = $(libdir)/pkgconfig |
---|
| 14 | lemondir = $(pkgincludedir) |
---|
| 15 | bitsdir = $(lemondir)/bits |
---|
| 16 | conceptdir = $(lemondir)/concept |
---|
| 17 | pkgconfig_DATA = |
---|
| 18 | lib_LTLIBRARIES = |
---|
| 19 | lemon_HEADERS = |
---|
| 20 | bits_HEADERS = |
---|
| 21 | concept_HEADERS = |
---|
| 22 | noinst_HEADERS = |
---|
| 23 | noinst_PROGRAMS = |
---|
| 24 | check_PROGRAMS = |
---|
| 25 | TESTS = |
---|
| 26 | XFAIL_TESTS = |
---|
[1455] | 27 | |
---|
[2108] | 28 | include lemon/Makefile.am |
---|
| 29 | include test/Makefile.am |
---|
| 30 | include doc/Makefile.am |
---|
| 31 | include demo/Makefile.am |
---|
| 32 | include benchmark/Makefile.am |
---|
[542] | 33 | |
---|
[1354] | 34 | MRPROPERFILES = \ |
---|
| 35 | aclocal.m4 \ |
---|
| 36 | config.h.in \ |
---|
[1370] | 37 | config.h.in~ \ |
---|
[1354] | 38 | configure \ |
---|
| 39 | Makefile.in \ |
---|
[2012] | 40 | build-aux/config.guess \ |
---|
| 41 | build-aux/config.sub \ |
---|
| 42 | build-aux/depcomp \ |
---|
| 43 | build-aux/install-sh \ |
---|
| 44 | build-aux/ltmain.sh \ |
---|
| 45 | build-aux/missing \ |
---|
[1354] | 46 | doc/Makefile.in \ |
---|
| 47 | doc/doxygen.log \ |
---|
[1435] | 48 | Makefile.in \ |
---|
| 49 | lemon/Makefile.in \ |
---|
| 50 | test/Makefile.in \ |
---|
| 51 | benchmark/Makefile.in \ |
---|
[2103] | 52 | demo/Makefile.in |
---|
[663] | 53 | |
---|
| 54 | mrproper: |
---|
| 55 | $(MAKE) $(AM_MAKEFLAGS) maintainer-clean |
---|
| 56 | -rm -f $(MRPROPERFILES) |
---|
| 57 | |
---|
[1490] | 58 | deb: |
---|
| 59 | dpkg-buildpackage -rfakeroot |
---|
| 60 | |
---|
[1483] | 61 | rpm: dist |
---|
| 62 | rpmbuild -ta $(PACKAGE)-$(VERSION).tar.gz |
---|
| 63 | @rm -f $(PACKAGE)-$(VERSION).tar.gz |
---|
| 64 | |
---|
| 65 | dist-bz2: dist |
---|
| 66 | zcat $(PACKAGE)-$(VERSION).tar.gz | \ |
---|
| 67 | bzip2 --best -c > $(PACKAGE)-$(VERSION).tar.bz2 |
---|
| 68 | |
---|
| 69 | distcheck-bz2: distcheck |
---|
| 70 | zcat $(PACKAGE)-$(VERSION).tar.gz | \ |
---|
| 71 | bzip2 --best -c > $(PACKAGE)-$(VERSION).tar.bz2 |
---|
| 72 | |
---|
[2108] | 73 | .PHONY: mrproper deb rpm dist-bz2 distcheck-bz2 |
---|
Note: See
TracBrowser
for help on using the repository browser.