| 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 \ | 
|---|
| [2315] | 11 | m4/lx_check_glpk.m4 \ | 
|---|
|  | 12 | m4/lx_check_soplex.m4 | 
|---|
| [1177] | 13 |  | 
|---|
| [2108] | 14 | pkgconfigdir = $(libdir)/pkgconfig | 
|---|
|  | 15 | lemondir = $(pkgincludedir) | 
|---|
|  | 16 | bitsdir = $(lemondir)/bits | 
|---|
| [2260] | 17 | conceptdir = $(lemondir)/concepts | 
|---|
| [2108] | 18 | pkgconfig_DATA = | 
|---|
|  | 19 | lib_LTLIBRARIES = | 
|---|
|  | 20 | lemon_HEADERS = | 
|---|
|  | 21 | bits_HEADERS = | 
|---|
|  | 22 | concept_HEADERS = | 
|---|
|  | 23 | noinst_HEADERS = | 
|---|
|  | 24 | noinst_PROGRAMS = | 
|---|
|  | 25 | check_PROGRAMS = | 
|---|
|  | 26 | TESTS = | 
|---|
|  | 27 | XFAIL_TESTS = | 
|---|
| [1455] | 28 |  | 
|---|
| [2108] | 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 | 
|---|
| [542] | 34 |  | 
|---|
| [1354] | 35 | MRPROPERFILES = \ | 
|---|
|  | 36 | aclocal.m4 \ | 
|---|
|  | 37 | config.h.in \ | 
|---|
| [1370] | 38 | config.h.in~ \ | 
|---|
| [1354] | 39 | configure \ | 
|---|
|  | 40 | Makefile.in \ | 
|---|
| [2012] | 41 | build-aux/config.guess \ | 
|---|
|  | 42 | build-aux/config.sub \ | 
|---|
|  | 43 | build-aux/depcomp \ | 
|---|
|  | 44 | build-aux/install-sh \ | 
|---|
|  | 45 | build-aux/ltmain.sh \ | 
|---|
|  | 46 | build-aux/missing \ | 
|---|
| [1354] | 47 | doc/Makefile.in \ | 
|---|
|  | 48 | doc/doxygen.log \ | 
|---|
| [1435] | 49 | Makefile.in \ | 
|---|
|  | 50 | lemon/Makefile.in \ | 
|---|
|  | 51 | test/Makefile.in \ | 
|---|
|  | 52 | benchmark/Makefile.in \ | 
|---|
| [2103] | 53 | demo/Makefile.in | 
|---|
| [663] | 54 |  | 
|---|
|  | 55 | mrproper: | 
|---|
|  | 56 | $(MAKE) $(AM_MAKEFLAGS) maintainer-clean | 
|---|
|  | 57 | -rm -f $(MRPROPERFILES) | 
|---|
|  | 58 |  | 
|---|
| [1490] | 59 | deb: | 
|---|
|  | 60 | dpkg-buildpackage -rfakeroot | 
|---|
|  | 61 |  | 
|---|
| [1483] | 62 | rpm: dist | 
|---|
|  | 63 | rpmbuild -ta $(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.