github.com/aergoio/aergo@v1.3.1/libtool/src/gmp-6.1.2/mpn/Makefile.in (about)

     1  # Makefile.in generated by automake 1.15 from Makefile.am.
     2  # @configure_input@
     3  
     4  # Copyright (C) 1994-2014 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 1996, 1998-2002, 2005, 2011, 2013 Free Software Foundation, Inc.
    18  #
    19  #  This file is part of the GNU MP Library.
    20  #
    21  #  The GNU MP Library is free software; you can redistribute it and/or modify
    22  #  it under the terms of either:
    23  #
    24  #    * the GNU Lesser General Public License as published by the Free
    25  #      Software Foundation; either version 3 of the License, or (at your
    26  #      option) any later version.
    27  #
    28  #  or
    29  #
    30  #    * the GNU General Public License as published by the Free Software
    31  #      Foundation; either version 2 of the License, or (at your option) any
    32  #      later version.
    33  #
    34  #  or both in parallel, as here.
    35  #
    36  #  The GNU MP Library is distributed in the hope that it will be useful, but
    37  #  WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
    38  #  or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
    39  #  for more details.
    40  #
    41  #  You should have received copies of the GNU General Public License and the
    42  #  GNU Lesser General Public License along with the GNU MP Library.  If not,
    43  #  see https://www.gnu.org/licenses/.
    44  
    45  # Copyright 1996, 1998-2002 Free Software Foundation, Inc.
    46  #
    47  #  This file is part of the GNU MP Library.
    48  #
    49  #  The GNU MP Library is free software; you can redistribute it and/or modify
    50  #  it under the terms of either:
    51  #
    52  #    * the GNU Lesser General Public License as published by the Free
    53  #      Software Foundation; either version 3 of the License, or (at your
    54  #      option) any later version.
    55  #
    56  #  or
    57  #
    58  #    * the GNU General Public License as published by the Free Software
    59  #      Foundation; either version 2 of the License, or (at your option) any
    60  #      later version.
    61  #
    62  #  or both in parallel, as here.
    63  #
    64  #  The GNU MP Library is distributed in the hope that it will be useful, but
    65  #  WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
    66  #  or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
    67  #  for more details.
    68  #
    69  #  You should have received copies of the GNU General Public License and the
    70  #  GNU Lesser General Public License along with the GNU MP Library.  If not,
    71  #  see https://www.gnu.org/licenses/.
    72  
    73  VPATH = @srcdir@
    74  am__is_gnu_make = { \
    75    if test -z '$(MAKELEVEL)'; then \
    76      false; \
    77    elif test -n '$(MAKE_HOST)'; then \
    78      true; \
    79    elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
    80      true; \
    81    else \
    82      false; \
    83    fi; \
    84  }
    85  am__make_running_with_option = \
    86    case $${target_option-} in \
    87        ?) ;; \
    88        *) echo "am__make_running_with_option: internal error: invalid" \
    89                "target option '$${target_option-}' specified" >&2; \
    90           exit 1;; \
    91    esac; \
    92    has_opt=no; \
    93    sane_makeflags=$$MAKEFLAGS; \
    94    if $(am__is_gnu_make); then \
    95      sane_makeflags=$$MFLAGS; \
    96    else \
    97      case $$MAKEFLAGS in \
    98        *\\[\ \	]*) \
    99          bs=\\; \
   100          sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
   101            | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
   102      esac; \
   103    fi; \
   104    skip_next=no; \
   105    strip_trailopt () \
   106    { \
   107      flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
   108    }; \
   109    for flg in $$sane_makeflags; do \
   110      test $$skip_next = yes && { skip_next=no; continue; }; \
   111      case $$flg in \
   112        *=*|--*) continue;; \
   113          -*I) strip_trailopt 'I'; skip_next=yes;; \
   114        -*I?*) strip_trailopt 'I';; \
   115          -*O) strip_trailopt 'O'; skip_next=yes;; \
   116        -*O?*) strip_trailopt 'O';; \
   117          -*l) strip_trailopt 'l'; skip_next=yes;; \
   118        -*l?*) strip_trailopt 'l';; \
   119        -[dEDm]) skip_next=yes;; \
   120        -[JT]) skip_next=yes;; \
   121      esac; \
   122      case $$flg in \
   123        *$$target_option*) has_opt=yes; break;; \
   124      esac; \
   125    done; \
   126    test $$has_opt = yes
   127  am__make_dryrun = (target_option=n; $(am__make_running_with_option))
   128  am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
   129  pkgdatadir = $(datadir)/@PACKAGE@
   130  pkgincludedir = $(includedir)/@PACKAGE@
   131  pkglibdir = $(libdir)/@PACKAGE@
   132  pkglibexecdir = $(libexecdir)/@PACKAGE@
   133  am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
   134  install_sh_DATA = $(install_sh) -c -m 644
   135  install_sh_PROGRAM = $(install_sh) -c
   136  install_sh_SCRIPT = $(install_sh) -c
   137  INSTALL_HEADER = $(INSTALL_DATA)
   138  transform = $(program_transform_name)
   139  NORMAL_INSTALL = :
   140  PRE_INSTALL = :
   141  POST_INSTALL = :
   142  NORMAL_UNINSTALL = :
   143  PRE_UNINSTALL = :
   144  POST_UNINSTALL = :
   145  build_triplet = @build@
   146  host_triplet = @host@
   147  subdir = mpn
   148  ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
   149  am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
   150  	$(top_srcdir)/configure.ac
   151  am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
   152  	$(ACLOCAL_M4)
   153  DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
   154  mkinstalldirs = $(install_sh) -d
   155  CONFIG_HEADER = $(top_builddir)/config.h
   156  CONFIG_CLEAN_FILES =
   157  CONFIG_CLEAN_VPATH_FILES =
   158  LTLIBRARIES = $(noinst_LTLIBRARIES)
   159  am__DEPENDENCIES_1 =
   160  nodist_libmpn_la_OBJECTS = fib_table.lo mp_bases.lo
   161  libmpn_la_OBJECTS = $(nodist_libmpn_la_OBJECTS)
   162  AM_V_lt = $(am__v_lt_@AM_V@)
   163  am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
   164  am__v_lt_0 = --silent
   165  am__v_lt_1 = 
   166  AM_V_P = $(am__v_P_@AM_V@)
   167  am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
   168  am__v_P_0 = false
   169  am__v_P_1 = :
   170  AM_V_GEN = $(am__v_GEN_@AM_V@)
   171  am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
   172  am__v_GEN_0 = @echo "  GEN     " $@;
   173  am__v_GEN_1 = 
   174  AM_V_at = $(am__v_at_@AM_V@)
   175  am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
   176  am__v_at_0 = @
   177  am__v_at_1 = 
   178  DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
   179  depcomp =
   180  am__depfiles_maybe =
   181  COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
   182  	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
   183  LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
   184  	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
   185  	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
   186  	$(AM_CFLAGS) $(CFLAGS)
   187  AM_V_CC = $(am__v_CC_@AM_V@)
   188  am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
   189  am__v_CC_0 = @echo "  CC      " $@;
   190  am__v_CC_1 = 
   191  CCLD = $(CC)
   192  LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
   193  	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
   194  	$(AM_LDFLAGS) $(LDFLAGS) -o $@
   195  AM_V_CCLD = $(am__v_CCLD_@AM_V@)
   196  am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
   197  am__v_CCLD_0 = @echo "  CCLD    " $@;
   198  am__v_CCLD_1 = 
   199  SOURCES = $(nodist_libmpn_la_SOURCES)
   200  DIST_SOURCES =
   201  am__can_run_installinfo = \
   202    case $$AM_UPDATE_INFO_DIR in \
   203      n|no|NO) false;; \
   204      *) (install-info --version) >/dev/null 2>&1;; \
   205    esac
   206  am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
   207  # Read a list of newline-separated strings from the standard input,
   208  # and print each of them once, without duplicates.  Input order is
   209  # *not* preserved.
   210  am__uniquify_input = $(AWK) '\
   211    BEGIN { nonempty = 0; } \
   212    { items[$$0] = 1; nonempty = 1; } \
   213    END { if (nonempty) { for (i in items) print i; }; } \
   214  '
   215  # Make sure the list of sources is unique.  This is necessary because,
   216  # e.g., the same source file might be shared among _SOURCES variables
   217  # for different programs/libraries.
   218  am__define_uniq_tagged_files = \
   219    list='$(am__tagged_files)'; \
   220    unique=`for i in $$list; do \
   221      if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
   222    done | $(am__uniquify_input)`
   223  ETAGS = etags
   224  CTAGS = ctags
   225  am__DIST_COMMON = $(srcdir)/Makeasm.am $(srcdir)/Makefile.in README
   226  DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
   227  ABI = @ABI@
   228  ACLOCAL = @ACLOCAL@
   229  AMTAR = @AMTAR@
   230  AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
   231  AR = @AR@
   232  AS = @AS@
   233  ASMFLAGS = @ASMFLAGS@
   234  AUTOCONF = @AUTOCONF@
   235  AUTOHEADER = @AUTOHEADER@
   236  AUTOMAKE = @AUTOMAKE@
   237  AWK = @AWK@
   238  CALLING_CONVENTIONS_OBJS = @CALLING_CONVENTIONS_OBJS@
   239  CC = @CC@
   240  CCAS = @CCAS@
   241  CC_FOR_BUILD = @CC_FOR_BUILD@
   242  CFLAGS = @CFLAGS@
   243  CPP = @CPP@
   244  CPPFLAGS = @CPPFLAGS@
   245  CPP_FOR_BUILD = @CPP_FOR_BUILD@
   246  CXX = @CXX@
   247  CXXCPP = @CXXCPP@
   248  CXXFLAGS = @CXXFLAGS@
   249  CYGPATH_W = @CYGPATH_W@
   250  DEFN_LONG_LONG_LIMB = @DEFN_LONG_LONG_LIMB@
   251  DEFS = @DEFS@
   252  DLLTOOL = @DLLTOOL@
   253  DSYMUTIL = @DSYMUTIL@
   254  DUMPBIN = @DUMPBIN@
   255  ECHO_C = @ECHO_C@
   256  ECHO_N = @ECHO_N@
   257  ECHO_T = @ECHO_T@
   258  EGREP = @EGREP@
   259  EXEEXT = @EXEEXT@
   260  EXEEXT_FOR_BUILD = @EXEEXT_FOR_BUILD@
   261  FGREP = @FGREP@
   262  GMP_LDFLAGS = @GMP_LDFLAGS@
   263  GMP_LIMB_BITS = @GMP_LIMB_BITS@
   264  GMP_NAIL_BITS = @GMP_NAIL_BITS@
   265  GREP = @GREP@
   266  HAVE_CLOCK_01 = @HAVE_CLOCK_01@
   267  HAVE_CPUTIME_01 = @HAVE_CPUTIME_01@
   268  HAVE_GETRUSAGE_01 = @HAVE_GETRUSAGE_01@
   269  HAVE_GETTIMEOFDAY_01 = @HAVE_GETTIMEOFDAY_01@
   270  HAVE_HOST_CPU_FAMILY_power = @HAVE_HOST_CPU_FAMILY_power@
   271  HAVE_HOST_CPU_FAMILY_powerpc = @HAVE_HOST_CPU_FAMILY_powerpc@
   272  HAVE_SIGACTION_01 = @HAVE_SIGACTION_01@
   273  HAVE_SIGALTSTACK_01 = @HAVE_SIGALTSTACK_01@
   274  HAVE_SIGSTACK_01 = @HAVE_SIGSTACK_01@
   275  HAVE_STACK_T_01 = @HAVE_STACK_T_01@
   276  HAVE_SYS_RESOURCE_H_01 = @HAVE_SYS_RESOURCE_H_01@
   277  INSTALL = @INSTALL@
   278  INSTALL_DATA = @INSTALL_DATA@
   279  INSTALL_PROGRAM = @INSTALL_PROGRAM@
   280  INSTALL_SCRIPT = @INSTALL_SCRIPT@
   281  INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
   282  LD = @LD@
   283  LDFLAGS = @LDFLAGS@
   284  LEX = @LEX@
   285  LEXLIB = @LEXLIB@
   286  LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
   287  LIBCURSES = @LIBCURSES@
   288  LIBGMPXX_LDFLAGS = @LIBGMPXX_LDFLAGS@
   289  LIBGMP_DLL = @LIBGMP_DLL@
   290  LIBGMP_LDFLAGS = @LIBGMP_LDFLAGS@
   291  LIBM = @LIBM@
   292  LIBM_FOR_BUILD = @LIBM_FOR_BUILD@
   293  LIBOBJS = @LIBOBJS@
   294  LIBREADLINE = @LIBREADLINE@
   295  LIBS = @LIBS@
   296  LIBTOOL = @LIBTOOL@
   297  LIPO = @LIPO@
   298  LN_S = @LN_S@
   299  LTLIBOBJS = @LTLIBOBJS@
   300  LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
   301  M4 = @M4@
   302  MAINT = @MAINT@
   303  MAKEINFO = @MAKEINFO@
   304  MANIFEST_TOOL = @MANIFEST_TOOL@
   305  MKDIR_P = @MKDIR_P@
   306  NM = @NM@
   307  NMEDIT = @NMEDIT@
   308  OBJDUMP = @OBJDUMP@
   309  OBJEXT = @OBJEXT@
   310  OTOOL = @OTOOL@
   311  OTOOL64 = @OTOOL64@
   312  PACKAGE = @PACKAGE@
   313  PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
   314  PACKAGE_NAME = @PACKAGE_NAME@
   315  PACKAGE_STRING = @PACKAGE_STRING@
   316  PACKAGE_TARNAME = @PACKAGE_TARNAME@
   317  PACKAGE_URL = @PACKAGE_URL@
   318  PACKAGE_VERSION = @PACKAGE_VERSION@
   319  PATH_SEPARATOR = @PATH_SEPARATOR@
   320  RANLIB = @RANLIB@
   321  SED = @SED@
   322  SET_MAKE = @SET_MAKE@
   323  SHELL = @SHELL@
   324  SPEED_CYCLECOUNTER_OBJ = @SPEED_CYCLECOUNTER_OBJ@
   325  STRIP = @STRIP@
   326  TAL_OBJECT = @TAL_OBJECT@
   327  TUNE_LIBS = @TUNE_LIBS@
   328  TUNE_SQR_OBJ = @TUNE_SQR_OBJ@
   329  U_FOR_BUILD = @U_FOR_BUILD@
   330  VERSION = @VERSION@
   331  WITH_READLINE_01 = @WITH_READLINE_01@
   332  YACC = @YACC@
   333  YFLAGS = @YFLAGS@
   334  abs_builddir = @abs_builddir@
   335  abs_srcdir = @abs_srcdir@
   336  abs_top_builddir = @abs_top_builddir@
   337  abs_top_srcdir = @abs_top_srcdir@
   338  ac_ct_AR = @ac_ct_AR@
   339  ac_ct_CC = @ac_ct_CC@
   340  ac_ct_CXX = @ac_ct_CXX@
   341  ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
   342  am__leading_dot = @am__leading_dot@
   343  am__tar = @am__tar@
   344  am__untar = @am__untar@
   345  bindir = @bindir@
   346  build = @build@
   347  build_alias = @build_alias@
   348  build_cpu = @build_cpu@
   349  build_os = @build_os@
   350  build_vendor = @build_vendor@
   351  builddir = @builddir@
   352  datadir = @datadir@
   353  datarootdir = @datarootdir@
   354  docdir = @docdir@
   355  dvidir = @dvidir@
   356  exec_prefix = @exec_prefix@
   357  gmp_srclinks = @gmp_srclinks@
   358  host = @host@
   359  host_alias = @host_alias@
   360  host_cpu = @host_cpu@
   361  host_os = @host_os@
   362  host_vendor = @host_vendor@
   363  htmldir = @htmldir@
   364  includedir = @includedir@
   365  infodir = @infodir@
   366  install_sh = @install_sh@
   367  libdir = @libdir@
   368  libexecdir = @libexecdir@
   369  localedir = @localedir@
   370  localstatedir = @localstatedir@
   371  mandir = @mandir@
   372  mkdir_p = @mkdir_p@
   373  mpn_objects = @mpn_objects@
   374  mpn_objs_in_libgmp = @mpn_objs_in_libgmp@
   375  oldincludedir = @oldincludedir@
   376  pdfdir = @pdfdir@
   377  prefix = @prefix@
   378  program_transform_name = @program_transform_name@
   379  psdir = @psdir@
   380  sbindir = @sbindir@
   381  sharedstatedir = @sharedstatedir@
   382  srcdir = @srcdir@
   383  sysconfdir = @sysconfdir@
   384  target_alias = @target_alias@
   385  top_build_prefix = @top_build_prefix@
   386  top_builddir = @top_builddir@
   387  top_srcdir = @top_srcdir@
   388  AM_CPPFLAGS = -D__GMP_WITHIN_GMP -I$(top_srcdir) \
   389    -DOPERATION_`echo $* | sed 's/_$$//'`
   390  
   391  OFILES = @mpn_objects@
   392  noinst_LTLIBRARIES = libmpn.la
   393  nodist_libmpn_la_SOURCES = fib_table.c mp_bases.c
   394  libmpn_la_LIBADD = $(OFILES)
   395  libmpn_la_DEPENDENCIES = $(OFILES)
   396  TARG_DIST = alpha arm arm64 cray generic ia64 lisp m68k m88k \
   397    minithres mips32 mips64 pa32 pa64 power powerpc32 powerpc64 \
   398    s390_32 s390_64 sh sparc32 sparc64 thumb vax x86 x86_64
   399  
   400  EXTRA_DIST = asm-defs.m4 cpp-ccas m4-ccas $(TARG_DIST)
   401  
   402  # COMPILE minus CC.
   403  #
   404  COMPILE_FLAGS = $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
   405  	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) $(ASMFLAGS)
   406  
   407  
   408  # Flags used for preprocessing (in ansi2knr rules).
   409  #
   410  PREPROCESS_FLAGS = $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
   411  	$(CPPFLAGS)
   412  
   413  
   414  # Recent versions of automake (1.5 and up for instance) append automake
   415  # generated suffixes to this $(SUFFIXES) list.  This is essential for us,
   416  # since .c must come after .s, .S and .asm.  If .c is before .s, for
   417  # instance, then in the mpn directory "make" will see add_n.c mentioned in
   418  # an explicit rule (the ansi2knr stuff) and decide it must have add_n.c,
   419  # even if add_n.c doesn't exist but add_n.s does.  See GNU make
   420  # documentation "(make)Implicit Rule Search", part 5c.
   421  #
   422  # On IRIX 6 native make this doesn't work properly though.  Somehow .c
   423  # remains ahead of .s, perhaps because .c.s is a builtin rule.  .asm works
   424  # fine though, and mpn/mips3 uses this.
   425  #
   426  SUFFIXES = .s .S .asm
   427  
   428  # can be overridden during development, eg. "make RM_TMP=: mul_1.lo"
   429  RM_TMP = rm -f
   430  all: all-am
   431  
   432  .SUFFIXES:
   433  .SUFFIXES: .s .S .asm .c .lo .o .obj
   434  $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(srcdir)/Makeasm.am $(am__configure_deps)
   435  	@for dep in $?; do \
   436  	  case '$(am__configure_deps)' in \
   437  	    *$$dep*) \
   438  	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
   439  	        && { if test -f $@; then exit 0; else break; fi; }; \
   440  	      exit 1;; \
   441  	  esac; \
   442  	done; \
   443  	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu --ignore-deps mpn/Makefile'; \
   444  	$(am__cd) $(top_srcdir) && \
   445  	  $(AUTOMAKE) --gnu --ignore-deps mpn/Makefile
   446  Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
   447  	@case '$?' in \
   448  	  *config.status*) \
   449  	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
   450  	  *) \
   451  	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
   452  	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
   453  	esac;
   454  $(srcdir)/Makeasm.am $(am__empty):
   455  
   456  $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
   457  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
   458  
   459  $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
   460  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
   461  $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
   462  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
   463  $(am__aclocal_m4_deps):
   464  
   465  clean-noinstLTLIBRARIES:
   466  	-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
   467  	@list='$(noinst_LTLIBRARIES)'; \
   468  	locs=`for p in $$list; do echo $$p; done | \
   469  	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
   470  	      sort -u`; \
   471  	test -z "$$locs" || { \
   472  	  echo rm -f $${locs}; \
   473  	  rm -f $${locs}; \
   474  	}
   475  
   476  libmpn.la: $(libmpn_la_OBJECTS) $(libmpn_la_DEPENDENCIES) $(EXTRA_libmpn_la_DEPENDENCIES) 
   477  	$(AM_V_CCLD)$(LINK)  $(libmpn_la_OBJECTS) $(libmpn_la_LIBADD) $(LIBS)
   478  
   479  mostlyclean-compile:
   480  	-rm -f *.$(OBJEXT)
   481  
   482  distclean-compile:
   483  	-rm -f *.tab.c
   484  
   485  .c.o:
   486  	$(AM_V_CC)$(COMPILE) -c -o $@ $<
   487  
   488  .c.obj:
   489  	$(AM_V_CC)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
   490  
   491  .c.lo:
   492  	$(AM_V_CC)$(LTCOMPILE) -c -o $@ $<
   493  
   494  mostlyclean-libtool:
   495  	-rm -f *.lo
   496  
   497  clean-libtool:
   498  	-rm -rf .libs _libs
   499  
   500  ID: $(am__tagged_files)
   501  	$(am__define_uniq_tagged_files); mkid -fID $$unique
   502  tags: tags-am
   503  TAGS: tags
   504  
   505  tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
   506  	set x; \
   507  	here=`pwd`; \
   508  	$(am__define_uniq_tagged_files); \
   509  	shift; \
   510  	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
   511  	  test -n "$$unique" || unique=$$empty_fix; \
   512  	  if test $$# -gt 0; then \
   513  	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
   514  	      "$$@" $$unique; \
   515  	  else \
   516  	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
   517  	      $$unique; \
   518  	  fi; \
   519  	fi
   520  ctags: ctags-am
   521  
   522  CTAGS: ctags
   523  ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
   524  	$(am__define_uniq_tagged_files); \
   525  	test -z "$(CTAGS_ARGS)$$unique" \
   526  	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
   527  	     $$unique
   528  
   529  GTAGS:
   530  	here=`$(am__cd) $(top_builddir) && pwd` \
   531  	  && $(am__cd) $(top_srcdir) \
   532  	  && gtags -i $(GTAGS_ARGS) "$$here"
   533  cscopelist: cscopelist-am
   534  
   535  cscopelist-am: $(am__tagged_files)
   536  	list='$(am__tagged_files)'; \
   537  	case "$(srcdir)" in \
   538  	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
   539  	  *) sdir=$(subdir)/$(srcdir) ;; \
   540  	esac; \
   541  	for i in $$list; do \
   542  	  if test -f "$$i"; then \
   543  	    echo "$(subdir)/$$i"; \
   544  	  else \
   545  	    echo "$$sdir/$$i"; \
   546  	  fi; \
   547  	done >> $(top_builddir)/cscope.files
   548  
   549  distclean-tags:
   550  	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
   551  
   552  distdir: $(DISTFILES)
   553  	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
   554  	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
   555  	list='$(DISTFILES)'; \
   556  	  dist_files=`for file in $$list; do echo $$file; done | \
   557  	  sed -e "s|^$$srcdirstrip/||;t" \
   558  	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
   559  	case $$dist_files in \
   560  	  */*) $(MKDIR_P) `echo "$$dist_files" | \
   561  			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
   562  			   sort -u` ;; \
   563  	esac; \
   564  	for file in $$dist_files; do \
   565  	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
   566  	  if test -d $$d/$$file; then \
   567  	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
   568  	    if test -d "$(distdir)/$$file"; then \
   569  	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
   570  	    fi; \
   571  	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
   572  	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
   573  	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
   574  	    fi; \
   575  	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
   576  	  else \
   577  	    test -f "$(distdir)/$$file" \
   578  	    || cp -p $$d/$$file "$(distdir)/$$file" \
   579  	    || exit 1; \
   580  	  fi; \
   581  	done
   582  check-am: all-am
   583  check: check-am
   584  all-am: Makefile $(LTLIBRARIES)
   585  installdirs:
   586  install: install-am
   587  install-exec: install-exec-am
   588  install-data: install-data-am
   589  uninstall: uninstall-am
   590  
   591  install-am: all-am
   592  	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
   593  
   594  installcheck: installcheck-am
   595  install-strip:
   596  	if test -z '$(STRIP)'; then \
   597  	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
   598  	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
   599  	      install; \
   600  	else \
   601  	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
   602  	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
   603  	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
   604  	fi
   605  mostlyclean-generic:
   606  
   607  clean-generic:
   608  
   609  distclean-generic:
   610  	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
   611  	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
   612  
   613  maintainer-clean-generic:
   614  	@echo "This command is intended for maintainers to use"
   615  	@echo "it deletes files that may require special tools to rebuild."
   616  clean: clean-am
   617  
   618  clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
   619  	mostlyclean-am
   620  
   621  distclean: distclean-am
   622  	-rm -f Makefile
   623  distclean-am: clean-am distclean-compile distclean-generic \
   624  	distclean-tags
   625  
   626  dvi: dvi-am
   627  
   628  dvi-am:
   629  
   630  html: html-am
   631  
   632  html-am:
   633  
   634  info: info-am
   635  
   636  info-am:
   637  
   638  install-data-am:
   639  
   640  install-dvi: install-dvi-am
   641  
   642  install-dvi-am:
   643  
   644  install-exec-am:
   645  
   646  install-html: install-html-am
   647  
   648  install-html-am:
   649  
   650  install-info: install-info-am
   651  
   652  install-info-am:
   653  
   654  install-man:
   655  
   656  install-pdf: install-pdf-am
   657  
   658  install-pdf-am:
   659  
   660  install-ps: install-ps-am
   661  
   662  install-ps-am:
   663  
   664  installcheck-am:
   665  
   666  maintainer-clean: maintainer-clean-am
   667  	-rm -f Makefile
   668  maintainer-clean-am: distclean-am maintainer-clean-generic
   669  
   670  mostlyclean: mostlyclean-am
   671  
   672  mostlyclean-am: mostlyclean-compile mostlyclean-generic \
   673  	mostlyclean-libtool
   674  
   675  pdf: pdf-am
   676  
   677  pdf-am:
   678  
   679  ps: ps-am
   680  
   681  ps-am:
   682  
   683  uninstall-am:
   684  
   685  .MAKE: install-am install-strip
   686  
   687  .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
   688  	clean-libtool clean-noinstLTLIBRARIES cscopelist-am ctags \
   689  	ctags-am distclean distclean-compile distclean-generic \
   690  	distclean-libtool distclean-tags distdir dvi dvi-am html \
   691  	html-am info info-am install install-am install-data \
   692  	install-data-am install-dvi install-dvi-am install-exec \
   693  	install-exec-am install-html install-html-am install-info \
   694  	install-info-am install-man install-pdf install-pdf-am \
   695  	install-ps install-ps-am install-strip installcheck \
   696  	installcheck-am installdirs maintainer-clean \
   697  	maintainer-clean-generic mostlyclean mostlyclean-compile \
   698  	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
   699  	tags tags-am uninstall uninstall-am
   700  
   701  .PRECIOUS: Makefile
   702  
   703  
   704  # These are BUILT_SOURCES at the top-level, so normally they're built before
   705  # recursing into this directory.
   706  #
   707  fib_table.c:
   708  	cd ..; $(MAKE) $(AM_MAKEFLAGS) mpn/fib_table.c
   709  mp_bases.c:
   710  	cd ..; $(MAKE) $(AM_MAKEFLAGS) mpn/mp_bases.c
   711  perfsqr.h:
   712  	cd ..; $(MAKE) $(AM_MAKEFLAGS) mpn/perfsqr.h
   713  
   714  # .s assembler, no preprocessing.
   715  #
   716  .s.o:
   717  	$(CCAS) $(COMPILE_FLAGS) `test -f '$<' || echo '$(srcdir)/'`$<
   718  .s.obj:
   719  	$(CCAS) $(COMPILE_FLAGS) `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`
   720  .s.lo:
   721  	$(LIBTOOL) --mode=compile --tag=CC $(CCAS) $(COMPILE_FLAGS) `test -f '$<' || echo '$(srcdir)/'`$<
   722  
   723  # .S assembler, preprocessed with cpp.
   724  #
   725  # It's necessary to run $(CPP) separately, since it seems not all compilers
   726  # recognise .S files, in particular "cc" on HP-UX 10 and 11 doesn't (and
   727  # will silently do nothing if given a .S).
   728  #
   729  # For .lo we need a helper script, as described below for .asm.lo.
   730  #
   731  .S.o:
   732  	$(CPP) $(PREPROCESS_FLAGS) `test -f '$<' || echo '$(srcdir)/'`$< | grep -v '^#' >tmp-$*.s
   733  	$(CCAS) $(COMPILE_FLAGS) tmp-$*.s -o $@
   734  	$(RM_TMP) tmp-$*.s
   735  .S.obj:
   736  	$(CPP) $(PREPROCESS_FLAGS) `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi` | grep -v '^#' >tmp-$*.s
   737  	$(CCAS) $(COMPILE_FLAGS) tmp-$*.s -o $@
   738  	$(RM_TMP) tmp-$*.s
   739  .S.lo:
   740  	$(LIBTOOL) --mode=compile --tag=CC $(top_srcdir)/mpn/cpp-ccas --cpp="$(CPP) $(PREPROCESS_FLAGS)" $(CCAS) $(COMPILE_FLAGS) `test -f '$<' || echo '$(srcdir)/'`$<
   741  
   742  # .asm assembler, preprocessed with m4.
   743  #
   744  # .o and .obj are non-PIC and just need m4 followed by a compile.
   745  #
   746  # .lo is a bit tricky.  Libtool (as of version 1.5) has foo.lo as a little
   747  # text file, and .libs/foo.o and foo.o as the PIC and non-PIC objects,
   748  # respectively.  It'd be asking for lots of trouble to try to create foo.lo
   749  # ourselves, so instead arrange to invoke libtool like a --mode=compile, but
   750  # with a special m4-ccas script which first m4 preprocesses, then compiles.
   751  # --tag=CC is necessary since foo.asm is otherwise unknown to libtool.
   752  #
   753  # Libtool adds -DPIC when building a shared object and the .asm files look
   754  # for that.  But it should be noted that the other PIC flags are on occasion
   755  # important too, in particular FreeBSD 2.2.8 gas 1.92.3 requires -k before
   756  # it accepts PIC constructs like @GOT, and gcc adds that flag only under
   757  # -fPIC.  (Later versions of gas are happy to accept PIC stuff any time.)
   758  #
   759  .asm.o:
   760  	$(M4) -DOPERATION_$* `test -f '$<' || echo '$(srcdir)/'`$< >tmp-$*.s
   761  	$(CCAS) $(COMPILE_FLAGS) tmp-$*.s -o $@
   762  	$(RM_TMP) tmp-$*.s
   763  .asm.obj:
   764  	$(M4) -DOPERATION_$* `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi` >tmp-$*.s
   765  	$(CCAS) $(COMPILE_FLAGS) tmp-$*.s -o $@
   766  	$(RM_TMP) tmp-$*.s
   767  .asm.lo:
   768  	$(LIBTOOL) --mode=compile --tag=CC $(top_srcdir)/mpn/m4-ccas --m4="$(M4)" $(CCAS) $(COMPILE_FLAGS) `test -f '$<' || echo '$(srcdir)/'`$<
   769  
   770  # Tell versions [3.59,3.63) of GNU make to not export all variables.
   771  # Otherwise a system limit (for SysV at least) may be exceeded.
   772  .NOEXPORT: