1# Makefile.in generated by automake 1.16.5 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2021 Free Software Foundation, Inc.
5
6# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it,
8# with or without modifications, as long as this notice is preserved.
9
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13# PARTICULAR PURPOSE.
14
15@SET_MAKE@
16
17# Copyright 2000-2023 Free Software Foundation, Inc.
18# Contributed by the AriC and Caramba projects, INRIA.
19
20# This file is part of the GNU MPFR Library.
21
22# This Makefile.am is free software; the Free Software Foundation
23# gives unlimited permission to copy and/or distribute it,
24# with or without modifications, as long as this notice is preserved.
25
26# This program is distributed in the hope that it will be useful,
27# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
28# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
29# PARTICULAR PURPOSE.
30
31# Warning! Do not add rules for DISTFILES files (such as ChangeLog),
32# because GNU Automake will create a "distdir-am: $(DISTFILES)" rule,
33# which could regenerate such files, and this is not allowed as this
34# changes files from the source directory; for this reason, this
35# makes "make distcheck" fail. To update the ChangeLog file, use
36# "make update-changelog" or run the tools/update-changelog script
37# directly.
38
39VPATH = @srcdir@
40am__is_gnu_make = { \
41  if test -z '$(MAKELEVEL)'; then \
42    false; \
43  elif test -n '$(MAKE_HOST)'; then \
44    true; \
45  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
46    true; \
47  else \
48    false; \
49  fi; \
50}
51am__make_running_with_option = \
52  case $${target_option-} in \
53      ?) ;; \
54      *) echo "am__make_running_with_option: internal error: invalid" \
55              "target option '$${target_option-}' specified" >&2; \
56         exit 1;; \
57  esac; \
58  has_opt=no; \
59  sane_makeflags=$$MAKEFLAGS; \
60  if $(am__is_gnu_make); then \
61    sane_makeflags=$$MFLAGS; \
62  else \
63    case $$MAKEFLAGS in \
64      *\\[\ \	]*) \
65        bs=\\; \
66        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
67          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
68    esac; \
69  fi; \
70  skip_next=no; \
71  strip_trailopt () \
72  { \
73    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
74  }; \
75  for flg in $$sane_makeflags; do \
76    test $$skip_next = yes && { skip_next=no; continue; }; \
77    case $$flg in \
78      *=*|--*) continue;; \
79        -*I) strip_trailopt 'I'; skip_next=yes;; \
80      -*I?*) strip_trailopt 'I';; \
81        -*O) strip_trailopt 'O'; skip_next=yes;; \
82      -*O?*) strip_trailopt 'O';; \
83        -*l) strip_trailopt 'l'; skip_next=yes;; \
84      -*l?*) strip_trailopt 'l';; \
85      -[dEDm]) skip_next=yes;; \
86      -[JT]) skip_next=yes;; \
87    esac; \
88    case $$flg in \
89      *$$target_option*) has_opt=yes; break;; \
90    esac; \
91  done; \
92  test $$has_opt = yes
93am__make_dryrun = (target_option=n; $(am__make_running_with_option))
94am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
95pkgdatadir = $(datadir)/@PACKAGE@
96pkgincludedir = $(includedir)/@PACKAGE@
97pkglibdir = $(libdir)/@PACKAGE@
98pkglibexecdir = $(libexecdir)/@PACKAGE@
99am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
100install_sh_DATA = $(install_sh) -c -m 644
101install_sh_PROGRAM = $(install_sh) -c
102install_sh_SCRIPT = $(install_sh) -c
103INSTALL_HEADER = $(INSTALL_DATA)
104transform = $(program_transform_name)
105NORMAL_INSTALL = :
106PRE_INSTALL = :
107POST_INSTALL = :
108NORMAL_UNINSTALL = :
109PRE_UNINSTALL = :
110POST_UNINSTALL = :
111build_triplet = @build@
112host_triplet = @host@
113subdir = .
114ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
115am__aclocal_m4_deps = $(top_srcdir)/m4/ax_pthread.m4 \
116	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
117	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
118	$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/acinclude.m4 \
119	$(top_srcdir)/configure.ac
120am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
121	$(ACLOCAL_M4)
122DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
123	$(am__configure_deps) $(nobase_dist_doc_DATA) \
124	$(am__DIST_COMMON)
125am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
126 configure.lineno config.status.lineno
127mkinstalldirs = $(install_sh) -d
128CONFIG_CLEAN_FILES = mpfr.pc
129CONFIG_CLEAN_VPATH_FILES =
130AM_V_P = $(am__v_P_@AM_V@)
131am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
132am__v_P_0 = false
133am__v_P_1 = :
134AM_V_GEN = $(am__v_GEN_@AM_V@)
135am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
136am__v_GEN_0 = @echo "  GEN     " $@;
137am__v_GEN_1 = 
138AM_V_at = $(am__v_at_@AM_V@)
139am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
140am__v_at_0 = @
141am__v_at_1 = 
142SOURCES =
143DIST_SOURCES =
144RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
145	ctags-recursive dvi-recursive html-recursive info-recursive \
146	install-data-recursive install-dvi-recursive \
147	install-exec-recursive install-html-recursive \
148	install-info-recursive install-pdf-recursive \
149	install-ps-recursive install-recursive installcheck-recursive \
150	installdirs-recursive pdf-recursive ps-recursive \
151	tags-recursive uninstall-recursive
152am__can_run_installinfo = \
153  case $$AM_UPDATE_INFO_DIR in \
154    n|no|NO) false;; \
155    *) (install-info --version) >/dev/null 2>&1;; \
156  esac
157am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
158am__vpath_adj = case $$p in \
159    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
160    *) f=$$p;; \
161  esac;
162am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
163am__install_max = 40
164am__nobase_strip_setup = \
165  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
166am__nobase_strip = \
167  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
168am__nobase_list = $(am__nobase_strip_setup); \
169  for p in $$list; do echo "$$p $$p"; done | \
170  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
171  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
172    if (++n[$$2] == $(am__install_max)) \
173      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
174    END { for (dir in files) print dir, files[dir] }'
175am__base_list = \
176  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
177  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
178am__uninstall_files_from_dir = { \
179  test -z "$$files" \
180    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
181    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
182         $(am__cd) "$$dir" && rm -f $$files; }; \
183  }
184am__installdirs = "$(DESTDIR)$(docdir)" "$(DESTDIR)$(pkgconfigdir)"
185DATA = $(nobase_dist_doc_DATA) $(pkgconfig_DATA)
186RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
187  distclean-recursive maintainer-clean-recursive
188am__recursive_targets = \
189  $(RECURSIVE_TARGETS) \
190  $(RECURSIVE_CLEAN_TARGETS) \
191  $(am__extra_recursive_targets)
192AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
193	cscope distdir distdir-am dist dist-all distcheck
194am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
195# Read a list of newline-separated strings from the standard input,
196# and print each of them once, without duplicates.  Input order is
197# *not* preserved.
198am__uniquify_input = $(AWK) '\
199  BEGIN { nonempty = 0; } \
200  { items[$$0] = 1; nonempty = 1; } \
201  END { if (nonempty) { for (i in items) print i; }; } \
202'
203# Make sure the list of sources is unique.  This is necessary because,
204# e.g., the same source file might be shared among _SOURCES variables
205# for different programs/libraries.
206am__define_uniq_tagged_files = \
207  list='$(am__tagged_files)'; \
208  unique=`for i in $$list; do \
209    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
210  done | $(am__uniquify_input)`
211DIST_SUBDIRS = $(SUBDIRS)
212am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/mpfr.pc.in AUTHORS \
213	COPYING COPYING.LESSER ChangeLog INSTALL NEWS README TODO \
214	ar-lib compile config.guess config.sub install-sh ltmain.sh \
215	missing
216DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
217distdir = $(PACKAGE)-$(VERSION)
218top_distdir = $(distdir)
219am__remove_distdir = \
220  if test -d "$(distdir)"; then \
221    find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
222      && rm -rf "$(distdir)" \
223      || { sleep 5 && rm -rf "$(distdir)"; }; \
224  else :; fi
225am__post_remove_distdir = $(am__remove_distdir)
226am__relativize = \
227  dir0=`pwd`; \
228  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
229  sed_rest='s,^[^/]*/*,,'; \
230  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
231  sed_butlast='s,/*[^/]*$$,,'; \
232  while test -n "$$dir1"; do \
233    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
234    if test "$$first" != "."; then \
235      if test "$$first" = ".."; then \
236        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
237        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
238      else \
239        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
240        if test "$$first2" = "$$first"; then \
241          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
242        else \
243          dir2="../$$dir2"; \
244        fi; \
245        dir0="$$dir0"/"$$first"; \
246      fi; \
247    fi; \
248    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
249  done; \
250  reldir="$$dir2"
251DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2 $(distdir).tar.xz \
252	$(distdir).zip
253GZIP_ENV = --best
254DIST_TARGETS = dist-xz dist-bzip2 dist-gzip dist-zip
255# Exists only to be overridden by the user if desired.
256AM_DISTCHECK_DVI_TARGET = dvi
257distuninstallcheck_listfiles = find . -type f -print
258am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
259  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
260distcleancheck_listfiles = find . -type f -print
261ACLOCAL = @ACLOCAL@
262ALLOCA = @ALLOCA@
263AMTAR = @AMTAR@
264AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
265AR = @AR@
266AS = @AS@
267AUTOCONF = @AUTOCONF@
268AUTOHEADER = @AUTOHEADER@
269AUTOMAKE = @AUTOMAKE@
270AWK = @AWK@
271CC = @CC@
272CCDEPMODE = @CCDEPMODE@
273CFLAGS = @CFLAGS@
274CPP = @CPP@
275CPPFLAGS = @CPPFLAGS@
276CSCOPE = @CSCOPE@
277CTAGS = @CTAGS@
278CYGPATH_W = @CYGPATH_W@
279DATAFILES = @DATAFILES@
280DEFS = @DEFS@
281DEPDIR = @DEPDIR@
282DLLTOOL = @DLLTOOL@
283DSYMUTIL = @DSYMUTIL@
284DUMPBIN = @DUMPBIN@
285ECHO_C = @ECHO_C@
286ECHO_N = @ECHO_N@
287ECHO_T = @ECHO_T@
288EGREP = @EGREP@
289ETAGS = @ETAGS@
290EXEEXT = @EXEEXT@
291FGREP = @FGREP@
292FILECMD = @FILECMD@
293GREP = @GREP@
294INSTALL = @INSTALL@
295INSTALL_DATA = @INSTALL_DATA@
296INSTALL_PROGRAM = @INSTALL_PROGRAM@
297INSTALL_SCRIPT = @INSTALL_SCRIPT@
298INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
299LD = @LD@
300LDFLAGS = @LDFLAGS@
301LIBMPFR_LDFLAGS = @LIBMPFR_LDFLAGS@
302LIBOBJS = @LIBOBJS@
303LIBS = @LIBS@
304LIBTOOL = @LIBTOOL@
305LIPO = @LIPO@
306LN_S = @LN_S@
307LTLIBOBJS = @LTLIBOBJS@
308LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
309MAINT = @MAINT@
310MAKEINFO = @MAKEINFO@
311MANIFEST_TOOL = @MANIFEST_TOOL@
312MKDIR_P = @MKDIR_P@
313MPFR_LDFLAGS = @MPFR_LDFLAGS@
314MPFR_LIBM = @MPFR_LIBM@
315MPFR_LIBQUADMATH = @MPFR_LIBQUADMATH@
316NM = @NM@
317NMEDIT = @NMEDIT@
318OBJDUMP = @OBJDUMP@
319OBJEXT = @OBJEXT@
320OTOOL = @OTOOL@
321OTOOL64 = @OTOOL64@
322PACKAGE = @PACKAGE@
323PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
324PACKAGE_NAME = @PACKAGE_NAME@
325PACKAGE_STRING = @PACKAGE_STRING@
326PACKAGE_TARNAME = @PACKAGE_TARNAME@
327PACKAGE_URL = @PACKAGE_URL@
328PACKAGE_VERSION = @PACKAGE_VERSION@
329PATH_SEPARATOR = @PATH_SEPARATOR@
330PTHREAD_CC = @PTHREAD_CC@
331PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
332PTHREAD_CXX = @PTHREAD_CXX@
333PTHREAD_LIBS = @PTHREAD_LIBS@
334RANLIB = @RANLIB@
335SED = @SED@
336SET_MAKE = @SET_MAKE@
337SHELL = @SHELL@
338STRIP = @STRIP@
339TUNE_LIBS = @TUNE_LIBS@
340VERSION = @VERSION@
341abs_builddir = @abs_builddir@
342abs_srcdir = @abs_srcdir@
343abs_top_builddir = @abs_top_builddir@
344abs_top_srcdir = @abs_top_srcdir@
345ac_ct_AR = @ac_ct_AR@
346ac_ct_CC = @ac_ct_CC@
347ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
348am__include = @am__include@
349am__leading_dot = @am__leading_dot@
350am__quote = @am__quote@
351am__tar = @am__tar@
352am__untar = @am__untar@
353ax_pthread_config = @ax_pthread_config@
354bindir = @bindir@
355build = @build@
356build_alias = @build_alias@
357build_cpu = @build_cpu@
358build_os = @build_os@
359build_vendor = @build_vendor@
360builddir = @builddir@
361datadir = @datadir@
362datarootdir = @datarootdir@
363docdir = @docdir@
364dvidir = @dvidir@
365exec_prefix = @exec_prefix@
366host = @host@
367host_alias = @host_alias@
368host_cpu = @host_cpu@
369host_os = @host_os@
370host_vendor = @host_vendor@
371htmldir = @htmldir@
372includedir = @includedir@
373infodir = @infodir@
374install_sh = @install_sh@
375libdir = @libdir@
376libexecdir = @libexecdir@
377localedir = @localedir@
378localstatedir = @localstatedir@
379mandir = @mandir@
380mini_gmp_path = @mini_gmp_path@
381mkdir_p = @mkdir_p@
382oldincludedir = @oldincludedir@
383pdfdir = @pdfdir@
384prefix = @prefix@
385program_transform_name = @program_transform_name@
386psdir = @psdir@
387runstatedir = @runstatedir@
388sbindir = @sbindir@
389sharedstatedir = @sharedstatedir@
390srcdir = @srcdir@
391sysconfdir = @sysconfdir@
392target_alias = @target_alias@
393top_build_prefix = @top_build_prefix@
394top_builddir = @top_builddir@
395top_srcdir = @top_srcdir@
396AUTOMAKE_OPTIONS = gnu
397
398# ACLOCAL_AMFLAGS will be fully deprecated in Automake 2.0;
399# AC_CONFIG_MACRO_DIRS (introduced in Automake 1.13) is now used instead,
400# but we still set ACLOCAL_AMFLAGS to avoid a warning message from
401# libtoolize and in case some developer needs to switch back to an
402# old Automake version.
403ACLOCAL_AMFLAGS = -I m4
404SUBDIRS = doc src tests tune tools/bench
405pkgconfigdir = $(libdir)/pkgconfig
406pkgconfig_DATA = mpfr.pc
407nobase_dist_doc_DATA = AUTHORS BUGS COPYING COPYING.LESSER NEWS TODO \
408  examples/ReadMe examples/can_round.c examples/divworst.c \
409  examples/rndo-add.c examples/sample.c examples/threads.c \
410  examples/version.c
411
412
413# Note: The version-ext.sh script is normally no longer needed because
414# the output_info code in tests/Makefile.am now executes this script
415# only if $(top_srcdir)/.git exists and is readable, but this should
416# not occur in a tarball (built based on EXTRA_DIST), unless someone
417# has modified it for some reason. But since this script is small, we
418# distribute it just in case it would be used.
419EXTRA_DIST = PATCHES VERSION doc/README.dev doc/check-typography doc/mini-gmp \
420  tools/check_mparam.c tools/ck-clz_tab tools/ck-copyright-notice \
421  tools/ck-mparam tools/ck-news tools/ck-version-info tools/get_patches.sh \
422  version-ext.sh $(DATAFILES)
423
424all: all-recursive
425
426.SUFFIXES:
427am--refresh: Makefile
428	@:
429$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
430	@for dep in $?; do \
431	  case '$(am__configure_deps)' in \
432	    *$$dep*) \
433	      echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
434	      $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
435		&& exit 0; \
436	      exit 1;; \
437	  esac; \
438	done; \
439	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
440	$(am__cd) $(top_srcdir) && \
441	  $(AUTOMAKE) --gnu Makefile
442Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
443	@case '$?' in \
444	  *config.status*) \
445	    echo ' $(SHELL) ./config.status'; \
446	    $(SHELL) ./config.status;; \
447	  *) \
448	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \
449	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \
450	esac;
451
452$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
453	$(SHELL) ./config.status --recheck
454
455$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
456	@echo "NOT REBUILDING $@"
457NetBSD_DISABLED_configure:
458	$(am__cd) $(srcdir) && $(AUTOCONF)
459$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
460	@echo "NOT REBUILDING $@"
461NetBSD_DISABLED_aclocal:
462	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
463$(am__aclocal_m4_deps):
464mpfr.pc: $(top_builddir)/config.status $(srcdir)/mpfr.pc.in
465	cd $(top_builddir) && $(SHELL) ./config.status $@
466
467mostlyclean-libtool:
468	-rm -f *.lo
469
470clean-libtool:
471	-rm -rf .libs _libs
472
473distclean-libtool:
474	-rm -f libtool config.lt
475install-nobase_dist_docDATA: $(nobase_dist_doc_DATA)
476	@$(NORMAL_INSTALL)
477	@list='$(nobase_dist_doc_DATA)'; test -n "$(docdir)" || list=; \
478	if test -n "$$list"; then \
479	  echo " $(MKDIR_P) '$(DESTDIR)$(docdir)'"; \
480	  $(MKDIR_P) "$(DESTDIR)$(docdir)" || exit 1; \
481	fi; \
482	$(am__nobase_list) | while read dir files; do \
483	  xfiles=; for file in $$files; do \
484	    if test -f "$$file"; then xfiles="$$xfiles $$file"; \
485	    else xfiles="$$xfiles $(srcdir)/$$file"; fi; done; \
486	  test -z "$$xfiles" || { \
487	    test "x$$dir" = x. || { \
488	      echo " $(MKDIR_P) '$(DESTDIR)$(docdir)/$$dir'"; \
489	      $(MKDIR_P) "$(DESTDIR)$(docdir)/$$dir"; }; \
490	    echo " $(INSTALL_DATA) $$xfiles '$(DESTDIR)$(docdir)/$$dir'"; \
491	    $(INSTALL_DATA) $$xfiles "$(DESTDIR)$(docdir)/$$dir" || exit $$?; }; \
492	done
493
494uninstall-nobase_dist_docDATA:
495	@$(NORMAL_UNINSTALL)
496	@list='$(nobase_dist_doc_DATA)'; test -n "$(docdir)" || list=; \
497	$(am__nobase_strip_setup); files=`$(am__nobase_strip)`; \
498	dir='$(DESTDIR)$(docdir)'; $(am__uninstall_files_from_dir)
499install-pkgconfigDATA: $(pkgconfig_DATA)
500	@$(NORMAL_INSTALL)
501	@list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
502	if test -n "$$list"; then \
503	  echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfigdir)'"; \
504	  $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" || exit 1; \
505	fi; \
506	for p in $$list; do \
507	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
508	  echo "$$d$$p"; \
509	done | $(am__base_list) | \
510	while read files; do \
511	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \
512	  $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \
513	done
514
515uninstall-pkgconfigDATA:
516	@$(NORMAL_UNINSTALL)
517	@list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
518	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
519	dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir)
520
521# This directory's subdirectories are mostly independent; you can cd
522# into them and run 'make' without going through this Makefile.
523# To change the values of 'make' variables: instead of editing Makefiles,
524# (1) if the variable is set in 'config.status', edit 'config.status'
525#     (which will cause the Makefiles to be regenerated when you run 'make');
526# (2) otherwise, pass the desired values on the 'make' command line.
527$(am__recursive_targets):
528	@fail=; \
529	if $(am__make_keepgoing); then \
530	  failcom='fail=yes'; \
531	else \
532	  failcom='exit 1'; \
533	fi; \
534	dot_seen=no; \
535	target=`echo $@ | sed s/-recursive//`; \
536	case "$@" in \
537	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
538	  *) list='$(SUBDIRS)' ;; \
539	esac; \
540	for subdir in $$list; do \
541	  echo "Making $$target in $$subdir"; \
542	  if test "$$subdir" = "."; then \
543	    dot_seen=yes; \
544	    local_target="$$target-am"; \
545	  else \
546	    local_target="$$target"; \
547	  fi; \
548	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
549	  || eval $$failcom; \
550	done; \
551	if test "$$dot_seen" = "no"; then \
552	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
553	fi; test -z "$$fail"
554
555ID: $(am__tagged_files)
556	$(am__define_uniq_tagged_files); mkid -fID $$unique
557tags: tags-recursive
558TAGS: tags
559
560tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
561	set x; \
562	here=`pwd`; \
563	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
564	  include_option=--etags-include; \
565	  empty_fix=.; \
566	else \
567	  include_option=--include; \
568	  empty_fix=; \
569	fi; \
570	list='$(SUBDIRS)'; for subdir in $$list; do \
571	  if test "$$subdir" = .; then :; else \
572	    test ! -f $$subdir/TAGS || \
573	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
574	  fi; \
575	done; \
576	$(am__define_uniq_tagged_files); \
577	shift; \
578	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
579	  test -n "$$unique" || unique=$$empty_fix; \
580	  if test $$# -gt 0; then \
581	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
582	      "$$@" $$unique; \
583	  else \
584	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
585	      $$unique; \
586	  fi; \
587	fi
588ctags: ctags-recursive
589
590CTAGS: ctags
591ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
592	$(am__define_uniq_tagged_files); \
593	test -z "$(CTAGS_ARGS)$$unique" \
594	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
595	     $$unique
596
597GTAGS:
598	here=`$(am__cd) $(top_builddir) && pwd` \
599	  && $(am__cd) $(top_srcdir) \
600	  && gtags -i $(GTAGS_ARGS) "$$here"
601cscope: cscope.files
602	test ! -s cscope.files \
603	  || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
604clean-cscope:
605	-rm -f cscope.files
606cscope.files: clean-cscope cscopelist
607cscopelist: cscopelist-recursive
608
609cscopelist-am: $(am__tagged_files)
610	list='$(am__tagged_files)'; \
611	case "$(srcdir)" in \
612	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
613	  *) sdir=$(subdir)/$(srcdir) ;; \
614	esac; \
615	for i in $$list; do \
616	  if test -f "$$i"; then \
617	    echo "$(subdir)/$$i"; \
618	  else \
619	    echo "$$sdir/$$i"; \
620	  fi; \
621	done >> $(top_builddir)/cscope.files
622
623distclean-tags:
624	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
625	-rm -f cscope.out cscope.in.out cscope.po.out cscope.files
626distdir: $(BUILT_SOURCES)
627	$(MAKE) $(AM_MAKEFLAGS) distdir-am
628
629distdir-am: $(DISTFILES)
630	$(am__remove_distdir)
631	test -d "$(distdir)" || mkdir "$(distdir)"
632	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
633	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
634	list='$(DISTFILES)'; \
635	  dist_files=`for file in $$list; do echo $$file; done | \
636	  sed -e "s|^$$srcdirstrip/||;t" \
637	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
638	case $$dist_files in \
639	  */*) $(MKDIR_P) `echo "$$dist_files" | \
640			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
641			   sort -u` ;; \
642	esac; \
643	for file in $$dist_files; do \
644	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
645	  if test -d $$d/$$file; then \
646	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
647	    if test -d "$(distdir)/$$file"; then \
648	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
649	    fi; \
650	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
651	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
652	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
653	    fi; \
654	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
655	  else \
656	    test -f "$(distdir)/$$file" \
657	    || cp -p $$d/$$file "$(distdir)/$$file" \
658	    || exit 1; \
659	  fi; \
660	done
661	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
662	  if test "$$subdir" = .; then :; else \
663	    $(am__make_dryrun) \
664	      || test -d "$(distdir)/$$subdir" \
665	      || $(MKDIR_P) "$(distdir)/$$subdir" \
666	      || exit 1; \
667	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
668	    $(am__relativize); \
669	    new_distdir=$$reldir; \
670	    dir1=$$subdir; dir2="$(top_distdir)"; \
671	    $(am__relativize); \
672	    new_top_distdir=$$reldir; \
673	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
674	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
675	    ($(am__cd) $$subdir && \
676	      $(MAKE) $(AM_MAKEFLAGS) \
677	        top_distdir="$$new_top_distdir" \
678	        distdir="$$new_distdir" \
679		am__remove_distdir=: \
680		am__skip_length_check=: \
681		am__skip_mode_fix=: \
682	        distdir) \
683	      || exit 1; \
684	  fi; \
685	done
686	$(MAKE) $(AM_MAKEFLAGS) \
687	  top_distdir="$(top_distdir)" distdir="$(distdir)" \
688	  dist-hook
689	-test -n "$(am__skip_mode_fix)" \
690	|| find "$(distdir)" -type d ! -perm -755 \
691		-exec chmod u+rwx,go+rx {} \; -o \
692	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
693	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
694	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
695	|| chmod -R a+r "$(distdir)"
696dist-gzip: distdir
697	tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz
698	$(am__post_remove_distdir)
699dist-bzip2: distdir
700	tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
701	$(am__post_remove_distdir)
702
703dist-lzip: distdir
704	tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
705	$(am__post_remove_distdir)
706dist-xz: distdir
707	tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
708	$(am__post_remove_distdir)
709
710dist-zstd: distdir
711	tardir=$(distdir) && $(am__tar) | zstd -c $${ZSTD_CLEVEL-$${ZSTD_OPT--19}} >$(distdir).tar.zst
712	$(am__post_remove_distdir)
713
714dist-tarZ: distdir
715	@echo WARNING: "Support for distribution archives compressed with" \
716		       "legacy program 'compress' is deprecated." >&2
717	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
718	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
719	$(am__post_remove_distdir)
720
721dist-shar: distdir
722	@echo WARNING: "Support for shar distribution archives is" \
723	               "deprecated." >&2
724	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
725	shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz
726	$(am__post_remove_distdir)
727dist-zip: distdir
728	-rm -f $(distdir).zip
729	zip -rq $(distdir).zip $(distdir)
730	$(am__post_remove_distdir)
731
732dist dist-all:
733	$(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
734	$(am__post_remove_distdir)
735
736# This target untars the dist file and tries a VPATH configuration.  Then
737# it guarantees that the distribution is self-contained by making another
738# tarfile.
739distcheck: dist
740	case '$(DIST_ARCHIVES)' in \
741	*.tar.gz*) \
742	  eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\
743	*.tar.bz2*) \
744	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
745	*.tar.lz*) \
746	  lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
747	*.tar.xz*) \
748	  xz -dc $(distdir).tar.xz | $(am__untar) ;;\
749	*.tar.Z*) \
750	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
751	*.shar.gz*) \
752	  eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
753	*.zip*) \
754	  unzip $(distdir).zip ;;\
755	*.tar.zst*) \
756	  zstd -dc $(distdir).tar.zst | $(am__untar) ;;\
757	esac
758	chmod -R a-w $(distdir)
759	chmod u+w $(distdir)
760	mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
761	chmod a-w $(distdir)
762	test -d $(distdir)/_build || exit 0; \
763	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
764	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
765	  && am__cwd=`pwd` \
766	  && $(am__cd) $(distdir)/_build/sub \
767	  && ../../configure \
768	    $(AM_DISTCHECK_CONFIGURE_FLAGS) \
769	    $(DISTCHECK_CONFIGURE_FLAGS) \
770	    --srcdir=../.. --prefix="$$dc_install_base" \
771	  && $(MAKE) $(AM_MAKEFLAGS) \
772	  && $(MAKE) $(AM_MAKEFLAGS) $(AM_DISTCHECK_DVI_TARGET) \
773	  && $(MAKE) $(AM_MAKEFLAGS) check \
774	  && $(MAKE) $(AM_MAKEFLAGS) install \
775	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
776	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
777	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
778	        distuninstallcheck \
779	  && chmod -R a-w "$$dc_install_base" \
780	  && ({ \
781	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
782	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
783	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
784	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
785	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
786	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
787	  && rm -rf "$$dc_destdir" \
788	  && $(MAKE) $(AM_MAKEFLAGS) dist \
789	  && rm -rf $(DIST_ARCHIVES) \
790	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
791	  && cd "$$am__cwd" \
792	  || exit 1
793	$(am__post_remove_distdir)
794	@(echo "$(distdir) archives ready for distribution: "; \
795	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
796	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
797distuninstallcheck:
798	@test -n '$(distuninstallcheck_dir)' || { \
799	  echo 'ERROR: trying to run $@ with an empty' \
800	       '$$(distuninstallcheck_dir)' >&2; \
801	  exit 1; \
802	}; \
803	$(am__cd) '$(distuninstallcheck_dir)' || { \
804	  echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
805	  exit 1; \
806	}; \
807	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
808	   || { echo "ERROR: files left after uninstall:" ; \
809	        if test -n "$(DESTDIR)"; then \
810	          echo "  (check DESTDIR support)"; \
811	        fi ; \
812	        $(distuninstallcheck_listfiles) ; \
813	        exit 1; } >&2
814distcleancheck: distclean
815	@if test '$(srcdir)' = . ; then \
816	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
817	  exit 1 ; \
818	fi
819	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
820	  || { echo "ERROR: files left in build directory after distclean:" ; \
821	       $(distcleancheck_listfiles) ; \
822	       exit 1; } >&2
823check-am: all-am
824check: check-recursive
825all-am: Makefile $(DATA)
826installdirs: installdirs-recursive
827installdirs-am:
828	for dir in "$(DESTDIR)$(docdir)" "$(DESTDIR)$(pkgconfigdir)"; do \
829	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
830	done
831install: install-recursive
832install-exec: install-exec-recursive
833install-data: install-data-recursive
834uninstall: uninstall-recursive
835
836install-am: all-am
837	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
838
839installcheck: installcheck-recursive
840install-strip:
841	if test -z '$(STRIP)'; then \
842	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
843	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
844	      install; \
845	else \
846	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
847	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
848	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
849	fi
850mostlyclean-generic:
851
852clean-generic:
853
854distclean-generic:
855	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
856	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
857
858maintainer-clean-generic:
859	@echo "This command is intended for maintainers to use"
860	@echo "it deletes files that may require special tools to rebuild."
861clean: clean-recursive
862
863clean-am: clean-generic clean-libtool mostlyclean-am
864
865distclean: distclean-recursive
866	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
867	-rm -f Makefile
868distclean-am: clean-am distclean-generic distclean-libtool \
869	distclean-tags
870
871dvi: dvi-recursive
872
873dvi-am:
874
875html: html-recursive
876
877html-am:
878
879info: info-recursive
880
881info-am:
882
883install-data-am: install-nobase_dist_docDATA install-pkgconfigDATA
884
885install-dvi: install-dvi-recursive
886
887install-dvi-am:
888
889install-exec-am:
890
891install-html: install-html-recursive
892
893install-html-am:
894
895install-info: install-info-recursive
896
897install-info-am:
898
899install-man:
900
901install-pdf: install-pdf-recursive
902
903install-pdf-am:
904
905install-ps: install-ps-recursive
906
907install-ps-am:
908
909installcheck-am:
910
911maintainer-clean: maintainer-clean-recursive
912	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
913	-rm -rf $(top_srcdir)/autom4te.cache
914	-rm -f Makefile
915maintainer-clean-am: distclean-am maintainer-clean-generic
916
917mostlyclean: mostlyclean-recursive
918
919mostlyclean-am: mostlyclean-generic mostlyclean-libtool
920
921pdf: pdf-recursive
922
923pdf-am:
924
925ps: ps-recursive
926
927ps-am:
928
929uninstall-am: uninstall-nobase_dist_docDATA uninstall-pkgconfigDATA
930
931.MAKE: $(am__recursive_targets) install-am install-strip
932
933.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
934	am--refresh check check-am clean clean-cscope clean-generic \
935	clean-libtool cscope cscopelist-am ctags ctags-am dist \
936	dist-all dist-bzip2 dist-gzip dist-hook dist-lzip dist-shar \
937	dist-tarZ dist-xz dist-zip dist-zstd distcheck distclean \
938	distclean-generic distclean-libtool distclean-tags \
939	distcleancheck distdir distuninstallcheck dvi dvi-am html \
940	html-am info info-am install install-am install-data \
941	install-data-am install-dvi install-dvi-am install-exec \
942	install-exec-am install-html install-html-am install-info \
943	install-info-am install-man install-nobase_dist_docDATA \
944	install-pdf install-pdf-am install-pkgconfigDATA install-ps \
945	install-ps-am install-strip installcheck installcheck-am \
946	installdirs installdirs-am maintainer-clean \
947	maintainer-clean-generic mostlyclean mostlyclean-generic \
948	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
949	uninstall-am uninstall-nobase_dist_docDATA \
950	uninstall-pkgconfigDATA
951
952.PRECIOUS: Makefile
953
954
955# The ".POSIX" line is needed in particular for GNU "make", so that
956# recipes are invoked as if the shell had been passed the -e flag.
957# But note that since GNU Automake adds non-comment lines before it
958# in its generated Makefile, this does not ensure POSIX behavior with
959# other "make" implementations.
960.POSIX:
961
962bench:
963	cd tools/bench && $(MAKE) $(AM_MAKEFLAGS) bench
964
965# Various checks for "make dist" / "make distcheck".
966# Warning! With "make distcheck", neither the top-level directory nor
967# the tools directory is writable.
968# * Check consistency concerning -version-info. Moreover if the VERSION
969#   file doesn't end with "-dev", check that the -version-info value is
970#   up-to-date. Note: this is a heuristic, to detect some mistakes.
971# * Check that copyright notices exist and appear to be correct.
972# * Check the NEWS file.
973# * Check the __clz_tab sizes.
974# * Check the mparam.h files.
975# * Check typography in mpfr.texi (Texinfo rules).
976dist-hook:
977	cd $(srcdir) && tools/ck-version-info
978	cd $(srcdir) && tools/ck-copyright-notice
979	cd $(srcdir) && tools/ck-news
980	cd $(srcdir) && tools/ck-clz_tab
981	$(srcdir)/tools/ck-mparam
982	cd $(srcdir)/doc && ./check-typography
983
984# Check that MPFR does not use GMP internal symbols. Of course, do not run
985# this rule if you use --with-gmp-build or --enable-gmp-internals.
986# This test does nothing if no libmpfr.so is generated.
987check-gmp-symbols:
988	cd src && $(MAKE) check-gmp-symbols
989
990# Check that MPFR does not define symbols with a GMP reserved prefix.
991# This test does nothing if no libmpfr.so is generated.
992check-exported-symbols:
993	cd src && $(MAKE) check-exported-symbols
994
995update-changelog:
996	cd $(srcdir) && tools/update-changelog
997
998.PHONY: check-gmp-symbols check-exported-symbols update-changelog
999
1000# Tell versions [3.59,3.63) of GNU make to not export all variables.
1001# Otherwise a system limit (for SysV at least) may be exceeded.
1002.NOEXPORT:
1003