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

数学计算

开发平台:

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 2001, 2002 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. VPATH = @srcdir@
  31. pkgdatadir = $(datadir)/@PACKAGE@
  32. pkgincludedir = $(includedir)/@PACKAGE@
  33. pkglibdir = $(libdir)/@PACKAGE@
  34. pkglibexecdir = $(libexecdir)/@PACKAGE@
  35. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  36. install_sh_DATA = $(install_sh) -c -m 644
  37. install_sh_PROGRAM = $(install_sh) -c
  38. install_sh_SCRIPT = $(install_sh) -c
  39. INSTALL_HEADER = $(INSTALL_DATA)
  40. transform = $(program_transform_name)
  41. NORMAL_INSTALL = :
  42. PRE_INSTALL = :
  43. POST_INSTALL = :
  44. NORMAL_UNINSTALL = :
  45. PRE_UNINSTALL = :
  46. POST_UNINSTALL = :
  47. build_triplet = @build@
  48. host_triplet = @host@
  49. ANSI2KNR = $(top_builddir)/ansi2knr
  50. check_PROGRAMS = t-printf$(EXEEXT) t-scanf$(EXEEXT) t-locale$(EXEEXT)
  51. subdir = tests/misc
  52. DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
  53. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  54. am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 
  55. $(top_srcdir)/configure.in
  56. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) 
  57. $(ACLOCAL_M4)
  58. mkinstalldirs = $(install_sh) -d
  59. CONFIG_HEADER = $(top_builddir)/config.h
  60. CONFIG_CLEAN_FILES =
  61. CONFIG_CLEAN_VPATH_FILES =
  62. t_locale_SOURCES = t-locale.c
  63. t_locale_OBJECTS = t-locale$U.$(OBJEXT)
  64. t_locale_LDADD = $(LDADD)
  65. t_locale_DEPENDENCIES = $(top_builddir)/tests/libtests.la 
  66. $(top_builddir)/libgmp.la
  67. t_printf_SOURCES = t-printf.c
  68. t_printf_OBJECTS = t-printf$U.$(OBJEXT)
  69. t_printf_LDADD = $(LDADD)
  70. t_printf_DEPENDENCIES = $(top_builddir)/tests/libtests.la 
  71. $(top_builddir)/libgmp.la
  72. t_scanf_SOURCES = t-scanf.c
  73. t_scanf_OBJECTS = t-scanf$U.$(OBJEXT)
  74. t_scanf_LDADD = $(LDADD)
  75. t_scanf_DEPENDENCIES = $(top_builddir)/tests/libtests.la 
  76. $(top_builddir)/libgmp.la
  77. DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
  78. depcomp =
  79. am__depfiles_maybe =
  80. COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) 
  81. $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  82. LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) 
  83. --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) 
  84. $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  85. CCLD = $(CC)
  86. LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) 
  87. --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) 
  88. $(LDFLAGS) -o $@
  89. SOURCES = t-locale.c t-printf.c t-scanf.c
  90. DIST_SOURCES = t-locale.c t-printf.c t-scanf.c
  91. ETAGS = etags
  92. CTAGS = ctags
  93. am__tty_colors = 
  94. red=; grn=; lgn=; blu=; std=
  95. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  96. ABI = @ABI@
  97. ACLOCAL = @ACLOCAL@
  98. AMTAR = @AMTAR@
  99. AR = @AR@
  100. AS = @AS@
  101. ASMFLAGS = @ASMFLAGS@
  102. AUTOCONF = @AUTOCONF@
  103. AUTOHEADER = @AUTOHEADER@
  104. AUTOMAKE = @AUTOMAKE@
  105. AWK = @AWK@
  106. CALLING_CONVENTIONS_OBJS = @CALLING_CONVENTIONS_OBJS@
  107. CC = @CC@
  108. CCAS = @CCAS@
  109. CC_FOR_BUILD = @CC_FOR_BUILD@
  110. CFLAGS = @CFLAGS@
  111. CPP = @CPP@
  112. CPPFLAGS = @CPPFLAGS@
  113. CPP_FOR_BUILD = @CPP_FOR_BUILD@
  114. CXX = @CXX@
  115. CXXCPP = @CXXCPP@
  116. CXXFLAGS = @CXXFLAGS@
  117. CYGPATH_W = @CYGPATH_W@
  118. DEFN_LONG_LONG_LIMB = @DEFN_LONG_LONG_LIMB@
  119. DEFS = @DEFS@
  120. DLLTOOL = @DLLTOOL@
  121. DSYMUTIL = @DSYMUTIL@
  122. DUMPBIN = @DUMPBIN@
  123. ECHO_C = @ECHO_C@
  124. ECHO_N = @ECHO_N@
  125. ECHO_T = @ECHO_T@
  126. EGREP = @EGREP@
  127. EXEEXT = @EXEEXT@
  128. EXEEXT_FOR_BUILD = @EXEEXT_FOR_BUILD@
  129. F77 = @F77@
  130. FFLAGS = @FFLAGS@
  131. FGREP = @FGREP@
  132. GMP_LDFLAGS = @GMP_LDFLAGS@
  133. GMP_LIMB_BITS = @GMP_LIMB_BITS@
  134. GMP_NAIL_BITS = @GMP_NAIL_BITS@
  135. GREP = @GREP@
  136. HAVE_CLOCK_01 = @HAVE_CLOCK_01@
  137. HAVE_CPUTIME_01 = @HAVE_CPUTIME_01@
  138. HAVE_GETRUSAGE_01 = @HAVE_GETRUSAGE_01@
  139. HAVE_GETTIMEOFDAY_01 = @HAVE_GETTIMEOFDAY_01@
  140. HAVE_HOST_CPU_FAMILY_power = @HAVE_HOST_CPU_FAMILY_power@
  141. HAVE_HOST_CPU_FAMILY_powerpc = @HAVE_HOST_CPU_FAMILY_powerpc@
  142. HAVE_SIGACTION_01 = @HAVE_SIGACTION_01@
  143. HAVE_SIGALTSTACK_01 = @HAVE_SIGALTSTACK_01@
  144. HAVE_SIGSTACK_01 = @HAVE_SIGSTACK_01@
  145. HAVE_STACK_T_01 = @HAVE_STACK_T_01@
  146. HAVE_SYS_RESOURCE_H_01 = @HAVE_SYS_RESOURCE_H_01@
  147. INSTALL = @INSTALL@
  148. INSTALL_DATA = @INSTALL_DATA@
  149. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  150. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  151. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  152. LD = @LD@
  153. LDFLAGS = @LDFLAGS@
  154. LEX = @LEX@
  155. LEXLIB = @LEXLIB@
  156. LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
  157. LIBCURSES = @LIBCURSES@
  158. LIBGMPXX_LDFLAGS = @LIBGMPXX_LDFLAGS@
  159. LIBGMP_DLL = @LIBGMP_DLL@
  160. LIBGMP_LDFLAGS = @LIBGMP_LDFLAGS@
  161. LIBM = @LIBM@
  162. LIBM_FOR_BUILD = @LIBM_FOR_BUILD@
  163. LIBOBJS = @LIBOBJS@
  164. LIBREADLINE = @LIBREADLINE@
  165. LIBS = @LIBS@
  166. LIBTOOL = @LIBTOOL@
  167. LIPO = @LIPO@
  168. LN_S = @LN_S@
  169. LTLIBOBJS = @LTLIBOBJS@
  170. M4 = @M4@
  171. MAINT = @MAINT@
  172. MAKEINFO = @MAKEINFO@
  173. MKDIR_P = @MKDIR_P@
  174. NM = @NM@
  175. NMEDIT = @NMEDIT@
  176. OBJDUMP = @OBJDUMP@
  177. OBJEXT = @OBJEXT@
  178. OTOOL = @OTOOL@
  179. OTOOL64 = @OTOOL64@
  180. PACKAGE = @PACKAGE@
  181. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  182. PACKAGE_NAME = @PACKAGE_NAME@
  183. PACKAGE_STRING = @PACKAGE_STRING@
  184. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  185. PACKAGE_URL = @PACKAGE_URL@
  186. PACKAGE_VERSION = @PACKAGE_VERSION@
  187. PATH_SEPARATOR = @PATH_SEPARATOR@
  188. RANLIB = @RANLIB@
  189. SED = @SED@
  190. SET_MAKE = @SET_MAKE@
  191. SHELL = @SHELL@
  192. SPEED_CYCLECOUNTER_OBJ = @SPEED_CYCLECOUNTER_OBJ@
  193. STRIP = @STRIP@
  194. TAL_OBJECT = @TAL_OBJECT@
  195. TUNE_SQR_OBJ = @TUNE_SQR_OBJ@
  196. U = @U@
  197. U_FOR_BUILD = @U_FOR_BUILD@
  198. VERSION = @VERSION@
  199. WITH_READLINE_01 = @WITH_READLINE_01@
  200. YACC = @YACC@
  201. YFLAGS = @YFLAGS@
  202. abs_builddir = @abs_builddir@
  203. abs_srcdir = @abs_srcdir@
  204. abs_top_builddir = @abs_top_builddir@
  205. abs_top_srcdir = @abs_top_srcdir@
  206. ac_ct_CC = @ac_ct_CC@
  207. ac_ct_CXX = @ac_ct_CXX@
  208. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  209. ac_ct_F77 = @ac_ct_F77@
  210. am__leading_dot = @am__leading_dot@
  211. am__tar = @am__tar@
  212. am__untar = @am__untar@
  213. bindir = @bindir@
  214. build = @build@
  215. build_alias = @build_alias@
  216. build_cpu = @build_cpu@
  217. build_os = @build_os@
  218. build_vendor = @build_vendor@
  219. builddir = @builddir@
  220. datadir = @datadir@
  221. datarootdir = @datarootdir@
  222. docdir = @docdir@
  223. dvidir = @dvidir@
  224. exec_prefix = @exec_prefix@
  225. gmp_srclinks = @gmp_srclinks@
  226. host = @host@
  227. host_alias = @host_alias@
  228. host_cpu = @host_cpu@
  229. host_os = @host_os@
  230. host_vendor = @host_vendor@
  231. htmldir = @htmldir@
  232. includedir = @includedir@
  233. infodir = @infodir@
  234. install_sh = @install_sh@
  235. libdir = @libdir@
  236. libexecdir = @libexecdir@
  237. localedir = @localedir@
  238. localstatedir = @localstatedir@
  239. lt_ECHO = @lt_ECHO@
  240. mandir = @mandir@
  241. mkdir_p = @mkdir_p@
  242. mpn_objects = @mpn_objects@
  243. mpn_objs_in_libgmp = @mpn_objs_in_libgmp@
  244. mpn_objs_in_libmp = @mpn_objs_in_libmp@
  245. oldincludedir = @oldincludedir@
  246. pdfdir = @pdfdir@
  247. prefix = @prefix@
  248. program_transform_name = @program_transform_name@
  249. psdir = @psdir@
  250. sbindir = @sbindir@
  251. sharedstatedir = @sharedstatedir@
  252. srcdir = @srcdir@
  253. sysconfdir = @sysconfdir@
  254. target_alias = @target_alias@
  255. top_build_prefix = @top_build_prefix@
  256. top_builddir = @top_builddir@
  257. top_srcdir = @top_srcdir@
  258. INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/tests
  259. LDADD = $(top_builddir)/tests/libtests.la $(top_builddir)/libgmp.la
  260. TESTS = $(check_PROGRAMS)
  261. # Temporary files used by the tests.  Removed automatically if the tests
  262. # pass, but ensure they're cleaned if they fail.
  263. #
  264. CLEANFILES = *.tmp
  265. all: all-am
  266. .SUFFIXES:
  267. .SUFFIXES: .c .lo .o .obj
  268. $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
  269. @for dep in $?; do 
  270.   case '$(am__configure_deps)' in 
  271.     *$$dep*) 
  272.       ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) 
  273.         && { if test -f $@; then exit 0; else break; fi; }; 
  274.       exit 1;; 
  275.   esac; 
  276. done; 
  277. echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu --ignore-deps tests/misc/Makefile'; 
  278. $(am__cd) $(top_srcdir) && 
  279.   $(AUTOMAKE) --gnu --ignore-deps tests/misc/Makefile
  280. .PRECIOUS: Makefile
  281. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  282. @case '$?' in 
  283.   *config.status*) 
  284.     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; 
  285.   *) 
  286.     echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; 
  287.     cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; 
  288. esac;
  289. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  290. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  291. $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
  292. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  293. $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
  294. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  295. $(am__aclocal_m4_deps):
  296. clean-checkPROGRAMS:
  297. @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; 
  298. echo " rm -f" $$list; 
  299. rm -f $$list || exit $$?; 
  300. test -n "$(EXEEXT)" || exit 0; 
  301. list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; 
  302. echo " rm -f" $$list; 
  303. rm -f $$list
  304. t-locale$(EXEEXT): $(t_locale_OBJECTS) $(t_locale_DEPENDENCIES) 
  305. @rm -f t-locale$(EXEEXT)
  306. $(LINK) $(t_locale_OBJECTS) $(t_locale_LDADD) $(LIBS)
  307. t-printf$(EXEEXT): $(t_printf_OBJECTS) $(t_printf_DEPENDENCIES) 
  308. @rm -f t-printf$(EXEEXT)
  309. $(LINK) $(t_printf_OBJECTS) $(t_printf_LDADD) $(LIBS)
  310. t-scanf$(EXEEXT): $(t_scanf_OBJECTS) $(t_scanf_DEPENDENCIES) 
  311. @rm -f t-scanf$(EXEEXT)
  312. $(LINK) $(t_scanf_OBJECTS) $(t_scanf_LDADD) $(LIBS)
  313. mostlyclean-compile:
  314. -rm -f *.$(OBJEXT)
  315. distclean-compile:
  316. -rm -f *.tab.c
  317. $(top_builddir)/ansi2knr:
  318. $(am__cd) $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) ./ansi2knr
  319. mostlyclean-kr:
  320. -test "$U" = "" || rm -f *_.c
  321. .c.o:
  322. $(COMPILE) -c $<
  323. .c.obj:
  324. $(COMPILE) -c `$(CYGPATH_W) '$<'`
  325. .c.lo:
  326. $(LTCOMPILE) -c -o $@ $<
  327. t-locale_.c: t-locale.c $(ANSI2KNR)
  328. $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/t-locale.c; then echo $(srcdir)/t-locale.c; else echo t-locale.c; fi` | sed 's/^# ([0-9])/#line 1/' | $(ANSI2KNR) > $@ || rm -f $@
  329. t-printf_.c: t-printf.c $(ANSI2KNR)
  330. $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/t-printf.c; then echo $(srcdir)/t-printf.c; else echo t-printf.c; fi` | sed 's/^# ([0-9])/#line 1/' | $(ANSI2KNR) > $@ || rm -f $@
  331. t-scanf_.c: t-scanf.c $(ANSI2KNR)
  332. $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/t-scanf.c; then echo $(srcdir)/t-scanf.c; else echo t-scanf.c; fi` | sed 's/^# ([0-9])/#line 1/' | $(ANSI2KNR) > $@ || rm -f $@
  333. t-locale_.$(OBJEXT) t-locale_.lo t-printf_.$(OBJEXT) t-printf_.lo 
  334. t-scanf_.$(OBJEXT) t-scanf_.lo : $(ANSI2KNR)
  335. mostlyclean-libtool:
  336. -rm -f *.lo
  337. clean-libtool:
  338. -rm -rf .libs _libs
  339. ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  340. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; 
  341. unique=`for i in $$list; do 
  342.     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; 
  343.   done | 
  344.   $(AWK) '{ files[$$0] = 1; nonempty = 1; } 
  345.       END { if (nonempty) { for (i in files) print i; }; }'`; 
  346. mkid -fID $$unique
  347. tags: TAGS
  348. TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) 
  349. $(TAGS_FILES) $(LISP)
  350. set x; 
  351. here=`pwd`; 
  352. list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; 
  353. unique=`for i in $$list; do 
  354.     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; 
  355.   done | 
  356.   $(AWK) '{ files[$$0] = 1; nonempty = 1; } 
  357.       END { if (nonempty) { for (i in files) print i; }; }'`; 
  358. shift; 
  359. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else 
  360.   test -n "$$unique" || unique=$$empty_fix; 
  361.   if test $$# -gt 0; then 
  362.     $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) 
  363.       "$$@" $$unique; 
  364.   else 
  365.     $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) 
  366.       $$unique; 
  367.   fi; 
  368. fi
  369. ctags: CTAGS
  370. CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) 
  371. $(TAGS_FILES) $(LISP)
  372. list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; 
  373. unique=`for i in $$list; do 
  374.     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; 
  375.   done | 
  376.   $(AWK) '{ files[$$0] = 1; nonempty = 1; } 
  377.       END { if (nonempty) { for (i in files) print i; }; }'`; 
  378. test -z "$(CTAGS_ARGS)$$unique" 
  379.   || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) 
  380.      $$unique
  381. GTAGS:
  382. here=`$(am__cd) $(top_builddir) && pwd` 
  383.   && $(am__cd) $(top_srcdir) 
  384.   && gtags -i $(GTAGS_ARGS) "$$here"
  385. distclean-tags:
  386. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  387. check-TESTS: $(TESTS)
  388. @failed=0; all=0; xfail=0; xpass=0; skip=0; 
  389. srcdir=$(srcdir); export srcdir; 
  390. list=' $(TESTS) '; 
  391. $(am__tty_colors); 
  392. if test -n "$$list"; then 
  393.   for tst in $$list; do 
  394.     if test -f ./$$tst; then dir=./; 
  395.     elif test -f $$tst; then dir=; 
  396.     else dir="$(srcdir)/"; fi; 
  397.     if $(TESTS_ENVIRONMENT) $${dir}$$tst; then 
  398.       all=`expr $$all + 1`; 
  399.       case " $(XFAIL_TESTS) " in 
  400.       *[  ]$$tst[  ]*) 
  401. xpass=`expr $$xpass + 1`; 
  402. failed=`expr $$failed + 1`; 
  403. col=$$red; res=XPASS; 
  404.       ;; 
  405.       *) 
  406. col=$$grn; res=PASS; 
  407.       ;; 
  408.       esac; 
  409.     elif test $$? -ne 77; then 
  410.       all=`expr $$all + 1`; 
  411.       case " $(XFAIL_TESTS) " in 
  412.       *[  ]$$tst[  ]*) 
  413. xfail=`expr $$xfail + 1`; 
  414. col=$$lgn; res=XFAIL; 
  415.       ;; 
  416.       *) 
  417. failed=`expr $$failed + 1`; 
  418. col=$$red; res=FAIL; 
  419.       ;; 
  420.       esac; 
  421.     else 
  422.       skip=`expr $$skip + 1`; 
  423.       col=$$blu; res=SKIP; 
  424.     fi; 
  425.     echo "$${col}$$res$${std}: $$tst"; 
  426.   done; 
  427.   if test "$$all" -eq 1; then 
  428.     tests="test"; 
  429.     All=""; 
  430.   else 
  431.     tests="tests"; 
  432.     All="All "; 
  433.   fi; 
  434.   if test "$$failed" -eq 0; then 
  435.     if test "$$xfail" -eq 0; then 
  436.       banner="$$All$$all $$tests passed"; 
  437.     else 
  438.       if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; 
  439.       banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; 
  440.     fi; 
  441.   else 
  442.     if test "$$xpass" -eq 0; then 
  443.       banner="$$failed of $$all $$tests failed"; 
  444.     else 
  445.       if test "$$xpass" -eq 1; then passes=pass; else passes=passes; fi; 
  446.       banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; 
  447.     fi; 
  448.   fi; 
  449.   dashes="$$banner"; 
  450.   skipped=""; 
  451.   if test "$$skip" -ne 0; then 
  452.     if test "$$skip" -eq 1; then 
  453.       skipped="($$skip test was not run)"; 
  454.     else 
  455.       skipped="($$skip tests were not run)"; 
  456.     fi; 
  457.     test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || 
  458.       dashes="$$skipped"; 
  459.   fi; 
  460.   report=""; 
  461.   if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then 
  462.     report="Please report to $(PACKAGE_BUGREPORT)"; 
  463.     test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || 
  464.       dashes="$$report"; 
  465.   fi; 
  466.   dashes=`echo "$$dashes" | sed s/./=/g`; 
  467.   if test "$$failed" -eq 0; then 
  468.     echo "$$grn$$dashes"; 
  469.   else 
  470.     echo "$$red$$dashes"; 
  471.   fi; 
  472.   echo "$$banner"; 
  473.   test -z "$$skipped" || echo "$$skipped"; 
  474.   test -z "$$report" || echo "$$report"; 
  475.   echo "$$dashes$$std"; 
  476.   test "$$failed" -eq 0; 
  477. else :; fi
  478. distdir: $(DISTFILES)
  479. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\*]/\\&/g'`; 
  480. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\*]/\\&/g'`; 
  481. list='$(DISTFILES)'; 
  482.   dist_files=`for file in $$list; do echo $$file; done | 
  483.   sed -e "s|^$$srcdirstrip/||;t" 
  484.       -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; 
  485. case $$dist_files in 
  486.   */*) $(MKDIR_P) `echo "$$dist_files" | 
  487.    sed '///!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | 
  488.    sort -u` ;; 
  489. esac; 
  490. for file in $$dist_files; do 
  491.   if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; 
  492.   if test -d $$d/$$file; then 
  493.     dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; 
  494.     if test -d "$(distdir)/$$file"; then 
  495.       find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} ;; 
  496.     fi; 
  497.     if test -d $(srcdir)/$$file && test $$d != $(srcdir); then 
  498.       cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; 
  499.       find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} ;; 
  500.     fi; 
  501.     cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; 
  502.   else 
  503.     test -f "$(distdir)/$$file" 
  504.     || cp -p $$d/$$file "$(distdir)/$$file" 
  505.     || exit 1; 
  506.   fi; 
  507. done
  508. check-am: all-am
  509. $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
  510. $(MAKE) $(AM_MAKEFLAGS) check-TESTS
  511. check: check-am
  512. all-am: Makefile
  513. installdirs:
  514. install: install-am
  515. install-exec: install-exec-am
  516. install-data: install-data-am
  517. uninstall: uninstall-am
  518. install-am: all-am
  519. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  520. installcheck: installcheck-am
  521. install-strip:
  522. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" 
  523.   install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s 
  524.   `test -z '$(STRIP)' || 
  525.     echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  526. mostlyclean-generic:
  527. clean-generic:
  528. -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
  529. distclean-generic:
  530. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  531. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  532. maintainer-clean-generic:
  533. @echo "This command is intended for maintainers to use"
  534. @echo "it deletes files that may require special tools to rebuild."
  535. clean: clean-am
  536. clean-am: clean-checkPROGRAMS clean-generic clean-libtool 
  537. mostlyclean-am
  538. distclean: distclean-am
  539. -rm -f Makefile
  540. distclean-am: clean-am distclean-compile distclean-generic 
  541. distclean-tags
  542. dvi: dvi-am
  543. dvi-am:
  544. html: html-am
  545. html-am:
  546. info: info-am
  547. info-am:
  548. install-data-am:
  549. install-dvi: install-dvi-am
  550. install-dvi-am:
  551. install-exec-am:
  552. install-html: install-html-am
  553. install-html-am:
  554. install-info: install-info-am
  555. install-info-am:
  556. install-man:
  557. install-pdf: install-pdf-am
  558. install-pdf-am:
  559. install-ps: install-ps-am
  560. install-ps-am:
  561. installcheck-am:
  562. maintainer-clean: maintainer-clean-am
  563. -rm -f Makefile
  564. maintainer-clean-am: distclean-am maintainer-clean-generic
  565. mostlyclean: mostlyclean-am
  566. mostlyclean-am: mostlyclean-compile mostlyclean-generic mostlyclean-kr 
  567. mostlyclean-libtool
  568. pdf: pdf-am
  569. pdf-am:
  570. ps: ps-am
  571. ps-am:
  572. uninstall-am:
  573. .MAKE: $(top_builddir)/ansi2knr check-am install-am install-strip
  574. .PHONY: CTAGS GTAGS all all-am check check-TESTS check-am clean 
  575. clean-checkPROGRAMS clean-generic clean-libtool ctags 
  576. distclean distclean-compile distclean-generic 
  577. distclean-libtool distclean-tags distdir dvi dvi-am html 
  578. html-am info info-am install install-am install-data 
  579. install-data-am install-dvi install-dvi-am install-exec 
  580. install-exec-am install-html install-html-am install-info 
  581. install-info-am install-man install-pdf install-pdf-am 
  582. install-ps install-ps-am install-strip installcheck 
  583. installcheck-am installdirs maintainer-clean 
  584. maintainer-clean-generic mostlyclean mostlyclean-compile 
  585. mostlyclean-generic mostlyclean-kr mostlyclean-libtool pdf 
  586. pdf-am ps ps-am tags uninstall uninstall-am
  587. $(top_builddir)/tests/libtests.la:
  588. cd $(top_builddir)/tests; $(MAKE) $(AM_MAKEFLAGS) libtests.la
  589. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  590. # Otherwise a system limit (for SysV at least) may be exceeded.
  591. .NOEXPORT: