
Module: purrs/purrs Branch: master Commit: 3df070a2f5910612cf228425993589348292e76e URL: http://www.cs.unipr.it/git/gitweb.cgi?p=purrs/purrs.git;a=commit;h=3df070a2f...
Author: Roberto Bagnara bagnara@cs.unipr.it Date: Mon Apr 12 13:14:40 2021 +0200
Adapted to recent versions of Autotools.
---
compile | 1 + demos/Makefile.am | 2 +- src/Intervals/Makefile.am | 2 +- src/Makefile.am | 2 +- test-driver | 1 + tests/Makefile.am | 2 +- 6 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/compile b/compile new file mode 120000 index 0000000..80e119e --- /dev/null +++ b/compile @@ -0,0 +1 @@ +/usr/share/automake-1.15/compile \ No newline at end of file diff --git a/demos/Makefile.am b/demos/Makefile.am index 5962f2c..0bbfc56 100755 --- a/demos/Makefile.am +++ b/demos/Makefile.am @@ -15,7 +15,7 @@ VPATH = @srcdir@
SUBDIRS =
-INCLUDES = \ +AM_CPPFLAGS = \ -I$(top_builddir)/src \ -I$(top_srcdir)/src \ @extra_includes@ diff --git a/src/Intervals/Makefile.am b/src/Intervals/Makefile.am index 1abb429..2a2477f 100755 --- a/src/Intervals/Makefile.am +++ b/src/Intervals/Makefile.am @@ -13,7 +13,7 @@ VPATH = @srcdir@
SUBDIRS = sysdep
-INCLUDES = -I$(top_srcdir)/src -I$(top_srcdir)/src/Intervals/sysdep @extra_includes@ +AM_CPPFLAGS = -I$(top_srcdir)/src -I$(top_srcdir)/src/Intervals/sysdep @extra_includes@
CPPFLAGS = @extra_cpp_flags@
diff --git a/src/Makefile.am b/src/Makefile.am index be7eacc..121a324 100755 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -15,7 +15,7 @@ VPATH = @srcdir@
SUBDIRS =
-INCLUDES = -I$(top_builddir) -I$(top_srcdir)/src @extra_includes@ +AM_CPPFLAGS = -I$(top_builddir) -I$(top_srcdir)/src @extra_includes@
CPPFLAGS = @extra_cpp_flags@
diff --git a/test-driver b/test-driver new file mode 120000 index 0000000..7810c7c --- /dev/null +++ b/test-driver @@ -0,0 +1 @@ +/usr/share/automake-1.15/test-driver \ No newline at end of file diff --git a/tests/Makefile.am b/tests/Makefile.am index cd770cf..933e4b8 100755 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -15,7 +15,7 @@ VPATH = @srcdir@
SUBDIRS =
-INCLUDES = \ +AM_CPPFLAGS = \ -I$(top_builddir)/src \ -I$(top_srcdir)/src \ @extra_includes@