
Module: ppl/ppl Branch: master Commit: bd44c928a917ff3ea87dc6bc3df8e6a10a030a26 URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=bd44c928a917f...
Author: Roberto Bagnara roberto.bagnara@bugseng.com Date: Wed Jul 3 15:11:38 2013 +0200
Automake `subdir-objects' option is not for us.
---
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, 6 insertions(+), 6 deletions(-)
diff --git a/interfaces/Prolog/Ciao/Makefile.am b/interfaces/Prolog/Ciao/Makefile.am index 4bb083e..53ffe88 100644 --- a/interfaces/Prolog/Ciao/Makefile.am +++ b/interfaces/Prolog/Ciao/Makefile.am @@ -21,7 +21,7 @@ # For the most up-to-date information see the Parma Polyhedra Library # site: http://bugseng.com/products/ppl/ .
-AUTOMAKE_OPTIONS = subdir-objects +AUTOMAKE_OPTIONS = -Wno-unsupported
CIAO_CFLI_FILES = ciao_cfli.hh
diff --git a/interfaces/Prolog/GNU/Makefile.am b/interfaces/Prolog/GNU/Makefile.am index 4cbfc1e..94286b0 100644 --- a/interfaces/Prolog/GNU/Makefile.am +++ b/interfaces/Prolog/GNU/Makefile.am @@ -21,7 +21,7 @@ # For the most up-to-date information see the Parma Polyhedra Library # site: http://bugseng.com/products/ppl/ .
-AUTOMAKE_OPTIONS = subdir-objects +AUTOMAKE_OPTIONS = -Wno-unsupported
GPROLOG_CFLI_FILES = gprolog_cfli.hh
diff --git a/interfaces/Prolog/SICStus/Makefile.am b/interfaces/Prolog/SICStus/Makefile.am index 396e6c8..b70d47d 100644 --- a/interfaces/Prolog/SICStus/Makefile.am +++ b/interfaces/Prolog/SICStus/Makefile.am @@ -21,7 +21,7 @@ # For the most up-to-date information see the Parma Polyhedra Library # site: http://bugseng.com/products/ppl/ .
-AUTOMAKE_OPTIONS = subdir-objects +AUTOMAKE_OPTIONS = -Wno-unsupported
SICSTUS_CFLI_FILES = sicstus_cfli.h sicstus_cfli.ic sicstus_cfli.cc
diff --git a/interfaces/Prolog/SWI/Makefile.am b/interfaces/Prolog/SWI/Makefile.am index 5f3b8e3..e522422 100644 --- a/interfaces/Prolog/SWI/Makefile.am +++ b/interfaces/Prolog/SWI/Makefile.am @@ -21,7 +21,7 @@ # For the most up-to-date information see the Parma Polyhedra Library # site: http://bugseng.com/products/ppl/ .
-AUTOMAKE_OPTIONS = subdir-objects +AUTOMAKE_OPTIONS = -Wno-unsupported
if VALGRIND_TESTS_ENABLED
diff --git a/interfaces/Prolog/XSB/Makefile.am b/interfaces/Prolog/XSB/Makefile.am index 825d88f..42d464a 100644 --- a/interfaces/Prolog/XSB/Makefile.am +++ b/interfaces/Prolog/XSB/Makefile.am @@ -21,7 +21,7 @@ # For the most up-to-date information see the Parma Polyhedra Library # site: http://bugseng.com/products/ppl/ .
-AUTOMAKE_OPTIONS = subdir-objects +AUTOMAKE_OPTIONS = -Wno-unsupported
XSB_CFLI_FILES = xsb_cfli.hh
diff --git a/interfaces/Prolog/YAP/Makefile.am b/interfaces/Prolog/YAP/Makefile.am index ded9b1b..419ce60 100644 --- a/interfaces/Prolog/YAP/Makefile.am +++ b/interfaces/Prolog/YAP/Makefile.am @@ -21,7 +21,7 @@ # For the most up-to-date information see the Parma Polyhedra Library # site: http://bugseng.com/products/ppl/ .
-AUTOMAKE_OPTIONS = subdir-objects +AUTOMAKE_OPTIONS = -Wno-unsupported
YAP_CFLI_FILES = yap_cfli.hh