Makefile.in
上传用户:qaz666999
上传日期:2022-08-06
资源大小:2570k
文件大小:37k
源码类别:

数学计算

开发平台:

Unix_Linux

  1. # Makefile.in generated by automake 1.11.1 from Makefile.am.
  2. # @configure_input@
  3. # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
  4. # 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
  5. # Inc.
  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. # This program is distributed in the hope that it will be useful,
  10. # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
  11. # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  12. # PARTICULAR PURPOSE.
  13. @SET_MAKE@
  14. # Copyright 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
  15. #
  16. # This file is part of the GNU MP Library.
  17. #
  18. # The GNU MP Library is free software; you can redistribute it and/or modify
  19. # it under the terms of the GNU Lesser General Public License as published by
  20. # the Free Software Foundation; either version 3 of the License, or (at your
  21. # option) any later version.
  22. #
  23. # The GNU MP Library is distributed in the hope that it will be useful, but
  24. # WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  25. # or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public
  26. # License for more details.
  27. #
  28. # You should have received a copy of the GNU Lesser General Public License
  29. # along with the GNU MP Library.  If not, see http://www.gnu.org/licenses/.
  30. # Copyright 1996, 1998, 1999, 2000, 2001, 2002 Free Software Foundation,
  31. # Inc.
  32. #
  33. # This file is part of the GNU MP Library.
  34. #
  35. # The GNU MP Library is free software; you can redistribute it and/or modify
  36. # it under the terms of the GNU Lesser General Public License as published by
  37. # the Free Software Foundation; either version 3 of the License, or (at your
  38. # option) any later version.
  39. #
  40. # The GNU MP Library is distributed in the hope that it will be useful, but
  41. # WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  42. # or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public
  43. # License for more details.
  44. #
  45. # You should have received a copy of the GNU Lesser General Public License
  46. # along with the GNU MP Library.  If not, see http://www.gnu.org/licenses/.
  47. VPATH = @srcdir@
  48. pkgdatadir = $(datadir)/@PACKAGE@
  49. pkgincludedir = $(includedir)/@PACKAGE@
  50. pkglibdir = $(libdir)/@PACKAGE@
  51. pkglibexecdir = $(libexecdir)/@PACKAGE@
  52. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  53. install_sh_DATA = $(install_sh) -c -m 644
  54. install_sh_PROGRAM = $(install_sh) -c
  55. install_sh_SCRIPT = $(install_sh) -c
  56. INSTALL_HEADER = $(INSTALL_DATA)
  57. transform = $(program_transform_name)
  58. NORMAL_INSTALL = :
  59. PRE_INSTALL = :
  60. POST_INSTALL = :
  61. NORMAL_UNINSTALL = :
  62. PRE_UNINSTALL = :
  63. POST_UNINSTALL = :
  64. build_triplet = @build@
  65. host_triplet = @host@
  66. ANSI2KNR = $(top_builddir)/ansi2knr
  67. DIST_COMMON = $(srcdir)/../mpn/Makeasm.am $(srcdir)/Makefile.am 
  68. $(srcdir)/Makefile.in
  69. check_PROGRAMS = t-bswap$(EXEEXT) t-constants$(EXEEXT) 
  70. t-count_zeros$(EXEEXT) t-gmpmax$(EXEEXT) t-hightomask$(EXEEXT) 
  71. t-modlinv$(EXEEXT) t-popc$(EXEEXT) t-parity$(EXEEXT) 
  72. t-sub$(EXEEXT)
  73. subdir = tests
  74. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  75. am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 
  76. $(top_srcdir)/configure.in
  77. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) 
  78. $(ACLOCAL_M4)
  79. mkinstalldirs = $(install_sh) -d
  80. CONFIG_HEADER = $(top_builddir)/config.h
  81. CONFIG_CLEAN_FILES =
  82. CONFIG_CLEAN_VPATH_FILES =
  83. am__DEPENDENCIES_1 =
  84. am_libtests_la_OBJECTS = memory$U.lo misc$U.lo refmpf$U.lo refmpn$U.lo 
  85. refmpq$U.lo refmpz$U.lo spinner$U.lo trace$U.lo
  86. libtests_la_OBJECTS = $(am_libtests_la_OBJECTS)
  87. t_bswap_SOURCES = t-bswap.c
  88. t_bswap_OBJECTS = t-bswap$U.$(OBJEXT)
  89. t_bswap_LDADD = $(LDADD)
  90. t_bswap_DEPENDENCIES = libtests.la $(top_builddir)/libgmp.la
  91. t_constants_SOURCES = t-constants.c
  92. t_constants_OBJECTS = t-constants$U.$(OBJEXT)
  93. t_constants_LDADD = $(LDADD)
  94. t_constants_DEPENDENCIES = libtests.la $(top_builddir)/libgmp.la
  95. t_count_zeros_SOURCES = t-count_zeros.c
  96. t_count_zeros_OBJECTS = t-count_zeros$U.$(OBJEXT)
  97. t_count_zeros_LDADD = $(LDADD)
  98. t_count_zeros_DEPENDENCIES = libtests.la $(top_builddir)/libgmp.la
  99. t_gmpmax_SOURCES = t-gmpmax.c
  100. t_gmpmax_OBJECTS = t-gmpmax$U.$(OBJEXT)
  101. t_gmpmax_LDADD = $(LDADD)
  102. t_gmpmax_DEPENDENCIES = libtests.la $(top_builddir)/libgmp.la
  103. t_hightomask_SOURCES = t-hightomask.c
  104. t_hightomask_OBJECTS = t-hightomask$U.$(OBJEXT)
  105. t_hightomask_LDADD = $(LDADD)
  106. t_hightomask_DEPENDENCIES = libtests.la $(top_builddir)/libgmp.la
  107. t_modlinv_SOURCES = t-modlinv.c
  108. t_modlinv_OBJECTS = t-modlinv$U.$(OBJEXT)
  109. t_modlinv_LDADD = $(LDADD)
  110. t_modlinv_DEPENDENCIES = libtests.la $(top_builddir)/libgmp.la
  111. t_parity_SOURCES = t-parity.c
  112. t_parity_OBJECTS = t-parity$U.$(OBJEXT)
  113. t_parity_LDADD = $(LDADD)
  114. t_parity_DEPENDENCIES = libtests.la $(top_builddir)/libgmp.la
  115. t_popc_SOURCES = t-popc.c
  116. t_popc_OBJECTS = t-popc$U.$(OBJEXT)
  117. t_popc_LDADD = $(LDADD)
  118. t_popc_DEPENDENCIES = libtests.la $(top_builddir)/libgmp.la
  119. t_sub_SOURCES = t-sub.c
  120. t_sub_OBJECTS = t-sub$U.$(OBJEXT)
  121. t_sub_LDADD = $(LDADD)
  122. t_sub_DEPENDENCIES = libtests.la $(top_builddir)/libgmp.la
  123. DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
  124. depcomp =
  125. am__depfiles_maybe =
  126. COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) 
  127. $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  128. LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) 
  129. --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) 
  130. $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  131. CCLD = $(CC)
  132. LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) 
  133. --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) 
  134. $(LDFLAGS) -o $@
  135. SOURCES = $(libtests_la_SOURCES) $(EXTRA_libtests_la_SOURCES) 
  136. t-bswap.c t-constants.c t-count_zeros.c t-gmpmax.c 
  137. t-hightomask.c t-modlinv.c t-parity.c t-popc.c t-sub.c
  138. DIST_SOURCES = $(libtests_la_SOURCES) $(EXTRA_libtests_la_SOURCES) 
  139. t-bswap.c t-constants.c t-count_zeros.c t-gmpmax.c 
  140. t-hightomask.c t-modlinv.c t-parity.c t-popc.c t-sub.c
  141. RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive 
  142. html-recursive info-recursive install-data-recursive 
  143. install-dvi-recursive install-exec-recursive 
  144. install-html-recursive install-info-recursive 
  145. install-pdf-recursive install-ps-recursive install-recursive 
  146. installcheck-recursive installdirs-recursive pdf-recursive 
  147. ps-recursive uninstall-recursive
  148. RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive
  149.   distclean-recursive maintainer-clean-recursive
  150. AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) 
  151. $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS 
  152. distdir
  153. ETAGS = etags
  154. CTAGS = ctags
  155. am__tty_colors = 
  156. red=; grn=; lgn=; blu=; std=
  157. DIST_SUBDIRS = $(SUBDIRS)
  158. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  159. am__relativize = 
  160.   dir0=`pwd`; 
  161.   sed_first='s,^([^/]*)/.*$$,1,'; 
  162.   sed_rest='s,^[^/]*/*,,'; 
  163.   sed_last='s,^.*/([^/]*)$$,1,'; 
  164.   sed_butlast='s,/*[^/]*$$,,'; 
  165.   while test -n "$$dir1"; do 
  166.     first=`echo "$$dir1" | sed -e "$$sed_first"`; 
  167.     if test "$$first" != "."; then 
  168.       if test "$$first" = ".."; then 
  169.         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; 
  170.         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; 
  171.       else 
  172.         first2=`echo "$$dir2" | sed -e "$$sed_first"`; 
  173.         if test "$$first2" = "$$first"; then 
  174.           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; 
  175.         else 
  176.           dir2="../$$dir2"; 
  177.         fi; 
  178.         dir0="$$dir0"/"$$first"; 
  179.       fi; 
  180.     fi; 
  181.     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; 
  182.   done; 
  183.   reldir="$$dir2"
  184. ABI = @ABI@
  185. ACLOCAL = @ACLOCAL@
  186. AMTAR = @AMTAR@
  187. AR = @AR@
  188. AS = @AS@
  189. ASMFLAGS = @ASMFLAGS@
  190. AUTOCONF = @AUTOCONF@
  191. AUTOHEADER = @AUTOHEADER@
  192. AUTOMAKE = @AUTOMAKE@
  193. AWK = @AWK@
  194. CALLING_CONVENTIONS_OBJS = @CALLING_CONVENTIONS_OBJS@
  195. CC = @CC@
  196. CCAS = @CCAS@
  197. CC_FOR_BUILD = @CC_FOR_BUILD@
  198. CFLAGS = @CFLAGS@
  199. CPP = @CPP@
  200. CPPFLAGS = @CPPFLAGS@
  201. CPP_FOR_BUILD = @CPP_FOR_BUILD@
  202. CXX = @CXX@
  203. CXXCPP = @CXXCPP@
  204. CXXFLAGS = @CXXFLAGS@
  205. CYGPATH_W = @CYGPATH_W@
  206. DEFN_LONG_LONG_LIMB = @DEFN_LONG_LONG_LIMB@
  207. DEFS = @DEFS@
  208. DLLTOOL = @DLLTOOL@
  209. DSYMUTIL = @DSYMUTIL@
  210. DUMPBIN = @DUMPBIN@
  211. ECHO_C = @ECHO_C@
  212. ECHO_N = @ECHO_N@
  213. ECHO_T = @ECHO_T@
  214. EGREP = @EGREP@
  215. EXEEXT = @EXEEXT@
  216. EXEEXT_FOR_BUILD = @EXEEXT_FOR_BUILD@
  217. F77 = @F77@
  218. FFLAGS = @FFLAGS@
  219. FGREP = @FGREP@
  220. GMP_LDFLAGS = @GMP_LDFLAGS@
  221. GMP_LIMB_BITS = @GMP_LIMB_BITS@
  222. GMP_NAIL_BITS = @GMP_NAIL_BITS@
  223. GREP = @GREP@
  224. HAVE_CLOCK_01 = @HAVE_CLOCK_01@
  225. HAVE_CPUTIME_01 = @HAVE_CPUTIME_01@
  226. HAVE_GETRUSAGE_01 = @HAVE_GETRUSAGE_01@
  227. HAVE_GETTIMEOFDAY_01 = @HAVE_GETTIMEOFDAY_01@
  228. HAVE_HOST_CPU_FAMILY_power = @HAVE_HOST_CPU_FAMILY_power@
  229. HAVE_HOST_CPU_FAMILY_powerpc = @HAVE_HOST_CPU_FAMILY_powerpc@
  230. HAVE_SIGACTION_01 = @HAVE_SIGACTION_01@
  231. HAVE_SIGALTSTACK_01 = @HAVE_SIGALTSTACK_01@
  232. HAVE_SIGSTACK_01 = @HAVE_SIGSTACK_01@
  233. HAVE_STACK_T_01 = @HAVE_STACK_T_01@
  234. HAVE_SYS_RESOURCE_H_01 = @HAVE_SYS_RESOURCE_H_01@
  235. INSTALL = @INSTALL@
  236. INSTALL_DATA = @INSTALL_DATA@
  237. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  238. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  239. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  240. LD = @LD@
  241. LDFLAGS = @LDFLAGS@
  242. LEX = @LEX@
  243. LEXLIB = @LEXLIB@
  244. LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
  245. LIBCURSES = @LIBCURSES@
  246. LIBGMPXX_LDFLAGS = @LIBGMPXX_LDFLAGS@
  247. LIBGMP_DLL = @LIBGMP_DLL@
  248. LIBGMP_LDFLAGS = @LIBGMP_LDFLAGS@
  249. LIBM = @LIBM@
  250. LIBM_FOR_BUILD = @LIBM_FOR_BUILD@
  251. LIBOBJS = @LIBOBJS@
  252. LIBREADLINE = @LIBREADLINE@
  253. LIBS = @LIBS@
  254. LIBTOOL = @LIBTOOL@
  255. LIPO = @LIPO@
  256. LN_S = @LN_S@
  257. LTLIBOBJS = @LTLIBOBJS@
  258. M4 = @M4@
  259. MAINT = @MAINT@
  260. MAKEINFO = @MAKEINFO@
  261. MKDIR_P = @MKDIR_P@
  262. NM = @NM@
  263. NMEDIT = @NMEDIT@
  264. OBJDUMP = @OBJDUMP@
  265. OBJEXT = @OBJEXT@
  266. OTOOL = @OTOOL@
  267. OTOOL64 = @OTOOL64@
  268. PACKAGE = @PACKAGE@
  269. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  270. PACKAGE_NAME = @PACKAGE_NAME@
  271. PACKAGE_STRING = @PACKAGE_STRING@
  272. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  273. PACKAGE_URL = @PACKAGE_URL@
  274. PACKAGE_VERSION = @PACKAGE_VERSION@
  275. PATH_SEPARATOR = @PATH_SEPARATOR@
  276. RANLIB = @RANLIB@
  277. SED = @SED@
  278. SET_MAKE = @SET_MAKE@
  279. SHELL = @SHELL@
  280. SPEED_CYCLECOUNTER_OBJ = @SPEED_CYCLECOUNTER_OBJ@
  281. STRIP = @STRIP@
  282. TAL_OBJECT = @TAL_OBJECT@
  283. TUNE_SQR_OBJ = @TUNE_SQR_OBJ@
  284. U = @U@
  285. U_FOR_BUILD = @U_FOR_BUILD@
  286. VERSION = @VERSION@
  287. WITH_READLINE_01 = @WITH_READLINE_01@
  288. YACC = @YACC@
  289. YFLAGS = @YFLAGS@
  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_CC = @ac_ct_CC@
  295. ac_ct_CXX = @ac_ct_CXX@
  296. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  297. ac_ct_F77 = @ac_ct_F77@
  298. am__leading_dot = @am__leading_dot@
  299. am__tar = @am__tar@
  300. am__untar = @am__untar@
  301. bindir = @bindir@
  302. build = @build@
  303. build_alias = @build_alias@
  304. build_cpu = @build_cpu@
  305. build_os = @build_os@
  306. build_vendor = @build_vendor@
  307. builddir = @builddir@
  308. datadir = @datadir@
  309. datarootdir = @datarootdir@
  310. docdir = @docdir@
  311. dvidir = @dvidir@
  312. exec_prefix = @exec_prefix@
  313. gmp_srclinks = @gmp_srclinks@
  314. host = @host@
  315. host_alias = @host_alias@
  316. host_cpu = @host_cpu@
  317. host_os = @host_os@
  318. host_vendor = @host_vendor@
  319. htmldir = @htmldir@
  320. includedir = @includedir@
  321. infodir = @infodir@
  322. install_sh = @install_sh@
  323. libdir = @libdir@
  324. libexecdir = @libexecdir@
  325. localedir = @localedir@
  326. localstatedir = @localstatedir@
  327. lt_ECHO = @lt_ECHO@
  328. mandir = @mandir@
  329. mkdir_p = @mkdir_p@
  330. mpn_objects = @mpn_objects@
  331. mpn_objs_in_libgmp = @mpn_objs_in_libgmp@
  332. mpn_objs_in_libmp = @mpn_objs_in_libmp@
  333. oldincludedir = @oldincludedir@
  334. pdfdir = @pdfdir@
  335. prefix = @prefix@
  336. program_transform_name = @program_transform_name@
  337. psdir = @psdir@
  338. sbindir = @sbindir@
  339. sharedstatedir = @sharedstatedir@
  340. srcdir = @srcdir@
  341. sysconfdir = @sysconfdir@
  342. target_alias = @target_alias@
  343. top_build_prefix = @top_build_prefix@
  344. top_builddir = @top_builddir@
  345. top_srcdir = @top_srcdir@
  346. SUBDIRS = . devel mpn mpz mpq mpf rand misc cxx mpbsd
  347. # COMPILE minus CC.
  348. #
  349. COMPILE_FLAGS = $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) 
  350. $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) $(ASMFLAGS)
  351. # Flags used for preprocessing (in ansi2knr rules).
  352. #
  353. PREPROCESS_FLAGS = $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) 
  354. $(CPPFLAGS)
  355. # Recent versions of automake (1.5 and up for instance) append automake
  356. # generated suffixes to this $(SUFFIXES) list.  This is essential for us,
  357. # since .c must come after .s, .S and .asm.  If .c is before .s, for
  358. # instance, then in the mpn directory "make" will see add_n.c mentioned in
  359. # an explicit rule (the ansi2knr stuff) and decide it must have add_n.c,
  360. # even if add_n.c doesn't exist but add_n.s does.  See GNU make
  361. # documentation "(make)Implicit Rule Search", part 5c.
  362. #
  363. # On IRIX 6 native make this doesn't work properly though.  Somehow .c
  364. # remains ahead of .s, perhaps because .c.s is a builtin rule.  .asm works
  365. # fine though, and mpn/mips3 uses this.
  366. #
  367. SUFFIXES = .s .S .asm
  368. # can be overridden during development, eg. "make RM_TMP=: mul_1.lo"
  369. RM_TMP = rm -f
  370. INCLUDES = -I$(top_srcdir)
  371. LDADD = libtests.la $(top_builddir)/libgmp.la
  372. check_LTLIBRARIES = libtests.la
  373. EXTRA_libtests_la_SOURCES = amd64call.asm amd64check.c x86call.asm x86check.c
  374. libtests_la_SOURCES = tests.h 
  375.   memory.c misc.c refmpf.c refmpn.c refmpq.c refmpz.c spinner.c trace.c
  376. libtests_la_DEPENDENCIES = @CALLING_CONVENTIONS_OBJS@
  377. libtests_la_LIBADD = $(libtests_la_DEPENDENCIES) $(top_builddir)/libgmp.la
  378. TESTS = $(check_PROGRAMS)
  379. all: all-recursive
  380. .SUFFIXES:
  381. .SUFFIXES: .s .S .asm .c .lo .o .obj
  382. $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(srcdir)/../mpn/Makeasm.am $(am__configure_deps)
  383. @for dep in $?; do 
  384.   case '$(am__configure_deps)' in 
  385.     *$$dep*) 
  386.       ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) 
  387.         && { if test -f $@; then exit 0; else break; fi; }; 
  388.       exit 1;; 
  389.   esac; 
  390. done; 
  391. echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu --ignore-deps tests/Makefile'; 
  392. $(am__cd) $(top_srcdir) && 
  393.   $(AUTOMAKE) --gnu --ignore-deps tests/Makefile
  394. .PRECIOUS: Makefile
  395. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  396. @case '$?' in 
  397.   *config.status*) 
  398.     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; 
  399.   *) 
  400.     echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; 
  401.     cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; 
  402. esac;
  403. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  404. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  405. $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
  406. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  407. $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
  408. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  409. $(am__aclocal_m4_deps):
  410. clean-checkLTLIBRARIES:
  411. -test -z "$(check_LTLIBRARIES)" || rm -f $(check_LTLIBRARIES)
  412. @list='$(check_LTLIBRARIES)'; for p in $$list; do 
  413.   dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; 
  414.   test "$$dir" != "$$p" || dir=.; 
  415.   echo "rm -f "$${dir}/so_locations""; 
  416.   rm -f "$${dir}/so_locations"; 
  417. done
  418. libtests.la: $(libtests_la_OBJECTS) $(libtests_la_DEPENDENCIES) 
  419. $(LINK)  $(libtests_la_OBJECTS) $(libtests_la_LIBADD) $(LIBS)
  420. clean-checkPROGRAMS:
  421. @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; 
  422. echo " rm -f" $$list; 
  423. rm -f $$list || exit $$?; 
  424. test -n "$(EXEEXT)" || exit 0; 
  425. list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; 
  426. echo " rm -f" $$list; 
  427. rm -f $$list
  428. t-bswap$(EXEEXT): $(t_bswap_OBJECTS) $(t_bswap_DEPENDENCIES) 
  429. @rm -f t-bswap$(EXEEXT)
  430. $(LINK) $(t_bswap_OBJECTS) $(t_bswap_LDADD) $(LIBS)
  431. t-constants$(EXEEXT): $(t_constants_OBJECTS) $(t_constants_DEPENDENCIES) 
  432. @rm -f t-constants$(EXEEXT)
  433. $(LINK) $(t_constants_OBJECTS) $(t_constants_LDADD) $(LIBS)
  434. t-count_zeros$(EXEEXT): $(t_count_zeros_OBJECTS) $(t_count_zeros_DEPENDENCIES) 
  435. @rm -f t-count_zeros$(EXEEXT)
  436. $(LINK) $(t_count_zeros_OBJECTS) $(t_count_zeros_LDADD) $(LIBS)
  437. t-gmpmax$(EXEEXT): $(t_gmpmax_OBJECTS) $(t_gmpmax_DEPENDENCIES) 
  438. @rm -f t-gmpmax$(EXEEXT)
  439. $(LINK) $(t_gmpmax_OBJECTS) $(t_gmpmax_LDADD) $(LIBS)
  440. t-hightomask$(EXEEXT): $(t_hightomask_OBJECTS) $(t_hightomask_DEPENDENCIES) 
  441. @rm -f t-hightomask$(EXEEXT)
  442. $(LINK) $(t_hightomask_OBJECTS) $(t_hightomask_LDADD) $(LIBS)
  443. t-modlinv$(EXEEXT): $(t_modlinv_OBJECTS) $(t_modlinv_DEPENDENCIES) 
  444. @rm -f t-modlinv$(EXEEXT)
  445. $(LINK) $(t_modlinv_OBJECTS) $(t_modlinv_LDADD) $(LIBS)
  446. t-parity$(EXEEXT): $(t_parity_OBJECTS) $(t_parity_DEPENDENCIES) 
  447. @rm -f t-parity$(EXEEXT)
  448. $(LINK) $(t_parity_OBJECTS) $(t_parity_LDADD) $(LIBS)
  449. t-popc$(EXEEXT): $(t_popc_OBJECTS) $(t_popc_DEPENDENCIES) 
  450. @rm -f t-popc$(EXEEXT)
  451. $(LINK) $(t_popc_OBJECTS) $(t_popc_LDADD) $(LIBS)
  452. t-sub$(EXEEXT): $(t_sub_OBJECTS) $(t_sub_DEPENDENCIES) 
  453. @rm -f t-sub$(EXEEXT)
  454. $(LINK) $(t_sub_OBJECTS) $(t_sub_LDADD) $(LIBS)
  455. mostlyclean-compile:
  456. -rm -f *.$(OBJEXT)
  457. distclean-compile:
  458. -rm -f *.tab.c
  459. $(top_builddir)/ansi2knr:
  460. $(am__cd) $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) ./ansi2knr
  461. mostlyclean-kr:
  462. -test "$U" = "" || rm -f *_.c
  463. .c.o:
  464. $(COMPILE) -c $<
  465. .c.obj:
  466. $(COMPILE) -c `$(CYGPATH_W) '$<'`
  467. .c.lo:
  468. $(LTCOMPILE) -c -o $@ $<
  469. amd64check_.c: amd64check.c $(ANSI2KNR)
  470. $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/amd64check.c; then echo $(srcdir)/amd64check.c; else echo amd64check.c; fi` | sed 's/^# ([0-9])/#line 1/' | $(ANSI2KNR) > $@ || rm -f $@
  471. memory_.c: memory.c $(ANSI2KNR)
  472. $(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) > $@ || rm -f $@
  473. misc_.c: misc.c $(ANSI2KNR)
  474. $(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) > $@ || rm -f $@
  475. refmpf_.c: refmpf.c $(ANSI2KNR)
  476. $(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) > $@ || rm -f $@
  477. refmpn_.c: refmpn.c $(ANSI2KNR)
  478. $(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) > $@ || rm -f $@
  479. refmpq_.c: refmpq.c $(ANSI2KNR)
  480. $(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) > $@ || rm -f $@
  481. refmpz_.c: refmpz.c $(ANSI2KNR)
  482. $(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) > $@ || rm -f $@
  483. spinner_.c: spinner.c $(ANSI2KNR)
  484. $(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) > $@ || rm -f $@
  485. t-bswap_.c: t-bswap.c $(ANSI2KNR)
  486. $(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) > $@ || rm -f $@
  487. t-constants_.c: t-constants.c $(ANSI2KNR)
  488. $(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) > $@ || rm -f $@
  489. t-count_zeros_.c: t-count_zeros.c $(ANSI2KNR)
  490. $(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) > $@ || rm -f $@
  491. t-gmpmax_.c: t-gmpmax.c $(ANSI2KNR)
  492. $(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) > $@ || rm -f $@
  493. t-hightomask_.c: t-hightomask.c $(ANSI2KNR)
  494. $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/t-hightomask.c; then echo $(srcdir)/t-hightomask.c; else echo t-hightomask.c; fi` | sed 's/^# ([0-9])/#line 1/' | $(ANSI2KNR) > $@ || rm -f $@
  495. t-modlinv_.c: t-modlinv.c $(ANSI2KNR)
  496. $(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) > $@ || rm -f $@
  497. t-parity_.c: t-parity.c $(ANSI2KNR)
  498. $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/t-parity.c; then echo $(srcdir)/t-parity.c; else echo t-parity.c; fi` | sed 's/^# ([0-9])/#line 1/' | $(ANSI2KNR) > $@ || rm -f $@
  499. t-popc_.c: t-popc.c $(ANSI2KNR)
  500. $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/t-popc.c; then echo $(srcdir)/t-popc.c; else echo t-popc.c; fi` | sed 's/^# ([0-9])/#line 1/' | $(ANSI2KNR) > $@ || rm -f $@
  501. t-sub_.c: t-sub.c $(ANSI2KNR)
  502. $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/t-sub.c; then echo $(srcdir)/t-sub.c; else echo t-sub.c; fi` | sed 's/^# ([0-9])/#line 1/' | $(ANSI2KNR) > $@ || rm -f $@
  503. trace_.c: trace.c $(ANSI2KNR)
  504. $(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) > $@ || rm -f $@
  505. x86check_.c: x86check.c $(ANSI2KNR)
  506. $(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) > $@ || rm -f $@
  507. amd64check_.$(OBJEXT) amd64check_.lo memory_.$(OBJEXT) memory_.lo 
  508. misc_.$(OBJEXT) misc_.lo refmpf_.$(OBJEXT) refmpf_.lo 
  509. refmpn_.$(OBJEXT) refmpn_.lo refmpq_.$(OBJEXT) refmpq_.lo 
  510. refmpz_.$(OBJEXT) refmpz_.lo spinner_.$(OBJEXT) spinner_.lo 
  511. t-bswap_.$(OBJEXT) t-bswap_.lo t-constants_.$(OBJEXT) t-constants_.lo 
  512. t-count_zeros_.$(OBJEXT) t-count_zeros_.lo t-gmpmax_.$(OBJEXT) 
  513. t-gmpmax_.lo t-hightomask_.$(OBJEXT) t-hightomask_.lo 
  514. t-modlinv_.$(OBJEXT) t-modlinv_.lo t-parity_.$(OBJEXT) t-parity_.lo 
  515. t-popc_.$(OBJEXT) t-popc_.lo t-sub_.$(OBJEXT) t-sub_.lo 
  516. trace_.$(OBJEXT) trace_.lo x86check_.$(OBJEXT) x86check_.lo : 
  517. $(ANSI2KNR)
  518. mostlyclean-libtool:
  519. -rm -f *.lo
  520. clean-libtool:
  521. -rm -rf .libs _libs
  522. # This directory's subdirectories are mostly independent; you can cd
  523. # into them and run `make' without going through this Makefile.
  524. # To change the values of `make' variables: instead of editing Makefiles,
  525. # (1) if the variable is set in `config.status', edit `config.status'
  526. #     (which will cause the Makefiles to be regenerated when you run `make');
  527. # (2) otherwise, pass the desired values on the `make' command line.
  528. $(RECURSIVE_TARGETS):
  529. @fail= failcom='exit 1'; 
  530. for f in x $$MAKEFLAGS; do 
  531.   case $$f in 
  532.     *=* | --[!k]*);; 
  533.     *k*) failcom='fail=yes';; 
  534.   esac; 
  535. done; 
  536. dot_seen=no; 
  537. target=`echo $@ | sed s/-recursive//`; 
  538. list='$(SUBDIRS)'; for subdir in $$list; do 
  539.   echo "Making $$target in $$subdir"; 
  540.   if test "$$subdir" = "."; then 
  541.     dot_seen=yes; 
  542.     local_target="$$target-am"; 
  543.   else 
  544.     local_target="$$target"; 
  545.   fi; 
  546.   ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) 
  547.   || eval $$failcom; 
  548. done; 
  549. if test "$$dot_seen" = "no"; then 
  550.   $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; 
  551. fi; test -z "$$fail"
  552. $(RECURSIVE_CLEAN_TARGETS):
  553. @fail= failcom='exit 1'; 
  554. for f in x $$MAKEFLAGS; do 
  555.   case $$f in 
  556.     *=* | --[!k]*);; 
  557.     *k*) failcom='fail=yes';; 
  558.   esac; 
  559. done; 
  560. dot_seen=no; 
  561. case "$@" in 
  562.   distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; 
  563.   *) list='$(SUBDIRS)' ;; 
  564. esac; 
  565. rev=''; for subdir in $$list; do 
  566.   if test "$$subdir" = "."; then :; else 
  567.     rev="$$subdir $$rev"; 
  568.   fi; 
  569. done; 
  570. rev="$$rev ."; 
  571. target=`echo $@ | sed s/-recursive//`; 
  572. for subdir in $$rev; do 
  573.   echo "Making $$target in $$subdir"; 
  574.   if test "$$subdir" = "."; then 
  575.     local_target="$$target-am"; 
  576.   else 
  577.     local_target="$$target"; 
  578.   fi; 
  579.   ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) 
  580.   || eval $$failcom; 
  581. done && test -z "$$fail"
  582. tags-recursive:
  583. list='$(SUBDIRS)'; for subdir in $$list; do 
  584.   test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); 
  585. done
  586. ctags-recursive:
  587. list='$(SUBDIRS)'; for subdir in $$list; do 
  588.   test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); 
  589. done
  590. ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  591. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; 
  592. unique=`for i in $$list; do 
  593.     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; 
  594.   done | 
  595.   $(AWK) '{ files[$$0] = 1; nonempty = 1; } 
  596.       END { if (nonempty) { for (i in files) print i; }; }'`; 
  597. mkid -fID $$unique
  598. tags: TAGS
  599. TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) 
  600. $(TAGS_FILES) $(LISP)
  601. set x; 
  602. here=`pwd`; 
  603. if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then 
  604.   include_option=--etags-include; 
  605.   empty_fix=.; 
  606. else 
  607.   include_option=--include; 
  608.   empty_fix=; 
  609. fi; 
  610. list='$(SUBDIRS)'; for subdir in $$list; do 
  611.   if test "$$subdir" = .; then :; else 
  612.     test ! -f $$subdir/TAGS || 
  613.       set "$$@" "$$include_option=$$here/$$subdir/TAGS"; 
  614.   fi; 
  615. done; 
  616. list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; 
  617. unique=`for i in $$list; do 
  618.     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; 
  619.   done | 
  620.   $(AWK) '{ files[$$0] = 1; nonempty = 1; } 
  621.       END { if (nonempty) { for (i in files) print i; }; }'`; 
  622. shift; 
  623. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else 
  624.   test -n "$$unique" || unique=$$empty_fix; 
  625.   if test $$# -gt 0; then 
  626.     $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) 
  627.       "$$@" $$unique; 
  628.   else 
  629.     $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) 
  630.       $$unique; 
  631.   fi; 
  632. fi
  633. ctags: CTAGS
  634. CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) 
  635. $(TAGS_FILES) $(LISP)
  636. list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; 
  637. unique=`for i in $$list; do 
  638.     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; 
  639.   done | 
  640.   $(AWK) '{ files[$$0] = 1; nonempty = 1; } 
  641.       END { if (nonempty) { for (i in files) print i; }; }'`; 
  642. test -z "$(CTAGS_ARGS)$$unique" 
  643.   || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) 
  644.      $$unique
  645. GTAGS:
  646. here=`$(am__cd) $(top_builddir) && pwd` 
  647.   && $(am__cd) $(top_srcdir) 
  648.   && gtags -i $(GTAGS_ARGS) "$$here"
  649. distclean-tags:
  650. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  651. check-TESTS: $(TESTS)
  652. @failed=0; all=0; xfail=0; xpass=0; skip=0; 
  653. srcdir=$(srcdir); export srcdir; 
  654. list=' $(TESTS) '; 
  655. $(am__tty_colors); 
  656. if test -n "$$list"; then 
  657.   for tst in $$list; do 
  658.     if test -f ./$$tst; then dir=./; 
  659.     elif test -f $$tst; then dir=; 
  660.     else dir="$(srcdir)/"; fi; 
  661.     if $(TESTS_ENVIRONMENT) $${dir}$$tst; then 
  662.       all=`expr $$all + 1`; 
  663.       case " $(XFAIL_TESTS) " in 
  664.       *[  ]$$tst[  ]*) 
  665. xpass=`expr $$xpass + 1`; 
  666. failed=`expr $$failed + 1`; 
  667. col=$$red; res=XPASS; 
  668.       ;; 
  669.       *) 
  670. col=$$grn; res=PASS; 
  671.       ;; 
  672.       esac; 
  673.     elif test $$? -ne 77; then 
  674.       all=`expr $$all + 1`; 
  675.       case " $(XFAIL_TESTS) " in 
  676.       *[  ]$$tst[  ]*) 
  677. xfail=`expr $$xfail + 1`; 
  678. col=$$lgn; res=XFAIL; 
  679.       ;; 
  680.       *) 
  681. failed=`expr $$failed + 1`; 
  682. col=$$red; res=FAIL; 
  683.       ;; 
  684.       esac; 
  685.     else 
  686.       skip=`expr $$skip + 1`; 
  687.       col=$$blu; res=SKIP; 
  688.     fi; 
  689.     echo "$${col}$$res$${std}: $$tst"; 
  690.   done; 
  691.   if test "$$all" -eq 1; then 
  692.     tests="test"; 
  693.     All=""; 
  694.   else 
  695.     tests="tests"; 
  696.     All="All "; 
  697.   fi; 
  698.   if test "$$failed" -eq 0; then 
  699.     if test "$$xfail" -eq 0; then 
  700.       banner="$$All$$all $$tests passed"; 
  701.     else 
  702.       if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; 
  703.       banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; 
  704.     fi; 
  705.   else 
  706.     if test "$$xpass" -eq 0; then 
  707.       banner="$$failed of $$all $$tests failed"; 
  708.     else 
  709.       if test "$$xpass" -eq 1; then passes=pass; else passes=passes; fi; 
  710.       banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; 
  711.     fi; 
  712.   fi; 
  713.   dashes="$$banner"; 
  714.   skipped=""; 
  715.   if test "$$skip" -ne 0; then 
  716.     if test "$$skip" -eq 1; then 
  717.       skipped="($$skip test was not run)"; 
  718.     else 
  719.       skipped="($$skip tests were not run)"; 
  720.     fi; 
  721.     test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || 
  722.       dashes="$$skipped"; 
  723.   fi; 
  724.   report=""; 
  725.   if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then 
  726.     report="Please report to $(PACKAGE_BUGREPORT)"; 
  727.     test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || 
  728.       dashes="$$report"; 
  729.   fi; 
  730.   dashes=`echo "$$dashes" | sed s/./=/g`; 
  731.   if test "$$failed" -eq 0; then 
  732.     echo "$$grn$$dashes"; 
  733.   else 
  734.     echo "$$red$$dashes"; 
  735.   fi; 
  736.   echo "$$banner"; 
  737.   test -z "$$skipped" || echo "$$skipped"; 
  738.   test -z "$$report" || echo "$$report"; 
  739.   echo "$$dashes$$std"; 
  740.   test "$$failed" -eq 0; 
  741. else :; fi
  742. distdir: $(DISTFILES)
  743. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\*]/\\&/g'`; 
  744. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\*]/\\&/g'`; 
  745. list='$(DISTFILES)'; 
  746.   dist_files=`for file in $$list; do echo $$file; done | 
  747.   sed -e "s|^$$srcdirstrip/||;t" 
  748.       -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; 
  749. case $$dist_files in 
  750.   */*) $(MKDIR_P) `echo "$$dist_files" | 
  751.    sed '///!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | 
  752.    sort -u` ;; 
  753. esac; 
  754. for file in $$dist_files; do 
  755.   if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; 
  756.   if test -d $$d/$$file; then 
  757.     dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; 
  758.     if test -d "$(distdir)/$$file"; then 
  759.       find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} ;; 
  760.     fi; 
  761.     if test -d $(srcdir)/$$file && test $$d != $(srcdir); then 
  762.       cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; 
  763.       find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} ;; 
  764.     fi; 
  765.     cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; 
  766.   else 
  767.     test -f "$(distdir)/$$file" 
  768.     || cp -p $$d/$$file "$(distdir)/$$file" 
  769.     || exit 1; 
  770.   fi; 
  771. done
  772. @list='$(DIST_SUBDIRS)'; for subdir in $$list; do 
  773.   if test "$$subdir" = .; then :; else 
  774.     test -d "$(distdir)/$$subdir" 
  775.     || $(MKDIR_P) "$(distdir)/$$subdir" 
  776.     || exit 1; 
  777.   fi; 
  778. done
  779. @list='$(DIST_SUBDIRS)'; for subdir in $$list; do 
  780.   if test "$$subdir" = .; then :; else 
  781.     dir1=$$subdir; dir2="$(distdir)/$$subdir"; 
  782.     $(am__relativize); 
  783.     new_distdir=$$reldir; 
  784.     dir1=$$subdir; dir2="$(top_distdir)"; 
  785.     $(am__relativize); 
  786.     new_top_distdir=$$reldir; 
  787.     echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \"; 
  788.     echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; 
  789.     ($(am__cd) $$subdir && 
  790.       $(MAKE) $(AM_MAKEFLAGS) 
  791.         top_distdir="$$new_top_distdir" 
  792.         distdir="$$new_distdir" 
  793. am__remove_distdir=: 
  794. am__skip_length_check=: 
  795. am__skip_mode_fix=: 
  796.         distdir) 
  797.       || exit 1; 
  798.   fi; 
  799. done
  800. check-am: all-am
  801. $(MAKE) $(AM_MAKEFLAGS) $(check_LTLIBRARIES) $(check_PROGRAMS)
  802. $(MAKE) $(AM_MAKEFLAGS) check-TESTS
  803. check: check-recursive
  804. all-am: Makefile
  805. installdirs: installdirs-recursive
  806. installdirs-am:
  807. install: install-recursive
  808. install-exec: install-exec-recursive
  809. install-data: install-data-recursive
  810. uninstall: uninstall-recursive
  811. install-am: all-am
  812. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  813. installcheck: installcheck-recursive
  814. install-strip:
  815. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" 
  816.   install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s 
  817.   `test -z '$(STRIP)' || 
  818.     echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  819. mostlyclean-generic:
  820. clean-generic:
  821. distclean-generic:
  822. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  823. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  824. maintainer-clean-generic:
  825. @echo "This command is intended for maintainers to use"
  826. @echo "it deletes files that may require special tools to rebuild."
  827. clean: clean-recursive
  828. clean-am: clean-checkLTLIBRARIES clean-checkPROGRAMS clean-generic 
  829. clean-libtool mostlyclean-am
  830. distclean: distclean-recursive
  831. -rm -f Makefile
  832. distclean-am: clean-am distclean-compile distclean-generic 
  833. distclean-tags
  834. dvi: dvi-recursive
  835. dvi-am:
  836. html: html-recursive
  837. html-am:
  838. info: info-recursive
  839. info-am:
  840. install-data-am:
  841. install-dvi: install-dvi-recursive
  842. install-dvi-am:
  843. install-exec-am:
  844. install-html: install-html-recursive
  845. install-html-am:
  846. install-info: install-info-recursive
  847. install-info-am:
  848. install-man:
  849. install-pdf: install-pdf-recursive
  850. install-pdf-am:
  851. install-ps: install-ps-recursive
  852. install-ps-am:
  853. installcheck-am:
  854. maintainer-clean: maintainer-clean-recursive
  855. -rm -f Makefile
  856. maintainer-clean-am: distclean-am maintainer-clean-generic
  857. mostlyclean: mostlyclean-recursive
  858. mostlyclean-am: mostlyclean-compile mostlyclean-generic mostlyclean-kr 
  859. mostlyclean-libtool
  860. pdf: pdf-recursive
  861. pdf-am:
  862. ps: ps-recursive
  863. ps-am:
  864. uninstall-am:
  865. .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) 
  866. $(top_builddir)/ansi2knr check-am ctags-recursive install-am 
  867. install-strip tags-recursive
  868. .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS 
  869. all all-am check check-TESTS check-am clean 
  870. clean-checkLTLIBRARIES clean-checkPROGRAMS clean-generic 
  871. clean-libtool ctags ctags-recursive distclean 
  872. distclean-compile distclean-generic distclean-libtool 
  873. distclean-tags distdir dvi dvi-am html html-am info info-am 
  874. install install-am install-data install-data-am install-dvi 
  875. install-dvi-am install-exec install-exec-am install-html 
  876. install-html-am install-info install-info-am install-man 
  877. install-pdf install-pdf-am install-ps install-ps-am 
  878. install-strip installcheck installcheck-am installdirs 
  879. installdirs-am maintainer-clean maintainer-clean-generic 
  880. mostlyclean mostlyclean-compile mostlyclean-generic 
  881. mostlyclean-kr mostlyclean-libtool pdf pdf-am ps ps-am tags 
  882. tags-recursive uninstall uninstall-am
  883. # .s assembler, no preprocessing.
  884. #
  885. .s.o:
  886. $(CCAS) $(COMPILE_FLAGS) `test -f '$<' || echo '$(srcdir)/'`$<
  887. .s.obj:
  888. $(CCAS) $(COMPILE_FLAGS) `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`
  889. .s.lo:
  890. $(LIBTOOL) --mode=compile --tag=CC $(CCAS) $(COMPILE_FLAGS) `test -f '$<' || echo '$(srcdir)/'`$<
  891. # .S assembler, preprocessed with cpp.
  892. #
  893. # It's necessary to run $(CPP) separately, since it seems not all compilers
  894. # recognise .S files, in particular "cc" on HP-UX 10 and 11 doesn't (and
  895. # will silently do nothing if given a .S).
  896. #
  897. # For .lo we need a helper script, as described below for .asm.lo.
  898. #
  899. .S.o:
  900. $(CPP) $(PREPROCESS_FLAGS) `test -f '$<' || echo '$(srcdir)/'`$< | grep -v '^#' >tmp-$*.s
  901. $(CCAS) $(COMPILE_FLAGS) tmp-$*.s -o $@
  902. $(RM_TMP) tmp-$*.s
  903. .S.obj:
  904. $(CPP) $(PREPROCESS_FLAGS) `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi` | grep -v '^#' >tmp-$*.s
  905. $(CCAS) $(COMPILE_FLAGS) tmp-$*.s -o $@
  906. $(RM_TMP) tmp-$*.s
  907. .S.lo:
  908. $(LIBTOOL) --mode=compile --tag=CC $(top_srcdir)/mpn/cpp-ccas --cpp="$(CPP) $(PREPROCESS_FLAGS)" $(CCAS) $(COMPILE_FLAGS) `test -f '$<' || echo '$(srcdir)/'`$<
  909. # .asm assembler, preprocessed with m4.
  910. #
  911. # .o and .obj are non-PIC and just need m4 followed by a compile.
  912. #
  913. # .lo is a bit tricky.  Libtool (as of version 1.5) has foo.lo as a little
  914. # text file, and .libs/foo.o and foo.o as the PIC and non-PIC objects,
  915. # respectively.  It'd be asking for lots of trouble to try to create foo.lo
  916. # ourselves, so instead arrange to invoke libtool like a --mode=compile, but
  917. # with a special m4-ccas script which first m4 preprocesses, then compiles.
  918. # --tag=CC is necessary since foo.asm is otherwise unknown to libtool.
  919. #
  920. # Libtool adds -DPIC when building a shared object and the .asm files look
  921. # for that.  But it should be noted that the other PIC flags are on occasion
  922. # important too, in particular FreeBSD 2.2.8 gas 1.92.3 requires -k before
  923. # it accepts PIC constructs like @GOT, and gcc adds that flag only under
  924. # -fPIC.  (Later versions of gas are happy to accept PIC stuff any time.)
  925. #
  926. .asm.o:
  927. $(M4) -DOPERATION_$* `test -f '$<' || echo '$(srcdir)/'`$< >tmp-$*.s
  928. $(CCAS) $(COMPILE_FLAGS) tmp-$*.s -o $@
  929. $(RM_TMP) tmp-$*.s
  930. .asm.obj:
  931. $(M4) -DOPERATION_$* `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi` >tmp-$*.s
  932. $(CCAS) $(COMPILE_FLAGS) tmp-$*.s -o $@
  933. $(RM_TMP) tmp-$*.s
  934. .asm.lo:
  935. $(LIBTOOL) --mode=compile --tag=CC $(top_srcdir)/mpn/m4-ccas --m4="$(M4)" $(CCAS) $(COMPILE_FLAGS) `test -f '$<' || echo '$(srcdir)/'`$<
  936. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  937. # Otherwise a system limit (for SysV at least) may be exceeded.
  938. .NOEXPORT: