468663ddbb
Former-commit-id: 1d6753294b2993e1fbf92de9366bb9544db4189b
2589 lines
100 KiB
Makefile
2589 lines
100 KiB
Makefile
# Makefile.in generated by automake 1.15 from Makefile.am.
|
||
# Makefile. Generated from Makefile.in by configure.
|
||
|
||
# Copyright (C) 1994-2014 Free Software Foundation, Inc.
|
||
|
||
# This Makefile.in is free software; the Free Software Foundation
|
||
# gives unlimited permission to copy and/or distribute it,
|
||
# with or without modifications, as long as this notice is preserved.
|
||
|
||
# This program is distributed in the hope that it will be useful,
|
||
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
|
||
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
||
# PARTICULAR PURPOSE.
|
||
|
||
|
||
|
||
# Copyright (c) 1999-2001 by Red Hat, Inc. All rights reserved.
|
||
#
|
||
# THIS MATERIAL IS PROVIDED AS IS, WITH ABSOLUTELY NO WARRANTY EXPRESSED
|
||
# OR IMPLIED. ANY USE IS AT YOUR OWN RISK.
|
||
#
|
||
# Permission is hereby granted to use or copy this program
|
||
# for any purpose, provided the above notices are retained on all copies.
|
||
# Permission to modify the code and to distribute modified code is granted,
|
||
# provided the above notices are retained, and a notice that the code was
|
||
# modified is included with the above copyright notice.
|
||
|
||
#
|
||
# THIS MATERIAL IS PROVIDED AS IS, WITH ABSOLUTELY NO WARRANTY EXPRESSED
|
||
# OR IMPLIED. ANY USE IS AT YOUR OWN RISK.
|
||
#
|
||
# Permission is hereby granted to use or copy this program
|
||
# for any purpose, provided the above notices are retained on all copies.
|
||
# Permission to modify the code and to distribute modified code is granted,
|
||
# provided the above notices are retained, and a notice that the code was
|
||
# modified is included with the above copyright notice.
|
||
|
||
#
|
||
# THIS MATERIAL IS PROVIDED AS IS, WITH ABSOLUTELY NO WARRANTY EXPRESSED
|
||
# OR IMPLIED. ANY USE IS AT YOUR OWN RISK.
|
||
#
|
||
# Permission is hereby granted to use or copy this program
|
||
# for any purpose, provided the above notices are retained on all copies.
|
||
# Permission to modify the code and to distribute modified code is granted,
|
||
# provided the above notices are retained, and a notice that the code was
|
||
# modified is included with the above copyright notice.
|
||
|
||
#
|
||
# THIS MATERIAL IS PROVIDED AS IS, WITH ABSOLUTELY NO WARRANTY EXPRESSED
|
||
# OR IMPLIED. ANY USE IS AT YOUR OWN RISK.
|
||
#
|
||
# Permission is hereby granted to use or copy this program
|
||
# for any purpose, provided the above notices are retained on all copies.
|
||
# Permission to modify the code and to distribute modified code is granted,
|
||
# provided the above notices are retained, and a notice that the code was
|
||
# modified is included with the above copyright notice.
|
||
|
||
|
||
|
||
|
||
am__is_gnu_make = { \
|
||
if test -z '$(MAKELEVEL)'; then \
|
||
false; \
|
||
elif test -n '$(MAKE_HOST)'; then \
|
||
true; \
|
||
elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
|
||
true; \
|
||
else \
|
||
false; \
|
||
fi; \
|
||
}
|
||
am__make_running_with_option = \
|
||
case $${target_option-} in \
|
||
?) ;; \
|
||
*) echo "am__make_running_with_option: internal error: invalid" \
|
||
"target option '$${target_option-}' specified" >&2; \
|
||
exit 1;; \
|
||
esac; \
|
||
has_opt=no; \
|
||
sane_makeflags=$$MAKEFLAGS; \
|
||
if $(am__is_gnu_make); then \
|
||
sane_makeflags=$$MFLAGS; \
|
||
else \
|
||
case $$MAKEFLAGS in \
|
||
*\\[\ \ ]*) \
|
||
bs=\\; \
|
||
sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
|
||
| sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
|
||
esac; \
|
||
fi; \
|
||
skip_next=no; \
|
||
strip_trailopt () \
|
||
{ \
|
||
flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
|
||
}; \
|
||
for flg in $$sane_makeflags; do \
|
||
test $$skip_next = yes && { skip_next=no; continue; }; \
|
||
case $$flg in \
|
||
*=*|--*) continue;; \
|
||
-*I) strip_trailopt 'I'; skip_next=yes;; \
|
||
-*I?*) strip_trailopt 'I';; \
|
||
-*O) strip_trailopt 'O'; skip_next=yes;; \
|
||
-*O?*) strip_trailopt 'O';; \
|
||
-*l) strip_trailopt 'l'; skip_next=yes;; \
|
||
-*l?*) strip_trailopt 'l';; \
|
||
-[dEDm]) skip_next=yes;; \
|
||
-[JT]) skip_next=yes;; \
|
||
esac; \
|
||
case $$flg in \
|
||
*$$target_option*) has_opt=yes; break;; \
|
||
esac; \
|
||
done; \
|
||
test $$has_opt = yes
|
||
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
|
||
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
|
||
pkgdatadir = $(datadir)/gc
|
||
pkgincludedir = $(includedir)/gc
|
||
pkglibdir = $(libdir)/gc
|
||
pkglibexecdir = $(libexecdir)/gc
|
||
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
|
||
install_sh_DATA = $(install_sh) -c -m 644
|
||
install_sh_PROGRAM = $(install_sh) -c
|
||
install_sh_SCRIPT = $(install_sh) -c
|
||
INSTALL_HEADER = $(INSTALL_DATA)
|
||
transform = $(program_transform_name)
|
||
NORMAL_INSTALL = :
|
||
PRE_INSTALL = :
|
||
POST_INSTALL = :
|
||
NORMAL_UNINSTALL = :
|
||
PRE_UNINSTALL = :
|
||
POST_UNINSTALL = :
|
||
build_triplet = x86_64-pc-linux-gnu
|
||
host_triplet = x86_64-pc-linux-gnu
|
||
target_triplet = x86_64-pc-linux-gnu
|
||
check_PROGRAMS = cordtest$(EXEEXT) gctest$(EXEEXT) leaktest$(EXEEXT) \
|
||
middletest$(EXEEXT) smashtest$(EXEEXT) hugetest$(EXEEXT) \
|
||
realloc_test$(EXEEXT) staticrootstest$(EXEEXT) $(am__EXEEXT_1) \
|
||
$(am__EXEEXT_2) $(am__EXEEXT_3) $(am__EXEEXT_4)
|
||
am__append_1 = -DGC_PTHREAD_START_STANDALONE
|
||
am__append_2 = pthread_start.c
|
||
#am__append_3 = extra/gc.c
|
||
|
||
# C Library: Architecture Dependent
|
||
# ---------------------------------
|
||
##am__append_4 = win32_threads.c
|
||
# Not Cygwin or MinGW.
|
||
#am__append_5 = pthread_start.c pthread_support.c
|
||
##am__append_6 = darwin_stop_world.c
|
||
#am__append_7 = pthread_stop_world.c
|
||
#am__append_8 = thread_local_alloc.c
|
||
##am__append_9 = backgraph.c
|
||
##am__append_10 = checksums.c
|
||
#am__append_11 = fnlz_mlc.c
|
||
|
||
# C++ Interface
|
||
# -------------
|
||
#am__append_12 = libgccpp.la
|
||
#am__append_13 = include/gc_cpp.h
|
||
#am__append_14 = include/extra/gc_cpp.h
|
||
am__append_15 = $(THREADDLLIBS)
|
||
#am__append_16 = tracetest$(EXEEXT)
|
||
#am__append_17 = tracetest
|
||
am__append_18 = test_atomic_ops$(EXEEXT) \
|
||
threadleaktest$(EXEEXT) threadkey_test$(EXEEXT) \
|
||
subthreadcreate_test$(EXEEXT) \
|
||
initsecondarythread_test$(EXEEXT)
|
||
am__append_19 = test_atomic_ops threadleaktest \
|
||
threadkey_test subthreadcreate_test \
|
||
initsecondarythread_test
|
||
#am__append_20 = test_cpp$(EXEEXT)
|
||
#am__append_21 = test_cpp
|
||
am__append_22 = disclaim_test$(EXEEXT) \
|
||
disclaim_bench$(EXEEXT)
|
||
am__append_23 = disclaim_test disclaim_bench
|
||
am__append_24 = $(THREADDLLIBS)
|
||
subdir = .
|
||
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
||
am__aclocal_m4_deps = $(top_srcdir)/m4/gc_set_version.m4 \
|
||
$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
|
||
$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
|
||
$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
|
||
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
||
$(ACLOCAL_M4)
|
||
DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
|
||
$(am__configure_deps) $(am__dist_doc_DATA_DIST) \
|
||
$(dist_noinst_HEADERS) $(am__include_HEADERS_DIST) \
|
||
$(am__pkginclude_HEADERS_DIST) $(am__DIST_COMMON)
|
||
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
|
||
configure.lineno config.status.lineno
|
||
mkinstalldirs = $(SHELL) $(top_srcdir)/../../mkinstalldirs
|
||
CONFIG_HEADER = $(top_builddir)/include/config.h
|
||
CONFIG_CLEAN_FILES = bdw-gc.pc
|
||
CONFIG_CLEAN_VPATH_FILES =
|
||
LTLIBRARIES = $(noinst_LTLIBRARIES)
|
||
libcord_la_DEPENDENCIES = $(top_builddir)/libgc.la
|
||
am__dirstamp = $(am__leading_dot)dirstamp
|
||
am_libcord_la_OBJECTS = cord/libcord_la-cordbscs.lo \
|
||
cord/libcord_la-cordprnt.lo cord/libcord_la-cordxtra.lo
|
||
libcord_la_OBJECTS = $(am_libcord_la_OBJECTS)
|
||
AM_V_lt = $(am__v_lt_$(V))
|
||
am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
|
||
am__v_lt_0 = --silent
|
||
am__v_lt_1 =
|
||
libcord_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
|
||
$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
|
||
$(libcord_la_LDFLAGS) $(LDFLAGS) -o $@
|
||
am__DEPENDENCIES_1 =
|
||
am__DEPENDENCIES_2 = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
|
||
am__libgc_static_la_SOURCES_DIST = allchblk.c alloc.c blacklst.c \
|
||
dbg_mlc.c dyn_load.c finalize.c gc_dlopen.c gcj_mlc.c \
|
||
headers.c mach_dep.c malloc.c mallocx.c mark.c mark_rts.c \
|
||
misc.c new_hblk.c obj_map.c os_dep.c ptr_chck.c reclaim.c \
|
||
specific.c typd_mlc.c win32_threads.c pthread_start.c \
|
||
pthread_support.c darwin_stop_world.c pthread_stop_world.c \
|
||
thread_local_alloc.c backgraph.c checksums.c fnlz_mlc.c \
|
||
extra/gc.c
|
||
##am__objects_1 = \
|
||
## win32_threads.lo
|
||
#am__objects_2 = pthread_start.lo \
|
||
# pthread_support.lo
|
||
##am__objects_3 = darwin_stop_world.lo
|
||
#am__objects_4 = pthread_stop_world.lo
|
||
#am__objects_5 = thread_local_alloc.lo
|
||
##am__objects_6 = \
|
||
## backgraph.lo
|
||
##am__objects_7 = checksums.lo
|
||
#am__objects_8 = \
|
||
# fnlz_mlc.lo
|
||
am__objects_9 = pthread_start.lo
|
||
#am__objects_10 = allchblk.lo alloc.lo blacklst.lo \
|
||
# dbg_mlc.lo dyn_load.lo finalize.lo \
|
||
# gc_dlopen.lo gcj_mlc.lo headers.lo \
|
||
# mach_dep.lo malloc.lo mallocx.lo mark.lo \
|
||
# mark_rts.lo misc.lo new_hblk.lo \
|
||
# obj_map.lo os_dep.lo ptr_chck.lo \
|
||
# reclaim.lo specific.lo typd_mlc.lo \
|
||
# $(am__objects_1) $(am__objects_2) \
|
||
# $(am__objects_3) $(am__objects_4) \
|
||
# $(am__objects_5) $(am__objects_6) \
|
||
# $(am__objects_7) $(am__objects_8)
|
||
am__objects_10 = extra/gc.lo $(am__objects_9) \
|
||
$(am__objects_1) $(am__objects_2) \
|
||
$(am__objects_3) $(am__objects_4) \
|
||
$(am__objects_5) $(am__objects_6) \
|
||
$(am__objects_7) $(am__objects_8)
|
||
am_libgc_static_la_OBJECTS = $(am__objects_10)
|
||
#am__objects_11 = libatomic_ops/src/atomic_ops.lo
|
||
#am__objects_11 = libatomic_ops/src/atomic_ops_sysdeps.lo
|
||
nodist_libgc_static_la_OBJECTS = $(am__objects_11)
|
||
libgc_static_la_OBJECTS = $(am_libgc_static_la_OBJECTS) \
|
||
$(nodist_libgc_static_la_OBJECTS)
|
||
libgc_static_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
|
||
$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
|
||
$(AM_CFLAGS) $(CFLAGS) $(libgc_static_la_LDFLAGS) $(LDFLAGS) \
|
||
-o $@
|
||
am__libgc_la_SOURCES_DIST = allchblk.c alloc.c blacklst.c dbg_mlc.c \
|
||
dyn_load.c finalize.c gc_dlopen.c gcj_mlc.c headers.c \
|
||
mach_dep.c malloc.c mallocx.c mark.c mark_rts.c misc.c \
|
||
new_hblk.c obj_map.c os_dep.c ptr_chck.c reclaim.c specific.c \
|
||
typd_mlc.c win32_threads.c pthread_start.c pthread_support.c \
|
||
darwin_stop_world.c pthread_stop_world.c thread_local_alloc.c \
|
||
backgraph.c checksums.c fnlz_mlc.c extra/gc.c
|
||
#am_libgc_la_OBJECTS = allchblk.lo alloc.lo \
|
||
# blacklst.lo dbg_mlc.lo dyn_load.lo \
|
||
# finalize.lo gc_dlopen.lo gcj_mlc.lo \
|
||
# headers.lo mach_dep.lo malloc.lo \
|
||
# mallocx.lo mark.lo mark_rts.lo misc.lo \
|
||
# new_hblk.lo obj_map.lo os_dep.lo \
|
||
# ptr_chck.lo reclaim.lo specific.lo \
|
||
# typd_mlc.lo $(am__objects_1) \
|
||
# $(am__objects_2) $(am__objects_3) \
|
||
# $(am__objects_4) $(am__objects_5) \
|
||
# $(am__objects_6) $(am__objects_7) \
|
||
# $(am__objects_8)
|
||
am_libgc_la_OBJECTS = extra/gc.lo $(am__objects_9) \
|
||
$(am__objects_1) $(am__objects_2) \
|
||
$(am__objects_3) $(am__objects_4) \
|
||
$(am__objects_5) $(am__objects_6) \
|
||
$(am__objects_7) $(am__objects_8)
|
||
#nodist_libgc_la_OBJECTS = libatomic_ops/src/atomic_ops.lo
|
||
#nodist_libgc_la_OBJECTS = libatomic_ops/src/atomic_ops_sysdeps.lo
|
||
libgc_la_OBJECTS = $(am_libgc_la_OBJECTS) $(nodist_libgc_la_OBJECTS)
|
||
libgc_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
|
||
$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
|
||
$(libgc_la_LDFLAGS) $(LDFLAGS) -o $@
|
||
#libgccpp_la_DEPENDENCIES = ./libgc.la
|
||
am__libgccpp_la_SOURCES_DIST = gc_cpp.cc
|
||
#am_libgccpp_la_OBJECTS = gc_cpp.lo
|
||
libgccpp_la_OBJECTS = $(am_libgccpp_la_OBJECTS)
|
||
libgccpp_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
|
||
$(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
|
||
$(CXXFLAGS) $(libgccpp_la_LDFLAGS) $(LDFLAGS) -o $@
|
||
#am_libgccpp_la_rpath =
|
||
am__DEPENDENCIES_3 = $(top_builddir)/libgc.la $(am__DEPENDENCIES_1)
|
||
libstaticrootslib2_test_la_DEPENDENCIES = $(am__DEPENDENCIES_3)
|
||
am_libstaticrootslib2_test_la_OBJECTS = \
|
||
tests/libstaticrootslib2_test_la-staticrootslib.lo
|
||
libstaticrootslib2_test_la_OBJECTS = \
|
||
$(am_libstaticrootslib2_test_la_OBJECTS)
|
||
libstaticrootslib2_test_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
|
||
$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
|
||
$(libstaticrootslib2_test_la_CFLAGS) $(CFLAGS) \
|
||
$(libstaticrootslib2_test_la_LDFLAGS) $(LDFLAGS) -o $@
|
||
am_libstaticrootslib_test_la_OBJECTS = tests/staticrootslib.lo
|
||
libstaticrootslib_test_la_OBJECTS = \
|
||
$(am_libstaticrootslib_test_la_OBJECTS)
|
||
libstaticrootslib_test_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
|
||
$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
|
||
$(AM_CFLAGS) $(CFLAGS) $(libstaticrootslib_test_la_LDFLAGS) \
|
||
$(LDFLAGS) -o $@
|
||
#am__EXEEXT_1 = tracetest$(EXEEXT)
|
||
am__EXEEXT_2 = test_atomic_ops$(EXEEXT) \
|
||
threadleaktest$(EXEEXT) threadkey_test$(EXEEXT) \
|
||
subthreadcreate_test$(EXEEXT) \
|
||
initsecondarythread_test$(EXEEXT)
|
||
#am__EXEEXT_3 = test_cpp$(EXEEXT)
|
||
am__EXEEXT_4 = disclaim_test$(EXEEXT) \
|
||
disclaim_bench$(EXEEXT)
|
||
am_cordtest_OBJECTS = cord/tests/cordtest.$(OBJEXT)
|
||
cordtest_OBJECTS = $(am_cordtest_OBJECTS)
|
||
cordtest_DEPENDENCIES = $(top_builddir)/libgc.la \
|
||
$(top_builddir)/libcord.la
|
||
am__disclaim_bench_SOURCES_DIST = tests/disclaim_bench.c
|
||
am_disclaim_bench_OBJECTS = \
|
||
tests/disclaim_bench.$(OBJEXT)
|
||
disclaim_bench_OBJECTS = $(am_disclaim_bench_OBJECTS)
|
||
disclaim_bench_DEPENDENCIES = \
|
||
$(am__DEPENDENCIES_3)
|
||
am__disclaim_test_SOURCES_DIST = tests/disclaim_test.c
|
||
am_disclaim_test_OBJECTS = \
|
||
tests/disclaim_test.$(OBJEXT)
|
||
disclaim_test_OBJECTS = $(am_disclaim_test_OBJECTS)
|
||
am__DEPENDENCIES_4 = \
|
||
$(am__DEPENDENCIES_1)
|
||
disclaim_test_DEPENDENCIES = \
|
||
$(am__DEPENDENCIES_3) \
|
||
$(am__DEPENDENCIES_4)
|
||
am_gctest_OBJECTS = tests/test.$(OBJEXT)
|
||
gctest_OBJECTS = $(am_gctest_OBJECTS)
|
||
am__DEPENDENCIES_5 = $(am__DEPENDENCIES_1)
|
||
am_hugetest_OBJECTS = tests/huge_test.$(OBJEXT)
|
||
hugetest_OBJECTS = $(am_hugetest_OBJECTS)
|
||
hugetest_DEPENDENCIES = $(am__DEPENDENCIES_3)
|
||
am__initsecondarythread_test_SOURCES_DIST = \
|
||
tests/initsecondarythread.c
|
||
am_initsecondarythread_test_OBJECTS = \
|
||
tests/initsecondarythread.$(OBJEXT)
|
||
initsecondarythread_test_OBJECTS = \
|
||
$(am_initsecondarythread_test_OBJECTS)
|
||
initsecondarythread_test_DEPENDENCIES = \
|
||
$(am__DEPENDENCIES_3) $(am__DEPENDENCIES_1)
|
||
am_leaktest_OBJECTS = tests/leak_test.$(OBJEXT)
|
||
leaktest_OBJECTS = $(am_leaktest_OBJECTS)
|
||
leaktest_DEPENDENCIES = $(am__DEPENDENCIES_3)
|
||
am_middletest_OBJECTS = tests/middle.$(OBJEXT)
|
||
middletest_OBJECTS = $(am_middletest_OBJECTS)
|
||
middletest_DEPENDENCIES = $(am__DEPENDENCIES_3)
|
||
am_realloc_test_OBJECTS = tests/realloc_test.$(OBJEXT)
|
||
realloc_test_OBJECTS = $(am_realloc_test_OBJECTS)
|
||
realloc_test_DEPENDENCIES = $(am__DEPENDENCIES_3)
|
||
am_smashtest_OBJECTS = tests/smash_test.$(OBJEXT)
|
||
smashtest_OBJECTS = $(am_smashtest_OBJECTS)
|
||
smashtest_DEPENDENCIES = $(am__DEPENDENCIES_3)
|
||
am_staticrootstest_OBJECTS = \
|
||
tests/staticrootstest-staticrootstest.$(OBJEXT)
|
||
staticrootstest_OBJECTS = $(am_staticrootstest_OBJECTS)
|
||
staticrootstest_DEPENDENCIES = $(am__DEPENDENCIES_3) \
|
||
libstaticrootslib_test.la libstaticrootslib2_test.la
|
||
staticrootstest_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
|
||
$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
|
||
$(staticrootstest_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
|
||
-o $@
|
||
am__subthreadcreate_test_SOURCES_DIST = tests/subthread_create.c
|
||
am_subthreadcreate_test_OBJECTS = \
|
||
tests/subthread_create.$(OBJEXT)
|
||
subthreadcreate_test_OBJECTS = $(am_subthreadcreate_test_OBJECTS)
|
||
subthreadcreate_test_DEPENDENCIES = \
|
||
$(am__DEPENDENCIES_3) $(am__DEPENDENCIES_1)
|
||
am__test_atomic_ops_SOURCES_DIST = tests/test_atomic_ops.c
|
||
am_test_atomic_ops_OBJECTS = \
|
||
tests/test_atomic_ops.$(OBJEXT)
|
||
test_atomic_ops_OBJECTS = $(am_test_atomic_ops_OBJECTS)
|
||
test_atomic_ops_DEPENDENCIES = $(am__DEPENDENCIES_3) \
|
||
$(am__DEPENDENCIES_1)
|
||
am__test_cpp_SOURCES_DIST = tests/test_cpp.cc
|
||
#am_test_cpp_OBJECTS = tests/test_cpp.$(OBJEXT)
|
||
test_cpp_OBJECTS = $(am_test_cpp_OBJECTS)
|
||
#test_cpp_DEPENDENCIES = \
|
||
# libgccpp.la \
|
||
# $(am__DEPENDENCIES_3) \
|
||
# $(am__DEPENDENCIES_1)
|
||
##test_cpp_DEPENDENCIES = gc_cpp.o \
|
||
## $(am__DEPENDENCIES_3) \
|
||
## $(am__DEPENDENCIES_1)
|
||
am__threadkey_test_SOURCES_DIST = tests/threadkey_test.c
|
||
am_threadkey_test_OBJECTS = \
|
||
tests/threadkey_test.$(OBJEXT)
|
||
threadkey_test_OBJECTS = $(am_threadkey_test_OBJECTS)
|
||
threadkey_test_DEPENDENCIES = $(am__DEPENDENCIES_3) \
|
||
$(am__DEPENDENCIES_1)
|
||
am__threadleaktest_SOURCES_DIST = tests/thread_leak_test.c
|
||
am_threadleaktest_OBJECTS = \
|
||
tests/thread_leak_test.$(OBJEXT)
|
||
threadleaktest_OBJECTS = $(am_threadleaktest_OBJECTS)
|
||
threadleaktest_DEPENDENCIES = $(am__DEPENDENCIES_3) \
|
||
$(am__DEPENDENCIES_1)
|
||
am__tracetest_SOURCES_DIST = tests/trace_test.c
|
||
#am_tracetest_OBJECTS = \
|
||
# tests/trace_test.$(OBJEXT)
|
||
tracetest_OBJECTS = $(am_tracetest_OBJECTS)
|
||
#tracetest_DEPENDENCIES = $(am__DEPENDENCIES_3)
|
||
AM_V_P = $(am__v_P_$(V))
|
||
am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY))
|
||
am__v_P_0 = false
|
||
am__v_P_1 = :
|
||
AM_V_GEN = $(am__v_GEN_$(V))
|
||
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
|
||
am__v_GEN_0 = @echo " GEN " $@;
|
||
am__v_GEN_1 =
|
||
AM_V_at = $(am__v_at_$(V))
|
||
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
|
||
am__v_at_0 = @
|
||
am__v_at_1 =
|
||
DEFAULT_INCLUDES =
|
||
depcomp = $(SHELL) $(top_srcdir)/../../depcomp
|
||
am__depfiles_maybe = depfiles
|
||
am__mv = mv -f
|
||
CPPASCOMPILE = $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
|
||
$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS)
|
||
LTCPPASCOMPILE = $(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) \
|
||
$(LIBTOOLFLAGS) --mode=compile $(CCAS) $(DEFS) \
|
||
$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
|
||
$(AM_CCASFLAGS) $(CCASFLAGS)
|
||
AM_V_CPPAS = $(am__v_CPPAS_$(V))
|
||
am__v_CPPAS_ = $(am__v_CPPAS_$(AM_DEFAULT_VERBOSITY))
|
||
am__v_CPPAS_0 = @echo " CPPAS " $@;
|
||
am__v_CPPAS_1 =
|
||
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
|
||
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
|
||
LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
|
||
$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
|
||
$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
|
||
$(AM_CFLAGS) $(CFLAGS)
|
||
AM_V_CC = $(am__v_CC_$(V))
|
||
am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
|
||
am__v_CC_0 = @echo " CC " $@;
|
||
am__v_CC_1 =
|
||
CCLD = $(CC)
|
||
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
|
||
$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
|
||
$(AM_LDFLAGS) $(LDFLAGS) -o $@
|
||
AM_V_CCLD = $(am__v_CCLD_$(V))
|
||
am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
|
||
am__v_CCLD_0 = @echo " CCLD " $@;
|
||
am__v_CCLD_1 =
|
||
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
|
||
$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
|
||
LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
|
||
$(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \
|
||
$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
|
||
$(AM_CXXFLAGS) $(CXXFLAGS)
|
||
AM_V_CXX = $(am__v_CXX_$(V))
|
||
am__v_CXX_ = $(am__v_CXX_$(AM_DEFAULT_VERBOSITY))
|
||
am__v_CXX_0 = @echo " CXX " $@;
|
||
am__v_CXX_1 =
|
||
CXXLD = $(CXX)
|
||
CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
|
||
$(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
|
||
$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
|
||
AM_V_CXXLD = $(am__v_CXXLD_$(V))
|
||
am__v_CXXLD_ = $(am__v_CXXLD_$(AM_DEFAULT_VERBOSITY))
|
||
am__v_CXXLD_0 = @echo " CXXLD " $@;
|
||
am__v_CXXLD_1 =
|
||
CCASCOMPILE = $(CCAS) $(AM_CCASFLAGS) $(CCASFLAGS)
|
||
LTCCASCOMPILE = $(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) \
|
||
$(LIBTOOLFLAGS) --mode=compile $(CCAS) $(AM_CCASFLAGS) \
|
||
$(CCASFLAGS)
|
||
AM_V_CCAS = $(am__v_CCAS_$(V))
|
||
am__v_CCAS_ = $(am__v_CCAS_$(AM_DEFAULT_VERBOSITY))
|
||
am__v_CCAS_0 = @echo " CCAS " $@;
|
||
am__v_CCAS_1 =
|
||
SOURCES = $(libcord_la_SOURCES) $(libgc_static_la_SOURCES) \
|
||
$(EXTRA_libgc_static_la_SOURCES) \
|
||
$(nodist_libgc_static_la_SOURCES) $(libgc_la_SOURCES) \
|
||
$(EXTRA_libgc_la_SOURCES) $(nodist_libgc_la_SOURCES) \
|
||
$(libgccpp_la_SOURCES) $(libstaticrootslib2_test_la_SOURCES) \
|
||
$(libstaticrootslib_test_la_SOURCES) $(cordtest_SOURCES) \
|
||
$(disclaim_bench_SOURCES) $(disclaim_test_SOURCES) \
|
||
$(gctest_SOURCES) $(hugetest_SOURCES) \
|
||
$(initsecondarythread_test_SOURCES) $(leaktest_SOURCES) \
|
||
$(middletest_SOURCES) $(realloc_test_SOURCES) \
|
||
$(smashtest_SOURCES) $(staticrootstest_SOURCES) \
|
||
$(subthreadcreate_test_SOURCES) $(test_atomic_ops_SOURCES) \
|
||
$(test_cpp_SOURCES) $(threadkey_test_SOURCES) \
|
||
$(threadleaktest_SOURCES) $(tracetest_SOURCES)
|
||
DIST_SOURCES = $(libcord_la_SOURCES) \
|
||
$(am__libgc_static_la_SOURCES_DIST) \
|
||
$(EXTRA_libgc_static_la_SOURCES) $(am__libgc_la_SOURCES_DIST) \
|
||
$(EXTRA_libgc_la_SOURCES) $(am__libgccpp_la_SOURCES_DIST) \
|
||
$(libstaticrootslib2_test_la_SOURCES) \
|
||
$(libstaticrootslib_test_la_SOURCES) $(cordtest_SOURCES) \
|
||
$(am__disclaim_bench_SOURCES_DIST) \
|
||
$(am__disclaim_test_SOURCES_DIST) $(gctest_SOURCES) \
|
||
$(hugetest_SOURCES) \
|
||
$(am__initsecondarythread_test_SOURCES_DIST) \
|
||
$(leaktest_SOURCES) $(middletest_SOURCES) \
|
||
$(realloc_test_SOURCES) $(smashtest_SOURCES) \
|
||
$(staticrootstest_SOURCES) \
|
||
$(am__subthreadcreate_test_SOURCES_DIST) \
|
||
$(am__test_atomic_ops_SOURCES_DIST) \
|
||
$(am__test_cpp_SOURCES_DIST) \
|
||
$(am__threadkey_test_SOURCES_DIST) \
|
||
$(am__threadleaktest_SOURCES_DIST) \
|
||
$(am__tracetest_SOURCES_DIST)
|
||
RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
|
||
ctags-recursive dvi-recursive html-recursive info-recursive \
|
||
install-data-recursive install-dvi-recursive \
|
||
install-exec-recursive install-html-recursive \
|
||
install-info-recursive install-pdf-recursive \
|
||
install-ps-recursive install-recursive installcheck-recursive \
|
||
installdirs-recursive pdf-recursive ps-recursive \
|
||
tags-recursive uninstall-recursive
|
||
am__can_run_installinfo = \
|
||
case $$AM_UPDATE_INFO_DIR in \
|
||
n|no|NO) false;; \
|
||
*) (install-info --version) >/dev/null 2>&1;; \
|
||
esac
|
||
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
|
||
am__vpath_adj = case $$p in \
|
||
$(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
|
||
*) f=$$p;; \
|
||
esac;
|
||
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
|
||
am__install_max = 40
|
||
am__nobase_strip_setup = \
|
||
srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
|
||
am__nobase_strip = \
|
||
for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
|
||
am__nobase_list = $(am__nobase_strip_setup); \
|
||
for p in $$list; do echo "$$p $$p"; done | \
|
||
sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
|
||
$(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
|
||
if (++n[$$2] == $(am__install_max)) \
|
||
{ print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
|
||
END { for (dir in files) print dir, files[dir] }'
|
||
am__base_list = \
|
||
sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
|
||
sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
|
||
am__uninstall_files_from_dir = { \
|
||
test -z "$$files" \
|
||
|| { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
|
||
|| { echo " ( cd '$$dir' && rm -f" $$files ")"; \
|
||
$(am__cd) "$$dir" && rm -f $$files; }; \
|
||
}
|
||
man3dir = $(mandir)/man3
|
||
am__installdirs = "$(DESTDIR)$(man3dir)" "$(DESTDIR)$(docdir)" \
|
||
"$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(includedir)" \
|
||
"$(DESTDIR)$(pkgincludedir)"
|
||
NROFF = nroff
|
||
MANS = $(dist_man3_MANS)
|
||
am__dist_doc_DATA_DIST = AUTHORS README.md doc/README.DGUX386 \
|
||
doc/README.Mac doc/README.OS2 doc/README.amiga \
|
||
doc/README.arm.cross doc/README.autoconf doc/README.cmake \
|
||
doc/README.cords doc/README.darwin doc/README.environment \
|
||
doc/README.ews4800 doc/README.hp doc/README.linux \
|
||
doc/README.macros doc/README.rs6000 doc/README.sgi \
|
||
doc/README.solaris2 doc/README.symbian doc/README.uts \
|
||
doc/README.win32 doc/README.win64 doc/debugging.md \
|
||
doc/finalization.md doc/gcdescr.md doc/gcinterface.md \
|
||
doc/leak.md doc/overview.md doc/porting.md doc/scale.md \
|
||
doc/simple_example.md doc/tree.md
|
||
DATA = $(dist_doc_DATA) $(pkgconfig_DATA)
|
||
am__include_HEADERS_DIST = include/extra/gc_cpp.h include/extra/gc.h
|
||
am__pkginclude_HEADERS_DIST = include/gc_cpp.h include/gc.h \
|
||
include/gc_allocator.h include/gc_backptr.h \
|
||
include/gc_config_macros.h include/gc_disclaim.h \
|
||
include/gc_gcj.h include/gc_inline.h include/gc_mark.h \
|
||
include/gc_pthread_redirects.h include/gc_tiny_fl.h \
|
||
include/gc_typed.h include/gc_version.h include/javaxfc.h \
|
||
include/leak_detector.h include/weakpointer.h include/cord.h \
|
||
include/cord_pos.h include/ec.h
|
||
HEADERS = $(dist_noinst_HEADERS) $(include_HEADERS) \
|
||
$(pkginclude_HEADERS)
|
||
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
|
||
distclean-recursive maintainer-clean-recursive
|
||
am__recursive_targets = \
|
||
$(RECURSIVE_TARGETS) \
|
||
$(RECURSIVE_CLEAN_TARGETS) \
|
||
$(am__extra_recursive_targets)
|
||
AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
|
||
cscope check recheck distdir dist dist-all distcheck
|
||
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
|
||
# Read a list of newline-separated strings from the standard input,
|
||
# and print each of them once, without duplicates. Input order is
|
||
# *not* preserved.
|
||
am__uniquify_input = $(AWK) '\
|
||
BEGIN { nonempty = 0; } \
|
||
{ items[$$0] = 1; nonempty = 1; } \
|
||
END { if (nonempty) { for (i in items) print i; }; } \
|
||
'
|
||
# Make sure the list of sources is unique. This is necessary because,
|
||
# e.g., the same source file might be shared among _SOURCES variables
|
||
# for different programs/libraries.
|
||
am__define_uniq_tagged_files = \
|
||
list='$(am__tagged_files)'; \
|
||
unique=`for i in $$list; do \
|
||
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
||
done | $(am__uniquify_input)`
|
||
ETAGS = etags
|
||
CTAGS = ctags
|
||
CSCOPE = cscope
|
||
am__tty_colors_dummy = \
|
||
mgn= red= grn= lgn= blu= brg= std=; \
|
||
am__color_tests=no
|
||
am__tty_colors = { \
|
||
$(am__tty_colors_dummy); \
|
||
if test "X$(AM_COLOR_TESTS)" = Xno; then \
|
||
am__color_tests=no; \
|
||
elif test "X$(AM_COLOR_TESTS)" = Xalways; then \
|
||
am__color_tests=yes; \
|
||
elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \
|
||
am__color_tests=yes; \
|
||
fi; \
|
||
if test $$am__color_tests = yes; then \
|
||
red='[0;31m'; \
|
||
grn='[0;32m'; \
|
||
lgn='[1;32m'; \
|
||
blu='[1;34m'; \
|
||
mgn='[0;35m'; \
|
||
brg='[1m'; \
|
||
std='[m'; \
|
||
fi; \
|
||
}
|
||
am__recheck_rx = ^[ ]*:recheck:[ ]*
|
||
am__global_test_result_rx = ^[ ]*:global-test-result:[ ]*
|
||
am__copy_in_global_log_rx = ^[ ]*:copy-in-global-log:[ ]*
|
||
# A command that, given a newline-separated list of test names on the
|
||
# standard input, print the name of the tests that are to be re-run
|
||
# upon "make recheck".
|
||
am__list_recheck_tests = $(AWK) '{ \
|
||
recheck = 1; \
|
||
while ((rc = (getline line < ($$0 ".trs"))) != 0) \
|
||
{ \
|
||
if (rc < 0) \
|
||
{ \
|
||
if ((getline line2 < ($$0 ".log")) < 0) \
|
||
recheck = 0; \
|
||
break; \
|
||
} \
|
||
else if (line ~ /$(am__recheck_rx)[nN][Oo]/) \
|
||
{ \
|
||
recheck = 0; \
|
||
break; \
|
||
} \
|
||
else if (line ~ /$(am__recheck_rx)[yY][eE][sS]/) \
|
||
{ \
|
||
break; \
|
||
} \
|
||
}; \
|
||
if (recheck) \
|
||
print $$0; \
|
||
close ($$0 ".trs"); \
|
||
close ($$0 ".log"); \
|
||
}'
|
||
# A command that, given a newline-separated list of test names on the
|
||
# standard input, create the global log from their .trs and .log files.
|
||
am__create_global_log = $(AWK) ' \
|
||
function fatal(msg) \
|
||
{ \
|
||
print "fatal: making $@: " msg | "cat >&2"; \
|
||
exit 1; \
|
||
} \
|
||
function rst_section(header) \
|
||
{ \
|
||
print header; \
|
||
len = length(header); \
|
||
for (i = 1; i <= len; i = i + 1) \
|
||
printf "="; \
|
||
printf "\n\n"; \
|
||
} \
|
||
{ \
|
||
copy_in_global_log = 1; \
|
||
global_test_result = "RUN"; \
|
||
while ((rc = (getline line < ($$0 ".trs"))) != 0) \
|
||
{ \
|
||
if (rc < 0) \
|
||
fatal("failed to read from " $$0 ".trs"); \
|
||
if (line ~ /$(am__global_test_result_rx)/) \
|
||
{ \
|
||
sub("$(am__global_test_result_rx)", "", line); \
|
||
sub("[ ]*$$", "", line); \
|
||
global_test_result = line; \
|
||
} \
|
||
else if (line ~ /$(am__copy_in_global_log_rx)[nN][oO]/) \
|
||
copy_in_global_log = 0; \
|
||
}; \
|
||
if (copy_in_global_log) \
|
||
{ \
|
||
rst_section(global_test_result ": " $$0); \
|
||
while ((rc = (getline line < ($$0 ".log"))) != 0) \
|
||
{ \
|
||
if (rc < 0) \
|
||
fatal("failed to read from " $$0 ".log"); \
|
||
print line; \
|
||
}; \
|
||
printf "\n"; \
|
||
}; \
|
||
close ($$0 ".trs"); \
|
||
close ($$0 ".log"); \
|
||
}'
|
||
# Restructured Text title.
|
||
am__rst_title = { sed 's/.*/ & /;h;s/./=/g;p;x;s/ *$$//;p;g' && echo; }
|
||
# Solaris 10 'make', and several other traditional 'make' implementations,
|
||
# pass "-e" to $(SHELL), and POSIX 2008 even requires this. Work around it
|
||
# by disabling -e (using the XSI extension "set +e") if it's set.
|
||
am__sh_e_setup = case $$- in *e*) set +e;; esac
|
||
# Default flags passed to test drivers.
|
||
am__common_driver_flags = \
|
||
--color-tests "$$am__color_tests" \
|
||
--enable-hard-errors "$$am__enable_hard_errors" \
|
||
--expect-failure "$$am__expect_failure"
|
||
# To be inserted before the command running the test. Creates the
|
||
# directory for the log if needed. Stores in $dir the directory
|
||
# containing $f, in $tst the test, in $log the log. Executes the
|
||
# developer- defined test setup AM_TESTS_ENVIRONMENT (if any), and
|
||
# passes TESTS_ENVIRONMENT. Set up options for the wrapper that
|
||
# will run the test scripts (or their associated LOG_COMPILER, if
|
||
# thy have one).
|
||
am__check_pre = \
|
||
$(am__sh_e_setup); \
|
||
$(am__vpath_adj_setup) $(am__vpath_adj) \
|
||
$(am__tty_colors); \
|
||
srcdir=$(srcdir); export srcdir; \
|
||
case "$@" in \
|
||
*/*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;; \
|
||
*) am__odir=.;; \
|
||
esac; \
|
||
test "x$$am__odir" = x"." || test -d "$$am__odir" \
|
||
|| $(MKDIR_P) "$$am__odir" || exit $$?; \
|
||
if test -f "./$$f"; then dir=./; \
|
||
elif test -f "$$f"; then dir=; \
|
||
else dir="$(srcdir)/"; fi; \
|
||
tst=$$dir$$f; log='$@'; \
|
||
if test -n '$(DISABLE_HARD_ERRORS)'; then \
|
||
am__enable_hard_errors=no; \
|
||
else \
|
||
am__enable_hard_errors=yes; \
|
||
fi; \
|
||
case " $(XFAIL_TESTS) " in \
|
||
*[\ \ ]$$f[\ \ ]* | *[\ \ ]$$dir$$f[\ \ ]*) \
|
||
am__expect_failure=yes;; \
|
||
*) \
|
||
am__expect_failure=no;; \
|
||
esac; \
|
||
$(AM_TESTS_ENVIRONMENT) $(TESTS_ENVIRONMENT)
|
||
# A shell command to get the names of the tests scripts with any registered
|
||
# extension removed (i.e., equivalently, the names of the test logs, with
|
||
# the '.log' extension removed). The result is saved in the shell variable
|
||
# '$bases'. This honors runtime overriding of TESTS and TEST_LOGS. Sadly,
|
||
# we cannot use something simpler, involving e.g., "$(TEST_LOGS:.log=)",
|
||
# since that might cause problem with VPATH rewrites for suffix-less tests.
|
||
# See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'.
|
||
am__set_TESTS_bases = \
|
||
bases='$(TEST_LOGS)'; \
|
||
bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
|
||
bases=`echo $$bases`
|
||
RECHECK_LOGS = $(TEST_LOGS)
|
||
TEST_SUITE_LOG = test-suite.log
|
||
TEST_EXTENSIONS = .test
|
||
LOG_DRIVER = $(SHELL) $(top_srcdir)/../../test-driver
|
||
LOG_COMPILE = $(LOG_COMPILER) $(AM_LOG_FLAGS) $(LOG_FLAGS)
|
||
am__set_b = \
|
||
case '$@' in \
|
||
*/*) \
|
||
case '$*' in \
|
||
*/*) b='$*';; \
|
||
*) b=`echo '$@' | sed 's/\.log$$//'`; \
|
||
esac;; \
|
||
*) \
|
||
b='$*';; \
|
||
esac
|
||
am__test_logs1 = $(TESTS:=.log)
|
||
am__test_logs2 = $(am__test_logs1:.log=.log)
|
||
TEST_LOGS = $(am__test_logs2:.test.log=.log)
|
||
TEST_LOG_DRIVER = $(SHELL) $(top_srcdir)/../../test-driver
|
||
TEST_LOG_COMPILE = $(TEST_LOG_COMPILER) $(AM_TEST_LOG_FLAGS) \
|
||
$(TEST_LOG_FLAGS)
|
||
DIST_SUBDIRS = $(SUBDIRS)
|
||
am__DIST_COMMON = $(dist_man3_MANS) $(srcdir)/Makefile.in \
|
||
$(srcdir)/bdw-gc.pc.in $(srcdir)/cord/cord.am \
|
||
$(srcdir)/doc/doc.am $(srcdir)/include/include.am \
|
||
$(srcdir)/tests/tests.am $(top_srcdir)/../../compile \
|
||
$(top_srcdir)/../../config.guess \
|
||
$(top_srcdir)/../../config.sub $(top_srcdir)/../../depcomp \
|
||
$(top_srcdir)/../../install-sh $(top_srcdir)/../../ltmain.sh \
|
||
$(top_srcdir)/../../missing $(top_srcdir)/../../mkinstalldirs \
|
||
$(top_srcdir)/../../test-driver \
|
||
$(top_srcdir)/include/config.h.in AUTHORS ChangeLog
|
||
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
||
distdir = $(PACKAGE)-$(VERSION)
|
||
top_distdir = $(distdir)
|
||
am__remove_distdir = \
|
||
if test -d "$(distdir)"; then \
|
||
find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
|
||
&& rm -rf "$(distdir)" \
|
||
|| { sleep 5 && rm -rf "$(distdir)"; }; \
|
||
else :; fi
|
||
am__post_remove_distdir = $(am__remove_distdir)
|
||
am__relativize = \
|
||
dir0=`pwd`; \
|
||
sed_first='s,^\([^/]*\)/.*$$,\1,'; \
|
||
sed_rest='s,^[^/]*/*,,'; \
|
||
sed_last='s,^.*/\([^/]*\)$$,\1,'; \
|
||
sed_butlast='s,/*[^/]*$$,,'; \
|
||
while test -n "$$dir1"; do \
|
||
first=`echo "$$dir1" | sed -e "$$sed_first"`; \
|
||
if test "$$first" != "."; then \
|
||
if test "$$first" = ".."; then \
|
||
dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
|
||
dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
|
||
else \
|
||
first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
|
||
if test "$$first2" = "$$first"; then \
|
||
dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
|
||
else \
|
||
dir2="../$$dir2"; \
|
||
fi; \
|
||
dir0="$$dir0"/"$$first"; \
|
||
fi; \
|
||
fi; \
|
||
dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
|
||
done; \
|
||
reldir="$$dir2"
|
||
DIST_ARCHIVES = $(distdir).tar.gz
|
||
GZIP_ENV = --best
|
||
DIST_TARGETS = dist-gzip
|
||
distuninstallcheck_listfiles = find . -type f -print
|
||
am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
|
||
| sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
|
||
distcleancheck_listfiles = find . -type f -print
|
||
ACLOCAL = ${SHELL} /mnt/jenkins/workspace/release-tarball-mono/missing aclocal-1.15
|
||
AMTAR = $${TAR-tar}
|
||
AM_CFLAGS = $(WERROR_CFLAGS) -fexceptions
|
||
AM_CPPFLAGS = -I$(top_builddir)/include -I$(top_srcdir)/include \
|
||
$(ATOMIC_OPS_CFLAGS) $(am__append_1)
|
||
AM_DEFAULT_VERBOSITY = 1
|
||
AR = ar
|
||
ATOMIC_OPS_CFLAGS =
|
||
AUTOCONF = ${SHELL} /mnt/jenkins/workspace/release-tarball-mono/missing autoconf
|
||
AUTOHEADER = ${SHELL} /mnt/jenkins/workspace/release-tarball-mono/missing autoheader
|
||
AUTOMAKE = ${SHELL} /mnt/jenkins/workspace/release-tarball-mono/missing automake-1.15
|
||
AWK = mawk
|
||
CC = gcc
|
||
CCAS = gcc
|
||
CCASDEPMODE = depmode=gcc3
|
||
CCASFLAGS = -g -O2 $(DEFS)
|
||
CCDEPMODE = depmode=gcc3
|
||
CFLAGS = -Wall -Wextra -Wpedantic -Wno-long-long -g -O2 -fno-strict-aliasing $(CFLAGS_EXTRA)
|
||
CFLAGS_EXTRA =
|
||
CPP = gcc -E
|
||
CPPFLAGS =
|
||
CXX = g++
|
||
CXXCPP = g++ -E
|
||
CXXDEPMODE = depmode=gcc3
|
||
CXXFLAGS = -g -O2 $(CFLAGS_EXTRA)
|
||
CXXLIBS =
|
||
CYGPATH_W = echo
|
||
DEFS = -DHAVE_CONFIG_H
|
||
DEPDIR = .deps
|
||
DLLTOOL = false
|
||
DSYMUTIL =
|
||
DUMPBIN =
|
||
ECHO_C =
|
||
ECHO_N = -n
|
||
ECHO_T =
|
||
EGREP = /bin/grep -E
|
||
EXEEXT =
|
||
EXTRA_TEST_LIBS =
|
||
FGREP = /bin/grep -F
|
||
GC_CFLAGS = -fexceptions
|
||
GC_VERSION =
|
||
GREP = /bin/grep
|
||
INSTALL = /usr/bin/install -c
|
||
INSTALL_DATA = ${INSTALL} -m 644
|
||
INSTALL_PROGRAM = ${INSTALL}
|
||
INSTALL_SCRIPT = ${INSTALL}
|
||
INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
|
||
LD = /usr/bin/ld -m elf_x86_64
|
||
LDFLAGS =
|
||
LIBOBJS =
|
||
LIBS =
|
||
LIBTOOL = $(SHELL) $(top_builddir)/libtool
|
||
LIPO =
|
||
LN_S = ln -s
|
||
LTLIBOBJS =
|
||
LT_SYS_LIBRARY_PATH =
|
||
MAINT =
|
||
MAKEINFO = ${SHELL} /mnt/jenkins/workspace/release-tarball-mono/missing makeinfo
|
||
MANIFEST_TOOL = :
|
||
MKDIR_P = /bin/mkdir -p
|
||
NM = /usr/bin/nm -B
|
||
NMEDIT =
|
||
OBJDUMP = objdump
|
||
OBJEXT = o
|
||
OTOOL =
|
||
OTOOL64 =
|
||
PACKAGE = gc
|
||
PACKAGE_BUGREPORT = https://github.com/ivmai/bdwgc/issues
|
||
PACKAGE_NAME = gc
|
||
PACKAGE_STRING = gc 7.7.0
|
||
PACKAGE_TARNAME = gc
|
||
PACKAGE_URL =
|
||
PACKAGE_VERSION = 7.7.0
|
||
PATH_SEPARATOR = :
|
||
RANLIB = ranlib
|
||
SED = /bin/sed
|
||
SET_MAKE =
|
||
SHELL = /bin/bash
|
||
STRIP = strip
|
||
THREADDLLIBS = -lpthread -ldl
|
||
UNWINDLIBS =
|
||
VERSION = 7.7.0
|
||
WERROR_CFLAGS =
|
||
abs_builddir = /mnt/jenkins/workspace/release-tarball-mono/external/bdwgc
|
||
abs_srcdir = /mnt/jenkins/workspace/release-tarball-mono/external/bdwgc
|
||
abs_top_builddir = /mnt/jenkins/workspace/release-tarball-mono/external/bdwgc
|
||
abs_top_srcdir = /mnt/jenkins/workspace/release-tarball-mono/external/bdwgc
|
||
ac_ct_AR = ar
|
||
ac_ct_CC = gcc
|
||
ac_ct_CXX = g++
|
||
ac_ct_DUMPBIN =
|
||
addlibs =
|
||
addobjs =
|
||
am__include = include
|
||
am__leading_dot = .
|
||
am__quote =
|
||
am__tar = $${TAR-tar} chof - "$$tardir"
|
||
am__untar = $${TAR-tar} xf -
|
||
bindir = ${exec_prefix}/bin
|
||
build = x86_64-pc-linux-gnu
|
||
build_alias =
|
||
build_cpu = x86_64
|
||
build_os = linux-gnu
|
||
build_vendor = pc
|
||
builddir = .
|
||
datadir = ${datarootdir}
|
||
datarootdir = ${prefix}/share
|
||
docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
|
||
dvidir = ${docdir}
|
||
exec_prefix = ${prefix}
|
||
extra_ldflags_libgc =
|
||
host = x86_64-pc-linux-gnu
|
||
host_alias =
|
||
host_cpu = x86_64
|
||
host_os = linux-gnu
|
||
host_vendor = pc
|
||
htmldir = ${docdir}
|
||
includedir = ${prefix}/include
|
||
infodir = ${datarootdir}/info
|
||
install_sh = ${SHELL} /mnt/jenkins/workspace/release-tarball-mono/install-sh
|
||
libdir = ${exec_prefix}/lib
|
||
libexecdir = ${exec_prefix}/libexec
|
||
localedir = ${datarootdir}/locale
|
||
localstatedir = ${prefix}/var
|
||
mandir = ${datarootdir}/man
|
||
mkdir_p = $(MKDIR_P)
|
||
oldincludedir = /usr/include
|
||
pdfdir = ${docdir}
|
||
prefix = /usr/local
|
||
program_transform_name = s,x,x,
|
||
psdir = ${docdir}
|
||
runstatedir = ${localstatedir}/run
|
||
sbindir = ${exec_prefix}/sbin
|
||
sharedstatedir = ${prefix}/com
|
||
srcdir = .
|
||
subdirs =
|
||
sysconfdir = ${prefix}/etc
|
||
target = x86_64-pc-linux-gnu
|
||
target_alias =
|
||
target_all = libgc.la
|
||
target_cpu = x86_64
|
||
target_os = linux-gnu
|
||
target_vendor = pc
|
||
top_build_prefix =
|
||
top_builddir = .
|
||
top_srcdir = .
|
||
|
||
# Info (current:revision:age) for the Libtool versioning system.
|
||
# These numbers should be updated at most once just before the release,
|
||
# and, optionally, at most once during the development (after the release).
|
||
LIBGC_VER_INFO = 5:0:4
|
||
LIBGCCPP_VER_INFO = 4:0:3
|
||
|
||
# We currently use the source files directly from libatomic_ops, if we
|
||
# use the internal version. This is done since libatomic_ops doesn't
|
||
# use libtool, since it has no real use for it. But that seems to make
|
||
# it hard to use either the resulting object files or libraries.
|
||
# Thus there seems to be no real reason to recursively build in the
|
||
# libatomic_ops directory.
|
||
# if USE_INTERNAL_LIBATOMICS_OPS
|
||
# SUBDIRS = @maybe_libatomic_ops@
|
||
# else
|
||
# SUBDIRS =
|
||
# endif
|
||
SUBDIRS =
|
||
ACLOCAL_AMFLAGS = -I m4
|
||
|
||
# Initialize variables so that we can declare files locally.
|
||
|
||
# FIXME: If Visual C++ users use Makefile.am, this should go into
|
||
# pkginclude_HEADERS with proper AM_CONDITIONALization. Otherwise
|
||
# delete this comment.
|
||
|
||
# headers which are not installed
|
||
# (see include/include.am for more)
|
||
#
|
||
|
||
# documentation which is not installed
|
||
#
|
||
|
||
# other makefiles
|
||
# :GOTCHA: deliberately we do not include 'Makefile'
|
||
|
||
# files used by makefiles other than Makefile.am
|
||
#
|
||
EXTRA_DIST = $(am__append_3) gc_cpp.cpp README.QUICK BCC_MAKEFILE \
|
||
NT_MAKEFILE OS2_MAKEFILE PCR-Makefile digimars.mak \
|
||
Makefile.direct SMakefile.amiga WCC_MAKEFILE autogen.sh \
|
||
CMakeLists.txt tests/CMakeLists.txt tools/if_mach.c \
|
||
tools/if_not_there.c tools/setjmp_t.c tools/threadlibs.c \
|
||
gc.mak extra/MacOS.c extra/AmigaOS.c \
|
||
extra/symbian/global_end.cpp extra/symbian/global_start.cpp \
|
||
extra/symbian/init_global_static_roots.cpp extra/symbian.cpp \
|
||
extra/pcr_interface.c extra/real_malloc.c build/s60v3/bld.inf \
|
||
build/s60v3/libgc.mmp extra/Mac_files/datastart.c \
|
||
extra/Mac_files/dataend.c extra/Mac_files/MacOS_config.h \
|
||
include/private/msvc_dbg.h extra/msvc_dbg.c tools/callprocs.sh \
|
||
cord/tests/de.c cord/tests/de_cmds.h cord/tests/de_win.c \
|
||
cord/tests/de_win.h cord/tests/de_win.rc
|
||
|
||
# C Library
|
||
# ---------
|
||
noinst_LTLIBRARIES = libgc.la libgc-static.la $(am__append_12) \
|
||
libcord.la
|
||
|
||
# unprefixed header
|
||
include_HEADERS = $(am__append_14) include/extra/gc.h
|
||
|
||
# installed headers
|
||
#
|
||
pkginclude_HEADERS = $(am__append_13) include/gc.h \
|
||
include/gc_allocator.h include/gc_backptr.h \
|
||
include/gc_config_macros.h include/gc_disclaim.h \
|
||
include/gc_gcj.h include/gc_inline.h include/gc_mark.h \
|
||
include/gc_pthread_redirects.h include/gc_tiny_fl.h \
|
||
include/gc_typed.h include/gc_version.h include/javaxfc.h \
|
||
include/leak_detector.h include/weakpointer.h include/cord.h \
|
||
include/cord_pos.h include/ec.h
|
||
|
||
# headers which are not installed
|
||
#
|
||
dist_noinst_HEADERS = include/cord.h include/cord_pos.h include/ec.h \
|
||
include/gc_alloc_ptrs.h include/new_gc_alloc.h \
|
||
include/private/darwin_semaphore.h \
|
||
include/private/darwin_stop_world.h include/private/dbg_mlc.h \
|
||
include/private/gc_atomic_ops.h include/private/gc_hdrs.h \
|
||
include/private/gc_locks.h include/private/gc_pmark.h \
|
||
include/private/gc_priv.h include/private/gcconfig.h \
|
||
include/private/msvc_dbg.h \
|
||
include/private/pthread_stop_world.h \
|
||
include/private/pthread_support.h include/private/specific.h \
|
||
include/private/thread_local_alloc.h
|
||
check_LTLIBRARIES = libstaticrootslib_test.la \
|
||
libstaticrootslib2_test.la
|
||
TESTS = cordtest$(EXEEXT) gctest$(EXEEXT) leaktest$(EXEEXT) \
|
||
middletest$(EXEEXT) smashtest$(EXEEXT) hugetest$(EXEEXT) \
|
||
realloc_test$(EXEEXT) staticrootstest$(EXEEXT) \
|
||
$(am__append_16) $(am__append_18) $(am__append_20) \
|
||
$(am__append_22)
|
||
pkgconfigdir = $(libdir)/pkgconfig
|
||
pkgconfig_DATA = bdw-gc.pc
|
||
#libgc_la_SOURCES = allchblk.c alloc.c blacklst.c \
|
||
# dbg_mlc.c dyn_load.c finalize.c \
|
||
# gc_dlopen.c gcj_mlc.c headers.c \
|
||
# mach_dep.c malloc.c mallocx.c mark.c \
|
||
# mark_rts.c misc.c new_hblk.c obj_map.c \
|
||
# os_dep.c ptr_chck.c reclaim.c specific.c \
|
||
# typd_mlc.c $(am__append_4) \
|
||
# $(am__append_5) $(am__append_6) \
|
||
# $(am__append_7) $(am__append_8) \
|
||
# $(am__append_9) $(am__append_10) \
|
||
# $(am__append_11)
|
||
libgc_la_SOURCES = extra/gc.c $(am__append_2) \
|
||
$(am__append_4) $(am__append_5) \
|
||
$(am__append_6) $(am__append_7) \
|
||
$(am__append_8) $(am__append_9) \
|
||
$(am__append_10) $(am__append_11)
|
||
|
||
# End of !SINGLE_GC_OBJ
|
||
libgc_static_la_SOURCES = $(libgc_la_SOURCES)
|
||
#nodist_libgc_la_SOURCES = libatomic_ops/src/atomic_ops_sysdeps.S
|
||
#nodist_libgc_la_SOURCES = libatomic_ops/src/atomic_ops.c
|
||
nodist_libgc_static_la_SOURCES = $(nodist_libgc_la_SOURCES)
|
||
|
||
# Include THREADDLLIBS here to ensure that the correct versions of
|
||
# linuxthread semaphore functions get linked:
|
||
libgc_la_LIBADD = $(THREADDLLIBS) $(UNWINDLIBS) $(ATOMIC_OPS_LIBS)
|
||
libgc_la_DEPENDENCIES =
|
||
libgc_la_LDFLAGS = $(extra_ldflags_libgc) -version-info $(LIBGC_VER_INFO) \
|
||
-no-undefined
|
||
|
||
EXTRA_libgc_la_SOURCES = ia64_save_regs_in_stack.s sparc_mach_dep.S \
|
||
sparc_netbsd_mach_dep.s sparc_sunos4_mach_dep.s
|
||
|
||
libgc_static_la_LIBADD = $(libgc_la_LIBADD)
|
||
libgc_static_la_DEPENDENCIES = $(libgc_la_DEPENDENCIES)
|
||
libgc_static_la_LDFLAGS = -static
|
||
EXTRA_libgc_static_la_SOURCES = $(EXTRA_libgc_la_SOURCES)
|
||
#libgccpp_la_SOURCES = gc_cpp.cc
|
||
#libgccpp_la_LIBADD = ./libgc.la
|
||
#libgccpp_la_LDFLAGS = -version-info $(LIBGCCPP_VER_INFO) -no-undefined
|
||
|
||
# Misc
|
||
# ----
|
||
AM_CXXFLAGS = -fexceptions
|
||
ASM_CPP_OPTIONS = -Wp,-P -x assembler-with-cpp
|
||
|
||
#all_objs = $(libgc_la_OBJECTS)
|
||
#$(all_objs) : include/private/gcconfig.h include/private/gc_priv.h \
|
||
#include/private/gc_hdrs.h include/gc.h include/gc_gcj.h \
|
||
#include/gc_pthread_redirects.h include/gc_config_macros.h \
|
||
#include/private/thread_local_alloc.h include/private_support.h \
|
||
#include/private/pthread_stop_world.h \
|
||
#include/gc_mark.h @addincludes@
|
||
#ASM_CPP_OPTIONS =
|
||
|
||
# Info (current:revision:age) for the Libtool versioning system.
|
||
# These numbers should be updated at most once just before the release,
|
||
# and, optionally, at most once during the development (after the release).
|
||
LIBCORD_VER_INFO = 4:0:3
|
||
libcord_la_LIBADD = $(top_builddir)/libgc.la
|
||
libcord_la_LDFLAGS = -version-info $(LIBCORD_VER_INFO) -no-undefined
|
||
libcord_la_CPPFLAGS = $(AM_CPPFLAGS)
|
||
libcord_la_SOURCES = \
|
||
cord/cordbscs.c \
|
||
cord/cordprnt.c \
|
||
cord/cordxtra.c
|
||
|
||
cordtest_SOURCES = cord/tests/cordtest.c
|
||
cordtest_LDADD = $(top_builddir)/libgc.la $(top_builddir)/libcord.la
|
||
|
||
# Common libs to _LDADD for all tests.
|
||
test_ldadd = $(top_builddir)/libgc.la $(EXTRA_TEST_LIBS)
|
||
gctest_SOURCES = tests/test.c
|
||
gctest_LDADD = $(test_ldadd) $(am__append_15)
|
||
gctest_DEPENDENCIES = $(top_builddir)/libgc.la
|
||
leaktest_SOURCES = tests/leak_test.c
|
||
leaktest_LDADD = $(test_ldadd)
|
||
middletest_SOURCES = tests/middle.c
|
||
middletest_LDADD = $(test_ldadd)
|
||
smashtest_SOURCES = tests/smash_test.c
|
||
smashtest_LDADD = $(test_ldadd)
|
||
hugetest_SOURCES = tests/huge_test.c
|
||
hugetest_LDADD = $(test_ldadd)
|
||
realloc_test_SOURCES = tests/realloc_test.c
|
||
realloc_test_LDADD = $(test_ldadd)
|
||
staticrootstest_SOURCES = tests/staticrootstest.c
|
||
staticrootstest_CFLAGS = -DSTATICROOTSLIB2
|
||
staticrootstest_LDADD = $(test_ldadd) libstaticrootslib_test.la \
|
||
libstaticrootslib2_test.la
|
||
|
||
libstaticrootslib_test_la_SOURCES = tests/staticrootslib.c
|
||
libstaticrootslib_test_la_LIBADD = $(test_ldadd)
|
||
libstaticrootslib_test_la_LDFLAGS = -no-undefined -rpath /nowhere
|
||
libstaticrootslib_test_la_DEPENDENCIES = $(top_builddir)/libgc.la
|
||
libstaticrootslib2_test_la_SOURCES = tests/staticrootslib.c
|
||
libstaticrootslib2_test_la_LIBADD = $(test_ldadd)
|
||
libstaticrootslib2_test_la_CFLAGS = -DSTATICROOTSLIB2
|
||
libstaticrootslib2_test_la_LDFLAGS = -no-undefined -rpath /nowhere
|
||
#tracetest_SOURCES = tests/trace_test.c
|
||
#tracetest_LDADD = $(test_ldadd)
|
||
test_atomic_ops_SOURCES = tests/test_atomic_ops.c
|
||
# Really should need only $(ATOMIC_OPS_LIBS)
|
||
test_atomic_ops_LDADD = $(test_ldadd) $(THREADDLLIBS)
|
||
threadleaktest_SOURCES = tests/thread_leak_test.c
|
||
threadleaktest_LDADD = $(test_ldadd) $(THREADDLLIBS)
|
||
threadkey_test_SOURCES = tests/threadkey_test.c
|
||
threadkey_test_LDADD = $(test_ldadd) $(THREADDLLIBS)
|
||
subthreadcreate_test_SOURCES = tests/subthread_create.c
|
||
subthreadcreate_test_LDADD = $(test_ldadd) $(THREADDLLIBS)
|
||
initsecondarythread_test_SOURCES = tests/initsecondarythread.c
|
||
initsecondarythread_test_LDADD = $(test_ldadd) $(THREADDLLIBS)
|
||
#test_cpp_SOURCES = tests/test_cpp.cc
|
||
#test_cpp_LDADD = libgccpp.la $(test_ldadd) $(CXXLIBS)
|
||
##test_cpp_LDADD = gc_cpp.o $(test_ldadd) $(CXXLIBS)
|
||
disclaim_test_SOURCES = tests/disclaim_test.c
|
||
disclaim_test_LDADD = $(test_ldadd) \
|
||
$(am__append_24)
|
||
disclaim_bench_SOURCES = tests/disclaim_bench.c
|
||
disclaim_bench_LDADD = $(test_ldadd)
|
||
|
||
# installed documentation
|
||
dist_doc_DATA = \
|
||
AUTHORS \
|
||
README.md \
|
||
doc/README.DGUX386 \
|
||
doc/README.Mac \
|
||
doc/README.OS2 \
|
||
doc/README.amiga \
|
||
doc/README.arm.cross \
|
||
doc/README.autoconf \
|
||
doc/README.cmake \
|
||
doc/README.cords \
|
||
doc/README.darwin \
|
||
doc/README.environment \
|
||
doc/README.ews4800 \
|
||
doc/README.hp \
|
||
doc/README.linux \
|
||
doc/README.macros \
|
||
doc/README.rs6000 \
|
||
doc/README.sgi \
|
||
doc/README.solaris2 \
|
||
doc/README.symbian \
|
||
doc/README.uts \
|
||
doc/README.win32 \
|
||
doc/README.win64 \
|
||
doc/debugging.md \
|
||
doc/finalization.md \
|
||
doc/gcdescr.md \
|
||
doc/gcinterface.md \
|
||
doc/leak.md \
|
||
doc/overview.md \
|
||
doc/porting.md \
|
||
doc/scale.md \
|
||
doc/simple_example.md \
|
||
doc/tree.md
|
||
|
||
dist_man3_MANS = doc/gc.man
|
||
all: all-recursive
|
||
|
||
.SUFFIXES:
|
||
.SUFFIXES: .S .c .cc .lo .log .o .obj .s .test .test$(EXEEXT) .trs
|
||
am--refresh: Makefile
|
||
@:
|
||
$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(srcdir)/include/include.am $(srcdir)/cord/cord.am $(srcdir)/tests/tests.am $(srcdir)/doc/doc.am $(am__configure_deps)
|
||
@for dep in $?; do \
|
||
case '$(am__configure_deps)' in \
|
||
*$$dep*) \
|
||
echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
|
||
$(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
|
||
&& exit 0; \
|
||
exit 1;; \
|
||
esac; \
|
||
done; \
|
||
echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
|
||
$(am__cd) $(top_srcdir) && \
|
||
$(AUTOMAKE) --foreign Makefile
|
||
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
||
@case '$?' in \
|
||
*config.status*) \
|
||
echo ' $(SHELL) ./config.status'; \
|
||
$(SHELL) ./config.status;; \
|
||
*) \
|
||
echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
|
||
cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
|
||
esac;
|
||
$(srcdir)/include/include.am $(srcdir)/cord/cord.am $(srcdir)/tests/tests.am $(srcdir)/doc/doc.am $(am__empty):
|
||
|
||
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
|
||
$(SHELL) ./config.status --recheck
|
||
|
||
$(top_srcdir)/configure: $(am__configure_deps)
|
||
$(am__cd) $(srcdir) && $(AUTOCONF)
|
||
$(ACLOCAL_M4): $(am__aclocal_m4_deps)
|
||
$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
|
||
$(am__aclocal_m4_deps):
|
||
|
||
include/config.h: include/stamp-h1
|
||
@test -f $@ || rm -f include/stamp-h1
|
||
@test -f $@ || $(MAKE) $(AM_MAKEFLAGS) include/stamp-h1
|
||
|
||
include/stamp-h1: $(top_srcdir)/include/config.h.in $(top_builddir)/config.status
|
||
@rm -f include/stamp-h1
|
||
cd $(top_builddir) && $(SHELL) ./config.status include/config.h
|
||
$(top_srcdir)/include/config.h.in: $(am__configure_deps)
|
||
($(am__cd) $(top_srcdir) && $(AUTOHEADER))
|
||
rm -f include/stamp-h1
|
||
touch $@
|
||
|
||
distclean-hdr:
|
||
-rm -f include/config.h include/stamp-h1
|
||
bdw-gc.pc: $(top_builddir)/config.status $(srcdir)/bdw-gc.pc.in
|
||
cd $(top_builddir) && $(SHELL) ./config.status $@
|
||
|
||
clean-checkLTLIBRARIES:
|
||
-test -z "$(check_LTLIBRARIES)" || rm -f $(check_LTLIBRARIES)
|
||
@list='$(check_LTLIBRARIES)'; \
|
||
locs=`for p in $$list; do echo $$p; done | \
|
||
sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
|
||
sort -u`; \
|
||
test -z "$$locs" || { \
|
||
echo rm -f $${locs}; \
|
||
rm -f $${locs}; \
|
||
}
|
||
|
||
clean-noinstLTLIBRARIES:
|
||
-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
|
||
@list='$(noinst_LTLIBRARIES)'; \
|
||
locs=`for p in $$list; do echo $$p; done | \
|
||
sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
|
||
sort -u`; \
|
||
test -z "$$locs" || { \
|
||
echo rm -f $${locs}; \
|
||
rm -f $${locs}; \
|
||
}
|
||
cord/$(am__dirstamp):
|
||
@$(MKDIR_P) cord
|
||
@: > cord/$(am__dirstamp)
|
||
cord/$(DEPDIR)/$(am__dirstamp):
|
||
@$(MKDIR_P) cord/$(DEPDIR)
|
||
@: > cord/$(DEPDIR)/$(am__dirstamp)
|
||
cord/libcord_la-cordbscs.lo: cord/$(am__dirstamp) \
|
||
cord/$(DEPDIR)/$(am__dirstamp)
|
||
cord/libcord_la-cordprnt.lo: cord/$(am__dirstamp) \
|
||
cord/$(DEPDIR)/$(am__dirstamp)
|
||
cord/libcord_la-cordxtra.lo: cord/$(am__dirstamp) \
|
||
cord/$(DEPDIR)/$(am__dirstamp)
|
||
|
||
libcord.la: $(libcord_la_OBJECTS) $(libcord_la_DEPENDENCIES) $(EXTRA_libcord_la_DEPENDENCIES)
|
||
$(AM_V_CCLD)$(libcord_la_LINK) $(libcord_la_OBJECTS) $(libcord_la_LIBADD) $(LIBS)
|
||
extra/$(am__dirstamp):
|
||
@$(MKDIR_P) extra
|
||
@: > extra/$(am__dirstamp)
|
||
extra/$(DEPDIR)/$(am__dirstamp):
|
||
@$(MKDIR_P) extra/$(DEPDIR)
|
||
@: > extra/$(DEPDIR)/$(am__dirstamp)
|
||
extra/gc.lo: extra/$(am__dirstamp) extra/$(DEPDIR)/$(am__dirstamp)
|
||
libatomic_ops/src/$(am__dirstamp):
|
||
@$(MKDIR_P) libatomic_ops/src
|
||
@: > libatomic_ops/src/$(am__dirstamp)
|
||
libatomic_ops/src/$(DEPDIR)/$(am__dirstamp):
|
||
@$(MKDIR_P) libatomic_ops/src/$(DEPDIR)
|
||
@: > libatomic_ops/src/$(DEPDIR)/$(am__dirstamp)
|
||
libatomic_ops/src/atomic_ops_sysdeps.lo: \
|
||
libatomic_ops/src/$(am__dirstamp) \
|
||
libatomic_ops/src/$(DEPDIR)/$(am__dirstamp)
|
||
libatomic_ops/src/atomic_ops.lo: libatomic_ops/src/$(am__dirstamp) \
|
||
libatomic_ops/src/$(DEPDIR)/$(am__dirstamp)
|
||
|
||
libgc-static.la: $(libgc_static_la_OBJECTS) $(libgc_static_la_DEPENDENCIES) $(EXTRA_libgc_static_la_DEPENDENCIES)
|
||
$(AM_V_CCLD)$(libgc_static_la_LINK) $(libgc_static_la_OBJECTS) $(libgc_static_la_LIBADD) $(LIBS)
|
||
|
||
libgc.la: $(libgc_la_OBJECTS) $(libgc_la_DEPENDENCIES) $(EXTRA_libgc_la_DEPENDENCIES)
|
||
$(AM_V_CCLD)$(libgc_la_LINK) $(libgc_la_OBJECTS) $(libgc_la_LIBADD) $(LIBS)
|
||
|
||
libgccpp.la: $(libgccpp_la_OBJECTS) $(libgccpp_la_DEPENDENCIES) $(EXTRA_libgccpp_la_DEPENDENCIES)
|
||
$(AM_V_CXXLD)$(libgccpp_la_LINK) $(am_libgccpp_la_rpath) $(libgccpp_la_OBJECTS) $(libgccpp_la_LIBADD) $(LIBS)
|
||
tests/$(am__dirstamp):
|
||
@$(MKDIR_P) tests
|
||
@: > tests/$(am__dirstamp)
|
||
tests/$(DEPDIR)/$(am__dirstamp):
|
||
@$(MKDIR_P) tests/$(DEPDIR)
|
||
@: > tests/$(DEPDIR)/$(am__dirstamp)
|
||
tests/libstaticrootslib2_test_la-staticrootslib.lo: \
|
||
tests/$(am__dirstamp) tests/$(DEPDIR)/$(am__dirstamp)
|
||
|
||
libstaticrootslib2_test.la: $(libstaticrootslib2_test_la_OBJECTS) $(libstaticrootslib2_test_la_DEPENDENCIES) $(EXTRA_libstaticrootslib2_test_la_DEPENDENCIES)
|
||
$(AM_V_CCLD)$(libstaticrootslib2_test_la_LINK) $(libstaticrootslib2_test_la_OBJECTS) $(libstaticrootslib2_test_la_LIBADD) $(LIBS)
|
||
tests/staticrootslib.lo: tests/$(am__dirstamp) \
|
||
tests/$(DEPDIR)/$(am__dirstamp)
|
||
|
||
libstaticrootslib_test.la: $(libstaticrootslib_test_la_OBJECTS) $(libstaticrootslib_test_la_DEPENDENCIES) $(EXTRA_libstaticrootslib_test_la_DEPENDENCIES)
|
||
$(AM_V_CCLD)$(libstaticrootslib_test_la_LINK) $(libstaticrootslib_test_la_OBJECTS) $(libstaticrootslib_test_la_LIBADD) $(LIBS)
|
||
|
||
clean-checkPROGRAMS:
|
||
@list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \
|
||
echo " rm -f" $$list; \
|
||
rm -f $$list || exit $$?; \
|
||
test -n "$(EXEEXT)" || exit 0; \
|
||
list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
|
||
echo " rm -f" $$list; \
|
||
rm -f $$list
|
||
cord/tests/$(am__dirstamp):
|
||
@$(MKDIR_P) cord/tests
|
||
@: > cord/tests/$(am__dirstamp)
|
||
cord/tests/$(DEPDIR)/$(am__dirstamp):
|
||
@$(MKDIR_P) cord/tests/$(DEPDIR)
|
||
@: > cord/tests/$(DEPDIR)/$(am__dirstamp)
|
||
cord/tests/cordtest.$(OBJEXT): cord/tests/$(am__dirstamp) \
|
||
cord/tests/$(DEPDIR)/$(am__dirstamp)
|
||
|
||
cordtest$(EXEEXT): $(cordtest_OBJECTS) $(cordtest_DEPENDENCIES) $(EXTRA_cordtest_DEPENDENCIES)
|
||
@rm -f cordtest$(EXEEXT)
|
||
$(AM_V_CCLD)$(LINK) $(cordtest_OBJECTS) $(cordtest_LDADD) $(LIBS)
|
||
tests/disclaim_bench.$(OBJEXT): tests/$(am__dirstamp) \
|
||
tests/$(DEPDIR)/$(am__dirstamp)
|
||
|
||
disclaim_bench$(EXEEXT): $(disclaim_bench_OBJECTS) $(disclaim_bench_DEPENDENCIES) $(EXTRA_disclaim_bench_DEPENDENCIES)
|
||
@rm -f disclaim_bench$(EXEEXT)
|
||
$(AM_V_CCLD)$(LINK) $(disclaim_bench_OBJECTS) $(disclaim_bench_LDADD) $(LIBS)
|
||
tests/disclaim_test.$(OBJEXT): tests/$(am__dirstamp) \
|
||
tests/$(DEPDIR)/$(am__dirstamp)
|
||
|
||
disclaim_test$(EXEEXT): $(disclaim_test_OBJECTS) $(disclaim_test_DEPENDENCIES) $(EXTRA_disclaim_test_DEPENDENCIES)
|
||
@rm -f disclaim_test$(EXEEXT)
|
||
$(AM_V_CCLD)$(LINK) $(disclaim_test_OBJECTS) $(disclaim_test_LDADD) $(LIBS)
|
||
tests/test.$(OBJEXT): tests/$(am__dirstamp) \
|
||
tests/$(DEPDIR)/$(am__dirstamp)
|
||
|
||
gctest$(EXEEXT): $(gctest_OBJECTS) $(gctest_DEPENDENCIES) $(EXTRA_gctest_DEPENDENCIES)
|
||
@rm -f gctest$(EXEEXT)
|
||
$(AM_V_CCLD)$(LINK) $(gctest_OBJECTS) $(gctest_LDADD) $(LIBS)
|
||
tests/huge_test.$(OBJEXT): tests/$(am__dirstamp) \
|
||
tests/$(DEPDIR)/$(am__dirstamp)
|
||
|
||
hugetest$(EXEEXT): $(hugetest_OBJECTS) $(hugetest_DEPENDENCIES) $(EXTRA_hugetest_DEPENDENCIES)
|
||
@rm -f hugetest$(EXEEXT)
|
||
$(AM_V_CCLD)$(LINK) $(hugetest_OBJECTS) $(hugetest_LDADD) $(LIBS)
|
||
tests/initsecondarythread.$(OBJEXT): tests/$(am__dirstamp) \
|
||
tests/$(DEPDIR)/$(am__dirstamp)
|
||
|
||
initsecondarythread_test$(EXEEXT): $(initsecondarythread_test_OBJECTS) $(initsecondarythread_test_DEPENDENCIES) $(EXTRA_initsecondarythread_test_DEPENDENCIES)
|
||
@rm -f initsecondarythread_test$(EXEEXT)
|
||
$(AM_V_CCLD)$(LINK) $(initsecondarythread_test_OBJECTS) $(initsecondarythread_test_LDADD) $(LIBS)
|
||
tests/leak_test.$(OBJEXT): tests/$(am__dirstamp) \
|
||
tests/$(DEPDIR)/$(am__dirstamp)
|
||
|
||
leaktest$(EXEEXT): $(leaktest_OBJECTS) $(leaktest_DEPENDENCIES) $(EXTRA_leaktest_DEPENDENCIES)
|
||
@rm -f leaktest$(EXEEXT)
|
||
$(AM_V_CCLD)$(LINK) $(leaktest_OBJECTS) $(leaktest_LDADD) $(LIBS)
|
||
tests/middle.$(OBJEXT): tests/$(am__dirstamp) \
|
||
tests/$(DEPDIR)/$(am__dirstamp)
|
||
|
||
middletest$(EXEEXT): $(middletest_OBJECTS) $(middletest_DEPENDENCIES) $(EXTRA_middletest_DEPENDENCIES)
|
||
@rm -f middletest$(EXEEXT)
|
||
$(AM_V_CCLD)$(LINK) $(middletest_OBJECTS) $(middletest_LDADD) $(LIBS)
|
||
tests/realloc_test.$(OBJEXT): tests/$(am__dirstamp) \
|
||
tests/$(DEPDIR)/$(am__dirstamp)
|
||
|
||
realloc_test$(EXEEXT): $(realloc_test_OBJECTS) $(realloc_test_DEPENDENCIES) $(EXTRA_realloc_test_DEPENDENCIES)
|
||
@rm -f realloc_test$(EXEEXT)
|
||
$(AM_V_CCLD)$(LINK) $(realloc_test_OBJECTS) $(realloc_test_LDADD) $(LIBS)
|
||
tests/smash_test.$(OBJEXT): tests/$(am__dirstamp) \
|
||
tests/$(DEPDIR)/$(am__dirstamp)
|
||
|
||
smashtest$(EXEEXT): $(smashtest_OBJECTS) $(smashtest_DEPENDENCIES) $(EXTRA_smashtest_DEPENDENCIES)
|
||
@rm -f smashtest$(EXEEXT)
|
||
$(AM_V_CCLD)$(LINK) $(smashtest_OBJECTS) $(smashtest_LDADD) $(LIBS)
|
||
tests/staticrootstest-staticrootstest.$(OBJEXT): \
|
||
tests/$(am__dirstamp) tests/$(DEPDIR)/$(am__dirstamp)
|
||
|
||
staticrootstest$(EXEEXT): $(staticrootstest_OBJECTS) $(staticrootstest_DEPENDENCIES) $(EXTRA_staticrootstest_DEPENDENCIES)
|
||
@rm -f staticrootstest$(EXEEXT)
|
||
$(AM_V_CCLD)$(staticrootstest_LINK) $(staticrootstest_OBJECTS) $(staticrootstest_LDADD) $(LIBS)
|
||
tests/subthread_create.$(OBJEXT): tests/$(am__dirstamp) \
|
||
tests/$(DEPDIR)/$(am__dirstamp)
|
||
|
||
subthreadcreate_test$(EXEEXT): $(subthreadcreate_test_OBJECTS) $(subthreadcreate_test_DEPENDENCIES) $(EXTRA_subthreadcreate_test_DEPENDENCIES)
|
||
@rm -f subthreadcreate_test$(EXEEXT)
|
||
$(AM_V_CCLD)$(LINK) $(subthreadcreate_test_OBJECTS) $(subthreadcreate_test_LDADD) $(LIBS)
|
||
tests/test_atomic_ops.$(OBJEXT): tests/$(am__dirstamp) \
|
||
tests/$(DEPDIR)/$(am__dirstamp)
|
||
|
||
test_atomic_ops$(EXEEXT): $(test_atomic_ops_OBJECTS) $(test_atomic_ops_DEPENDENCIES) $(EXTRA_test_atomic_ops_DEPENDENCIES)
|
||
@rm -f test_atomic_ops$(EXEEXT)
|
||
$(AM_V_CCLD)$(LINK) $(test_atomic_ops_OBJECTS) $(test_atomic_ops_LDADD) $(LIBS)
|
||
tests/test_cpp.$(OBJEXT): tests/$(am__dirstamp) \
|
||
tests/$(DEPDIR)/$(am__dirstamp)
|
||
|
||
test_cpp$(EXEEXT): $(test_cpp_OBJECTS) $(test_cpp_DEPENDENCIES) $(EXTRA_test_cpp_DEPENDENCIES)
|
||
@rm -f test_cpp$(EXEEXT)
|
||
$(AM_V_CXXLD)$(CXXLINK) $(test_cpp_OBJECTS) $(test_cpp_LDADD) $(LIBS)
|
||
tests/threadkey_test.$(OBJEXT): tests/$(am__dirstamp) \
|
||
tests/$(DEPDIR)/$(am__dirstamp)
|
||
|
||
threadkey_test$(EXEEXT): $(threadkey_test_OBJECTS) $(threadkey_test_DEPENDENCIES) $(EXTRA_threadkey_test_DEPENDENCIES)
|
||
@rm -f threadkey_test$(EXEEXT)
|
||
$(AM_V_CCLD)$(LINK) $(threadkey_test_OBJECTS) $(threadkey_test_LDADD) $(LIBS)
|
||
tests/thread_leak_test.$(OBJEXT): tests/$(am__dirstamp) \
|
||
tests/$(DEPDIR)/$(am__dirstamp)
|
||
|
||
threadleaktest$(EXEEXT): $(threadleaktest_OBJECTS) $(threadleaktest_DEPENDENCIES) $(EXTRA_threadleaktest_DEPENDENCIES)
|
||
@rm -f threadleaktest$(EXEEXT)
|
||
$(AM_V_CCLD)$(LINK) $(threadleaktest_OBJECTS) $(threadleaktest_LDADD) $(LIBS)
|
||
tests/trace_test.$(OBJEXT): tests/$(am__dirstamp) \
|
||
tests/$(DEPDIR)/$(am__dirstamp)
|
||
|
||
tracetest$(EXEEXT): $(tracetest_OBJECTS) $(tracetest_DEPENDENCIES) $(EXTRA_tracetest_DEPENDENCIES)
|
||
@rm -f tracetest$(EXEEXT)
|
||
$(AM_V_CCLD)$(LINK) $(tracetest_OBJECTS) $(tracetest_LDADD) $(LIBS)
|
||
|
||
mostlyclean-compile:
|
||
-rm -f *.$(OBJEXT)
|
||
-rm -f cord/*.$(OBJEXT)
|
||
-rm -f cord/*.lo
|
||
-rm -f cord/tests/*.$(OBJEXT)
|
||
-rm -f extra/*.$(OBJEXT)
|
||
-rm -f extra/*.lo
|
||
-rm -f libatomic_ops/src/*.$(OBJEXT)
|
||
-rm -f libatomic_ops/src/*.lo
|
||
-rm -f tests/*.$(OBJEXT)
|
||
-rm -f tests/*.lo
|
||
|
||
distclean-compile:
|
||
-rm -f *.tab.c
|
||
|
||
include ./$(DEPDIR)/allchblk.Plo
|
||
include ./$(DEPDIR)/alloc.Plo
|
||
include ./$(DEPDIR)/backgraph.Plo
|
||
include ./$(DEPDIR)/blacklst.Plo
|
||
include ./$(DEPDIR)/checksums.Plo
|
||
include ./$(DEPDIR)/darwin_stop_world.Plo
|
||
include ./$(DEPDIR)/dbg_mlc.Plo
|
||
include ./$(DEPDIR)/dyn_load.Plo
|
||
include ./$(DEPDIR)/finalize.Plo
|
||
include ./$(DEPDIR)/fnlz_mlc.Plo
|
||
include ./$(DEPDIR)/gc_cpp.Plo
|
||
include ./$(DEPDIR)/gc_dlopen.Plo
|
||
include ./$(DEPDIR)/gcj_mlc.Plo
|
||
include ./$(DEPDIR)/headers.Plo
|
||
include ./$(DEPDIR)/mach_dep.Plo
|
||
include ./$(DEPDIR)/malloc.Plo
|
||
include ./$(DEPDIR)/mallocx.Plo
|
||
include ./$(DEPDIR)/mark.Plo
|
||
include ./$(DEPDIR)/mark_rts.Plo
|
||
include ./$(DEPDIR)/misc.Plo
|
||
include ./$(DEPDIR)/new_hblk.Plo
|
||
include ./$(DEPDIR)/obj_map.Plo
|
||
include ./$(DEPDIR)/os_dep.Plo
|
||
include ./$(DEPDIR)/pthread_start.Plo
|
||
include ./$(DEPDIR)/pthread_stop_world.Plo
|
||
include ./$(DEPDIR)/pthread_support.Plo
|
||
include ./$(DEPDIR)/ptr_chck.Plo
|
||
include ./$(DEPDIR)/reclaim.Plo
|
||
include ./$(DEPDIR)/sparc_mach_dep.Plo
|
||
include ./$(DEPDIR)/specific.Plo
|
||
include ./$(DEPDIR)/thread_local_alloc.Plo
|
||
include ./$(DEPDIR)/typd_mlc.Plo
|
||
include ./$(DEPDIR)/win32_threads.Plo
|
||
include cord/$(DEPDIR)/libcord_la-cordbscs.Plo
|
||
include cord/$(DEPDIR)/libcord_la-cordprnt.Plo
|
||
include cord/$(DEPDIR)/libcord_la-cordxtra.Plo
|
||
include cord/tests/$(DEPDIR)/cordtest.Po
|
||
include extra/$(DEPDIR)/gc.Plo
|
||
include libatomic_ops/src/$(DEPDIR)/atomic_ops.Plo
|
||
include libatomic_ops/src/$(DEPDIR)/atomic_ops_sysdeps.Plo
|
||
include tests/$(DEPDIR)/disclaim_bench.Po
|
||
include tests/$(DEPDIR)/disclaim_test.Po
|
||
include tests/$(DEPDIR)/huge_test.Po
|
||
include tests/$(DEPDIR)/initsecondarythread.Po
|
||
include tests/$(DEPDIR)/leak_test.Po
|
||
include tests/$(DEPDIR)/libstaticrootslib2_test_la-staticrootslib.Plo
|
||
include tests/$(DEPDIR)/middle.Po
|
||
include tests/$(DEPDIR)/realloc_test.Po
|
||
include tests/$(DEPDIR)/smash_test.Po
|
||
include tests/$(DEPDIR)/staticrootslib.Plo
|
||
include tests/$(DEPDIR)/staticrootstest-staticrootstest.Po
|
||
include tests/$(DEPDIR)/subthread_create.Po
|
||
include tests/$(DEPDIR)/test.Po
|
||
include tests/$(DEPDIR)/test_atomic_ops.Po
|
||
include tests/$(DEPDIR)/test_cpp.Po
|
||
include tests/$(DEPDIR)/thread_leak_test.Po
|
||
include tests/$(DEPDIR)/threadkey_test.Po
|
||
include tests/$(DEPDIR)/trace_test.Po
|
||
|
||
.S.o:
|
||
$(AM_V_CPPAS)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
|
||
$(CPPASCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
|
||
$(am__mv) $$depbase.Tpo $$depbase.Po
|
||
# $(AM_V_CPPAS)source='$<' object='$@' libtool=no \
|
||
# DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) \
|
||
# $(AM_V_CPPAS_no)$(CPPASCOMPILE) -c -o $@ $<
|
||
|
||
.S.obj:
|
||
$(AM_V_CPPAS)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
|
||
$(CPPASCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
|
||
$(am__mv) $$depbase.Tpo $$depbase.Po
|
||
# $(AM_V_CPPAS)source='$<' object='$@' libtool=no \
|
||
# DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) \
|
||
# $(AM_V_CPPAS_no)$(CPPASCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
|
||
|
||
.c.o:
|
||
$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
|
||
$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
|
||
$(am__mv) $$depbase.Tpo $$depbase.Po
|
||
# $(AM_V_CC)source='$<' object='$@' libtool=no \
|
||
# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
|
||
# $(AM_V_CC_no)$(COMPILE) -c -o $@ $<
|
||
|
||
.c.obj:
|
||
$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
|
||
$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
|
||
$(am__mv) $$depbase.Tpo $$depbase.Po
|
||
# $(AM_V_CC)source='$<' object='$@' libtool=no \
|
||
# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
|
||
# $(AM_V_CC_no)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
|
||
|
||
.c.lo:
|
||
$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
|
||
$(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
|
||
$(am__mv) $$depbase.Tpo $$depbase.Plo
|
||
# $(AM_V_CC)source='$<' object='$@' libtool=yes \
|
||
# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
|
||
# $(AM_V_CC_no)$(LTCOMPILE) -c -o $@ $<
|
||
|
||
cord/libcord_la-cordbscs.lo: cord/cordbscs.c
|
||
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcord_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cord/libcord_la-cordbscs.lo -MD -MP -MF cord/$(DEPDIR)/libcord_la-cordbscs.Tpo -c -o cord/libcord_la-cordbscs.lo `test -f 'cord/cordbscs.c' || echo '$(srcdir)/'`cord/cordbscs.c
|
||
$(AM_V_at)$(am__mv) cord/$(DEPDIR)/libcord_la-cordbscs.Tpo cord/$(DEPDIR)/libcord_la-cordbscs.Plo
|
||
# $(AM_V_CC)source='cord/cordbscs.c' object='cord/libcord_la-cordbscs.lo' libtool=yes \
|
||
# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
|
||
# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcord_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cord/libcord_la-cordbscs.lo `test -f 'cord/cordbscs.c' || echo '$(srcdir)/'`cord/cordbscs.c
|
||
|
||
cord/libcord_la-cordprnt.lo: cord/cordprnt.c
|
||
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcord_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cord/libcord_la-cordprnt.lo -MD -MP -MF cord/$(DEPDIR)/libcord_la-cordprnt.Tpo -c -o cord/libcord_la-cordprnt.lo `test -f 'cord/cordprnt.c' || echo '$(srcdir)/'`cord/cordprnt.c
|
||
$(AM_V_at)$(am__mv) cord/$(DEPDIR)/libcord_la-cordprnt.Tpo cord/$(DEPDIR)/libcord_la-cordprnt.Plo
|
||
# $(AM_V_CC)source='cord/cordprnt.c' object='cord/libcord_la-cordprnt.lo' libtool=yes \
|
||
# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
|
||
# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcord_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cord/libcord_la-cordprnt.lo `test -f 'cord/cordprnt.c' || echo '$(srcdir)/'`cord/cordprnt.c
|
||
|
||
cord/libcord_la-cordxtra.lo: cord/cordxtra.c
|
||
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcord_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cord/libcord_la-cordxtra.lo -MD -MP -MF cord/$(DEPDIR)/libcord_la-cordxtra.Tpo -c -o cord/libcord_la-cordxtra.lo `test -f 'cord/cordxtra.c' || echo '$(srcdir)/'`cord/cordxtra.c
|
||
$(AM_V_at)$(am__mv) cord/$(DEPDIR)/libcord_la-cordxtra.Tpo cord/$(DEPDIR)/libcord_la-cordxtra.Plo
|
||
# $(AM_V_CC)source='cord/cordxtra.c' object='cord/libcord_la-cordxtra.lo' libtool=yes \
|
||
# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
|
||
# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcord_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cord/libcord_la-cordxtra.lo `test -f 'cord/cordxtra.c' || echo '$(srcdir)/'`cord/cordxtra.c
|
||
|
||
tests/libstaticrootslib2_test_la-staticrootslib.lo: tests/staticrootslib.c
|
||
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libstaticrootslib2_test_la_CFLAGS) $(CFLAGS) -MT tests/libstaticrootslib2_test_la-staticrootslib.lo -MD -MP -MF tests/$(DEPDIR)/libstaticrootslib2_test_la-staticrootslib.Tpo -c -o tests/libstaticrootslib2_test_la-staticrootslib.lo `test -f 'tests/staticrootslib.c' || echo '$(srcdir)/'`tests/staticrootslib.c
|
||
$(AM_V_at)$(am__mv) tests/$(DEPDIR)/libstaticrootslib2_test_la-staticrootslib.Tpo tests/$(DEPDIR)/libstaticrootslib2_test_la-staticrootslib.Plo
|
||
# $(AM_V_CC)source='tests/staticrootslib.c' object='tests/libstaticrootslib2_test_la-staticrootslib.lo' libtool=yes \
|
||
# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
|
||
# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libstaticrootslib2_test_la_CFLAGS) $(CFLAGS) -c -o tests/libstaticrootslib2_test_la-staticrootslib.lo `test -f 'tests/staticrootslib.c' || echo '$(srcdir)/'`tests/staticrootslib.c
|
||
|
||
tests/staticrootstest-staticrootstest.o: tests/staticrootstest.c
|
||
$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(staticrootstest_CFLAGS) $(CFLAGS) -MT tests/staticrootstest-staticrootstest.o -MD -MP -MF tests/$(DEPDIR)/staticrootstest-staticrootstest.Tpo -c -o tests/staticrootstest-staticrootstest.o `test -f 'tests/staticrootstest.c' || echo '$(srcdir)/'`tests/staticrootstest.c
|
||
$(AM_V_at)$(am__mv) tests/$(DEPDIR)/staticrootstest-staticrootstest.Tpo tests/$(DEPDIR)/staticrootstest-staticrootstest.Po
|
||
# $(AM_V_CC)source='tests/staticrootstest.c' object='tests/staticrootstest-staticrootstest.o' libtool=no \
|
||
# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
|
||
# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(staticrootstest_CFLAGS) $(CFLAGS) -c -o tests/staticrootstest-staticrootstest.o `test -f 'tests/staticrootstest.c' || echo '$(srcdir)/'`tests/staticrootstest.c
|
||
|
||
tests/staticrootstest-staticrootstest.obj: tests/staticrootstest.c
|
||
$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(staticrootstest_CFLAGS) $(CFLAGS) -MT tests/staticrootstest-staticrootstest.obj -MD -MP -MF tests/$(DEPDIR)/staticrootstest-staticrootstest.Tpo -c -o tests/staticrootstest-staticrootstest.obj `if test -f 'tests/staticrootstest.c'; then $(CYGPATH_W) 'tests/staticrootstest.c'; else $(CYGPATH_W) '$(srcdir)/tests/staticrootstest.c'; fi`
|
||
$(AM_V_at)$(am__mv) tests/$(DEPDIR)/staticrootstest-staticrootstest.Tpo tests/$(DEPDIR)/staticrootstest-staticrootstest.Po
|
||
# $(AM_V_CC)source='tests/staticrootstest.c' object='tests/staticrootstest-staticrootstest.obj' libtool=no \
|
||
# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
|
||
# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(staticrootstest_CFLAGS) $(CFLAGS) -c -o tests/staticrootstest-staticrootstest.obj `if test -f 'tests/staticrootstest.c'; then $(CYGPATH_W) 'tests/staticrootstest.c'; else $(CYGPATH_W) '$(srcdir)/tests/staticrootstest.c'; fi`
|
||
|
||
.cc.o:
|
||
$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
|
||
$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
|
||
$(am__mv) $$depbase.Tpo $$depbase.Po
|
||
# $(AM_V_CXX)source='$<' object='$@' libtool=no \
|
||
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
|
||
# $(AM_V_CXX_no)$(CXXCOMPILE) -c -o $@ $<
|
||
|
||
.cc.obj:
|
||
$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
|
||
$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
|
||
$(am__mv) $$depbase.Tpo $$depbase.Po
|
||
# $(AM_V_CXX)source='$<' object='$@' libtool=no \
|
||
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
|
||
# $(AM_V_CXX_no)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
|
||
|
||
.cc.lo:
|
||
$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
|
||
$(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
|
||
$(am__mv) $$depbase.Tpo $$depbase.Plo
|
||
# $(AM_V_CXX)source='$<' object='$@' libtool=yes \
|
||
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
|
||
# $(AM_V_CXX_no)$(LTCXXCOMPILE) -c -o $@ $<
|
||
|
||
.s.o:
|
||
$(AM_V_CCAS)$(CCASCOMPILE) -c -o $@ $<
|
||
|
||
.s.obj:
|
||
$(AM_V_CCAS)$(CCASCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
|
||
|
||
mostlyclean-libtool:
|
||
-rm -f *.lo
|
||
|
||
clean-libtool:
|
||
-rm -rf .libs _libs
|
||
-rm -rf cord/.libs cord/_libs
|
||
-rm -rf extra/.libs extra/_libs
|
||
-rm -rf libatomic_ops/src/.libs libatomic_ops/src/_libs
|
||
-rm -rf tests/.libs tests/_libs
|
||
|
||
distclean-libtool:
|
||
-rm -f libtool config.lt
|
||
install-man3: $(dist_man3_MANS)
|
||
@$(NORMAL_INSTALL)
|
||
@list1='$(dist_man3_MANS)'; \
|
||
list2=''; \
|
||
test -n "$(man3dir)" \
|
||
&& test -n "`echo $$list1$$list2`" \
|
||
|| exit 0; \
|
||
echo " $(MKDIR_P) '$(DESTDIR)$(man3dir)'"; \
|
||
$(MKDIR_P) "$(DESTDIR)$(man3dir)" || exit 1; \
|
||
{ for i in $$list1; do echo "$$i"; done; \
|
||
if test -n "$$list2"; then \
|
||
for i in $$list2; do echo "$$i"; done \
|
||
| sed -n '/\.3[a-z]*$$/p'; \
|
||
fi; \
|
||
} | while read p; do \
|
||
if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
|
||
echo "$$d$$p"; echo "$$p"; \
|
||
done | \
|
||
sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^3][0-9a-z]*$$,3,;x' \
|
||
-e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
|
||
sed 'N;N;s,\n, ,g' | { \
|
||
list=; while read file base inst; do \
|
||
if test "$$base" = "$$inst"; then list="$$list $$file"; else \
|
||
echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man3dir)/$$inst'"; \
|
||
$(INSTALL_DATA) "$$file" "$(DESTDIR)$(man3dir)/$$inst" || exit $$?; \
|
||
fi; \
|
||
done; \
|
||
for i in $$list; do echo "$$i"; done | $(am__base_list) | \
|
||
while read files; do \
|
||
test -z "$$files" || { \
|
||
echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man3dir)'"; \
|
||
$(INSTALL_DATA) $$files "$(DESTDIR)$(man3dir)" || exit $$?; }; \
|
||
done; }
|
||
|
||
uninstall-man3:
|
||
@$(NORMAL_UNINSTALL)
|
||
@list='$(dist_man3_MANS)'; test -n "$(man3dir)" || exit 0; \
|
||
files=`{ for i in $$list; do echo "$$i"; done; \
|
||
} | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^3][0-9a-z]*$$,3,;x' \
|
||
-e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
|
||
dir='$(DESTDIR)$(man3dir)'; $(am__uninstall_files_from_dir)
|
||
install-dist_docDATA: $(dist_doc_DATA)
|
||
@$(NORMAL_INSTALL)
|
||
@list='$(dist_doc_DATA)'; test -n "$(docdir)" || list=; \
|
||
if test -n "$$list"; then \
|
||
echo " $(MKDIR_P) '$(DESTDIR)$(docdir)'"; \
|
||
$(MKDIR_P) "$(DESTDIR)$(docdir)" || exit 1; \
|
||
fi; \
|
||
for p in $$list; do \
|
||
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
|
||
echo "$$d$$p"; \
|
||
done | $(am__base_list) | \
|
||
while read files; do \
|
||
echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(docdir)'"; \
|
||
$(INSTALL_DATA) $$files "$(DESTDIR)$(docdir)" || exit $$?; \
|
||
done
|
||
|
||
uninstall-dist_docDATA:
|
||
@$(NORMAL_UNINSTALL)
|
||
@list='$(dist_doc_DATA)'; test -n "$(docdir)" || list=; \
|
||
files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
|
||
dir='$(DESTDIR)$(docdir)'; $(am__uninstall_files_from_dir)
|
||
install-pkgconfigDATA: $(pkgconfig_DATA)
|
||
@$(NORMAL_INSTALL)
|
||
@list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
|
||
if test -n "$$list"; then \
|
||
echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfigdir)'"; \
|
||
$(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" || exit 1; \
|
||
fi; \
|
||
for p in $$list; do \
|
||
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
|
||
echo "$$d$$p"; \
|
||
done | $(am__base_list) | \
|
||
while read files; do \
|
||
echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \
|
||
$(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \
|
||
done
|
||
|
||
uninstall-pkgconfigDATA:
|
||
@$(NORMAL_UNINSTALL)
|
||
@list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
|
||
files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
|
||
dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir)
|
||
install-includeHEADERS: $(include_HEADERS)
|
||
@$(NORMAL_INSTALL)
|
||
@list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
|
||
if test -n "$$list"; then \
|
||
echo " $(MKDIR_P) '$(DESTDIR)$(includedir)'"; \
|
||
$(MKDIR_P) "$(DESTDIR)$(includedir)" || exit 1; \
|
||
fi; \
|
||
for p in $$list; do \
|
||
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
|
||
echo "$$d$$p"; \
|
||
done | $(am__base_list) | \
|
||
while read files; do \
|
||
echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(includedir)'"; \
|
||
$(INSTALL_HEADER) $$files "$(DESTDIR)$(includedir)" || exit $$?; \
|
||
done
|
||
|
||
uninstall-includeHEADERS:
|
||
@$(NORMAL_UNINSTALL)
|
||
@list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
|
||
files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
|
||
dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir)
|
||
install-pkgincludeHEADERS: $(pkginclude_HEADERS)
|
||
@$(NORMAL_INSTALL)
|
||
@list='$(pkginclude_HEADERS)'; test -n "$(pkgincludedir)" || list=; \
|
||
if test -n "$$list"; then \
|
||
echo " $(MKDIR_P) '$(DESTDIR)$(pkgincludedir)'"; \
|
||
$(MKDIR_P) "$(DESTDIR)$(pkgincludedir)" || exit 1; \
|
||
fi; \
|
||
for p in $$list; do \
|
||
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
|
||
echo "$$d$$p"; \
|
||
done | $(am__base_list) | \
|
||
while read files; do \
|
||
echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(pkgincludedir)'"; \
|
||
$(INSTALL_HEADER) $$files "$(DESTDIR)$(pkgincludedir)" || exit $$?; \
|
||
done
|
||
|
||
uninstall-pkgincludeHEADERS:
|
||
@$(NORMAL_UNINSTALL)
|
||
@list='$(pkginclude_HEADERS)'; test -n "$(pkgincludedir)" || list=; \
|
||
files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
|
||
dir='$(DESTDIR)$(pkgincludedir)'; $(am__uninstall_files_from_dir)
|
||
|
||
# This directory's subdirectories are mostly independent; you can cd
|
||
# into them and run 'make' without going through this Makefile.
|
||
# To change the values of 'make' variables: instead of editing Makefiles,
|
||
# (1) if the variable is set in 'config.status', edit 'config.status'
|
||
# (which will cause the Makefiles to be regenerated when you run 'make');
|
||
# (2) otherwise, pass the desired values on the 'make' command line.
|
||
$(am__recursive_targets):
|
||
@fail=; \
|
||
if $(am__make_keepgoing); then \
|
||
failcom='fail=yes'; \
|
||
else \
|
||
failcom='exit 1'; \
|
||
fi; \
|
||
dot_seen=no; \
|
||
target=`echo $@ | sed s/-recursive//`; \
|
||
case "$@" in \
|
||
distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
|
||
*) list='$(SUBDIRS)' ;; \
|
||
esac; \
|
||
for subdir in $$list; do \
|
||
echo "Making $$target in $$subdir"; \
|
||
if test "$$subdir" = "."; then \
|
||
dot_seen=yes; \
|
||
local_target="$$target-am"; \
|
||
else \
|
||
local_target="$$target"; \
|
||
fi; \
|
||
($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
|
||
|| eval $$failcom; \
|
||
done; \
|
||
if test "$$dot_seen" = "no"; then \
|
||
$(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
|
||
fi; test -z "$$fail"
|
||
|
||
ID: $(am__tagged_files)
|
||
$(am__define_uniq_tagged_files); mkid -fID $$unique
|
||
tags: tags-recursive
|
||
TAGS: tags
|
||
|
||
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
|
||
set x; \
|
||
here=`pwd`; \
|
||
if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
|
||
include_option=--etags-include; \
|
||
empty_fix=.; \
|
||
else \
|
||
include_option=--include; \
|
||
empty_fix=; \
|
||
fi; \
|
||
list='$(SUBDIRS)'; for subdir in $$list; do \
|
||
if test "$$subdir" = .; then :; else \
|
||
test ! -f $$subdir/TAGS || \
|
||
set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
|
||
fi; \
|
||
done; \
|
||
$(am__define_uniq_tagged_files); \
|
||
shift; \
|
||
if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
|
||
test -n "$$unique" || unique=$$empty_fix; \
|
||
if test $$# -gt 0; then \
|
||
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
|
||
"$$@" $$unique; \
|
||
else \
|
||
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
|
||
$$unique; \
|
||
fi; \
|
||
fi
|
||
ctags: ctags-recursive
|
||
|
||
CTAGS: ctags
|
||
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
|
||
$(am__define_uniq_tagged_files); \
|
||
test -z "$(CTAGS_ARGS)$$unique" \
|
||
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
|
||
$$unique
|
||
|
||
GTAGS:
|
||
here=`$(am__cd) $(top_builddir) && pwd` \
|
||
&& $(am__cd) $(top_srcdir) \
|
||
&& gtags -i $(GTAGS_ARGS) "$$here"
|
||
cscope: cscope.files
|
||
test ! -s cscope.files \
|
||
|| $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
|
||
clean-cscope:
|
||
-rm -f cscope.files
|
||
cscope.files: clean-cscope cscopelist
|
||
cscopelist: cscopelist-recursive
|
||
|
||
cscopelist-am: $(am__tagged_files)
|
||
list='$(am__tagged_files)'; \
|
||
case "$(srcdir)" in \
|
||
[\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
|
||
*) sdir=$(subdir)/$(srcdir) ;; \
|
||
esac; \
|
||
for i in $$list; do \
|
||
if test -f "$$i"; then \
|
||
echo "$(subdir)/$$i"; \
|
||
else \
|
||
echo "$$sdir/$$i"; \
|
||
fi; \
|
||
done >> $(top_builddir)/cscope.files
|
||
|
||
distclean-tags:
|
||
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
|
||
-rm -f cscope.out cscope.in.out cscope.po.out cscope.files
|
||
|
||
# Recover from deleted '.trs' file; this should ensure that
|
||
# "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create
|
||
# both 'foo.log' and 'foo.trs'. Break the recipe in two subshells
|
||
# to avoid problems with "make -n".
|
||
.log.trs:
|
||
rm -f $< $@
|
||
$(MAKE) $(AM_MAKEFLAGS) $<
|
||
|
||
# Leading 'am--fnord' is there to ensure the list of targets does not
|
||
# expand to empty, as could happen e.g. with make check TESTS=''.
|
||
am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck)
|
||
am--force-recheck:
|
||
@:
|
||
|
||
$(TEST_SUITE_LOG): $(TEST_LOGS)
|
||
@$(am__set_TESTS_bases); \
|
||
am__f_ok () { test -f "$$1" && test -r "$$1"; }; \
|
||
redo_bases=`for i in $$bases; do \
|
||
am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \
|
||
done`; \
|
||
if test -n "$$redo_bases"; then \
|
||
redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \
|
||
redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
|
||
if $(am__make_dryrun); then :; else \
|
||
rm -f $$redo_logs && rm -f $$redo_results || exit 1; \
|
||
fi; \
|
||
fi; \
|
||
if test -n "$$am__remaking_logs"; then \
|
||
echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \
|
||
"recursion detected" >&2; \
|
||
elif test -n "$$redo_logs"; then \
|
||
am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \
|
||
fi; \
|
||
if $(am__make_dryrun); then :; else \
|
||
st=0; \
|
||
errmsg="fatal: making $(TEST_SUITE_LOG): failed to create"; \
|
||
for i in $$redo_bases; do \
|
||
test -f $$i.trs && test -r $$i.trs \
|
||
|| { echo "$$errmsg $$i.trs" >&2; st=1; }; \
|
||
test -f $$i.log && test -r $$i.log \
|
||
|| { echo "$$errmsg $$i.log" >&2; st=1; }; \
|
||
done; \
|
||
test $$st -eq 0 || exit 1; \
|
||
fi
|
||
@$(am__sh_e_setup); $(am__tty_colors); $(am__set_TESTS_bases); \
|
||
ws='[ ]'; \
|
||
results=`for b in $$bases; do echo $$b.trs; done`; \
|
||
test -n "$$results" || results=/dev/null; \
|
||
all=` grep "^$$ws*:test-result:" $$results | wc -l`; \
|
||
pass=` grep "^$$ws*:test-result:$$ws*PASS" $$results | wc -l`; \
|
||
fail=` grep "^$$ws*:test-result:$$ws*FAIL" $$results | wc -l`; \
|
||
skip=` grep "^$$ws*:test-result:$$ws*SKIP" $$results | wc -l`; \
|
||
xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
|
||
xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
|
||
error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \
|
||
if test `expr $$fail + $$xpass + $$error` -eq 0; then \
|
||
success=true; \
|
||
else \
|
||
success=false; \
|
||
fi; \
|
||
br='==================='; br=$$br$$br$$br$$br; \
|
||
result_count () \
|
||
{ \
|
||
if test x"$$1" = x"--maybe-color"; then \
|
||
maybe_colorize=yes; \
|
||
elif test x"$$1" = x"--no-color"; then \
|
||
maybe_colorize=no; \
|
||
else \
|
||
echo "$@: invalid 'result_count' usage" >&2; exit 4; \
|
||
fi; \
|
||
shift; \
|
||
desc=$$1 count=$$2; \
|
||
if test $$maybe_colorize = yes && test $$count -gt 0; then \
|
||
color_start=$$3 color_end=$$std; \
|
||
else \
|
||
color_start= color_end=; \
|
||
fi; \
|
||
echo "$${color_start}# $$desc $$count$${color_end}"; \
|
||
}; \
|
||
create_testsuite_report () \
|
||
{ \
|
||
result_count $$1 "TOTAL:" $$all "$$brg"; \
|
||
result_count $$1 "PASS: " $$pass "$$grn"; \
|
||
result_count $$1 "SKIP: " $$skip "$$blu"; \
|
||
result_count $$1 "XFAIL:" $$xfail "$$lgn"; \
|
||
result_count $$1 "FAIL: " $$fail "$$red"; \
|
||
result_count $$1 "XPASS:" $$xpass "$$red"; \
|
||
result_count $$1 "ERROR:" $$error "$$mgn"; \
|
||
}; \
|
||
{ \
|
||
echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" | \
|
||
$(am__rst_title); \
|
||
create_testsuite_report --no-color; \
|
||
echo; \
|
||
echo ".. contents:: :depth: 2"; \
|
||
echo; \
|
||
for b in $$bases; do echo $$b; done \
|
||
| $(am__create_global_log); \
|
||
} >$(TEST_SUITE_LOG).tmp || exit 1; \
|
||
mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG); \
|
||
if $$success; then \
|
||
col="$$grn"; \
|
||
else \
|
||
col="$$red"; \
|
||
test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG); \
|
||
fi; \
|
||
echo "$${col}$$br$${std}"; \
|
||
echo "$${col}Testsuite summary for $(PACKAGE_STRING)$${std}"; \
|
||
echo "$${col}$$br$${std}"; \
|
||
create_testsuite_report --maybe-color; \
|
||
echo "$$col$$br$$std"; \
|
||
if $$success; then :; else \
|
||
echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}"; \
|
||
if test -n "$(PACKAGE_BUGREPORT)"; then \
|
||
echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}"; \
|
||
fi; \
|
||
echo "$$col$$br$$std"; \
|
||
fi; \
|
||
$$success || exit 1
|
||
|
||
check-TESTS:
|
||
@list='$(RECHECK_LOGS)'; test -z "$$list" || rm -f $$list
|
||
@list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list
|
||
@test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
|
||
@set +e; $(am__set_TESTS_bases); \
|
||
log_list=`for i in $$bases; do echo $$i.log; done`; \
|
||
trs_list=`for i in $$bases; do echo $$i.trs; done`; \
|
||
log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \
|
||
$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \
|
||
exit $$?;
|
||
recheck: all $(check_LTLIBRARIES) $(check_PROGRAMS)
|
||
@test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
|
||
@set +e; $(am__set_TESTS_bases); \
|
||
bases=`for i in $$bases; do echo $$i; done \
|
||
| $(am__list_recheck_tests)` || exit 1; \
|
||
log_list=`for i in $$bases; do echo $$i.log; done`; \
|
||
log_list=`echo $$log_list`; \
|
||
$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \
|
||
am__force_recheck=am--force-recheck \
|
||
TEST_LOGS="$$log_list"; \
|
||
exit $$?
|
||
cordtest.log: cordtest$(EXEEXT)
|
||
@p='cordtest$(EXEEXT)'; \
|
||
b='cordtest'; \
|
||
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
||
--log-file $$b.log --trs-file $$b.trs \
|
||
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
||
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
||
gctest.log: gctest$(EXEEXT)
|
||
@p='gctest$(EXEEXT)'; \
|
||
b='gctest'; \
|
||
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
||
--log-file $$b.log --trs-file $$b.trs \
|
||
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
||
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
||
leaktest.log: leaktest$(EXEEXT)
|
||
@p='leaktest$(EXEEXT)'; \
|
||
b='leaktest'; \
|
||
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
||
--log-file $$b.log --trs-file $$b.trs \
|
||
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
||
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
||
middletest.log: middletest$(EXEEXT)
|
||
@p='middletest$(EXEEXT)'; \
|
||
b='middletest'; \
|
||
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
||
--log-file $$b.log --trs-file $$b.trs \
|
||
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
||
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
||
smashtest.log: smashtest$(EXEEXT)
|
||
@p='smashtest$(EXEEXT)'; \
|
||
b='smashtest'; \
|
||
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
||
--log-file $$b.log --trs-file $$b.trs \
|
||
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
||
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
||
hugetest.log: hugetest$(EXEEXT)
|
||
@p='hugetest$(EXEEXT)'; \
|
||
b='hugetest'; \
|
||
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
||
--log-file $$b.log --trs-file $$b.trs \
|
||
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
||
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
||
realloc_test.log: realloc_test$(EXEEXT)
|
||
@p='realloc_test$(EXEEXT)'; \
|
||
b='realloc_test'; \
|
||
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
||
--log-file $$b.log --trs-file $$b.trs \
|
||
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
||
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
||
staticrootstest.log: staticrootstest$(EXEEXT)
|
||
@p='staticrootstest$(EXEEXT)'; \
|
||
b='staticrootstest'; \
|
||
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
||
--log-file $$b.log --trs-file $$b.trs \
|
||
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
||
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
||
tracetest.log: tracetest$(EXEEXT)
|
||
@p='tracetest$(EXEEXT)'; \
|
||
b='tracetest'; \
|
||
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
||
--log-file $$b.log --trs-file $$b.trs \
|
||
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
||
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
||
test_atomic_ops.log: test_atomic_ops$(EXEEXT)
|
||
@p='test_atomic_ops$(EXEEXT)'; \
|
||
b='test_atomic_ops'; \
|
||
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
||
--log-file $$b.log --trs-file $$b.trs \
|
||
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
||
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
||
threadleaktest.log: threadleaktest$(EXEEXT)
|
||
@p='threadleaktest$(EXEEXT)'; \
|
||
b='threadleaktest'; \
|
||
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
||
--log-file $$b.log --trs-file $$b.trs \
|
||
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
||
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
||
threadkey_test.log: threadkey_test$(EXEEXT)
|
||
@p='threadkey_test$(EXEEXT)'; \
|
||
b='threadkey_test'; \
|
||
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
||
--log-file $$b.log --trs-file $$b.trs \
|
||
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
||
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
||
subthreadcreate_test.log: subthreadcreate_test$(EXEEXT)
|
||
@p='subthreadcreate_test$(EXEEXT)'; \
|
||
b='subthreadcreate_test'; \
|
||
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
||
--log-file $$b.log --trs-file $$b.trs \
|
||
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
||
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
||
initsecondarythread_test.log: initsecondarythread_test$(EXEEXT)
|
||
@p='initsecondarythread_test$(EXEEXT)'; \
|
||
b='initsecondarythread_test'; \
|
||
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
||
--log-file $$b.log --trs-file $$b.trs \
|
||
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
||
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
||
test_cpp.log: test_cpp$(EXEEXT)
|
||
@p='test_cpp$(EXEEXT)'; \
|
||
b='test_cpp'; \
|
||
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
||
--log-file $$b.log --trs-file $$b.trs \
|
||
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
||
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
||
disclaim_test.log: disclaim_test$(EXEEXT)
|
||
@p='disclaim_test$(EXEEXT)'; \
|
||
b='disclaim_test'; \
|
||
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
||
--log-file $$b.log --trs-file $$b.trs \
|
||
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
||
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
||
disclaim_bench.log: disclaim_bench$(EXEEXT)
|
||
@p='disclaim_bench$(EXEEXT)'; \
|
||
b='disclaim_bench'; \
|
||
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
||
--log-file $$b.log --trs-file $$b.trs \
|
||
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
||
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
||
.test.log:
|
||
@p='$<'; \
|
||
$(am__set_b); \
|
||
$(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
|
||
--log-file $$b.log --trs-file $$b.trs \
|
||
$(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
|
||
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
||
#.test$(EXEEXT).log:
|
||
# @p='$<'; \
|
||
# $(am__set_b); \
|
||
# $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
|
||
# --log-file $$b.log --trs-file $$b.trs \
|
||
# $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
|
||
# "$$tst" $(AM_TESTS_FD_REDIRECT)
|
||
|
||
distdir: $(DISTFILES)
|
||
$(am__remove_distdir)
|
||
test -d "$(distdir)" || mkdir "$(distdir)"
|
||
@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
|
||
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
|
||
list='$(DISTFILES)'; \
|
||
dist_files=`for file in $$list; do echo $$file; done | \
|
||
sed -e "s|^$$srcdirstrip/||;t" \
|
||
-e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
|
||
case $$dist_files in \
|
||
*/*) $(MKDIR_P) `echo "$$dist_files" | \
|
||
sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
|
||
sort -u` ;; \
|
||
esac; \
|
||
for file in $$dist_files; do \
|
||
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
|
||
if test -d $$d/$$file; then \
|
||
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
|
||
if test -d "$(distdir)/$$file"; then \
|
||
find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
|
||
fi; \
|
||
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
|
||
cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
|
||
find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
|
||
fi; \
|
||
cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
|
||
else \
|
||
test -f "$(distdir)/$$file" \
|
||
|| cp -p $$d/$$file "$(distdir)/$$file" \
|
||
|| exit 1; \
|
||
fi; \
|
||
done
|
||
@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
|
||
if test "$$subdir" = .; then :; else \
|
||
$(am__make_dryrun) \
|
||
|| test -d "$(distdir)/$$subdir" \
|
||
|| $(MKDIR_P) "$(distdir)/$$subdir" \
|
||
|| exit 1; \
|
||
dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
|
||
$(am__relativize); \
|
||
new_distdir=$$reldir; \
|
||
dir1=$$subdir; dir2="$(top_distdir)"; \
|
||
$(am__relativize); \
|
||
new_top_distdir=$$reldir; \
|
||
echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
|
||
echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
|
||
($(am__cd) $$subdir && \
|
||
$(MAKE) $(AM_MAKEFLAGS) \
|
||
top_distdir="$$new_top_distdir" \
|
||
distdir="$$new_distdir" \
|
||
am__remove_distdir=: \
|
||
am__skip_length_check=: \
|
||
am__skip_mode_fix=: \
|
||
distdir) \
|
||
|| exit 1; \
|
||
fi; \
|
||
done
|
||
-test -n "$(am__skip_mode_fix)" \
|
||
|| find "$(distdir)" -type d ! -perm -755 \
|
||
-exec chmod u+rwx,go+rx {} \; -o \
|
||
! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
|
||
! -type d ! -perm -400 -exec chmod a+r {} \; -o \
|
||
! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
|
||
|| chmod -R a+r "$(distdir)"
|
||
dist-gzip: distdir
|
||
tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
|
||
$(am__post_remove_distdir)
|
||
|
||
dist-bzip2: distdir
|
||
tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
|
||
$(am__post_remove_distdir)
|
||
|
||
dist-lzip: distdir
|
||
tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
|
||
$(am__post_remove_distdir)
|
||
|
||
dist-xz: distdir
|
||
tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
|
||
$(am__post_remove_distdir)
|
||
|
||
dist-tarZ: distdir
|
||
@echo WARNING: "Support for distribution archives compressed with" \
|
||
"legacy program 'compress' is deprecated." >&2
|
||
@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
|
||
tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
|
||
$(am__post_remove_distdir)
|
||
|
||
dist-shar: distdir
|
||
@echo WARNING: "Support for shar distribution archives is" \
|
||
"deprecated." >&2
|
||
@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
|
||
shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
|
||
$(am__post_remove_distdir)
|
||
|
||
dist-zip: distdir
|
||
-rm -f $(distdir).zip
|
||
zip -rq $(distdir).zip $(distdir)
|
||
$(am__post_remove_distdir)
|
||
|
||
dist dist-all:
|
||
$(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
|
||
$(am__post_remove_distdir)
|
||
|
||
# This target untars the dist file and tries a VPATH configuration. Then
|
||
# it guarantees that the distribution is self-contained by making another
|
||
# tarfile.
|
||
distcheck: dist
|
||
case '$(DIST_ARCHIVES)' in \
|
||
*.tar.gz*) \
|
||
GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
|
||
*.tar.bz2*) \
|
||
bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
|
||
*.tar.lz*) \
|
||
lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
|
||
*.tar.xz*) \
|
||
xz -dc $(distdir).tar.xz | $(am__untar) ;;\
|
||
*.tar.Z*) \
|
||
uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
|
||
*.shar.gz*) \
|
||
GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
|
||
*.zip*) \
|
||
unzip $(distdir).zip ;;\
|
||
esac
|
||
chmod -R a-w $(distdir)
|
||
chmod u+w $(distdir)
|
||
mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
|
||
chmod a-w $(distdir)
|
||
test -d $(distdir)/_build || exit 0; \
|
||
dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
|
||
&& dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
|
||
&& am__cwd=`pwd` \
|
||
&& $(am__cd) $(distdir)/_build/sub \
|
||
&& ../../configure \
|
||
$(AM_DISTCHECK_CONFIGURE_FLAGS) \
|
||
$(DISTCHECK_CONFIGURE_FLAGS) \
|
||
--srcdir=../.. --prefix="$$dc_install_base" \
|
||
&& $(MAKE) $(AM_MAKEFLAGS) \
|
||
&& $(MAKE) $(AM_MAKEFLAGS) dvi \
|
||
&& $(MAKE) $(AM_MAKEFLAGS) check \
|
||
&& $(MAKE) $(AM_MAKEFLAGS) install \
|
||
&& $(MAKE) $(AM_MAKEFLAGS) installcheck \
|
||
&& $(MAKE) $(AM_MAKEFLAGS) uninstall \
|
||
&& $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
|
||
distuninstallcheck \
|
||
&& chmod -R a-w "$$dc_install_base" \
|
||
&& ({ \
|
||
(cd ../.. && umask 077 && mkdir "$$dc_destdir") \
|
||
&& $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
|
||
&& $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
|
||
&& $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
|
||
distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
|
||
} || { rm -rf "$$dc_destdir"; exit 1; }) \
|
||
&& rm -rf "$$dc_destdir" \
|
||
&& $(MAKE) $(AM_MAKEFLAGS) dist \
|
||
&& rm -rf $(DIST_ARCHIVES) \
|
||
&& $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
|
||
&& cd "$$am__cwd" \
|
||
|| exit 1
|
||
$(am__post_remove_distdir)
|
||
@(echo "$(distdir) archives ready for distribution: "; \
|
||
list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
|
||
sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
|
||
distuninstallcheck:
|
||
@test -n '$(distuninstallcheck_dir)' || { \
|
||
echo 'ERROR: trying to run $@ with an empty' \
|
||
'$$(distuninstallcheck_dir)' >&2; \
|
||
exit 1; \
|
||
}; \
|
||
$(am__cd) '$(distuninstallcheck_dir)' || { \
|
||
echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
|
||
exit 1; \
|
||
}; \
|
||
test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
|
||
|| { echo "ERROR: files left after uninstall:" ; \
|
||
if test -n "$(DESTDIR)"; then \
|
||
echo " (check DESTDIR support)"; \
|
||
fi ; \
|
||
$(distuninstallcheck_listfiles) ; \
|
||
exit 1; } >&2
|
||
distcleancheck: distclean
|
||
@if test '$(srcdir)' = . ; then \
|
||
echo "ERROR: distcleancheck can only run from a VPATH build" ; \
|
||
exit 1 ; \
|
||
fi
|
||
@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
|
||
|| { echo "ERROR: files left in build directory after distclean:" ; \
|
||
$(distcleancheck_listfiles) ; \
|
||
exit 1; } >&2
|
||
check-am: all-am
|
||
$(MAKE) $(AM_MAKEFLAGS) $(check_LTLIBRARIES) $(check_PROGRAMS)
|
||
$(MAKE) $(AM_MAKEFLAGS) check-TESTS
|
||
check: check-recursive
|
||
all-am: Makefile $(LTLIBRARIES) $(MANS) $(DATA) $(HEADERS)
|
||
installdirs: installdirs-recursive
|
||
installdirs-am:
|
||
for dir in "$(DESTDIR)$(man3dir)" "$(DESTDIR)$(docdir)" "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(includedir)" "$(DESTDIR)$(pkgincludedir)"; do \
|
||
test -z "$$dir" || $(MKDIR_P) "$$dir"; \
|
||
done
|
||
install: install-recursive
|
||
install-exec: install-exec-recursive
|
||
install-data: install-data-recursive
|
||
uninstall: uninstall-recursive
|
||
|
||
install-am: all-am
|
||
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
|
||
|
||
installcheck: installcheck-recursive
|
||
install-strip:
|
||
if test -z '$(STRIP)'; then \
|
||
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
|
||
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
|
||
install; \
|
||
else \
|
||
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
|
||
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
|
||
"INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
|
||
fi
|
||
mostlyclean-generic:
|
||
-test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS)
|
||
-test -z "$(TEST_LOGS:.log=.trs)" || rm -f $(TEST_LOGS:.log=.trs)
|
||
-test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
|
||
|
||
clean-generic:
|
||
|
||
distclean-generic:
|
||
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
|
||
-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
|
||
-rm -f cord/$(DEPDIR)/$(am__dirstamp)
|
||
-rm -f cord/$(am__dirstamp)
|
||
-rm -f cord/tests/$(DEPDIR)/$(am__dirstamp)
|
||
-rm -f cord/tests/$(am__dirstamp)
|
||
-rm -f extra/$(DEPDIR)/$(am__dirstamp)
|
||
-rm -f extra/$(am__dirstamp)
|
||
-rm -f libatomic_ops/src/$(DEPDIR)/$(am__dirstamp)
|
||
-rm -f libatomic_ops/src/$(am__dirstamp)
|
||
-rm -f tests/$(DEPDIR)/$(am__dirstamp)
|
||
-rm -f tests/$(am__dirstamp)
|
||
|
||
maintainer-clean-generic:
|
||
@echo "This command is intended for maintainers to use"
|
||
@echo "it deletes files that may require special tools to rebuild."
|
||
clean: clean-recursive
|
||
|
||
clean-am: clean-checkLTLIBRARIES clean-checkPROGRAMS clean-generic \
|
||
clean-libtool clean-noinstLTLIBRARIES mostlyclean-am
|
||
|
||
distclean: distclean-recursive
|
||
-rm -f $(am__CONFIG_DISTCLEAN_FILES)
|
||
-rm -rf ./$(DEPDIR) cord/$(DEPDIR) cord/tests/$(DEPDIR) extra/$(DEPDIR) libatomic_ops/src/$(DEPDIR) tests/$(DEPDIR)
|
||
-rm -f Makefile
|
||
distclean-am: clean-am distclean-compile distclean-generic \
|
||
distclean-hdr distclean-libtool distclean-tags
|
||
|
||
dvi: dvi-recursive
|
||
|
||
dvi-am:
|
||
|
||
html: html-recursive
|
||
|
||
html-am:
|
||
|
||
info: info-recursive
|
||
|
||
info-am:
|
||
|
||
install-data-am: install-dist_docDATA install-includeHEADERS \
|
||
install-man install-pkgconfigDATA install-pkgincludeHEADERS
|
||
|
||
install-dvi: install-dvi-recursive
|
||
|
||
install-dvi-am:
|
||
|
||
install-exec-am:
|
||
|
||
install-html: install-html-recursive
|
||
|
||
install-html-am:
|
||
|
||
install-info: install-info-recursive
|
||
|
||
install-info-am:
|
||
|
||
install-man: install-man3
|
||
|
||
install-pdf: install-pdf-recursive
|
||
|
||
install-pdf-am:
|
||
|
||
install-ps: install-ps-recursive
|
||
|
||
install-ps-am:
|
||
|
||
installcheck-am:
|
||
|
||
maintainer-clean: maintainer-clean-recursive
|
||
-rm -f $(am__CONFIG_DISTCLEAN_FILES)
|
||
-rm -rf $(top_srcdir)/autom4te.cache
|
||
-rm -rf ./$(DEPDIR) cord/$(DEPDIR) cord/tests/$(DEPDIR) extra/$(DEPDIR) libatomic_ops/src/$(DEPDIR) tests/$(DEPDIR)
|
||
-rm -f Makefile
|
||
maintainer-clean-am: distclean-am maintainer-clean-generic
|
||
|
||
mostlyclean: mostlyclean-recursive
|
||
|
||
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
|
||
mostlyclean-libtool
|
||
|
||
pdf: pdf-recursive
|
||
|
||
pdf-am:
|
||
|
||
ps: ps-recursive
|
||
|
||
ps-am:
|
||
|
||
uninstall-am: uninstall-dist_docDATA uninstall-includeHEADERS \
|
||
uninstall-man uninstall-pkgconfigDATA \
|
||
uninstall-pkgincludeHEADERS
|
||
|
||
uninstall-man: uninstall-man3
|
||
|
||
.MAKE: $(am__recursive_targets) check-am install-am install-strip
|
||
|
||
.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
|
||
am--refresh check check-TESTS check-am clean \
|
||
clean-checkLTLIBRARIES clean-checkPROGRAMS clean-cscope \
|
||
clean-generic clean-libtool clean-noinstLTLIBRARIES cscope \
|
||
cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \
|
||
dist-gzip dist-lzip dist-shar dist-tarZ dist-xz dist-zip \
|
||
distcheck distclean distclean-compile distclean-generic \
|
||
distclean-hdr distclean-libtool distclean-tags distcleancheck \
|
||
distdir distuninstallcheck dvi dvi-am html html-am info \
|
||
info-am install install-am install-data install-data-am \
|
||
install-dist_docDATA install-dvi install-dvi-am install-exec \
|
||
install-exec-am install-html install-html-am \
|
||
install-includeHEADERS install-info install-info-am \
|
||
install-man install-man3 install-pdf install-pdf-am \
|
||
install-pkgconfigDATA install-pkgincludeHEADERS install-ps \
|
||
install-ps-am install-strip installcheck installcheck-am \
|
||
installdirs installdirs-am maintainer-clean \
|
||
maintainer-clean-generic mostlyclean mostlyclean-compile \
|
||
mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
|
||
recheck tags tags-am uninstall uninstall-am \
|
||
uninstall-dist_docDATA uninstall-includeHEADERS uninstall-man \
|
||
uninstall-man3 uninstall-pkgconfigDATA \
|
||
uninstall-pkgincludeHEADERS
|
||
|
||
.PRECIOUS: Makefile
|
||
|
||
|
||
.s.lo:
|
||
$(LTCOMPILE) $(ASM_CPP_OPTIONS) -c $<
|
||
|
||
.S.lo:
|
||
$(LTCOMPILE) $(ASM_CPP_OPTIONS) -c $<
|
||
|
||
#
|
||
# :GOTCHA: GNU make rule for making .s out of .S is flawed,
|
||
# it will not remove dest if building fails
|
||
.S.s:
|
||
if $(CPP) $< >$@ ; then :; else rm -f $@; fi
|
||
|
||
# Run the tests directly (without test-driver):
|
||
.PHONY: check-without-test-driver
|
||
check-without-test-driver: $(TESTS)
|
||
./gctest$(EXEEXT)
|
||
./hugetest$(EXEEXT)
|
||
./leaktest$(EXEEXT)
|
||
./middletest$(EXEEXT)
|
||
./realloc_test$(EXEEXT)
|
||
./smashtest$(EXEEXT)
|
||
./staticrootstest$(EXEEXT)
|
||
test ! -f disclaim_bench$(EXEEXT) || ./disclaim_bench$(EXEEXT)
|
||
test ! -f disclaim_test$(EXEEXT) || ./disclaim_test$(EXEEXT)
|
||
test ! -f initsecondarythread_test$(EXEEXT) \
|
||
|| ./initsecondarythread_test$(EXEEXT)
|
||
test ! -f test_atomic_ops$(EXEEXT) || ./test_atomic_ops$(EXEEXT)
|
||
test ! -f threadkey_test$(EXEEXT) || ./threadkey_test$(EXEEXT)
|
||
test ! -f threadleaktest$(EXEEXT) || ./threadleaktest$(EXEEXT)
|
||
test ! -f subthreadcreate_test$(EXEEXT) || ./subthreadcreate_test$(EXEEXT)
|
||
test ! -f test_cpp$(EXEEXT) || ./test_cpp$(EXEEXT)
|
||
test ! -f tracetest$(EXEEXT) || ./tracetest$(EXEEXT)
|
||
./cordtest$(EXEEXT)
|
||
|
||
# Putting these at the top causes cord to be built first, and not find libgc.a
|
||
# on HP/UX. There may be a better fix.
|
||
|
||
# dummy target for mono build
|
||
test-bundle:
|
||
|
||
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
||
# Otherwise a system limit (for SysV at least) may be exceeded.
|
||
.NOEXPORT:
|