summaryrefslogtreecommitdiff
path: root/demos
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2002-04-16 02:45:14 +0200
committerKevin Ryde <user42@zip.com.au>2002-04-16 02:45:14 +0200
commita5ca7c1f8f8d2a19aecf023413084274b229aa63 (patch)
treea35fd220600a5f0ade204150a761e6f07b201781 /demos
parent9b44a4554ceee5d33fe3cf704fa15bd64abeb83c (diff)
downloadgmp-a5ca7c1f8f8d2a19aecf023413084274b229aa63.tar.gz
Regenerate for:
* mpfr/*, configure.in: Update to final mpfr 2.0.1.
Diffstat (limited to 'demos')
-rw-r--r--demos/Makefile.in1
-rw-r--r--demos/calc/Makefile.in1
-rw-r--r--demos/expr/Makefile.in1
3 files changed, 3 insertions, 0 deletions
diff --git a/demos/Makefile.in b/demos/Makefile.in
index fa5807958..bd4cc9f45 100644
--- a/demos/Makefile.in
+++ b/demos/Makefile.in
@@ -111,6 +111,7 @@ LN_S = @LN_S@
M4 = @M4@
MAINT = @MAINT@
MPFR_CFLAGS = @MPFR_CFLAGS@
+MPFR_LIBS = @MPFR_LIBS@
OBJDUMP = @OBJDUMP@
OBJEXT = @OBJEXT@
PACKAGE = @PACKAGE@
diff --git a/demos/calc/Makefile.in b/demos/calc/Makefile.in
index 4a508f7ba..4ba7c972c 100644
--- a/demos/calc/Makefile.in
+++ b/demos/calc/Makefile.in
@@ -111,6 +111,7 @@ LN_S = @LN_S@
M4 = @M4@
MAINT = @MAINT@
MPFR_CFLAGS = @MPFR_CFLAGS@
+MPFR_LIBS = @MPFR_LIBS@
OBJDUMP = @OBJDUMP@
OBJEXT = @OBJEXT@
PACKAGE = @PACKAGE@
diff --git a/demos/expr/Makefile.in b/demos/expr/Makefile.in
index c7804a2a9..96e123e75 100644
--- a/demos/expr/Makefile.in
+++ b/demos/expr/Makefile.in
@@ -111,6 +111,7 @@ LN_S = @LN_S@
M4 = @M4@
MAINT = @MAINT@
MPFR_CFLAGS = @MPFR_CFLAGS@
+MPFR_LIBS = @MPFR_LIBS@
OBJDUMP = @OBJDUMP@
OBJEXT = @OBJEXT@
PACKAGE = @PACKAGE@