PageRenderTime 53ms CodeModel.GetById 15ms RepoModel.GetById 0ms app.codeStats 0ms

/vendor/gc/Makefile.in

http://github.com/feyeleanor/RubyGoLightly
Autoconf | 1455 lines | 1212 code | 106 blank | 137 comment | 191 complexity | 9c89c4dd80eddd55622d0ca73732a7c0 MD5 | raw file
Possible License(s): BSD-3-Clause, GPL-2.0
  1. # Makefile.in generated by automake 1.9.6 from Makefile.am.
  2. # @configure_input@
  3. # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
  4. # 2003, 2004, 2005 Free Software Foundation, Inc.
  5. # This Makefile.in is free software; the Free Software Foundation
  6. # gives unlimited permission to copy and/or distribute it,
  7. # with or without modifications, as long as this notice is preserved.
  8. # This program is distributed in the hope that it will be useful,
  9. # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
  10. # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  11. # PARTICULAR PURPOSE.
  12. @SET_MAKE@
  13. # Copyright (c) 1999-2001 by Red Hat, Inc. All rights reserved.
  14. #
  15. # THIS MATERIAL IS PROVIDED AS IS, WITH ABSOLUTELY NO WARRANTY EXPRESSED
  16. # OR IMPLIED. ANY USE IS AT YOUR OWN RISK.
  17. #
  18. # Permission is hereby granted to use or copy this program
  19. # for any purpose, provided the above notices are retained on all copies.
  20. # Permission to modify the code and to distribute modified code is granted,
  21. # provided the above notices are retained, and a notice that the code was
  22. # modified is included with the above copyright notice.
  23. #
  24. # Original author: Tom Tromey
  25. # Severely truncated by Hans-J. Boehm
  26. # Modified by: Grzegorz Jakacki <jakacki at acm dot org>
  27. # Modified by: Petter Urkedal <petter.urkedal@nordita.dk> (2005-04)
  28. #
  29. #
  30. # THIS MATERIAL IS PROVIDED AS IS, WITH ABSOLUTELY NO WARRANTY EXPRESSED
  31. # OR IMPLIED. ANY USE IS AT YOUR OWN RISK.
  32. #
  33. # Permission is hereby granted to use or copy this program
  34. # for any purpose, provided the above notices are retained on all copies.
  35. # Permission to modify the code and to distribute modified code is granted,
  36. # provided the above notices are retained, and a notice that the code was
  37. # modified is included with the above copyright notice.
  38. #
  39. # Modified by: Grzegorz Jakacki <jakacki at acm dot org>
  40. # Modified by: Petter Urkedal <petter.urkedal@nordita.dk>
  41. #
  42. #
  43. # THIS MATERIAL IS PROVIDED AS IS, WITH ABSOLUTELY NO WARRANTY EXPRESSED
  44. # OR IMPLIED. ANY USE IS AT YOUR OWN RISK.
  45. #
  46. # Permission is hereby granted to use or copy this program
  47. # for any purpose, provided the above notices are retained on all copies.
  48. # Permission to modify the code and to distribute modified code is granted,
  49. # provided the above notices are retained, and a notice that the code was
  50. # modified is included with the above copyright notice.
  51. #
  52. #
  53. # THIS MATERIAL IS PROVIDED AS IS, WITH ABSOLUTELY NO WARRANTY EXPRESSED
  54. # OR IMPLIED. ANY USE IS AT YOUR OWN RISK.
  55. #
  56. # Permission is hereby granted to use or copy this program
  57. # for any purpose, provided the above notices are retained on all copies.
  58. # Permission to modify the code and to distribute modified code is granted,
  59. # provided the above notices are retained, and a notice that the code was
  60. # modified is included with the above copyright notice.
  61. #
  62. # Modified by: Grzegorz Jakacki <jakacki at acm dot org>
  63. # Modified by: Petter Urkedal <petter.urkedal@nordita.dk>
  64. srcdir = @srcdir@
  65. top_srcdir = @top_srcdir@
  66. VPATH = @srcdir@
  67. pkgdatadir = $(datadir)/@PACKAGE@
  68. pkglibdir = $(libdir)/@PACKAGE@
  69. pkgincludedir = $(includedir)/@PACKAGE@
  70. top_builddir = .
  71. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  72. INSTALL = @INSTALL@
  73. install_sh_DATA = $(install_sh) -c -m 644
  74. install_sh_PROGRAM = $(install_sh) -c
  75. install_sh_SCRIPT = $(install_sh) -c
  76. INSTALL_HEADER = $(INSTALL_DATA)
  77. transform = $(program_transform_name)
  78. NORMAL_INSTALL = :
  79. PRE_INSTALL = :
  80. POST_INSTALL = :
  81. NORMAL_UNINSTALL = :
  82. PRE_UNINSTALL = :
  83. POST_UNINSTALL = :
  84. build_triplet = @build@
  85. host_triplet = @host@
  86. target_triplet = @target@
  87. check_PROGRAMS = gctest$(EXEEXT) leaktest$(EXEEXT) middletest$(EXEEXT) \
  88. smashtest$(EXEEXT) hugetest$(EXEEXT) $(am__EXEEXT_1) \
  89. $(am__EXEEXT_2)
  90. # C Library: Architecture Dependent
  91. # ---------------------------------
  92. @PTHREADS_TRUE@am__append_1 = pthread_support.c pthread_stop_world.c
  93. @DARWIN_THREADS_TRUE@am__append_2 = darwin_stop_world.c
  94. @WIN32_THREADS_TRUE@am__append_3 = win32_threads.c
  95. # C++ Interface
  96. # -------------
  97. @CPLUSPLUS_TRUE@am__append_4 = libgccpp.la
  98. @CPLUSPLUS_TRUE@am__append_5 = include/gc_cpp.h include/gc_allocator.h
  99. DIST_COMMON = $(am__configure_deps) $(am__pkginclude_HEADERS_DIST) \
  100. $(dist_noinst_HEADERS) $(dist_noinst_SCRIPTS) \
  101. $(dist_pkgconfig_DATA) $(dist_pkgdata_DATA) $(include_HEADERS) \
  102. $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
  103. $(srcdir)/bdw-gc.pc.in $(srcdir)/cord/cord.am \
  104. $(srcdir)/doc/doc.am $(srcdir)/include/include.am \
  105. $(srcdir)/tests/tests.am $(top_srcdir)/configure ChangeLog \
  106. compile config.guess config.sub depcomp install-sh ltmain.sh \
  107. missing mkinstalldirs
  108. #TESTS += tracetest$(EXEEXT)
  109. #check_PROGRAMS += tracetest
  110. #tracetest_SOURCES = tests/trace_test.c
  111. #tracetest_LDADD = $(test_ldadd)
  112. @THREADS_TRUE@am__append_6 = threadleaktest$(EXEEXT)
  113. @THREADS_TRUE@am__append_7 = threadleaktest
  114. @CPLUSPLUS_TRUE@am__append_8 = test_cpp$(EXEEXT)
  115. @CPLUSPLUS_TRUE@am__append_9 = test_cpp
  116. subdir = .
  117. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  118. am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
  119. $(top_srcdir)/libtool.m4 $(top_srcdir)/configure.ac
  120. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  121. $(ACLOCAL_M4)
  122. am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
  123. configure.lineno configure.status.lineno
  124. mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
  125. CONFIG_CLEAN_FILES = bdw-gc.pc
  126. am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
  127. am__vpath_adj = case $$p in \
  128. $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
  129. *) f=$$p;; \
  130. esac;
  131. am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
  132. am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(pkgconfigdir)" \
  133. "$(DESTDIR)$(pkgdatadir)" "$(DESTDIR)$(includedir)" \
  134. "$(DESTDIR)$(pkgincludedir)"
  135. libLTLIBRARIES_INSTALL = $(INSTALL)
  136. LTLIBRARIES = $(lib_LTLIBRARIES)
  137. libcord_la_DEPENDENCIES = $(top_builddir)/libgc.la
  138. am__dirstamp = $(am__leading_dot)dirstamp
  139. am_libcord_la_OBJECTS = cord/cordbscs.lo cord/cordprnt.lo \
  140. cord/cordtest.lo cord/cordxtra.lo
  141. libcord_la_OBJECTS = $(am_libcord_la_OBJECTS)
  142. am__DEPENDENCIES_1 =
  143. am__libgc_la_SOURCES_DIST = allchblk.c alloc.c blacklst.c checksums.c \
  144. dbg_mlc.c dyn_load.c finalize.c gc_dlopen.c gcj_mlc.c \
  145. headers.c malloc.c mallocx.c mark.c mark_rts.c misc.c \
  146. new_hblk.c obj_map.c os_dep.c pcr_interface.c ptr_chck.c \
  147. real_malloc.c reclaim.c specific.c stubborn.c typd_mlc.c \
  148. backgraph.c thread_local_alloc.c pthread_support.c \
  149. pthread_stop_world.c darwin_stop_world.c win32_threads.c
  150. @PTHREADS_TRUE@am__objects_1 = pthread_support.lo \
  151. @PTHREADS_TRUE@ pthread_stop_world.lo
  152. @DARWIN_THREADS_TRUE@am__objects_2 = darwin_stop_world.lo
  153. @WIN32_THREADS_TRUE@am__objects_3 = win32_threads.lo
  154. am_libgc_la_OBJECTS = allchblk.lo alloc.lo blacklst.lo checksums.lo \
  155. dbg_mlc.lo dyn_load.lo finalize.lo gc_dlopen.lo gcj_mlc.lo \
  156. headers.lo malloc.lo mallocx.lo mark.lo mark_rts.lo misc.lo \
  157. new_hblk.lo obj_map.lo os_dep.lo pcr_interface.lo ptr_chck.lo \
  158. real_malloc.lo reclaim.lo specific.lo stubborn.lo typd_mlc.lo \
  159. backgraph.lo thread_local_alloc.lo $(am__objects_1) \
  160. $(am__objects_2) $(am__objects_3)
  161. @NEED_ATOMIC_OPS_ASM_FALSE@@USE_INTERNAL_LIBATOMIC_OPS_TRUE@nodist_libgc_la_OBJECTS = ./atomic_ops.lo
  162. @NEED_ATOMIC_OPS_ASM_TRUE@nodist_libgc_la_OBJECTS = \
  163. @NEED_ATOMIC_OPS_ASM_TRUE@ ./atomic_ops_sysdeps.lo
  164. libgc_la_OBJECTS = $(am_libgc_la_OBJECTS) $(nodist_libgc_la_OBJECTS)
  165. @CPLUSPLUS_TRUE@libgccpp_la_DEPENDENCIES = ./libgc.la
  166. am__libgccpp_la_SOURCES_DIST = gc_cpp.cc
  167. @CPLUSPLUS_TRUE@am_libgccpp_la_OBJECTS = gc_cpp.lo
  168. libgccpp_la_OBJECTS = $(am_libgccpp_la_OBJECTS)
  169. @CPLUSPLUS_TRUE@am_libgccpp_la_rpath = -rpath $(libdir)
  170. @THREADS_TRUE@am__EXEEXT_1 = threadleaktest$(EXEEXT)
  171. @CPLUSPLUS_TRUE@am__EXEEXT_2 = test_cpp$(EXEEXT)
  172. am_gctest_OBJECTS = tests/test.$(OBJEXT)
  173. gctest_OBJECTS = $(am_gctest_OBJECTS)
  174. am__DEPENDENCIES_2 = $(top_builddir)/libgc.la $(am__DEPENDENCIES_1)
  175. am_hugetest_OBJECTS = tests/huge_test.$(OBJEXT)
  176. hugetest_OBJECTS = $(am_hugetest_OBJECTS)
  177. hugetest_DEPENDENCIES = $(am__DEPENDENCIES_2)
  178. am_leaktest_OBJECTS = tests/leak_test.$(OBJEXT)
  179. leaktest_OBJECTS = $(am_leaktest_OBJECTS)
  180. leaktest_DEPENDENCIES = $(am__DEPENDENCIES_2)
  181. am_middletest_OBJECTS = tests/middle.$(OBJEXT)
  182. middletest_OBJECTS = $(am_middletest_OBJECTS)
  183. middletest_DEPENDENCIES = $(am__DEPENDENCIES_2)
  184. am_smashtest_OBJECTS = tests/smash_test.$(OBJEXT)
  185. smashtest_OBJECTS = $(am_smashtest_OBJECTS)
  186. smashtest_DEPENDENCIES = $(am__DEPENDENCIES_2)
  187. am__test_cpp_SOURCES_DIST = tests/test_cpp.cc
  188. @CPLUSPLUS_TRUE@am_test_cpp_OBJECTS = tests/test_cpp.$(OBJEXT)
  189. test_cpp_OBJECTS = $(am_test_cpp_OBJECTS)
  190. @AVOID_CPP_LIB_FALSE@@CPLUSPLUS_TRUE@test_cpp_DEPENDENCIES = \
  191. @AVOID_CPP_LIB_FALSE@@CPLUSPLUS_TRUE@ libgccpp.la \
  192. @AVOID_CPP_LIB_FALSE@@CPLUSPLUS_TRUE@ $(am__DEPENDENCIES_2)
  193. @AVOID_CPP_LIB_TRUE@@CPLUSPLUS_TRUE@test_cpp_DEPENDENCIES = gc_cpp.o \
  194. @AVOID_CPP_LIB_TRUE@@CPLUSPLUS_TRUE@ $(am__DEPENDENCIES_2)
  195. am__threadleaktest_SOURCES_DIST = tests/thread_leak_test.c
  196. @THREADS_TRUE@am_threadleaktest_OBJECTS = \
  197. @THREADS_TRUE@ tests/thread_leak_test.$(OBJEXT)
  198. threadleaktest_OBJECTS = $(am_threadleaktest_OBJECTS)
  199. @THREADS_TRUE@threadleaktest_DEPENDENCIES = $(am__DEPENDENCIES_2)
  200. SCRIPTS = $(dist_noinst_SCRIPTS)
  201. DEFAULT_INCLUDES =
  202. depcomp = $(SHELL) $(top_srcdir)/depcomp
  203. am__depfiles_maybe = depfiles
  204. CCASCOMPILE = $(CCAS) $(AM_CCASFLAGS) $(CCASFLAGS)
  205. LTCCASCOMPILE = $(LIBTOOL) --mode=compile $(CCAS) $(AM_CCASFLAGS) \
  206. $(CCASFLAGS)
  207. COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
  208. $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  209. LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
  210. $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
  211. $(AM_CFLAGS) $(CFLAGS)
  212. CCLD = $(CC)
  213. LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
  214. $(AM_LDFLAGS) $(LDFLAGS) -o $@
  215. CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
  216. $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
  217. LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
  218. $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
  219. $(AM_CXXFLAGS) $(CXXFLAGS)
  220. CXXLD = $(CXX)
  221. CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
  222. $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
  223. SOURCES = $(libcord_la_SOURCES) $(libgc_la_SOURCES) \
  224. $(EXTRA_libgc_la_SOURCES) $(nodist_libgc_la_SOURCES) \
  225. $(libgccpp_la_SOURCES) $(gctest_SOURCES) $(hugetest_SOURCES) \
  226. $(leaktest_SOURCES) $(middletest_SOURCES) $(smashtest_SOURCES) \
  227. $(test_cpp_SOURCES) $(threadleaktest_SOURCES)
  228. DIST_SOURCES = $(libcord_la_SOURCES) $(am__libgc_la_SOURCES_DIST) \
  229. $(EXTRA_libgc_la_SOURCES) $(am__libgccpp_la_SOURCES_DIST) \
  230. $(gctest_SOURCES) $(hugetest_SOURCES) $(leaktest_SOURCES) \
  231. $(middletest_SOURCES) $(smashtest_SOURCES) \
  232. $(am__test_cpp_SOURCES_DIST) \
  233. $(am__threadleaktest_SOURCES_DIST)
  234. RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
  235. html-recursive info-recursive install-data-recursive \
  236. install-exec-recursive install-info-recursive \
  237. install-recursive installcheck-recursive installdirs-recursive \
  238. pdf-recursive ps-recursive uninstall-info-recursive \
  239. uninstall-recursive
  240. dist_pkgconfigDATA_INSTALL = $(INSTALL_DATA)
  241. dist_pkgdataDATA_INSTALL = $(INSTALL_DATA)
  242. DATA = $(dist_pkgconfig_DATA) $(dist_pkgdata_DATA)
  243. includeHEADERS_INSTALL = $(INSTALL_HEADER)
  244. am__pkginclude_HEADERS_DIST = include/gc_cpp.h include/gc_allocator.h \
  245. include/gc.h include/gc_typed.h include/gc_inline.h \
  246. include/gc_mark.h include/weakpointer.h include/new_gc_alloc.h \
  247. include/gc_backptr.h include/gc_gcj.h include/leak_detector.h \
  248. include/gc_amiga_redirects.h include/gc_pthread_redirects.h \
  249. include/gc_config_macros.h include/gc_tiny_fl.h \
  250. include/gc_version.h
  251. pkgincludeHEADERS_INSTALL = $(INSTALL_HEADER)
  252. HEADERS = $(dist_noinst_HEADERS) $(include_HEADERS) \
  253. $(pkginclude_HEADERS)
  254. ETAGS = etags
  255. CTAGS = ctags
  256. DIST_SUBDIRS = $(SUBDIRS)
  257. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  258. distdir = $(PACKAGE)-$(VERSION)
  259. top_distdir = $(distdir)
  260. am__remove_distdir = \
  261. { test ! -d $(distdir) \
  262. || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
  263. && rm -fr $(distdir); }; }
  264. DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2
  265. GZIP_ENV = --best
  266. distuninstallcheck_listfiles = find . -type f -print
  267. distcleancheck_listfiles = find . -type f -print
  268. ACLOCAL = @ACLOCAL@
  269. AMDEP_FALSE = @AMDEP_FALSE@
  270. AMDEP_TRUE = @AMDEP_TRUE@
  271. AMTAR = @AMTAR@
  272. AR = @AR@
  273. AUTOCONF = @AUTOCONF@
  274. AUTOHEADER = @AUTOHEADER@
  275. AUTOMAKE = @AUTOMAKE@
  276. AVOID_CPP_LIB_FALSE = @AVOID_CPP_LIB_FALSE@
  277. AVOID_CPP_LIB_TRUE = @AVOID_CPP_LIB_TRUE@
  278. AWK = @AWK@
  279. CC = @CC@
  280. CCAS = @CCAS@
  281. CCASFLAGS = @CCASFLAGS@ $(DEFS)
  282. CCDEPMODE = @CCDEPMODE@
  283. CFLAGS = @CFLAGS@
  284. COMPILER_XLC_FALSE = @COMPILER_XLC_FALSE@
  285. COMPILER_XLC_TRUE = @COMPILER_XLC_TRUE@
  286. CPLUSPLUS_FALSE = @CPLUSPLUS_FALSE@
  287. CPLUSPLUS_TRUE = @CPLUSPLUS_TRUE@
  288. CPP = @CPP@
  289. CPPFLAGS = @CPPFLAGS@
  290. CXX = @CXX@
  291. CXXCPP = @CXXCPP@
  292. CXXDEPMODE = @CXXDEPMODE@
  293. CXXFLAGS = @CXXFLAGS@
  294. CXXINCLUDES = @CXXINCLUDES@
  295. CYGPATH_W = @CYGPATH_W@
  296. DARWIN_THREADS_FALSE = @DARWIN_THREADS_FALSE@
  297. DARWIN_THREADS_TRUE = @DARWIN_THREADS_TRUE@
  298. DEFS = @DEFS@
  299. DEPDIR = @DEPDIR@
  300. ECHO = @ECHO@
  301. ECHO_C = @ECHO_C@
  302. ECHO_N = @ECHO_N@
  303. ECHO_T = @ECHO_T@
  304. EGREP = @EGREP@
  305. ENABLE_GCJ_SUPPORT_FALSE = @ENABLE_GCJ_SUPPORT_FALSE@
  306. ENABLE_GCJ_SUPPORT_TRUE = @ENABLE_GCJ_SUPPORT_TRUE@
  307. EXEEXT = @EXEEXT@
  308. EXTRA_TEST_LIBS = @EXTRA_TEST_LIBS@
  309. F77 = @F77@
  310. FFLAGS = @FFLAGS@
  311. GC_CFLAGS = @GC_CFLAGS@
  312. GC_VERSION = @GC_VERSION@
  313. GREP = @GREP@
  314. INCLUDES = @INCLUDES@
  315. INSTALL_DATA = @INSTALL_DATA@
  316. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  317. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  318. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  319. LDFLAGS = @LDFLAGS@
  320. LIBOBJS = @LIBOBJS@
  321. LIBS = @LIBS@
  322. LIBTOOL = @LIBTOOL@
  323. LN_S = @LN_S@
  324. LTLIBOBJS = @LTLIBOBJS@
  325. MAINT = @MAINT@
  326. MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
  327. MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
  328. MAKEINFO = @MAKEINFO@
  329. NEED_ATOMIC_OPS_ASM_FALSE = @NEED_ATOMIC_OPS_ASM_FALSE@
  330. NEED_ATOMIC_OPS_ASM_TRUE = @NEED_ATOMIC_OPS_ASM_TRUE@
  331. OBJEXT = @OBJEXT@
  332. PACKAGE = @PACKAGE@
  333. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  334. PACKAGE_NAME = @PACKAGE_NAME@
  335. PACKAGE_STRING = @PACKAGE_STRING@
  336. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  337. PACKAGE_VERSION = @PACKAGE_VERSION@
  338. PATH_SEPARATOR = @PATH_SEPARATOR@
  339. PTHREADS_FALSE = @PTHREADS_FALSE@
  340. PTHREADS_TRUE = @PTHREADS_TRUE@
  341. RANLIB = @RANLIB@
  342. SET_MAKE = @SET_MAKE@
  343. SHELL = @SHELL@
  344. STRIP = @STRIP@
  345. THREADDLLIBS = @THREADDLLIBS@
  346. THREADS_FALSE = @THREADS_FALSE@
  347. THREADS_TRUE = @THREADS_TRUE@
  348. UNWINDLIBS = @UNWINDLIBS@
  349. USE_INTERNAL_LIBATOMIC_OPS_FALSE = @USE_INTERNAL_LIBATOMIC_OPS_FALSE@
  350. USE_INTERNAL_LIBATOMIC_OPS_TRUE = @USE_INTERNAL_LIBATOMIC_OPS_TRUE@
  351. USE_LIBDIR_FALSE = @USE_LIBDIR_FALSE@
  352. USE_LIBDIR_TRUE = @USE_LIBDIR_TRUE@
  353. VERSION = @VERSION@
  354. WIN32_THREADS_FALSE = @WIN32_THREADS_FALSE@
  355. WIN32_THREADS_TRUE = @WIN32_THREADS_TRUE@
  356. ac_ct_CC = @ac_ct_CC@
  357. ac_ct_CXX = @ac_ct_CXX@
  358. ac_ct_F77 = @ac_ct_F77@
  359. addlibs = @addlibs@
  360. addobjs = @addobjs@
  361. am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
  362. am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
  363. am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
  364. am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
  365. am__include = @am__include@
  366. am__leading_dot = @am__leading_dot@
  367. am__quote = @am__quote@
  368. am__tar = @am__tar@
  369. am__untar = @am__untar@
  370. atomic_ops_libs = @atomic_ops_libs@
  371. bindir = @bindir@
  372. build = @build@
  373. build_alias = @build_alias@
  374. build_cpu = @build_cpu@
  375. build_os = @build_os@
  376. build_vendor = @build_vendor@
  377. datadir = @datadir@
  378. datarootdir = @datarootdir@
  379. docdir = @docdir@
  380. dvidir = @dvidir@
  381. exec_prefix = @exec_prefix@
  382. extra_ldflags_libgc = @extra_ldflags_libgc@
  383. host = @host@
  384. host_alias = @host_alias@
  385. host_cpu = @host_cpu@
  386. host_os = @host_os@
  387. host_vendor = @host_vendor@
  388. htmldir = @htmldir@
  389. includedir = @includedir@
  390. infodir = @infodir@
  391. install_sh = @install_sh@
  392. libdir = @libdir@
  393. libexecdir = @libexecdir@
  394. localedir = @localedir@
  395. localstatedir = @localstatedir@
  396. mandir = @mandir@
  397. mkdir_p = @mkdir_p@
  398. oldincludedir = @oldincludedir@
  399. pdfdir = @pdfdir@
  400. prefix = @prefix@
  401. program_transform_name = @program_transform_name@
  402. psdir = @psdir@
  403. sbindir = @sbindir@
  404. sharedstatedir = @sharedstatedir@
  405. subdirs = @subdirs@
  406. sysconfdir = @sysconfdir@
  407. target = @target@
  408. target_alias = @target_alias@
  409. target_all = @target_all@
  410. target_cpu = @target_cpu@
  411. target_os = @target_os@
  412. target_vendor = @target_vendor@
  413. # We currently use the source files directly from libatomic_ops, if we
  414. # use the internal version. This is done since libatomic_ops doesn't
  415. # use libtool, since it has no real use for it. But that seems to make
  416. # it hard to use either the resulting object files or libraries.
  417. # Thus there seems too be no real reason to recusively build in the
  418. # libatomic_ops directory.
  419. # if USE_INTERNAL_LIBATOMICS_OPS
  420. # SUBDIRS = @maybe_libatomic_ops@
  421. # else
  422. # SUBDIRS =
  423. # endif
  424. SUBDIRS =
  425. # Initialize variables so that we can declare files locally.
  426. # FIXME: If Visual C++ users use Makefile.am, this should go into
  427. # pkginclude_HEADERS with proper AM_CONDITIONALization. Otherwise
  428. # delete this comment.
  429. # headers which are not installed
  430. # (see include/include.am for more)
  431. #
  432. # documentation which is not installed
  433. #
  434. # other makefiles
  435. # :GOTCHA: deliberately we do not include 'Makefile'
  436. # files used by makefiles other than Makefile.am
  437. #
  438. # The libatomic_ops library. This is not ideal, since we pick up junk from
  439. # there. The hard-coded version number should also go.
  440. # :FIXME: why do we distribute this one???
  441. #
  442. EXTRA_DIST = gc_cpp.cpp README.QUICK BCC_MAKEFILE NT_MAKEFILE \
  443. NT_THREADS_MAKEFILE OS2_MAKEFILE PCR-Makefile digimars.mak \
  444. EMX_MAKEFILE Makefile.direct Makefile.dj Makefile.DLLs \
  445. SMakefile.amiga WCC_MAKEFILE configure_atomic_ops.sh \
  446. NT_STATIC_THREADS_MAKEFILE NT_X64_STATIC_THREADS_MAKEFILE \
  447. NT_X64_THREADS_MAKEFILE add_gc_prefix.c gcname.c if_mach.c \
  448. if_not_there.c hpux_test_and_clear.s gc.mak MacOS.c \
  449. MacProjects.sit.hqx mach_dep.c setjmp_t.c threadlibs.c \
  450. AmigaOS.c Mac_files/datastart.c Mac_files/dataend.c \
  451. Mac_files/MacOS_config.h Mac_files/MacOS_Test_config.h \
  452. include/private/msvc_dbg.h msvc_dbg.c libatomic_ops-1.2 \
  453. libtool.m4 cord/cordbscs.c cord/cordtest.c cord/de.c \
  454. cord/cordprnt.c cord/cordxtra.c cord/de_cmds.h cord/de_win.h \
  455. cord/de_win.c cord/de_win.RC cord/de_win.ICO
  456. # C Library
  457. # ---------
  458. lib_LTLIBRARIES = libgc.la $(am__append_4) libcord.la
  459. # unprefixed header
  460. include_HEADERS = include/extra/gc.h include/extra/gc_cpp.h
  461. # installed headers
  462. #
  463. pkginclude_HEADERS = $(am__append_5) include/gc.h include/gc_typed.h \
  464. include/gc_inline.h include/gc_mark.h include/gc_cpp.h \
  465. include/weakpointer.h include/new_gc_alloc.h \
  466. include/gc_allocator.h include/gc_backptr.h include/gc_gcj.h \
  467. include/leak_detector.h include/gc_amiga_redirects.h \
  468. include/gc_pthread_redirects.h include/gc_config_macros.h \
  469. include/gc_tiny_fl.h include/gc_version.h
  470. # headers which are not installed
  471. #
  472. dist_noinst_HEADERS = include/private/gc_hdrs.h \
  473. include/private/gc_priv.h include/private/gcconfig.h \
  474. include/private/gc_pmark.h include/private/gc_locks.h \
  475. include/private/dbg_mlc.h include/private/specific.h \
  476. include/private/cord_pos.h include/private/pthread_support.h \
  477. include/private/pthread_stop_world.h \
  478. include/private/darwin_semaphore.h \
  479. include/private/darwin_stop_world.h \
  480. include/private/thread_local_alloc.h include/cord.h \
  481. include/ec.h include/javaxfc.h
  482. TESTS = gctest$(EXEEXT) leaktest$(EXEEXT) middletest$(EXEEXT) \
  483. smashtest$(EXEEXT) hugetest$(EXEEXT) $(am__append_6) \
  484. $(am__append_8)
  485. pkgconfigdir = $(libdir)/pkgconfig
  486. dist_pkgconfig_DATA = bdw-gc.pc
  487. libgc_la_SOURCES = allchblk.c alloc.c blacklst.c checksums.c dbg_mlc.c \
  488. dyn_load.c finalize.c gc_dlopen.c gcj_mlc.c headers.c malloc.c \
  489. mallocx.c mark.c mark_rts.c misc.c new_hblk.c obj_map.c \
  490. os_dep.c pcr_interface.c ptr_chck.c real_malloc.c reclaim.c \
  491. specific.c stubborn.c typd_mlc.c backgraph.c \
  492. thread_local_alloc.c $(am__append_1) $(am__append_2) \
  493. $(am__append_3)
  494. @NEED_ATOMIC_OPS_ASM_TRUE@nodist_libgc_la_SOURCES = ./atomic_ops_sysdeps.S
  495. @USE_INTERNAL_LIBATOMIC_OPS_TRUE@nodist_libgc_la_SOURCES = ./atomic_ops.c
  496. # Include THREADDLLIBS here to ensure that the correct versions of
  497. # linuxthread semaphore functions get linked:
  498. libgc_la_LIBADD = @addobjs@ $(THREADDLLIBS) $(UNWINDLIBS)
  499. libgc_la_DEPENDENCIES = @addobjs@
  500. libgc_la_LDFLAGS = $(extra_ldflags_libgc) -version-info 1:3:0 -no-undefined
  501. EXTRA_libgc_la_SOURCES = alpha_mach_dep.S \
  502. mips_sgi_mach_dep.s mips_ultrix_mach_dep.s \
  503. rs6000_mach_dep.s sparc_mach_dep.S sparc_netbsd_mach_dep.s \
  504. sparc_sunos4_mach_dep.s ia64_save_regs_in_stack.s
  505. @CPLUSPLUS_TRUE@libgccpp_la_SOURCES = gc_cpp.cc
  506. @CPLUSPLUS_TRUE@libgccpp_la_LIBADD = ./libgc.la
  507. @CPLUSPLUS_TRUE@libgccpp_la_LDFLAGS = -version-info 1:3:0 -no-undefined
  508. # Misc
  509. # ----
  510. AM_CXXFLAGS = @GC_CFLAGS@
  511. AM_CFLAGS = @GC_CFLAGS@
  512. @COMPILER_XLC_FALSE@ASM_CPP_OPTIONS = -Wp,-P -x assembler-with-cpp
  513. #all_objs = @addobjs@ $(libgc_la_OBJECTS)
  514. #$(all_objs) : include/private/gcconfig.h include/private/gc_priv.h \
  515. #include/private/gc_hdrs.h include/gc.h include/gc_gcj.h \
  516. #include/gc_pthread_redirects.h include/gc_config_macros.h \
  517. #include/private/thread_local_alloc.h include/private_support.h \
  518. #include/private/pthread_stop_world.h \
  519. #include/gc_mark.h @addincludes@
  520. @COMPILER_XLC_TRUE@ASM_CPP_OPTIONS =
  521. dist_noinst_SCRIPTS = callprocs configure.host
  522. # this is an auxiliary shell file used by Makefile and Makefile.direct
  523. #
  524. CONFIG_STATUS_DEPENDENCIES = $(srcdir)/configure.host
  525. libcord_la_LIBADD = $(top_builddir)/libgc.la
  526. libcord_la_LDFLAGS = -version-info 1:3:0 -no-undefined
  527. libcord_la_SOURCES = \
  528. cord/cordbscs.c \
  529. cord/cordprnt.c \
  530. cord/cordtest.c \
  531. cord/cordxtra.c
  532. # Common libs to _LDADD for all tests.
  533. test_ldadd = $(top_builddir)/libgc.la $(EXTRA_TEST_LIBS)
  534. gctest_SOURCES = tests/test.c
  535. gctest_LDADD = $(test_ldadd)
  536. gctest_DEPENDENCIES = $(top_builddir)/libgc.la
  537. leaktest_SOURCES = tests/leak_test.c
  538. leaktest_LDADD = $(test_ldadd)
  539. middletest_SOURCES = tests/middle.c
  540. middletest_LDADD = $(test_ldadd)
  541. smashtest_SOURCES = tests/smash_test.c
  542. smashtest_LDADD = $(test_ldadd)
  543. hugetest_SOURCES = tests/huge_test.c
  544. hugetest_LDADD = $(test_ldadd)
  545. @THREADS_TRUE@threadleaktest_SOURCES = tests/thread_leak_test.c
  546. @THREADS_TRUE@threadleaktest_LDADD = $(test_ldadd)
  547. @CPLUSPLUS_TRUE@test_cpp_SOURCES = tests/test_cpp.cc
  548. @AVOID_CPP_LIB_FALSE@@CPLUSPLUS_TRUE@test_cpp_LDADD = libgccpp.la $(test_ldadd)
  549. @AVOID_CPP_LIB_TRUE@@CPLUSPLUS_TRUE@test_cpp_LDADD = gc_cpp.o $(test_ldadd)
  550. # installed documentation
  551. #
  552. dist_pkgdata_DATA = \
  553. doc/barrett_diagram \
  554. doc/debugging.html \
  555. doc/gc.man \
  556. doc/gcdescr.html \
  557. doc/README \
  558. doc/README.amiga \
  559. doc/README.arm.cross \
  560. doc/README.autoconf \
  561. doc/README.changes \
  562. doc/README.contributors \
  563. doc/README.cords \
  564. doc/README.DGUX386 \
  565. doc/README.dj \
  566. doc/README.environment \
  567. doc/README.ews4800 \
  568. doc/README.hp \
  569. doc/README.linux \
  570. doc/README.Mac \
  571. doc/README.MacOSX \
  572. doc/README.macros \
  573. doc/README.OS2 \
  574. doc/README.rs6000 \
  575. doc/README.sgi \
  576. doc/README.solaris2 \
  577. doc/README.uts \
  578. doc/README.win32 \
  579. doc/README.win64 \
  580. doc/overview.html \
  581. doc/tree.html \
  582. doc/leak.html \
  583. doc/gcinterface.html \
  584. doc/scale.html \
  585. doc/README.darwin \
  586. doc/simple_example.html \
  587. doc/porting.html
  588. all: all-recursive
  589. .SUFFIXES:
  590. .SUFFIXES: .S .c .cc .lo .o .obj .s
  591. am--refresh:
  592. @:
  593. $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(srcdir)/include/include.am $(srcdir)/cord/cord.am $(srcdir)/tests/tests.am $(srcdir)/doc/doc.am $(am__configure_deps)
  594. @for dep in $?; do \
  595. case '$(am__configure_deps)' in \
  596. *$$dep*) \
  597. echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \
  598. cd $(srcdir) && $(AUTOMAKE) --foreign \
  599. && exit 0; \
  600. exit 1;; \
  601. esac; \
  602. done; \
  603. echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
  604. cd $(top_srcdir) && \
  605. $(AUTOMAKE) --foreign Makefile
  606. .PRECIOUS: Makefile
  607. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  608. @case '$?' in \
  609. *config.status*) \
  610. echo ' $(SHELL) ./config.status'; \
  611. $(SHELL) ./config.status;; \
  612. *) \
  613. echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
  614. cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
  615. esac;
  616. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  617. $(SHELL) ./config.status --recheck
  618. $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
  619. cd $(srcdir) && $(AUTOCONF)
  620. $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
  621. cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
  622. bdw-gc.pc: $(top_builddir)/config.status $(srcdir)/bdw-gc.pc.in
  623. cd $(top_builddir) && $(SHELL) ./config.status $@
  624. install-libLTLIBRARIES: $(lib_LTLIBRARIES)
  625. @$(NORMAL_INSTALL)
  626. test -z "$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)"
  627. @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
  628. if test -f $$p; then \
  629. f=$(am__strip_dir) \
  630. echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
  631. $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
  632. else :; fi; \
  633. done
  634. uninstall-libLTLIBRARIES:
  635. @$(NORMAL_UNINSTALL)
  636. @set -x; list='$(lib_LTLIBRARIES)'; for p in $$list; do \
  637. p=$(am__strip_dir) \
  638. echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
  639. $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
  640. done
  641. clean-libLTLIBRARIES:
  642. -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
  643. @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
  644. dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
  645. test "$$dir" != "$$p" || dir=.; \
  646. echo "rm -f \"$${dir}/so_locations\""; \
  647. rm -f "$${dir}/so_locations"; \
  648. done
  649. cord/$(am__dirstamp):
  650. @$(mkdir_p) cord
  651. @: > cord/$(am__dirstamp)
  652. cord/$(DEPDIR)/$(am__dirstamp):
  653. @$(mkdir_p) cord/$(DEPDIR)
  654. @: > cord/$(DEPDIR)/$(am__dirstamp)
  655. cord/cordbscs.lo: cord/$(am__dirstamp) cord/$(DEPDIR)/$(am__dirstamp)
  656. cord/cordprnt.lo: cord/$(am__dirstamp) cord/$(DEPDIR)/$(am__dirstamp)
  657. cord/cordtest.lo: cord/$(am__dirstamp) cord/$(DEPDIR)/$(am__dirstamp)
  658. cord/cordxtra.lo: cord/$(am__dirstamp) cord/$(DEPDIR)/$(am__dirstamp)
  659. libcord.la: $(libcord_la_OBJECTS) $(libcord_la_DEPENDENCIES)
  660. $(LINK) -rpath $(libdir) $(libcord_la_LDFLAGS) $(libcord_la_OBJECTS) $(libcord_la_LIBADD) $(LIBS)
  661. ./$(am__dirstamp):
  662. @$(mkdir_p) .
  663. @: > ./$(am__dirstamp)
  664. $(DEPDIR)/$(am__dirstamp):
  665. @$(mkdir_p) ./$(DEPDIR)
  666. @: > $(DEPDIR)/$(am__dirstamp)
  667. ./atomic_ops_sysdeps.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp)
  668. ./atomic_ops.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp)
  669. libgc.la: $(libgc_la_OBJECTS) $(libgc_la_DEPENDENCIES)
  670. $(LINK) -rpath $(libdir) $(libgc_la_LDFLAGS) $(libgc_la_OBJECTS) $(libgc_la_LIBADD) $(LIBS)
  671. libgccpp.la: $(libgccpp_la_OBJECTS) $(libgccpp_la_DEPENDENCIES)
  672. $(CXXLINK) $(am_libgccpp_la_rpath) $(libgccpp_la_LDFLAGS) $(libgccpp_la_OBJECTS) $(libgccpp_la_LIBADD) $(LIBS)
  673. clean-checkPROGRAMS:
  674. @list='$(check_PROGRAMS)'; for p in $$list; do \
  675. f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
  676. echo " rm -f $$p $$f"; \
  677. rm -f $$p $$f ; \
  678. done
  679. tests/$(am__dirstamp):
  680. @$(mkdir_p) tests
  681. @: > tests/$(am__dirstamp)
  682. tests/$(DEPDIR)/$(am__dirstamp):
  683. @$(mkdir_p) tests/$(DEPDIR)
  684. @: > tests/$(DEPDIR)/$(am__dirstamp)
  685. tests/test.$(OBJEXT): tests/$(am__dirstamp) \
  686. tests/$(DEPDIR)/$(am__dirstamp)
  687. gctest$(EXEEXT): $(gctest_OBJECTS) $(gctest_DEPENDENCIES)
  688. @rm -f gctest$(EXEEXT)
  689. $(LINK) $(gctest_LDFLAGS) $(gctest_OBJECTS) $(gctest_LDADD) $(LIBS)
  690. tests/huge_test.$(OBJEXT): tests/$(am__dirstamp) \
  691. tests/$(DEPDIR)/$(am__dirstamp)
  692. hugetest$(EXEEXT): $(hugetest_OBJECTS) $(hugetest_DEPENDENCIES)
  693. @rm -f hugetest$(EXEEXT)
  694. $(LINK) $(hugetest_LDFLAGS) $(hugetest_OBJECTS) $(hugetest_LDADD) $(LIBS)
  695. tests/leak_test.$(OBJEXT): tests/$(am__dirstamp) \
  696. tests/$(DEPDIR)/$(am__dirstamp)
  697. leaktest$(EXEEXT): $(leaktest_OBJECTS) $(leaktest_DEPENDENCIES)
  698. @rm -f leaktest$(EXEEXT)
  699. $(LINK) $(leaktest_LDFLAGS) $(leaktest_OBJECTS) $(leaktest_LDADD) $(LIBS)
  700. tests/middle.$(OBJEXT): tests/$(am__dirstamp) \
  701. tests/$(DEPDIR)/$(am__dirstamp)
  702. middletest$(EXEEXT): $(middletest_OBJECTS) $(middletest_DEPENDENCIES)
  703. @rm -f middletest$(EXEEXT)
  704. $(LINK) $(middletest_LDFLAGS) $(middletest_OBJECTS) $(middletest_LDADD) $(LIBS)
  705. tests/smash_test.$(OBJEXT): tests/$(am__dirstamp) \
  706. tests/$(DEPDIR)/$(am__dirstamp)
  707. smashtest$(EXEEXT): $(smashtest_OBJECTS) $(smashtest_DEPENDENCIES)
  708. @rm -f smashtest$(EXEEXT)
  709. $(LINK) $(smashtest_LDFLAGS) $(smashtest_OBJECTS) $(smashtest_LDADD) $(LIBS)
  710. tests/test_cpp.$(OBJEXT): tests/$(am__dirstamp) \
  711. tests/$(DEPDIR)/$(am__dirstamp)
  712. test_cpp$(EXEEXT): $(test_cpp_OBJECTS) $(test_cpp_DEPENDENCIES)
  713. @rm -f test_cpp$(EXEEXT)
  714. $(CXXLINK) $(test_cpp_LDFLAGS) $(test_cpp_OBJECTS) $(test_cpp_LDADD) $(LIBS)
  715. tests/thread_leak_test.$(OBJEXT): tests/$(am__dirstamp) \
  716. tests/$(DEPDIR)/$(am__dirstamp)
  717. threadleaktest$(EXEEXT): $(threadleaktest_OBJECTS) $(threadleaktest_DEPENDENCIES)
  718. @rm -f threadleaktest$(EXEEXT)
  719. $(LINK) $(threadleaktest_LDFLAGS) $(threadleaktest_OBJECTS) $(threadleaktest_LDADD) $(LIBS)
  720. mostlyclean-compile:
  721. -rm -f *.$(OBJEXT)
  722. -rm -f ./atomic_ops.$(OBJEXT)
  723. -rm -f ./atomic_ops.lo
  724. -rm -f ./atomic_ops_sysdeps.$(OBJEXT)
  725. -rm -f ./atomic_ops_sysdeps.lo
  726. -rm -f cord/cordbscs.$(OBJEXT)
  727. -rm -f cord/cordbscs.lo
  728. -rm -f cord/cordprnt.$(OBJEXT)
  729. -rm -f cord/cordprnt.lo
  730. -rm -f cord/cordtest.$(OBJEXT)
  731. -rm -f cord/cordtest.lo
  732. -rm -f cord/cordxtra.$(OBJEXT)
  733. -rm -f cord/cordxtra.lo
  734. -rm -f tests/huge_test.$(OBJEXT)
  735. -rm -f tests/leak_test.$(OBJEXT)
  736. -rm -f tests/middle.$(OBJEXT)
  737. -rm -f tests/smash_test.$(OBJEXT)
  738. -rm -f tests/test.$(OBJEXT)
  739. -rm -f tests/test_cpp.$(OBJEXT)
  740. -rm -f tests/thread_leak_test.$(OBJEXT)
  741. distclean-compile:
  742. -rm -f *.tab.c
  743. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/allchblk.Plo@am__quote@
  744. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/alloc.Plo@am__quote@
  745. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atomic_ops.Plo@am__quote@
  746. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/backgraph.Plo@am__quote@
  747. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/blacklst.Plo@am__quote@
  748. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/checksums.Plo@am__quote@
  749. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/darwin_stop_world.Plo@am__quote@
  750. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dbg_mlc.Plo@am__quote@
  751. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dyn_load.Plo@am__quote@
  752. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/finalize.Plo@am__quote@
  753. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gc_cpp.Plo@am__quote@
  754. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gc_dlopen.Plo@am__quote@
  755. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gcj_mlc.Plo@am__quote@
  756. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/headers.Plo@am__quote@
  757. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/malloc.Plo@am__quote@
  758. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mallocx.Plo@am__quote@
  759. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mark.Plo@am__quote@
  760. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mark_rts.Plo@am__quote@
  761. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/misc.Plo@am__quote@
  762. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/new_hblk.Plo@am__quote@
  763. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/obj_map.Plo@am__quote@
  764. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/os_dep.Plo@am__quote@
  765. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pcr_interface.Plo@am__quote@
  766. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pthread_stop_world.Plo@am__quote@
  767. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pthread_support.Plo@am__quote@
  768. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ptr_chck.Plo@am__quote@
  769. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/real_malloc.Plo@am__quote@
  770. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/reclaim.Plo@am__quote@
  771. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/specific.Plo@am__quote@
  772. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stubborn.Plo@am__quote@
  773. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/thread_local_alloc.Plo@am__quote@
  774. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/typd_mlc.Plo@am__quote@
  775. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/win32_threads.Plo@am__quote@
  776. @AMDEP_TRUE@@am__include@ @am__quote@cord/$(DEPDIR)/cordbscs.Plo@am__quote@
  777. @AMDEP_TRUE@@am__include@ @am__quote@cord/$(DEPDIR)/cordprnt.Plo@am__quote@
  778. @AMDEP_TRUE@@am__include@ @am__quote@cord/$(DEPDIR)/cordtest.Plo@am__quote@
  779. @AMDEP_TRUE@@am__include@ @am__quote@cord/$(DEPDIR)/cordxtra.Plo@am__quote@
  780. @AMDEP_TRUE@@am__include@ @am__quote@tests/$(DEPDIR)/huge_test.Po@am__quote@
  781. @AMDEP_TRUE@@am__include@ @am__quote@tests/$(DEPDIR)/leak_test.Po@am__quote@
  782. @AMDEP_TRUE@@am__include@ @am__quote@tests/$(DEPDIR)/middle.Po@am__quote@
  783. @AMDEP_TRUE@@am__include@ @am__quote@tests/$(DEPDIR)/smash_test.Po@am__quote@
  784. @AMDEP_TRUE@@am__include@ @am__quote@tests/$(DEPDIR)/test.Po@am__quote@
  785. @AMDEP_TRUE@@am__include@ @am__quote@tests/$(DEPDIR)/test_cpp.Po@am__quote@
  786. @AMDEP_TRUE@@am__include@ @am__quote@tests/$(DEPDIR)/thread_leak_test.Po@am__quote@
  787. .S.o:
  788. $(CCASCOMPILE) -c $<
  789. .S.obj:
  790. $(CCASCOMPILE) -c `$(CYGPATH_W) '$<'`
  791. .c.o:
  792. @am__fastdepCC_TRUE@ depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`; \
  793. @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$$depbase.Tpo" -c -o $@ $<; \
  794. @am__fastdepCC_TRUE@ then mv -f "$$depbase.Tpo" "$$depbase.Po"; else rm -f "$$depbase.Tpo"; exit 1; fi
  795. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  796. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  797. @am__fastdepCC_FALSE@ $(COMPILE) -c -o $@ $<
  798. .c.obj:
  799. @am__fastdepCC_TRUE@ depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`; \
  800. @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$$depbase.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
  801. @am__fastdepCC_TRUE@ then mv -f "$$depbase.Tpo" "$$depbase.Po"; else rm -f "$$depbase.Tpo"; exit 1; fi
  802. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  803. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  804. @am__fastdepCC_FALSE@ $(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
  805. .c.lo:
  806. @am__fastdepCC_TRUE@ depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`; \
  807. @am__fastdepCC_TRUE@ if $(LTCOMPILE) -MT $@ -MD -MP -MF "$$depbase.Tpo" -c -o $@ $<; \
  808. @am__fastdepCC_TRUE@ then mv -f "$$depbase.Tpo" "$$depbase.Plo"; else rm -f "$$depbase.Tpo"; exit 1; fi
  809. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
  810. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  811. @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
  812. .cc.o:
  813. @am__fastdepCXX_TRUE@ depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`; \
  814. @am__fastdepCXX_TRUE@ if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$$depbase.Tpo" -c -o $@ $<; \
  815. @am__fastdepCXX_TRUE@ then mv -f "$$depbase.Tpo" "$$depbase.Po"; else rm -f "$$depbase.Tpo"; exit 1; fi
  816. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  817. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  818. @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ $<
  819. .cc.obj:
  820. @am__fastdepCXX_TRUE@ depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`; \
  821. @am__fastdepCXX_TRUE@ if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$$depbase.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
  822. @am__fastdepCXX_TRUE@ then mv -f "$$depbase.Tpo" "$$depbase.Po"; else rm -f "$$depbase.Tpo"; exit 1; fi
  823. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  824. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  825. @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
  826. .cc.lo:
  827. @am__fastdepCXX_TRUE@ depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`; \
  828. @am__fastdepCXX_TRUE@ if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$$depbase.Tpo" -c -o $@ $<; \
  829. @am__fastdepCXX_TRUE@ then mv -f "$$depbase.Tpo" "$$depbase.Plo"; else rm -f "$$depbase.Tpo"; exit 1; fi
  830. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
  831. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  832. @am__fastdepCXX_FALSE@ $(LTCXXCOMPILE) -c -o $@ $<
  833. .s.o:
  834. $(CCASCOMPILE) -c $<
  835. .s.obj:
  836. $(CCASCOMPILE) -c `$(CYGPATH_W) '$<'`
  837. mostlyclean-libtool:
  838. -rm -f *.lo
  839. clean-libtool:
  840. -rm -rf .libs _libs
  841. -rm -rf cord/.libs cord/_libs
  842. distclean-libtool:
  843. -rm -f libtool
  844. uninstall-info-am:
  845. install-dist_pkgconfigDATA: $(dist_pkgconfig_DATA)
  846. @$(NORMAL_INSTALL)
  847. test -z "$(pkgconfigdir)" || $(mkdir_p) "$(DESTDIR)$(pkgconfigdir)"
  848. @list='$(dist_pkgconfig_DATA)'; for p in $$list; do \
  849. if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
  850. f=$(am__strip_dir) \
  851. echo " $(dist_pkgconfigDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(pkgconfigdir)/$$f'"; \
  852. $(dist_pkgconfigDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(pkgconfigdir)/$$f"; \
  853. done
  854. uninstall-dist_pkgconfigDATA:
  855. @$(NORMAL_UNINSTALL)
  856. @list='$(dist_pkgconfig_DATA)'; for p in $$list; do \
  857. f=$(am__strip_dir) \
  858. echo " rm -f '$(DESTDIR)$(pkgconfigdir)/$$f'"; \
  859. rm -f "$(DESTDIR)$(pkgconfigdir)/$$f"; \
  860. done
  861. install-dist_pkgdataDATA: $(dist_pkgdata_DATA)
  862. @$(NORMAL_INSTALL)
  863. test -z "$(pkgdatadir)" || $(mkdir_p) "$(DESTDIR)$(pkgdatadir)"
  864. @list='$(dist_pkgdata_DATA)'; for p in $$list; do \
  865. if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
  866. f=$(am__strip_dir) \
  867. echo " $(dist_pkgdataDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(pkgdatadir)/$$f'"; \
  868. $(dist_pkgdataDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(pkgdatadir)/$$f"; \
  869. done
  870. uninstall-dist_pkgdataDATA:
  871. @$(NORMAL_UNINSTALL)
  872. @list='$(dist_pkgdata_DATA)'; for p in $$list; do \
  873. f=$(am__strip_dir) \
  874. echo " rm -f '$(DESTDIR)$(pkgdatadir)/$$f'"; \
  875. rm -f "$(DESTDIR)$(pkgdatadir)/$$f"; \
  876. done
  877. install-includeHEADERS: $(include_HEADERS)
  878. @$(NORMAL_INSTALL)
  879. test -z "$(includedir)" || $(mkdir_p) "$(DESTDIR)$(includedir)"
  880. @list='$(include_HEADERS)'; for p in $$list; do \
  881. if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
  882. f=$(am__strip_dir) \
  883. echo " $(includeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(includedir)/$$f'"; \
  884. $(includeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(includedir)/$$f"; \
  885. done
  886. uninstall-includeHEADERS:
  887. @$(NORMAL_UNINSTALL)
  888. @list='$(include_HEADERS)'; for p in $$list; do \
  889. f=$(am__strip_dir) \
  890. echo " rm -f '$(DESTDIR)$(includedir)/$$f'"; \
  891. rm -f "$(DESTDIR)$(includedir)/$$f"; \
  892. done
  893. install-pkgincludeHEADERS: $(pkginclude_HEADERS)
  894. @$(NORMAL_INSTALL)
  895. test -z "$(pkgincludedir)" || $(mkdir_p) "$(DESTDIR)$(pkgincludedir)"
  896. @list='$(pkginclude_HEADERS)'; for p in $$list; do \
  897. if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
  898. f=$(am__strip_dir) \
  899. echo " $(pkgincludeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(pkgincludedir)/$$f'"; \
  900. $(pkgincludeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(pkgincludedir)/$$f"; \
  901. done
  902. uninstall-pkgincludeHEADERS:
  903. @$(NORMAL_UNINSTALL)
  904. @list='$(pkginclude_HEADERS)'; for p in $$list; do \
  905. f=$(am__strip_dir) \
  906. echo " rm -f '$(DESTDIR)$(pkgincludedir)/$$f'"; \
  907. rm -f "$(DESTDIR)$(pkgincludedir)/$$f"; \
  908. done
  909. # This directory's subdirectories are mostly independent; you can cd
  910. # into them and run `make' without going through this Makefile.
  911. # To change the values of `make' variables: instead of editing Makefiles,
  912. # (1) if the variable is set in `config.status', edit `config.status'
  913. # (which will cause the Makefiles to be regenerated when you run `make');
  914. # (2) otherwise, pass the desired values on the `make' command line.
  915. $(RECURSIVE_TARGETS):
  916. @failcom='exit 1'; \
  917. for f in x $$MAKEFLAGS; do \
  918. case $$f in \
  919. *=* | --[!k]*);; \
  920. *k*) failcom='fail=yes';; \
  921. esac; \
  922. done; \
  923. dot_seen=no; \
  924. target=`echo $@ | sed s/-recursive//`; \
  925. list='$(SUBDIRS)'; for subdir in $$list; do \
  926. echo "Making $$target in $$subdir"; \
  927. if test "$$subdir" = "."; then \
  928. dot_seen=yes; \
  929. local_target="$$target-am"; \
  930. else \
  931. local_target="$$target"; \
  932. fi; \
  933. (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  934. || eval $$failcom; \
  935. done; \
  936. if test "$$dot_seen" = "no"; then \
  937. $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
  938. fi; test -z "$$fail"
  939. mostlyclean-recursive clean-recursive distclean-recursive \
  940. maintainer-clean-recursive:
  941. @failcom='exit 1'; \
  942. for f in x $$MAKEFLAGS; do \
  943. case $$f in \
  944. *=* | --[!k]*);; \
  945. *k*) failcom='fail=yes';; \
  946. esac; \
  947. done; \
  948. dot_seen=no; \
  949. case "$@" in \
  950. distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
  951. *) list='$(SUBDIRS)' ;; \
  952. esac; \
  953. rev=''; for subdir in $$list; do \
  954. if test "$$subdir" = "."; then :; else \
  955. rev="$$subdir $$rev"; \
  956. fi; \
  957. done; \
  958. rev="$$rev ."; \
  959. target=`echo $@ | sed s/-recursive//`; \
  960. for subdir in $$rev; do \
  961. echo "Making $$target in $$subdir"; \
  962. if test "$$subdir" = "."; then \
  963. local_target="$$target-am"; \
  964. else \
  965. local_target="$$target"; \
  966. fi; \
  967. (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  968. || eval $$failcom; \
  969. done && test -z "$$fail"
  970. tags-recursive:
  971. list='$(SUBDIRS)'; for subdir in $$list; do \
  972. test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
  973. done
  974. ctags-recursive:
  975. list='$(SUBDIRS)'; for subdir in $$list; do \
  976. test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
  977. done
  978. ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  979. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  980. unique=`for i in $$list; do \
  981. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  982. done | \
  983. $(AWK) ' { files[$$0] = 1; } \
  984. END { for (i in files) print i; }'`; \
  985. mkid -fID $$unique
  986. tags: TAGS
  987. TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  988. $(TAGS_FILES) $(LISP)
  989. tags=; \
  990. here=`pwd`; \
  991. if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
  992. include_option=--etags-include; \
  993. empty_fix=.; \
  994. else \
  995. include_option=--include; \
  996. empty_fix=; \
  997. fi; \
  998. list='$(SUBDIRS)'; for subdir in $$list; do \
  999. if test "$$subdir" = .; then :; else \
  1000. test ! -f $$subdir/TAGS || \
  1001. tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
  1002. fi; \
  1003. done; \
  1004. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  1005. unique=`for i in $$list; do \
  1006. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  1007. done | \
  1008. $(AWK) ' { files[$$0] = 1; } \
  1009. END { for (i in files) print i; }'`; \
  1010. if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
  1011. test -n "$$unique" || unique=$$empty_fix; \
  1012. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  1013. $$tags $$unique; \
  1014. fi
  1015. ctags: CTAGS
  1016. CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  1017. $(TAGS_FILES) $(LISP)
  1018. tags=; \
  1019. here=`pwd`; \
  1020. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  1021. unique=`for i in $$list; do \
  1022. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  1023. done | \
  1024. $(AWK) ' { files[$$0] = 1; } \
  1025. END { for (i in files) print i; }'`; \
  1026. test -z "$(CTAGS_ARGS)$$tags$$unique" \
  1027. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  1028. $$tags $$unique
  1029. GTAGS:
  1030. here=`$(am__cd) $(top_builddir) && pwd` \
  1031. && cd $(top_srcdir) \
  1032. && gtags -i $(GTAGS_ARGS) $$here
  1033. distclean-tags:
  1034. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  1035. check-TESTS: $(TESTS)
  1036. @failed=0; all=0; xfail=0; xpass=0; skip=0; \
  1037. srcdir=$(srcdir); export srcdir; \
  1038. list='$(TESTS)'; \
  1039. if test -n "$$list"; then \
  1040. for tst in $$list; do \
  1041. if test -f ./$$tst; then dir=./; \
  1042. elif test -f $$tst; then dir=; \
  1043. else dir="$(srcdir)/"; fi; \
  1044. if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
  1045. all=`expr $$all + 1`; \
  1046. case " $(XFAIL_TESTS) " in \
  1047. *" $$tst "*) \
  1048. xpass=`expr $$xpass + 1`; \
  1049. failed=`expr $$failed + 1`; \
  1050. echo "XPASS: $$tst"; \
  1051. ;; \
  1052. *) \
  1053. echo "PASS: $$tst"; \
  1054. ;; \
  1055. esac; \
  1056. elif test $$? -ne 77; then \
  1057. all=`expr $$all + 1`; \
  1058. case " $(XFAIL_TESTS) " in \
  1059. *" $$tst "*) \
  1060. xfail=`expr $$xfail + 1`; \
  1061. echo "XFAIL: $$tst"; \
  1062. ;; \
  1063. *) \
  1064. failed=`expr $$failed + 1`; \
  1065. echo "FAIL: $$tst"; \
  1066. ;; \
  1067. esac; \
  1068. else \
  1069. skip=`expr $$skip + 1`; \
  1070. echo "SKIP: $$tst"; \
  1071. fi; \
  1072. done; \
  1073. if test "$$failed" -eq 0; then \
  1074. if test "$$xfail" -eq 0; then \
  1075. banner="All $$all tests passed"; \
  1076. else \
  1077. banner="All $$all tests behaved as expected ($$xfail expected failures)"; \
  1078. fi; \
  1079. else \
  1080. if test "$$xpass" -eq 0; then \
  1081. banner="$$failed of $$all tests failed"; \
  1082. else \
  1083. banner="$$failed of $$all tests did not behave as expected ($$xpass unexpected passes)"; \
  1084. fi; \
  1085. fi; \
  1086. dashes="$$banner"; \
  1087. skipped=""; \
  1088. if test "$$skip" -ne 0; then \
  1089. skipped="($$skip tests were not run)"; \
  1090. test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
  1091. dashes="$$skipped"; \
  1092. fi; \
  1093. report=""; \
  1094. if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
  1095. report="Please report to $(PACKAGE_BUGREPORT)"; \
  1096. test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
  1097. dashes="$$report"; \
  1098. fi; \
  1099. dashes=`echo "$$dashes" | sed s/./=/g`; \
  1100. echo "$$dashes"; \
  1101. echo "$$banner"; \
  1102. test -z "$$skipped" || echo "$$skipped"; \
  1103. test -z "$$report" || echo "$$report"; \
  1104. echo "$$dashes"; \
  1105. test "$$failed" -eq 0; \
  1106. else :; fi
  1107. distdir: $(DISTFILES)
  1108. $(am__remove_distdir)
  1109. mkdir $(distdir)
  1110. $(mkdir_p) $(distdir)/. $(distdir)/Mac_files $(distdir)/cord $(distdir)/doc $(distdir)/include $(distdir)/include/extra $(distdir)/include/private $(distdir)/tests
  1111. @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
  1112. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
  1113. list='$(DISTFILES)'; for file in $$list; do \
  1114. case $$file in \
  1115. $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
  1116. $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
  1117. esac; \
  1118. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  1119. dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
  1120. if test "$$dir" != "$$file" && test "$$dir" != "."; then \
  1121. dir="/$$dir"; \
  1122. $(mkdir_p) "$(distdir)$$dir"; \
  1123. else \
  1124. dir=''; \
  1125. fi; \
  1126. if test -d $$d/$$file; then \
  1127. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  1128. cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
  1129. fi; \
  1130. cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
  1131. else \
  1132. test -f $(distdir)/$$file \
  1133. || cp -p $$d/$$file $(distdir)/$$file \
  1134. || exit 1; \
  1135. fi; \
  1136. done
  1137. list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
  1138. if test "$$subdir" = .; then :; else \
  1139. test -d "$(distdir)/$$subdir" \
  1140. || $(mkdir_p) "$(distdir)/$$subdir" \
  1141. || exit 1; \
  1142. distdir=`$(am__cd) $(distdir) && pwd`; \
  1143. top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
  1144. (cd $$subdir && \
  1145. $(MAKE) $(AM_MAKEFLAGS) \
  1146. top_distdir="$$top_distdir" \
  1147. distdir="$$distdir/$$subdir" \
  1148. distdir) \
  1149. || exit 1; \
  1150. fi; \
  1151. done
  1152. -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
  1153. ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
  1154. ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
  1155. ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
  1156. || chmod -R a+r $(distdir)
  1157. dist-gzip: distdir
  1158. tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
  1159. $(am__remove_distdir)
  1160. dist-bzip2: distdir
  1161. tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
  1162. $(am__remove_distdir)
  1163. dist-tarZ: distdir
  1164. tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
  1165. $(am__remove_distdir)
  1166. dist-shar: distdir
  1167. shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
  1168. $(am__remove_distdir)
  1169. dist-zip: distdir
  1170. -rm -f $(distdir).zip
  1171. zip -rq $(distdir).zip $(distdir)
  1172. $(am__remove_distdir)
  1173. dist dist-all: distdir
  1174. tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
  1175. tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
  1176. $(am__remove_distdir)
  1177. # This target untars the dist file and tries a VPATH configuration. Then
  1178. # it guarantees that the distribution is self-contained by making another
  1179. # tarfile.
  1180. distcheck: dist
  1181. case '$(DIST_ARCHIVES)' in \
  1182. *.tar.gz*) \
  1183. GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
  1184. *.tar.bz2*) \
  1185. bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
  1186. *.tar.Z*) \
  1187. uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
  1188. *.shar.gz*) \
  1189. GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
  1190. *.zip*) \
  1191. unzip $(distdir).zip ;;\
  1192. esac
  1193. chmod -R a-w $(distdir); chmod a+w $(distdir)
  1194. mkdir $(distdir)/_build
  1195. mkdir $(distdir)/_inst
  1196. chmod a-w $(distdir)
  1197. dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
  1198. && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
  1199. && cd $(distdir)/_build \
  1200. && ../configure --srcdir=.. --prefix="$$dc_install_base" \
  1201. $(DISTCHECK_CONFIGURE_FLAGS) \
  1202. && $(MAKE) $(AM_MAKEFLAGS) \
  1203. && $(MAKE) $(AM_MAKEFLAGS) dvi \
  1204. && $(MAKE) $(AM_MAKEFLAGS) check \
  1205. && $(MAKE) $(AM_MAKEFLAGS) install \
  1206. && $(MAKE) $(AM_MAKEFLAGS) installcheck \
  1207. && $(MAKE) $(AM_MAKEFLAGS) uninstall \
  1208. && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
  1209. distuninstallcheck \
  1210. && chmod -R a-w "$$dc_install_base" \
  1211. && ({ \
  1212. (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
  1213. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
  1214. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
  1215. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
  1216. distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
  1217. } || { rm -rf "$$dc_destdir"; exit 1; }) \
  1218. && rm -rf "$$dc_destdir" \
  1219. && $(MAKE) $(AM_MAKEFLAGS) dist \
  1220. && rm -rf $(DIST_ARCHIVES) \
  1221. && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
  1222. $(am__remove_distdir)
  1223. @(echo "$(distdir) archives ready for distribution: "; \
  1224. list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
  1225. sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}'
  1226. distuninstallcheck:
  1227. @cd $(distuninstallcheck_dir) \
  1228. && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
  1229. || { echo "ERROR: files left after uninstall:" ; \
  1230. if test -n "$(DESTDIR)"; then \
  1231. echo " (check DESTDIR support)"; \
  1232. fi ; \
  1233. $(distuninstallcheck_listfiles) ; \
  1234. exit 1; } >&2
  1235. distcleancheck: distclean
  1236. @if test '$(srcdir)' = . ; then \
  1237. echo "ERROR: distcleancheck can only run from a VPATH build" ; \
  1238. exit 1 ; \
  1239. fi
  1240. @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
  1241. || { echo "ERROR: files left in build directory after distclean:" ; \
  1242. $(distcleancheck_listfiles) ; \
  1243. exit 1; } >&2
  1244. check-am: all-am
  1245. $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
  1246. $(MAKE) $(AM_MAKEFLAGS) check-TESTS
  1247. check: check-recursive
  1248. all-am: Makefile $(LTLIBRARIES) $(SCRIPTS) $(DATA) $(HEADERS)
  1249. installdirs: installdirs-recursive
  1250. installdirs-am:
  1251. for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(pkgdatadir)" "$(DESTDIR)$(includedir)" "$(DESTDIR)$(pkgincludedir)"; do \
  1252. test -z "$$dir" || $(mkdir_p) "$$dir"; \
  1253. done
  1254. install: install-recursive
  1255. install-exec: install-exec-recursive
  1256. install-data: install-data-recursive
  1257. uninstall: uninstall-recursive
  1258. install-am: all-am
  1259. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  1260. installcheck: installcheck-recursive
  1261. install-strip:
  1262. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  1263. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  1264. `test -z '$(STRIP)' || \
  1265. echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  1266. mostlyclean-generic:
  1267. clean-generic:
  1268. distclean-generic:
  1269. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  1270. -rm -f ./$(am__dirstamp)
  1271. -rm -f cord/$(DEPDIR)/$(am__dirstamp)
  1272. -rm -f cord/$(am__dirstamp)
  1273. -rm -f tests/$(DEPDIR)/$(am__dirstamp)
  1274. -rm -f tests/$(am__dirstamp)
  1275. -test -z "$(DEPDIR)/$(am__dirstamp)" || rm -f $(DEPDIR)/$(am__dirstamp)
  1276. maintainer-clean-generic:
  1277. @echo "This command is intended for maintainers to use"
  1278. @echo "it deletes files that may require special tools to rebuild."
  1279. clean: clean-recursive
  1280. clean-am: clean-checkPROGRAMS clean-generic clean-libLTLIBRARIES \
  1281. clean-libtool mostlyclean-am
  1282. distclean: distclean-recursive
  1283. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  1284. -rm -rf ./$(DEPDIR) cord/$(DEPDIR) tests/$(DEPDIR)
  1285. -rm -f Makefile
  1286. distclean-am: clean-am distclean-compile distclean-generic \
  1287. distclean-libtool distclean-tags
  1288. dvi: dvi-recursive
  1289. dvi-am:
  1290. html: html-recursive
  1291. info: info-recursive
  1292. info-am:
  1293. install-data-am: install-dist_pkgconfigDATA install-dist_pkgdataDATA \
  1294. install-includeHEADERS install-pkgincludeHEADERS
  1295. install-exec-am: install-libLTLIBRARIES
  1296. install-info: install-info-recursive
  1297. install-man:
  1298. installcheck-am:
  1299. maintainer-clean: maintainer-clean-recursive
  1300. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  1301. -rm -rf $(top_srcdir)/autom4te.cache
  1302. -rm -rf ./$(DEPDIR) cord/$(DEPDIR) tests/$(DEPDIR)
  1303. -rm -f Makefile
  1304. maintainer-clean-am: distclean-am maintainer-clean-generic
  1305. mostlyclean: mostlyclean-recursive
  1306. mostlyclean-am: mostlyclean-compile mostlyclean-generic \
  1307. mostlyclean-libtool
  1308. pdf: pdf-recursive
  1309. pdf-am:
  1310. ps: ps-recursive
  1311. ps-am:
  1312. uninstall-am: uninstall-dist_pkgconfigDATA uninstall-dist_pkgdataDATA \
  1313. uninstall-includeHEADERS uninstall-info-am \
  1314. uninstall-libLTLIBRARIES uninstall-pkgincludeHEADERS
  1315. uninstall-info: uninstall-info-recursive
  1316. .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am am--refresh check \
  1317. check-TESTS check-am clean clean-checkPROGRAMS clean-generic \
  1318. clean-libLTLIBRARIES clean-libtool clean-recursive ctags \
  1319. ctags-recursive dist dist-all dist-bzip2 dist-gzip dist-shar \
  1320. dist-tarZ dist-zip distcheck distclean distclean-compile \
  1321. distclean-generic distclean-libtool distclean-recursive \
  1322. distclean-tags distcleancheck distdir distuninstallcheck dvi \
  1323. dvi-am html html-am info info-am install install-am \
  1324. install-data install-data-am install-dist_pkgconfigDATA \
  1325. install-dist_pkgdataDATA install-exec install-exec-am \
  1326. install-includeHEADERS install-info install-info-am \
  1327. install-libLTLIBRARIES install-man install-pkgincludeHEADERS \
  1328. install-strip installcheck installcheck-am installdirs \
  1329. installdirs-am maintainer-clean maintainer-clean-generic \
  1330. maintainer-clean-recursive mostlyclean mostlyclean-compile \
  1331. mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \
  1332. pdf pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
  1333. uninstall-dist_pkgconfigDATA uninstall-dist_pkgdataDATA \
  1334. uninstall-includeHEADERS uninstall-info-am \
  1335. uninstall-libLTLIBRARIES uninstall-pkgincludeHEADERS
  1336. .s.lo:
  1337. $(LTCOMPILE) $(ASM_CPP_OPTIONS) -c $<
  1338. .S.lo:
  1339. $(LTCOMPILE) $(ASM_CPP_OPTIONS) -c $<
  1340. #
  1341. # :GOTCHA: GNU make rule for making .s out of .S is flawed,
  1342. # it will not remove dest if building fails
  1343. .S.s:
  1344. if $(CPP) $< >$@ ; then :; else rm -f $@; fi
  1345. # Putting these at the top causes cord to be built first, and not find libgc.a
  1346. # on HP/UX. There may be a better fix.
  1347. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  1348. # Otherwise a system limit (for SysV at least) may be exceeded.
  1349. .NOEXPORT: