summaryrefslogtreecommitdiff
path: root/src/bin
diff options
context:
space:
mode:
authordoursse <doursse>2007-11-04 09:10:50 +0000
committerdoursse <doursse@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>2007-11-04 09:10:50 +0000
commit44f97fa84765ef227240e261581f3633ecde0913 (patch)
treebc40c7df5de651166cd53f538e84b92bf1005672 /src/bin
parenta84c1dc21637c9e604cdcd305e71a9c8f021b24f (diff)
downloadeet-44f97fa84765ef227240e261581f3633ecde0913.tar.gz
autostuff improvements:
* use non deprecated version of AC_INIT and AM_INIT_AUTOMAKE and check the required minimal versions. * add bzipped distribution archive * add AC_LIBTOOL_WIN32_DLL * forbid libtool to check fortran and c++ compilers * compute libtool versioning from the version of the package * pass the directories based on ${prefix} to the preoprocessor with the -D option * replace INCLUDES, wich is deprecated since 2001 by AM_CPPFLAGS SVN revision: 32336
Diffstat (limited to 'src/bin')
-rw-r--r--src/bin/Makefile.am10
1 files changed, 7 insertions, 3 deletions
diff --git a/src/bin/Makefile.am b/src/bin/Makefile.am
index 051db2b..ece22b6 100644
--- a/src/bin/Makefile.am
+++ b/src/bin/Makefile.am
@@ -1,9 +1,13 @@
-## Process this file with automake to produce Makefile.in
-AM_CFLAGS = \
+MAINTAINERCLEANFILES = Makefile.in
+
+AM_CPPFLAGS = \
-I$(top_srcdir) \
-I$(top_srcdir)/bin \
--I$(top_srcdir)/src/lib
+-I$(top_srcdir)/src/lib \
+-DPACKAGE_BIN_DIR=\"$(bindir)\" \
+-DPACKAGE_LIB_DIR=\"$(libdir)\" \
+-DPACKAGE_DATA_DIR=\"$(datadir)/$(PACKAGE)\"
bin_PROGRAMS = eet