10SN/A# Makefile.in generated by automake 1.11.6 from Makefile.am.
26501SN/A# @configure_input@
30SN/A
40SN/A# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
50SN/A# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
60SN/A# Foundation, Inc.
72362SN/A# This Makefile.in is free software; the Free Software Foundation
80SN/A# gives unlimited permission to copy and/or distribute it,
92362SN/A# with or without modifications, as long as this notice is preserved.
100SN/A
110SN/A# This program is distributed in the hope that it will be useful,
120SN/A# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
130SN/A# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
140SN/A# PARTICULAR PURPOSE.
150SN/A
160SN/A@SET_MAKE@
170SN/A
180SN/A# Copyright 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013 Free Software Foundation, Inc.
190SN/A# This Makefile.am is free software; the Free Software Foundation
200SN/A# gives unlimited permission to copy and/or distribute it,
212362SN/A# with or without modifications, as long as this notice is preserved.
222362SN/A
232362SN/A# This program is distributed in the hope that it will be useful,
240SN/A# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
250SN/A# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
260SN/A# PARTICULAR PURPOSE.
270SN/A
282934SN/A
293315SN/AVPATH = @srcdir@
303315SN/Aam__make_dryrun = \
312934SN/A  { \
320SN/A    am__dry=no; \
330SN/A    case $$MAKEFLAGS in \
340SN/A      *\\[\ \	]*) \
350SN/A        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
360SN/A          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
373315SN/A      *) \
380SN/A        for am__flg in $$MAKEFLAGS; do \
390SN/A          case $$am__flg in \
400SN/A            *=*|--*) ;; \
410SN/A            *n*) am__dry=yes; break;; \
420SN/A          esac; \
430SN/A        done;; \
440SN/A    esac; \
450SN/A    test $$am__dry = yes; \
460SN/A  }
470SN/Apkgdatadir = $(datadir)/@PACKAGE@
480SN/Apkgincludedir = $(includedir)/@PACKAGE@
490SN/Apkglibdir = $(libdir)/@PACKAGE@
500SN/Apkglibexecdir = $(libexecdir)/@PACKAGE@
510SN/Aam__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
520SN/Ainstall_sh_DATA = $(install_sh) -c -m 644
530SN/Ainstall_sh_PROGRAM = $(install_sh) -c
540SN/Ainstall_sh_SCRIPT = $(install_sh) -c
550SN/AINSTALL_HEADER = $(INSTALL_DATA)
560SN/Atransform = $(program_transform_name)
570SN/ANORMAL_INSTALL = :
580SN/APRE_INSTALL = :
590SN/APOST_INSTALL = :
600SN/ANORMAL_UNINSTALL = :
610SN/APRE_UNINSTALL = :
620SN/APOST_UNINSTALL = :
630SN/Abuild_triplet = @build@
640SN/Ahost_triplet = @host@
650SN/Asubdir = src
660SN/ADIST_COMMON = $(include_HEADERS) $(srcdir)/Makefile.am \
670SN/A	$(srcdir)/Makefile.in $(srcdir)/mparam_h.in
680SN/AACLOCAL_M4 = $(top_srcdir)/aclocal.m4
690SN/Aam__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
700SN/A	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
710SN/A	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
720SN/A	$(top_srcdir)/m4/size_max.m4 $(top_srcdir)/acinclude.m4 \
730SN/A	$(top_srcdir)/configure.ac
740SN/Aam__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
750SN/A	$(ACLOCAL_M4)
760SN/Amkinstalldirs = $(install_sh) -d
770SN/ACONFIG_CLEAN_FILES = mparam.h
780SN/ACONFIG_CLEAN_VPATH_FILES =
790SN/Aam__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
800SN/Aam__vpath_adj = case $$p in \
810SN/A    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
820SN/A    *) f=$$p;; \
830SN/A  esac;
840SN/Aam__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
850SN/Aam__install_max = 40
860SN/Aam__nobase_strip_setup = \
870SN/A  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
880SN/Aam__nobase_strip = \
890SN/A  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
900SN/Aam__nobase_list = $(am__nobase_strip_setup); \
910SN/A  for p in $$list; do echo "$$p $$p"; done | \
920SN/A  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
930SN/A  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
940SN/A    if (++n[$$2] == $(am__install_max)) \
950SN/A      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
963315SN/A    END { for (dir in files) print dir, files[dir] }'
973315SN/Aam__base_list = \
980SN/A  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
990SN/A  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
1000SN/Aam__uninstall_files_from_dir = { \
1010SN/A  test -z "$$files" \
1020SN/A    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
1030SN/A    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
1040SN/A         $(am__cd) "$$dir" && rm -f $$files; }; \
1050SN/A  }
1060SN/Aam__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(includedir)"
1070SN/ALTLIBRARIES = $(lib_LTLIBRARIES)
1080SN/Alibmpfr_la_DEPENDENCIES = @LIBOBJS@
1090SN/Aam_libmpfr_la_OBJECTS = exceptions.lo extract.lo uceil_exp2.lo \
1100SN/A	uceil_log2.lo ufloor_log2.lo add.lo add1.lo add_ui.lo agm.lo \
1110SN/A	clear.lo cmp.lo cmp_abs.lo cmp_si.lo cmp_ui.lo comparisons.lo \
1120SN/A	div_2exp.lo div_2si.lo div_2ui.lo div.lo div_ui.lo dump.lo \
1130SN/A	eq.lo exp10.lo exp2.lo exp3.lo exp.lo frac.lo frexp.lo \
1140SN/A	get_d.lo get_exp.lo get_str.lo init.lo inp_str.lo isinteger.lo \
1150SN/A	isinf.lo isnan.lo isnum.lo const_log2.lo log.lo modf.lo \
1160SN/A	mul_2exp.lo mul_2si.lo mul_2ui.lo mul.lo mul_ui.lo neg.lo \
1170SN/A	next.lo out_str.lo printf.lo vasprintf.lo const_pi.lo pow.lo \
1180SN/A	pow_si.lo pow_ui.lo print_raw.lo print_rnd_mode.lo reldiff.lo \
1190SN/A	round_prec.lo set.lo setmax.lo setmin.lo set_d.lo \
1200SN/A	set_dfl_prec.lo set_exp.lo set_rnd.lo set_f.lo set_prc_raw.lo \
1210SN/A	set_prec.lo set_q.lo set_si.lo set_str.lo set_str_raw.lo \
1220SN/A	set_ui.lo set_z.lo sqrt.lo sqrt_ui.lo sub.lo sub1.lo sub_ui.lo \
1230SN/A	rint.lo ui_div.lo ui_sub.lo urandom.lo urandomb.lo \
1240SN/A	get_z_exp.lo swap.lo factorial.lo cosh.lo sinh.lo tanh.lo \
1250SN/A	sinh_cosh.lo acosh.lo asinh.lo atanh.lo atan.lo cmp2.lo \
1260SN/A	exp_2.lo asin.lo const_euler.lo cos.lo sin.lo tan.lo fma.lo \
1270SN/A	fms.lo hypot.lo log1p.lo expm1.lo log2.lo log10.lo ui_pow.lo \
1280SN/A	ui_pow_ui.lo minmax.lo dim.lo signbit.lo copysign.lo \
1290SN/A	setsign.lo gmp_op.lo init2.lo acos.lo sin_cos.lo set_nan.lo \
1300SN/A	set_inf.lo set_zero.lo powerof2.lo gamma.lo set_ld.lo \
1310SN/A	get_ld.lo cbrt.lo volatile.lo fits_sshort.lo fits_sint.lo \
1320SN/A	fits_slong.lo fits_ushort.lo fits_uint.lo fits_ulong.lo \
1330SN/A	fits_uintmax.lo fits_intmax.lo get_si.lo get_ui.lo zeta.lo \
1340SN/A	cmp_d.lo erf.lo inits.lo inits2.lo clears.lo sgn.lo check.lo \
1350SN/A	sub1sp.lo version.lo mpn_exp.lo mpfr-gmp.lo mp_clz_tab.lo \
1360SN/A	sum.lo add1sp.lo free_cache.lo si_op.lo cmp_ld.lo \
1370SN/A	set_ui_2exp.lo set_si_2exp.lo set_uj.lo set_sj.lo get_sj.lo \
1380SN/A	get_uj.lo get_z.lo iszero.lo cache.lo sqr.lo int_ceil_log2.lo \
1390SN/A	isqrt.lo strtofr.lo pow_z.lo logging.lo mulders.lo get_f.lo \
1400SN/A	round_p.lo erfc.lo atan2.lo subnormal.lo const_catalan.lo \
1410SN/A	root.lo sec.lo csc.lo cot.lo eint.lo sech.lo csch.lo coth.lo \
1420SN/A	round_near_x.lo constant.lo abort_prec_max.lo \
1430SN/A	stack_interface.lo lngamma.lo zeta_ui.lo set_d64.lo get_d64.lo \
1440SN/A	jn.lo yn.lo rem1.lo get_patches.lo add_d.lo sub_d.lo d_sub.lo \
1450SN/A	mul_d.lo div_d.lo d_div.lo li2.lo rec_sqrt.lo min_prec.lo \
1460SN/A	buildopt.lo digamma.lo bernoulli.lo isregular.lo set_flt.lo \
1470SN/A	get_flt.lo scale2.lo set_z_exp.lo ai.lo gammaonethird.lo \
1480SN/A	grandom.lo
1490SN/Alibmpfr_la_OBJECTS = $(am_libmpfr_la_OBJECTS)
1500SN/Alibmpfr_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
1510SN/A	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
1520SN/A	$(libmpfr_la_LDFLAGS) $(LDFLAGS) -o $@
1530SN/ADEFAULT_INCLUDES = -I.@am__isrc@
1540SN/Adepcomp = $(SHELL) $(top_srcdir)/depcomp
1550SN/Aam__depfiles_maybe = depfiles
1560SN/Aam__mv = mv -f
1570SN/ACOMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
1580SN/A	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
1590SN/ALTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
1600SN/A	--mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
1610SN/A	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
1620SN/ACCLD = $(CC)
1630SN/ALINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
1640SN/A	--mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
1650SN/A	$(LDFLAGS) -o $@
1660SN/ASOURCES = $(libmpfr_la_SOURCES)
1670SN/ADIST_SOURCES = $(libmpfr_la_SOURCES)
1680SN/Aam__can_run_installinfo = \
1690SN/A  case $$AM_UPDATE_INFO_DIR in \
1700SN/A    n|no|NO) false;; \
1710SN/A    *) (install-info --version) >/dev/null 2>&1;; \
1720SN/A  esac
1730SN/AHEADERS = $(include_HEADERS)
1740SN/AETAGS = etags
1750SN/ACTAGS = ctags
1760SN/ADISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
1770SN/AACLOCAL = @ACLOCAL@
1780SN/AALLOCA = @ALLOCA@
1790SN/AAMTAR = @AMTAR@
1800SN/AAR = @AR@
1810SN/AAS = @AS@
1820SN/AAUTOCONF = @AUTOCONF@
1830SN/AAUTOHEADER = @AUTOHEADER@
1840SN/AAUTOMAKE = @AUTOMAKE@
1850SN/AAWK = @AWK@
1860SN/ACC = @CC@
1870SN/ACCDEPMODE = @CCDEPMODE@
1880SN/ACFLAGS = @CFLAGS@
1890SN/ACPP = @CPP@
1900SN/ACPPFLAGS = @CPPFLAGS@
1910SN/ACYGPATH_W = @CYGPATH_W@
1920SN/ADATAFILES = @DATAFILES@
1930SN/ADEFS = @DEFS@
1940SN/ADEPDIR = @DEPDIR@
1950SN/ADLLTOOL = @DLLTOOL@
1960SN/ADSYMUTIL = @DSYMUTIL@
1970SN/ADUMPBIN = @DUMPBIN@
1980SN/AECHO_C = @ECHO_C@
1990SN/AECHO_N = @ECHO_N@
2000SN/AECHO_T = @ECHO_T@
2010SN/AEGREP = @EGREP@
2020SN/AEXEEXT = @EXEEXT@
2030SN/AFGREP = @FGREP@
2040SN/AGREP = @GREP@
2050SN/AINSTALL = @INSTALL@
2060SN/AINSTALL_DATA = @INSTALL_DATA@
2070SN/AINSTALL_PROGRAM = @INSTALL_PROGRAM@
2080SN/AINSTALL_SCRIPT = @INSTALL_SCRIPT@
2090SN/AINSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
2100SN/ALD = @LD@
2110SN/ALDFLAGS = @LDFLAGS@
2120SN/ALIBMPFR_LDFLAGS = @LIBMPFR_LDFLAGS@
2130SN/ALIBOBJS = @LIBOBJS@
2140SN/ALIBS = @LIBS@
2150SN/ALIBTOOL = @LIBTOOL@
2160SN/ALIPO = @LIPO@
2170SN/ALN_S = @LN_S@
2180SN/ALTLIBOBJS = @LTLIBOBJS@
2190SN/AMAINT = @MAINT@
2200SN/AMAKEINFO = @MAKEINFO@
2210SN/AMANIFEST_TOOL = @MANIFEST_TOOL@
2220SN/AMKDIR_P = @MKDIR_P@
2230SN/AMPFR_LDFLAGS = @MPFR_LDFLAGS@
2240SN/AMPFR_LIBM = @MPFR_LIBM@
2250SN/ANM = @NM@
2260SN/ANMEDIT = @NMEDIT@
2270SN/AOBJDUMP = @OBJDUMP@
2280SN/AOBJEXT = @OBJEXT@
2290SN/AOTOOL = @OTOOL@
2300SN/AOTOOL64 = @OTOOL64@
2310SN/APACKAGE = @PACKAGE@
2320SN/APACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
2330SN/APACKAGE_NAME = @PACKAGE_NAME@
2340SN/APACKAGE_STRING = @PACKAGE_STRING@
2350SN/APACKAGE_TARNAME = @PACKAGE_TARNAME@
2360SN/APACKAGE_URL = @PACKAGE_URL@
2370SN/APACKAGE_VERSION = @PACKAGE_VERSION@
2380SN/APATH_SEPARATOR = @PATH_SEPARATOR@
2390SN/ARANLIB = @RANLIB@
2400SN/ASED = @SED@
2410SN/ASET_MAKE = @SET_MAKE@
2420SN/ASHELL = @SHELL@
2430SN/ASTRIP = @STRIP@
2440SN/ATUNE_LIBS = @TUNE_LIBS@
2450SN/AVERSION = @VERSION@
2460SN/Aabs_builddir = @abs_builddir@
2470SN/Aabs_srcdir = @abs_srcdir@
2480SN/Aabs_top_builddir = @abs_top_builddir@
2490SN/Aabs_top_srcdir = @abs_top_srcdir@
2500SN/Aac_ct_AR = @ac_ct_AR@
2510SN/Aac_ct_CC = @ac_ct_CC@
2520SN/Aac_ct_DUMPBIN = @ac_ct_DUMPBIN@
2530SN/Aam__include = @am__include@
2540SN/Aam__leading_dot = @am__leading_dot@
2550SN/Aam__quote = @am__quote@
2560SN/Aam__tar = @am__tar@
2570SN/Aam__untar = @am__untar@
2580SN/Abindir = @bindir@
2590SN/Abuild = @build@
2600SN/Abuild_alias = @build_alias@
2610SN/Abuild_cpu = @build_cpu@
2620SN/Abuild_os = @build_os@
2630SN/Abuild_vendor = @build_vendor@
2640SN/Abuilddir = @builddir@
2650SN/Adatadir = @datadir@
2660SN/Adatarootdir = @datarootdir@
2670SN/Adocdir = @docdir@
2680SN/Advidir = @dvidir@
2690SN/Aexec_prefix = @exec_prefix@
2700SN/Ahost = @host@
2710SN/Ahost_alias = @host_alias@
2720SN/Ahost_cpu = @host_cpu@
2730SN/Ahost_os = @host_os@
2740SN/Ahost_vendor = @host_vendor@
2750SN/Ahtmldir = @htmldir@
2760SN/Aincludedir = @includedir@
2770SN/Ainfodir = @infodir@
2780SN/Ainstall_sh = @install_sh@
2790SN/Alibdir = @libdir@
2800SN/Alibexecdir = @libexecdir@
2810SN/Alocaledir = @localedir@
2820SN/Alocalstatedir = @localstatedir@
2830SN/Amandir = @mandir@
2840SN/Amkdir_p = @mkdir_p@
2850SN/Aoldincludedir = @oldincludedir@
2860SN/Apdfdir = @pdfdir@
2870SN/Aprefix = @prefix@
2880SN/Aprogram_transform_name = @program_transform_name@
2890SN/Apsdir = @psdir@
2900SN/Asbindir = @sbindir@
2910SN/Asharedstatedir = @sharedstatedir@
2920SN/Asrcdir = @srcdir@
2930SN/Asysconfdir = @sysconfdir@
2940SN/Atarget_alias = @target_alias@
2950SN/Atop_build_prefix = @top_build_prefix@
2960SN/Atop_builddir = @top_builddir@
2970SN/Atop_srcdir = @top_srcdir@
2980SN/AEXTRA_DIST = round_raw_generic.c jyn_asympt.c x86/core2/mparam.h        \
2990SN/A	x86/mparam.h x86_64/core2/mparam.h x86_64/pentium4/mparam.h  	\
3000SN/A	ia64/mparam.h arm/mparam.h powerpc64/mparam.h sparc64/mparam.h	\
3010SN/A	generic/mparam.h amd/athlon/mparam.h amd/k8/mparam.h 		\
3020SN/A	amd/amdfam10/mparam.h powerpc32/mparam.h hppa/mparam.h
3030SN/A
3040SN/Ainclude_HEADERS = mpfr.h mpf2mpfr.h
3050SN/ABUILT_SOURCES = mparam.h
3060SN/Alib_LTLIBRARIES = libmpfr.la
3070SN/Alibmpfr_la_SOURCES = mpfr.h mpf2mpfr.h mpfr-gmp.h mpfr-impl.h mpfr-intmax.h \
3080SN/Ampfr-longlong.h mpfr-thread.h exceptions.c extract.c uceil_exp2.c	\
3090SN/Auceil_log2.c ufloor_log2.c add.c add1.c add_ui.c agm.c clear.c cmp.c	\
3100SN/Acmp_abs.c cmp_si.c cmp_ui.c comparisons.c div_2exp.c div_2si.c		\
3110SN/Adiv_2ui.c div.c div_ui.c dump.c eq.c exp10.c exp2.c exp3.c exp.c	\
3120SN/Afrac.c frexp.c get_d.c get_exp.c get_str.c init.c inp_str.c isinteger.c	\
3130SN/Aisinf.c isnan.c isnum.c const_log2.c log.c modf.c mul_2exp.c mul_2si.c	\
3140SN/Amul_2ui.c mul.c mul_ui.c neg.c next.c out_str.c printf.c vasprintf.c	\
3150SN/Aconst_pi.c pow.c pow_si.c pow_ui.c print_raw.c print_rnd_mode.c		\
3160SN/Areldiff.c round_prec.c set.c setmax.c setmin.c set_d.c set_dfl_prec.c	\
3170SN/Aset_exp.c set_rnd.c set_f.c set_prc_raw.c set_prec.c set_q.c set_si.c	\
3180SN/Aset_str.c set_str_raw.c set_ui.c set_z.c sqrt.c sqrt_ui.c sub.c sub1.c	\
3190SN/Asub_ui.c rint.c ui_div.c ui_sub.c urandom.c urandomb.c get_z_exp.c	\
3203315SN/Aswap.c factorial.c cosh.c sinh.c tanh.c sinh_cosh.c acosh.c asinh.c	\
3210SN/Aatanh.c atan.c cmp2.c exp_2.c asin.c const_euler.c cos.c sin.c tan.c	\
3223315SN/Afma.c fms.c hypot.c log1p.c expm1.c log2.c log10.c ui_pow.c		\
3233315SN/Aui_pow_ui.c minmax.c dim.c signbit.c copysign.c setsign.c gmp_op.c	\
3243315SN/Ainit2.c acos.c sin_cos.c set_nan.c set_inf.c set_zero.c powerof2.c	\
3253315SN/Agamma.c set_ld.c get_ld.c cbrt.c volatile.c fits_s.h fits_sshort.c	\
3263315SN/Afits_sint.c fits_slong.c fits_u.h fits_ushort.c fits_uint.c		\
3273315SN/Afits_ulong.c fits_uintmax.c fits_intmax.c get_si.c get_ui.c zeta.c	\
3283315SN/Acmp_d.c erf.c inits.c inits2.c clears.c sgn.c check.c sub1sp.c		\
3293315SN/Aversion.c mpn_exp.c mpfr-gmp.c mp_clz_tab.c sum.c add1sp.c		\
3303315SN/Afree_cache.c si_op.c cmp_ld.c set_ui_2exp.c set_si_2exp.c set_uj.c	\
3313315SN/Aset_sj.c get_sj.c get_uj.c get_z.c iszero.c cache.c sqr.c		\
3323315SN/Aint_ceil_log2.c isqrt.c strtofr.c pow_z.c logging.c mulders.c get_f.c	\
3333315SN/Around_p.c erfc.c atan2.c subnormal.c const_catalan.c root.c		\
3340SN/Agen_inverse.h sec.c csc.c cot.c eint.c sech.c csch.c coth.c		\
3350SN/Around_near_x.c constant.c abort_prec_max.c stack_interface.c lngamma.c	\
3360SN/Azeta_ui.c set_d64.c get_d64.c jn.c yn.c rem1.c get_patches.c add_d.c	\
3373315SN/Asub_d.c d_sub.c mul_d.c div_d.c d_div.c li2.c rec_sqrt.c min_prec.c	\
3380SN/Abuildopt.c digamma.c bernoulli.c isregular.c set_flt.c get_flt.c	\
3390SN/Ascale2.c set_z_exp.c ai.c gammaonethird.c ieee_floats.h			\
3400SN/Agrandom.c
3410SN/A
3420SN/Alibmpfr_la_LIBADD = @LIBOBJS@
3430SN/A
3440SN/A# Libtool -version-info CURRENT[:REVISION[:AGE]] for libmpfr.la
3450SN/A#
3460SN/A# 1. No interfaces changed, only implementations (good):
3470SN/A#    ==> Increment REVISION.
3480SN/A# 2. Interfaces added, none removed (good):
3490SN/A#    ==> Increment CURRENT, increment AGE, set REVISION to 0.
3500SN/A# 3. Interfaces removed or changed (BAD, breaks upward compatibility):
3510SN/A#    ==> Increment CURRENT, set AGE and REVISION to 0.
3520SN/A#
3530SN/A#         MPFR     -version-info
3540SN/A#        2.1.x      -
3550SN/A#        2.2.x    1:x:0
3560SN/A#        2.3.x    2:x:1
3570SN/A#        2.4.x    3:x:2
3580SN/A#        3.0.x    4:x:0
3590SN/A#        3.1.x    5:x:1
3600SN/Alibmpfr_la_LDFLAGS = $(MPFR_LDFLAGS) $(LIBMPFR_LDFLAGS) -version-info 5:2:1
3610SN/Aall: $(BUILT_SOURCES)
3620SN/A	$(MAKE) $(AM_MAKEFLAGS) all-am
3630SN/A
3640SN/A.SUFFIXES:
3650SN/A.SUFFIXES: .c .lo .o .obj
3660SN/A$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
3670SN/A	@for dep in $?; do \
3680SN/A	  case '$(am__configure_deps)' in \
3690SN/A	    *$$dep*) \
3700SN/A	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
3710SN/A	        && { if test -f $@; then exit 0; else break; fi; }; \
3720SN/A	      exit 1;; \
3730SN/A	  esac; \
3740SN/A	done; \
3750SN/A	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile'; \
3760SN/A	$(am__cd) $(top_srcdir) && \
3770SN/A	  $(AUTOMAKE) --gnu src/Makefile
3780SN/A.PRECIOUS: Makefile
3790SN/AMakefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
3800SN/A	@case '$?' in \
3810SN/A	  *config.status*) \
3820SN/A	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
3830SN/A	  *) \
3840SN/A	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
3850SN/A	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
3860SN/A	esac;
3870SN/A
3880SN/A$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
3890SN/A	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
3900SN/A
3910SN/A$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
3920SN/A	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
3930SN/A$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
3940SN/A	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
3950SN/A$(am__aclocal_m4_deps):
3960SN/Amparam.h: $(top_builddir)/config.status $(srcdir)/mparam_h.in
3970SN/A	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
3980SN/Ainstall-libLTLIBRARIES: $(lib_LTLIBRARIES)
3990SN/A	@$(NORMAL_INSTALL)
4000SN/A	@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
4010SN/A	list2=; for p in $$list; do \
4020SN/A	  if test -f $$p; then \
4030SN/A	    list2="$$list2 $$p"; \
4040SN/A	  else :; fi; \
4050SN/A	done; \
4060SN/A	test -z "$$list2" || { \
4070SN/A	  echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
4080SN/A	  $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
4090SN/A	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
4100SN/A	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
4110SN/A	}
4120SN/A
4130SN/Auninstall-libLTLIBRARIES:
4140SN/A	@$(NORMAL_UNINSTALL)
4150SN/A	@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
4160SN/A	for p in $$list; do \
4170SN/A	  $(am__strip_dir) \
4180SN/A	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
4190SN/A	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
4200SN/A	done
4210SN/A
4220SN/Aclean-libLTLIBRARIES:
4230SN/A	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
4240SN/A	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
4250SN/A	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
4260SN/A	  test "$$dir" != "$$p" || dir=.; \
4270SN/A	  echo "rm -f \"$${dir}/so_locations\""; \
4280SN/A	  rm -f "$${dir}/so_locations"; \
4290SN/A	done
4300SN/Alibmpfr.la: $(libmpfr_la_OBJECTS) $(libmpfr_la_DEPENDENCIES) $(EXTRA_libmpfr_la_DEPENDENCIES) 
4310SN/A	$(libmpfr_la_LINK) -rpath $(libdir) $(libmpfr_la_OBJECTS) $(libmpfr_la_LIBADD) $(LIBS)
4320SN/A
4330SN/Amostlyclean-compile:
4340SN/A	-rm -f *.$(OBJEXT)
4350SN/A
4360SN/Adistclean-compile:
4370SN/A	-rm -f *.tab.c
4380SN/A
4390SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/abort_prec_max.Plo@am__quote@
4400SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/acos.Plo@am__quote@
4410SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/acosh.Plo@am__quote@
4420SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/add.Plo@am__quote@
4430SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/add1.Plo@am__quote@
4440SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/add1sp.Plo@am__quote@
4450SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/add_d.Plo@am__quote@
4460SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/add_ui.Plo@am__quote@
4470SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/agm.Plo@am__quote@
4480SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ai.Plo@am__quote@
4496688SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asin.Plo@am__quote@
4500SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asinh.Plo@am__quote@
4510SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atan.Plo@am__quote@
4520SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atan2.Plo@am__quote@
4530SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atanh.Plo@am__quote@
4540SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bernoulli.Plo@am__quote@
4555321SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/buildopt.Plo@am__quote@
4566688SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cache.Plo@am__quote@
4570SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cbrt.Plo@am__quote@
4580SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check.Plo@am__quote@
4590SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clear.Plo@am__quote@
4600SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clears.Plo@am__quote@
4610SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cmp.Plo@am__quote@
4620SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cmp2.Plo@am__quote@
4630SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cmp_abs.Plo@am__quote@
4640SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cmp_d.Plo@am__quote@
4650SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cmp_ld.Plo@am__quote@
4660SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cmp_si.Plo@am__quote@
4670SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cmp_ui.Plo@am__quote@
4680SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/comparisons.Plo@am__quote@
4690SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/const_catalan.Plo@am__quote@
4700SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/const_euler.Plo@am__quote@
4710SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/const_log2.Plo@am__quote@
4720SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/const_pi.Plo@am__quote@
4730SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/constant.Plo@am__quote@
47412745Smartin@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/copysign.Plo@am__quote@
47512745Smartin@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cos.Plo@am__quote@
47612745Smartin@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cosh.Plo@am__quote@
47712745Smartin@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cot.Plo@am__quote@
47812745Smartin@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/coth.Plo@am__quote@
47912745Smartin@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/csc.Plo@am__quote@
48012745Smartin@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/csch.Plo@am__quote@
48112745Smartin@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/d_div.Plo@am__quote@
4820SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/d_sub.Plo@am__quote@
4830SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/digamma.Plo@am__quote@
4840SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dim.Plo@am__quote@
4850SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/div.Plo@am__quote@
4860SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/div_2exp.Plo@am__quote@
4870SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/div_2si.Plo@am__quote@
4880SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/div_2ui.Plo@am__quote@
4890SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/div_d.Plo@am__quote@
4900SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/div_ui.Plo@am__quote@
4910SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dump.Plo@am__quote@
4920SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eint.Plo@am__quote@
4930SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eq.Plo@am__quote@
4940SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/erf.Plo@am__quote@
4950SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/erfc.Plo@am__quote@
4960SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/exceptions.Plo@am__quote@
4970SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/exp.Plo@am__quote@
4980SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/exp10.Plo@am__quote@
4990SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/exp2.Plo@am__quote@
5000SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/exp3.Plo@am__quote@
5010SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/exp_2.Plo@am__quote@
5020SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/expm1.Plo@am__quote@
5030SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/extract.Plo@am__quote@
5040SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/factorial.Plo@am__quote@
5055321SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fits_intmax.Plo@am__quote@
5060SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fits_sint.Plo@am__quote@
5070SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fits_slong.Plo@am__quote@
5080SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fits_sshort.Plo@am__quote@
5090SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fits_uint.Plo@am__quote@
5100SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fits_uintmax.Plo@am__quote@
5110SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fits_ulong.Plo@am__quote@
5120SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fits_ushort.Plo@am__quote@
5130SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fma.Plo@am__quote@
5140SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fms.Plo@am__quote@
5150SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/frac.Plo@am__quote@
5160SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/free_cache.Plo@am__quote@
5170SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/frexp.Plo@am__quote@
5180SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gamma.Plo@am__quote@
5190SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gammaonethird.Plo@am__quote@
5200SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/get_d.Plo@am__quote@
5210SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/get_d64.Plo@am__quote@
5220SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/get_exp.Plo@am__quote@
5230SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/get_f.Plo@am__quote@
5240SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/get_flt.Plo@am__quote@
5250SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/get_ld.Plo@am__quote@
5260SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/get_patches.Plo@am__quote@
5270SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/get_si.Plo@am__quote@
5280SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/get_sj.Plo@am__quote@
5290SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/get_str.Plo@am__quote@
5300SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/get_ui.Plo@am__quote@
5310SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/get_uj.Plo@am__quote@
5320SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/get_z.Plo@am__quote@
5330SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/get_z_exp.Plo@am__quote@
5340SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gmp_op.Plo@am__quote@
5350SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/grandom.Plo@am__quote@
5360SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hypot.Plo@am__quote@
5370SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/init.Plo@am__quote@
5380SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/init2.Plo@am__quote@
5390SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/inits.Plo@am__quote@
5400SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/inits2.Plo@am__quote@
5410SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/inp_str.Plo@am__quote@
5420SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/int_ceil_log2.Plo@am__quote@
5430SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/isinf.Plo@am__quote@
5440SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/isinteger.Plo@am__quote@
5450SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/isnan.Plo@am__quote@
5460SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/isnum.Plo@am__quote@
5475321SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/isqrt.Plo@am__quote@
5480SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/isregular.Plo@am__quote@
5490SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iszero.Plo@am__quote@
5500SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/jn.Plo@am__quote@
5510SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/li2.Plo@am__quote@
5520SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lngamma.Plo@am__quote@
5530SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/log.Plo@am__quote@
5540SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/log10.Plo@am__quote@
5550SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/log1p.Plo@am__quote@
5560SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/log2.Plo@am__quote@
5570SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/logging.Plo@am__quote@
5580SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/min_prec.Plo@am__quote@
5590SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/minmax.Plo@am__quote@
5600SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/modf.Plo@am__quote@
5610SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mp_clz_tab.Plo@am__quote@
5620SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mpfr-gmp.Plo@am__quote@
5630SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mpn_exp.Plo@am__quote@
5640SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mul.Plo@am__quote@
5650SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mul_2exp.Plo@am__quote@
5660SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mul_2si.Plo@am__quote@
5670SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mul_2ui.Plo@am__quote@
5680SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mul_d.Plo@am__quote@
5690SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mul_ui.Plo@am__quote@
5700SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mulders.Plo@am__quote@
5710SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/neg.Plo@am__quote@
5720SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/next.Plo@am__quote@
5730SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/out_str.Plo@am__quote@
5740SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pow.Plo@am__quote@
5750SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pow_si.Plo@am__quote@
5760SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pow_ui.Plo@am__quote@
5770SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pow_z.Plo@am__quote@
5780SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/powerof2.Plo@am__quote@
5790SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/print_raw.Plo@am__quote@
5800SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/print_rnd_mode.Plo@am__quote@
5810SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/printf.Plo@am__quote@
5820SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rec_sqrt.Plo@am__quote@
5830SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/reldiff.Plo@am__quote@
5840SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rem1.Plo@am__quote@
5850SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rint.Plo@am__quote@
5860SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/root.Plo@am__quote@
5870SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/round_near_x.Plo@am__quote@
5880SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/round_p.Plo@am__quote@
5890SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/round_prec.Plo@am__quote@
5900SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scale2.Plo@am__quote@
5910SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sec.Plo@am__quote@
5925321SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sech.Plo@am__quote@
5935321SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/set.Plo@am__quote@
5940SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/set_d.Plo@am__quote@
5950SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/set_d64.Plo@am__quote@
5960SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/set_dfl_prec.Plo@am__quote@
5970SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/set_exp.Plo@am__quote@
5980SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/set_f.Plo@am__quote@
5990SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/set_flt.Plo@am__quote@
6000SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/set_inf.Plo@am__quote@
6010SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/set_ld.Plo@am__quote@
6020SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/set_nan.Plo@am__quote@
6030SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/set_prc_raw.Plo@am__quote@
6040SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/set_prec.Plo@am__quote@
6050SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/set_q.Plo@am__quote@
6060SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/set_rnd.Plo@am__quote@
6070SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/set_si.Plo@am__quote@
6080SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/set_si_2exp.Plo@am__quote@
6090SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/set_sj.Plo@am__quote@
6100SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/set_str.Plo@am__quote@
6110SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/set_str_raw.Plo@am__quote@
6120SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/set_ui.Plo@am__quote@
6130SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/set_ui_2exp.Plo@am__quote@
6140SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/set_uj.Plo@am__quote@
6150SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/set_z.Plo@am__quote@
6160SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/set_z_exp.Plo@am__quote@
6170SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/set_zero.Plo@am__quote@
6180SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/setmax.Plo@am__quote@
6190SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/setmin.Plo@am__quote@
6200SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/setsign.Plo@am__quote@
6210SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sgn.Plo@am__quote@
6220SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/si_op.Plo@am__quote@
6230SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/signbit.Plo@am__quote@
6245321SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sin.Plo@am__quote@
6250SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sin_cos.Plo@am__quote@
6260SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sinh.Plo@am__quote@
6270SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sinh_cosh.Plo@am__quote@
6285321SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sqr.Plo@am__quote@
6290SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sqrt.Plo@am__quote@
6300SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sqrt_ui.Plo@am__quote@
6310SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stack_interface.Plo@am__quote@
6320SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strtofr.Plo@am__quote@
6335321SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sub.Plo@am__quote@
6340SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sub1.Plo@am__quote@
6350SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sub1sp.Plo@am__quote@
6360SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sub_d.Plo@am__quote@
6370SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sub_ui.Plo@am__quote@
6380SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/subnormal.Plo@am__quote@
6390SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sum.Plo@am__quote@
6400SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/swap.Plo@am__quote@
6410SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tan.Plo@am__quote@
6420SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tanh.Plo@am__quote@
6430SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/uceil_exp2.Plo@am__quote@
6440SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/uceil_log2.Plo@am__quote@
6450SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ufloor_log2.Plo@am__quote@
6460SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ui_div.Plo@am__quote@
6470SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ui_pow.Plo@am__quote@
6480SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ui_pow_ui.Plo@am__quote@
6490SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ui_sub.Plo@am__quote@
6500SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/urandom.Plo@am__quote@
6512934SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/urandomb.Plo@am__quote@
6526688SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vasprintf.Plo@am__quote@
6536688SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/version.Plo@am__quote@
6542934SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/volatile.Plo@am__quote@
6552934SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/yn.Plo@am__quote@
6562934SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zeta.Plo@am__quote@
6575321SN/A@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zeta_ui.Plo@am__quote@
6582934SN/A
6592934SN/A.c.o:
6602934SN/A@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
6616501SN/A@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
6626501SN/A@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
6636501SN/A@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
6646688SN/A@am__fastdepCC_FALSE@	$(COMPILE) -c $<
6656688SN/A
6666688SN/A.c.obj:
6676688SN/A@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
6686688SN/A@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
6696688SN/A@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
6706688SN/A@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
6716688SN/A@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
6726688SN/A
6736688SN/A.c.lo:
6746688SN/A@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
6756501SN/A@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
6766501SN/A@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
6776501SN/A@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
6782934SN/A@am__fastdepCC_FALSE@	$(LTCOMPILE) -c -o $@ $<
6792934SN/A
6802934SN/Amostlyclean-libtool:
6812934SN/A	-rm -f *.lo
6824417SN/A
6834417SN/Aclean-libtool:
6842934SN/A	-rm -rf .libs _libs
6852934SN/Ainstall-includeHEADERS: $(include_HEADERS)
6862934SN/A	@$(NORMAL_INSTALL)
6872934SN/A	@list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
6880SN/A	if test -n "$$list"; then \
689	  echo " $(MKDIR_P) '$(DESTDIR)$(includedir)'"; \
690	  $(MKDIR_P) "$(DESTDIR)$(includedir)" || exit 1; \
691	fi; \
692	for p in $$list; do \
693	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
694	  echo "$$d$$p"; \
695	done | $(am__base_list) | \
696	while read files; do \
697	  echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(includedir)'"; \
698	  $(INSTALL_HEADER) $$files "$(DESTDIR)$(includedir)" || exit $$?; \
699	done
700
701uninstall-includeHEADERS:
702	@$(NORMAL_UNINSTALL)
703	@list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
704	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
705	dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir)
706
707ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
708	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
709	unique=`for i in $$list; do \
710	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
711	  done | \
712	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
713	      END { if (nonempty) { for (i in files) print i; }; }'`; \
714	mkid -fID $$unique
715tags: TAGS
716
717TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
718		$(TAGS_FILES) $(LISP)
719	set x; \
720	here=`pwd`; \
721	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
722	unique=`for i in $$list; do \
723	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
724	  done | \
725	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
726	      END { if (nonempty) { for (i in files) print i; }; }'`; \
727	shift; \
728	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
729	  test -n "$$unique" || unique=$$empty_fix; \
730	  if test $$# -gt 0; then \
731	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
732	      "$$@" $$unique; \
733	  else \
734	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
735	      $$unique; \
736	  fi; \
737	fi
738ctags: CTAGS
739CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
740		$(TAGS_FILES) $(LISP)
741	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
742	unique=`for i in $$list; do \
743	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
744	  done | \
745	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
746	      END { if (nonempty) { for (i in files) print i; }; }'`; \
747	test -z "$(CTAGS_ARGS)$$unique" \
748	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
749	     $$unique
750
751GTAGS:
752	here=`$(am__cd) $(top_builddir) && pwd` \
753	  && $(am__cd) $(top_srcdir) \
754	  && gtags -i $(GTAGS_ARGS) "$$here"
755
756distclean-tags:
757	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
758
759distdir: $(DISTFILES)
760	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
761	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
762	list='$(DISTFILES)'; \
763	  dist_files=`for file in $$list; do echo $$file; done | \
764	  sed -e "s|^$$srcdirstrip/||;t" \
765	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
766	case $$dist_files in \
767	  */*) $(MKDIR_P) `echo "$$dist_files" | \
768			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
769			   sort -u` ;; \
770	esac; \
771	for file in $$dist_files; do \
772	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
773	  if test -d $$d/$$file; then \
774	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
775	    if test -d "$(distdir)/$$file"; then \
776	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
777	    fi; \
778	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
779	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
780	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
781	    fi; \
782	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
783	  else \
784	    test -f "$(distdir)/$$file" \
785	    || cp -p $$d/$$file "$(distdir)/$$file" \
786	    || exit 1; \
787	  fi; \
788	done
789check-am: all-am
790check: $(BUILT_SOURCES)
791	$(MAKE) $(AM_MAKEFLAGS) check-am
792all-am: Makefile $(LTLIBRARIES) $(HEADERS)
793installdirs:
794	for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(includedir)"; do \
795	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
796	done
797install: $(BUILT_SOURCES)
798	$(MAKE) $(AM_MAKEFLAGS) install-am
799install-exec: install-exec-am
800install-data: install-data-am
801uninstall: uninstall-am
802
803install-am: all-am
804	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
805
806installcheck: installcheck-am
807install-strip:
808	if test -z '$(STRIP)'; then \
809	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
810	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
811	      install; \
812	else \
813	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
814	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
815	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
816	fi
817mostlyclean-generic:
818
819clean-generic:
820
821distclean-generic:
822	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
823	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
824
825maintainer-clean-generic:
826	@echo "This command is intended for maintainers to use"
827	@echo "it deletes files that may require special tools to rebuild."
828	-test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
829clean: clean-am
830
831clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
832	mostlyclean-am
833
834distclean: distclean-am
835	-rm -rf ./$(DEPDIR)
836	-rm -f Makefile
837distclean-am: clean-am distclean-compile distclean-generic \
838	distclean-tags
839
840dvi: dvi-am
841
842dvi-am:
843
844html: html-am
845
846html-am:
847
848info: info-am
849
850info-am:
851
852install-data-am: install-includeHEADERS
853
854install-dvi: install-dvi-am
855
856install-dvi-am:
857
858install-exec-am: install-libLTLIBRARIES
859
860install-html: install-html-am
861
862install-html-am:
863
864install-info: install-info-am
865
866install-info-am:
867
868install-man:
869
870install-pdf: install-pdf-am
871
872install-pdf-am:
873
874install-ps: install-ps-am
875
876install-ps-am:
877
878installcheck-am:
879
880maintainer-clean: maintainer-clean-am
881	-rm -rf ./$(DEPDIR)
882	-rm -f Makefile
883maintainer-clean-am: distclean-am maintainer-clean-generic
884
885mostlyclean: mostlyclean-am
886
887mostlyclean-am: mostlyclean-compile mostlyclean-generic \
888	mostlyclean-libtool
889
890pdf: pdf-am
891
892pdf-am:
893
894ps: ps-am
895
896ps-am:
897
898uninstall-am: uninstall-includeHEADERS uninstall-libLTLIBRARIES
899
900.MAKE: all check install install-am install-strip
901
902.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
903	clean-libLTLIBRARIES clean-libtool ctags distclean \
904	distclean-compile distclean-generic distclean-libtool \
905	distclean-tags distdir dvi dvi-am html html-am info info-am \
906	install install-am install-data install-data-am install-dvi \
907	install-dvi-am install-exec install-exec-am install-html \
908	install-html-am install-includeHEADERS install-info \
909	install-info-am install-libLTLIBRARIES install-man install-pdf \
910	install-pdf-am install-ps install-ps-am install-strip \
911	installcheck installcheck-am installdirs maintainer-clean \
912	maintainer-clean-generic mostlyclean mostlyclean-compile \
913	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
914	tags uninstall uninstall-am uninstall-includeHEADERS \
915	uninstall-libLTLIBRARIES
916
917
918# Important note: If for some reason, srcdir is read-only at build time
919# (and you use objdir != srcdir), then you need to rebuild get_patches.c
920# (with "make get_patches.c") just after patching the MPFR source. This
921# should not be a problem in practice, in particular because "make dist"
922# automatically rebuilds get_patches.c before generating the archives.
923$(srcdir)/get_patches.c: $(top_srcdir)/PATCHES $(top_srcdir)/tools/get_patches.sh
924	(cd $(top_srcdir) && ./tools/get_patches.sh) > $@ || rm -f $@
925
926# Do not add get_patches.c to CLEANFILES so that this file doesn't
927# need to be (re)built as long as no patches are applied. Anyway the
928# update of this file should be regarded as part of the patch process,
929# and "make clean" shouldn't remove it, just like it doesn't remove
930# what has been changed by "patch".
931#CLEANFILES = get_patches.c
932
933# Tell versions [3.59,3.63) of GNU make to not export all variables.
934# Otherwise a system limit (for SysV at least) may be exceeded.
935.NOEXPORT:
936