[BACK]Return to Makefile.in CVS log [TXT][DIR] Up to [local] / OpenXM_contrib / gmp / tests

Diff for /OpenXM_contrib/gmp/tests/Attic/Makefile.in between version 1.1.1.1 and 1.1.1.2

version 1.1.1.1, 2000/09/09 14:13:17 version 1.1.1.2, 2003/08/25 16:06:11
Line 1 
Line 1 
 # Makefile.in generated automatically by automake 1.4a from Makefile.am  # Makefile.in generated automatically by automake 1.5 from Makefile.am.
   
 # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.  # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
   # Free Software Foundation, Inc.
 # This Makefile.in is free software; the Free Software Foundation  # This Makefile.in is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,  # gives unlimited permission to copy and/or distribute it,
 # with or without modifications, as long as this notice is preserved.  # with or without modifications, as long as this notice is preserved.
Line 10 
Line 11 
 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A  # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 # PARTICULAR PURPOSE.  # PARTICULAR PURPOSE.
   
   @SET_MAKE@
   
   # Copyright 2000, 2001, 2002 Free Software Foundation, Inc.
   #
   # This file is part of the GNU MP Library.
   #
   # The GNU MP Library is free software; you can redistribute it and/or modify
   # it under the terms of the GNU Lesser General Public License as published by
   # the Free Software Foundation; either version 2.1 of the License, or (at your
   # option) any later version.
   #
   # The GNU MP Library is distributed in the hope that it will be useful, but
   # WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
   # or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public
   # License for more details.
   #
   # You should have received a copy of the GNU Lesser General Public License
   # along with the GNU MP Library; see the file COPYING.LIB.  If not, write to
   # the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
   # MA 02111-1307, USA.
   
   
   # Copyright 1996, 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
   #
   # This file is part of the GNU MP Library.
   #
   # The GNU MP Library is free software; you can redistribute it and/or modify
   # it under the terms of the GNU Lesser General Public License as published by
   # the Free Software Foundation; either version 2.1 of the License, or (at your
   # option) any later version.
   #
   # The GNU MP Library is distributed in the hope that it will be useful, but
   # WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
   # or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public
   # License for more details.
   #
   # You should have received a copy of the GNU Lesser General Public License
   # along with the GNU MP Library; see the file COPYING.LIB.  If not, write to
   # the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
   # MA 02111-1307, USA.
   
   # COMPILE minus CC.
   #
   
 SHELL = @SHELL@  SHELL = @SHELL@
   
 srcdir = @srcdir@  srcdir = @srcdir@
Line 30  infodir = @infodir@
Line 75  infodir = @infodir@
 mandir = @mandir@  mandir = @mandir@
 includedir = @includedir@  includedir = @includedir@
 oldincludedir = /usr/include  oldincludedir = /usr/include
   
 DESTDIR =  
   
 pkgdatadir = $(datadir)/@PACKAGE@  pkgdatadir = $(datadir)/@PACKAGE@
 pkglibdir = $(libdir)/@PACKAGE@  pkglibdir = $(libdir)/@PACKAGE@
 pkgincludedir = $(includedir)/@PACKAGE@  pkgincludedir = $(includedir)/@PACKAGE@
   
 top_builddir = ..  top_builddir = ..
   
 ACLOCAL = @ACLOCAL@  ACLOCAL = @ACLOCAL@
Line 48  INSTALL = @INSTALL@
Line 89  INSTALL = @INSTALL@
 INSTALL_PROGRAM = @INSTALL_PROGRAM@  INSTALL_PROGRAM = @INSTALL_PROGRAM@
 INSTALL_DATA = @INSTALL_DATA@  INSTALL_DATA = @INSTALL_DATA@
 INSTALL_SCRIPT = @INSTALL_SCRIPT@  INSTALL_SCRIPT = @INSTALL_SCRIPT@
 INSTALL_STRIP_FLAG =  INSTALL_HEADER = $(INSTALL_DATA)
 transform = @program_transform_name@  transform = @program_transform_name@
   
 NORMAL_INSTALL = :  NORMAL_INSTALL = :
 PRE_INSTALL = :  PRE_INSTALL = :
 POST_INSTALL = :  POST_INSTALL = :
 NORMAL_UNINSTALL = :  NORMAL_UNINSTALL = :
 PRE_UNINSTALL = :  PRE_UNINSTALL = :
 POST_UNINSTALL = :  POST_UNINSTALL = :
   
 @SET_MAKE@  
 build_alias = @build_alias@  
 build_triplet = @build@  
 host_alias = @host_alias@  host_alias = @host_alias@
 host_triplet = @host@  host_triplet = @host@
 target_alias = @target_alias@  
 target_triplet = @target@  
 AMDEP = @AMDEP@  
 AMTAR = @AMTAR@  AMTAR = @AMTAR@
 AR = @AR@  AR = @AR@
 AS = @AS@  AS = @AS@
 AWK = @AWK@  AWK = @AWK@
   BITS_PER_MP_LIMB = @BITS_PER_MP_LIMB@
 CALLING_CONVENTIONS_OBJS = @CALLING_CONVENTIONS_OBJS@  CALLING_CONVENTIONS_OBJS = @CALLING_CONVENTIONS_OBJS@
 CC = @CC@  CC = @CC@
 CCAS = @CCAS@  CCAS = @CCAS@
 CPP = @CPP@  CPP = @CPP@
 CXX = @CXX@  CXX = @CXX@
 CXXCPP = @CXXCPP@  CXXCPP = @CXXCPP@
   DEFN_LONG_LONG_LIMB = @DEFN_LONG_LONG_LIMB@
 DEPDIR = @DEPDIR@  DEPDIR = @DEPDIR@
 DLLTOOL = @DLLTOOL@  DLLTOOL = @DLLTOOL@
   ECHO = @ECHO@
 EXEEXT = @EXEEXT@  EXEEXT = @EXEEXT@
   GCJ = @GCJ@
   GCJFLAGS = @GCJFLAGS@
   GMP_LDFLAGS = @GMP_LDFLAGS@
   GMP_NAIL_BITS = @GMP_NAIL_BITS@
   HAVE_DECL_OPTARG = @HAVE_DECL_OPTARG@
   HAVE_HOST_CPU_FAMILY_power = @HAVE_HOST_CPU_FAMILY_power@
   HAVE_HOST_CPU_FAMILY_powerpc = @HAVE_HOST_CPU_FAMILY_powerpc@
   HAVE_MPFR_01 = @HAVE_MPFR_01@
   HAVE_STACK_T_01 = @HAVE_STACK_T_01@
   INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
   LEX = @LEX@
   LIBGMP_DLL = @LIBGMP_DLL@
   LIBM = @LIBM@
   LIBREADLINE = @LIBREADLINE@
 LIBTOOL = @LIBTOOL@  LIBTOOL = @LIBTOOL@
 LN_S = @LN_S@  LN_S = @LN_S@
 M4 = @M4@  M4 = @M4@
 MAINT = @MAINT@  MAINT = @MAINT@
 MAKEINFO = @MAKEINFO@  MPFR_CFLAGS = @MPFR_CFLAGS@
   MPFR_LIBS = @MPFR_LIBS@
 OBJDUMP = @OBJDUMP@  OBJDUMP = @OBJDUMP@
 OBJEXT = @OBJEXT@  OBJEXT = @OBJEXT@
 PACKAGE = @PACKAGE@  PACKAGE = @PACKAGE@
 RANLIB = @RANLIB@  RANLIB = @RANLIB@
 SPEED_CYCLECOUNTER_OBJS = @SPEED_CYCLECOUNTER_OBJS@  RC = @RC@
   REPL_VSNPRINTF_OBJ = @REPL_VSNPRINTF_OBJ@
   REPL_VSNPRINTF_PRINTF_OBJ = @REPL_VSNPRINTF_PRINTF_OBJ@
   SPEED_CYCLECOUNTER_OBJ = @SPEED_CYCLECOUNTER_OBJ@
 STRIP = @STRIP@  STRIP = @STRIP@
   TAL_OBJECT = @TAL_OBJECT@
   TUNE_SQR_OBJ = @TUNE_SQR_OBJ@
 U = @U@  U = @U@
 VERSION = @VERSION@  VERSION = @VERSION@
   WITH_READLINE_01 = @WITH_READLINE_01@
   YACC = @YACC@
   am__include = @am__include@
   am__quote = @am__quote@
 gmp_srclinks = @gmp_srclinks@  gmp_srclinks = @gmp_srclinks@
 install_sh = @install_sh@  install_sh = @install_sh@
 mpn_objects = @mpn_objects@  mpn_objects = @mpn_objects@
 mpn_objs_in_libgmp = @mpn_objs_in_libgmp@  mpn_objs_in_libgmp = @mpn_objs_in_libgmp@
   mpn_objs_in_libmp = @mpn_objs_in_libmp@
   
 # Copyright (C) 2000 Free Software Foundation, Inc.  AUTOMAKE_OPTIONS = gnu no-dependencies $(top_builddir)/ansi2knr
   SUBDIRS = . devel mpn mpz mpq mpf rand misc cxx mpbsd
   
   COMPILE_FLAGS = $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
           $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
   
   
   # Flags used for preprocessing (in ansi2knr rules).
 #  #
 # This file is part of the GNU MP Library.  PREPROCESS_FLAGS = $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
           $(CPPFLAGS)
   
   
   # Recent versions of automake (1.5 and up for instance) append automake
   # generated suffixes to this $(SUFFIXES) list.  This is essential for us,
   # since .c must come after .s, .S and .asm.  If .c is before .s, for
   # instance, then in the mpn directory "make" will see add_n.c mentioned in
   # an explicit rule (the ansi2knr stuff) and decide it must have add_n.c,
   # even if add_n.c doesn't exist but add_n.s does.  See GNU make
   # documentation "(make)Implicit Rule Search", part 5c.
 #  #
 # The GNU MP Library is free software; you can redistribute it and/or modify  # On IRIX 6 native make this doesn't work properly though.  Somehow .c
 # it under the terms of the GNU Lesser General Public License as published by  # remains ahead of .s, perhaps because .c.s is a builtin rule.  .asm works
 # the Free Software Foundation; either version 2.1 of the License, or (at your  # fine though, and mpn/mips3 uses this.
 # option) any later version.  
 #  #
 # The GNU MP Library is distributed in the hope that it will be useful, but  SUFFIXES = .s .S .asm
 # WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY  
 # or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public  
 # License for more details.  
 #  
 # You should have received a copy of the GNU Lesser General Public License  
 # along with the GNU MP Library; see the file COPYING.LIB.  If not, write to  
 # the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,  
 # MA 02111-1307, USA.  
   
   # can be overridden during development, eg. "make RM_TMP=: mul_1.lo"
   RM_TMP = rm -f
   
 AUTOMAKE_OPTIONS = gnu no-dependencies  INCLUDES = -I$(top_srcdir)
   LDADD = libtests.la $(top_builddir)/libgmp.la
   
 SUBDIRS = rand  EXTRA_DIST = x86call.asm
   EXTRA_LTLIBRARIES = libdummy.la
   check_LTLIBRARIES = libtests.la
   
   libtests_la_SOURCES = tests.h \
     memory.c misc.c refmpf.c refmpn.c refmpq.c refmpz.c spinner.c trace.c
   
   libtests_la_DEPENDENCIES = @CALLING_CONVENTIONS_OBJS@
   libtests_la_LIBADD = $(libtests_la_DEPENDENCIES) $(top_builddir)/libgmp.la
   
   # Create ansi2knr rules for sources conditionally used
   libdummy_la_SOURCES = x86check.c
   
   check_PROGRAMS = t-bswap t-constants t-count_zeros t-gmpmax t-modlinv
   TESTS = $(check_PROGRAMS)
 subdir = tests  subdir = tests
 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs  mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 CONFIG_HEADER = ../config.h  CONFIG_HEADER = $(top_builddir)/config.h
 CONFIG_CLEAN_FILES =  CONFIG_CLEAN_FILES =
 DIST_SOURCES =  libdummy_la_LDFLAGS =
 DIST_COMMON =  Makefile.am Makefile.in  libdummy_la_LIBADD =
   am_libdummy_la_OBJECTS = x86check$U.lo
   libdummy_la_OBJECTS = $(am_libdummy_la_OBJECTS)
   libtests_la_LDFLAGS =
   am_libtests_la_OBJECTS = memory$U.lo misc$U.lo refmpf$U.lo refmpn$U.lo \
           refmpq$U.lo refmpz$U.lo spinner$U.lo trace$U.lo
   libtests_la_OBJECTS = $(am_libtests_la_OBJECTS)
   check_PROGRAMS = t-bswap$(EXEEXT) t-constants$(EXEEXT) \
           t-count_zeros$(EXEEXT) t-gmpmax$(EXEEXT) t-modlinv$(EXEEXT)
   t_bswap_SOURCES = t-bswap.c
   t_bswap_OBJECTS = t-bswap$U.$(OBJEXT)
   t_bswap_LDADD = $(LDADD)
   t_bswap_DEPENDENCIES = libtests.la $(top_builddir)/libgmp.la
   t_bswap_LDFLAGS =
   t_constants_SOURCES = t-constants.c
   t_constants_OBJECTS = t-constants$U.$(OBJEXT)
   t_constants_LDADD = $(LDADD)
   t_constants_DEPENDENCIES = libtests.la $(top_builddir)/libgmp.la
   t_constants_LDFLAGS =
   t_count_zeros_SOURCES = t-count_zeros.c
   t_count_zeros_OBJECTS = t-count_zeros$U.$(OBJEXT)
   t_count_zeros_LDADD = $(LDADD)
   t_count_zeros_DEPENDENCIES = libtests.la $(top_builddir)/libgmp.la
   t_count_zeros_LDFLAGS =
   t_gmpmax_SOURCES = t-gmpmax.c
   t_gmpmax_OBJECTS = t-gmpmax$U.$(OBJEXT)
   t_gmpmax_LDADD = $(LDADD)
   t_gmpmax_DEPENDENCIES = libtests.la $(top_builddir)/libgmp.la
   t_gmpmax_LDFLAGS =
   t_modlinv_SOURCES = t-modlinv.c
   t_modlinv_OBJECTS = t-modlinv$U.$(OBJEXT)
   t_modlinv_LDADD = $(LDADD)
   t_modlinv_DEPENDENCIES = libtests.la $(top_builddir)/libgmp.la
   t_modlinv_LDFLAGS =
   
   DEFS = @DEFS@
   DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
   CPPFLAGS = @CPPFLAGS@
   LDFLAGS = @LDFLAGS@
   LIBS = @LIBS@
   depcomp =
   COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
           $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
   LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \
           $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
   CCLD = $(CC)
   LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
           $(AM_LDFLAGS) $(LDFLAGS) -o $@
   CFLAGS = @CFLAGS@
   DIST_SOURCES = $(libdummy_la_SOURCES) $(libtests_la_SOURCES) t-bswap.c \
           t-constants.c t-count_zeros.c t-gmpmax.c t-modlinv.c
   
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)  RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
           uninstall-info-recursive all-recursive install-data-recursive \
           install-exec-recursive installdirs-recursive install-recursive \
           uninstall-recursive check-recursive installcheck-recursive
   DIST_COMMON = Makefile.am Makefile.in
   DIST_SUBDIRS = $(SUBDIRS)
   SOURCES = $(libdummy_la_SOURCES) $(libtests_la_SOURCES) t-bswap.c t-constants.c t-count_zeros.c t-gmpmax.c t-modlinv.c
   
 GZIP_ENV = --best  all: all-recursive
 depcomp =  
 all: all-redirect  
 .SUFFIXES:  .SUFFIXES:
 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)  .SUFFIXES: .s .S .asm .c .lo .o .obj
         cd $(top_srcdir) && $(AUTOMAKE) --gnu tests/Makefile  
   
 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status  mostlyclean-libtool:
         cd $(top_builddir) \          -rm -f *.lo
           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status  
   
   clean-libtool:
           -rm -rf .libs _libs
   
   distclean-libtool:
           -rm -f libtool
   $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(srcdir)/../mpn/Makeasm.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
           cd $(top_srcdir) && \
             $(AUTOMAKE) --gnu  tests/Makefile
   Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  $(top_builddir)/config.status
           cd $(top_builddir) && \
             CONFIG_HEADERS= CONFIG_LINKS= \
             CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status
   
   clean-checkLTLIBRARIES:
           -test -z "$(check_LTLIBRARIES)" || rm -f $(check_LTLIBRARIES)
   libdummy.la: $(libdummy_la_OBJECTS) $(libdummy_la_DEPENDENCIES)
           $(LINK)  $(libdummy_la_LDFLAGS) $(libdummy_la_OBJECTS) $(libdummy_la_LIBADD) $(LIBS)
   libtests.la: $(libtests_la_OBJECTS) $(libtests_la_DEPENDENCIES)
           $(LINK)  $(libtests_la_LDFLAGS) $(libtests_la_OBJECTS) $(libtests_la_LIBADD) $(LIBS)
   
   clean-checkPROGRAMS:
           -test -z "$(check_PROGRAMS)" || rm -f $(check_PROGRAMS)
   t-bswap$(EXEEXT): $(t_bswap_OBJECTS) $(t_bswap_DEPENDENCIES)
           @rm -f t-bswap$(EXEEXT)
           $(LINK) $(t_bswap_LDFLAGS) $(t_bswap_OBJECTS) $(t_bswap_LDADD) $(LIBS)
   t-constants$(EXEEXT): $(t_constants_OBJECTS) $(t_constants_DEPENDENCIES)
           @rm -f t-constants$(EXEEXT)
           $(LINK) $(t_constants_LDFLAGS) $(t_constants_OBJECTS) $(t_constants_LDADD) $(LIBS)
   t-count_zeros$(EXEEXT): $(t_count_zeros_OBJECTS) $(t_count_zeros_DEPENDENCIES)
           @rm -f t-count_zeros$(EXEEXT)
           $(LINK) $(t_count_zeros_LDFLAGS) $(t_count_zeros_OBJECTS) $(t_count_zeros_LDADD) $(LIBS)
   t-gmpmax$(EXEEXT): $(t_gmpmax_OBJECTS) $(t_gmpmax_DEPENDENCIES)
           @rm -f t-gmpmax$(EXEEXT)
           $(LINK) $(t_gmpmax_LDFLAGS) $(t_gmpmax_OBJECTS) $(t_gmpmax_LDADD) $(LIBS)
   t-modlinv$(EXEEXT): $(t_modlinv_OBJECTS) $(t_modlinv_DEPENDENCIES)
           @rm -f t-modlinv$(EXEEXT)
           $(LINK) $(t_modlinv_LDFLAGS) $(t_modlinv_OBJECTS) $(t_modlinv_LDADD) $(LIBS)
   
   mostlyclean-compile:
           -rm -f *.$(OBJEXT) core *.core
   
   distclean-compile:
           -rm -f *.tab.c
   
   ANSI2KNR = $(top_builddir)/ansi2knr
   $(top_builddir)/ansi2knr:
           cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) ansi2knr
   
   mostlyclean-kr:
           -test "$U" = "" || rm -f *_.c
   
   .c.o:
           $(COMPILE) -c `test -f $< || echo '$(srcdir)/'`$<
   
   .c.obj:
           $(COMPILE) -c `cygpath -w $<`
   
   .c.lo:
           $(LTCOMPILE) -c -o $@ `test -f $< || echo '$(srcdir)/'`$<
   memory_.c: memory.c $(ANSI2KNR)
           $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/memory.c; then echo $(srcdir)/memory.c; else echo memory.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > memory_.c || rm -f memory_.c
   misc_.c: misc.c $(ANSI2KNR)
           $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/misc.c; then echo $(srcdir)/misc.c; else echo misc.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > misc_.c || rm -f misc_.c
   refmpf_.c: refmpf.c $(ANSI2KNR)
           $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/refmpf.c; then echo $(srcdir)/refmpf.c; else echo refmpf.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > refmpf_.c || rm -f refmpf_.c
   refmpn_.c: refmpn.c $(ANSI2KNR)
           $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/refmpn.c; then echo $(srcdir)/refmpn.c; else echo refmpn.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > refmpn_.c || rm -f refmpn_.c
   refmpq_.c: refmpq.c $(ANSI2KNR)
           $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/refmpq.c; then echo $(srcdir)/refmpq.c; else echo refmpq.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > refmpq_.c || rm -f refmpq_.c
   refmpz_.c: refmpz.c $(ANSI2KNR)
           $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/refmpz.c; then echo $(srcdir)/refmpz.c; else echo refmpz.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > refmpz_.c || rm -f refmpz_.c
   spinner_.c: spinner.c $(ANSI2KNR)
           $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/spinner.c; then echo $(srcdir)/spinner.c; else echo spinner.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > spinner_.c || rm -f spinner_.c
   t-bswap_.c: t-bswap.c $(ANSI2KNR)
           $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/t-bswap.c; then echo $(srcdir)/t-bswap.c; else echo t-bswap.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > t-bswap_.c || rm -f t-bswap_.c
   t-constants_.c: t-constants.c $(ANSI2KNR)
           $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/t-constants.c; then echo $(srcdir)/t-constants.c; else echo t-constants.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > t-constants_.c || rm -f t-constants_.c
   t-count_zeros_.c: t-count_zeros.c $(ANSI2KNR)
           $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/t-count_zeros.c; then echo $(srcdir)/t-count_zeros.c; else echo t-count_zeros.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > t-count_zeros_.c || rm -f t-count_zeros_.c
   t-gmpmax_.c: t-gmpmax.c $(ANSI2KNR)
           $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/t-gmpmax.c; then echo $(srcdir)/t-gmpmax.c; else echo t-gmpmax.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > t-gmpmax_.c || rm -f t-gmpmax_.c
   t-modlinv_.c: t-modlinv.c $(ANSI2KNR)
           $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/t-modlinv.c; then echo $(srcdir)/t-modlinv.c; else echo t-modlinv.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > t-modlinv_.c || rm -f t-modlinv_.c
   trace_.c: trace.c $(ANSI2KNR)
           $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/trace.c; then echo $(srcdir)/trace.c; else echo trace.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > trace_.c || rm -f trace_.c
   x86check_.c: x86check.c $(ANSI2KNR)
           $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/x86check.c; then echo $(srcdir)/x86check.c; else echo x86check.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > x86check_.c || rm -f x86check_.c
   memory_.$(OBJEXT) memory_.lo misc_.$(OBJEXT) misc_.lo refmpf_.$(OBJEXT) \
   refmpf_.lo refmpn_.$(OBJEXT) refmpn_.lo refmpq_.$(OBJEXT) refmpq_.lo \
   refmpz_.$(OBJEXT) refmpz_.lo spinner_.$(OBJEXT) spinner_.lo \
   t-bswap_.$(OBJEXT) t-bswap_.lo t-constants_.$(OBJEXT) t-constants_.lo \
   t-count_zeros_.$(OBJEXT) t-count_zeros_.lo t-gmpmax_.$(OBJEXT) \
   t-gmpmax_.lo t-modlinv_.$(OBJEXT) t-modlinv_.lo trace_.$(OBJEXT) \
   trace_.lo x86check_.$(OBJEXT) x86check_.lo : $(ANSI2KNR)
   uninstall-info-am:
   
 # This directory's subdirectories are mostly independent; you can cd  # This directory's subdirectories are mostly independent; you can cd
 # into them and run `make' without going through this Makefile.  # into them and run `make' without going through this Makefile.
 # To change the values of `make' variables: instead of editing Makefiles,  # To change the values of `make' variables: instead of editing Makefiles,
 # (1) if the variable is set in `config.status', edit `config.status'  # (1) if the variable is set in `config.status', edit `config.status'
 #     (which will cause the Makefiles to be regenerated when you run `make');  #     (which will cause the Makefiles to be regenerated when you run `make');
 # (2) otherwise, pass the desired values on the `make' command line.  # (2) otherwise, pass the desired values on the `make' command line.
   $(RECURSIVE_TARGETS):
 all-recursive install-data-recursive install-exec-recursive \  
 installdirs-recursive install-recursive uninstall-recursive  \  
 check-recursive installcheck-recursive info-recursive dvi-recursive:  
         @set fnord $(MAKEFLAGS); amf=$$2; \          @set fnord $(MAKEFLAGS); amf=$$2; \
         dot_seen=no; \          dot_seen=no; \
         target=`echo $@ | sed s/-recursive//`; \          target=`echo $@ | sed s/-recursive//`; \
Line 174  mostlyclean-recursive clean-recursive distclean-recurs
Line 404  mostlyclean-recursive clean-recursive distclean-recurs
 maintainer-clean-recursive:  maintainer-clean-recursive:
         @set fnord $(MAKEFLAGS); amf=$$2; \          @set fnord $(MAKEFLAGS); amf=$$2; \
         dot_seen=no; \          dot_seen=no; \
         rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \          case "$@" in \
           rev="$$subdir $$rev"; \            distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
           if test "$$subdir" = "."; then dot_seen=yes; else :; fi; \            *) list='$(SUBDIRS)' ;; \
           esac; \
           rev=''; for subdir in $$list; do \
             if test "$$subdir" = "."; then :; else \
               rev="$$subdir $$rev"; \
             fi; \
         done; \          done; \
         test "$$dot_seen" = "no" && rev=". $$rev"; \          rev="$$rev ."; \
         target=`echo $@ | sed s/-recursive//`; \          target=`echo $@ | sed s/-recursive//`; \
         for subdir in $$rev; do \          for subdir in $$rev; do \
           echo "Making $$target in $$subdir"; \            echo "Making $$target in $$subdir"; \
Line 204  ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
Line 439  ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
           done | \            done | \
           $(AWK) '    { files[$$0] = 1; } \            $(AWK) '    { files[$$0] = 1; } \
                END { for (i in files) print i; }'`; \                 END { for (i in files) print i; }'`; \
         mkid -f$$here/ID $$unique $(LISP)          mkid -fID $$unique $(LISP)
   
 TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \  TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
                 $(TAGS_FILES) $(LISP)                  $(TAGS_FILES) $(LISP)
         tags=; \          tags=; \
         here=`pwd`; \          here=`pwd`; \
         list='$(SUBDIRS)'; for subdir in $$list; do \          list='$(SUBDIRS)'; for subdir in $$list; do \
    if test "$$subdir" = .; then :; else \            if test "$$subdir" = .; then :; else \
             test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \              test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
    fi; \            fi; \
         done; \          done; \
         list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \          list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
         unique=`for i in $$list; do \          unique=`for i in $$list; do \
Line 224  TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEP
Line 459  TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEP
         test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \          test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
           || etags $(ETAGS_ARGS) $$tags  $$unique $(LISP)            || etags $(ETAGS_ARGS) $$tags  $$unique $(LISP)
   
 mostlyclean-tags:  GTAGS:
           here=`CDPATH=: && cd $(top_builddir) && pwd` \
             && cd $(top_srcdir) \
             && gtags -i $(GTAGS_ARGS) $$here
   
 clean-tags:  
   
 distclean-tags:  distclean-tags:
         -rm -f TAGS ID          -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
   
 maintainer-clean-tags:  check-TESTS: $(TESTS)
           @failed=0; all=0; xfail=0; xpass=0; \
           srcdir=$(srcdir); export srcdir; \
           list='$(TESTS)'; \
           if test -n "$$list"; then \
             for tst in $$list; do \
               if test -f ./$$tst; then dir=./; \
               elif test -f $$tst; then dir=; \
               else dir="$(srcdir)/"; fi; \
               if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
                 all=`expr $$all + 1`; \
                 case " $(XFAIL_TESTS) " in \
                 *" $$tst "*) \
                   xpass=`expr $$xpass + 1`; \
                   failed=`expr $$failed + 1`; \
                   echo "XPASS: $$tst"; \
                 ;; \
                 *) \
                   echo "PASS: $$tst"; \
                 ;; \
                 esac; \
               elif test $$? -ne 77; then \
                 all=`expr $$all + 1`; \
                 case " $(XFAIL_TESTS) " in \
                 *" $$tst "*) \
                   xfail=`expr $$xfail + 1`; \
                   echo "XFAIL: $$tst"; \
                 ;; \
                 *) \
                   failed=`expr $$failed + 1`; \
                   echo "FAIL: $$tst"; \
                 ;; \
                 esac; \
               fi; \
             done; \
             if test "$$failed" -eq 0; then \
               if test "$$xfail" -eq 0; then \
                 banner="All $$all tests passed"; \
               else \
                 banner="All $$all tests behaved as expected ($$xfail expected failures)"; \
               fi; \
             else \
               if test "$$xpass" -eq 0; then \
                 banner="$$failed of $$all tests failed"; \
               else \
                 banner="$$failed of $$all tests did not behave as expected ($$xpass unexpected passes)"; \
               fi; \
             fi; \
             dashes=`echo "$$banner" | sed s/./=/g`; \
             echo "$$dashes"; \
             echo "$$banner"; \
             echo "$$dashes"; \
             test "$$failed" -eq 0; \
           else \
             true; \
           fi
   
 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)  DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
   
   top_distdir = ..
   distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
   
 distdir: $(DISTFILES)  distdir: $(DISTFILES)
         @for file in $(DISTFILES); do \          @for file in $(DISTFILES); do \
           d=$(srcdir); \            if test -f $$file; then d=.; else d=$(srcdir); fi; \
             dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
             if test "$$dir" != "$$file" && test "$$dir" != "."; then \
               $(mkinstalldirs) "$(distdir)/$$dir"; \
             fi; \
           if test -d $$d/$$file; then \            if test -d $$d/$$file; then \
             cp -pR $$d/$$file $(distdir); \              cp -pR $$d/$$file $(distdir) \
               || exit 1; \
           else \            else \
             test -f $(distdir)/$$file \              test -f $(distdir)/$$file \
             || cp -p $$d/$$file $(distdir)/$$file || :; \              || cp -p $$d/$$file $(distdir)/$$file \
               || exit 1; \
           fi; \            fi; \
         done          done
         for subdir in $(SUBDIRS); do \          for subdir in $(SUBDIRS); do \
Line 250  distdir: $(DISTFILES)
Line 550  distdir: $(DISTFILES)
             test -d $(distdir)/$$subdir \              test -d $(distdir)/$$subdir \
             || mkdir $(distdir)/$$subdir \              || mkdir $(distdir)/$$subdir \
             || exit 1; \              || exit 1; \
             (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \              (cd $$subdir && \
                 $(MAKE) $(AM_MAKEFLAGS) \
                   top_distdir="$(top_distdir)" \
                   distdir=../$(distdir)/$$subdir \
                   distdir) \
               || exit 1; \                || exit 1; \
           fi; \            fi; \
         done          done
 info-am:  
 info: info-recursive  
 dvi-am:  
 dvi: dvi-recursive  
 check-am: all-am  check-am: all-am
           $(MAKE) $(AM_MAKEFLAGS) $(check_LTLIBRARIES) $(check_PROGRAMS)
           $(MAKE) $(AM_MAKEFLAGS) check-TESTS
 check: check-recursive  check: check-recursive
 installcheck-am:  all-am: Makefile
 installcheck: installcheck-recursive  installdirs: installdirs-recursive
 install-exec-am:  installdirs-am:
 install-exec: install-exec-recursive  
   
 install-data-am:  install: install-recursive
   install-exec: install-exec-recursive
 install-data: install-data-recursive  install-data: install-data-recursive
   uninstall: uninstall-recursive
   
 install-am: all-am  install-am: all-am
         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am          @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 install: install-recursive  
 uninstall-am:  
 uninstall: uninstall-recursive  
 all-am: Makefile  
 all-redirect: all-recursive  
 install-strip:  
         $(MAKE) $(AM_MAKEFLAGS) INSTALL_STRIP_FLAG=-s install  
 installdirs: installdirs-recursive  
 installdirs-am:  
   
   installcheck: installcheck-recursive
   install-strip:
           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
             `test -z '$(STRIP)' || \
               echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 mostlyclean-generic:  mostlyclean-generic:
   
 clean-generic:  clean-generic:
   
 distclean-generic:  distclean-generic:
         -rm -f Makefile $(CONFIG_CLEAN_FILES)          -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
         -rm -f config.cache config.log stamp-h stamp-h[0-9]*  
   
 maintainer-clean-generic:  maintainer-clean-generic:
         -rm -f Makefile.in          @echo "This command is intended for maintainers to use"
 mostlyclean-am:  mostlyclean-tags mostlyclean-generic          @echo "it deletes files that may require special tools to rebuild."
   clean: clean-recursive
   
 mostlyclean: mostlyclean-recursive  clean-am: clean-checkLTLIBRARIES clean-checkPROGRAMS clean-generic \
           clean-libtool mostlyclean-am
   
 clean-am:  clean-tags clean-generic mostlyclean-am  distclean: distclean-recursive
   
 clean: clean-recursive  distclean-am: clean-am distclean-compile distclean-generic \
           distclean-libtool distclean-tags
   
 distclean-am:  distclean-tags distclean-generic clean-am  dvi: dvi-recursive
         -rm -f libtool  
   
 distclean: distclean-recursive  dvi-am:
   
 maintainer-clean-am:  maintainer-clean-tags maintainer-clean-generic \  info: info-recursive
                 distclean-am  
         @echo "This command is intended for maintainers to use;"  
         @echo "it deletes files that may require special tools to rebuild."  
   
   info-am:
   
   install-data-am:
   
   install-exec-am:
   
   install-info: install-info-recursive
   
   install-man:
   
   installcheck-am:
   
 maintainer-clean: maintainer-clean-recursive  maintainer-clean: maintainer-clean-recursive
   
 .PHONY: install-recursive uninstall-recursive install-data-recursive \  maintainer-clean-am: distclean-am maintainer-clean-generic
 uninstall-data-recursive install-exec-recursive \  
 uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \  
 all-recursive check-recursive installcheck-recursive info-recursive \  
 dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \  
 maintainer-clean-recursive tags tags-recursive mostlyclean-tags \  
 distclean-tags clean-tags maintainer-clean-tags distdir info-am info \  
 dvi-am dvi check check-am installcheck-am installcheck install-exec-am \  
 install-exec install-data-am install-data install-am install \  
 uninstall-am uninstall all-redirect all-am all install-strip \  
 installdirs-am installdirs mostlyclean-generic distclean-generic \  
 clean-generic maintainer-clean-generic clean mostlyclean distclean \  
 maintainer-clean  
   
   mostlyclean: mostlyclean-recursive
   
   mostlyclean-am: mostlyclean-compile mostlyclean-generic mostlyclean-kr \
           mostlyclean-libtool
   
   uninstall-am: uninstall-info-am
   
   uninstall-info: uninstall-info-recursive
   
   .PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-TESTS check-am \
           clean clean-checkLTLIBRARIES clean-checkPROGRAMS clean-generic \
           clean-libtool clean-recursive distclean distclean-compile \
           distclean-generic distclean-libtool distclean-recursive \
           distclean-tags distdir dvi dvi-am dvi-recursive info info-am \
           info-recursive install install-am install-data install-data-am \
           install-data-recursive install-exec install-exec-am \
           install-exec-recursive install-info install-info-am \
           install-info-recursive install-man install-recursive \
           install-strip installcheck installcheck-am installdirs \
           installdirs-am installdirs-recursive maintainer-clean \
           maintainer-clean-generic maintainer-clean-recursive mostlyclean \
           mostlyclean-compile mostlyclean-generic mostlyclean-kr \
           mostlyclean-libtool mostlyclean-recursive tags tags-recursive \
           uninstall uninstall-am uninstall-info-am \
           uninstall-info-recursive uninstall-recursive
   
   
   # .s assembler, no preprocessing.
   #
   .s.o:
           $(CCAS) $(COMPILE_FLAGS) `test -f $< || echo '$(srcdir)/'`$<
   .s.obj:
           $(CCAS) $(COMPILE_FLAGS) `cygpath -w $<`
   .s.lo:
           $(LIBTOOL) --mode=compile $(CCAS) $(COMPILE_FLAGS) `test -f $< || echo '$(srcdir)/'`$<
   
   # .S assembler, preprocessed with cpp.
   #
   # It's necessary to run $(CPP) separately, since it seems not all compilers
   # recognise .S files, in particular "cc" on HP-UX 10 and 11 doesn't (and
   # will silently do nothing if given a .S).
   #
   # For .lo we need a helper script, as described below for .asm.lo.
   #
   .S.o:
           $(CPP) $(PREPROCESS_FLAGS) `test -f $< || echo '$(srcdir)/'`$< | grep -v '^#' >tmp-$*.s
           $(CCAS) $(COMPILE_FLAGS) tmp-$*.s -o $@
           $(RM_TMP) tmp-$*.s
   .S.obj:
           $(CPP) $(PREPROCESS_FLAGS) `cygpath -w $<` | grep -v '^#' >tmp-$*.s
           $(CCAS) $(COMPILE_FLAGS) tmp-$*.s -o $@
           $(RM_TMP) tmp-$*.s
   .S.lo:
           $(LIBTOOL) --mode=compile --tag=CC $(top_srcdir)/mpn/cpp-ccas --cpp="$(CPP) $(PREPROCESS_FLAGS)" $(CCAS) $(COMPILE_FLAGS) `test -f $< || echo '$(srcdir)/'`$<
   
   # .asm assembler, preprocessed with m4.
   #
   # .o and .obj are non-PIC and just need m4 followed by a compile.
   #
   # .lo is a bit tricky.  Libtool (as of version 1.5) has foo.lo as a little
   # text file, and .libs/foo.o and foo.o as the PIC and non-PIC objects,
   # respectively.  It'd be asking for lots of trouble to try to create foo.lo
   # ourselves, so instead arrange to invoke libtool like a --mode=compile, but
   # with a special m4-ccas script which first m4 preprocesses, then compiles.
   # --tag=CC is necessary since foo.asm is otherwise unknown to libtool.
   #
   # Libtool adds -DPIC when building a shared object and the .asm files look
   # for that.  But it should be noted that the other PIC flags are on occasion
   # important too, in particular FreeBSD 2.2.8 gas 1.92.3 requires -k before
   # it accepts PIC constructs like @GOT, and gcc adds that flag only under
   # -fPIC.  (Later versions of gas are happy to accept PIC stuff any time.)
   #
   .asm.o:
           $(M4) -DOPERATION_$* `test -f $< || echo '$(srcdir)/'`$< >tmp-$*.s
           $(CCAS) $(COMPILE_FLAGS) tmp-$*.s -o $@
           $(RM_TMP) tmp-$*.s
   .asm.obj:
           $(M4) -DOPERATION_$* `cygpath -w $<` >tmp-$*.s
           $(CCAS) $(COMPILE_FLAGS) tmp-$*.s -o $@
           $(RM_TMP) tmp-$*.s
   .asm.lo:
           $(LIBTOOL) --mode=compile --tag=CC $(top_srcdir)/mpn/m4-ccas --m4="$(M4)" $(CCAS) $(COMPILE_FLAGS) `test -f $< || echo '$(srcdir)/'`$<
 # Tell versions [3.59,3.63) of GNU make to not export all variables.  # Tell versions [3.59,3.63) of GNU make to not export all variables.
 # Otherwise a system limit (for SysV at least) may be exceeded.  # Otherwise a system limit (for SysV at least) may be exceeded.
 .NOEXPORT:  .NOEXPORT:

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.2

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>