xref: /netbsd-src/external/lgpl3/mpfr/dist/tools/bench/Makefile.in (revision d90047b5d07facf36e6c01dcc0bded8997ce9cc2)
1# Makefile.in generated by automake 1.15.1 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2017 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-2018 Free Software Foundation, Inc.
18# This Makefile.am is free software; the Free Software Foundation
19# gives unlimited permission to copy and/or distribute it,
20# with or without modifications, as long as this notice is preserved.
21
22# This program is distributed in the hope that it will be useful,
23# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
24# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
25# PARTICULAR PURPOSE.
26
27VPATH = @srcdir@
28am__is_gnu_make = { \
29  if test -z '$(MAKELEVEL)'; then \
30    false; \
31  elif test -n '$(MAKE_HOST)'; then \
32    true; \
33  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
34    true; \
35  else \
36    false; \
37  fi; \
38}
39am__make_running_with_option = \
40  case $${target_option-} in \
41      ?) ;; \
42      *) echo "am__make_running_with_option: internal error: invalid" \
43              "target option '$${target_option-}' specified" >&2; \
44         exit 1;; \
45  esac; \
46  has_opt=no; \
47  sane_makeflags=$$MAKEFLAGS; \
48  if $(am__is_gnu_make); then \
49    sane_makeflags=$$MFLAGS; \
50  else \
51    case $$MAKEFLAGS in \
52      *\\[\ \	]*) \
53        bs=\\; \
54        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
55          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
56    esac; \
57  fi; \
58  skip_next=no; \
59  strip_trailopt () \
60  { \
61    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
62  }; \
63  for flg in $$sane_makeflags; do \
64    test $$skip_next = yes && { skip_next=no; continue; }; \
65    case $$flg in \
66      *=*|--*) continue;; \
67        -*I) strip_trailopt 'I'; skip_next=yes;; \
68      -*I?*) strip_trailopt 'I';; \
69        -*O) strip_trailopt 'O'; skip_next=yes;; \
70      -*O?*) strip_trailopt 'O';; \
71        -*l) strip_trailopt 'l'; skip_next=yes;; \
72      -*l?*) strip_trailopt 'l';; \
73      -[dEDm]) skip_next=yes;; \
74      -[JT]) skip_next=yes;; \
75    esac; \
76    case $$flg in \
77      *$$target_option*) has_opt=yes; break;; \
78    esac; \
79  done; \
80  test $$has_opt = yes
81am__make_dryrun = (target_option=n; $(am__make_running_with_option))
82am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
83pkgdatadir = $(datadir)/@PACKAGE@
84pkgincludedir = $(includedir)/@PACKAGE@
85pkglibdir = $(libdir)/@PACKAGE@
86pkglibexecdir = $(libexecdir)/@PACKAGE@
87am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
88install_sh_DATA = $(install_sh) -c -m 644
89install_sh_PROGRAM = $(install_sh) -c
90install_sh_SCRIPT = $(install_sh) -c
91INSTALL_HEADER = $(INSTALL_DATA)
92transform = $(program_transform_name)
93NORMAL_INSTALL = :
94PRE_INSTALL = :
95POST_INSTALL = :
96NORMAL_UNINSTALL = :
97PRE_UNINSTALL = :
98POST_UNINSTALL = :
99build_triplet = @build@
100host_triplet = @host@
101EXTRA_PROGRAMS = mpfrbench$(EXEEXT)
102subdir = tools/bench
103ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
104am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
105	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
106	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
107	$(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.ac
108am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
109	$(ACLOCAL_M4)
110DIST_COMMON = $(srcdir)/Makefile.am $(noinst_HEADERS) \
111	$(am__DIST_COMMON)
112mkinstalldirs = $(install_sh) -d
113CONFIG_CLEAN_FILES =
114CONFIG_CLEAN_VPATH_FILES =
115mpfrbench_SOURCES = mpfrbench.c
116mpfrbench_OBJECTS = mpfrbench.$(OBJEXT)
117mpfrbench_LDADD = $(LDADD)
118mpfrbench_DEPENDENCIES = $(top_builddir)/src/libmpfr.la
119AM_V_lt = $(am__v_lt_@AM_V@)
120am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
121am__v_lt_0 = --silent
122am__v_lt_1 =
123AM_V_P = $(am__v_P_@AM_V@)
124am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
125am__v_P_0 = false
126am__v_P_1 = :
127AM_V_GEN = $(am__v_GEN_@AM_V@)
128am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
129am__v_GEN_0 = @echo "  GEN     " $@;
130am__v_GEN_1 =
131AM_V_at = $(am__v_at_@AM_V@)
132am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
133am__v_at_0 = @
134am__v_at_1 =
135DEFAULT_INCLUDES = -I.@am__isrc@
136depcomp = $(SHELL) $(top_srcdir)/depcomp
137am__depfiles_maybe = depfiles
138am__mv = mv -f
139COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
140	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
141LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
142	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
143	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
144	$(AM_CFLAGS) $(CFLAGS)
145AM_V_CC = $(am__v_CC_@AM_V@)
146am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
147am__v_CC_0 = @echo "  CC      " $@;
148am__v_CC_1 =
149CCLD = $(CC)
150LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
151	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
152	$(AM_LDFLAGS) $(LDFLAGS) -o $@
153AM_V_CCLD = $(am__v_CCLD_@AM_V@)
154am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
155am__v_CCLD_0 = @echo "  CCLD    " $@;
156am__v_CCLD_1 =
157SOURCES = mpfrbench.c
158DIST_SOURCES = mpfrbench.c
159am__can_run_installinfo = \
160  case $$AM_UPDATE_INFO_DIR in \
161    n|no|NO) false;; \
162    *) (install-info --version) >/dev/null 2>&1;; \
163  esac
164HEADERS = $(noinst_HEADERS)
165am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
166# Read a list of newline-separated strings from the standard input,
167# and print each of them once, without duplicates.  Input order is
168# *not* preserved.
169am__uniquify_input = $(AWK) '\
170  BEGIN { nonempty = 0; } \
171  { items[$$0] = 1; nonempty = 1; } \
172  END { if (nonempty) { for (i in items) print i; }; } \
173'
174# Make sure the list of sources is unique.  This is necessary because,
175# e.g., the same source file might be shared among _SOURCES variables
176# for different programs/libraries.
177am__define_uniq_tagged_files = \
178  list='$(am__tagged_files)'; \
179  unique=`for i in $$list; do \
180    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
181  done | $(am__uniquify_input)`
182ETAGS = etags
183CTAGS = ctags
184am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp README
185DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
186ACLOCAL = @ACLOCAL@
187ALLOCA = @ALLOCA@
188AMTAR = @AMTAR@
189AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
190AR = @AR@
191AS = @AS@
192AUTOCONF = @AUTOCONF@
193AUTOHEADER = @AUTOHEADER@
194AUTOMAKE = @AUTOMAKE@
195AWK = @AWK@
196CC = @CC@
197CCDEPMODE = @CCDEPMODE@
198CFLAGS = @CFLAGS@
199CPP = @CPP@
200CPPFLAGS = @CPPFLAGS@
201CYGPATH_W = @CYGPATH_W@
202DATAFILES = @DATAFILES@
203DEFS = @DEFS@
204DEPDIR = @DEPDIR@
205DLLTOOL = @DLLTOOL@
206DSYMUTIL = @DSYMUTIL@
207DUMPBIN = @DUMPBIN@
208ECHO_C = @ECHO_C@
209ECHO_N = @ECHO_N@
210ECHO_T = @ECHO_T@
211EGREP = @EGREP@
212EXEEXT = @EXEEXT@
213FGREP = @FGREP@
214GREP = @GREP@
215INSTALL = @INSTALL@
216INSTALL_DATA = @INSTALL_DATA@
217INSTALL_PROGRAM = @INSTALL_PROGRAM@
218INSTALL_SCRIPT = @INSTALL_SCRIPT@
219INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
220LD = @LD@
221LDFLAGS = @LDFLAGS@
222LIBMPFR_LDFLAGS = @LIBMPFR_LDFLAGS@
223LIBOBJS = @LIBOBJS@
224LIBS = @LIBS@
225LIBTOOL = @LIBTOOL@
226LIPO = @LIPO@
227LN_S = @LN_S@
228LTLIBOBJS = @LTLIBOBJS@
229LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
230MAINT = @MAINT@
231MAKEINFO = @MAKEINFO@
232MANIFEST_TOOL = @MANIFEST_TOOL@
233MKDIR_P = @MKDIR_P@
234MPFR_LDFLAGS = @MPFR_LDFLAGS@
235MPFR_LIBM = @MPFR_LIBM@
236MPFR_LIBQUADMATH = @MPFR_LIBQUADMATH@
237NM = @NM@
238NMEDIT = @NMEDIT@
239OBJDUMP = @OBJDUMP@
240OBJEXT = @OBJEXT@
241OTOOL = @OTOOL@
242OTOOL64 = @OTOOL64@
243PACKAGE = @PACKAGE@
244PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
245PACKAGE_NAME = @PACKAGE_NAME@
246PACKAGE_STRING = @PACKAGE_STRING@
247PACKAGE_TARNAME = @PACKAGE_TARNAME@
248PACKAGE_URL = @PACKAGE_URL@
249PACKAGE_VERSION = @PACKAGE_VERSION@
250PATH_SEPARATOR = @PATH_SEPARATOR@
251PTHREAD_CC = @PTHREAD_CC@
252PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
253PTHREAD_LIBS = @PTHREAD_LIBS@
254RANLIB = @RANLIB@
255SED = @SED@
256SET_MAKE = @SET_MAKE@
257SHELL = @SHELL@
258STRIP = @STRIP@
259TUNE_LIBS = @TUNE_LIBS@
260VERSION = @VERSION@
261abs_builddir = @abs_builddir@
262abs_srcdir = @abs_srcdir@
263abs_top_builddir = @abs_top_builddir@
264abs_top_srcdir = @abs_top_srcdir@
265ac_ct_AR = @ac_ct_AR@
266ac_ct_CC = @ac_ct_CC@
267ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
268am__include = @am__include@
269am__leading_dot = @am__leading_dot@
270am__quote = @am__quote@
271am__tar = @am__tar@
272am__untar = @am__untar@
273ax_pthread_config = @ax_pthread_config@
274bindir = @bindir@
275build = @build@
276build_alias = @build_alias@
277build_cpu = @build_cpu@
278build_os = @build_os@
279build_vendor = @build_vendor@
280builddir = @builddir@
281datadir = @datadir@
282datarootdir = @datarootdir@
283docdir = @docdir@
284dvidir = @dvidir@
285exec_prefix = @exec_prefix@
286host = @host@
287host_alias = @host_alias@
288host_cpu = @host_cpu@
289host_os = @host_os@
290host_vendor = @host_vendor@
291htmldir = @htmldir@
292includedir = @includedir@
293infodir = @infodir@
294install_sh = @install_sh@
295libdir = @libdir@
296libexecdir = @libexecdir@
297localedir = @localedir@
298localstatedir = @localstatedir@
299mandir = @mandir@
300mkdir_p = @mkdir_p@
301oldincludedir = @oldincludedir@
302pdfdir = @pdfdir@
303prefix = @prefix@
304program_transform_name = @program_transform_name@
305psdir = @psdir@
306runstatedir = @runstatedir@
307sbindir = @sbindir@
308sharedstatedir = @sharedstatedir@
309srcdir = @srcdir@
310sysconfdir = @sysconfdir@
311target_alias = @target_alias@
312top_build_prefix = @top_build_prefix@
313top_builddir = @top_builddir@
314top_srcdir = @top_srcdir@
315AM_CPPFLAGS = -I$(top_srcdir)/src -I$(top_builddir)/src
316AM_DEFAULT_SOURCE_EXT = .c
317LDADD = $(top_builddir)/src/libmpfr.la
318EXTRA_DIST = README
319noinst_HEADERS = benchtime.h
320all: all-am
321
322.SUFFIXES:
323.SUFFIXES: .c .lo .o .obj
324$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
325	@for dep in $?; do \
326	  case '$(am__configure_deps)' in \
327	    *$$dep*) \
328	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
329	        && { if test -f $@; then exit 0; else break; fi; }; \
330	      exit 1;; \
331	  esac; \
332	done; \
333	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu tools/bench/Makefile'; \
334	$(am__cd) $(top_srcdir) && \
335	  $(AUTOMAKE) --gnu tools/bench/Makefile
336Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
337	@case '$?' in \
338	  *config.status*) \
339	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
340	  *) \
341	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
342	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
343	esac;
344
345$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
346	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
347
348$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
349	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
350$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
351	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
352$(am__aclocal_m4_deps):
353
354mpfrbench$(EXEEXT): $(mpfrbench_OBJECTS) $(mpfrbench_DEPENDENCIES) $(EXTRA_mpfrbench_DEPENDENCIES)
355	@rm -f mpfrbench$(EXEEXT)
356	$(AM_V_CCLD)$(LINK) $(mpfrbench_OBJECTS) $(mpfrbench_LDADD) $(LIBS)
357
358mostlyclean-compile:
359	-rm -f *.$(OBJEXT)
360
361distclean-compile:
362	-rm -f *.tab.c
363
364@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mpfrbench.Po@am__quote@
365
366.c.o:
367@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
368@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
369@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
370@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
371@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
372
373.c.obj:
374@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
375@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
376@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
377@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
378@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
379
380.c.lo:
381@am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
382@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
383@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
384@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
385@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
386
387mostlyclean-libtool:
388	-rm -f *.lo
389
390clean-libtool:
391	-rm -rf .libs _libs
392
393ID: $(am__tagged_files)
394	$(am__define_uniq_tagged_files); mkid -fID $$unique
395tags: tags-am
396TAGS: tags
397
398tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
399	set x; \
400	here=`pwd`; \
401	$(am__define_uniq_tagged_files); \
402	shift; \
403	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
404	  test -n "$$unique" || unique=$$empty_fix; \
405	  if test $$# -gt 0; then \
406	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
407	      "$$@" $$unique; \
408	  else \
409	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
410	      $$unique; \
411	  fi; \
412	fi
413ctags: ctags-am
414
415CTAGS: ctags
416ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
417	$(am__define_uniq_tagged_files); \
418	test -z "$(CTAGS_ARGS)$$unique" \
419	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
420	     $$unique
421
422GTAGS:
423	here=`$(am__cd) $(top_builddir) && pwd` \
424	  && $(am__cd) $(top_srcdir) \
425	  && gtags -i $(GTAGS_ARGS) "$$here"
426cscopelist: cscopelist-am
427
428cscopelist-am: $(am__tagged_files)
429	list='$(am__tagged_files)'; \
430	case "$(srcdir)" in \
431	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
432	  *) sdir=$(subdir)/$(srcdir) ;; \
433	esac; \
434	for i in $$list; do \
435	  if test -f "$$i"; then \
436	    echo "$(subdir)/$$i"; \
437	  else \
438	    echo "$$sdir/$$i"; \
439	  fi; \
440	done >> $(top_builddir)/cscope.files
441
442distclean-tags:
443	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
444
445distdir: $(DISTFILES)
446	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
447	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
448	list='$(DISTFILES)'; \
449	  dist_files=`for file in $$list; do echo $$file; done | \
450	  sed -e "s|^$$srcdirstrip/||;t" \
451	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
452	case $$dist_files in \
453	  */*) $(MKDIR_P) `echo "$$dist_files" | \
454			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
455			   sort -u` ;; \
456	esac; \
457	for file in $$dist_files; do \
458	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
459	  if test -d $$d/$$file; then \
460	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
461	    if test -d "$(distdir)/$$file"; then \
462	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
463	    fi; \
464	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
465	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
466	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
467	    fi; \
468	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
469	  else \
470	    test -f "$(distdir)/$$file" \
471	    || cp -p $$d/$$file "$(distdir)/$$file" \
472	    || exit 1; \
473	  fi; \
474	done
475check-am: all-am
476check: check-am
477all-am: Makefile $(HEADERS)
478installdirs:
479install: install-am
480install-exec: install-exec-am
481install-data: install-data-am
482uninstall: uninstall-am
483
484install-am: all-am
485	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
486
487installcheck: installcheck-am
488install-strip:
489	if test -z '$(STRIP)'; then \
490	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
491	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
492	      install; \
493	else \
494	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
495	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
496	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
497	fi
498mostlyclean-generic:
499
500clean-generic:
501
502distclean-generic:
503	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
504	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
505
506maintainer-clean-generic:
507	@echo "This command is intended for maintainers to use"
508	@echo "it deletes files that may require special tools to rebuild."
509clean: clean-am
510
511clean-am: clean-generic clean-libtool mostlyclean-am
512
513distclean: distclean-am
514	-rm -rf ./$(DEPDIR)
515	-rm -f Makefile
516distclean-am: clean-am distclean-compile distclean-generic \
517	distclean-tags
518
519dvi: dvi-am
520
521dvi-am:
522
523html: html-am
524
525html-am:
526
527info: info-am
528
529info-am:
530
531install-data-am:
532
533install-dvi: install-dvi-am
534
535install-dvi-am:
536
537install-exec-am:
538
539install-html: install-html-am
540
541install-html-am:
542
543install-info: install-info-am
544
545install-info-am:
546
547install-man:
548
549install-pdf: install-pdf-am
550
551install-pdf-am:
552
553install-ps: install-ps-am
554
555install-ps-am:
556
557installcheck-am:
558
559maintainer-clean: maintainer-clean-am
560	-rm -rf ./$(DEPDIR)
561	-rm -f Makefile
562maintainer-clean-am: distclean-am maintainer-clean-generic
563
564mostlyclean: mostlyclean-am
565
566mostlyclean-am: mostlyclean-compile mostlyclean-generic \
567	mostlyclean-libtool
568
569pdf: pdf-am
570
571pdf-am:
572
573ps: ps-am
574
575ps-am:
576
577uninstall-am:
578
579.MAKE: install-am install-strip
580
581.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
582	clean-libtool cscopelist-am ctags ctags-am distclean \
583	distclean-compile distclean-generic distclean-libtool \
584	distclean-tags distdir dvi dvi-am html html-am info info-am \
585	install install-am install-data install-data-am install-dvi \
586	install-dvi-am install-exec install-exec-am install-html \
587	install-html-am install-info install-info-am install-man \
588	install-pdf install-pdf-am install-ps install-ps-am \
589	install-strip installcheck installcheck-am installdirs \
590	maintainer-clean maintainer-clean-generic mostlyclean \
591	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
592	pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am
593
594.PRECIOUS: Makefile
595
596
597bench : mpfrbench
598	./mpfrbench
599
600# Tell versions [3.59,3.63) of GNU make to not export all variables.
601# Otherwise a system limit (for SysV at least) may be exceeded.
602.NOEXPORT:
603