|
Last change
on this file since 2492:387f6ff851ef was
2390:8450951a8e2d,
checked in by Alpar Juttner, 19 years ago
|
- '-Wshadow' seemed to strict therefore removed
- a tools directory added for useful executables codes
- tools/lgf-gen.cc (a random graph generator) added
|
|
File size:
1.5 KB
|
| 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 = |
|---|
| [2390] | 25 | bin_PROGRAMS = |
|---|
| [2108] | 26 | check_PROGRAMS = |
|---|
| 27 | TESTS = |
|---|
| 28 | XFAIL_TESTS = |
|---|
| [1455] | 29 | |
|---|
| [2108] | 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 |
|---|
| [2390] | 35 | include tools/Makefile.am |
|---|
| [542] | 36 | |
|---|
| [1354] | 37 | MRPROPERFILES = \ |
|---|
| 38 | aclocal.m4 \ |
|---|
| 39 | config.h.in \ |
|---|
| [1370] | 40 | config.h.in~ \ |
|---|
| [1354] | 41 | configure \ |
|---|
| 42 | Makefile.in \ |
|---|
| [2012] | 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 \ |
|---|
| [1354] | 49 | doc/Makefile.in \ |
|---|
| 50 | doc/doxygen.log \ |
|---|
| [1435] | 51 | Makefile.in \ |
|---|
| 52 | lemon/Makefile.in \ |
|---|
| 53 | test/Makefile.in \ |
|---|
| 54 | benchmark/Makefile.in \ |
|---|
| [2103] | 55 | demo/Makefile.in |
|---|
| [663] | 56 | |
|---|
| 57 | mrproper: |
|---|
| 58 | $(MAKE) $(AM_MAKEFLAGS) maintainer-clean |
|---|
| 59 | -rm -f $(MRPROPERFILES) |
|---|
| 60 | |
|---|
| [1490] | 61 | deb: |
|---|
| 62 | dpkg-buildpackage -rfakeroot |
|---|
| 63 | |
|---|
| [1483] | 64 | rpm: dist |
|---|
| 65 | rpmbuild -ta $(PACKAGE)-$(VERSION).tar.gz |
|---|
| 66 | |
|---|
| 67 | dist-bz2: dist |
|---|
| 68 | zcat $(PACKAGE)-$(VERSION).tar.gz | \ |
|---|
| 69 | bzip2 --best -c > $(PACKAGE)-$(VERSION).tar.bz2 |
|---|
| 70 | |
|---|
| 71 | distcheck-bz2: distcheck |
|---|
| 72 | zcat $(PACKAGE)-$(VERSION).tar.gz | \ |
|---|
| 73 | bzip2 --best -c > $(PACKAGE)-$(VERSION).tar.bz2 |
|---|
| 74 | |
|---|
| [2108] | 75 | .PHONY: mrproper deb rpm dist-bz2 distcheck-bz2 |
|---|
Note: See
TracBrowser
for help on using the repository browser.