Home | History | Annotate | Line # | Download | only in tune
      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.
     30 VPATH = @srcdir@
     31 am__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 }
     42 am__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
     84 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
     85 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
     86 pkgdatadir = $(datadir)/@PACKAGE@
     87 pkgincludedir = $(includedir)/@PACKAGE@
     88 pkglibdir = $(libdir)/@PACKAGE@
     89 pkglibexecdir = $(libexecdir)/@PACKAGE@
     90 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
     91 install_sh_DATA = $(install_sh) -c -m 644
     92 install_sh_PROGRAM = $(install_sh) -c
     93 install_sh_SCRIPT = $(install_sh) -c
     94 INSTALL_HEADER = $(INSTALL_DATA)
     95 transform = $(program_transform_name)
     96 NORMAL_INSTALL = :
     97 PRE_INSTALL = :
     98 POST_INSTALL = :
     99 NORMAL_UNINSTALL = :
    100 PRE_UNINSTALL = :
    101 POST_UNINSTALL = :
    102 build_triplet = @build@
    103 host_triplet = @host@
    104 EXTRA_PROGRAMS = tuneup$(EXEEXT) speed$(EXEEXT) \
    105 	bidimensional_sample$(EXEEXT)
    106 subdir = tune
    107 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
    108 am__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
    113 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
    114 	$(ACLOCAL_M4)
    115 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
    116 mkinstalldirs = $(install_sh) -d
    117 CONFIG_CLEAN_FILES =
    118 CONFIG_CLEAN_VPATH_FILES =
    119 am_bidimensional_sample_OBJECTS = bidimensional_sample.$(OBJEXT)
    120 bidimensional_sample_OBJECTS = $(am_bidimensional_sample_OBJECTS)
    121 am__DEPENDENCIES_1 =
    122 bidimensional_sample_DEPENDENCIES = $(top_builddir)/src/libmpfr.la \
    123 	$(am__DEPENDENCIES_1)
    124 AM_V_lt = $(am__v_lt_@AM_V@)
    125 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
    126 am__v_lt_0 = --silent
    127 am__v_lt_1 = 
    128 bidimensional_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 $@
    132 am_speed_OBJECTS = speed.$(OBJEXT)
    133 speed_OBJECTS = $(am_speed_OBJECTS)
    134 speed_DEPENDENCIES = $(top_builddir)/src/libmpfr.la \
    135 	$(am__DEPENDENCIES_1)
    136 speed_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
    137 	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
    138 	$(speed_LDFLAGS) $(LDFLAGS) -o $@
    139 am_tuneup_OBJECTS = tuneup.$(OBJEXT)
    140 tuneup_OBJECTS = $(am_tuneup_OBJECTS)
    141 tuneup_DEPENDENCIES = $(top_builddir)/src/libmpfr.la \
    142 	$(am__DEPENDENCIES_1)
    143 tuneup_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
    144 	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
    145 	$(tuneup_LDFLAGS) $(LDFLAGS) -o $@
    146 AM_V_P = $(am__v_P_@AM_V@)
    147 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
    148 am__v_P_0 = false
    149 am__v_P_1 = :
    150 AM_V_GEN = $(am__v_GEN_@AM_V@)
    151 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
    152 am__v_GEN_0 = @echo "  GEN     " $@;
    153 am__v_GEN_1 = 
    154 AM_V_at = $(am__v_at_@AM_V@)
    155 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
    156 am__v_at_0 = @
    157 am__v_at_1 = 
    158 DEFAULT_INCLUDES = -I.@am__isrc@
    159 depcomp = $(SHELL) $(top_srcdir)/depcomp
    160 am__maybe_remake_depfiles = depfiles
    161 am__depfiles_remade = ./$(DEPDIR)/bidimensional_sample.Po \
    162 	./$(DEPDIR)/speed.Po ./$(DEPDIR)/tuneup.Po
    163 am__mv = mv -f
    164 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
    165 	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
    166 LTCOMPILE = $(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)
    170 AM_V_CC = $(am__v_CC_@AM_V@)
    171 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
    172 am__v_CC_0 = @echo "  CC      " $@;
    173 am__v_CC_1 = 
    174 CCLD = $(CC)
    175 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
    176 	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
    177 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
    178 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
    179 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
    180 am__v_CCLD_0 = @echo "  CCLD    " $@;
    181 am__v_CCLD_1 = 
    182 SOURCES = $(bidimensional_sample_SOURCES) $(speed_SOURCES) \
    183 	$(tuneup_SOURCES)
    184 DIST_SOURCES = $(bidimensional_sample_SOURCES) $(speed_SOURCES) \
    185 	$(tuneup_SOURCES)
    186 am__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
    191 am__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.
    195 am__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.
    203 am__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)`
    208 am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp
    209 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
    210 ACLOCAL = @ACLOCAL@
    211 ALLOCA = @ALLOCA@
    212 AMTAR = @AMTAR@
    213 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
    214 AR = @AR@
    215 AS = @AS@
    216 AUTOCONF = @AUTOCONF@
    217 AUTOHEADER = @AUTOHEADER@
    218 AUTOMAKE = @AUTOMAKE@
    219 AWK = @AWK@
    220 CC = @CC@
    221 CCDEPMODE = @CCDEPMODE@
    222 CFLAGS = @CFLAGS@
    223 CPP = @CPP@
    224 CPPFLAGS = @CPPFLAGS@
    225 CSCOPE = @CSCOPE@
    226 CTAGS = @CTAGS@
    227 CYGPATH_W = @CYGPATH_W@
    228 DATAFILES = @DATAFILES@
    229 DEFS = @DEFS@
    230 DEPDIR = @DEPDIR@
    231 DLLTOOL = @DLLTOOL@
    232 DSYMUTIL = @DSYMUTIL@
    233 DUMPBIN = @DUMPBIN@
    234 ECHO_C = @ECHO_C@
    235 ECHO_N = @ECHO_N@
    236 ECHO_T = @ECHO_T@
    237 EGREP = @EGREP@
    238 ETAGS = @ETAGS@
    239 EXEEXT = @EXEEXT@
    240 FGREP = @FGREP@
    241 FILECMD = @FILECMD@
    242 GREP = @GREP@
    243 INSTALL = @INSTALL@
    244 INSTALL_DATA = @INSTALL_DATA@
    245 INSTALL_PROGRAM = @INSTALL_PROGRAM@
    246 INSTALL_SCRIPT = @INSTALL_SCRIPT@
    247 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
    248 LD = @LD@
    249 LDFLAGS = @LDFLAGS@
    250 LIBMPFR_LDFLAGS = @LIBMPFR_LDFLAGS@
    251 LIBOBJS = @LIBOBJS@
    252 LIBS = @LIBS@
    253 LIBTOOL = @LIBTOOL@
    254 LIPO = @LIPO@
    255 LN_S = @LN_S@
    256 LTLIBOBJS = @LTLIBOBJS@
    257 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
    258 MAINT = @MAINT@
    259 MAKEINFO = @MAKEINFO@
    260 MANIFEST_TOOL = @MANIFEST_TOOL@
    261 MKDIR_P = @MKDIR_P@
    262 MPFR_LDFLAGS = @MPFR_LDFLAGS@
    263 MPFR_LIBM = @MPFR_LIBM@
    264 MPFR_LIBQUADMATH = @MPFR_LIBQUADMATH@
    265 NM = @NM@
    266 NMEDIT = @NMEDIT@
    267 OBJDUMP = @OBJDUMP@
    268 OBJEXT = @OBJEXT@
    269 OTOOL = @OTOOL@
    270 OTOOL64 = @OTOOL64@
    271 PACKAGE = @PACKAGE@
    272 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
    273 PACKAGE_NAME = @PACKAGE_NAME@
    274 PACKAGE_STRING = @PACKAGE_STRING@
    275 PACKAGE_TARNAME = @PACKAGE_TARNAME@
    276 PACKAGE_URL = @PACKAGE_URL@
    277 PACKAGE_VERSION = @PACKAGE_VERSION@
    278 PATH_SEPARATOR = @PATH_SEPARATOR@
    279 PTHREAD_CC = @PTHREAD_CC@
    280 PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
    281 PTHREAD_CXX = @PTHREAD_CXX@
    282 PTHREAD_LIBS = @PTHREAD_LIBS@
    283 RANLIB = @RANLIB@
    284 SED = @SED@
    285 SET_MAKE = @SET_MAKE@
    286 SHELL = @SHELL@
    287 STRIP = @STRIP@
    288 TUNE_LIBS = @TUNE_LIBS@
    289 VERSION = @VERSION@
    290 abs_builddir = @abs_builddir@
    291 abs_srcdir = @abs_srcdir@
    292 abs_top_builddir = @abs_top_builddir@
    293 abs_top_srcdir = @abs_top_srcdir@
    294 ac_ct_AR = @ac_ct_AR@
    295 ac_ct_CC = @ac_ct_CC@
    296 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
    297 am__include = @am__include@
    298 am__leading_dot = @am__leading_dot@
    299 am__quote = @am__quote@
    300 am__tar = @am__tar@
    301 am__untar = @am__untar@
    302 ax_pthread_config = @ax_pthread_config@
    303 bindir = @bindir@
    304 build = @build@
    305 build_alias = @build_alias@
    306 build_cpu = @build_cpu@
    307 build_os = @build_os@
    308 build_vendor = @build_vendor@
    309 builddir = @builddir@
    310 datadir = @datadir@
    311 datarootdir = @datarootdir@
    312 docdir = @docdir@
    313 dvidir = @dvidir@
    314 exec_prefix = @exec_prefix@
    315 host = @host@
    316 host_alias = @host_alias@
    317 host_cpu = @host_cpu@
    318 host_os = @host_os@
    319 host_vendor = @host_vendor@
    320 htmldir = @htmldir@
    321 includedir = @includedir@
    322 infodir = @infodir@
    323 install_sh = @install_sh@
    324 libdir = @libdir@
    325 libexecdir = @libexecdir@
    326 localedir = @localedir@
    327 localstatedir = @localstatedir@
    328 mandir = @mandir@
    329 mini_gmp_path = @mini_gmp_path@
    330 mkdir_p = @mkdir_p@
    331 oldincludedir = @oldincludedir@
    332 pdfdir = @pdfdir@
    333 prefix = @prefix@
    334 program_transform_name = @program_transform_name@
    335 psdir = @psdir@
    336 runstatedir = @runstatedir@
    337 sbindir = @sbindir@
    338 sharedstatedir = @sharedstatedir@
    339 srcdir = @srcdir@
    340 sysconfdir = @sysconfdir@
    341 target_alias = @target_alias@
    342 top_build_prefix = @top_build_prefix@
    343 top_builddir = @top_builddir@
    344 top_srcdir = @top_srcdir@
    345 tuneup_SOURCES = tuneup.c
    346 tuneup_LDADD = -lspeed $(top_builddir)/src/libmpfr.la $(TUNE_LIBS)
    347 tuneup_LDFLAGS = -static
    348 speed_SOURCES = speed.c
    349 speed_LDADD = -lspeed $(top_builddir)/src/libmpfr.la $(TUNE_LIBS)
    350 speed_LDFLAGS = -static
    351 bidimensional_sample_SOURCES = bidimensional_sample.c
    352 bidimensional_sample_LDADD = -lspeed $(top_builddir)/src/libmpfr.la $(TUNE_LIBS)
    353 bidimensional_sample_LDFLAGS = -static
    354 AM_CPPFLAGS = -I$(top_srcdir)/src -I$(top_builddir)/src
    355 CLEANFILES = $(EXTRA_PROGRAMS) mparam.h
    356 all: 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
    372 Makefile: $(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 
    390 bidimensional_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 
    394 speed$(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 
    398 tuneup$(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 
    402 mostlyclean-compile:
    403 	-rm -f *.$(OBJEXT)
    404 
    405 distclean-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 
    416 am--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 
    442 mostlyclean-libtool:
    443 	-rm -f *.lo
    444 
    445 clean-libtool:
    446 	-rm -rf .libs _libs
    447 
    448 ID: $(am__tagged_files)
    449 	$(am__define_uniq_tagged_files); mkid -fID $$unique
    450 tags: tags-am
    451 TAGS: tags
    452 
    453 tags-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
    468 ctags: ctags-am
    469 
    470 CTAGS: ctags
    471 ctags-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 
    477 GTAGS:
    478 	here=`$(am__cd) $(top_builddir) && pwd` \
    479 	  && $(am__cd) $(top_srcdir) \
    480 	  && gtags -i $(GTAGS_ARGS) "$$here"
    481 cscopelist: cscopelist-am
    482 
    483 cscopelist-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 
    497 distclean-tags:
    498 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
    499 distdir: $(BUILT_SOURCES)
    500 	$(MAKE) $(AM_MAKEFLAGS) distdir-am
    501 
    502 distdir-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
    532 check-am: all-am
    533 check: check-am
    534 all-am: Makefile
    535 installdirs:
    536 install: install-am
    537 install-exec: install-exec-am
    538 install-data: install-data-am
    539 uninstall: uninstall-am
    540 
    541 install-am: all-am
    542 	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
    543 
    544 installcheck: installcheck-am
    545 install-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
    555 mostlyclean-generic:
    556 
    557 clean-generic:
    558 	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
    559 
    560 distclean-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 
    564 maintainer-clean-generic:
    565 	@echo "This command is intended for maintainers to use"
    566 	@echo "it deletes files that may require special tools to rebuild."
    567 clean: clean-am
    568 
    569 clean-am: clean-generic clean-libtool mostlyclean-am
    570 
    571 distclean: 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
    576 distclean-am: clean-am distclean-compile distclean-generic \
    577 	distclean-tags
    578 
    579 dvi: dvi-am
    580 
    581 dvi-am:
    582 
    583 html: html-am
    584 
    585 html-am:
    586 
    587 info: info-am
    588 
    589 info-am:
    590 
    591 install-data-am:
    592 
    593 install-dvi: install-dvi-am
    594 
    595 install-dvi-am:
    596 
    597 install-exec-am:
    598 
    599 install-html: install-html-am
    600 
    601 install-html-am:
    602 
    603 install-info: install-info-am
    604 
    605 install-info-am:
    606 
    607 install-man:
    608 
    609 install-pdf: install-pdf-am
    610 
    611 install-pdf-am:
    612 
    613 install-ps: install-ps-am
    614 
    615 install-ps-am:
    616 
    617 installcheck-am:
    618 
    619 maintainer-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
    624 maintainer-clean-am: distclean-am maintainer-clean-generic
    625 
    626 mostlyclean: mostlyclean-am
    627 
    628 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
    629 	mostlyclean-libtool
    630 
    631 pdf: pdf-am
    632 
    633 pdf-am:
    634 
    635 ps: ps-am
    636 
    637 ps-am:
    638 
    639 uninstall-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 
    667 tune:
    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