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

数学计算

开发平台:

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, 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. 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. @WANT_CXX_TRUE@check_PROGRAMS = t-assign$(EXEEXT) t-binary$(EXEEXT) 
  51. @WANT_CXX_TRUE@ t-cast$(EXEEXT) t-constr$(EXEEXT) 
  52. @WANT_CXX_TRUE@ t-headers$(EXEEXT) t-istream$(EXEEXT) 
  53. @WANT_CXX_TRUE@ t-locale$(EXEEXT) t-misc$(EXEEXT) 
  54. @WANT_CXX_TRUE@ t-ops$(EXEEXT) t-ostream$(EXEEXT) 
  55. @WANT_CXX_TRUE@ t-prec$(EXEEXT) t-rand$(EXEEXT) 
  56. @WANT_CXX_TRUE@ t-ternary$(EXEEXT) t-unary$(EXEEXT)
  57. subdir = tests/cxx
  58. DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
  59. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  60. am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 
  61. $(top_srcdir)/configure.in
  62. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) 
  63. $(ACLOCAL_M4)
  64. mkinstalldirs = $(install_sh) -d
  65. CONFIG_HEADER = $(top_builddir)/config.h
  66. CONFIG_CLEAN_FILES =
  67. CONFIG_CLEAN_VPATH_FILES =
  68. am_t_assign_OBJECTS = t-assign.$(OBJEXT)
  69. t_assign_OBJECTS = $(am_t_assign_OBJECTS)
  70. t_assign_LDADD = $(LDADD)
  71. t_assign_DEPENDENCIES = $(top_builddir)/tests/libtests.la 
  72. $(top_builddir)/libgmpxx.la $(top_builddir)/libgmp.la
  73. am_t_binary_OBJECTS = t-binary.$(OBJEXT)
  74. t_binary_OBJECTS = $(am_t_binary_OBJECTS)
  75. t_binary_LDADD = $(LDADD)
  76. t_binary_DEPENDENCIES = $(top_builddir)/tests/libtests.la 
  77. $(top_builddir)/libgmpxx.la $(top_builddir)/libgmp.la
  78. am_t_cast_OBJECTS = t-cast.$(OBJEXT)
  79. t_cast_OBJECTS = $(am_t_cast_OBJECTS)
  80. t_cast_LDADD = $(LDADD)
  81. t_cast_DEPENDENCIES = $(top_builddir)/tests/libtests.la 
  82. $(top_builddir)/libgmpxx.la $(top_builddir)/libgmp.la
  83. am_t_constr_OBJECTS = t-constr.$(OBJEXT)
  84. t_constr_OBJECTS = $(am_t_constr_OBJECTS)
  85. t_constr_LDADD = $(LDADD)
  86. t_constr_DEPENDENCIES = $(top_builddir)/tests/libtests.la 
  87. $(top_builddir)/libgmpxx.la $(top_builddir)/libgmp.la
  88. am_t_headers_OBJECTS = t-headers.$(OBJEXT)
  89. t_headers_OBJECTS = $(am_t_headers_OBJECTS)
  90. t_headers_LDADD = $(LDADD)
  91. t_headers_DEPENDENCIES = $(top_builddir)/tests/libtests.la 
  92. $(top_builddir)/libgmpxx.la $(top_builddir)/libgmp.la
  93. am_t_istream_OBJECTS = t-istream.$(OBJEXT)
  94. t_istream_OBJECTS = $(am_t_istream_OBJECTS)
  95. t_istream_LDADD = $(LDADD)
  96. t_istream_DEPENDENCIES = $(top_builddir)/tests/libtests.la 
  97. $(top_builddir)/libgmpxx.la $(top_builddir)/libgmp.la
  98. am_t_locale_OBJECTS = t-locale.$(OBJEXT) clocale$U.$(OBJEXT)
  99. t_locale_OBJECTS = $(am_t_locale_OBJECTS)
  100. t_locale_LDADD = $(LDADD)
  101. t_locale_DEPENDENCIES = $(top_builddir)/tests/libtests.la 
  102. $(top_builddir)/libgmpxx.la $(top_builddir)/libgmp.la
  103. am_t_misc_OBJECTS = t-misc.$(OBJEXT)
  104. t_misc_OBJECTS = $(am_t_misc_OBJECTS)
  105. t_misc_LDADD = $(LDADD)
  106. t_misc_DEPENDENCIES = $(top_builddir)/tests/libtests.la 
  107. $(top_builddir)/libgmpxx.la $(top_builddir)/libgmp.la
  108. am_t_ops_OBJECTS = t-ops.$(OBJEXT)
  109. t_ops_OBJECTS = $(am_t_ops_OBJECTS)
  110. t_ops_LDADD = $(LDADD)
  111. t_ops_DEPENDENCIES = $(top_builddir)/tests/libtests.la 
  112. $(top_builddir)/libgmpxx.la $(top_builddir)/libgmp.la
  113. am_t_ostream_OBJECTS = t-ostream.$(OBJEXT)
  114. t_ostream_OBJECTS = $(am_t_ostream_OBJECTS)
  115. t_ostream_LDADD = $(LDADD)
  116. t_ostream_DEPENDENCIES = $(top_builddir)/tests/libtests.la 
  117. $(top_builddir)/libgmpxx.la $(top_builddir)/libgmp.la
  118. am_t_prec_OBJECTS = t-prec.$(OBJEXT)
  119. t_prec_OBJECTS = $(am_t_prec_OBJECTS)
  120. t_prec_LDADD = $(LDADD)
  121. t_prec_DEPENDENCIES = $(top_builddir)/tests/libtests.la 
  122. $(top_builddir)/libgmpxx.la $(top_builddir)/libgmp.la
  123. am_t_rand_OBJECTS = t-rand.$(OBJEXT)
  124. t_rand_OBJECTS = $(am_t_rand_OBJECTS)
  125. t_rand_LDADD = $(LDADD)
  126. t_rand_DEPENDENCIES = $(top_builddir)/tests/libtests.la 
  127. $(top_builddir)/libgmpxx.la $(top_builddir)/libgmp.la
  128. am_t_ternary_OBJECTS = t-ternary.$(OBJEXT)
  129. t_ternary_OBJECTS = $(am_t_ternary_OBJECTS)
  130. t_ternary_LDADD = $(LDADD)
  131. t_ternary_DEPENDENCIES = $(top_builddir)/tests/libtests.la 
  132. $(top_builddir)/libgmpxx.la $(top_builddir)/libgmp.la
  133. am_t_unary_OBJECTS = t-unary.$(OBJEXT)
  134. t_unary_OBJECTS = $(am_t_unary_OBJECTS)
  135. t_unary_LDADD = $(LDADD)
  136. t_unary_DEPENDENCIES = $(top_builddir)/tests/libtests.la 
  137. $(top_builddir)/libgmpxx.la $(top_builddir)/libgmp.la
  138. DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
  139. depcomp =
  140. am__depfiles_maybe =
  141. COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) 
  142. $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  143. LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) 
  144. --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) 
  145. $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  146. CCLD = $(CC)
  147. LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) 
  148. --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) 
  149. $(LDFLAGS) -o $@
  150. CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) 
  151. $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
  152. LTCXXCOMPILE = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) 
  153. --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) 
  154. $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
  155. CXXLD = $(CXX)
  156. CXXLINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) 
  157. --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) 
  158. $(LDFLAGS) -o $@
  159. SOURCES = $(t_assign_SOURCES) $(t_binary_SOURCES) $(t_cast_SOURCES) 
  160. $(t_constr_SOURCES) $(t_headers_SOURCES) $(t_istream_SOURCES) 
  161. $(t_locale_SOURCES) $(t_misc_SOURCES) $(t_ops_SOURCES) 
  162. $(t_ostream_SOURCES) $(t_prec_SOURCES) $(t_rand_SOURCES) 
  163. $(t_ternary_SOURCES) $(t_unary_SOURCES)
  164. DIST_SOURCES = $(t_assign_SOURCES) $(t_binary_SOURCES) 
  165. $(t_cast_SOURCES) $(t_constr_SOURCES) $(t_headers_SOURCES) 
  166. $(t_istream_SOURCES) $(t_locale_SOURCES) $(t_misc_SOURCES) 
  167. $(t_ops_SOURCES) $(t_ostream_SOURCES) $(t_prec_SOURCES) 
  168. $(t_rand_SOURCES) $(t_ternary_SOURCES) $(t_unary_SOURCES)
  169. ETAGS = etags
  170. CTAGS = ctags
  171. am__tty_colors = 
  172. red=; grn=; lgn=; blu=; std=
  173. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  174. ABI = @ABI@
  175. ACLOCAL = @ACLOCAL@
  176. AMTAR = @AMTAR@
  177. AR = @AR@
  178. AS = @AS@
  179. ASMFLAGS = @ASMFLAGS@
  180. AUTOCONF = @AUTOCONF@
  181. AUTOHEADER = @AUTOHEADER@
  182. AUTOMAKE = @AUTOMAKE@
  183. AWK = @AWK@
  184. CALLING_CONVENTIONS_OBJS = @CALLING_CONVENTIONS_OBJS@
  185. CC = @CC@
  186. CCAS = @CCAS@
  187. CC_FOR_BUILD = @CC_FOR_BUILD@
  188. CFLAGS = @CFLAGS@
  189. CPP = @CPP@
  190. CPPFLAGS = @CPPFLAGS@
  191. CPP_FOR_BUILD = @CPP_FOR_BUILD@
  192. CXX = @CXX@
  193. CXXCPP = @CXXCPP@
  194. CXXFLAGS = @CXXFLAGS@
  195. CYGPATH_W = @CYGPATH_W@
  196. DEFN_LONG_LONG_LIMB = @DEFN_LONG_LONG_LIMB@
  197. DEFS = @DEFS@
  198. DLLTOOL = @DLLTOOL@
  199. DSYMUTIL = @DSYMUTIL@
  200. DUMPBIN = @DUMPBIN@
  201. ECHO_C = @ECHO_C@
  202. ECHO_N = @ECHO_N@
  203. ECHO_T = @ECHO_T@
  204. EGREP = @EGREP@
  205. EXEEXT = @EXEEXT@
  206. EXEEXT_FOR_BUILD = @EXEEXT_FOR_BUILD@
  207. F77 = @F77@
  208. FFLAGS = @FFLAGS@
  209. FGREP = @FGREP@
  210. GMP_LDFLAGS = @GMP_LDFLAGS@
  211. GMP_LIMB_BITS = @GMP_LIMB_BITS@
  212. GMP_NAIL_BITS = @GMP_NAIL_BITS@
  213. GREP = @GREP@
  214. HAVE_CLOCK_01 = @HAVE_CLOCK_01@
  215. HAVE_CPUTIME_01 = @HAVE_CPUTIME_01@
  216. HAVE_GETRUSAGE_01 = @HAVE_GETRUSAGE_01@
  217. HAVE_GETTIMEOFDAY_01 = @HAVE_GETTIMEOFDAY_01@
  218. HAVE_HOST_CPU_FAMILY_power = @HAVE_HOST_CPU_FAMILY_power@
  219. HAVE_HOST_CPU_FAMILY_powerpc = @HAVE_HOST_CPU_FAMILY_powerpc@
  220. HAVE_SIGACTION_01 = @HAVE_SIGACTION_01@
  221. HAVE_SIGALTSTACK_01 = @HAVE_SIGALTSTACK_01@
  222. HAVE_SIGSTACK_01 = @HAVE_SIGSTACK_01@
  223. HAVE_STACK_T_01 = @HAVE_STACK_T_01@
  224. HAVE_SYS_RESOURCE_H_01 = @HAVE_SYS_RESOURCE_H_01@
  225. INSTALL = @INSTALL@
  226. INSTALL_DATA = @INSTALL_DATA@
  227. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  228. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  229. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  230. LD = @LD@
  231. LDFLAGS = @LDFLAGS@
  232. LEX = @LEX@
  233. LEXLIB = @LEXLIB@
  234. LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
  235. LIBCURSES = @LIBCURSES@
  236. LIBGMPXX_LDFLAGS = @LIBGMPXX_LDFLAGS@
  237. LIBGMP_DLL = @LIBGMP_DLL@
  238. LIBGMP_LDFLAGS = @LIBGMP_LDFLAGS@
  239. LIBM = @LIBM@
  240. LIBM_FOR_BUILD = @LIBM_FOR_BUILD@
  241. LIBOBJS = @LIBOBJS@
  242. LIBREADLINE = @LIBREADLINE@
  243. LIBS = @LIBS@
  244. LIBTOOL = @LIBTOOL@
  245. LIPO = @LIPO@
  246. LN_S = @LN_S@
  247. LTLIBOBJS = @LTLIBOBJS@
  248. M4 = @M4@
  249. MAINT = @MAINT@
  250. MAKEINFO = @MAKEINFO@
  251. MKDIR_P = @MKDIR_P@
  252. NM = @NM@
  253. NMEDIT = @NMEDIT@
  254. OBJDUMP = @OBJDUMP@
  255. OBJEXT = @OBJEXT@
  256. OTOOL = @OTOOL@
  257. OTOOL64 = @OTOOL64@
  258. PACKAGE = @PACKAGE@
  259. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  260. PACKAGE_NAME = @PACKAGE_NAME@
  261. PACKAGE_STRING = @PACKAGE_STRING@
  262. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  263. PACKAGE_URL = @PACKAGE_URL@
  264. PACKAGE_VERSION = @PACKAGE_VERSION@
  265. PATH_SEPARATOR = @PATH_SEPARATOR@
  266. RANLIB = @RANLIB@
  267. SED = @SED@
  268. SET_MAKE = @SET_MAKE@
  269. SHELL = @SHELL@
  270. SPEED_CYCLECOUNTER_OBJ = @SPEED_CYCLECOUNTER_OBJ@
  271. STRIP = @STRIP@
  272. TAL_OBJECT = @TAL_OBJECT@
  273. TUNE_SQR_OBJ = @TUNE_SQR_OBJ@
  274. U = @U@
  275. U_FOR_BUILD = @U_FOR_BUILD@
  276. VERSION = @VERSION@
  277. WITH_READLINE_01 = @WITH_READLINE_01@
  278. YACC = @YACC@
  279. YFLAGS = @YFLAGS@
  280. abs_builddir = @abs_builddir@
  281. abs_srcdir = @abs_srcdir@
  282. abs_top_builddir = @abs_top_builddir@
  283. abs_top_srcdir = @abs_top_srcdir@
  284. ac_ct_CC = @ac_ct_CC@
  285. ac_ct_CXX = @ac_ct_CXX@
  286. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  287. ac_ct_F77 = @ac_ct_F77@
  288. am__leading_dot = @am__leading_dot@
  289. am__tar = @am__tar@
  290. am__untar = @am__untar@
  291. bindir = @bindir@
  292. build = @build@
  293. build_alias = @build_alias@
  294. build_cpu = @build_cpu@
  295. build_os = @build_os@
  296. build_vendor = @build_vendor@
  297. builddir = @builddir@
  298. datadir = @datadir@
  299. datarootdir = @datarootdir@
  300. docdir = @docdir@
  301. dvidir = @dvidir@
  302. exec_prefix = @exec_prefix@
  303. gmp_srclinks = @gmp_srclinks@
  304. host = @host@
  305. host_alias = @host_alias@
  306. host_cpu = @host_cpu@
  307. host_os = @host_os@
  308. host_vendor = @host_vendor@
  309. htmldir = @htmldir@
  310. includedir = @includedir@
  311. infodir = @infodir@
  312. install_sh = @install_sh@
  313. libdir = @libdir@
  314. libexecdir = @libexecdir@
  315. localedir = @localedir@
  316. localstatedir = @localstatedir@
  317. lt_ECHO = @lt_ECHO@
  318. mandir = @mandir@
  319. mkdir_p = @mkdir_p@
  320. mpn_objects = @mpn_objects@
  321. mpn_objs_in_libgmp = @mpn_objs_in_libgmp@
  322. mpn_objs_in_libmp = @mpn_objs_in_libmp@
  323. oldincludedir = @oldincludedir@
  324. pdfdir = @pdfdir@
  325. prefix = @prefix@
  326. program_transform_name = @program_transform_name@
  327. psdir = @psdir@
  328. sbindir = @sbindir@
  329. sharedstatedir = @sharedstatedir@
  330. srcdir = @srcdir@
  331. sysconfdir = @sysconfdir@
  332. target_alias = @target_alias@
  333. top_build_prefix = @top_build_prefix@
  334. top_builddir = @top_builddir@
  335. top_srcdir = @top_srcdir@
  336. # LDADD has an explicit -L of $(top_builddir)/.libs for the benefit of gcc
  337. # 3.2 on itanium2-hp-hpux11.22.  Without this option, the libgmp.sl.6
  338. # required by libgmpxx.sl (ie. in its NEEDED records) is not found by the
  339. # linker.  FIXME: Presumably libtool should do something about this itself.
  340. #
  341. INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/tests
  342. LDADD = -L$(top_builddir)/.libs 
  343.   $(top_builddir)/tests/libtests.la 
  344.   $(top_builddir)/libgmpxx.la 
  345.   $(top_builddir)/libgmp.la
  346. @WANT_CXX_TRUE@TESTS = $(check_PROGRAMS)
  347. t_assign_SOURCES = t-assign.cc
  348. t_binary_SOURCES = t-binary.cc
  349. t_cast_SOURCES = t-cast.cc
  350. t_constr_SOURCES = t-constr.cc
  351. t_headers_SOURCES = t-headers.cc
  352. t_istream_SOURCES = t-istream.cc
  353. t_locale_SOURCES = t-locale.cc clocale.c
  354. t_misc_SOURCES = t-misc.cc
  355. t_ops_SOURCES = t-ops.cc
  356. t_ostream_SOURCES = t-ostream.cc
  357. t_prec_SOURCES = t-prec.cc
  358. t_rand_SOURCES = t-rand.cc
  359. t_ternary_SOURCES = t-ternary.cc
  360. t_unary_SOURCES = t-unary.cc
  361. # Libtool (1.5) somehow botches its uninstalled shared library setups on
  362. # OpenBSD 3.2, making the C++ test programs here fail.  libgmpxx.so ends up
  363. # with a NEEDED record asking for ./.libs/libgmp.so.N, but the loader can't
  364. # find that unless it exists in the current directory.
  365. #
  366. # FIXME: Clearly libtool ought to handle this itself, in which case the hack
  367. # here can be removed.
  368. #
  369. # Note this fix applies only when running "make check".  The cp here should
  370. # be done manually if just one program is to be built and run.
  371. #
  372. TESTS_ENVIRONMENT = cp $(top_builddir)/.libs/libgmp.so.* .libs 2>/dev/null || true;
  373. all: all-am
  374. .SUFFIXES:
  375. .SUFFIXES: .c .cc .lo .o .obj
  376. $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
  377. @for dep in $?; do 
  378.   case '$(am__configure_deps)' in 
  379.     *$$dep*) 
  380.       ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) 
  381.         && { if test -f $@; then exit 0; else break; fi; }; 
  382.       exit 1;; 
  383.   esac; 
  384. done; 
  385. echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu --ignore-deps tests/cxx/Makefile'; 
  386. $(am__cd) $(top_srcdir) && 
  387.   $(AUTOMAKE) --gnu --ignore-deps tests/cxx/Makefile
  388. .PRECIOUS: Makefile
  389. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  390. @case '$?' in 
  391.   *config.status*) 
  392.     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; 
  393.   *) 
  394.     echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; 
  395.     cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; 
  396. esac;
  397. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  398. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  399. $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
  400. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  401. $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
  402. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  403. $(am__aclocal_m4_deps):
  404. clean-checkPROGRAMS:
  405. @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; 
  406. echo " rm -f" $$list; 
  407. rm -f $$list || exit $$?; 
  408. test -n "$(EXEEXT)" || exit 0; 
  409. list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; 
  410. echo " rm -f" $$list; 
  411. rm -f $$list
  412. t-assign$(EXEEXT): $(t_assign_OBJECTS) $(t_assign_DEPENDENCIES) 
  413. @rm -f t-assign$(EXEEXT)
  414. $(CXXLINK) $(t_assign_OBJECTS) $(t_assign_LDADD) $(LIBS)
  415. t-binary$(EXEEXT): $(t_binary_OBJECTS) $(t_binary_DEPENDENCIES) 
  416. @rm -f t-binary$(EXEEXT)
  417. $(CXXLINK) $(t_binary_OBJECTS) $(t_binary_LDADD) $(LIBS)
  418. t-cast$(EXEEXT): $(t_cast_OBJECTS) $(t_cast_DEPENDENCIES) 
  419. @rm -f t-cast$(EXEEXT)
  420. $(CXXLINK) $(t_cast_OBJECTS) $(t_cast_LDADD) $(LIBS)
  421. t-constr$(EXEEXT): $(t_constr_OBJECTS) $(t_constr_DEPENDENCIES) 
  422. @rm -f t-constr$(EXEEXT)
  423. $(CXXLINK) $(t_constr_OBJECTS) $(t_constr_LDADD) $(LIBS)
  424. t-headers$(EXEEXT): $(t_headers_OBJECTS) $(t_headers_DEPENDENCIES) 
  425. @rm -f t-headers$(EXEEXT)
  426. $(CXXLINK) $(t_headers_OBJECTS) $(t_headers_LDADD) $(LIBS)
  427. t-istream$(EXEEXT): $(t_istream_OBJECTS) $(t_istream_DEPENDENCIES) 
  428. @rm -f t-istream$(EXEEXT)
  429. $(CXXLINK) $(t_istream_OBJECTS) $(t_istream_LDADD) $(LIBS)
  430. t-locale$(EXEEXT): $(t_locale_OBJECTS) $(t_locale_DEPENDENCIES) 
  431. @rm -f t-locale$(EXEEXT)
  432. $(CXXLINK) $(t_locale_OBJECTS) $(t_locale_LDADD) $(LIBS)
  433. t-misc$(EXEEXT): $(t_misc_OBJECTS) $(t_misc_DEPENDENCIES) 
  434. @rm -f t-misc$(EXEEXT)
  435. $(CXXLINK) $(t_misc_OBJECTS) $(t_misc_LDADD) $(LIBS)
  436. t-ops$(EXEEXT): $(t_ops_OBJECTS) $(t_ops_DEPENDENCIES) 
  437. @rm -f t-ops$(EXEEXT)
  438. $(CXXLINK) $(t_ops_OBJECTS) $(t_ops_LDADD) $(LIBS)
  439. t-ostream$(EXEEXT): $(t_ostream_OBJECTS) $(t_ostream_DEPENDENCIES) 
  440. @rm -f t-ostream$(EXEEXT)
  441. $(CXXLINK) $(t_ostream_OBJECTS) $(t_ostream_LDADD) $(LIBS)
  442. t-prec$(EXEEXT): $(t_prec_OBJECTS) $(t_prec_DEPENDENCIES) 
  443. @rm -f t-prec$(EXEEXT)
  444. $(CXXLINK) $(t_prec_OBJECTS) $(t_prec_LDADD) $(LIBS)
  445. t-rand$(EXEEXT): $(t_rand_OBJECTS) $(t_rand_DEPENDENCIES) 
  446. @rm -f t-rand$(EXEEXT)
  447. $(CXXLINK) $(t_rand_OBJECTS) $(t_rand_LDADD) $(LIBS)
  448. t-ternary$(EXEEXT): $(t_ternary_OBJECTS) $(t_ternary_DEPENDENCIES) 
  449. @rm -f t-ternary$(EXEEXT)
  450. $(CXXLINK) $(t_ternary_OBJECTS) $(t_ternary_LDADD) $(LIBS)
  451. t-unary$(EXEEXT): $(t_unary_OBJECTS) $(t_unary_DEPENDENCIES) 
  452. @rm -f t-unary$(EXEEXT)
  453. $(CXXLINK) $(t_unary_OBJECTS) $(t_unary_LDADD) $(LIBS)
  454. mostlyclean-compile:
  455. -rm -f *.$(OBJEXT)
  456. distclean-compile:
  457. -rm -f *.tab.c
  458. $(top_builddir)/ansi2knr:
  459. $(am__cd) $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) ./ansi2knr
  460. mostlyclean-kr:
  461. -test "$U" = "" || rm -f *_.c
  462. .c.o:
  463. $(COMPILE) -c $<
  464. .c.obj:
  465. $(COMPILE) -c `$(CYGPATH_W) '$<'`
  466. .c.lo:
  467. $(LTCOMPILE) -c -o $@ $<
  468. clocale_.c: clocale.c $(ANSI2KNR)
  469. $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/clocale.c; then echo $(srcdir)/clocale.c; else echo clocale.c; fi` | sed 's/^# ([0-9])/#line 1/' | $(ANSI2KNR) > $@ || rm -f $@
  470. clocale_.$(OBJEXT) clocale_.lo : $(ANSI2KNR)
  471. .cc.o:
  472. $(CXXCOMPILE) -c -o $@ $<
  473. .cc.obj:
  474. $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
  475. .cc.lo:
  476. $(LTCXXCOMPILE) -c -o $@ $<
  477. mostlyclean-libtool:
  478. -rm -f *.lo
  479. clean-libtool:
  480. -rm -rf .libs _libs
  481. ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  482. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; 
  483. unique=`for i in $$list; do 
  484.     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; 
  485.   done | 
  486.   $(AWK) '{ files[$$0] = 1; nonempty = 1; } 
  487.       END { if (nonempty) { for (i in files) print i; }; }'`; 
  488. mkid -fID $$unique
  489. tags: TAGS
  490. TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) 
  491. $(TAGS_FILES) $(LISP)
  492. set x; 
  493. here=`pwd`; 
  494. list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; 
  495. unique=`for i in $$list; do 
  496.     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; 
  497.   done | 
  498.   $(AWK) '{ files[$$0] = 1; nonempty = 1; } 
  499.       END { if (nonempty) { for (i in files) print i; }; }'`; 
  500. shift; 
  501. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else 
  502.   test -n "$$unique" || unique=$$empty_fix; 
  503.   if test $$# -gt 0; then 
  504.     $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) 
  505.       "$$@" $$unique; 
  506.   else 
  507.     $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) 
  508.       $$unique; 
  509.   fi; 
  510. fi
  511. ctags: CTAGS
  512. CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) 
  513. $(TAGS_FILES) $(LISP)
  514. list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; 
  515. unique=`for i in $$list; do 
  516.     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; 
  517.   done | 
  518.   $(AWK) '{ files[$$0] = 1; nonempty = 1; } 
  519.       END { if (nonempty) { for (i in files) print i; }; }'`; 
  520. test -z "$(CTAGS_ARGS)$$unique" 
  521.   || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) 
  522.      $$unique
  523. GTAGS:
  524. here=`$(am__cd) $(top_builddir) && pwd` 
  525.   && $(am__cd) $(top_srcdir) 
  526.   && gtags -i $(GTAGS_ARGS) "$$here"
  527. distclean-tags:
  528. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  529. check-TESTS: $(TESTS)
  530. @failed=0; all=0; xfail=0; xpass=0; skip=0; 
  531. srcdir=$(srcdir); export srcdir; 
  532. list=' $(TESTS) '; 
  533. $(am__tty_colors); 
  534. if test -n "$$list"; then 
  535.   for tst in $$list; do 
  536.     if test -f ./$$tst; then dir=./; 
  537.     elif test -f $$tst; then dir=; 
  538.     else dir="$(srcdir)/"; fi; 
  539.     if $(TESTS_ENVIRONMENT) $${dir}$$tst; then 
  540.       all=`expr $$all + 1`; 
  541.       case " $(XFAIL_TESTS) " in 
  542.       *[  ]$$tst[  ]*) 
  543. xpass=`expr $$xpass + 1`; 
  544. failed=`expr $$failed + 1`; 
  545. col=$$red; res=XPASS; 
  546.       ;; 
  547.       *) 
  548. col=$$grn; res=PASS; 
  549.       ;; 
  550.       esac; 
  551.     elif test $$? -ne 77; then 
  552.       all=`expr $$all + 1`; 
  553.       case " $(XFAIL_TESTS) " in 
  554.       *[  ]$$tst[  ]*) 
  555. xfail=`expr $$xfail + 1`; 
  556. col=$$lgn; res=XFAIL; 
  557.       ;; 
  558.       *) 
  559. failed=`expr $$failed + 1`; 
  560. col=$$red; res=FAIL; 
  561.       ;; 
  562.       esac; 
  563.     else 
  564.       skip=`expr $$skip + 1`; 
  565.       col=$$blu; res=SKIP; 
  566.     fi; 
  567.     echo "$${col}$$res$${std}: $$tst"; 
  568.   done; 
  569.   if test "$$all" -eq 1; then 
  570.     tests="test"; 
  571.     All=""; 
  572.   else 
  573.     tests="tests"; 
  574.     All="All "; 
  575.   fi; 
  576.   if test "$$failed" -eq 0; then 
  577.     if test "$$xfail" -eq 0; then 
  578.       banner="$$All$$all $$tests passed"; 
  579.     else 
  580.       if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; 
  581.       banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; 
  582.     fi; 
  583.   else 
  584.     if test "$$xpass" -eq 0; then 
  585.       banner="$$failed of $$all $$tests failed"; 
  586.     else 
  587.       if test "$$xpass" -eq 1; then passes=pass; else passes=passes; fi; 
  588.       banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; 
  589.     fi; 
  590.   fi; 
  591.   dashes="$$banner"; 
  592.   skipped=""; 
  593.   if test "$$skip" -ne 0; then 
  594.     if test "$$skip" -eq 1; then 
  595.       skipped="($$skip test was not run)"; 
  596.     else 
  597.       skipped="($$skip tests were not run)"; 
  598.     fi; 
  599.     test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || 
  600.       dashes="$$skipped"; 
  601.   fi; 
  602.   report=""; 
  603.   if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then 
  604.     report="Please report to $(PACKAGE_BUGREPORT)"; 
  605.     test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || 
  606.       dashes="$$report"; 
  607.   fi; 
  608.   dashes=`echo "$$dashes" | sed s/./=/g`; 
  609.   if test "$$failed" -eq 0; then 
  610.     echo "$$grn$$dashes"; 
  611.   else 
  612.     echo "$$red$$dashes"; 
  613.   fi; 
  614.   echo "$$banner"; 
  615.   test -z "$$skipped" || echo "$$skipped"; 
  616.   test -z "$$report" || echo "$$report"; 
  617.   echo "$$dashes$$std"; 
  618.   test "$$failed" -eq 0; 
  619. else :; fi
  620. distdir: $(DISTFILES)
  621. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\*]/\\&/g'`; 
  622. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\*]/\\&/g'`; 
  623. list='$(DISTFILES)'; 
  624.   dist_files=`for file in $$list; do echo $$file; done | 
  625.   sed -e "s|^$$srcdirstrip/||;t" 
  626.       -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; 
  627. case $$dist_files in 
  628.   */*) $(MKDIR_P) `echo "$$dist_files" | 
  629.    sed '///!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | 
  630.    sort -u` ;; 
  631. esac; 
  632. for file in $$dist_files; do 
  633.   if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; 
  634.   if test -d $$d/$$file; then 
  635.     dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; 
  636.     if test -d "$(distdir)/$$file"; then 
  637.       find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} ;; 
  638.     fi; 
  639.     if test -d $(srcdir)/$$file && test $$d != $(srcdir); then 
  640.       cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; 
  641.       find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} ;; 
  642.     fi; 
  643.     cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; 
  644.   else 
  645.     test -f "$(distdir)/$$file" 
  646.     || cp -p $$d/$$file "$(distdir)/$$file" 
  647.     || exit 1; 
  648.   fi; 
  649. done
  650. check-am: all-am
  651. $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
  652. $(MAKE) $(AM_MAKEFLAGS) check-TESTS
  653. check: check-am
  654. all-am: Makefile
  655. installdirs:
  656. install: install-am
  657. install-exec: install-exec-am
  658. install-data: install-data-am
  659. uninstall: uninstall-am
  660. install-am: all-am
  661. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  662. installcheck: installcheck-am
  663. install-strip:
  664. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" 
  665.   install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s 
  666.   `test -z '$(STRIP)' || 
  667.     echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  668. mostlyclean-generic:
  669. clean-generic:
  670. distclean-generic:
  671. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  672. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  673. maintainer-clean-generic:
  674. @echo "This command is intended for maintainers to use"
  675. @echo "it deletes files that may require special tools to rebuild."
  676. clean: clean-am
  677. clean-am: clean-checkPROGRAMS clean-generic clean-libtool 
  678. mostlyclean-am
  679. distclean: distclean-am
  680. -rm -f Makefile
  681. distclean-am: clean-am distclean-compile distclean-generic 
  682. distclean-tags
  683. dvi: dvi-am
  684. dvi-am:
  685. html: html-am
  686. html-am:
  687. info: info-am
  688. info-am:
  689. install-data-am:
  690. install-dvi: install-dvi-am
  691. install-dvi-am:
  692. install-exec-am:
  693. install-html: install-html-am
  694. install-html-am:
  695. install-info: install-info-am
  696. install-info-am:
  697. install-man:
  698. install-pdf: install-pdf-am
  699. install-pdf-am:
  700. install-ps: install-ps-am
  701. install-ps-am:
  702. installcheck-am:
  703. maintainer-clean: maintainer-clean-am
  704. -rm -f Makefile
  705. maintainer-clean-am: distclean-am maintainer-clean-generic
  706. mostlyclean: mostlyclean-am
  707. mostlyclean-am: mostlyclean-compile mostlyclean-generic mostlyclean-kr 
  708. mostlyclean-libtool
  709. pdf: pdf-am
  710. pdf-am:
  711. ps: ps-am
  712. ps-am:
  713. uninstall-am:
  714. .MAKE: $(top_builddir)/ansi2knr check-am install-am install-strip
  715. .PHONY: CTAGS GTAGS all all-am check check-TESTS check-am clean 
  716. clean-checkPROGRAMS clean-generic clean-libtool ctags 
  717. distclean distclean-compile distclean-generic 
  718. distclean-libtool distclean-tags distdir dvi dvi-am html 
  719. html-am info info-am install install-am install-data 
  720. install-data-am install-dvi install-dvi-am install-exec 
  721. install-exec-am install-html install-html-am install-info 
  722. install-info-am install-man install-pdf install-pdf-am 
  723. install-ps install-ps-am install-strip installcheck 
  724. installcheck-am installdirs maintainer-clean 
  725. maintainer-clean-generic mostlyclean mostlyclean-compile 
  726. mostlyclean-generic mostlyclean-kr mostlyclean-libtool pdf 
  727. pdf-am ps ps-am tags uninstall uninstall-am
  728. $(top_builddir)/tests/libtests.la:
  729. cd $(top_builddir)/tests; $(MAKE) $(AM_MAKEFLAGS) libtests.la
  730. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  731. # Otherwise a system limit (for SysV at least) may be exceeded.
  732. .NOEXPORT: