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