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 2000, 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 = $(am__EXEEXT_1)
  51. subdir = tests/mpbsd
  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. @WANT_MPBSD_TRUE@am__EXEEXT_1 = allfuns$(EXEEXT) t-itom$(EXEEXT) 
  63. @WANT_MPBSD_TRUE@ t-mtox$(EXEEXT)
  64. allfuns_SOURCES = allfuns.c
  65. allfuns_OBJECTS = allfuns$U.$(OBJEXT)
  66. allfuns_DEPENDENCIES = $(top_builddir)/libmp.la
  67. t_itom_SOURCES = t-itom.c
  68. t_itom_OBJECTS = t-itom$U.$(OBJEXT)
  69. t_itom_LDADD = $(LDADD)
  70. t_itom_DEPENDENCIES = $(top_builddir)/tests/libtests.la 
  71. $(top_builddir)/libmp.la
  72. t_mtox_SOURCES = t-mtox.c
  73. t_mtox_OBJECTS = t-mtox$U.$(OBJEXT)
  74. t_mtox_LDADD = $(LDADD)
  75. t_mtox_DEPENDENCIES = $(top_builddir)/tests/libtests.la 
  76. $(top_builddir)/libmp.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 = allfuns.c t-itom.c t-mtox.c
  90. DIST_SOURCES = allfuns.c t-itom.c t-mtox.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)/libmp.la
  260. @WANT_MPBSD_TRUE@MPBSD_check_OPTION = allfuns t-itom t-mtox
  261. TESTS = $(check_PROGRAMS)
  262. # check linking only against libmp
  263. allfuns_LDADD = $(top_builddir)/libmp.la
  264. all: all-am
  265. .SUFFIXES:
  266. .SUFFIXES: .c .lo .o .obj
  267. $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
  268. @for dep in $?; do 
  269.   case '$(am__configure_deps)' in 
  270.     *$$dep*) 
  271.       ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) 
  272.         && { if test -f $@; then exit 0; else break; fi; }; 
  273.       exit 1;; 
  274.   esac; 
  275. done; 
  276. echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu --ignore-deps tests/mpbsd/Makefile'; 
  277. $(am__cd) $(top_srcdir) && 
  278.   $(AUTOMAKE) --gnu --ignore-deps tests/mpbsd/Makefile
  279. .PRECIOUS: Makefile
  280. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  281. @case '$?' in 
  282.   *config.status*) 
  283.     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; 
  284.   *) 
  285.     echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; 
  286.     cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; 
  287. esac;
  288. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  289. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  290. $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
  291. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  292. $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
  293. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  294. $(am__aclocal_m4_deps):
  295. clean-checkPROGRAMS:
  296. @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; 
  297. echo " rm -f" $$list; 
  298. rm -f $$list || exit $$?; 
  299. test -n "$(EXEEXT)" || exit 0; 
  300. list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; 
  301. echo " rm -f" $$list; 
  302. rm -f $$list
  303. allfuns$(EXEEXT): $(allfuns_OBJECTS) $(allfuns_DEPENDENCIES) 
  304. @rm -f allfuns$(EXEEXT)
  305. $(LINK) $(allfuns_OBJECTS) $(allfuns_LDADD) $(LIBS)
  306. t-itom$(EXEEXT): $(t_itom_OBJECTS) $(t_itom_DEPENDENCIES) 
  307. @rm -f t-itom$(EXEEXT)
  308. $(LINK) $(t_itom_OBJECTS) $(t_itom_LDADD) $(LIBS)
  309. t-mtox$(EXEEXT): $(t_mtox_OBJECTS) $(t_mtox_DEPENDENCIES) 
  310. @rm -f t-mtox$(EXEEXT)
  311. $(LINK) $(t_mtox_OBJECTS) $(t_mtox_LDADD) $(LIBS)
  312. mostlyclean-compile:
  313. -rm -f *.$(OBJEXT)
  314. distclean-compile:
  315. -rm -f *.tab.c
  316. $(top_builddir)/ansi2knr:
  317. $(am__cd) $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) ./ansi2knr
  318. mostlyclean-kr:
  319. -test "$U" = "" || rm -f *_.c
  320. .c.o:
  321. $(COMPILE) -c $<
  322. .c.obj:
  323. $(COMPILE) -c `$(CYGPATH_W) '$<'`
  324. .c.lo:
  325. $(LTCOMPILE) -c -o $@ $<
  326. allfuns_.c: allfuns.c $(ANSI2KNR)
  327. $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/allfuns.c; then echo $(srcdir)/allfuns.c; else echo allfuns.c; fi` | sed 's/^# ([0-9])/#line 1/' | $(ANSI2KNR) > $@ || rm -f $@
  328. t-itom_.c: t-itom.c $(ANSI2KNR)
  329. $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/t-itom.c; then echo $(srcdir)/t-itom.c; else echo t-itom.c; fi` | sed 's/^# ([0-9])/#line 1/' | $(ANSI2KNR) > $@ || rm -f $@
  330. t-mtox_.c: t-mtox.c $(ANSI2KNR)
  331. $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/t-mtox.c; then echo $(srcdir)/t-mtox.c; else echo t-mtox.c; fi` | sed 's/^# ([0-9])/#line 1/' | $(ANSI2KNR) > $@ || rm -f $@
  332. allfuns_.$(OBJEXT) allfuns_.lo t-itom_.$(OBJEXT) t-itom_.lo 
  333. t-mtox_.$(OBJEXT) t-mtox_.lo : $(ANSI2KNR)
  334. mostlyclean-libtool:
  335. -rm -f *.lo
  336. clean-libtool:
  337. -rm -rf .libs _libs
  338. ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  339. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; 
  340. unique=`for i in $$list; do 
  341.     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; 
  342.   done | 
  343.   $(AWK) '{ files[$$0] = 1; nonempty = 1; } 
  344.       END { if (nonempty) { for (i in files) print i; }; }'`; 
  345. mkid -fID $$unique
  346. tags: TAGS
  347. TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) 
  348. $(TAGS_FILES) $(LISP)
  349. set x; 
  350. here=`pwd`; 
  351. list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; 
  352. unique=`for i in $$list; do 
  353.     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; 
  354.   done | 
  355.   $(AWK) '{ files[$$0] = 1; nonempty = 1; } 
  356.       END { if (nonempty) { for (i in files) print i; }; }'`; 
  357. shift; 
  358. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else 
  359.   test -n "$$unique" || unique=$$empty_fix; 
  360.   if test $$# -gt 0; then 
  361.     $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) 
  362.       "$$@" $$unique; 
  363.   else 
  364.     $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) 
  365.       $$unique; 
  366.   fi; 
  367. fi
  368. ctags: CTAGS
  369. CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) 
  370. $(TAGS_FILES) $(LISP)
  371. list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; 
  372. unique=`for i in $$list; do 
  373.     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; 
  374.   done | 
  375.   $(AWK) '{ files[$$0] = 1; nonempty = 1; } 
  376.       END { if (nonempty) { for (i in files) print i; }; }'`; 
  377. test -z "$(CTAGS_ARGS)$$unique" 
  378.   || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) 
  379.      $$unique
  380. GTAGS:
  381. here=`$(am__cd) $(top_builddir) && pwd` 
  382.   && $(am__cd) $(top_srcdir) 
  383.   && gtags -i $(GTAGS_ARGS) "$$here"
  384. distclean-tags:
  385. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  386. check-TESTS: $(TESTS)
  387. @failed=0; all=0; xfail=0; xpass=0; skip=0; 
  388. srcdir=$(srcdir); export srcdir; 
  389. list=' $(TESTS) '; 
  390. $(am__tty_colors); 
  391. if test -n "$$list"; then 
  392.   for tst in $$list; do 
  393.     if test -f ./$$tst; then dir=./; 
  394.     elif test -f $$tst; then dir=; 
  395.     else dir="$(srcdir)/"; fi; 
  396.     if $(TESTS_ENVIRONMENT) $${dir}$$tst; then 
  397.       all=`expr $$all + 1`; 
  398.       case " $(XFAIL_TESTS) " in 
  399.       *[  ]$$tst[  ]*) 
  400. xpass=`expr $$xpass + 1`; 
  401. failed=`expr $$failed + 1`; 
  402. col=$$red; res=XPASS; 
  403.       ;; 
  404.       *) 
  405. col=$$grn; res=PASS; 
  406.       ;; 
  407.       esac; 
  408.     elif test $$? -ne 77; then 
  409.       all=`expr $$all + 1`; 
  410.       case " $(XFAIL_TESTS) " in 
  411.       *[  ]$$tst[  ]*) 
  412. xfail=`expr $$xfail + 1`; 
  413. col=$$lgn; res=XFAIL; 
  414.       ;; 
  415.       *) 
  416. failed=`expr $$failed + 1`; 
  417. col=$$red; res=FAIL; 
  418.       ;; 
  419.       esac; 
  420.     else 
  421.       skip=`expr $$skip + 1`; 
  422.       col=$$blu; res=SKIP; 
  423.     fi; 
  424.     echo "$${col}$$res$${std}: $$tst"; 
  425.   done; 
  426.   if test "$$all" -eq 1; then 
  427.     tests="test"; 
  428.     All=""; 
  429.   else 
  430.     tests="tests"; 
  431.     All="All "; 
  432.   fi; 
  433.   if test "$$failed" -eq 0; then 
  434.     if test "$$xfail" -eq 0; then 
  435.       banner="$$All$$all $$tests passed"; 
  436.     else 
  437.       if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; 
  438.       banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; 
  439.     fi; 
  440.   else 
  441.     if test "$$xpass" -eq 0; then 
  442.       banner="$$failed of $$all $$tests failed"; 
  443.     else 
  444.       if test "$$xpass" -eq 1; then passes=pass; else passes=passes; fi; 
  445.       banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; 
  446.     fi; 
  447.   fi; 
  448.   dashes="$$banner"; 
  449.   skipped=""; 
  450.   if test "$$skip" -ne 0; then 
  451.     if test "$$skip" -eq 1; then 
  452.       skipped="($$skip test was not run)"; 
  453.     else 
  454.       skipped="($$skip tests were not run)"; 
  455.     fi; 
  456.     test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || 
  457.       dashes="$$skipped"; 
  458.   fi; 
  459.   report=""; 
  460.   if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then 
  461.     report="Please report to $(PACKAGE_BUGREPORT)"; 
  462.     test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || 
  463.       dashes="$$report"; 
  464.   fi; 
  465.   dashes=`echo "$$dashes" | sed s/./=/g`; 
  466.   if test "$$failed" -eq 0; then 
  467.     echo "$$grn$$dashes"; 
  468.   else 
  469.     echo "$$red$$dashes"; 
  470.   fi; 
  471.   echo "$$banner"; 
  472.   test -z "$$skipped" || echo "$$skipped"; 
  473.   test -z "$$report" || echo "$$report"; 
  474.   echo "$$dashes$$std"; 
  475.   test "$$failed" -eq 0; 
  476. else :; fi
  477. distdir: $(DISTFILES)
  478. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\*]/\\&/g'`; 
  479. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\*]/\\&/g'`; 
  480. list='$(DISTFILES)'; 
  481.   dist_files=`for file in $$list; do echo $$file; done | 
  482.   sed -e "s|^$$srcdirstrip/||;t" 
  483.       -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; 
  484. case $$dist_files in 
  485.   */*) $(MKDIR_P) `echo "$$dist_files" | 
  486.    sed '///!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | 
  487.    sort -u` ;; 
  488. esac; 
  489. for file in $$dist_files; do 
  490.   if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; 
  491.   if test -d $$d/$$file; then 
  492.     dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; 
  493.     if test -d "$(distdir)/$$file"; then 
  494.       find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} ;; 
  495.     fi; 
  496.     if test -d $(srcdir)/$$file && test $$d != $(srcdir); then 
  497.       cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; 
  498.       find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} ;; 
  499.     fi; 
  500.     cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; 
  501.   else 
  502.     test -f "$(distdir)/$$file" 
  503.     || cp -p $$d/$$file "$(distdir)/$$file" 
  504.     || exit 1; 
  505.   fi; 
  506. done
  507. check-am: all-am
  508. $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
  509. $(MAKE) $(AM_MAKEFLAGS) check-TESTS
  510. check: check-am
  511. all-am: Makefile
  512. installdirs:
  513. install: install-am
  514. install-exec: install-exec-am
  515. install-data: install-data-am
  516. uninstall: uninstall-am
  517. install-am: all-am
  518. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  519. installcheck: installcheck-am
  520. install-strip:
  521. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" 
  522.   install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s 
  523.   `test -z '$(STRIP)' || 
  524.     echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  525. mostlyclean-generic:
  526. clean-generic:
  527. distclean-generic:
  528. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  529. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  530. maintainer-clean-generic:
  531. @echo "This command is intended for maintainers to use"
  532. @echo "it deletes files that may require special tools to rebuild."
  533. clean: clean-am
  534. clean-am: clean-checkPROGRAMS clean-generic clean-libtool 
  535. mostlyclean-am
  536. distclean: distclean-am
  537. -rm -f Makefile
  538. distclean-am: clean-am distclean-compile distclean-generic 
  539. distclean-tags
  540. dvi: dvi-am
  541. dvi-am:
  542. html: html-am
  543. html-am:
  544. info: info-am
  545. info-am:
  546. install-data-am:
  547. install-dvi: install-dvi-am
  548. install-dvi-am:
  549. install-exec-am:
  550. install-html: install-html-am
  551. install-html-am:
  552. install-info: install-info-am
  553. install-info-am:
  554. install-man:
  555. install-pdf: install-pdf-am
  556. install-pdf-am:
  557. install-ps: install-ps-am
  558. install-ps-am:
  559. installcheck-am:
  560. maintainer-clean: maintainer-clean-am
  561. -rm -f Makefile
  562. maintainer-clean-am: distclean-am maintainer-clean-generic
  563. mostlyclean: mostlyclean-am
  564. mostlyclean-am: mostlyclean-compile mostlyclean-generic mostlyclean-kr 
  565. mostlyclean-libtool
  566. pdf: pdf-am
  567. pdf-am:
  568. ps: ps-am
  569. ps-am:
  570. uninstall-am:
  571. .MAKE: $(top_builddir)/ansi2knr check-am install-am install-strip
  572. .PHONY: CTAGS GTAGS all all-am check check-TESTS check-am clean 
  573. clean-checkPROGRAMS clean-generic clean-libtool ctags 
  574. distclean distclean-compile distclean-generic 
  575. distclean-libtool distclean-tags distdir dvi dvi-am html 
  576. html-am info info-am install install-am install-data 
  577. install-data-am install-dvi install-dvi-am install-exec 
  578. install-exec-am install-html install-html-am install-info 
  579. install-info-am install-man install-pdf install-pdf-am 
  580. install-ps install-ps-am install-strip installcheck 
  581. installcheck-am installdirs maintainer-clean 
  582. maintainer-clean-generic mostlyclean mostlyclean-compile 
  583. mostlyclean-generic mostlyclean-kr mostlyclean-libtool pdf 
  584. pdf-am ps ps-am tags uninstall uninstall-am
  585. $(top_builddir)/tests/libtests.la:
  586. cd $(top_builddir)/tests; $(MAKE) $(AM_MAKEFLAGS) libtests.la
  587. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  588. # Otherwise a system limit (for SysV at least) may be exceeded.
  589. .NOEXPORT: