diff options
author | Kevin Ryde <user42@zip.com.au> | 2001-04-20 00:44:28 +0200 |
---|---|---|
committer | Kevin Ryde <user42@zip.com.au> | 2001-04-20 00:44:28 +0200 |
commit | 1195a5c28c530e902eea629c136de9708556be80 (patch) | |
tree | ab37a4d4e6771fdafef68258b756e05a53ea958e /tests/Makefile.in | |
parent | cee8ca4aa205f4fc3ab3170e3b92c9b3869e653b (diff) | |
download | gmp-1195a5c28c530e902eea629c136de9708556be80.tar.gz |
Regenerate for:
* configure.in, gmp-h.in, mp-h.in, demos/expr/expr-impl-h.in: Revert
to generating gmp.h, mp.h and expr-impl.h with AC_OUTPUT and AC_SUBST.
Diffstat (limited to 'tests/Makefile.in')
-rw-r--r-- | tests/Makefile.in | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/tests/Makefile.in b/tests/Makefile.in index 7bb428b3c..e5781e68d 100644 --- a/tests/Makefile.in +++ b/tests/Makefile.in @@ -73,11 +73,13 @@ CFLAGS_PIC = @CFLAGS_PIC@ CPP = @CPP@ CXX = @CXX@ CXXCPP = @CXXCPP@ +DEFN_LONG_LONG_LIMB = @DEFN_LONG_LONG_LIMB@ DEPDIR = @DEPDIR@ DLLTOOL = @DLLTOOL@ ECHO = @ECHO@ EXEEXT = @EXEEXT@ GMP_LDFLAGS = @GMP_LDFLAGS@ +HAVE_MPFR = @HAVE_MPFR@ LIBM = @LIBM@ LIBTOOL = @LIBTOOL@ LN_S = @LN_S@ @@ -186,10 +188,10 @@ check_PROGRAMS = t-constants t-modlinv TESTS = $(check_PROGRAMS) subdir = tests mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs -CONFIG_HEADER = ../gmp.h ../mp.h ../demos/expr/expr-impl.h ../config.h +CONFIG_HEADER = ../config.h CONFIG_CLEAN_FILES = -DEFS = @DEFS@ -I. -I$(srcdir) -I.. -I.. -I../demos/expr -I.. +DEFS = @DEFS@ -I. -I$(srcdir) -I.. CPPFLAGS = @CPPFLAGS@ LDFLAGS = @LDFLAGS@ LIBS = @LIBS@ |