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