|
Last change
on this file since 380:629109113e98 was
360:64c2641286df,
checked in by Alpar Juttner <alpar@…>, 17 years ago
|
|
Set the proper version for CMAKE in the tarballs (made by autotools).
|
|
File size:
1.4 KB
|
| Line | |
|---|
| 1 | ACLOCAL_AMFLAGS = -I m4 |
|---|
| 2 | |
|---|
| 3 | AM_CPPFLAGS = -I$(top_srcdir) -I$(top_builddir) |
|---|
| 4 | LDADD = $(top_builddir)/lemon/libemon.la |
|---|
| 5 | |
|---|
| 6 | EXTRA_DIST = \ |
|---|
| 7 | AUTHORS \ |
|---|
| 8 | LICENSE \ |
|---|
| 9 | m4/lx_check_cplex.m4 \ |
|---|
| 10 | m4/lx_check_glpk.m4 \ |
|---|
| 11 | m4/lx_check_soplex.m4 \ |
|---|
| 12 | CMakeLists.txt \ |
|---|
| 13 | cmake/FindGhostscript.cmake \ |
|---|
| 14 | cmake/version.cmake.in \ |
|---|
| 15 | cmake/version.cmake \ |
|---|
| 16 | cmake/nsis/lemon.ico \ |
|---|
| 17 | cmake/nsis/uninstall.ico |
|---|
| 18 | |
|---|
| 19 | pkgconfigdir = $(libdir)/pkgconfig |
|---|
| 20 | lemondir = $(pkgincludedir) |
|---|
| 21 | bitsdir = $(lemondir)/bits |
|---|
| 22 | conceptdir = $(lemondir)/concepts |
|---|
| 23 | pkgconfig_DATA = |
|---|
| 24 | lib_LTLIBRARIES = |
|---|
| 25 | lemon_HEADERS = |
|---|
| 26 | bits_HEADERS = |
|---|
| 27 | concept_HEADERS = |
|---|
| 28 | noinst_HEADERS = |
|---|
| 29 | noinst_PROGRAMS = |
|---|
| 30 | bin_PROGRAMS = |
|---|
| 31 | check_PROGRAMS = |
|---|
| 32 | dist_bin_SCRIPTS = |
|---|
| 33 | TESTS = |
|---|
| 34 | XFAIL_TESTS = |
|---|
| 35 | |
|---|
| 36 | include lemon/Makefile.am |
|---|
| 37 | include test/Makefile.am |
|---|
| 38 | include doc/Makefile.am |
|---|
| 39 | include demo/Makefile.am |
|---|
| 40 | include tools/Makefile.am |
|---|
| 41 | |
|---|
| 42 | MRPROPERFILES = \ |
|---|
| 43 | aclocal.m4 \ |
|---|
| 44 | config.h.in \ |
|---|
| 45 | config.h.in~ \ |
|---|
| 46 | configure \ |
|---|
| 47 | Makefile.in \ |
|---|
| 48 | build-aux/config.guess \ |
|---|
| 49 | build-aux/config.sub \ |
|---|
| 50 | build-aux/depcomp \ |
|---|
| 51 | build-aux/install-sh \ |
|---|
| 52 | build-aux/ltmain.sh \ |
|---|
| 53 | build-aux/missing \ |
|---|
| 54 | doc/doxygen.log |
|---|
| 55 | |
|---|
| 56 | mrproper: |
|---|
| 57 | $(MAKE) $(AM_MAKEFLAGS) maintainer-clean |
|---|
| 58 | -rm -f $(MRPROPERFILES) |
|---|
| 59 | |
|---|
| 60 | dist-bz2: dist |
|---|
| 61 | zcat $(PACKAGE)-$(VERSION).tar.gz | \ |
|---|
| 62 | bzip2 --best -c > $(PACKAGE)-$(VERSION).tar.bz2 |
|---|
| 63 | |
|---|
| 64 | distcheck-bz2: distcheck |
|---|
| 65 | zcat $(PACKAGE)-$(VERSION).tar.gz | \ |
|---|
| 66 | bzip2 --best -c > $(PACKAGE)-$(VERSION).tar.bz2 |
|---|
| 67 | |
|---|
| 68 | .PHONY: mrproper dist-bz2 distcheck-bz2 |
|---|
Note: See
TracBrowser
for help on using the repository browser.