Makefile.in 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410
  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. VPATH = @srcdir@
  15. pkgdatadir = $(datadir)/@PACKAGE@
  16. pkgincludedir = $(includedir)/@PACKAGE@
  17. pkglibdir = $(libdir)/@PACKAGE@
  18. pkglibexecdir = $(libexecdir)/@PACKAGE@
  19. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  20. install_sh_DATA = $(install_sh) -c -m 644
  21. install_sh_PROGRAM = $(install_sh) -c
  22. install_sh_SCRIPT = $(install_sh) -c
  23. INSTALL_HEADER = $(INSTALL_DATA)
  24. transform = $(program_transform_name)
  25. NORMAL_INSTALL = :
  26. PRE_INSTALL = :
  27. POST_INSTALL = :
  28. NORMAL_UNINSTALL = :
  29. PRE_UNINSTALL = :
  30. POST_UNINSTALL = :
  31. build_triplet = @build@
  32. host_triplet = @host@
  33. target_triplet = @target@
  34. subdir = testsuite
  35. DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
  36. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  37. am__aclocal_m4_deps = $(top_srcdir)/../config/acx.m4 \
  38. $(top_srcdir)/../config/depstand.m4 \
  39. $(top_srcdir)/../config/lead-dot.m4 \
  40. $(top_srcdir)/../config/multi.m4 \
  41. $(top_srcdir)/../config/no-executables.m4 \
  42. $(top_srcdir)/../config/override.m4 \
  43. $(top_srcdir)/../libtool.m4 $(top_srcdir)/../ltoptions.m4 \
  44. $(top_srcdir)/../ltsugar.m4 $(top_srcdir)/../ltversion.m4 \
  45. $(top_srcdir)/../lt~obsolete.m4 $(top_srcdir)/configure.ac
  46. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  47. $(ACLOCAL_M4)
  48. CONFIG_HEADER = $(top_builddir)/include/gc_config.h \
  49. $(top_builddir)/include/gc_ext_config.h
  50. CONFIG_CLEAN_FILES =
  51. CONFIG_CLEAN_VPATH_FILES =
  52. SOURCES =
  53. RUNTESTDEFAULTFLAGS = --tool $$tool --srcdir $$srcdir
  54. RUNTEST = runtest
  55. ACLOCAL = @ACLOCAL@
  56. AMTAR = @AMTAR@
  57. AM_CPPFLAGS = @AM_CPPFLAGS@
  58. AR = @AR@
  59. AS = @AS@
  60. AUTOCONF = @AUTOCONF@
  61. AUTOHEADER = @AUTOHEADER@
  62. AUTOMAKE = @AUTOMAKE@
  63. AWK = @AWK@
  64. CC = @CC@
  65. CCAS = @CCAS@
  66. CCASFLAGS = @CCASFLAGS@
  67. CCDEPMODE = @CCDEPMODE@
  68. CFLAGS = @CFLAGS@
  69. CPP = @CPP@
  70. CPPFLAGS = @CPPFLAGS@
  71. CXX = @CXX@
  72. CXXCPP = @CXXCPP@
  73. CXXDEPMODE = @CXXDEPMODE@
  74. CXXFLAGS = @CXXFLAGS@
  75. CYGPATH_W = @CYGPATH_W@
  76. DEFS = @DEFS@
  77. DEPDIR = @DEPDIR@
  78. DSYMUTIL = @DSYMUTIL@
  79. DUMPBIN = @DUMPBIN@
  80. ECHO_C = @ECHO_C@
  81. ECHO_N = @ECHO_N@
  82. ECHO_T = @ECHO_T@
  83. EGREP = @EGREP@
  84. EXEEXT = @EXEEXT@
  85. EXTRA_TEST_LIBS = @EXTRA_TEST_LIBS@
  86. FGREP = @FGREP@
  87. GC_CFLAGS = @GC_CFLAGS@
  88. GREP = @GREP@
  89. INSTALL = @INSTALL@
  90. INSTALL_DATA = @INSTALL_DATA@
  91. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  92. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  93. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  94. LD = @LD@
  95. LDFLAGS = @LDFLAGS@
  96. LIBOBJS = @LIBOBJS@
  97. LIBS = @LIBS@
  98. LIBTOOL = @LIBTOOL@
  99. LIPO = @LIPO@
  100. LN_S = @LN_S@
  101. LTLIBOBJS = @LTLIBOBJS@
  102. MAINT = @MAINT@
  103. MAKEINFO = @MAKEINFO@
  104. MKDIR_P = @MKDIR_P@
  105. NM = @NM@
  106. NMEDIT = @NMEDIT@
  107. O0_CFLAGS = @O0_CFLAGS@
  108. OBJDUMP = @OBJDUMP@
  109. OBJEXT = @OBJEXT@
  110. OTOOL = @OTOOL@
  111. OTOOL64 = @OTOOL64@
  112. PACKAGE = @PACKAGE@
  113. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  114. PACKAGE_NAME = @PACKAGE_NAME@
  115. PACKAGE_STRING = @PACKAGE_STRING@
  116. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  117. PACKAGE_URL = @PACKAGE_URL@
  118. PACKAGE_VERSION = @PACKAGE_VERSION@
  119. PATH_SEPARATOR = @PATH_SEPARATOR@
  120. RANLIB = @RANLIB@
  121. SED = @SED@
  122. SET_MAKE = @SET_MAKE@
  123. SHELL = @SHELL@
  124. STRIP = @STRIP@
  125. THREADCFLAGS = @THREADCFLAGS@
  126. THREADLIBS = @THREADLIBS@
  127. VERSION = @VERSION@
  128. abs_builddir = @abs_builddir@
  129. abs_srcdir = @abs_srcdir@
  130. abs_top_builddir = @abs_top_builddir@
  131. abs_top_srcdir = @abs_top_srcdir@
  132. ac_ct_CC = @ac_ct_CC@
  133. ac_ct_CXX = @ac_ct_CXX@
  134. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  135. addincludes = @addincludes@
  136. addlibs = @addlibs@
  137. addobjs = @addobjs@
  138. addtests = @addtests@
  139. am__include = @am__include@
  140. am__leading_dot = @am__leading_dot@
  141. am__quote = @am__quote@
  142. am__tar = @am__tar@
  143. am__untar = @am__untar@
  144. bindir = @bindir@
  145. build = @build@
  146. build_alias = @build_alias@
  147. build_cpu = @build_cpu@
  148. build_os = @build_os@
  149. build_vendor = @build_vendor@
  150. builddir = @builddir@
  151. datadir = @datadir@
  152. datarootdir = @datarootdir@
  153. docdir = @docdir@
  154. dvidir = @dvidir@
  155. exec_prefix = @exec_prefix@
  156. extra_ldflags_libgc = @extra_ldflags_libgc@
  157. host = @host@
  158. host_alias = @host_alias@
  159. host_cpu = @host_cpu@
  160. host_os = @host_os@
  161. host_vendor = @host_vendor@
  162. htmldir = @htmldir@
  163. includedir = @includedir@
  164. infodir = @infodir@
  165. install_sh = @install_sh@
  166. libdir = @libdir@
  167. libexecdir = @libexecdir@
  168. localedir = @localedir@
  169. localstatedir = @localstatedir@
  170. mandir = @mandir@
  171. mkdir_p = @mkdir_p@
  172. mkinstalldirs = @mkinstalldirs@
  173. multi_basedir = @multi_basedir@
  174. oldincludedir = @oldincludedir@
  175. pdfdir = @pdfdir@
  176. prefix = @prefix@
  177. program_transform_name = @program_transform_name@
  178. psdir = @psdir@
  179. sbindir = @sbindir@
  180. sharedstatedir = @sharedstatedir@
  181. srcdir = @srcdir@
  182. sysconfdir = @sysconfdir@
  183. target = @target@
  184. target_alias = @target_alias@
  185. target_all = @target_all@
  186. target_cpu = @target_cpu@
  187. target_noncanonical = @target_noncanonical@
  188. target_os = @target_os@
  189. target_vendor = @target_vendor@
  190. toolexecdir = @toolexecdir@
  191. toolexeclibdir = @toolexeclibdir@
  192. top_build_prefix = @top_build_prefix@
  193. top_builddir = @top_builddir@
  194. top_srcdir = @top_srcdir@
  195. AUTOMAKE_OPTIONS = foreign dejagnu no-dist
  196. EXPECT = expect
  197. # Override default.
  198. DEJATOOL = boehm-gc
  199. CLEANFILES = *.exe core* *.log *.sum
  200. all: all-am
  201. .SUFFIXES:
  202. $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
  203. @for dep in $?; do \
  204. case '$(am__configure_deps)' in \
  205. *$$dep*) \
  206. ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  207. && { if test -f $@; then exit 0; else break; fi; }; \
  208. exit 1;; \
  209. esac; \
  210. done; \
  211. echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign testsuite/Makefile'; \
  212. $(am__cd) $(top_srcdir) && \
  213. $(AUTOMAKE) --foreign testsuite/Makefile
  214. .PRECIOUS: Makefile
  215. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  216. @case '$?' in \
  217. *config.status*) \
  218. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  219. *) \
  220. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  221. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  222. esac;
  223. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  224. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  225. $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
  226. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  227. $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
  228. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  229. $(am__aclocal_m4_deps):
  230. mostlyclean-libtool:
  231. -rm -f *.lo
  232. clean-libtool:
  233. -rm -rf .libs _libs
  234. tags: TAGS
  235. TAGS:
  236. ctags: CTAGS
  237. CTAGS:
  238. check-DEJAGNU: site.exp
  239. srcdir=`$(am__cd) $(srcdir) && pwd`; export srcdir; \
  240. EXPECT=$(EXPECT); export EXPECT; \
  241. runtest=$(RUNTEST); \
  242. if $(SHELL) -c "$$runtest --version" > /dev/null 2>&1; then \
  243. exit_status=0; l='$(DEJATOOL)'; for tool in $$l; do \
  244. if $$runtest $(AM_RUNTESTFLAGS) $(RUNTESTDEFAULTFLAGS) $(RUNTESTFLAGS); \
  245. then :; else exit_status=1; fi; \
  246. done; \
  247. else echo "WARNING: could not find \`runtest'" 1>&2; :;\
  248. fi; \
  249. exit $$exit_status
  250. distclean-DEJAGNU:
  251. -rm -f site.exp site.bak
  252. -l='$(DEJATOOL)'; for tool in $$l; do \
  253. rm -f $$tool.sum $$tool.log; \
  254. done
  255. check-am: all-am
  256. $(MAKE) $(AM_MAKEFLAGS) check-DEJAGNU
  257. check: check-am
  258. all-am: Makefile
  259. installdirs:
  260. install: install-am
  261. install-exec: install-exec-am
  262. install-data: install-data-am
  263. uninstall: uninstall-am
  264. install-am: all-am
  265. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  266. installcheck: installcheck-am
  267. install-strip:
  268. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  269. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  270. `test -z '$(STRIP)' || \
  271. echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  272. mostlyclean-generic:
  273. clean-generic:
  274. -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
  275. distclean-generic:
  276. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  277. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  278. maintainer-clean-generic:
  279. @echo "This command is intended for maintainers to use"
  280. @echo "it deletes files that may require special tools to rebuild."
  281. clean: clean-am
  282. clean-am: clean-generic clean-libtool mostlyclean-am
  283. distclean: distclean-am
  284. -rm -f Makefile
  285. distclean-am: clean-am distclean-DEJAGNU distclean-generic
  286. dvi: dvi-am
  287. dvi-am:
  288. html: html-am
  289. html-am:
  290. info: info-am
  291. info-am:
  292. install-data-am:
  293. install-dvi: install-dvi-am
  294. install-dvi-am:
  295. install-exec-am:
  296. install-html: install-html-am
  297. install-html-am:
  298. install-info: install-info-am
  299. install-info-am:
  300. install-man:
  301. install-pdf: install-pdf-am
  302. install-pdf-am:
  303. install-ps: install-ps-am
  304. install-ps-am:
  305. installcheck-am:
  306. maintainer-clean: maintainer-clean-am
  307. -rm -f Makefile
  308. maintainer-clean-am: distclean-am maintainer-clean-generic
  309. mostlyclean: mostlyclean-am
  310. mostlyclean-am: mostlyclean-generic mostlyclean-libtool
  311. pdf: pdf-am
  312. pdf-am:
  313. ps: ps-am
  314. ps-am:
  315. uninstall-am:
  316. .MAKE: check-am install-am install-strip
  317. .PHONY: all all-am check check-DEJAGNU check-am clean clean-generic \
  318. clean-libtool distclean distclean-DEJAGNU distclean-generic \
  319. distclean-libtool dvi dvi-am html html-am info info-am install \
  320. install-am install-data install-data-am install-dvi \
  321. install-dvi-am install-exec install-exec-am install-html \
  322. install-html-am install-info install-info-am install-man \
  323. install-pdf install-pdf-am install-ps install-ps-am \
  324. install-strip installcheck installcheck-am installdirs \
  325. maintainer-clean maintainer-clean-generic mostlyclean \
  326. mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
  327. uninstall uninstall-am
  328. # We need more things in site.exp, but automake completely controls the
  329. # creation of that file; there's no way to append to it without messing up
  330. # the dependancy chains. So we overrule automake. This rule is exactly
  331. # what it would have generated, plus our own additions.
  332. site.exp: Makefile
  333. @echo 'Making a new site.exp file...'
  334. @echo '## these variables are automatically generated by make ##' >site.tmp
  335. @echo '# Do not edit here. If you wish to override these values' >>site.tmp
  336. @echo '# edit the last section' >>site.tmp
  337. @echo 'set srcdir $(srcdir)' >>site.tmp
  338. @echo "set objdir `pwd`" >>site.tmp
  339. @echo 'set build_alias "$(build_alias)"' >>site.tmp
  340. @echo 'set build_triplet $(build_triplet)' >>site.tmp
  341. @echo 'set host_alias "$(host_alias)"' >>site.tmp
  342. @echo 'set host_triplet $(host_triplet)' >>site.tmp
  343. @echo 'set target_alias "$(target_alias)"' >>site.tmp
  344. @echo 'set target_triplet $(target_triplet)' >>site.tmp
  345. @echo 'set threadcflags "$(THREADCFLAGS)"' >>site.tmp
  346. @echo 'set threadlibs "$(THREADLIBS)"' >>site.tmp
  347. @echo 'set extra_test_libs "$(EXTRA_TEST_LIBS)"' >>site.tmp
  348. @echo '## All variables above are generated by configure. Do Not Edit ##' >>site.tmp
  349. @test ! -f site.exp || \
  350. sed '1,/^## All variables above are.*##/ d' site.exp >> site.tmp
  351. @-rm -f site.bak
  352. @test ! -f site.exp || mv site.exp site.bak
  353. @mv site.tmp site.exp
  354. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  355. # Otherwise a system limit (for SysV at least) may be exceeded.
  356. .NOEXPORT: