[BACK]Return to Makefile.in CVS log [TXT][DIR] Up to [local] / OpenXM_contrib / gmp

Diff for /OpenXM_contrib/gmp/Attic/Makefile.in between version 1.1.1.3 and 1.1.1.4

version 1.1.1.3, 2000/12/01 05:44:40 version 1.1.1.4, 2003/08/25 16:05:54
Line 1 
Line 1 
 # Makefile.in generated automatically by automake 1.4a from Makefile.am  # Makefile.in generated automatically by automake 1.5 from Makefile.am.
   
 # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.  # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
   # Free Software Foundation, Inc.
 # This Makefile.in is free software; the Free Software Foundation  # This Makefile.in is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,  # gives unlimited permission to copy and/or distribute it,
 # with or without modifications, as long as this notice is preserved.  # with or without modifications, as long as this notice is preserved.
Line 10 
Line 11 
 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A  # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 # PARTICULAR PURPOSE.  # PARTICULAR PURPOSE.
   
   @SET_MAKE@
   
   # Copyright 1991, 1993, 1994, 1996, 1997, 1999, 2000, 2001, 2002 Free
   # Software Foundation, Inc.
   #
   # This file is part of the GNU MP Library.
   #
   # The GNU MP Library is free software; you can redistribute it and/or modify
   # it under the terms of the GNU Lesser General Public License as published by
   # the Free Software Foundation; either version 2.1 of the License, or (at your
   # option) any later version.
   #
   # The GNU MP Library is distributed in the hope that it will be useful, but
   # WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
   # or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public
   # License for more details.
   #
   # You should have received a copy of the GNU Lesser General Public License
   # along with the GNU MP Library; see the file COPYING.LIB.  If not, write to
   # the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
   # MA 02111-1307, USA.
   
   # Libtool -version-info for libgmp.la and libmp.la.  See "Versioning" in the
   # libtool manual.
   #
   # 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 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
   #
   # 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.
   
 SHELL = @SHELL@  SHELL = @SHELL@
   
 srcdir = @srcdir@  srcdir = @srcdir@
Line 30  infodir = @infodir@
Line 84  infodir = @infodir@
 mandir = @mandir@  mandir = @mandir@
 includedir = @includedir@  includedir = @includedir@
 oldincludedir = /usr/include  oldincludedir = /usr/include
   
 DESTDIR =  
   
 pkgdatadir = $(datadir)/@PACKAGE@  pkgdatadir = $(datadir)/@PACKAGE@
 pkglibdir = $(libdir)/@PACKAGE@  pkglibdir = $(libdir)/@PACKAGE@
 pkgincludedir = $(includedir)/@PACKAGE@  pkgincludedir = $(includedir)/@PACKAGE@
   
 top_builddir = .  top_builddir = .
   
 ACLOCAL = @ACLOCAL@  ACLOCAL = @ACLOCAL@
Line 48  INSTALL = @INSTALL@
Line 98  INSTALL = @INSTALL@
 INSTALL_PROGRAM = @INSTALL_PROGRAM@  INSTALL_PROGRAM = @INSTALL_PROGRAM@
 INSTALL_DATA = @INSTALL_DATA@  INSTALL_DATA = @INSTALL_DATA@
 INSTALL_SCRIPT = @INSTALL_SCRIPT@  INSTALL_SCRIPT = @INSTALL_SCRIPT@
 INSTALL_STRIP_FLAG =  INSTALL_HEADER = $(INSTALL_DATA)
 transform = @program_transform_name@  transform = @program_transform_name@
   
 NORMAL_INSTALL = :  NORMAL_INSTALL = :
 PRE_INSTALL = :  PRE_INSTALL = :
 POST_INSTALL = :  POST_INSTALL = :
 NORMAL_UNINSTALL = :  NORMAL_UNINSTALL = :
 PRE_UNINSTALL = :  PRE_UNINSTALL = :
 POST_UNINSTALL = :  POST_UNINSTALL = :
   
 @SET_MAKE@  
 build_alias = @build_alias@  
 build_triplet = @build@  
 host_alias = @host_alias@  host_alias = @host_alias@
 host_triplet = @host@  host_triplet = @host@
 target_alias = @target_alias@  
 target_triplet = @target@  
 AMDEP = @AMDEP@  
 AMTAR = @AMTAR@  AMTAR = @AMTAR@
 AR = @AR@  AR = @AR@
 AS = @AS@  AS = @AS@
 AWK = @AWK@  AWK = @AWK@
   BITS_PER_MP_LIMB = @BITS_PER_MP_LIMB@
 CALLING_CONVENTIONS_OBJS = @CALLING_CONVENTIONS_OBJS@  CALLING_CONVENTIONS_OBJS = @CALLING_CONVENTIONS_OBJS@
 CC = @CC@  CC = @CC@
 CCAS = @CCAS@  CCAS = @CCAS@
 CPP = @CPP@  CPP = @CPP@
 CXX = @CXX@  CXX = @CXX@
 CXXCPP = @CXXCPP@  CXXCPP = @CXXCPP@
   DEFN_LONG_LONG_LIMB = @DEFN_LONG_LONG_LIMB@
 DEPDIR = @DEPDIR@  DEPDIR = @DEPDIR@
 DLLTOOL = @DLLTOOL@  DLLTOOL = @DLLTOOL@
   ECHO = @ECHO@
 EXEEXT = @EXEEXT@  EXEEXT = @EXEEXT@
   GCJ = @GCJ@
   GCJFLAGS = @GCJFLAGS@
   GMP_LDFLAGS = @GMP_LDFLAGS@
   GMP_NAIL_BITS = @GMP_NAIL_BITS@
   HAVE_DECL_OPTARG = @HAVE_DECL_OPTARG@
   HAVE_HOST_CPU_FAMILY_power = @HAVE_HOST_CPU_FAMILY_power@
   HAVE_HOST_CPU_FAMILY_powerpc = @HAVE_HOST_CPU_FAMILY_powerpc@
   HAVE_MPFR_01 = @HAVE_MPFR_01@
   HAVE_STACK_T_01 = @HAVE_STACK_T_01@
   INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
   LEX = @LEX@
   LIBGMP_DLL = @LIBGMP_DLL@
   LIBM = @LIBM@
   LIBREADLINE = @LIBREADLINE@
 LIBTOOL = @LIBTOOL@  LIBTOOL = @LIBTOOL@
 LN_S = @LN_S@  LN_S = @LN_S@
 M4 = @M4@  M4 = @M4@
 MAINT = @MAINT@  MAINT = @MAINT@
 MAKEINFO = @MAKEINFO@  MPFR_CFLAGS = @MPFR_CFLAGS@
   MPFR_LIBS = @MPFR_LIBS@
 OBJDUMP = @OBJDUMP@  OBJDUMP = @OBJDUMP@
 OBJEXT = @OBJEXT@  OBJEXT = @OBJEXT@
 PACKAGE = @PACKAGE@  PACKAGE = @PACKAGE@
 RANLIB = @RANLIB@  RANLIB = @RANLIB@
 SPEED_CYCLECOUNTER_OBJS = @SPEED_CYCLECOUNTER_OBJS@  RC = @RC@
   REPL_VSNPRINTF_OBJ = @REPL_VSNPRINTF_OBJ@
   REPL_VSNPRINTF_PRINTF_OBJ = @REPL_VSNPRINTF_PRINTF_OBJ@
   SPEED_CYCLECOUNTER_OBJ = @SPEED_CYCLECOUNTER_OBJ@
 STRIP = @STRIP@  STRIP = @STRIP@
   TAL_OBJECT = @TAL_OBJECT@
   TUNE_SQR_OBJ = @TUNE_SQR_OBJ@
 U = @U@  U = @U@
 VERSION = @VERSION@  VERSION = @VERSION@
   WITH_READLINE_01 = @WITH_READLINE_01@
   YACC = @YACC@
   am__include = @am__include@
   am__quote = @am__quote@
 gmp_srclinks = @gmp_srclinks@  gmp_srclinks = @gmp_srclinks@
 install_sh = @install_sh@  install_sh = @install_sh@
 mpn_objects = @mpn_objects@  mpn_objects = @mpn_objects@
 mpn_objs_in_libgmp = @mpn_objs_in_libgmp@  mpn_objs_in_libgmp = @mpn_objs_in_libgmp@
   mpn_objs_in_libmp = @mpn_objs_in_libmp@
   
 # Copyright (C) 1991, 1993, 1994, 1996, 1997, 1999, 2000 Free Software  LIBGMP_LT_CURRENT = 6
 # Foundation, Inc.  LIBGMP_LT_REVISION = 2
 #  LIBGMP_LT_AGE = 3
 # This file is part of the GNU MP Library.  
 #  
 # The GNU MP Library is free software; you can redistribute it and/or modify  
 # it under the terms of the GNU Lesser General Public License as published by  
 # the Free Software Foundation; either version 2.1 of the License, or (at your  
 # option) any later version.  
 #  
 # The GNU MP Library is distributed in the hope that it will be useful, but  
 # WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY  
 # or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public  
 # License for more details.  
 #  
 # You should have received a copy of the GNU Lesser General Public License  
 # along with the GNU MP Library; see the file COPYING.LIB.  If not, write to  
 # the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,  
 # MA 02111-1307, USA.  
   
 # make check  LIBGMPXX_LT_CURRENT = 3
 #  LIBGMPXX_LT_REVISION = 4
 #     It'd be good if "make check" first did a "make all" or whatever to  LIBGMPXX_LT_AGE = 0
 #     build libgmp.la, but it's not clear how best to do this.  Putting a  
 #     "check:" target is overridden by automake, and a "check-local:" runs  
 #     too late (due to depth-first subdirectory processing).  For now it's  
 #     necessary to do "make && make check".  
 #  
 # MPF_OBJECTS etc  
 #  
 #     Libtool needs all the .lo files passed to it if it's going to build  
 #     both a static and shared library.  If a convenience library like  
 #     mpf/libmpf.la is passed then the resulting libgmp.a gets the PIC .lo  
 #     objects rather than the non-PIC .o's.  
 #  
 #     Unfortunately this leads to the big lists of objects below.  Something  
 #     like mpz/*.lo would probably work, but might risk missing something  
 #     out or getting something extra.  The source files for each .lo are  
 #     listed in the Makefile.am's in the subdirectories.  
   
 # Libtool -version-info for libgmp.la and libmp.la.  See (libtool)Versioning  LIBMP_LT_CURRENT = 4
   LIBMP_LT_REVISION = 6
   LIBMP_LT_AGE = 1
   
   AUTOMAKE_OPTIONS = gnu no-dependencies ansi2knr
   ACLOCAL_AMFLAGS = -I mpfr
   
   # FIXME: This is a workaround for automake not allowing info_TEXINFOS to be
   # conditionalized.  We want mpfr/mpfr.info only installed under
   # --enable-mpfr, but it and the rest of mpfr always included in a "make
   # dist".
   @MAINTAINER_MODE_TRUE@@WANT_MPFR_FALSE@MPFR_DIR = mpfr
   @WANT_MPFR_TRUE@MPFR_DIR = mpfr
   
   # "tests" ahead of "mpfr" ensures tests/t-constants is run before the
   # mpfr/tests programs.
 #  #
 # 1. No interfaces changed, only implementations (good): Increment REVISION.  SUBDIRS = tests mpn mpz mpq mpf printf scanf cxx mpbsd $(MPFR_DIR) demos tune
 #  
 # 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 and libmp, only do it just before a release.  
 #  
 #         GMP      -version-info  
 #       release   libgmp  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  
 #  
 #  
 # Starting at 3:0:0 is a slight abuse of the versioning system, but it  
 # ensures we're past soname libgmp.so.2, which is what has been 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.  
   
   @WANT_CXX_TRUE@GMPXX_HEADERS_OPTION = gmpxx.h
   @WANT_CXX_TRUE@@WANT_MPFR_TRUE@MPFRXX_HEADERS_OPTION = mpfrxx.h
   include_HEADERS = $(GMPXX_HEADERS_OPTION) $(MPFRXX_HEADERS_OPTION)
   nodist_include_HEADERS = gmp.h $(MPBSD_HEADERS_OPTION)
   lib_LTLIBRARIES = libgmp.la $(GMPXX_LTLIBRARIES_OPTION) $(MPBSD_LTLIBRARIES_OPTION)
   
 LIBGMP_LT_CURRENT = 4  EXTRA_DIST = doc macos \
 LIBGMP_LT_REVISION = 1    configfsf.guess configfsf.sub .gdbinit INSTALL.autoconf libmp.sym \
 LIBGMP_LT_AGE = 1    gmpxx.h mpfrxx.h mpfr/README
   
 LIBMP_LT_CURRENT = 4  
 LIBMP_LT_REVISION = 1  
 LIBMP_LT_AGE = 1  
   
 AUTOMAKE_OPTIONS = gnu check-news no-dependencies ansi2knr  DISTCLEANFILES = $(nodist_include_HEADERS) config.m4 configure.lineno @gmp_srclinks@
   
 SUBDIRS = mpn mpz mpq mpf mpbsd mpfr tests demos tune  # Generated by current texinfo.tex when processing gmp.texi.
   # FIXME: Maybe this should be added to automake.
   MOSTLYCLEANFILES = gmp.tmp
   
 include_HEADERS = gmp.h $(MPBSD_HEADERS_OPTION) $(MPFR_HEADERS_OPTION)  # Tell gmp.h it's building gmp, not an application, used by windows DLL stuff.
 EXTRA_HEADERS = mp.h  INCLUDES = -D__GMP_WITHIN_GMP
   
 lib_LTLIBRARIES = libgmp.la $(MPBSD_LTLIBRARIES_OPTION)  MPF_OBJECTS = mpf/init$U.lo mpf/init2$U.lo mpf/set$U.lo mpf/set_ui$U.lo     \
     mpf/set_si$U.lo mpf/set_str$U.lo mpf/set_d$U.lo mpf/set_z$U.lo            \
     mpf/iset$U.lo mpf/iset_ui$U.lo mpf/iset_si$U.lo mpf/iset_str$U.lo         \
     mpf/iset_d$U.lo mpf/clear$U.lo mpf/get_str$U.lo mpf/dump$U.lo             \
     mpf/size$U.lo mpf/eq$U.lo mpf/reldiff$U.lo mpf/sqrt$U.lo mpf/random2$U.lo \
     mpf/inp_str$U.lo mpf/out_str$U.lo mpf/add$U.lo mpf/add_ui$U.lo            \
     mpf/sub$U.lo mpf/sub_ui$U.lo mpf/ui_sub$U.lo mpf/mul$U.lo mpf/mul_ui$U.lo \
     mpf/div$U.lo mpf/div_ui$U.lo                                              \
     mpf/cmp$U.lo mpf/cmp_d$U.lo mpf/cmp_ui$U.lo mpf/cmp_si$U.lo               \
     mpf/mul_2exp$U.lo mpf/div_2exp$U.lo mpf/abs$U.lo mpf/neg$U.lo             \
     mpf/set_q$U.lo mpf/get_d$U.lo mpf/get_d_2exp$U.lo mpf/set_dfl_prec$U.lo   \
     mpf/set_prc$U.lo mpf/set_prc_raw$U.lo mpf/get_dfl_prec$U.lo               \
     mpf/get_prc$U.lo mpf/ui_div$U.lo mpf/sqrt_ui$U.lo                         \
     mpf/ceilfloor$U.lo mpf/trunc$U.lo mpf/pow_ui$U.lo                         \
     mpf/urandomb$U.lo mpf/swap$U.lo                                           \
     mpf/fits_sint$U.lo mpf/fits_slong$U.lo mpf/fits_sshort$U.lo               \
     mpf/fits_uint$U.lo mpf/fits_ulong$U.lo mpf/fits_ushort$U.lo               \
     mpf/get_si$U.lo mpf/get_ui$U.lo                                           \
     mpf/int_p$U.lo
   
 EXTRA_DIST = .gdbinit gmp-impl.h longlong.h stack-alloc.h urandom.h doc macos  
   
 DISTCLEANFILES = asm-syntax.h config.m4 @gmp_srclinks@  MPZ_OBJECTS = mpz/abs$U.lo mpz/add$U.lo mpz/add_ui$U.lo                 \
     mpz/aorsmul$U.lo mpz/aorsmul_i$U.lo mpz/and$U.lo mpz/array_init$U.lo  \
     mpz/bin_ui$U.lo mpz/bin_uiui$U.lo                                     \
     mpz/cdiv_q$U.lo mpz/cdiv_q_ui$U.lo                                    \
     mpz/cdiv_qr$U.lo mpz/cdiv_qr_ui$U.lo                                  \
     mpz/cdiv_r$U.lo mpz/cdiv_r_ui$U.lo mpz/cdiv_ui$U.lo                   \
     mpz/cfdiv_q_2exp$U.lo mpz/cfdiv_r_2exp$U.lo                           \
     mpz/clear$U.lo mpz/clrbit$U.lo                                        \
     mpz/cmp$U.lo mpz/cmp_d$U.lo mpz/cmp_si$U.lo mpz/cmp_ui$U.lo           \
     mpz/cmpabs$U.lo mpz/cmpabs_d$U.lo mpz/cmpabs_ui$U.lo                  \
     mpz/com$U.lo                                                          \
     mpz/cong$U.lo mpz/cong_2exp$U.lo mpz/cong_ui$U.lo                     \
     mpz/divexact$U.lo mpz/divegcd$U.lo mpz/dive_ui$U.lo                   \
     mpz/divis$U.lo mpz/divis_ui$U.lo mpz/divis_2exp$U.lo mpz/dump$U.lo    \
     mpz/export$U.lo mpz/fac_ui$U.lo mpz/fdiv_q$U.lo                       \
     mpz/fdiv_q_ui$U.lo mpz/fdiv_qr$U.lo mpz/fdiv_qr_ui$U.lo               \
     mpz/fdiv_r$U.lo mpz/fdiv_r_ui$U.lo                                    \
     mpz/fdiv_ui$U.lo mpz/fib_ui$U.lo mpz/fib2_ui$U.lo mpz/fits_sint$U.lo  \
     mpz/fits_slong$U.lo mpz/fits_sshort$U.lo mpz/fits_uint$U.lo           \
     mpz/fits_ulong$U.lo mpz/fits_ushort$U.lo mpz/gcd$U.lo                 \
     mpz/gcd_ui$U.lo mpz/gcdext$U.lo mpz/get_d$U.lo mpz/get_d_2exp$U.lo    \
     mpz/get_si$U.lo mpz/get_str$U.lo mpz/get_ui$U.lo mpz/getlimbn$U.lo    \
     mpz/hamdist$U.lo                                                      \
     mpz/import$U.lo mpz/init$U.lo mpz/init2$U.lo mpz/inp_raw$U.lo         \
     mpz/inp_str$U.lo mpz/invert$U.lo                                      \
     mpz/ior$U.lo mpz/iset$U.lo mpz/iset_d$U.lo mpz/iset_si$U.lo           \
     mpz/iset_str$U.lo mpz/iset_ui$U.lo mpz/jacobi$U.lo mpz/kronsz$U.lo    \
     mpz/kronuz$U.lo mpz/kronzs$U.lo mpz/kronzu$U.lo                       \
     mpz/lcm$U.lo mpz/lcm_ui$U.lo mpz/lucnum_ui$U.lo mpz/lucnum2_ui$U.lo   \
     mpz/millerrabin$U.lo mpz/mod$U.lo mpz/mul$U.lo mpz/mul_2exp$U.lo      \
     mpz/mul_si$U.lo mpz/mul_ui$U.lo                                       \
     mpz/n_pow_ui$U.lo mpz/neg$U.lo mpz/nextprime$U.lo                     \
     mpz/out_raw$U.lo mpz/out_str$U.lo mpz/perfpow$U.lo mpz/perfsqr$U.lo   \
     mpz/popcount$U.lo mpz/pow_ui$U.lo mpz/powm$U.lo mpz/powm_ui$U.lo      \
     mpz/pprime_p$U.lo mpz/random$U.lo mpz/random2$U.lo                    \
     mpz/realloc$U.lo mpz/realloc2$U.lo                                    \
     mpz/remove$U.lo mpz/root$U.lo mpz/rrandomb$U.lo mpz/scan0$U.lo        \
     mpz/scan1$U.lo mpz/set$U.lo mpz/set_d$U.lo mpz/set_f$U.lo             \
     mpz/set_q$U.lo mpz/set_si$U.lo mpz/set_str$U.lo mpz/set_ui$U.lo       \
     mpz/setbit$U.lo                                                       \
     mpz/size$U.lo mpz/sizeinbase$U.lo mpz/sqrt$U.lo                       \
     mpz/sqrtrem$U.lo mpz/sub$U.lo mpz/sub_ui$U.lo mpz/swap$U.lo           \
     mpz/tdiv_ui$U.lo mpz/tdiv_q$U.lo mpz/tdiv_q_2exp$U.lo                 \
     mpz/tdiv_q_ui$U.lo mpz/tdiv_qr$U.lo mpz/tdiv_qr_ui$U.lo               \
     mpz/tdiv_r$U.lo mpz/tdiv_r_2exp$U.lo mpz/tdiv_r_ui$U.lo               \
     mpz/tstbit$U.lo mpz/ui_pow_ui$U.lo mpz/ui_sub$U.lo mpz/urandomb$U.lo  \
     mpz/urandomm$U.lo mpz/xor$U.lo
   
 MPF_OBJECTS = mpf/init.lo mpf/init2.lo mpf/set.lo mpf/set_ui.lo mpf/set_si.lo \  
   mpf/set_str.lo mpf/set_d.lo mpf/set_z.lo mpf/iset.lo mpf/iset_ui.lo \  
   mpf/iset_si.lo mpf/iset_str.lo mpf/iset_d.lo mpf/clear.lo mpf/get_str.lo \  
   mpf/dump.lo mpf/size.lo mpf/eq.lo mpf/reldiff.lo mpf/sqrt.lo mpf/random2.lo \  
   mpf/inp_str.lo mpf/out_str.lo mpf/add.lo mpf/add_ui.lo mpf/sub.lo \  
   mpf/sub_ui.lo mpf/ui_sub.lo mpf/mul.lo mpf/mul_ui.lo mpf/div.lo \  
   mpf/div_ui.lo mpf/cmp.lo mpf/cmp_ui.lo mpf/cmp_si.lo mpf/mul_2exp.lo \  
   mpf/div_2exp.lo mpf/abs.lo mpf/neg.lo mpf/set_q.lo mpf/get_d.lo \  
   mpf/set_dfl_prec.lo mpf/set_prc.lo mpf/set_prc_raw.lo mpf/get_prc.lo \  
   mpf/ui_div.lo mpf/sqrt_ui.lo mpf/floor.lo mpf/ceil.lo mpf/trunc.lo \  
   mpf/pow_ui.lo mpf/urandomb.lo mpf/swap.lo  
   
 MPZ_OBJECTS = mpz/abs.lo mpz/add.lo mpz/add_ui.lo mpz/addmul_ui.lo mpz/and.lo \  MPQ_OBJECTS = mpq/abs$U.lo mpq/aors$U.lo                                \
   mpz/array_init.lo mpz/bin_ui.lo mpz/bin_uiui.lo mpz/cdiv_q.lo \    mpq/canonicalize$U.lo mpq/clear$U.lo                                  \
   mpz/cdiv_q_ui.lo mpz/cdiv_qr.lo mpz/cdiv_qr_ui.lo mpz/cdiv_r.lo \    mpq/cmp$U.lo mpq/cmp_si$U.lo mpq/cmp_ui$U.lo mpq/div$U.lo             \
   mpz/cdiv_r_ui.lo mpz/cdiv_ui.lo mpz/clear.lo mpz/clrbit.lo mpz/cmp.lo \    mpq/get_d$U.lo mpq/get_den$U.lo mpq/get_num$U.lo mpq/get_str$U.lo     \
   mpz/cmp_si.lo mpz/cmp_ui.lo mpz/cmpabs.lo mpz/cmpabs_ui.lo mpz/com.lo \    mpq/init$U.lo mpq/inp_str$U.lo mpq/inv$U.lo                           \
   mpz/divexact.lo mpz/dump.lo mpz/fac_ui.lo mpz/fdiv_q.lo mpz/fdiv_q_2exp.lo \    mpq/md_2exp$U.lo mpq/mul$U.lo mpq/neg$U.lo mpq/out_str$U.lo           \
   mpz/fdiv_q_ui.lo mpz/fdiv_qr.lo mpz/fdiv_qr_ui.lo mpz/fdiv_r.lo \    mpq/set$U.lo mpq/set_den$U.lo mpq/set_num$U.lo                        \
   mpz/fdiv_r_2exp.lo mpz/fdiv_r_ui.lo mpz/fdiv_ui.lo mpz/fib_ui.lo \    mpq/set_si$U.lo mpq/set_str$U.lo mpq/set_ui$U.lo                      \
   mpz/fits_sint_p.lo mpz/fits_slong_p.lo mpz/fits_sshort_p.lo \    mpq/equal$U.lo mpq/set_z$U.lo mpq/set_d$U.lo                          \
   mpz/fits_uint_p.lo mpz/fits_ulong_p.lo mpz/fits_ushort_p.lo mpz/gcd.lo \    mpq/set_f$U.lo mpq/swap$U.lo
   mpz/gcd_ui.lo mpz/gcdext.lo mpz/get_d.lo mpz/get_si.lo mpz/get_str.lo \  
   mpz/get_ui.lo mpz/getlimbn.lo mpz/hamdist.lo mpz/init.lo mpz/inp_raw.lo \  
   mpz/inp_str.lo mpz/invert.lo mpz/ior.lo mpz/iset.lo mpz/iset_d.lo \  
   mpz/iset_si.lo mpz/iset_str.lo mpz/iset_ui.lo mpz/jacobi.lo \  
   mpz/kronsz.lo mpz/kronuz.lo mpz/kronzs.lo mpz/kronzu.lo \  
   mpz/lcm.lo mpz/legendre.lo \  
   mpz/mod.lo mpz/mul.lo mpz/mul_2exp.lo mpz/mul_si.lo mpz/mul_ui.lo \  
   mpz/neg.lo mpz/nextprime.lo mpz/out_raw.lo mpz/out_str.lo mpz/perfpow.lo mpz/perfsqr.lo \  
   mpz/popcount.lo mpz/pow_ui.lo mpz/powm.lo mpz/powm_ui.lo mpz/pprime_p.lo \  
   mpz/random.lo mpz/random2.lo mpz/realloc.lo mpz/remove.lo mpz/root.lo \  
   mpz/rrandomb.lo \  
   mpz/scan0.lo mpz/scan1.lo mpz/set.lo mpz/set_d.lo mpz/set_f.lo mpz/set_q.lo \  
   mpz/set_si.lo mpz/set_str.lo mpz/set_ui.lo mpz/setbit.lo mpz/size.lo \  
   mpz/sizeinbase.lo mpz/sqrt.lo mpz/sqrtrem.lo mpz/sub.lo mpz/sub_ui.lo \  
   mpz/swap.lo mpz/tdiv_ui.lo mpz/tdiv_q.lo mpz/tdiv_q_2exp.lo mpz/tdiv_q_ui.lo \  
   mpz/tdiv_qr.lo mpz/tdiv_qr_ui.lo mpz/tdiv_r.lo mpz/tdiv_r_2exp.lo \  
   mpz/tdiv_r_ui.lo mpz/tstbit.lo mpz/ui_pow_ui.lo mpz/urandomb.lo \  
   mpz/urandomm.lo mpz/xor.lo  
   
 MPQ_OBJECTS = mpq/add.lo mpq/canonicalize.lo mpq/clear.lo mpq/cmp.lo \  
   mpq/cmp_ui.lo mpq/div.lo mpq/get_d.lo mpq/get_den.lo mpq/get_num.lo \  
   mpq/init.lo mpq/inv.lo mpq/mul.lo mpq/neg.lo mpq/out_str.lo \  
   mpq/set.lo mpq/set_den.lo \  
   mpq/set_num.lo mpq/set_si.lo mpq/set_ui.lo mpq/sub.lo mpq/equal.lo \  
   mpq/set_z.lo mpq/set_d.lo mpq/swap.lo  
   
 MPN_OBJECTS = @mpn_objs_in_libgmp@  MPN_OBJECTS = @mpn_objs_in_libgmp@
   
 MPBSD_OBJECTS = mpbsd/add.lo mpbsd/tdiv_qr.lo mpbsd/move.lo mpbsd/powm.lo \  PRINTF_OBJECTS = \
   mpbsd/sub.lo mpbsd/cmp.lo mpbsd/mfree.lo mpbsd/mtox.lo mpbsd/realloc.lo \    @REPL_VSNPRINTF_PRINTF_OBJ@                                           \
   mpbsd/gcd.lo mpbsd/itom.lo mpbsd/min.lo mpbsd/mul.lo mpbsd/mout.lo      \    printf/asprintf$U.lo printf/asprntffuns$U.lo                          \
   mpbsd/pow_ui.lo mpbsd/sdiv.lo mpbsd/sqrtrem.lo mpbsd/xtom.lo    printf/doprnt$U.lo printf/doprntf$U.lo printf/doprnti$U.lo            \
     printf/fprintf$U.lo                                                   \
     printf/obprintf$U.lo printf/obvprintf$U.lo printf/obprntffuns$U.lo    \
     printf/printf$U.lo printf/printffuns$U.lo                             \
     printf/snprintf$U.lo printf/snprntffuns$U.lo                          \
     printf/sprintf$U.lo printf/sprintffuns$U.lo                           \
     printf/vasprintf$U.lo printf/vfprintf$U.lo printf/vprintf$U.lo        \
     printf/vsnprintf$U.lo printf/vsprintf$U.lo
   
   
 # FIXME: Add mpfr/rnd_mode.lo when it's clean.  SCANF_OBJECTS = \
 MPFR_OBJECTS = mpfr/add.lo mpfr/div_2exp.lo mpfr/neg.lo mpfr/set_dfl_prec.lo \    scanf/doscan$U.lo scanf/fscanf$U.lo scanf/fscanffuns$U.lo     \
   mpfr/set_str_raw.lo mpfr/agm.lo mpfr/get_str.lo mpfr/print_raw.lo \    scanf/scanf$U.lo scanf/sscanf$U.lo scanf/sscanffuns$U.lo      \
   mpfr/set_dfl_rnd.lo mpfr/sqrt.lo mpfr/clear.lo mpfr/init.lo \    scanf/vfscanf$U.lo scanf/vscanf$U.lo scanf/vsscanf$U.lo
   mpfr/set_f.lo mpfr/sub.lo mpfr/cmp.lo mpfr/mul.lo mpfr/round.lo \  
   mpfr/set_prec.lo mpfr/cmp_ui.lo mpfr/mul_2exp.lo mpfr/set.lo mpfr/set_si.lo \  
   mpfr/div.lo mpfr/mul_ui.lo mpfr/set_d.lo mpfr/pow.lo mpfr/out_str.lo \  
   mpfr/pi.lo mpfr/set_z.lo mpfr/add_ulp.lo mpfr/log2.lo mpfr/random.lo \  
   mpfr/log.lo mpfr/exp.lo mpfr/div_ui.lo mpfr/zeta.lo mpfr/karadiv.lo \  
   mpfr/karasqrt.lo mpfr/print_rnd_mode.lo  
   
   
 @WANT_MPFR_TRUE@MPFR_HEADERS_OPTION = @WANT_MPFR_TRUE@mpfr/mpfr.h  CXX_OBJECTS = \
 @WANT_MPFR_TRUE@MPFR_OBJECTS_OPTION = @WANT_MPFR_TRUE@$(MPFR_OBJECTS)    cxx/isfuns$U.lo cxx/ismpf$U.lo cxx/ismpq$U.lo cxx/ismpz$U.lo  \
 @WANT_MPFR_TRUE@MPFR_LIBADD_OPTION = @WANT_MPFR_TRUE@-lm    cxx/osdoprnti$U.lo cxx/osfuns$U.lo                            \
 libgmp_la_SOURCES = assert.c compat.c errno.c memory.c mp_set_fns.c      \    cxx/osmpf$U.lo cxx/osmpq$U.lo cxx/osmpz$U.lo
   mp_clz_tab.c mp_minv_tab.c                                             \  
   rand.c randclr.c randlc.c randlc2x.c randraw.c randsd.c                \  
   randsdui.c version.c stack-alloc.c mp_bpl.c extract-dbl.c insert-dbl.c  
   
 libgmp_la_DEPENDENCIES = \  
   MPBSD_OBJECTS = mpbsd/add$U.lo mpbsd/tdiv_qr$U.lo mpbsd/set$U.lo        \
     mpbsd/powm$U.lo mpbsd/sub$U.lo mpbsd/cmp$U.lo mpbsd/mfree$U.lo        \
     mpbsd/mtox$U.lo mpbsd/realloc$U.lo mpbsd/gcd$U.lo mpbsd/itom$U.lo     \
     mpbsd/min$U.lo mpbsd/mul$U.lo mpbsd/mout$U.lo mpbsd/rpow$U.lo         \
     mpbsd/sdiv$U.lo mpbsd/sqrtrem$U.lo mpbsd/xtom$U.lo
   
   
   
   # In the current libtool it doesn't work to build libgmp.la from convenience
   # libraries like mpz/libmpz.la.  Or rather it works, but it ends up putting
   # PIC objects into libgmp.a when shared and static are both built.
   #
   # For now the big lists of objects above are used.  Something like mpz/*.lo
   # would probably work, but might risk missing something out or getting
   # something extra.  The source files for each .lo are listed in the
   # Makefile.am's in the subdirectories.
   #
   # Currently, unlike libmp below, we're not using -export-symbols, since the
   # tune and speed programs, and perhaps some of the test programs, want to
   # access undocumented symbols.
   libgmp_la_SOURCES = gmp-impl.h longlong.h                               \
     assert.c compat.c errno.c extract-dbl.c insert-dbl.c memory.c         \
     mp_bpl.c mp_clz_tab.c mp_minv_tab.c mp_set_fns.c                      \
     rand.c randclr.c randdef.c randlc.c randlc2s.c randlc2x.c randraw.c   \
     rands.c randsd.c randsdui.c version.c
   
   libgmp_la_DEPENDENCIES = @TAL_OBJECT@ \
   $(MPF_OBJECTS) $(MPZ_OBJECTS) $(MPN_OBJECTS) $(MPQ_OBJECTS) \    $(MPF_OBJECTS) $(MPZ_OBJECTS) $(MPN_OBJECTS) $(MPQ_OBJECTS) \
   $(MPFR_OBJECTS_OPTION)    $(PRINTF_OBJECTS)  $(SCANF_OBJECTS)
   
 libgmp_la_LIBADD = $(libgmp_la_DEPENDENCIES) $(MPFR_LIBADD_OPTION)  libgmp_la_LIBADD = $(libgmp_la_DEPENDENCIES)
 libgmp_la_LDFLAGS = \  libgmp_la_LDFLAGS = $(GMP_LDFLAGS) \
   -version-info $(LIBGMP_LT_CURRENT):$(LIBGMP_LT_REVISION):$(LIBGMP_LT_AGE)    -version-info $(LIBGMP_LT_CURRENT):$(LIBGMP_LT_REVISION):$(LIBGMP_LT_AGE)
   
   
 @WANT_MPBSD_TRUE@MPBSD_HEADERS_OPTION = @WANT_MPBSD_TRUE@mp.h  
 @WANT_MPBSD_TRUE@MPBSD_LTLIBRARIES_OPTION = @WANT_MPBSD_TRUE@libmp.la  # We need at least one .cc file in $(libgmpxx_la_SOURCES) so automake will
   # use $(CXXLINK) rather than the plain C $(LINK).  cxx/osfuns.cc is an
   # arbitrary choice for that.
   @WANT_CXX_TRUE@GMPXX_LTLIBRARIES_OPTION = libgmpxx.la
   libgmpxx_la_SOURCES = dummy.cc
   libgmpxx_la_DEPENDENCIES = $(CXX_OBJECTS) libgmp.la
   libgmpxx_la_LIBADD = $(libgmpxx_la_DEPENDENCIES)
   libgmpxx_la_LDFLAGS = $(GMP_LDFLAGS) \
     -version-info $(LIBGMPXX_LT_CURRENT):$(LIBGMPXX_LT_REVISION):$(LIBGMPXX_LT_AGE)
   
   
   
   # The selected mpz objects here support mpz/powm.c (built as mpbsd/powm.lo)
   # and can probably be removed when that switches to an mpn implementation.
   # (Apart from mpz/n_pow_ui$U.lo, which supports mpbsd/rpow.c)
   @WANT_MPBSD_TRUE@MPBSD_HEADERS_OPTION = mp.h
   @WANT_MPBSD_TRUE@MPBSD_LTLIBRARIES_OPTION = libmp.la
 libmp_la_SOURCES = assert.c errno.c memory.c mp_bpl.c mp_clz_tab.c      \  libmp_la_SOURCES = assert.c errno.c memory.c mp_bpl.c mp_clz_tab.c      \
   mp_minv_tab.c mp_set_fns.c stack-alloc.c    mp_minv_tab.c mp_set_fns.c
   
 libmp_la_DEPENDENCIES = $(MPBSD_OBJECTS) $(MPN_OBJECTS)                 \  MPN_OBJS_IN_LIBMP = @mpn_objs_in_libmp@
   mpz/add.lo mpz/clear.lo mpz/cmp.lo mpz/init.lo mpz/mod.lo mpz/mul.lo  \  libmp_la_DEPENDENCIES = $(srcdir)/libmp.sym                             \
   mpz/mul_2exp.lo mpz/realloc.lo mpz/set.lo mpz/set_ui.lo mpz/tdiv_r.lo \    @TAL_OBJECT@ $(MPBSD_OBJECTS) $(MPN_OBJS_IN_LIBMP)                    \
   mpz/sub.lo    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
   
 libmp_la_LIBADD = $(libmp_la_DEPENDENCIES)  libmp_la_LIBADD = $(libmp_la_DEPENDENCIES)
 libmp_la_LDFLAGS = \  libmp_la_LDFLAGS = $(GMP_LDFLAGS) \
   -version-info $(LIBMP_LT_CURRENT):$(LIBMP_LT_REVISION):$(LIBMP_LT_AGE)    -version-info $(LIBMP_LT_CURRENT):$(LIBMP_LT_REVISION):$(LIBMP_LT_AGE) \
     -export-symbols $(srcdir)/libmp.sym
   
   
   # Optional objects, listed in a dummy library to generate ansi2knr rules and
   # get them in "make dist".
   #
   EXTRA_LTLIBRARIES = libdummy.la
   libdummy_la_SOURCES = tal-debug.c tal-notreent.c tal-reent.c
   
 info_TEXINFOS = gmp.texi  info_TEXINFOS = gmp.texi
   gmp_TEXINFOS = fdl.texi
 subdir = .  subdir = .
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4  ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs  mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 CONFIG_HEADER = config.h  CONFIG_HEADER = config.h
 CONFIG_CLEAN_FILES =  CONFIG_CLEAN_FILES = gmp.h mp.h
 LTLIBRARIES =  $(lib_LTLIBRARIES)  LTLIBRARIES = $(lib_LTLIBRARIES)
   
   libdummy_la_LDFLAGS =
   libdummy_la_LIBADD =
   am_libdummy_la_OBJECTS = tal-debug$U.lo tal-notreent$U.lo tal-reent$U.lo
   libdummy_la_OBJECTS = $(am_libdummy_la_OBJECTS)
   am_libgmp_la_OBJECTS = assert$U.lo compat$U.lo errno$U.lo \
           extract-dbl$U.lo insert-dbl$U.lo memory$U.lo mp_bpl$U.lo \
           mp_clz_tab$U.lo mp_minv_tab$U.lo mp_set_fns$U.lo rand$U.lo \
           randclr$U.lo randdef$U.lo randlc$U.lo randlc2s$U.lo \
           randlc2x$U.lo randraw$U.lo rands$U.lo randsd$U.lo randsdui$U.lo \
           version$U.lo
   libgmp_la_OBJECTS = $(am_libgmp_la_OBJECTS)
   am_libgmpxx_la_OBJECTS = dummy.lo
   libgmpxx_la_OBJECTS = $(am_libgmpxx_la_OBJECTS)
   am_libmp_la_OBJECTS = assert$U.lo errno$U.lo memory$U.lo mp_bpl$U.lo \
           mp_clz_tab$U.lo mp_minv_tab$U.lo mp_set_fns$U.lo
   libmp_la_OBJECTS = $(am_libmp_la_OBJECTS)
   
 DEFS = @DEFS@ -I. -I$(srcdir) -I.  DEFS = @DEFS@
   DEFAULT_INCLUDES =  -I. -I$(srcdir) -I.
 CPPFLAGS = @CPPFLAGS@  CPPFLAGS = @CPPFLAGS@
 LDFLAGS = @LDFLAGS@  LDFLAGS = @LDFLAGS@
 LIBS = @LIBS@  LIBS = @LIBS@
 ANSI2KNR = @ANSI2KNR@  depcomp =
 am_libgmp_la_OBJECTS =  assert$U.lo compat$U.lo errno$U.lo memory$U.lo \  COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 mp_set_fns$U.lo mp_clz_tab$U.lo mp_minv_tab$U.lo rand$U.lo randclr$U.lo \          $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 randlc$U.lo randlc2x$U.lo randraw$U.lo randsd$U.lo randsdui$U.lo \  LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \
 version$U.lo stack-alloc$U.lo mp_bpl$U.lo extract-dbl$U.lo \          $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 insert-dbl$U.lo  
 libgmp_la_OBJECTS =  $(am_libgmp_la_OBJECTS)  
 am_libmp_la_OBJECTS =  assert$U.lo errno$U.lo memory$U.lo mp_bpl$U.lo \  
 mp_clz_tab$U.lo mp_minv_tab$U.lo mp_set_fns$U.lo stack-alloc$U.lo  
 libmp_la_OBJECTS =  $(am_libmp_la_OBJECTS)  
 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)  
 LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)  
 CFLAGS = @CFLAGS@  
 CCLD = $(CC)  CCLD = $(CC)
 LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@  LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 DIST_SOURCES =  $(libgmp_la_SOURCES) $(libmp_la_SOURCES)          $(AM_LDFLAGS) $(LDFLAGS) -o $@
 TEXI2DVI = texi2dvi  CFLAGS = @CFLAGS@
   CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
           $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
   LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
           $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
           $(AM_CXXFLAGS) $(CXXFLAGS)
   CXXLD = $(CXX)
   CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
           $(AM_LDFLAGS) $(LDFLAGS) -o $@
   CXXFLAGS = @CXXFLAGS@
   DIST_SOURCES = $(libdummy_la_SOURCES) $(libgmp_la_SOURCES) \
           $(libgmpxx_la_SOURCES) $(libmp_la_SOURCES)
 INFO_DEPS = gmp.info  INFO_DEPS = gmp.info
 DVIS = gmp.dvi  DVIS = gmp.dvi
 TEXINFOS = gmp.texi  TEXINFOS = gmp.texi
 HEADERS =  $(include_HEADERS)  HEADERS = $(include_HEADERS) $(nodist_include_HEADERS)
   
 DIST_COMMON =  README $(EXTRA_HEADERS) $(include_HEADERS) ./stamp-h.in \  
 AUTHORS COPYING COPYING.LIB ChangeLog INSTALL Makefile.am Makefile.in \  
 NEWS acconfig.h acinclude.m4 aclocal.m4 ansi2knr.1 ansi2knr.c \  
 config.guess config.in config.sub configure configure.in depcomp \  
 install-sh ltconfig ltmain.sh mdate-sh missing mkinstalldirs stamp-vti \  
 texinfo.tex version.texi  
   
   RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
           uninstall-info-recursive all-recursive install-data-recursive \
           install-exec-recursive installdirs-recursive install-recursive \
           uninstall-recursive check-recursive installcheck-recursive
   DIST_COMMON = README $(gmp_TEXINFOS) $(include_HEADERS) ./stamp-h1.in \
           AUTHORS COPYING COPYING.LIB ChangeLog INSTALL Makefile.am \
           Makefile.in NEWS acconfig.h acinclude.m4 aclocal.m4 ansi2knr.1 \
           ansi2knr.c config.guess config.in config.sub configure \
           configure.in gmp-h.in install-sh ltmain.sh mdate-sh missing \
           mkinstalldirs mp-h.in stamp-vti texinfo.tex version.texi
   DIST_SUBDIRS = tests mpn mpz mpq mpf printf scanf cxx mpbsd mpfr demos \
           tune
   SOURCES = $(libdummy_la_SOURCES) $(libgmp_la_SOURCES) $(libgmpxx_la_SOURCES) $(libmp_la_SOURCES)
   
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)  all: config.h
           $(MAKE) $(AM_MAKEFLAGS) all-recursive
   
 GZIP_ENV = --best  
 depcomp =  
 SOURCES = $(libgmp_la_SOURCES) $(libmp_la_SOURCES)  
 OBJECTS = $(am_libgmp_la_OBJECTS) $(am_libmp_la_OBJECTS)  
   
 all: all-redirect  
 .SUFFIXES:  .SUFFIXES:
 .SUFFIXES: .c .dvi .info .lo .o .obj .ps .texi .texinfo .txi  .SUFFIXES: .c .cc .dvi .info .lo .o .obj .ps .texi
 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)  
         cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile  
   
 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status  mostlyclean-libtool:
         cd $(top_builddir) \          -rm -f *.lo
           && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status  
   
 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in  acinclude.m4  clean-libtool:
         cd $(srcdir) && $(ACLOCAL)          -rm -rf .libs _libs
   
 config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)  distclean-libtool:
           -rm -f libtool
   $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
           cd $(top_srcdir) && \
             $(AUTOMAKE) --gnu  Makefile
   Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  $(top_builddir)/config.status
           cd $(top_builddir) && \
             CONFIG_HEADERS= CONFIG_LINKS= \
             CONFIG_FILES=$@ $(SHELL) ./config.status
   
   $(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
         $(SHELL) ./config.status --recheck          $(SHELL) ./config.status --recheck
 $(srcdir)/configure: @MAINTAINER_MODE_TRUE@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)  $(srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
         cd $(srcdir) && $(AUTOCONF)          cd $(srcdir) && $(AUTOCONF)
   
 config.h: stamp-h  $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in acinclude.m4 mpfr/acinclude.m4
           cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
   config.h: stamp-h1
         @if test ! -f $@; then \          @if test ! -f $@; then \
                 rm -f stamp-h; \                  rm -f stamp-h1; \
                 $(MAKE) stamp-h; \                  $(MAKE) stamp-h1; \
         else :; fi          else :; fi
 stamp-h: $(srcdir)/config.in $(top_builddir)/config.status  stamp-h1: $(srcdir)/config.in $(top_builddir)/config.status
         @rm -f stamp-h stamp-hT          @rm -f stamp-h1 stamp-h1T
         @echo timestamp > stamp-hT 2> /dev/null          @echo timestamp > stamp-h1T 2> /dev/null
         cd $(top_builddir) \          cd $(top_builddir) \
           && CONFIG_FILES= CONFIG_HEADERS=config.h:config.in \            && CONFIG_FILES= CONFIG_HEADERS=config.h:config.in \
              $(SHELL) ./config.status               $(SHELL) ./config.status
         @mv stamp-hT stamp-h          @mv stamp-h1T stamp-h1
 $(srcdir)/config.in: @MAINTAINER_MODE_TRUE@$(srcdir)/./stamp-h.in  $(srcdir)/config.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/./stamp-h1.in
         @if test ! -f $@; then \          @if test ! -f $@; then \
                 rm -f $(srcdir)/./stamp-h.in; \                  rm -f $(srcdir)/./stamp-h1.in; \
                 $(MAKE) $(srcdir)/./stamp-h.in; \                  $(MAKE) $(srcdir)/./stamp-h1.in; \
         else :; fi          else :; fi
 $(srcdir)/./stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) acconfig.h  $(srcdir)/./stamp-h1.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) $(top_srcdir)/acconfig.h
         @rm -f $(srcdir)/./stamp-h.in $(srcdir)/./stamp-h.inT          @rm -f $(srcdir)/./stamp-h1.in $(srcdir)/./stamp-h1.inT
         @echo timestamp > $(srcdir)/./stamp-h.inT 2> /dev/null          @echo timestamp > $(srcdir)/./stamp-h1.inT 2> /dev/null
         cd $(top_srcdir) && $(AUTOHEADER)          cd $(top_srcdir) && $(AUTOHEADER)
         @mv $(srcdir)/./stamp-h.inT $(srcdir)/./stamp-h.in          @mv $(srcdir)/./stamp-h1.inT $(srcdir)/./stamp-h1.in
   
 mostlyclean-hdr:  
   
 clean-hdr:  
   
 distclean-hdr:  distclean-hdr:
         -rm -f config.h          -rm -f config.h
   gmp.h: $(top_builddir)/config.status gmp-h.in
 maintainer-clean-hdr:          cd $(top_builddir) && CONFIG_FILES=$@:gmp-h.in CONFIG_HEADERS= CONFIG_LINKS= $(SHELL) ./config.status
   mp.h: $(top_builddir)/config.status mp-h.in
 mostlyclean-libLTLIBRARIES:          cd $(top_builddir) && CONFIG_FILES=$@:mp-h.in CONFIG_HEADERS= CONFIG_LINKS= $(SHELL) ./config.status
   
 clean-libLTLIBRARIES:  
         -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)  
   
 distclean-libLTLIBRARIES:  
   
 maintainer-clean-libLTLIBRARIES:  
   
 install-libLTLIBRARIES: $(lib_LTLIBRARIES)  install-libLTLIBRARIES: $(lib_LTLIBRARIES)
         @$(NORMAL_INSTALL)          @$(NORMAL_INSTALL)
         $(mkinstalldirs) $(DESTDIR)$(libdir)          $(mkinstalldirs) $(DESTDIR)$(libdir)
         @list='$(lib_LTLIBRARIES)'; for p in $$list; do \          @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
           if test -f $$p; then \            if test -f $$p; then \
             echo " $(LIBTOOL)  --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$p"; \              echo " $(LIBTOOL) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$p"; \
             $(LIBTOOL)  --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$p; \              $(LIBTOOL) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$p; \
           else :; fi; \            else :; fi; \
         done          done
   
 uninstall-libLTLIBRARIES:  uninstall-libLTLIBRARIES:
         @$(NORMAL_UNINSTALL)          @$(NORMAL_UNINSTALL)
         @list='$(lib_LTLIBRARIES)'; for p in $$list; do \          @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
           echo " $(LIBTOOL)  --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p"; \            echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p"; \
           $(LIBTOOL)  --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \            $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \
         done          done
   
   clean-libLTLIBRARIES:
           -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
   libdummy.la: $(libdummy_la_OBJECTS) $(libdummy_la_DEPENDENCIES)
           $(LINK)  $(libdummy_la_LDFLAGS) $(libdummy_la_OBJECTS) $(libdummy_la_LIBADD) $(LIBS)
   libgmp.la: $(libgmp_la_OBJECTS) $(libgmp_la_DEPENDENCIES)
           $(LINK) -rpath $(libdir) $(libgmp_la_LDFLAGS) $(libgmp_la_OBJECTS) $(libgmp_la_LIBADD) $(LIBS)
   libgmpxx.la: $(libgmpxx_la_OBJECTS) $(libgmpxx_la_DEPENDENCIES)
           $(CXXLINK) -rpath $(libdir) $(libgmpxx_la_LDFLAGS) $(libgmpxx_la_OBJECTS) $(libgmpxx_la_LIBADD) $(LIBS)
   libmp.la: $(libmp_la_OBJECTS) $(libmp_la_DEPENDENCIES)
           $(LINK) -rpath $(libdir) $(libmp_la_LDFLAGS) $(libmp_la_OBJECTS) $(libmp_la_LIBADD) $(LIBS)
   
 mostlyclean-compile:  mostlyclean-compile:
         -rm -f *.o core *.core          -rm -f *.$(OBJEXT) core *.core
         -rm -f *.$(OBJEXT)  
   
 clean-compile:  
   
 distclean-compile:  distclean-compile:
         -rm -f *.tab.c          -rm -f *.tab.c
   
 maintainer-clean-compile:  ANSI2KNR = @ANSI2KNR@
   
 mostlyclean-libtool:  
         -rm -f *.lo  
   
 clean-libtool:  
         -rm -rf .libs _libs  
   
 distclean-libtool:  
   
 maintainer-clean-libtool:  
   
 mostlyclean-krextra:  
   
 clean-krextra:  
         -rm -f ansi2knr  
   
 distclean-krextra:  
   
 maintainer-clean-krextra:  
 ansi2knr: ansi2knr.$(OBJEXT)  ansi2knr: ansi2knr.$(OBJEXT)
         $(LINK) ansi2knr.$(OBJEXT) $(LIBS)          $(LINK) ansi2knr.$(OBJEXT) $(LIBS)
 ansi2knr.$(OBJEXT): $(CONFIG_HEADER)  ansi2knr.$(OBJEXT): $(CONFIG_HEADER)
   
   clean-krextra:
           -rm -f ansi2knr
   
 mostlyclean-kr:  mostlyclean-kr:
         -rm -f *_.c          -test "$U" = "" || rm -f *_.c
   
 clean-kr:  
   
 distclean-kr:  
   
 maintainer-clean-kr:  
   
 libgmp.la: $(libgmp_la_OBJECTS) $(libgmp_la_DEPENDENCIES)  
         $(LINK) -rpath $(libdir) $(libgmp_la_LDFLAGS) $(libgmp_la_OBJECTS) $(libgmp_la_LIBADD) $(LIBS)  
   
 libmp.la: $(libmp_la_OBJECTS) $(libmp_la_DEPENDENCIES)  
         $(LINK) -rpath $(libdir) $(libmp_la_LDFLAGS) $(libmp_la_OBJECTS) $(libmp_la_LIBADD) $(LIBS)  
 .c.o:  .c.o:
         $(COMPILE) -c $<          $(COMPILE) -c `test -f $< || echo '$(srcdir)/'`$<
   
 .c.obj:  .c.obj:
         $(COMPILE) -c `cygpath -w $<`          $(COMPILE) -c `cygpath -w $<`
   
 .c.lo:  .c.lo:
         $(LTCOMPILE) -c -o $@ $<          $(LTCOMPILE) -c -o $@ `test -f $< || echo '$(srcdir)/'`$<
 assert_.c: assert.c $(ANSI2KNR)  assert_.c: assert.c $(ANSI2KNR)
         $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/assert.c; then echo $(srcdir)/assert.c; else echo assert.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > assert_.c          $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/assert.c; then echo $(srcdir)/assert.c; else echo assert.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > assert_.c || rm -f assert_.c
 compat_.c: compat.c $(ANSI2KNR)  compat_.c: compat.c $(ANSI2KNR)
         $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/compat.c; then echo $(srcdir)/compat.c; else echo compat.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > compat_.c          $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/compat.c; then echo $(srcdir)/compat.c; else echo compat.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > compat_.c || rm -f compat_.c
 errno_.c: errno.c $(ANSI2KNR)  errno_.c: errno.c $(ANSI2KNR)
         $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/errno.c; then echo $(srcdir)/errno.c; else echo errno.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > errno_.c          $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/errno.c; then echo $(srcdir)/errno.c; else echo errno.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > errno_.c || rm -f errno_.c
 extract-dbl_.c: extract-dbl.c $(ANSI2KNR)  extract-dbl_.c: extract-dbl.c $(ANSI2KNR)
         $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/extract-dbl.c; then echo $(srcdir)/extract-dbl.c; else echo extract-dbl.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > extract-dbl_.c          $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/extract-dbl.c; then echo $(srcdir)/extract-dbl.c; else echo extract-dbl.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > extract-dbl_.c || rm -f extract-dbl_.c
 insert-dbl_.c: insert-dbl.c $(ANSI2KNR)  insert-dbl_.c: insert-dbl.c $(ANSI2KNR)
         $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/insert-dbl.c; then echo $(srcdir)/insert-dbl.c; else echo insert-dbl.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > insert-dbl_.c          $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/insert-dbl.c; then echo $(srcdir)/insert-dbl.c; else echo insert-dbl.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > insert-dbl_.c || rm -f insert-dbl_.c
 memory_.c: memory.c $(ANSI2KNR)  memory_.c: memory.c $(ANSI2KNR)
         $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/memory.c; then echo $(srcdir)/memory.c; else echo memory.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > memory_.c          $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/memory.c; then echo $(srcdir)/memory.c; else echo memory.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > memory_.c || rm -f memory_.c
 mp_bpl_.c: mp_bpl.c $(ANSI2KNR)  mp_bpl_.c: mp_bpl.c $(ANSI2KNR)
         $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/mp_bpl.c; then echo $(srcdir)/mp_bpl.c; else echo mp_bpl.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > mp_bpl_.c          $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/mp_bpl.c; then echo $(srcdir)/mp_bpl.c; else echo mp_bpl.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > mp_bpl_.c || rm -f mp_bpl_.c
 mp_clz_tab_.c: mp_clz_tab.c $(ANSI2KNR)  mp_clz_tab_.c: mp_clz_tab.c $(ANSI2KNR)
         $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/mp_clz_tab.c; then echo $(srcdir)/mp_clz_tab.c; else echo mp_clz_tab.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > mp_clz_tab_.c          $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/mp_clz_tab.c; then echo $(srcdir)/mp_clz_tab.c; else echo mp_clz_tab.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > mp_clz_tab_.c || rm -f mp_clz_tab_.c
 mp_minv_tab_.c: mp_minv_tab.c $(ANSI2KNR)  mp_minv_tab_.c: mp_minv_tab.c $(ANSI2KNR)
         $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/mp_minv_tab.c; then echo $(srcdir)/mp_minv_tab.c; else echo mp_minv_tab.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > mp_minv_tab_.c          $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/mp_minv_tab.c; then echo $(srcdir)/mp_minv_tab.c; else echo mp_minv_tab.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > mp_minv_tab_.c || rm -f mp_minv_tab_.c
 mp_set_fns_.c: mp_set_fns.c $(ANSI2KNR)  mp_set_fns_.c: mp_set_fns.c $(ANSI2KNR)
         $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/mp_set_fns.c; then echo $(srcdir)/mp_set_fns.c; else echo mp_set_fns.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > mp_set_fns_.c          $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/mp_set_fns.c; then echo $(srcdir)/mp_set_fns.c; else echo mp_set_fns.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > mp_set_fns_.c || rm -f mp_set_fns_.c
 rand_.c: rand.c $(ANSI2KNR)  rand_.c: rand.c $(ANSI2KNR)
         $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/rand.c; then echo $(srcdir)/rand.c; else echo rand.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > rand_.c          $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/rand.c; then echo $(srcdir)/rand.c; else echo rand.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > rand_.c || rm -f rand_.c
 randclr_.c: randclr.c $(ANSI2KNR)  randclr_.c: randclr.c $(ANSI2KNR)
         $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/randclr.c; then echo $(srcdir)/randclr.c; else echo randclr.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > randclr_.c          $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/randclr.c; then echo $(srcdir)/randclr.c; else echo randclr.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > randclr_.c || rm -f randclr_.c
   randdef_.c: randdef.c $(ANSI2KNR)
           $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/randdef.c; then echo $(srcdir)/randdef.c; else echo randdef.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > randdef_.c || rm -f randdef_.c
 randlc_.c: randlc.c $(ANSI2KNR)  randlc_.c: randlc.c $(ANSI2KNR)
         $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/randlc.c; then echo $(srcdir)/randlc.c; else echo randlc.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > randlc_.c          $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/randlc.c; then echo $(srcdir)/randlc.c; else echo randlc.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > randlc_.c || rm -f randlc_.c
   randlc2s_.c: randlc2s.c $(ANSI2KNR)
           $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/randlc2s.c; then echo $(srcdir)/randlc2s.c; else echo randlc2s.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > randlc2s_.c || rm -f randlc2s_.c
 randlc2x_.c: randlc2x.c $(ANSI2KNR)  randlc2x_.c: randlc2x.c $(ANSI2KNR)
         $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/randlc2x.c; then echo $(srcdir)/randlc2x.c; else echo randlc2x.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > randlc2x_.c          $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/randlc2x.c; then echo $(srcdir)/randlc2x.c; else echo randlc2x.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > randlc2x_.c || rm -f randlc2x_.c
 randraw_.c: randraw.c $(ANSI2KNR)  randraw_.c: randraw.c $(ANSI2KNR)
         $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/randraw.c; then echo $(srcdir)/randraw.c; else echo randraw.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > randraw_.c          $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/randraw.c; then echo $(srcdir)/randraw.c; else echo randraw.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > randraw_.c || rm -f randraw_.c
   rands_.c: rands.c $(ANSI2KNR)
           $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/rands.c; then echo $(srcdir)/rands.c; else echo rands.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > rands_.c || rm -f rands_.c
 randsd_.c: randsd.c $(ANSI2KNR)  randsd_.c: randsd.c $(ANSI2KNR)
         $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/randsd.c; then echo $(srcdir)/randsd.c; else echo randsd.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > randsd_.c          $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/randsd.c; then echo $(srcdir)/randsd.c; else echo randsd.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > randsd_.c || rm -f randsd_.c
 randsdui_.c: randsdui.c $(ANSI2KNR)  randsdui_.c: randsdui.c $(ANSI2KNR)
         $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/randsdui.c; then echo $(srcdir)/randsdui.c; else echo randsdui.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > randsdui_.c          $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/randsdui.c; then echo $(srcdir)/randsdui.c; else echo randsdui.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > randsdui_.c || rm -f randsdui_.c
 stack-alloc_.c: stack-alloc.c $(ANSI2KNR)  tal-debug_.c: tal-debug.c $(ANSI2KNR)
         $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/stack-alloc.c; then echo $(srcdir)/stack-alloc.c; else echo stack-alloc.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > stack-alloc_.c          $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/tal-debug.c; then echo $(srcdir)/tal-debug.c; else echo tal-debug.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > tal-debug_.c || rm -f tal-debug_.c
   tal-notreent_.c: tal-notreent.c $(ANSI2KNR)
           $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/tal-notreent.c; then echo $(srcdir)/tal-notreent.c; else echo tal-notreent.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > tal-notreent_.c || rm -f tal-notreent_.c
   tal-reent_.c: tal-reent.c $(ANSI2KNR)
           $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/tal-reent.c; then echo $(srcdir)/tal-reent.c; else echo tal-reent.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > tal-reent_.c || rm -f tal-reent_.c
 version_.c: version.c $(ANSI2KNR)  version_.c: version.c $(ANSI2KNR)
         $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/version.c; then echo $(srcdir)/version.c; else echo version.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > version_.c          $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/version.c; then echo $(srcdir)/version.c; else echo version.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > version_.c || rm -f version_.c
 assert_.$(OBJEXT) assert_.lo compat_.$(OBJEXT) compat_.lo \  assert_.$(OBJEXT) assert_.lo compat_.$(OBJEXT) compat_.lo \
 errno_.$(OBJEXT) errno_.lo extract-dbl_.$(OBJEXT) extract-dbl_.lo \  errno_.$(OBJEXT) errno_.lo extract-dbl_.$(OBJEXT) extract-dbl_.lo \
 insert-dbl_.$(OBJEXT) insert-dbl_.lo memory_.$(OBJEXT) memory_.lo \  insert-dbl_.$(OBJEXT) insert-dbl_.lo memory_.$(OBJEXT) memory_.lo \
 mp_bpl_.$(OBJEXT) mp_bpl_.lo mp_clz_tab_.$(OBJEXT) mp_clz_tab_.lo \  mp_bpl_.$(OBJEXT) mp_bpl_.lo mp_clz_tab_.$(OBJEXT) mp_clz_tab_.lo \
 mp_minv_tab_.$(OBJEXT) mp_minv_tab_.lo mp_set_fns_.$(OBJEXT) \  mp_minv_tab_.$(OBJEXT) mp_minv_tab_.lo mp_set_fns_.$(OBJEXT) \
 mp_set_fns_.lo rand_.$(OBJEXT) rand_.lo randclr_.$(OBJEXT) randclr_.lo \  mp_set_fns_.lo rand_.$(OBJEXT) rand_.lo randclr_.$(OBJEXT) randclr_.lo \
 randlc_.$(OBJEXT) randlc_.lo randlc2x_.$(OBJEXT) randlc2x_.lo \  randdef_.$(OBJEXT) randdef_.lo randlc_.$(OBJEXT) randlc_.lo \
 randraw_.$(OBJEXT) randraw_.lo randsd_.$(OBJEXT) randsd_.lo \  randlc2s_.$(OBJEXT) randlc2s_.lo randlc2x_.$(OBJEXT) randlc2x_.lo \
 randsdui_.$(OBJEXT) randsdui_.lo stack-alloc_.$(OBJEXT) stack-alloc_.lo \  randraw_.$(OBJEXT) randraw_.lo rands_.$(OBJEXT) rands_.lo \
 version_.$(OBJEXT) version_.lo : $(ANSI2KNR)  randsd_.$(OBJEXT) randsd_.lo randsdui_.$(OBJEXT) randsdui_.lo \
   tal-debug_.$(OBJEXT) tal-debug_.lo tal-notreent_.$(OBJEXT) \
   tal-notreent_.lo tal-reent_.$(OBJEXT) tal-reent_.lo version_.$(OBJEXT) \
   version_.lo : $(ANSI2KNR)
   
 $(srcdir)/version.texi: @MAINTAINER_MODE_TRUE@stamp-vti  .cc.o:
         @:          $(CXXCOMPILE) -c -o $@ `test -f $< || echo '$(srcdir)/'`$<
   
   .cc.obj:
           $(CXXCOMPILE) -c -o $@ `cygpath -w $<`
   
   .cc.lo:
           $(LTCXXCOMPILE) -c -o $@ `test -f $< || echo '$(srcdir)/'`$<
   
   $(srcdir)/version.texi: @MAINTAINER_MODE_TRUE@ $(srcdir)/stamp-vti
           @:
 $(srcdir)/stamp-vti: gmp.texi $(top_srcdir)/configure.in  $(srcdir)/stamp-vti: gmp.texi $(top_srcdir)/configure.in
         @echo "@set UPDATED `$(SHELL) $(srcdir)/mdate-sh $(srcdir)/gmp.texi`" > vti.tmp          @(set `$(SHELL) $(srcdir)/mdate-sh $(srcdir)/gmp.texi`; \
         @echo "@set EDITION $(VERSION)" >> vti.tmp          echo "@set UPDATED $$1 $$2 $$3"; \
         @echo "@set VERSION $(VERSION)" >> vti.tmp          echo "@set UPDATED-MONTH $$2 $$3"; \
           echo "@set EDITION $(VERSION)"; \
           echo "@set VERSION $(VERSION)") > vti.tmp
         @cmp -s vti.tmp $(srcdir)/version.texi \          @cmp -s vti.tmp $(srcdir)/version.texi \
           || (echo "Updating $(srcdir)/version.texi"; \            || (echo "Updating $(srcdir)/version.texi"; \
               cp vti.tmp $(srcdir)/version.texi)                cp vti.tmp $(srcdir)/version.texi)
Line 530  $(srcdir)/stamp-vti: gmp.texi $(top_srcdir)/configure.
Line 668  $(srcdir)/stamp-vti: gmp.texi $(top_srcdir)/configure.
 mostlyclean-vti:  mostlyclean-vti:
         -rm -f vti.tmp          -rm -f vti.tmp
   
 clean-vti:  
   
 distclean-vti:  
   
 maintainer-clean-vti:  maintainer-clean-vti:
         -@MAINTAINER_MODE_TRUE@rm -f $(srcdir)/stamp-vti $(srcdir)/version.texi  @MAINTAINER_MODE_TRUE@  -rm -f $(srcdir)/stamp-vti $(srcdir)/version.texi
   
 gmp.info: gmp.texi version.texi  gmp.info: gmp.texi $(srcdir)/version.texi $(gmp_TEXINFOS)
 gmp.dvi: gmp.texi version.texi  gmp.dvi: gmp.texi $(srcdir)/version.texi $(gmp_TEXINFOS)
   
   
 DVIPS = dvips  
   
 .texi.info:  .texi.info:
         @cd $(srcdir) && rm -f $@ $@-[0-9] $@-[0-9][0-9]          @cd $(srcdir) && rm -f $@ $@-[0-9] $@-[0-9][0-9]
         cd $(srcdir) \          cd $(srcdir) \
           && $(MAKEINFO) `echo $< | sed 's,.*/,,'`            && $(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) \
                  `echo $< | sed 's,.*/,,'`
   
 .texi.dvi:  .texi.dvi:
         TEXINPUTS=$(srcdir):$$TEXINPUTS \          TEXINPUTS=$(srcdir):$$TEXINPUTS \
           MAKEINFO='$(MAKEINFO) -I $(srcdir)' $(TEXI2DVI) $<          MAKEINFO='$(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir)' \
           $(TEXI2DVI) $<
   
 .texi:  .texi:
         @cd $(srcdir) && rm -f $@ $@-[0-9] $@-[0-9][0-9]          @cd $(srcdir) && rm -f $@ $@-[0-9] $@-[0-9][0-9]
         cd $(srcdir) \          cd $(srcdir) \
           && $(MAKEINFO) `echo $< | sed 's,.*/,,'`            && $(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) \
                  `echo $< | sed 's,.*/,,'`
   
 .texinfo.info:  MAKEINFO = @MAKEINFO@
         @cd $(srcdir) && rm -f $@ $@-[0-9] $@-[0-9][0-9]  TEXI2DVI = texi2dvi
         cd $(srcdir) \  DVIPS = dvips
           && $(MAKEINFO) `echo $< | sed 's,.*/,,'`  
   
 .texinfo:  
         @cd $(srcdir) && rm -f $@ $@-[0-9] $@-[0-9][0-9]  
         cd $(srcdir) \  
           && $(MAKEINFO) `echo $< | sed 's,.*/,,'`  
   
 .texinfo.dvi:  
         TEXINPUTS=$(srcdir):$$TEXINPUTS \  
           MAKEINFO='$(MAKEINFO) -I $(srcdir)' $(TEXI2DVI) $<  
   
 .txi.info:  
         @cd $(srcdir) && rm -f $@ $@-[0-9] $@-[0-9][0-9]  
         cd $(srcdir) \  
           && $(MAKEINFO) `echo $< | sed 's,.*/,,'`  
   
 .txi.dvi:  
         TEXINPUTS=$(srcdir):$$TEXINPUTS \  
           MAKEINFO='$(MAKEINFO) -I $(srcdir)' $(TEXI2DVI) $<  
   
 .txi:  
         @cd $(srcdir) && rm -f $@ $@-[0-9] $@-[0-9][0-9]  
         cd $(srcdir) \  
           && $(MAKEINFO) `echo $< | sed 's,.*/,,'`  
 .dvi.ps:  .dvi.ps:
         $(DVIPS) $< -o $@          $(DVIPS) $< -o $@
   
 install-info-am: $(INFO_DEPS)  uninstall-info-am:
         @$(NORMAL_INSTALL)  
         $(mkinstalldirs) $(DESTDIR)$(infodir)  
         @list='$(INFO_DEPS)'; \  
         for file in $$list; do \  
           d=$(srcdir); \  
           for ifile in `CDPATH=: && cd $$d && echo $$file $$file-[0-9] $$file-[0-9][0-9]`; do \  
             if test -f $$d/$$ifile; then \  
               echo " $(INSTALL_DATA) $$d/$$ifile $(DESTDIR)$(infodir)/$$ifile"; \  
               $(INSTALL_DATA) $$d/$$ifile $(DESTDIR)$(infodir)/$$ifile; \  
             else : ; fi; \  
           done; \  
         done  
         @$(POST_INSTALL)  
         @if $(SHELL) -c 'install-info --version | sed 1q | fgrep -s -v -i debian' >/dev/null 2>&1; then \  
           list='$(INFO_DEPS)'; \  
           for file in $$list; do \  
             echo " install-info --info-dir=$(DESTDIR)$(infodir) $(DESTDIR)$(infodir)/$$file";\  
             install-info --info-dir=$(DESTDIR)$(infodir) $(DESTDIR)$(infodir)/$$file || :;\  
           done; \  
         else : ; fi  
   
 uninstall-info:  
         $(PRE_UNINSTALL)          $(PRE_UNINSTALL)
         @if $(SHELL) -c 'install-info --version | sed 1q | fgrep -s -v -i debian' >/dev/null 2>&1; then \          @if (install-info --version && \
                install-info --version | fgrep -i -v debian) >/dev/null 2>&1; then \
           list='$(INFO_DEPS)'; \            list='$(INFO_DEPS)'; \
           for file in $$list; do \            for file in $$list; do \
             echo " install-info --info-dir=$(DESTDIR)$(infodir) --remove $(DESTDIR)$(infodir)/$$file"; \              echo " install-info --info-dir=$(DESTDIR)$(infodir) --remove $(DESTDIR)$(infodir)/$$file"; \
Line 638  dist-info: $(INFO_DEPS)
Line 727  dist-info: $(INFO_DEPS)
         done          done
   
 mostlyclean-aminfo:  mostlyclean-aminfo:
         -rm -f gmp.aux gmp.cp gmp.cps gmp.dvi gmp.fn gmp.fns gmp.pgs gmp.ky \          -rm -f gmp.aux gmp.cp gmp.cps gmp.dvi gmp.fn gmp.fns gmp.ky gmp.log gmp.pg \
           gmp.kys gmp.ps gmp.log gmp.pg gmp.toc gmp.tp gmp.tps gmp.vr \            gmp.ps gmp.toc gmp.tp gmp.vr gmp.vrs
           gmp.vrs gmp.op gmp.tr gmp.cv gmp.cn gmp.cm gmp.ov  
   
 clean-aminfo:  
   
 distclean-aminfo:  
   
 maintainer-clean-aminfo:  maintainer-clean-aminfo:
         cd $(srcdir) && for i in $(INFO_DEPS); do \          cd $(srcdir) && \
           for i in $(INFO_DEPS); do \
           rm -f $$i; \            rm -f $$i; \
           if test "`echo $$i-[0-9]*`" != "$$i-[0-9]*"; then \            if test "`echo $$i-[0-9]*`" != "$$i-[0-9]*"; then \
             rm -f $$i-[0-9]*; \              rm -f $$i-[0-9]*; \
           fi; \            fi; \
         done          done
   
 install-includeHEADERS: $(include_HEADERS)  install-includeHEADERS: $(include_HEADERS)
         @$(NORMAL_INSTALL)          @$(NORMAL_INSTALL)
         $(mkinstalldirs) $(DESTDIR)$(includedir)          $(mkinstalldirs) $(DESTDIR)$(includedir)
         @list='$(include_HEADERS)'; for p in $$list; do \          @list='$(include_HEADERS)'; for p in $$list; do \
           if test -f "$$p"; then d= ; else d="$(srcdir)/"; fi; \            if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
           f="`echo $$p | sed -e 's|^.*/||'`"; \            f="`echo $$p | sed -e 's|^.*/||'`"; \
           echo " $(INSTALL_DATA) $$d$$p $(DESTDIR)$(includedir)/$$f"; \            echo " $(INSTALL_HEADER) $$d$$p $(DESTDIR)$(includedir)/$$f"; \
           $(INSTALL_DATA) $$d$$p $(DESTDIR)$(includedir)/$$f; \            $(INSTALL_HEADER) $$d$$p $(DESTDIR)$(includedir)/$$f; \
         done          done
   
 uninstall-includeHEADERS:  uninstall-includeHEADERS:
Line 671  uninstall-includeHEADERS:
Line 755  uninstall-includeHEADERS:
           echo " rm -f $(DESTDIR)$(includedir)/$$f"; \            echo " rm -f $(DESTDIR)$(includedir)/$$f"; \
           rm -f $(DESTDIR)$(includedir)/$$f; \            rm -f $(DESTDIR)$(includedir)/$$f; \
         done          done
   install-nodist_includeHEADERS: $(nodist_include_HEADERS)
           @$(NORMAL_INSTALL)
           $(mkinstalldirs) $(DESTDIR)$(includedir)
           @list='$(nodist_include_HEADERS)'; for p in $$list; do \
             if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
             f="`echo $$p | sed -e 's|^.*/||'`"; \
             echo " $(INSTALL_HEADER) $$d$$p $(DESTDIR)$(includedir)/$$f"; \
             $(INSTALL_HEADER) $$d$$p $(DESTDIR)$(includedir)/$$f; \
           done
   
   uninstall-nodist_includeHEADERS:
           @$(NORMAL_UNINSTALL)
           @list='$(nodist_include_HEADERS)'; for p in $$list; do \
             f="`echo $$p | sed -e 's|^.*/||'`"; \
             echo " rm -f $(DESTDIR)$(includedir)/$$f"; \
             rm -f $(DESTDIR)$(includedir)/$$f; \
           done
   
 # This directory's subdirectories are mostly independent; you can cd  # This directory's subdirectories are mostly independent; you can cd
 # into them and run `make' without going through this Makefile.  # into them and run `make' without going through this Makefile.
 # To change the values of `make' variables: instead of editing Makefiles,  # To change the values of `make' variables: instead of editing Makefiles,
 # (1) if the variable is set in `config.status', edit `config.status'  # (1) if the variable is set in `config.status', edit `config.status'
 #     (which will cause the Makefiles to be regenerated when you run `make');  #     (which will cause the Makefiles to be regenerated when you run `make');
 # (2) otherwise, pass the desired values on the `make' command line.  # (2) otherwise, pass the desired values on the `make' command line.
   $(RECURSIVE_TARGETS):
 all-recursive install-data-recursive install-exec-recursive \  
 installdirs-recursive install-recursive uninstall-recursive  \  
 check-recursive installcheck-recursive info-recursive dvi-recursive:  
         @set fnord $(MAKEFLAGS); amf=$$2; \          @set fnord $(MAKEFLAGS); amf=$$2; \
         dot_seen=no; \          dot_seen=no; \
         target=`echo $@ | sed s/-recursive//`; \          target=`echo $@ | sed s/-recursive//`; \
Line 704  mostlyclean-recursive clean-recursive distclean-recurs
Line 802  mostlyclean-recursive clean-recursive distclean-recurs
 maintainer-clean-recursive:  maintainer-clean-recursive:
         @set fnord $(MAKEFLAGS); amf=$$2; \          @set fnord $(MAKEFLAGS); amf=$$2; \
         dot_seen=no; \          dot_seen=no; \
         rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \          case "$@" in \
           rev="$$subdir $$rev"; \            distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
           if test "$$subdir" = "."; then dot_seen=yes; else :; fi; \            *) list='$(SUBDIRS)' ;; \
           esac; \
           rev=''; for subdir in $$list; do \
             if test "$$subdir" = "."; then :; else \
               rev="$$subdir $$rev"; \
             fi; \
         done; \          done; \
         test "$$dot_seen" = "no" && rev=". $$rev"; \          rev="$$rev ."; \
         target=`echo $@ | sed s/-recursive//`; \          target=`echo $@ | sed s/-recursive//`; \
         for subdir in $$rev; do \          for subdir in $$rev; do \
           echo "Making $$target in $$subdir"; \            echo "Making $$target in $$subdir"; \
Line 734  ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
Line 837  ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
           done | \            done | \
           $(AWK) '    { files[$$0] = 1; } \            $(AWK) '    { files[$$0] = 1; } \
                END { for (i in files) print i; }'`; \                 END { for (i in files) print i; }'`; \
         mkid -f$$here/ID $$unique $(LISP)          mkid -fID $$unique $(LISP)
   
 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.in $(TAGS_DEPENDENCIES) \  TAGS: tags-recursive $(HEADERS) $(SOURCES) config.in $(TAGS_DEPENDENCIES) \
                 $(TAGS_FILES) $(LISP)                  $(TAGS_FILES) $(LISP)
         tags=; \          tags=; \
         here=`pwd`; \          here=`pwd`; \
         list='$(SUBDIRS)'; for subdir in $$list; do \          list='$(SUBDIRS)'; for subdir in $$list; do \
    if test "$$subdir" = .; then :; else \            if test "$$subdir" = .; then :; else \
             test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \              test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
    fi; \            fi; \
         done; \          done; \
         list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \          list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
         unique=`for i in $$list; do \          unique=`for i in $$list; do \
Line 754  TAGS: tags-recursive $(HEADERS) $(SOURCES) config.in $
Line 857  TAGS: tags-recursive $(HEADERS) $(SOURCES) config.in $
         test -z "$(ETAGS_ARGS)config.in$$unique$(LISP)$$tags" \          test -z "$(ETAGS_ARGS)config.in$$unique$(LISP)$$tags" \
           || etags $(ETAGS_ARGS) $$tags config.in $$unique $(LISP)            || etags $(ETAGS_ARGS) $$tags config.in $$unique $(LISP)
   
 mostlyclean-tags:  GTAGS:
           here=`CDPATH=: && cd $(top_builddir) && pwd` \
             && cd $(top_srcdir) \
             && gtags -i $(GTAGS_ARGS) $$here
   
 clean-tags:  
   
 distclean-tags:  distclean-tags:
         -rm -f TAGS ID          -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
   
 maintainer-clean-tags:  DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
   
   top_distdir = .
   # Avoid unsightly `./'.
 distdir = $(PACKAGE)-$(VERSION)  distdir = $(PACKAGE)-$(VERSION)
 top_distdir = $(distdir)  
   
   GZIP_ENV = --best
   
   distdir: $(DISTFILES)
           -chmod -R a+w $(distdir) >/dev/null 2>&1; rm -rf $(distdir)
           mkdir $(distdir)
           $(mkinstalldirs) $(distdir)/. $(distdir)/demos $(distdir)/demos/calc $(distdir)/demos/expr $(distdir)/mpfr
           @for file in $(DISTFILES); do \
             if test -f $$file; then d=.; else d=$(srcdir); fi; \
             dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
             if test "$$dir" != "$$file" && test "$$dir" != "."; then \
               $(mkinstalldirs) "$(distdir)/$$dir"; \
             fi; \
             if test -d $$d/$$file; then \
               cp -pR $$d/$$file $(distdir) \
               || exit 1; \
             else \
               test -f $(distdir)/$$file \
               || cp -p $$d/$$file $(distdir)/$$file \
               || exit 1; \
             fi; \
           done
           for subdir in $(DIST_SUBDIRS); do \
             if test "$$subdir" = .; then :; else \
               test -d $(distdir)/$$subdir \
               || mkdir $(distdir)/$$subdir \
               || exit 1; \
               (cd $$subdir && \
                 $(MAKE) $(AM_MAKEFLAGS) \
                   top_distdir="$(top_distdir)" \
                   distdir=../$(distdir)/$$subdir \
                   distdir) \
                 || exit 1; \
             fi; \
           done
           $(MAKE) $(AM_MAKEFLAGS) \
             top_distdir="${top_distdir}" distdir="$(distdir)" \
             dist-info dist-hook
           -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
             ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
             ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
             ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
           || chmod -R a+r $(distdir)
   dist: distdir
           $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
           -chmod -R a+w $(distdir) >/dev/null 2>&1; rm -rf $(distdir)
   
 # This target untars the dist file and tries a VPATH configuration.  Then  # This target untars the dist file and tries a VPATH configuration.  Then
 # it guarantees that the distribution is self-contained by making another  # it guarantees that the distribution is self-contained by making another
 # tarfile.  # tarfile.
Line 786  distcheck: dist
Line 936  distcheck: dist
           && $(MAKE) $(AM_MAKEFLAGS) install \            && $(MAKE) $(AM_MAKEFLAGS) install \
           && $(MAKE) $(AM_MAKEFLAGS) installcheck \            && $(MAKE) $(AM_MAKEFLAGS) installcheck \
           && $(MAKE) $(AM_MAKEFLAGS) uninstall \            && $(MAKE) $(AM_MAKEFLAGS) uninstall \
           && test `find $$dc_install_base -type f -print | wc -l` -le 1 \            && (test `find $$dc_install_base -type f -print | wc -l` -le 1 \
                || (echo "Error: files left after uninstall" 1>&2; \
                    exit 1) ) \
           && $(MAKE) $(AM_MAKEFLAGS) dist \            && $(MAKE) $(AM_MAKEFLAGS) dist \
           && $(MAKE) $(AM_MAKEFLAGS) distclean \            && $(MAKE) $(AM_MAKEFLAGS) distclean \
           && rm -f $(distdir).tar.gz \            && rm -f $(distdir).tar.gz \
           && test `find . -type f -print | wc -l` -eq 0            && (test `find . -type f -print | wc -l` -eq 0 \
                || (echo "Error: files left after distclean" 1>&2; \
                    exit 1) )
         -chmod -R a+w $(distdir) > /dev/null 2>&1; rm -rf $(distdir)          -chmod -R a+w $(distdir) > /dev/null 2>&1; rm -rf $(distdir)
         @banner="$(distdir).tar.gz is ready for distribution"; \          @echo "$(distdir).tar.gz is ready for distribution" | \
         dashes=`echo "$$banner" | sed s/./=/g`; \            sed 'h;s/./=/g;p;x;p;x'
         echo "$$dashes"; \  
         echo "$$banner"; \  
         echo "$$dashes"  
 dist: distdir  
         -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \  
           ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \  
           ! -type d ! -perm -400 -exec chmod a+r {} \; -o \  
           ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \  
         || chmod -R a+r $(distdir)  
         $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c > $(distdir).tar.gz  
         -chmod -R a+w $(distdir) > /dev/null 2>&1; rm -rf $(distdir)  
 dist-all: distdir  
         -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \  
           ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \  
           ! -type d ! -perm -400 -exec chmod a+r {} \; -o \  
           ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \  
         || chmod -R a+r $(distdir)  
         $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c > $(distdir).tar.gz  
         -chmod -R a+w $(distdir) > /dev/null 2>&1; rm -rf $(distdir)  
 distdir: $(DISTFILES)  
         @if sed 15q $(srcdir)/NEWS | fgrep -e "$(VERSION)" > /dev/null; then :; else \  
           echo "NEWS not updated; not releasing" 1>&2; \  
           exit 1; \  
         fi  
         -chmod -R a+w $(distdir) > /dev/null 2>&1; rm -rf $(distdir)  
         mkdir $(distdir)  
         $(mkinstalldirs) $(distdir)/mpfr  
         @for file in $(DISTFILES); do \  
           d=$(srcdir); \  
           if test -d $$d/$$file; then \  
             cp -pR $$d/$$file $(distdir); \  
           else \  
             test -f $(distdir)/$$file \  
             || cp -p $$d/$$file $(distdir)/$$file || :; \  
           fi; \  
         done  
         for subdir in $(SUBDIRS); do \  
           if test "$$subdir" = .; then :; else \  
             test -d $(distdir)/$$subdir \  
             || mkdir $(distdir)/$$subdir \  
             || exit 1; \  
             (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \  
               || exit 1; \  
           fi; \  
         done  
         $(MAKE) $(AM_MAKEFLAGS) top_distdir="$(top_distdir)" distdir="$(distdir)" dist-info  
         $(MAKE) $(AM_MAKEFLAGS) top_distdir="$(top_distdir)" distdir="$(distdir)" dist-hook  
 info-am: $(INFO_DEPS)  
 info: info-recursive  
 dvi-am: $(DVIS)  
 dvi: dvi-recursive  
 check-am: all-am  check-am: all-am
 check: check-recursive  check: check-recursive
 installcheck-am:  all-am: Makefile $(INFO_DEPS) $(ANSI2KNR) $(LTLIBRARIES) $(HEADERS) \
 installcheck: installcheck-recursive                  config.h
 all-recursive-am: config.h  installdirs: installdirs-recursive
         $(MAKE) $(AM_MAKEFLAGS) all-recursive  installdirs-am:
           $(mkinstalldirs) $(DESTDIR)$(libdir) $(DESTDIR)$(infodir) $(DESTDIR)$(includedir) $(DESTDIR)$(includedir)
   
 install-exec-am: install-libLTLIBRARIES  install: install-recursive
 install-exec: install-exec-recursive  install-exec: install-exec-recursive
   
 install-data-am: install-info-am install-includeHEADERS  
 install-data: install-data-recursive  install-data: install-data-recursive
   uninstall: uninstall-recursive
   
 install-am: all-am  install-am: all-am
         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am          @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 install: install-recursive  
 uninstall-am: uninstall-libLTLIBRARIES uninstall-info \  
                 uninstall-includeHEADERS  
 uninstall: uninstall-recursive  
 all-am: Makefile $(INFO_DEPS) $(ANSI2KNR) $(LTLIBRARIES) $(HEADERS) \  
                 config.h  
 all-redirect: all-recursive-am  
 install-strip:  
         $(MAKE) $(AM_MAKEFLAGS) INSTALL_STRIP_FLAG=-s install  
 installdirs: installdirs-recursive  
 installdirs-am:  
         $(mkinstalldirs)  $(DESTDIR)$(libdir) $(DESTDIR)$(infodir) \  
                 $(DESTDIR)$(includedir)  
   
   installcheck: installcheck-recursive
   install-strip:
           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
             `test -z '$(STRIP)' || \
               echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 mostlyclean-generic:  mostlyclean-generic:
           -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
   
 clean-generic:  clean-generic:
   
 distclean-generic:  distclean-generic:
         -rm -f Makefile $(CONFIG_CLEAN_FILES)          -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
         -rm -f config.cache config.log stamp-h stamp-h[0-9]*  
         -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)          -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
   
 maintainer-clean-generic:  maintainer-clean-generic:
         -rm -f Makefile.in          @echo "This command is intended for maintainers to use"
 mostlyclean-am:  mostlyclean-hdr mostlyclean-libLTLIBRARIES \          @echo "it deletes files that may require special tools to rebuild."
                 mostlyclean-compile mostlyclean-libtool \  clean: clean-recursive
                 mostlyclean-krextra mostlyclean-kr mostlyclean-vti \  
                 mostlyclean-aminfo mostlyclean-tags mostlyclean-generic  
   
 mostlyclean: mostlyclean-recursive  clean-am: clean-generic clean-krextra clean-libLTLIBRARIES clean-libtool \
           mostlyclean-am
   
 clean-am:  clean-hdr clean-libLTLIBRARIES clean-compile clean-libtool \  dist-all: distdir
                 clean-krextra clean-kr clean-vti clean-aminfo \          $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
                 clean-tags clean-generic mostlyclean-am          -chmod -R a+w $(distdir) >/dev/null 2>&1; rm -rf $(distdir)
   distclean: distclean-recursive
           -rm -f config.status config.cache config.log
   distclean-am: clean-am distclean-compile distclean-generic distclean-hdr \
           distclean-libtool distclean-tags
   
 clean: clean-recursive  dvi: dvi-recursive
   
 distclean-am:  distclean-hdr distclean-libLTLIBRARIES distclean-compile \  dvi-am: $(DVIS)
                 distclean-libtool distclean-krextra distclean-kr \  
                 distclean-vti distclean-aminfo distclean-tags \  
                 distclean-generic clean-am  
         -rm -f libtool  
   
 distclean: distclean-recursive  info: info-recursive
         -rm -f config.status  
   
 maintainer-clean-am:  maintainer-clean-hdr \  info-am: $(INFO_DEPS)
                 maintainer-clean-libLTLIBRARIES \  
                 maintainer-clean-compile maintainer-clean-libtool \  
                 maintainer-clean-krextra maintainer-clean-kr \  
                 maintainer-clean-vti maintainer-clean-aminfo \  
                 maintainer-clean-tags maintainer-clean-generic \  
                 distclean-am  
         @echo "This command is intended for maintainers to use;"  
         @echo "it deletes files that may require special tools to rebuild."  
   
   install-data-am: install-includeHEADERS install-info-am \
           install-nodist_includeHEADERS
   
   install-exec-am: install-libLTLIBRARIES
   
   install-info: install-info-recursive
   
   install-info-am: $(INFO_DEPS)
           @$(NORMAL_INSTALL)
           $(mkinstalldirs) $(DESTDIR)$(infodir)
           @list='$(INFO_DEPS)'; \
           for file in $$list; do \
             d=$(srcdir); \
             for ifile in `CDPATH=: && cd $$d && echo $$file $$file-[0-9] $$file-[0-9][0-9]`; do \
               if test -f $$d/$$ifile; then \
                 echo " $(INSTALL_DATA) $$d/$$ifile $(DESTDIR)$(infodir)/$$ifile"; \
                 $(INSTALL_DATA) $$d/$$ifile $(DESTDIR)$(infodir)/$$ifile; \
               else : ; fi; \
             done; \
           done
           @$(POST_INSTALL)
           @if (install-info --version && \
                install-info --version | fgrep -i -v debian) >/dev/null 2>&1; then \
             list='$(INFO_DEPS)'; \
             for file in $$list; do \
               echo " install-info --info-dir=$(DESTDIR)$(infodir) $(DESTDIR)$(infodir)/$$file";\
               install-info --info-dir=$(DESTDIR)$(infodir) $(DESTDIR)$(infodir)/$$file || :;\
             done; \
           else : ; fi
   install-man:
   
   installcheck-am:
   
 maintainer-clean: maintainer-clean-recursive  maintainer-clean: maintainer-clean-recursive
         -rm -f config.status  
   
 .PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \  maintainer-clean-am: distclean-am maintainer-clean-aminfo \
 mostlyclean-libLTLIBRARIES distclean-libLTLIBRARIES \          maintainer-clean-generic maintainer-clean-vti
 clean-libLTLIBRARIES maintainer-clean-libLTLIBRARIES \  
 uninstall-libLTLIBRARIES install-libLTLIBRARIES mostlyclean-compile \  
 distclean-compile clean-compile maintainer-clean-compile \  
 mostlyclean-libtool distclean-libtool clean-libtool \  
 maintainer-clean-libtool mostlyclean-krextra distclean-krextra \  
 clean-krextra maintainer-clean-krextra mostlyclean-kr distclean-kr \  
 clean-kr maintainer-clean-kr mostlyclean-vti distclean-vti clean-vti \  
 maintainer-clean-vti install-info-am uninstall-info mostlyclean-aminfo \  
 distclean-aminfo clean-aminfo maintainer-clean-aminfo \  
 uninstall-includeHEADERS install-includeHEADERS install-recursive \  
 uninstall-recursive install-data-recursive uninstall-data-recursive \  
 install-exec-recursive uninstall-exec-recursive installdirs-recursive \  
 uninstalldirs-recursive all-recursive check-recursive \  
 installcheck-recursive info-recursive dvi-recursive \  
 mostlyclean-recursive distclean-recursive clean-recursive \  
 maintainer-clean-recursive tags tags-recursive mostlyclean-tags \  
 distclean-tags clean-tags maintainer-clean-tags distdir info-am info \  
 dvi-am dvi check check-am installcheck-am installcheck all-recursive-am \  
 install-exec-am install-exec install-data-am install-data install-am \  
 install uninstall-am uninstall all-redirect all-am all install-strip \  
 installdirs-am installdirs mostlyclean-generic distclean-generic \  
 clean-generic maintainer-clean-generic clean mostlyclean distclean \  
 maintainer-clean  
   
   mostlyclean: mostlyclean-recursive
   
 # Don't ship CVS directories or emacs backups.  mostlyclean-am: mostlyclean-aminfo mostlyclean-compile \
           mostlyclean-generic mostlyclean-kr mostlyclean-libtool \
           mostlyclean-vti
   
   uninstall-am: uninstall-includeHEADERS uninstall-info-am \
           uninstall-libLTLIBRARIES uninstall-nodist_includeHEADERS
   
   uninstall-info: uninstall-info-recursive
   
   .PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
           clean-generic clean-krextra clean-libLTLIBRARIES clean-libtool \
           clean-recursive dist dist-all dist-info distcheck distclean \
           distclean-compile distclean-generic distclean-hdr \
           distclean-libtool distclean-recursive distclean-tags distdir \
           dvi dvi-am dvi-recursive info info-am info-recursive install \
           install-am install-data install-data-am install-data-recursive \
           install-exec install-exec-am install-exec-recursive \
           install-includeHEADERS install-info install-info-am \
           install-info-recursive install-libLTLIBRARIES install-man \
           install-nodist_includeHEADERS install-recursive install-strip \
           installcheck installcheck-am installdirs installdirs-am \
           installdirs-recursive maintainer-clean maintainer-clean-aminfo \
           maintainer-clean-generic maintainer-clean-recursive \
           maintainer-clean-vti mostlyclean mostlyclean-aminfo \
           mostlyclean-compile mostlyclean-generic mostlyclean-kr \
           mostlyclean-libtool mostlyclean-recursive mostlyclean-vti tags \
           tags-recursive uninstall uninstall-am uninstall-includeHEADERS \
           uninstall-info-am uninstall-info-recursive \
           uninstall-libLTLIBRARIES uninstall-nodist_includeHEADERS \
           uninstall-recursive
   
   
   # Avoid: CVS - cvs directories
   #        *~  - emacs backups
   #        .#* - cvs merge originals
   #
   # *~ and .#* only occur when a whole directory without it's own Makefile.am
   # is distributed, like "doc" or the mpn cpu subdirectories.
   #
 dist-hook:  dist-hook:
         -find $(distdir) \( -name CVS -type d \) -o -name "*.~*" \          -find $(distdir) \( -name CVS -type d \) -o -name "*~" -o -name ".#*" \
                 | xargs rm -rf                  | xargs rm -rf
   
 # Tell versions [3.59,3.63) of GNU make to not export all variables.  # Tell versions [3.59,3.63) of GNU make to not export all variables.
 # Otherwise a system limit (for SysV at least) may be exceeded.  # Otherwise a system limit (for SysV at least) may be exceeded.
 .NOEXPORT:  .NOEXPORT:

Legend:
Removed from v.1.1.1.3  
changed lines
  Added in v.1.1.1.4

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>