Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/lgpl3/gmp/dist merge GMP 5.1.3 (part 1.)
details: https://anonhg.NetBSD.org/src/rev/f19537e68b37
branches: trunk
changeset: 324981:f19537e68b37
user: mrg <mrg%NetBSD.org@localhost>
date: Fri Nov 29 07:57:10 2013 +0000
description:
merge GMP 5.1.3 (part 1.)
diffstat:
external/lgpl3/gmp/dist/Makefile.in | 581 +-
external/lgpl3/gmp/dist/acinclude.m4 | 62 +-
external/lgpl3/gmp/dist/ansi2knr.1 | 36 -
external/lgpl3/gmp/dist/ansi2knr.c | 739 -
external/lgpl3/gmp/dist/config.guess | 190 +-
external/lgpl3/gmp/dist/configfsf.sub | 105 +-
external/lgpl3/gmp/dist/configure | 14076 +++++-----
external/lgpl3/gmp/dist/configure.in | 3412 --
external/lgpl3/gmp/dist/dumbmp.c | 922 -
external/lgpl3/gmp/dist/gen-fac_ui.c | 159 -
external/lgpl3/gmp/dist/gmp-h.in | 782 +-
external/lgpl3/gmp/dist/gmp-impl.h | 3012 +-
external/lgpl3/gmp/dist/libmp.sym | 18 -
external/lgpl3/gmp/dist/mp-h.in | 164 -
external/lgpl3/gmp/dist/mpbsd/Makefile.am | 37 -
external/lgpl3/gmp/dist/mpbsd/Makefile.in | 645 -
external/lgpl3/gmp/dist/mpbsd/itom.c | 47 -
external/lgpl3/gmp/dist/mpbsd/mfree.c | 29 -
external/lgpl3/gmp/dist/mpbsd/min.c | 89 -
external/lgpl3/gmp/dist/mpbsd/mout.c | 92 -
external/lgpl3/gmp/dist/mpbsd/mtox.c | 61 -
external/lgpl3/gmp/dist/mpbsd/rpow.c | 32 -
external/lgpl3/gmp/dist/mpbsd/sdiv.c | 67 -
external/lgpl3/gmp/dist/mpbsd/xtom.c | 88 -
external/lgpl3/gmp/dist/mpn/Makefile.in | 463 +-
external/lgpl3/gmp/dist/mpn/arm/add_n.asm | 69 -
external/lgpl3/gmp/dist/mpn/arm/addmul_1.asm | 107 -
external/lgpl3/gmp/dist/mpn/arm/invert_limb.asm | 32 +-
external/lgpl3/gmp/dist/mpn/arm/sub_n.asm | 71 -
external/lgpl3/gmp/dist/mpn/arm/submul_1.asm | 107 -
external/lgpl3/gmp/dist/mpn/arm/udiv.asm | 4 +-
external/lgpl3/gmp/dist/mpn/generic/addsub_n.c | 162 -
external/lgpl3/gmp/dist/mpn/generic/gcd_lehmer.c | 160 -
external/lgpl3/gmp/dist/mpn/generic/gcdext_subdiv_step.c | 197 -
external/lgpl3/gmp/dist/mpn/generic/get_d.c | 571 +-
external/lgpl3/gmp/dist/mpn/generic/redc_1_sec.c | 45 -
external/lgpl3/gmp/dist/mpn/ia64/sqr_diagonal.asm | 79 -
external/lgpl3/gmp/dist/mpn/powerpc64/mode64/addlsh1_n.asm | 82 -
external/lgpl3/gmp/dist/mpn/powerpc64/mode64/addmul_1.asm | 185 -
external/lgpl3/gmp/dist/mpn/powerpc64/mode64/sublsh1_n.asm | 83 -
external/lgpl3/gmp/dist/mpn/powerpc64/mode64/submul_1.asm | 62 -
external/lgpl3/gmp/dist/mpn/powerpc64/sqr_diagonal.asm | 55 -
external/lgpl3/gmp/dist/mpn/s390/README | 37 -
external/lgpl3/gmp/dist/mpn/s390/addmul_1.asm | 82 -
external/lgpl3/gmp/dist/mpn/s390/gmp-mparam.h | 54 -
external/lgpl3/gmp/dist/mpn/s390/mul_1.asm | 74 -
external/lgpl3/gmp/dist/mpn/s390/submul_1.asm | 82 -
external/lgpl3/gmp/dist/mpn/sh/add_n.s | 45 -
external/lgpl3/gmp/dist/mpn/sh/sh2/addmul_1.s | 51 -
external/lgpl3/gmp/dist/mpn/sh/sh2/mul_1.s | 48 -
external/lgpl3/gmp/dist/mpn/sh/sh2/submul_1.s | 51 -
external/lgpl3/gmp/dist/mpn/sh/sub_n.s | 45 -
external/lgpl3/gmp/dist/mpn/sparc64/add_n.asm | 220 -
external/lgpl3/gmp/dist/mpn/sparc64/addmul_1.asm | 596 -
external/lgpl3/gmp/dist/mpn/sparc64/addmul_2.asm | 540 -
external/lgpl3/gmp/dist/mpn/sparc64/lshift.asm | 152 -
external/lgpl3/gmp/dist/mpn/sparc64/mul_1.asm | 569 -
external/lgpl3/gmp/dist/mpn/sparc64/rshift.asm | 149 -
external/lgpl3/gmp/dist/mpn/sparc64/sqr_diagonal.asm | 331 -
external/lgpl3/gmp/dist/mpn/sparc64/sub_n.asm | 220 -
external/lgpl3/gmp/dist/mpn/sparc64/submul_1.asm | 57 -
external/lgpl3/gmp/dist/mpn/thumb/add_n.s | 48 -
external/lgpl3/gmp/dist/mpn/thumb/sub_n.s | 48 -
external/lgpl3/gmp/dist/mpn/vax/add_n.s | 59 -
external/lgpl3/gmp/dist/mpn/vax/addmul_1.s | 124 -
external/lgpl3/gmp/dist/mpn/vax/lshift.s | 56 -
external/lgpl3/gmp/dist/mpn/vax/mul_1.s | 121 -
external/lgpl3/gmp/dist/mpn/vax/rshift.s | 54 -
external/lgpl3/gmp/dist/mpn/vax/sub_n.s | 59 -
external/lgpl3/gmp/dist/mpn/vax/submul_1.s | 124 -
external/lgpl3/gmp/dist/mpn/x86/fat/diveby3.c | 21 -
external/lgpl3/gmp/dist/mpn/x86/invert_limb.asm | 169 -
external/lgpl3/gmp/dist/mpn/x86_64/core2/aorslsh1_n.asm | 151 -
external/lgpl3/gmp/dist/mpn/x86_64/corei/gmp-mparam.h | 195 -
external/lgpl3/gmp/dist/mpn/x86_64/fat/diveby3.c | 21 -
external/lgpl3/gmp/dist/mpn/x86_64/fat/gcd_1.c | 21 -
external/lgpl3/gmp/dist/mpn/x86_64/fat/mode1o.c | 21 -
external/lgpl3/gmp/dist/mpn/z8000x/add_n.s | 54 -
external/lgpl3/gmp/dist/mpn/z8000x/sub_n.s | 54 -
external/lgpl3/gmp/dist/rand.c | 64 -
external/lgpl3/gmp/dist/randbui.c | 46 -
external/lgpl3/gmp/dist/randclr.c | 27 -
external/lgpl3/gmp/dist/randdef.c | 27 -
external/lgpl3/gmp/dist/randiset.c | 28 -
external/lgpl3/gmp/dist/randlc2s.c | 82 -
external/lgpl3/gmp/dist/randlc2x.c | 322 -
external/lgpl3/gmp/dist/randmt.c | 405 -
external/lgpl3/gmp/dist/randmt.h | 40 -
external/lgpl3/gmp/dist/randmts.c | 157 -
external/lgpl3/gmp/dist/randmui.c | 75 -
external/lgpl3/gmp/dist/rands.c | 31 -
external/lgpl3/gmp/dist/randsd.c | 28 -
external/lgpl3/gmp/dist/randsdui.c | 33 -
external/lgpl3/gmp/dist/tests/mpbsd/Makefile.am | 35 -
external/lgpl3/gmp/dist/tests/mpbsd/Makefile.in | 652 -
external/lgpl3/gmp/dist/tests/mpbsd/allfuns.c | 56 -
external/lgpl3/gmp/dist/tests/mpbsd/t-itom.c | 74 -
external/lgpl3/gmp/dist/tests/mpbsd/t-mtox.c | 86 -
98 files changed, 10556 insertions(+), 24494 deletions(-)
diffs (truncated from 44684 to 300 lines):
diff -r b975938b5904 -r f19537e68b37 external/lgpl3/gmp/dist/Makefile.in
--- a/external/lgpl3/gmp/dist/Makefile.in Fri Nov 29 07:49:47 2013 +0000
+++ b/external/lgpl3/gmp/dist/Makefile.in Fri Nov 29 07:57:10 2013 +0000
@@ -1,9 +1,9 @@
-# Makefile.in generated by automake 1.11.1 from Makefile.am.
+# Makefile.in generated by automake 1.11.6 from Makefile.am.
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
-# Inc.
+# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
+# Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
@@ -16,7 +16,7 @@
@SET_MAKE@
# Copyright 1991, 1993, 1994, 1996, 1997, 1999, 2000, 2001, 2002, 2003, 2004,
-# 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+# 2006, 2007, 2008, 2009, 2011, 2012, 2013 Free Software Foundation, Inc.
#
# This file is part of the GNU MP Library.
#
@@ -33,8 +33,91 @@
# You should have received a copy of the GNU Lesser General Public License
# along with the GNU MP Library. If not, see http://www.gnu.org/licenses/.
+# The following options are the same as AM_INIT_AUTOMAKE in configure.in,
+# except no $(top_builddir) on ansi2knr. That directory is wanted for the
+# Makefiles in subdirectories, but here we must omit it so automake gives
+# the actual ansi2knr build rule, not "cd $(top_builddir) && make ansi2knr".
+#
+# AUTOMAKE_OPTIONS = 1.8 gnu no-dependencies
+
+# Libtool -version-info for libgmp.la and libmp.la. See "Versioning" in the
+# libtool manual.
+#
+# CURRENT:REVISION:AGE
+#
+# 1. No interfaces changed, only implementations (good): Increment REVISION.
+#
+# 2. Interfaces added, none removed (good): Increment CURRENT, increment
+# AGE, set REVISION to 0.
+#
+# 3. Interfaces removed (BAD, breaks upward compatibility): Increment
+# CURRENT, set AGE and REVISION to 0.
+#
+# Do this separately for libgmp, libgmpxx and libmp, and only for releases.
+#
+# GMP -version-info
+# release libgmp libgmpxx libmp
+# 2.0.x - - -
+# 3.0 3:0:0 - 3:0:0
+# 3.0.1 3:1:0 - 3:0:0
+# 3.1 4:0:1 - 4:0:1
+# 3.1.1 4:1:1 - 4:1:1
+# 4.0 5:0:2 3:0:0 4:2:1
+# 4.0.1 5:1:2 3:1:0 4:3:1
+# 4.1 6:0:3 3:2:0 4:4:1
+# 4.1.1 6:1:3 3:3:0 4:5:1
+# 4.1.2 6:2:3 3:4:0 4:6:1
+# 4.1.3 6:3:3 3:5:0 4:7:1
+# 4.1.4 6:3:3 3:5:0 4:7:1 WRONG, same as 4.1.3!
+# 4.2 6:0:3 3:2:0 4:4:1 REALLY WRONG, same as 4.1!
+# 4.2.1 7:1:4 4:1:1 4:10:1 WRONG for libgmpxx
+# 4.2.2 7:2:4 4:2:0 4:11:1
+# 4.2.3 7:3:4 4:3:0 4:12:1
+# 4.2.4 7:4:4 4:4:0 4:13:1
+# 4.3.0 8:0:5 5:0:1 4:14:1
+# 4.3.1 8:1:5 5:1:1 4:15:1 WRONG Really used same as 4.3.0
+# 4.3.2 8:2:5 5:2:1 4:16:1
+# 5.0.0 9:0:6 6:0:2 4:20:1 Should have been 10:0:0
+# 5.0.1 10:1:0 6:1:2 4:21:1
+# 5.0.2 10:2:0 6:2:2 4:22:1
+# 5.0.3 10:3:0 6:3:2 4:23:1
+# 5.0.4 10:4:0 6:4:2 4:24:1
+# 5.0.5 10:5:0 6:5:2 4:25:1
+# 5.1.0 11:0:1 7:0:3 -
+# 5.1.1 11:1:1 7:1:3 -
+# 5.1.2 11:2:1 7:2:3 -
+# 5.1.3 11:3:1 7:3:3 -
+#
+# Starting at 3:0:0 is a slight abuse of the versioning system, but it
+# ensures we're past soname libgmp.so.2, which was used on Debian GNU/Linux
+# packages of gmp 2. Pretend gmp 2 was 2:0:0, so the interface changes for
+# gmp 3 mean 3:0:0 is right.
+#
+# We interpret "implementation changed" in item "1." above as meaning any
+# release, ie. the REVISION is incremented every time (if nothing else).
+# Even if we thought the code generated will be identical on all systems,
+# it's still good to get the shared library filename (like
+# libgmpxx.so.3.0.4) incrementing, to make it clear which GMP it's from.
+
VPATH = @srcdir@
+am__make_dryrun = \
+ { \
+ am__dry=no; \
+ case $$MAKEFLAGS in \
+ *\\[\ \ ]*) \
+ echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \
+ | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
+ *) \
+ for am__flg in $$MAKEFLAGS; do \
+ case $$am__flg in \
+ *=*|--*) ;; \
+ *n*) am__dry=yes; break;; \
+ esac; \
+ done;; \
+ esac; \
+ test $$am__dry = yes; \
+ }
pkgdatadir = $(datadir)/@PACKAGE@
pkgincludedir = $(includedir)/@PACKAGE@
pkglibdir = $(libdir)/@PACKAGE@
@@ -53,24 +136,22 @@
POST_UNINSTALL = :
build_triplet = @build@
host_triplet = @host@
-ANSI2KNR = @ANSI2KNR@
subdir = .
DIST_COMMON = README $(am__configure_deps) $(am__include_HEADERS_DIST) \
$(srcdir)/Makefile.am $(srcdir)/Makefile.in \
- $(srcdir)/config.in $(srcdir)/gmp-h.in $(srcdir)/mp-h.in \
- $(top_srcdir)/configure AUTHORS COPYING COPYING.LIB ChangeLog \
- INSTALL NEWS ansi2knr.1 ansi2knr.c config.guess config.sub \
- install-sh ltmain.sh missing ylwrap
+ $(srcdir)/config.in $(srcdir)/gmp-h.in $(top_srcdir)/configure \
+ AUTHORS COPYING COPYING.LIB ChangeLog INSTALL NEWS \
+ config.guess config.sub install-sh ltmain.sh missing ylwrap
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
- $(top_srcdir)/configure.in
+ $(top_srcdir)/configure.ac
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
configure.lineno config.status.lineno
mkinstalldirs = $(install_sh) -d
CONFIG_HEADER = config.h
-CONFIG_CLEAN_FILES = gmp.h mp.h gmp-mparam.h
+CONFIG_CLEAN_FILES = gmp.h gmp-mparam.h
CONFIG_CLEAN_VPATH_FILES =
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
am__vpath_adj = case $$p in \
@@ -93,18 +174,22 @@
am__base_list = \
sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
+am__uninstall_files_from_dir = { \
+ test -z "$$files" \
+ || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
+ || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
+ $(am__cd) "$$dir" && rm -f $$files; }; \
+ }
am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(includedir)" \
"$(DESTDIR)$(includeexecdir)"
LTLIBRARIES = $(lib_LTLIBRARIES)
am__DEPENDENCIES_1 = $(MPF_OBJECTS) $(MPZ_OBJECTS) $(MPQ_OBJECTS) \
- $(MPN_OBJECTS) $(PRINTF_OBJECTS) $(SCANF_OBJECTS)
-am_libgmp_la_OBJECTS = assert$U.lo compat$U.lo errno$U.lo \
- extract-dbl$U.lo invalid$U.lo memory$U.lo mp_bpl$U.lo \
- mp_clz_tab$U.lo mp_dv_tab$U.lo mp_minv_tab$U.lo \
- mp_get_fns$U.lo mp_set_fns$U.lo rand$U.lo randclr$U.lo \
- randdef$U.lo randiset$U.lo randlc2s$U.lo randlc2x$U.lo \
- randmt$U.lo randmts$U.lo rands$U.lo randsd$U.lo randsdui$U.lo \
- randbui$U.lo randmui$U.lo version$U.lo nextprime$U.lo
+ $(MPN_OBJECTS) $(PRINTF_OBJECTS) $(SCANF_OBJECTS) \
+ $(RANDOM_OBJECTS)
+am_libgmp_la_OBJECTS = assert.lo compat.lo errno.lo extract-dbl.lo \
+ invalid.lo memory.lo mp_bpl.lo mp_clz_tab.lo mp_dv_tab.lo \
+ mp_minv_tab.lo mp_get_fns.lo mp_set_fns.lo version.lo \
+ nextprime.lo primesieve.lo
libgmp_la_OBJECTS = $(am_libgmp_la_OBJECTS)
libgmp_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
@@ -115,18 +200,6 @@
$(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
$(CXXFLAGS) $(libgmpxx_la_LDFLAGS) $(LDFLAGS) -o $@
@WANT_CXX_TRUE@am_libgmpxx_la_rpath = -rpath $(libdir)
-am__DEPENDENCIES_2 = $(srcdir)/libmp.sym $(MPBSD_OBJECTS) \
- $(MPN_OBJECTS) mpz/add$U.lo mpz/gcdext$U.lo mpz/invert$U.lo \
- mpz/mul$U.lo mpz/n_pow_ui$U.lo mpz/realloc$U.lo mpz/set$U.lo \
- mpz/sub$U.lo mpz/tdiv_q$U.lo
-am_libmp_la_OBJECTS = assert$U.lo errno$U.lo memory$U.lo mp_bpl$U.lo \
- mp_clz_tab$U.lo mp_dv_tab$U.lo mp_minv_tab$U.lo \
- mp_get_fns$U.lo mp_set_fns$U.lo nextprime$U.lo
-libmp_la_OBJECTS = $(am_libmp_la_OBJECTS)
-libmp_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
- --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(libmp_la_LDFLAGS) \
- $(LDFLAGS) -o $@
-@WANT_MPBSD_TRUE@am_libmp_la_rpath = -rpath $(libdir)
DEFAULT_INCLUDES = -I.@am__isrc@
depcomp =
am__depfiles_maybe =
@@ -149,9 +222,9 @@
--mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \
$(LDFLAGS) -o $@
SOURCES = $(libgmp_la_SOURCES) $(EXTRA_libgmp_la_SOURCES) \
- $(libgmpxx_la_SOURCES) $(libmp_la_SOURCES)
+ $(libgmpxx_la_SOURCES)
DIST_SOURCES = $(libgmp_la_SOURCES) $(EXTRA_libgmp_la_SOURCES) \
- $(libgmpxx_la_SOURCES) $(libmp_la_SOURCES)
+ $(libgmpxx_la_SOURCES)
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
html-recursive info-recursive install-data-recursive \
install-dvi-recursive install-exec-recursive \
@@ -159,6 +232,11 @@
install-pdf-recursive install-ps-recursive install-recursive \
installcheck-recursive installdirs-recursive pdf-recursive \
ps-recursive uninstall-recursive
+am__can_run_installinfo = \
+ case $$AM_UPDATE_INFO_DIR in \
+ n|no|NO) false;; \
+ *) (install-info --version) >/dev/null 2>&1;; \
+ esac
am__include_HEADERS_DIST = gmpxx.h
HEADERS = $(include_HEADERS) $(nodist_includeexec_HEADERS)
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
@@ -173,9 +251,11 @@
distdir = $(PACKAGE)-$(VERSION)
top_distdir = $(distdir)
am__remove_distdir = \
- { test ! -d "$(distdir)" \
- || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
- && rm -fr "$(distdir)"; }; }
+ if test -d "$(distdir)"; then \
+ find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
+ && rm -rf "$(distdir)" \
+ || { sleep 5 && rm -rf "$(distdir)"; }; \
+ else :; fi
am__relativize = \
dir0=`pwd`; \
sed_first='s,^\([^/]*\)/.*$$,\1,'; \
@@ -204,6 +284,8 @@
DIST_ARCHIVES = $(distdir).tar.gz
GZIP_ENV = --best
distuninstallcheck_listfiles = find . -type f -print
+am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
+ | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
distcleancheck_listfiles = find . -type f -print
ABI = @ABI@
ACLOCAL = @ACLOCAL@
@@ -238,8 +320,6 @@
EGREP = @EGREP@
EXEEXT = @EXEEXT@
EXEEXT_FOR_BUILD = @EXEEXT_FOR_BUILD@
-F77 = @F77@
-FFLAGS = @FFLAGS@
FGREP = @FGREP@
GMP_LDFLAGS = @GMP_LDFLAGS@
GMP_LIMB_BITS = @GMP_LIMB_BITS@
@@ -282,6 +362,7 @@
M4 = @M4@
MAINT = @MAINT@
MAKEINFO = @MAKEINFO@
+MANIFEST_TOOL = @MANIFEST_TOOL@
MKDIR_P = @MKDIR_P@
NM = @NM@
NMEDIT = @NMEDIT@
@@ -304,8 +385,8 @@
SPEED_CYCLECOUNTER_OBJ = @SPEED_CYCLECOUNTER_OBJ@
STRIP = @STRIP@
TAL_OBJECT = @TAL_OBJECT@
+TUNE_LIBS = @TUNE_LIBS@
TUNE_SQR_OBJ = @TUNE_SQR_OBJ@
-U = @U@
U_FOR_BUILD = @U_FOR_BUILD@
VERSION = @VERSION@
WITH_READLINE_01 = @WITH_READLINE_01@
@@ -315,10 +396,10 @@
abs_srcdir = @abs_srcdir@
abs_top_builddir = @abs_top_builddir@
abs_top_srcdir = @abs_top_srcdir@
+ac_ct_AR = @ac_ct_AR@
ac_ct_CC = @ac_ct_CC@
ac_ct_CXX = @ac_ct_CXX@
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
-ac_ct_F77 = @ac_ct_F77@
am__leading_dot = @am__leading_dot@
am__tar = @am__tar@
am__untar = @am__untar@
@@ -348,12 +429,10 @@
libexecdir = @libexecdir@
localedir = @localedir@
localstatedir = @localstatedir@
-lt_ECHO = @lt_ECHO@
mandir = @mandir@
mkdir_p = @mkdir_p@
mpn_objects = @mpn_objects@
mpn_objs_in_libgmp = @mpn_objs_in_libgmp@
-mpn_objs_in_libmp = @mpn_objs_in_libmp@
oldincludedir = @oldincludedir@
pdfdir = @pdfdir@
prefix = @prefix@
@@ -367,79 +446,14 @@
top_build_prefix = @top_build_prefix@
top_builddir = @top_builddir@
Home |
Main Index |
Thread Index |
Old Index