summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.am2
-rw-r--r--demos/Makefile.am2
-rw-r--r--mpbsd/Makefile.am2
-rw-r--r--mpbsd/tests/Makefile.am2
-rw-r--r--mpf/Makefile.am2
-rw-r--r--mpf/tests/Makefile.am2
-rw-r--r--mpn/Makefile.am2
-rw-r--r--mpq/Makefile.am2
-rw-r--r--mpq/tests/Makefile.am2
-rw-r--r--mpz/Makefile.am2
-rw-r--r--mpz/tests/Makefile.am2
-rw-r--r--tests/Makefile.am2
-rw-r--r--tests/rand/Makefile.am2
13 files changed, 13 insertions, 13 deletions
diff --git a/Makefile.am b/Makefile.am
index bb84078e9..f8feef06c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -43,7 +43,7 @@
# listed in the Makefile.am's in the subdirectories.
-AUTOMAKE_OPTIONS = gnu check-news
+AUTOMAKE_OPTIONS = gnu check-news no-dependencies
SUBDIRS = mpf mpz mpn mpq tests demos mpbsd
diff --git a/demos/Makefile.am b/demos/Makefile.am
index d7461a9a1..041464427 100644
--- a/demos/Makefile.am
+++ b/demos/Makefile.am
@@ -20,7 +20,7 @@
# MA 02111-1307, USA.
-AUTOMAKE_OPTIONS = gnu
+AUTOMAKE_OPTIONS = gnu no-dependencies
INCLUDES = -I$(top_srcdir)
LDADD = $(top_builddir)/libgmp.la
diff --git a/mpbsd/Makefile.am b/mpbsd/Makefile.am
index 2bb5fcb66..0451b1a9f 100644
--- a/mpbsd/Makefile.am
+++ b/mpbsd/Makefile.am
@@ -20,7 +20,7 @@
# MA 02111-1307, USA.
-AUTOMAKE_OPTIONS = gnu
+AUTOMAKE_OPTIONS = gnu no-dependencies
SUBDIRS = tests
diff --git a/mpbsd/tests/Makefile.am b/mpbsd/tests/Makefile.am
index f5b400859..ca566e34d 100644
--- a/mpbsd/tests/Makefile.am
+++ b/mpbsd/tests/Makefile.am
@@ -20,7 +20,7 @@
# MA 02111-1307, USA.
-AUTOMAKE_OPTIONS = gnu
+AUTOMAKE_OPTIONS = gnu no-dependencies
INCLUDES = -I$(top_srcdir)
LDADD = $(top_builddir)/libmp.la
diff --git a/mpf/Makefile.am b/mpf/Makefile.am
index 420e1e856..78eef5f33 100644
--- a/mpf/Makefile.am
+++ b/mpf/Makefile.am
@@ -20,7 +20,7 @@
# MA 02111-1307, USA.
-AUTOMAKE_OPTIONS = gnu
+AUTOMAKE_OPTIONS = gnu no-dependencies
SUBDIRS = tests
diff --git a/mpf/tests/Makefile.am b/mpf/tests/Makefile.am
index 6c914f219..f77e20cce 100644
--- a/mpf/tests/Makefile.am
+++ b/mpf/tests/Makefile.am
@@ -20,7 +20,7 @@
# MA 02111-1307, USA.
-AUTOMAKE_OPTIONS = gnu
+AUTOMAKE_OPTIONS = gnu no-dependencies
INCLUDES = -I$(top_srcdir)
LDADD = $(top_builddir)/libgmp.la
diff --git a/mpn/Makefile.am b/mpn/Makefile.am
index b82edc5aa..d08097bd6 100644
--- a/mpn/Makefile.am
+++ b/mpn/Makefile.am
@@ -20,7 +20,7 @@
# MA 02111-1307, USA.
-AUTOMAKE_OPTIONS = gnu
+AUTOMAKE_OPTIONS = gnu no-dependencies
CPP = @CPP@
diff --git a/mpq/Makefile.am b/mpq/Makefile.am
index ad2ae5390..341becdcc 100644
--- a/mpq/Makefile.am
+++ b/mpq/Makefile.am
@@ -20,7 +20,7 @@
# MA 02111-1307, USA.
-AUTOMAKE_OPTIONS = gnu
+AUTOMAKE_OPTIONS = gnu no-dependencies
SUBDIRS = tests
diff --git a/mpq/tests/Makefile.am b/mpq/tests/Makefile.am
index a82b102b7..b756cd320 100644
--- a/mpq/tests/Makefile.am
+++ b/mpq/tests/Makefile.am
@@ -20,7 +20,7 @@
# MA 02111-1307, USA.
-AUTOMAKE_OPTIONS = gnu
+AUTOMAKE_OPTIONS = gnu no-dependencies
INCLUDES = -I$(top_srcdir)
LDADD = $(top_builddir)/libgmp.la
diff --git a/mpz/Makefile.am b/mpz/Makefile.am
index 9825441af..501d2d8bd 100644
--- a/mpz/Makefile.am
+++ b/mpz/Makefile.am
@@ -20,7 +20,7 @@
# MA 02111-1307, USA.
-AUTOMAKE_OPTIONS = gnu
+AUTOMAKE_OPTIONS = gnu no-dependencies
SUBDIRS = tests
diff --git a/mpz/tests/Makefile.am b/mpz/tests/Makefile.am
index f5b9c1a8d..1ceb79dd4 100644
--- a/mpz/tests/Makefile.am
+++ b/mpz/tests/Makefile.am
@@ -20,7 +20,7 @@
# MA 02111-1307, USA.
-AUTOMAKE_OPTIONS = gnu
+AUTOMAKE_OPTIONS = gnu no-dependencies
INCLUDES = -I$(top_srcdir)
LDADD = $(top_builddir)/libgmp.la
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 003f65f45..5b6566fdf 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -20,6 +20,6 @@
# MA 02111-1307, USA.
-AUTOMAKE_OPTIONS = gnu
+AUTOMAKE_OPTIONS = gnu no-dependencies
SUBDIRS = rand
diff --git a/tests/rand/Makefile.am b/tests/rand/Makefile.am
index 4b64db337..301047191 100644
--- a/tests/rand/Makefile.am
+++ b/tests/rand/Makefile.am
@@ -20,7 +20,7 @@
# MA 02111-1307, USA.
-AUTOMAKE_OPTIONS = gnu
+AUTOMAKE_OPTIONS = gnu no-dependencies
INCLUDES = -I$(top_srcdir)
LDADD = libstat.la $(top_builddir)/libgmp.la