summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2001-05-27 00:40:14 +0200
committerKevin Ryde <user42@zip.com.au>2001-05-27 00:40:14 +0200
commit6af81b8715a4debc320b8626f52afa5bcf3f4b3e (patch)
tree39908db3f6ee35045baac175f5e2aa3010ed9d6b
parent63eb5f0b0ba9180f30ac5e73665f40973ac743a7 (diff)
downloadgmp-6af81b8715a4debc320b8626f52afa5bcf3f4b3e.tar.gz
Regenerate for:
* configure.in, gmp-h.in, mp-h.in: Add support for windows DLLs. CVS: ----------------------------------------------------------------------
-rw-r--r--Makefile.in2
-rw-r--r--demos/Makefile.in2
-rw-r--r--demos/calc/Makefile.in2
-rw-r--r--mpbsd/Makefile.in2
-rw-r--r--mpf/Makefile.in2
-rw-r--r--mpfr/Makefile.in2
-rw-r--r--mpfr/tests/Makefile.in2
-rw-r--r--mpn/Makefile.in2
-rw-r--r--mpq/Makefile.in2
-rw-r--r--mpz/Makefile.in2
-rw-r--r--tests/Makefile.in2
-rw-r--r--tests/devel/Makefile.in2
-rw-r--r--tests/mpbsd/Makefile.in2
-rw-r--r--tests/mpf/Makefile.in2
-rw-r--r--tests/mpn/Makefile.in2
-rw-r--r--tests/mpq/Makefile.in2
-rw-r--r--tests/mpz/Makefile.in2
-rw-r--r--tests/rand/Makefile.in2
18 files changed, 36 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 7f75d461f..75845755c 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -144,6 +144,8 @@ TUNE_SQR_OBJ = @TUNE_SQR_OBJ@
U = @U@
VERSION = @VERSION@
__GMP_BITS_PER_MP_LIMB = @__GMP_BITS_PER_MP_LIMB@
+__GMP_LIBGMP_SHARED = @__GMP_LIBGMP_SHARED@
+__GMP_LIBGMP_STATIC = @__GMP_LIBGMP_STATIC@
_am_include = @_am_include@
_am_quote = @_am_quote@
gmp_srclinks = @gmp_srclinks@
diff --git a/demos/Makefile.in b/demos/Makefile.in
index eb4d566d0..9a3d9503e 100644
--- a/demos/Makefile.in
+++ b/demos/Makefile.in
@@ -109,6 +109,8 @@ TUNE_SQR_OBJ = @TUNE_SQR_OBJ@
U = @U@
VERSION = @VERSION@
__GMP_BITS_PER_MP_LIMB = @__GMP_BITS_PER_MP_LIMB@
+__GMP_LIBGMP_SHARED = @__GMP_LIBGMP_SHARED@
+__GMP_LIBGMP_STATIC = @__GMP_LIBGMP_STATIC@
_am_include = @_am_include@
_am_quote = @_am_quote@
gmp_srclinks = @gmp_srclinks@
diff --git a/demos/calc/Makefile.in b/demos/calc/Makefile.in
index 266898496..4b40c80f7 100644
--- a/demos/calc/Makefile.in
+++ b/demos/calc/Makefile.in
@@ -109,6 +109,8 @@ TUNE_SQR_OBJ = @TUNE_SQR_OBJ@
U = @U@
VERSION = @VERSION@
__GMP_BITS_PER_MP_LIMB = @__GMP_BITS_PER_MP_LIMB@
+__GMP_LIBGMP_SHARED = @__GMP_LIBGMP_SHARED@
+__GMP_LIBGMP_STATIC = @__GMP_LIBGMP_STATIC@
_am_include = @_am_include@
_am_quote = @_am_quote@
gmp_srclinks = @gmp_srclinks@
diff --git a/mpbsd/Makefile.in b/mpbsd/Makefile.in
index 755b2da21..444b85e22 100644
--- a/mpbsd/Makefile.in
+++ b/mpbsd/Makefile.in
@@ -109,6 +109,8 @@ TUNE_SQR_OBJ = @TUNE_SQR_OBJ@
U = @U@
VERSION = @VERSION@
__GMP_BITS_PER_MP_LIMB = @__GMP_BITS_PER_MP_LIMB@
+__GMP_LIBGMP_SHARED = @__GMP_LIBGMP_SHARED@
+__GMP_LIBGMP_STATIC = @__GMP_LIBGMP_STATIC@
_am_include = @_am_include@
_am_quote = @_am_quote@
gmp_srclinks = @gmp_srclinks@
diff --git a/mpf/Makefile.in b/mpf/Makefile.in
index 83c1f9803..b19e30c0e 100644
--- a/mpf/Makefile.in
+++ b/mpf/Makefile.in
@@ -109,6 +109,8 @@ TUNE_SQR_OBJ = @TUNE_SQR_OBJ@
U = @U@
VERSION = @VERSION@
__GMP_BITS_PER_MP_LIMB = @__GMP_BITS_PER_MP_LIMB@
+__GMP_LIBGMP_SHARED = @__GMP_LIBGMP_SHARED@
+__GMP_LIBGMP_STATIC = @__GMP_LIBGMP_STATIC@
_am_include = @_am_include@
_am_quote = @_am_quote@
gmp_srclinks = @gmp_srclinks@
diff --git a/mpfr/Makefile.in b/mpfr/Makefile.in
index fa05cb990..f3d5f27d5 100644
--- a/mpfr/Makefile.in
+++ b/mpfr/Makefile.in
@@ -112,6 +112,8 @@ TUNE_SQR_OBJ = @TUNE_SQR_OBJ@
U = @U@
VERSION = @VERSION@
__GMP_BITS_PER_MP_LIMB = @__GMP_BITS_PER_MP_LIMB@
+__GMP_LIBGMP_SHARED = @__GMP_LIBGMP_SHARED@
+__GMP_LIBGMP_STATIC = @__GMP_LIBGMP_STATIC@
_am_include = @_am_include@
_am_quote = @_am_quote@
gmp_srclinks = @gmp_srclinks@
diff --git a/mpfr/tests/Makefile.in b/mpfr/tests/Makefile.in
index 7577a66bc..a5de83913 100644
--- a/mpfr/tests/Makefile.in
+++ b/mpfr/tests/Makefile.in
@@ -109,6 +109,8 @@ TUNE_SQR_OBJ = @TUNE_SQR_OBJ@
U = @U@
VERSION = @VERSION@
__GMP_BITS_PER_MP_LIMB = @__GMP_BITS_PER_MP_LIMB@
+__GMP_LIBGMP_SHARED = @__GMP_LIBGMP_SHARED@
+__GMP_LIBGMP_STATIC = @__GMP_LIBGMP_STATIC@
_am_include = @_am_include@
_am_quote = @_am_quote@
gmp_srclinks = @gmp_srclinks@
diff --git a/mpn/Makefile.in b/mpn/Makefile.in
index 8ff5b5648..d47a0fc03 100644
--- a/mpn/Makefile.in
+++ b/mpn/Makefile.in
@@ -132,6 +132,8 @@ TUNE_SQR_OBJ = @TUNE_SQR_OBJ@
U = @U@
VERSION = @VERSION@
__GMP_BITS_PER_MP_LIMB = @__GMP_BITS_PER_MP_LIMB@
+__GMP_LIBGMP_SHARED = @__GMP_LIBGMP_SHARED@
+__GMP_LIBGMP_STATIC = @__GMP_LIBGMP_STATIC@
_am_include = @_am_include@
_am_quote = @_am_quote@
gmp_srclinks = @gmp_srclinks@
diff --git a/mpq/Makefile.in b/mpq/Makefile.in
index ea4a60ff4..068bc6f5b 100644
--- a/mpq/Makefile.in
+++ b/mpq/Makefile.in
@@ -109,6 +109,8 @@ TUNE_SQR_OBJ = @TUNE_SQR_OBJ@
U = @U@
VERSION = @VERSION@
__GMP_BITS_PER_MP_LIMB = @__GMP_BITS_PER_MP_LIMB@
+__GMP_LIBGMP_SHARED = @__GMP_LIBGMP_SHARED@
+__GMP_LIBGMP_STATIC = @__GMP_LIBGMP_STATIC@
_am_include = @_am_include@
_am_quote = @_am_quote@
gmp_srclinks = @gmp_srclinks@
diff --git a/mpz/Makefile.in b/mpz/Makefile.in
index cec1a081f..4618e509e 100644
--- a/mpz/Makefile.in
+++ b/mpz/Makefile.in
@@ -109,6 +109,8 @@ TUNE_SQR_OBJ = @TUNE_SQR_OBJ@
U = @U@
VERSION = @VERSION@
__GMP_BITS_PER_MP_LIMB = @__GMP_BITS_PER_MP_LIMB@
+__GMP_LIBGMP_SHARED = @__GMP_LIBGMP_SHARED@
+__GMP_LIBGMP_STATIC = @__GMP_LIBGMP_STATIC@
_am_include = @_am_include@
_am_quote = @_am_quote@
gmp_srclinks = @gmp_srclinks@
diff --git a/tests/Makefile.in b/tests/Makefile.in
index 71d1208a0..15fcd7b34 100644
--- a/tests/Makefile.in
+++ b/tests/Makefile.in
@@ -132,6 +132,8 @@ TUNE_SQR_OBJ = @TUNE_SQR_OBJ@
U = @U@
VERSION = @VERSION@
__GMP_BITS_PER_MP_LIMB = @__GMP_BITS_PER_MP_LIMB@
+__GMP_LIBGMP_SHARED = @__GMP_LIBGMP_SHARED@
+__GMP_LIBGMP_STATIC = @__GMP_LIBGMP_STATIC@
_am_include = @_am_include@
_am_quote = @_am_quote@
gmp_srclinks = @gmp_srclinks@
diff --git a/tests/devel/Makefile.in b/tests/devel/Makefile.in
index 38aa5a36a..77e92abae 100644
--- a/tests/devel/Makefile.in
+++ b/tests/devel/Makefile.in
@@ -109,6 +109,8 @@ TUNE_SQR_OBJ = @TUNE_SQR_OBJ@
U = @U@
VERSION = @VERSION@
__GMP_BITS_PER_MP_LIMB = @__GMP_BITS_PER_MP_LIMB@
+__GMP_LIBGMP_SHARED = @__GMP_LIBGMP_SHARED@
+__GMP_LIBGMP_STATIC = @__GMP_LIBGMP_STATIC@
_am_include = @_am_include@
_am_quote = @_am_quote@
gmp_srclinks = @gmp_srclinks@
diff --git a/tests/mpbsd/Makefile.in b/tests/mpbsd/Makefile.in
index 507014ab5..323f36a48 100644
--- a/tests/mpbsd/Makefile.in
+++ b/tests/mpbsd/Makefile.in
@@ -109,6 +109,8 @@ TUNE_SQR_OBJ = @TUNE_SQR_OBJ@
U = @U@
VERSION = @VERSION@
__GMP_BITS_PER_MP_LIMB = @__GMP_BITS_PER_MP_LIMB@
+__GMP_LIBGMP_SHARED = @__GMP_LIBGMP_SHARED@
+__GMP_LIBGMP_STATIC = @__GMP_LIBGMP_STATIC@
_am_include = @_am_include@
_am_quote = @_am_quote@
gmp_srclinks = @gmp_srclinks@
diff --git a/tests/mpf/Makefile.in b/tests/mpf/Makefile.in
index f5d4305b2..ed83c5a7a 100644
--- a/tests/mpf/Makefile.in
+++ b/tests/mpf/Makefile.in
@@ -109,6 +109,8 @@ TUNE_SQR_OBJ = @TUNE_SQR_OBJ@
U = @U@
VERSION = @VERSION@
__GMP_BITS_PER_MP_LIMB = @__GMP_BITS_PER_MP_LIMB@
+__GMP_LIBGMP_SHARED = @__GMP_LIBGMP_SHARED@
+__GMP_LIBGMP_STATIC = @__GMP_LIBGMP_STATIC@
_am_include = @_am_include@
_am_quote = @_am_quote@
gmp_srclinks = @gmp_srclinks@
diff --git a/tests/mpn/Makefile.in b/tests/mpn/Makefile.in
index 27aeafcd2..61955fc48 100644
--- a/tests/mpn/Makefile.in
+++ b/tests/mpn/Makefile.in
@@ -109,6 +109,8 @@ TUNE_SQR_OBJ = @TUNE_SQR_OBJ@
U = @U@
VERSION = @VERSION@
__GMP_BITS_PER_MP_LIMB = @__GMP_BITS_PER_MP_LIMB@
+__GMP_LIBGMP_SHARED = @__GMP_LIBGMP_SHARED@
+__GMP_LIBGMP_STATIC = @__GMP_LIBGMP_STATIC@
_am_include = @_am_include@
_am_quote = @_am_quote@
gmp_srclinks = @gmp_srclinks@
diff --git a/tests/mpq/Makefile.in b/tests/mpq/Makefile.in
index bd3489f34..2a4d61be9 100644
--- a/tests/mpq/Makefile.in
+++ b/tests/mpq/Makefile.in
@@ -109,6 +109,8 @@ TUNE_SQR_OBJ = @TUNE_SQR_OBJ@
U = @U@
VERSION = @VERSION@
__GMP_BITS_PER_MP_LIMB = @__GMP_BITS_PER_MP_LIMB@
+__GMP_LIBGMP_SHARED = @__GMP_LIBGMP_SHARED@
+__GMP_LIBGMP_STATIC = @__GMP_LIBGMP_STATIC@
_am_include = @_am_include@
_am_quote = @_am_quote@
gmp_srclinks = @gmp_srclinks@
diff --git a/tests/mpz/Makefile.in b/tests/mpz/Makefile.in
index cfed92214..a34002414 100644
--- a/tests/mpz/Makefile.in
+++ b/tests/mpz/Makefile.in
@@ -109,6 +109,8 @@ TUNE_SQR_OBJ = @TUNE_SQR_OBJ@
U = @U@
VERSION = @VERSION@
__GMP_BITS_PER_MP_LIMB = @__GMP_BITS_PER_MP_LIMB@
+__GMP_LIBGMP_SHARED = @__GMP_LIBGMP_SHARED@
+__GMP_LIBGMP_STATIC = @__GMP_LIBGMP_STATIC@
_am_include = @_am_include@
_am_quote = @_am_quote@
gmp_srclinks = @gmp_srclinks@
diff --git a/tests/rand/Makefile.in b/tests/rand/Makefile.in
index c82eb4837..5e42646eb 100644
--- a/tests/rand/Makefile.in
+++ b/tests/rand/Makefile.in
@@ -109,6 +109,8 @@ TUNE_SQR_OBJ = @TUNE_SQR_OBJ@
U = @U@
VERSION = @VERSION@
__GMP_BITS_PER_MP_LIMB = @__GMP_BITS_PER_MP_LIMB@
+__GMP_LIBGMP_SHARED = @__GMP_LIBGMP_SHARED@
+__GMP_LIBGMP_STATIC = @__GMP_LIBGMP_STATIC@
_am_include = @_am_include@
_am_quote = @_am_quote@
gmp_srclinks = @gmp_srclinks@