[PPL-devel] [GIT] ppl/ppl(master): Use the `subdir-objects' Automake option.

Roberto Bagnara roberto.bagnara at bugseng.com
Sun Jun 23 08:48:46 CEST 2013


Module: ppl/ppl
Branch: master
Commit: b6c28667ce94102916879cc23d0b8dde3ad35e3b
URL:    http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=b6c28667ce94102916879cc23d0b8dde3ad35e3b

Author: Roberto Bagnara <roberto.bagnara at bugseng.com>
Date:   Sun Jun 23 08:47:54 2013 +0200

Use the `subdir-objects' Automake option.

---

 interfaces/Prolog/Ciao/Makefile.am    |    2 ++
 interfaces/Prolog/GNU/Makefile.am     |    2 ++
 interfaces/Prolog/SICStus/Makefile.am |    2 ++
 interfaces/Prolog/SWI/Makefile.am     |    2 ++
 interfaces/Prolog/XSB/Makefile.am     |    2 ++
 interfaces/Prolog/YAP/Makefile.am     |    2 ++
 6 files changed, 12 insertions(+), 0 deletions(-)

diff --git a/interfaces/Prolog/Ciao/Makefile.am b/interfaces/Prolog/Ciao/Makefile.am
index b228713..4bb083e 100644
--- a/interfaces/Prolog/Ciao/Makefile.am
+++ b/interfaces/Prolog/Ciao/Makefile.am
@@ -21,6 +21,8 @@
 # For the most up-to-date information see the Parma Polyhedra Library
 # site: http://bugseng.com/products/ppl/ .
 
+AUTOMAKE_OPTIONS = subdir-objects
+
 CIAO_CFLI_FILES = ciao_cfli.hh
 
 EXTRA_DIST = \
diff --git a/interfaces/Prolog/GNU/Makefile.am b/interfaces/Prolog/GNU/Makefile.am
index 41d09d4..4cbfc1e 100644
--- a/interfaces/Prolog/GNU/Makefile.am
+++ b/interfaces/Prolog/GNU/Makefile.am
@@ -21,6 +21,8 @@
 # For the most up-to-date information see the Parma Polyhedra Library
 # site: http://bugseng.com/products/ppl/ .
 
+AUTOMAKE_OPTIONS = subdir-objects
+
 GPROLOG_CFLI_FILES = gprolog_cfli.hh
 
 EXTRA_DIST = \
diff --git a/interfaces/Prolog/SICStus/Makefile.am b/interfaces/Prolog/SICStus/Makefile.am
index fe651b2..396e6c8 100644
--- a/interfaces/Prolog/SICStus/Makefile.am
+++ b/interfaces/Prolog/SICStus/Makefile.am
@@ -21,6 +21,8 @@
 # For the most up-to-date information see the Parma Polyhedra Library
 # site: http://bugseng.com/products/ppl/ .
 
+AUTOMAKE_OPTIONS = subdir-objects
+
 SICSTUS_CFLI_FILES = sicstus_cfli.h sicstus_cfli.ic sicstus_cfli.cc
 
 EXTRA_DIST = \
diff --git a/interfaces/Prolog/SWI/Makefile.am b/interfaces/Prolog/SWI/Makefile.am
index 26d08c8..5f3b8e3 100644
--- a/interfaces/Prolog/SWI/Makefile.am
+++ b/interfaces/Prolog/SWI/Makefile.am
@@ -21,6 +21,8 @@
 # For the most up-to-date information see the Parma Polyhedra Library
 # site: http://bugseng.com/products/ppl/ .
 
+AUTOMAKE_OPTIONS = subdir-objects
+
 if VALGRIND_TESTS_ENABLED
 
 CHECKER = \
diff --git a/interfaces/Prolog/XSB/Makefile.am b/interfaces/Prolog/XSB/Makefile.am
index 862766f..825d88f 100644
--- a/interfaces/Prolog/XSB/Makefile.am
+++ b/interfaces/Prolog/XSB/Makefile.am
@@ -21,6 +21,8 @@
 # For the most up-to-date information see the Parma Polyhedra Library
 # site: http://bugseng.com/products/ppl/ .
 
+AUTOMAKE_OPTIONS = subdir-objects
+
 XSB_CFLI_FILES = xsb_cfli.hh
 
 EXTRA_DIST = \
diff --git a/interfaces/Prolog/YAP/Makefile.am b/interfaces/Prolog/YAP/Makefile.am
index 69cfe19..ded9b1b 100644
--- a/interfaces/Prolog/YAP/Makefile.am
+++ b/interfaces/Prolog/YAP/Makefile.am
@@ -21,6 +21,8 @@
 # For the most up-to-date information see the Parma Polyhedra Library
 # site: http://bugseng.com/products/ppl/ .
 
+AUTOMAKE_OPTIONS = subdir-objects
+
 YAP_CFLI_FILES = yap_cfli.hh
 
 EXTRA_DIST = \




More information about the PPL-devel mailing list