15821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# Makefile.in generated by automake 1.10.1 from Makefile.am.
25821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# @configure_input@
35821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
45821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
55821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
65821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# This Makefile.in is free software; the Free Software Foundation
75821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# gives unlimited permission to copy and/or distribute it,
85821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# with or without modifications, as long as this notice is preserved.
95821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
105821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# This program is distributed in the hope that it will be useful,
115821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
125821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
135821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# PARTICULAR PURPOSE.
145821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
155821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@SET_MAKE@
165821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
175821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# Note: for every library we create, we're explicit about what symbols
185821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# we export.  In order to avoid complications with C++ mangling, we always
195821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# use the regexp for of specifying symbols.
205821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
215821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
225821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
235821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
245821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
255821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)VPATH = @srcdir@
265821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)pkgdatadir = $(datadir)/@PACKAGE@
275821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)pkglibdir = $(libdir)/@PACKAGE@
285821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)pkgincludedir = $(includedir)/@PACKAGE@
295821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
305821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)install_sh_DATA = $(install_sh) -c -m 644
315821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)install_sh_PROGRAM = $(install_sh) -c
325821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)install_sh_SCRIPT = $(install_sh) -c
335821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)INSTALL_HEADER = $(INSTALL_DATA)
345821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)transform = $(program_transform_name)
355821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)NORMAL_INSTALL = :
365821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)PRE_INSTALL = :
375821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)POST_INSTALL = :
385821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)NORMAL_UNINSTALL = :
395821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)PRE_UNINSTALL = :
405821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)POST_UNINSTALL = :
415821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)build_triplet = @build@
425821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)host_triplet = @host@
435821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_STACK_TRACE_FALSE@am__append_1 = -DNO_TCMALLOC_SAMPLES
445821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
455821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# These are good warnings to turn on by default.  We also tell gcc
465821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# that malloc, free, realloc, mmap, etc. are not builtins (these flags
475821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# are supported since gcc 3.1.1).  gcc doesn't think most of them are
485821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# builtins now in any case, but it's best to be explicit in case that
495821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# changes one day.  gcc ignores functions it doesn't understand.
505821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@GCC_TRUE@am__append_2 = -Wall -Wwrite-strings -Woverloaded-virtual \
515821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@GCC_TRUE@               -Wno-sign-compare \
525821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@GCC_TRUE@               -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc \
535821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@GCC_TRUE@               -fno-builtin-calloc -fno-builtin-cfree \
545821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@GCC_TRUE@               -fno-builtin-memalign -fno-builtin-posix_memalign \
555821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@GCC_TRUE@               -fno-builtin-valloc -fno-builtin-pvalloc
565821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
575821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# On i386, -mmmx is needed for the mmx-based instructions in
585821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# atomicops-internal-x86.h.
595821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@GCC_TRUE@@I386_TRUE@am__append_3 = -mmmx
605821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@HAVE_W_NO_UNUSED_RESULT_TRUE@am__append_4 = -Wno-unused-result
615821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
625821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# These are x86-specific, having to do with frame-pointers.  In
635821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# particular, some x86_64 systems do not insert frame pointers by
645821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# default (all i386 systems that I know of, do.  I don't know about
655821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# non-x86 chips).  We need to tell perftools what to do about that.
665821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@ENABLE_FRAME_POINTERS_TRUE@@X86_64_AND_NO_FP_BY_DEFAULT_TRUE@am__append_5 = -fno-omit-frame-pointer
675821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@ENABLE_FRAME_POINTERS_FALSE@@X86_64_AND_NO_FP_BY_DEFAULT_TRUE@am__append_6 = -DNO_FRAME_POINTER
685821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@MINGW_TRUE@am__append_7 = -Wl,-u__tcmalloc
695821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)TESTS = low_level_alloc_unittest$(EXEEXT) atomicops_unittest$(EXEEXT) \
705821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(am__EXEEXT_9) tcmalloc_minimal_unittest$(EXEEXT) \
715821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	tcmalloc_minimal_large_unittest$(EXEEXT) $(am__append_17) \
725821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	addressmap_unittest$(EXEEXT) $(am__EXEEXT_10) \
735821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	packed_cache_test$(EXEEXT) frag_unittest$(EXEEXT) \
745821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	markidle_unittest$(EXEEXT) \
755821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	current_allocated_bytes_test$(EXEEXT) \
765821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	malloc_hook_test$(EXEEXT) malloc_extension_test$(EXEEXT) \
775821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(am__EXEEXT_11) $(am__EXEEXT_12) page_heap_test$(EXEEXT) \
785821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	pagemap_unittest$(EXEEXT) realloc_unittest$(EXEEXT) \
795821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	stack_trace_table_test$(EXEEXT) \
805821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	thread_dealloc_unittest$(EXEEXT) $(am__EXEEXT_13) \
815821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(am__EXEEXT_14) $(am__EXEEXT_15) $(am__append_29) \
825821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(am__EXEEXT_16) $(am__EXEEXT_17) $(am__EXEEXT_18) \
835821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(am__EXEEXT_19) $(am__append_49) $(am__EXEEXT_20) \
845821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(am__append_58) $(am__append_60) $(am__EXEEXT_21) \
855821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(am__EXEEXT_22)
865821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)noinst_PROGRAMS = $(am__EXEEXT_1) $(am__EXEEXT_2) $(am__EXEEXT_3) \
875821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(am__EXEEXT_4) $(am__EXEEXT_5) $(am__EXEEXT_6) \
885821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(am__EXEEXT_7) $(am__EXEEXT_8) $(am__EXEEXT_23)
895821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)bin_PROGRAMS =
905821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@MINGW_TRUE@am__append_8 = libwindows.la libspinlock.la
915821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
925821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# We also need to tell mingw that sysinfo.cc needs shlwapi.lib.
935821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# (We do this via a #pragma for msvc, but need to do it here for mingw).
945821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@MINGW_TRUE@am__append_9 = -lshlwapi
955821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@MINGW_FALSE@am__append_10 = libspinlock.la
965821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_STACK_TRACE_TRUE@am__append_11 = $(SG_STACKTRACE_INCLUDES)
975821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
985821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)### Making the library
995821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_STACK_TRACE_TRUE@am__append_12 = libstacktrace.la
1005821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
1015821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)### Unittests
1025821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_STACK_TRACE_TRUE@am__append_13 = stacktrace_unittest
1035821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
1045821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)### Documentation
1055821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_STACK_TRACE_TRUE@am__append_14 = doc/pprof_remote_servers.html
1065821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
1075821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# Let unittests find pprof if they need to run it
1085821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_STACK_TRACE_TRUE@am__append_15 = PPROF_PATH=$(top_srcdir)/src/pprof
1095821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
1105821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# On MSVC, we need our own versions of addr2line and nm to work with pprof.
1115821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# This is a slight abuse of WINDOWS_PROJECTS, but not much
1125821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_STACK_TRACE_TRUE@am__append_16 =  \
1135821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_STACK_TRACE_TRUE@	vsprojects/nm-pdb/nm-pdb.vcproj \
1145821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_STACK_TRACE_TRUE@	vsprojects/addr2line-pdb/addr2line-pdb.vcproj \
1155821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_STACK_TRACE_TRUE@	src/windows/nm-pdb.c \
1165821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_STACK_TRACE_TRUE@	src/windows/addr2line-pdb.c
1175821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
1185821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# This tests it works to LD_PRELOAD libtcmalloc (tests maybe_threads.cc)
1195821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# In theory this should work under mingw, but mingw has trouble running
1205821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# shell scripts that end in .exe.  And it doesn't seem to build shared
1215821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# libraries anyway (so can't be LD_PRELOADed) -- in fact, anybody who
1225821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# chooses not to build shared libraries won't be able to run this test.
1235821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# TODO(csilvers): figure out how to nix ".exe" or otherwise work under mingw
1245821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@ENABLE_STATIC_FALSE@@MINGW_FALSE@am__append_17 = maybe_threads_unittest.sh$(EXEEXT)
1255821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@ENABLE_STATIC_FALSE@@MINGW_FALSE@am__append_18 = $(maybe_threads_unittest_sh_SOURCES)
1265821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@MINGW_TRUE@am__append_19 = src/windows/port.h src/windows/port.cc
1275821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@MINGW_FALSE@am__append_20 = system_alloc_unittest
1285821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
1295821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# This doesn't work with static linkage, because libtcmalloc.a isn't
1305821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# happy with C linkage (it misses the stdc++ library).  Likewise with
1315821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# mingw, which links foo.a even though it doesn't set ENABLE_STATIC.
1325821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# TODO(csilvers): set enable_static=true in configure.ac:36?
1335821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@ENABLE_STATIC_FALSE@@MINGW_FALSE@am__append_21 = malloc_extension_c_test
1345821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# -ansi here is just to help ensure the code is bog-standard C.
1355821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@ENABLE_STATIC_FALSE@@GCC_TRUE@@MINGW_FALSE@am__append_22 = -ansi
1365821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@MINGW_FALSE@@OSX_FALSE@am__append_23 = memalign_unittest
1375821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
1385821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)### ------- tcmalloc_minimal_debug (thread-caching malloc with debugallocation)
1395821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
1405821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# Like tcmalloc.cc, debugallocation.cc needs exceptions to fulfill its
1415821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# API.  Luckily, we can reuse everything else from tcmalloc_minimal.
1425821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_DEBUGALLOC_TRUE@am__append_24 = libtcmalloc_minimal_debug.la
1435821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_DEBUGALLOC_TRUE@am__append_25 = libtcmalloc_minimal_debug.la
1445821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
1455821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)### Unittests
1465821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_DEBUGALLOC_TRUE@am__append_26 = tcmalloc_minimal_debug_unittest \
1475821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_DEBUGALLOC_TRUE@	malloc_extension_debug_test
1485821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@MINGW_FALSE@@OSX_FALSE@@WITH_DEBUGALLOC_TRUE@am__append_27 = memalign_debug_unittest
1495821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_DEBUGALLOC_TRUE@am__append_28 = realloc_debug_unittest
1505821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
1515821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# debugallocation_test checks that we print a proper stacktrace when
1525821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# debug-allocs fail, so we can't run it if we don't have stacktrace info.
1535821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_DEBUGALLOC_TRUE@@WITH_STACK_TRACE_TRUE@am__append_29 = debugallocation_test.sh$(EXEEXT)
1545821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_DEBUGALLOC_TRUE@@WITH_STACK_TRACE_TRUE@am__append_30 = $(debugallocation_test_sh_SOURCES)
1555821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
1565821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# This is the sub-program used by debugallocation_test.sh
1575821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_DEBUGALLOC_TRUE@@WITH_STACK_TRACE_TRUE@am__append_31 = debugallocation_test
1585821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__append_32 = $(SG_TCMALLOC_INCLUDES)
1595821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
1605821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)### Making the library
1615821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
1625821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# As we describe at the top of this file, we want to turn off exceptions
1635821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# for all files in this library -- except tcmalloc.cc which needs them
1645821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# to fulfill its API.  Automake doesn't allow per-file CXXFLAGS, so we need
1655821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# to separate into two libraries.
1665821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__append_33 = libtcmalloc_internal.la
1675821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__append_34 = libtcmalloc.la
1685821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_CHECKER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__append_35 = $(HEAP_CHECKER_SOURCES)
1695821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_CHECKER_FALSE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__append_36 = -DNO_HEAP_CHECK
1705821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_CHECKER_FALSE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__append_37 = -DNO_HEAP_CHECK
1715821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__append_38 = libtcmalloc.la
1725821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
1735821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)### Unittests
1745821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__append_39 = tcmalloc_unittest
1755821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@OSX_FALSE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__append_40 = tcmalloc_both_unittest
1765821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__append_41 =  \
1775821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@	tcmalloc_large_unittest \
1785821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@	raw_printer_test \
1795821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@	sampler_test \
1805821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@	sampling_test.sh$(EXEEXT)
1815821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
1825821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# sampler_test and sampling_test both require sampling to be turned
1835821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# on, which it's not by default.  Use the "standard" value of 2^19.
1845821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
1855821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# These unittests often need to run binaries.  They're in the current dir
1865821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__append_42 = TCMALLOC_SAMPLE_PARAMETER=524288 \
1875821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@	BINDIR=. \
1885821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@	TMPDIR=/tmp/perftools
1895821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__append_43 = vsprojects/sampler_test/sampler_test.vcproj
1905821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__append_44 = $(sampling_test_sh_SOURCES)
1915821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
1925821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# This is the sub-program used by sampling_test.sh
1935821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# The -g is so pprof can get symbol information.
1945821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__append_45 = sampling_test
1955821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
1965821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# Tests the compatibility include-headers in google/.  Requires a function
1975821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# defined in the heap-profiler, which is why the test lives here.
1985821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_TRUE@am__append_46 =  \
1995821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_TRUE@	heap-profiler_unittest.sh$(EXEEXT) \
2005821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_TRUE@	simple_compat_test
2015821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_TRUE@am__append_47 = $(heap_profiler_unittest_sh_SOURCES)
2025821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
2035821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# These are sub-programs used by heap-profiler_unittest.sh
2045821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_TRUE@am__append_48 = heap-profiler_unittest
2055821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_CHECKER_TRUE@am__append_49 =  \
2065821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_CHECKER_TRUE@	heap-checker_unittest.sh$(EXEEXT) \
2075821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_CHECKER_TRUE@	heap-checker-death_unittest.sh$(EXEEXT)
2085821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_CHECKER_TRUE@am__append_50 =  \
2095821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_CHECKER_TRUE@	$(heap_checker_unittest_sh_SOURCES) \
2105821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_CHECKER_TRUE@	$(top_srcdir)/$(heap_checker_death_unittest_sh_SOURCES)
2115821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
2125821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# These are sub-programs used by heap-checker_unittest.sh
2135821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_CHECKER_TRUE@am__append_51 = heap-checker_unittest
2145821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
2155821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)### Documentation (above and beyond tcmalloc_minimal documentation)
2165821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_TRUE@am__append_52 = doc/heapprofile.html doc/heap-example1.png
2175821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_CHECKER_TRUE@am__append_53 = doc/heap_checker.html
2185821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
2195821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)### ------- tcmalloc with debugallocation
2205821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__append_54 = libtcmalloc_debug.la
2215821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__append_55 = libtcmalloc_debug.la
2225821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
2235821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)### Unittests
2245821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__append_56 = tcmalloc_debug_unittest \
2255821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@	sampler_debug_test \
2265821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@	sampling_debug_test.sh$(EXEEXT)
2275821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
2285821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# This is the sub-program using by sampling_debug_test.sh
2295821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# The -g is so pprof can get symbol information.
2305821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__append_57 = sampling_debug_test
2315821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_TRUE@am__append_58 = heap-profiler_debug_unittest.sh$(EXEEXT)
2325821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
2335821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# These are sub-programs used by heap-profiler_debug_unittest.sh
2345821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_TRUE@am__append_59 = heap-profiler_debug_unittest
2355821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_DEBUGALLOC_TRUE@@WITH_HEAP_CHECKER_TRUE@am__append_60 = heap-checker_debug_unittest.sh$(EXEEXT)
2365821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
2375821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# These are sub-programs used by heap-checker_debug_unittest.sh
2385821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_DEBUGALLOC_TRUE@@WITH_HEAP_CHECKER_TRUE@am__append_61 = heap-checker_debug_unittest
2395821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_CPU_PROFILER_TRUE@am__append_62 = $(SG_CPU_PROFILER_INCLUDES)
2405821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
2415821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)### Making the library
2425821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_CPU_PROFILER_TRUE@am__append_63 = libprofiler.la
2435821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
2445821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)### Unittests
2455821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_CPU_PROFILER_TRUE@am__append_64 = getpc_test \
2465821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_CPU_PROFILER_TRUE@	profiledata_unittest \
2475821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_CPU_PROFILER_TRUE@	profile_handler_unittest \
2485821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_CPU_PROFILER_TRUE@	profiler_unittest.sh$(EXEEXT)
2495821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_CPU_PROFILER_TRUE@am__append_65 = $(profiler_unittest_sh_SOURCES)
2505821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
2515821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# These are sub-programs used by profiler_unittest.sh
2525821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_CPU_PROFILER_TRUE@am__append_66 = profiler1_unittest profiler2_unittest profiler3_unittest \
2535821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_CPU_PROFILER_TRUE@                   profiler4_unittest
2545821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
2555821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_CPU_PROFILER_FALSE@profiler2_unittest_DEPENDENCIES =
2565821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
2575821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)### Documentation
2585821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_CPU_PROFILER_TRUE@am__append_67 = doc/cpuprofile.html \
2595821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_CPU_PROFILER_TRUE@                 doc/cpuprofile-fileformat.html \
2605821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_CPU_PROFILER_TRUE@                 doc/pprof-test-big.gif \
2615821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_CPU_PROFILER_TRUE@                 doc/pprof-test.gif \
2625821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_CPU_PROFILER_TRUE@                 doc/pprof-vsnprintf-big.gif \
2635821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_CPU_PROFILER_TRUE@                 doc/pprof-vsnprintf.gif
2645821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
2655821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
2665821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)### ------- CPU profiler and heap checker, in one!
2675821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
2685821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# Ideally, folks who wanted to use both tcmalloc and libprofiler,
2695821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# could just link them both into their application.  But while this
2705821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# works fine for .so files, it does not for .a files.  The easiest way
2715821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# around this -- and I've tried a bunch of the hard ways -- is to just
2725821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# to create another set of libraries that has both functionality in it.
2735821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_CPU_PROFILER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__append_68 = libtcmalloc_and_profiler.la
2745821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_CPU_PROFILER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__append_69 = tcmalloc_and_profiler_unittest
2755821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_CPU_PROFILER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__append_70 = libtcmalloc_and_profiler.la
2765821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)subdir = .
2775821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)DIST_COMMON = README $(am__configure_deps) $(am__dist_doc_DATA_DIST) \
2785821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(am__perftoolsinclude_HEADERS_DIST) $(dist_man_MANS) \
2795821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(googleinclude_HEADERS) $(noinst_HEADERS) \
2805821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(srcdir)/Makefile.am $(srcdir)/Makefile.in \
2815821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(top_srcdir)/configure $(top_srcdir)/src/config.h.in \
2825821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(top_srcdir)/src/gperftools/tcmalloc.h.in \
2835821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(top_srcdir)/src/windows/gperftools/tcmalloc.h.in AUTHORS \
2845821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	COPYING ChangeLog INSTALL NEWS TODO compile config.guess \
2855821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	config.sub depcomp install-sh ltmain.sh missing mkinstalldirs
2865821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
2875821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)am__aclocal_m4_deps = $(top_srcdir)/m4/ac_have_attribute.m4 \
2885821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(top_srcdir)/m4/acx_nanosleep.m4 \
2895821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(top_srcdir)/m4/acx_pthread.m4 \
2905821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(top_srcdir)/m4/compiler_characteristics.m4 \
2915821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(top_srcdir)/m4/install_prefix.m4 $(top_srcdir)/m4/libtool.m4 \
2925821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
2935821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
2945821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(top_srcdir)/m4/namespaces.m4 \
2955821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(top_srcdir)/m4/pc_from_ucontext.m4 \
2965821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(top_srcdir)/m4/program_invocation_name.m4 \
2975821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(top_srcdir)/m4/stl_namespace.m4 $(top_srcdir)/configure.ac
2985821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
2995821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(ACLOCAL_M4)
3005821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
3015821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles) configure.lineno config.status.lineno
3025821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
3035821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)CONFIG_HEADER = $(top_builddir)/src/config.h
3045821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)CONFIG_CLEAN_FILES = src/gperftools/tcmalloc.h \
3055821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/windows/gperftools/tcmalloc.h
3065821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
3075821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)am__vpath_adj = case $$p in \
3085821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
3095821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)    *) f=$$p;; \
3105821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  esac;
3115821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
3125821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" \
3135821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	"$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)" \
3145821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	"$(DESTDIR)$(docdir)" "$(DESTDIR)$(pkgconfigdir)" \
3155821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	"$(DESTDIR)$(googleincludedir)" \
3165821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	"$(DESTDIR)$(perftoolsincludedir)" \
3175821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	"$(DESTDIR)$(perftoolsincludedir)"
3185821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)libLTLIBRARIES_INSTALL = $(INSTALL)
3195821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)LTLIBRARIES = $(lib_LTLIBRARIES) $(noinst_LTLIBRARIES)
3205821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)liblogging_la_LIBADD =
3215821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)am__objects_1 =
3225821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)am_liblogging_la_OBJECTS = logging.lo dynamic_annotations.lo \
3235821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(am__objects_1)
3245821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)liblogging_la_OBJECTS = $(am_liblogging_la_OBJECTS)
3255821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_CPU_PROFILER_TRUE@libprofiler_la_DEPENDENCIES =  \
3265821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_CPU_PROFILER_TRUE@	libstacktrace.la
3275821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)am__libprofiler_la_SOURCES_DIST = src/profiler.cc \
3285821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/profile-handler.cc src/profiledata.cc src/profiledata.h \
3295821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/profile-handler.h src/getpc.h src/base/basictypes.h \
3305821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/base/commandlineflags.h src/base/googleinit.h \
3315821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/base/logging.h src/base/simple_mutex.h src/base/sysinfo.h \
3325821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/base/spinlock.h src/base/spinlock_internal.h \
3335821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/base/atomicops.h src/base/atomicops-internals-macosx.h \
3345821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/base/atomicops-internals-linuxppc.h \
3355821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/base/atomicops-internals-windows.h \
3365821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/base/atomicops-internals-x86.h \
3375821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/base/spinlock_win32-inl.h src/base/spinlock_linux-inl.h \
3385821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/base/spinlock_posix-inl.h \
3395821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/base/synchronization_profiling.h \
3405821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/base/atomicops-internals-arm-generic.h \
3415821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/base/atomicops-internals-arm-v6plus.h \
3425821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/base/dynamic_annotations.h src/third_party/valgrind.h \
3435821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/gperftools/profiler.h src/gperftools/stacktrace.h
3445821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_CPU_PROFILER_TRUE@am__objects_2 = $(am__objects_1) \
3455821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_CPU_PROFILER_TRUE@	$(am__objects_1)
3465821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_CPU_PROFILER_TRUE@am__objects_3 = $(am__objects_2) \
3475821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_CPU_PROFILER_TRUE@	$(am__objects_1)
3485821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_CPU_PROFILER_TRUE@am_libprofiler_la_OBJECTS = profiler.lo \
3495821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_CPU_PROFILER_TRUE@	profile-handler.lo profiledata.lo \
3505821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_CPU_PROFILER_TRUE@	$(am__objects_3)
3515821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)libprofiler_la_OBJECTS = $(am_libprofiler_la_OBJECTS)
3525821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)libprofiler_la_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
3535821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
3545821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(CXXFLAGS) $(libprofiler_la_LDFLAGS) $(LDFLAGS) -o $@
3555821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_CPU_PROFILER_TRUE@am_libprofiler_la_rpath = -rpath $(libdir)
3565821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)am__DEPENDENCIES_1 =
3575821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@MINGW_FALSE@libspinlock_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
3585821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)am__libspinlock_la_SOURCES_DIST = src/base/spinlock.cc \
3595821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/base/spinlock_internal.cc \
3605821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/base/atomicops-internals-x86.cc src/base/spinlock.h \
3615821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/base/spinlock_internal.h src/base/atomicops.h \
3625821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/base/atomicops-internals-macosx.h \
3635821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/base/atomicops-internals-linuxppc.h \
3645821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/base/atomicops-internals-windows.h \
3655821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/base/atomicops-internals-x86.h \
3665821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/base/spinlock_win32-inl.h src/base/spinlock_linux-inl.h \
3675821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/base/spinlock_posix-inl.h \
3685821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/base/synchronization_profiling.h \
3695821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/base/atomicops-internals-arm-generic.h \
3705821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/base/atomicops-internals-arm-v6plus.h
3715821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@MINGW_FALSE@am_libspinlock_la_OBJECTS = spinlock.lo \
3725821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@MINGW_FALSE@	spinlock_internal.lo atomicops-internals-x86.lo \
3735821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@MINGW_FALSE@	$(am__objects_1)
3745821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@MINGW_TRUE@am_libspinlock_la_OBJECTS = spinlock.lo \
3755821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@MINGW_TRUE@	spinlock_internal.lo $(am__objects_1)
3765821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)libspinlock_la_OBJECTS = $(am_libspinlock_la_OBJECTS)
3775821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@MINGW_FALSE@am_libspinlock_la_rpath =
3785821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@MINGW_TRUE@am_libspinlock_la_rpath =
3795821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_STACK_TRACE_TRUE@libstacktrace_la_DEPENDENCIES =  \
3805821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_STACK_TRACE_TRUE@	$(am__DEPENDENCIES_1) $(LIBSPINLOCK)
3815821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)am__libstacktrace_la_SOURCES_DIST = src/stacktrace.cc \
3825821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/base/elf_mem_image.cc src/base/vdso_support.cc \
3835821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/stacktrace_config.h src/stacktrace_generic-inl.h \
3845821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/stacktrace_libunwind-inl.h src/stacktrace_arm-inl.h \
3855821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/stacktrace_powerpc-inl.h src/stacktrace_x86-inl.h \
3865821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/stacktrace_win32-inl.h src/base/elf_mem_image.h \
3875821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/base/vdso_support.h src/gperftools/stacktrace.h
3885821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_STACK_TRACE_TRUE@am__objects_4 = $(am__objects_1) \
3895821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_STACK_TRACE_TRUE@	$(am__objects_1)
3905821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_STACK_TRACE_TRUE@am_libstacktrace_la_OBJECTS = stacktrace.lo \
3915821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_STACK_TRACE_TRUE@	elf_mem_image.lo vdso_support.lo \
3925821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_STACK_TRACE_TRUE@	$(am__objects_4)
3935821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)libstacktrace_la_OBJECTS = $(am_libstacktrace_la_OBJECTS)
3945821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)libstacktrace_la_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
3955821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
3965821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(CXXFLAGS) $(libstacktrace_la_LDFLAGS) $(LDFLAGS) -o $@
3975821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_STACK_TRACE_TRUE@am_libstacktrace_la_rpath =
3985821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)libsysinfo_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
3995821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(am__DEPENDENCIES_1)
4005821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)am_libsysinfo_la_OBJECTS = sysinfo.lo $(am__objects_1)
4015821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)libsysinfo_la_OBJECTS = $(am_libsysinfo_la_OBJECTS)
4025821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@libtcmalloc_la_DEPENDENCIES =  \
4035821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@	libtcmalloc_internal.la \
4045821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@	$(am__DEPENDENCIES_1)
4055821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)am__libtcmalloc_la_SOURCES_DIST = src/tcmalloc.cc src/common.h \
4065821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/internal_logging.h src/system-alloc.h \
4075821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/packed-cache-inl.h src/base/spinlock.h \
4085821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/base/spinlock_internal.h src/base/atomicops.h \
4095821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/base/atomicops-internals-macosx.h \
4105821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/base/atomicops-internals-linuxppc.h \
4115821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/base/atomicops-internals-windows.h \
4125821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/base/atomicops-internals-x86.h \
4135821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/base/spinlock_win32-inl.h src/base/spinlock_linux-inl.h \
4145821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/base/spinlock_posix-inl.h \
4155821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/base/synchronization_profiling.h \
4165821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/base/atomicops-internals-arm-generic.h \
4175821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/base/atomicops-internals-arm-v6plus.h src/tcmalloc_guard.h \
4185821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/base/commandlineflags.h src/base/basictypes.h \
4195821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/pagemap.h src/sampler.h src/central_freelist.h \
4205821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/linked_list.h src/libc_override.h \
4215821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/libc_override_gcc_and_weak.h src/libc_override_glibc.h \
4225821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/libc_override_osx.h src/libc_override_redefine.h \
4235821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/page_heap.h src/page_heap_allocator.h src/span.h \
4245821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/static_vars.h src/symbolize.h src/thread_cache.h \
4255821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/stack_trace_table.h src/base/thread_annotations.h \
4265821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/malloc_hook-inl.h src/malloc_hook_mmap_linux.h \
4275821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/malloc_hook_mmap_freebsd.h src/maybe_threads.h \
4285821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/base/logging.h src/base/dynamic_annotations.h \
4295821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/third_party/valgrind.h src/addressmap-inl.h \
4305821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/raw_printer.h src/base/elfcore.h src/base/googleinit.h \
4315821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/base/linux_syscall_support.h src/base/linuxthreads.h \
4325821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/base/stl_allocator.h src/base/sysinfo.h \
4335821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/base/thread_lister.h src/heap-profile-table.h \
4345821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/gperftools/malloc_hook.h src/gperftools/malloc_hook_c.h \
4355821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/gperftools/malloc_extension.h \
4365821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/gperftools/malloc_extension_c.h \
4375821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/gperftools/stacktrace.h src/gperftools/heap-profiler.h \
4385821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/gperftools/heap-checker.h src/base/thread_lister.c \
4395821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/base/linuxthreads.cc src/heap-checker.cc \
4405821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/heap-checker-bcad.cc
4415821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@MINGW_FALSE@am__objects_5 = libtcmalloc_la-tcmalloc.lo
4425821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)am__objects_6 = $(am__objects_1)
4435821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__objects_7 = $(am__objects_6) \
4445821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@	$(am__objects_1)
4455821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__objects_8 = $(am__objects_1)
4465821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__objects_9 = $(am__objects_7) \
4475821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@	$(am__objects_8)
4485821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_CHECKER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__objects_10 = thread_lister.lo \
4495821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_CHECKER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@	libtcmalloc_la-linuxthreads.lo \
4505821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_CHECKER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@	libtcmalloc_la-heap-checker.lo \
4515821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_CHECKER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@	libtcmalloc_la-heap-checker-bcad.lo
4525821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_CHECKER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__objects_11 = $(am__objects_10)
4535821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am_libtcmalloc_la_OBJECTS =  \
4545821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@	$(am__objects_5) \
4555821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@	$(am__objects_9) \
4565821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@	$(am__objects_11)
4575821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)libtcmalloc_la_OBJECTS = $(am_libtcmalloc_la_OBJECTS)
4585821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)libtcmalloc_la_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
4595821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(LIBTOOLFLAGS) --mode=link $(CXXLD) \
4605821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(libtcmalloc_la_CXXFLAGS) $(CXXFLAGS) \
4615821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(libtcmalloc_la_LDFLAGS) $(LDFLAGS) -o $@
4625821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am_libtcmalloc_la_rpath = -rpath \
4635821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@	$(libdir)
4645821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__DEPENDENCIES_2 =  \
4655821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@	libtcmalloc_internal.la \
4665821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@	$(am__DEPENDENCIES_1)
4675821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_CPU_PROFILER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@libtcmalloc_and_profiler_la_DEPENDENCIES = $(am__DEPENDENCIES_2)
4685821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)am__libtcmalloc_and_profiler_la_SOURCES_DIST = src/tcmalloc.cc \
4695821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/common.h src/internal_logging.h src/system-alloc.h \
4705821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/packed-cache-inl.h src/base/spinlock.h \
4715821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/base/spinlock_internal.h src/base/atomicops.h \
4725821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/base/atomicops-internals-macosx.h \
4735821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/base/atomicops-internals-linuxppc.h \
4745821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/base/atomicops-internals-windows.h \
4755821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/base/atomicops-internals-x86.h \
4765821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/base/spinlock_win32-inl.h src/base/spinlock_linux-inl.h \
4775821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/base/spinlock_posix-inl.h \
4785821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/base/synchronization_profiling.h \
4795821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/base/atomicops-internals-arm-generic.h \
4805821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/base/atomicops-internals-arm-v6plus.h src/tcmalloc_guard.h \
4815821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/base/commandlineflags.h src/base/basictypes.h \
4825821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/pagemap.h src/sampler.h src/central_freelist.h \
4835821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/linked_list.h src/libc_override.h \
4845821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/libc_override_gcc_and_weak.h src/libc_override_glibc.h \
4855821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/libc_override_osx.h src/libc_override_redefine.h \
4865821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/page_heap.h src/page_heap_allocator.h src/span.h \
4875821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/static_vars.h src/symbolize.h src/thread_cache.h \
4885821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/stack_trace_table.h src/base/thread_annotations.h \
4895821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/malloc_hook-inl.h src/malloc_hook_mmap_linux.h \
4905821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/malloc_hook_mmap_freebsd.h src/maybe_threads.h \
4915821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/base/logging.h src/base/dynamic_annotations.h \
4925821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/third_party/valgrind.h src/addressmap-inl.h \
4935821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/raw_printer.h src/base/elfcore.h src/base/googleinit.h \
4945821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/base/linux_syscall_support.h src/base/linuxthreads.h \
4955821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/base/stl_allocator.h src/base/sysinfo.h \
4965821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/base/thread_lister.h src/heap-profile-table.h \
4975821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/gperftools/malloc_hook.h src/gperftools/malloc_hook_c.h \
4985821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/gperftools/malloc_extension.h \
4995821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/gperftools/malloc_extension_c.h \
5005821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/gperftools/stacktrace.h src/gperftools/heap-profiler.h \
5015821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/gperftools/heap-checker.h src/base/thread_lister.c \
5025821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/base/linuxthreads.cc src/heap-checker.cc \
5035821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/heap-checker-bcad.cc src/profiler.cc \
5045821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/profile-handler.cc src/profiledata.cc src/profiledata.h \
5055821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/profile-handler.h src/getpc.h src/base/simple_mutex.h \
5065821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/gperftools/profiler.h
5075821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@MINGW_FALSE@am__objects_12 = libtcmalloc_and_profiler_la-tcmalloc.lo
5085821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_CHECKER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__objects_13 = thread_lister.lo \
5095821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_CHECKER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@	libtcmalloc_and_profiler_la-linuxthreads.lo \
5105821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_CHECKER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@	libtcmalloc_and_profiler_la-heap-checker.lo \
5115821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_CHECKER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@	libtcmalloc_and_profiler_la-heap-checker-bcad.lo
5125821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_CHECKER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__objects_14 = $(am__objects_13)
5135821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__objects_15 =  \
5145821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@	$(am__objects_12) \
5155821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@	$(am__objects_9) \
5165821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@	$(am__objects_14)
5175821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_CPU_PROFILER_TRUE@am__objects_16 = libtcmalloc_and_profiler_la-profiler.lo \
5185821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_CPU_PROFILER_TRUE@	libtcmalloc_and_profiler_la-profile-handler.lo \
5195821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_CPU_PROFILER_TRUE@	libtcmalloc_and_profiler_la-profiledata.lo \
5205821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_CPU_PROFILER_TRUE@	$(am__objects_3)
5215821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_CPU_PROFILER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am_libtcmalloc_and_profiler_la_OBJECTS = $(am__objects_15) \
5225821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_CPU_PROFILER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@	$(am__objects_16)
5235821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)libtcmalloc_and_profiler_la_OBJECTS =  \
5245821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(am_libtcmalloc_and_profiler_la_OBJECTS)
5255821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)libtcmalloc_and_profiler_la_LINK = $(LIBTOOL) --tag=CXX \
5265821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
5275821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(libtcmalloc_and_profiler_la_CXXFLAGS) $(CXXFLAGS) \
5285821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(libtcmalloc_and_profiler_la_LDFLAGS) $(LDFLAGS) -o $@
5295821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_CPU_PROFILER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am_libtcmalloc_and_profiler_la_rpath = -rpath \
5305821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_CPU_PROFILER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@	$(libdir)
5315821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@libtcmalloc_debug_la_DEPENDENCIES = $(am__DEPENDENCIES_2)
5325821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)am__libtcmalloc_debug_la_SOURCES_DIST = src/debugallocation.cc \
5335821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/base/thread_lister.c src/base/linuxthreads.cc \
5345821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/heap-checker.cc src/heap-checker-bcad.cc src/common.h \
5355821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/internal_logging.h src/system-alloc.h \
5365821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/packed-cache-inl.h src/base/spinlock.h \
5375821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/base/spinlock_internal.h src/base/atomicops.h \
5385821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/base/atomicops-internals-macosx.h \
5395821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/base/atomicops-internals-linuxppc.h \
5405821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/base/atomicops-internals-windows.h \
5415821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/base/atomicops-internals-x86.h \
5425821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/base/spinlock_win32-inl.h src/base/spinlock_linux-inl.h \
5435821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/base/spinlock_posix-inl.h \
5445821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/base/synchronization_profiling.h \
5455821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/base/atomicops-internals-arm-generic.h \
5465821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/base/atomicops-internals-arm-v6plus.h src/tcmalloc_guard.h \
5475821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/base/commandlineflags.h src/base/basictypes.h \
5485821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/pagemap.h src/sampler.h src/central_freelist.h \
5495821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/linked_list.h src/libc_override.h \
5505821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/libc_override_gcc_and_weak.h src/libc_override_glibc.h \
5515821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/libc_override_osx.h src/libc_override_redefine.h \
5525821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/page_heap.h src/page_heap_allocator.h src/span.h \
5535821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/static_vars.h src/symbolize.h src/thread_cache.h \
5545821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/stack_trace_table.h src/base/thread_annotations.h \
5555821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/malloc_hook-inl.h src/malloc_hook_mmap_linux.h \
5565821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/malloc_hook_mmap_freebsd.h src/maybe_threads.h \
5575821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/base/logging.h src/base/dynamic_annotations.h \
5585821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/third_party/valgrind.h src/addressmap-inl.h \
5595821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/raw_printer.h src/base/elfcore.h src/base/googleinit.h \
5605821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/base/linux_syscall_support.h src/base/linuxthreads.h \
5615821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/base/stl_allocator.h src/base/sysinfo.h \
5625821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/base/thread_lister.h src/heap-profile-table.h \
5635821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/gperftools/malloc_hook.h src/gperftools/malloc_hook_c.h \
5645821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/gperftools/malloc_extension.h \
5655821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/gperftools/malloc_extension_c.h \
5665821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/gperftools/stacktrace.h src/gperftools/heap-profiler.h \
5675821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/gperftools/heap-checker.h
5685821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_CHECKER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__objects_17 = thread_lister.lo \
5695821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_CHECKER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@	libtcmalloc_debug_la-linuxthreads.lo \
5705821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_CHECKER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@	libtcmalloc_debug_la-heap-checker.lo \
5715821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_CHECKER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@	libtcmalloc_debug_la-heap-checker-bcad.lo
5725821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am_libtcmalloc_debug_la_OBJECTS = libtcmalloc_debug_la-debugallocation.lo \
5735821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@	$(am__objects_17) \
5745821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@	$(am__objects_9)
5755821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)libtcmalloc_debug_la_OBJECTS = $(am_libtcmalloc_debug_la_OBJECTS)
5765821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)libtcmalloc_debug_la_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
5775821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(LIBTOOLFLAGS) --mode=link $(CXXLD) \
5785821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(libtcmalloc_debug_la_CXXFLAGS) $(CXXFLAGS) \
5795821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(libtcmalloc_debug_la_LDFLAGS) $(LDFLAGS) -o $@
5805821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am_libtcmalloc_debug_la_rpath = -rpath \
5815821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@	$(libdir)
5825821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@libtcmalloc_internal_la_DEPENDENCIES =  \
5835821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@	libstacktrace.la \
5845821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@	$(am__DEPENDENCIES_1)
5855821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)am__libtcmalloc_internal_la_SOURCES_DIST = src/common.cc \
5865821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/internal_logging.cc src/system-alloc.cc \
5875821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/memfs_malloc.cc src/central_freelist.cc src/page_heap.cc \
5885821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/sampler.cc src/span.cc src/stack_trace_table.cc \
5895821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/static_vars.cc src/symbolize.cc src/thread_cache.cc \
5905821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/malloc_hook.cc src/malloc_extension.cc \
5915821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/maybe_threads.cc src/common.h src/internal_logging.h \
5925821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/system-alloc.h src/packed-cache-inl.h src/base/spinlock.h \
5935821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/base/spinlock_internal.h src/base/atomicops.h \
5945821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/base/atomicops-internals-macosx.h \
5955821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/base/atomicops-internals-linuxppc.h \
5965821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/base/atomicops-internals-windows.h \
5975821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/base/atomicops-internals-x86.h \
5985821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/base/spinlock_win32-inl.h src/base/spinlock_linux-inl.h \
5995821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/base/spinlock_posix-inl.h \
6005821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/base/synchronization_profiling.h \
6015821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/base/atomicops-internals-arm-generic.h \
6025821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/base/atomicops-internals-arm-v6plus.h src/tcmalloc_guard.h \
6035821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/base/commandlineflags.h src/base/basictypes.h \
6045821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/pagemap.h src/sampler.h src/central_freelist.h \
6055821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/linked_list.h src/libc_override.h \
6065821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/libc_override_gcc_and_weak.h src/libc_override_glibc.h \
6075821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/libc_override_osx.h src/libc_override_redefine.h \
6085821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/page_heap.h src/page_heap_allocator.h src/span.h \
6095821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/static_vars.h src/symbolize.h src/thread_cache.h \
6105821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/stack_trace_table.h src/base/thread_annotations.h \
6115821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/malloc_hook-inl.h src/malloc_hook_mmap_linux.h \
6125821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/malloc_hook_mmap_freebsd.h src/maybe_threads.h \
6135821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/gperftools/malloc_hook.h src/gperftools/malloc_hook_c.h \
6145821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/gperftools/malloc_extension.h \
6155821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/gperftools/malloc_extension_c.h \
6165821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/gperftools/stacktrace.h src/base/logging.h \
6175821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/base/dynamic_annotations.h src/third_party/valgrind.h \
6185821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/addressmap-inl.h src/raw_printer.h src/base/elfcore.h \
6195821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/base/googleinit.h src/base/linux_syscall_support.h \
6205821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/base/linuxthreads.h src/base/stl_allocator.h \
6215821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/base/sysinfo.h src/base/thread_lister.h \
6225821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/heap-profile-table.h src/gperftools/heap-profiler.h \
6235821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/gperftools/heap-checker.h src/base/low_level_alloc.cc \
6245821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/heap-profile-table.cc src/heap-profiler.cc \
6255821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/raw_printer.cc src/memory_region_map.cc
6265821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@MINGW_FALSE@am__objects_18 = libtcmalloc_internal_la-system-alloc.lo
6275821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@MINGW_FALSE@am__objects_19 =  \
6285821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@MINGW_FALSE@	libtcmalloc_internal_la-maybe_threads.lo
6295821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)am__objects_20 = $(am__objects_6) $(am__objects_1)
6305821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)am__objects_21 = libtcmalloc_internal_la-common.lo \
6315821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	libtcmalloc_internal_la-internal_logging.lo $(am__objects_18) \
6325821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	libtcmalloc_internal_la-memfs_malloc.lo \
6335821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	libtcmalloc_internal_la-central_freelist.lo \
6345821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	libtcmalloc_internal_la-page_heap.lo \
6355821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	libtcmalloc_internal_la-sampler.lo \
6365821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	libtcmalloc_internal_la-span.lo \
6375821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	libtcmalloc_internal_la-stack_trace_table.lo \
6385821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	libtcmalloc_internal_la-static_vars.lo \
6395821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	libtcmalloc_internal_la-symbolize.lo \
6405821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	libtcmalloc_internal_la-thread_cache.lo \
6415821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	libtcmalloc_internal_la-malloc_hook.lo \
6425821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	libtcmalloc_internal_la-malloc_extension.lo $(am__objects_19) \
6435821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(am__objects_20)
6445821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am_libtcmalloc_internal_la_OBJECTS =  \
6455821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@	$(am__objects_21) \
6465821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@	$(am__objects_9) \
6475821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@	libtcmalloc_internal_la-low_level_alloc.lo \
6485821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@	libtcmalloc_internal_la-heap-profile-table.lo \
6495821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@	libtcmalloc_internal_la-heap-profiler.lo \
6505821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@	libtcmalloc_internal_la-raw_printer.lo \
6515821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@	libtcmalloc_internal_la-memory_region_map.lo
6525821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)libtcmalloc_internal_la_OBJECTS =  \
6535821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(am_libtcmalloc_internal_la_OBJECTS)
6545821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)libtcmalloc_internal_la_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
6555821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(LIBTOOLFLAGS) --mode=link $(CXXLD) \
6565821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(libtcmalloc_internal_la_CXXFLAGS) $(CXXFLAGS) \
6575821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(libtcmalloc_internal_la_LDFLAGS) $(LDFLAGS) -o $@
6585821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am_libtcmalloc_internal_la_rpath =
6595821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)libtcmalloc_minimal_la_DEPENDENCIES = libtcmalloc_minimal_internal.la \
6605821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(am__DEPENDENCIES_1)
6615821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)am__libtcmalloc_minimal_la_SOURCES_DIST = src/tcmalloc.cc src/common.h \
6625821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/internal_logging.h src/system-alloc.h \
6635821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/packed-cache-inl.h src/base/spinlock.h \
6645821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/base/spinlock_internal.h src/base/atomicops.h \
6655821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/base/atomicops-internals-macosx.h \
6665821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/base/atomicops-internals-linuxppc.h \
6675821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/base/atomicops-internals-windows.h \
6685821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/base/atomicops-internals-x86.h \
6695821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/base/spinlock_win32-inl.h src/base/spinlock_linux-inl.h \
6705821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/base/spinlock_posix-inl.h \
6715821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/base/synchronization_profiling.h \
6725821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/base/atomicops-internals-arm-generic.h \
6735821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/base/atomicops-internals-arm-v6plus.h src/tcmalloc_guard.h \
6745821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/base/commandlineflags.h src/base/basictypes.h \
6755821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/pagemap.h src/sampler.h src/central_freelist.h \
6765821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/linked_list.h src/libc_override.h \
6775821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/libc_override_gcc_and_weak.h src/libc_override_glibc.h \
6785821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/libc_override_osx.h src/libc_override_redefine.h \
6795821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/page_heap.h src/page_heap_allocator.h src/span.h \
6805821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/static_vars.h src/symbolize.h src/thread_cache.h \
6815821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/stack_trace_table.h src/base/thread_annotations.h \
6825821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/malloc_hook-inl.h src/malloc_hook_mmap_linux.h \
6835821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/malloc_hook_mmap_freebsd.h src/maybe_threads.h \
6845821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/gperftools/malloc_hook.h src/gperftools/malloc_hook_c.h \
6855821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/gperftools/malloc_extension.h \
6865821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/gperftools/malloc_extension_c.h \
6875821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/gperftools/stacktrace.h
6885821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@MINGW_FALSE@am__objects_22 = libtcmalloc_minimal_la-tcmalloc.lo
6895821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)am_libtcmalloc_minimal_la_OBJECTS = $(am__objects_22) \
6905821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(am__objects_20)
6915821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)libtcmalloc_minimal_la_OBJECTS = $(am_libtcmalloc_minimal_la_OBJECTS)
6925821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)libtcmalloc_minimal_la_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
6935821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(LIBTOOLFLAGS) --mode=link $(CXXLD) \
6945821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(libtcmalloc_minimal_la_CXXFLAGS) $(CXXFLAGS) \
6955821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(libtcmalloc_minimal_la_LDFLAGS) $(LDFLAGS) -o $@
6965821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)am__DEPENDENCIES_3 = libtcmalloc_minimal_internal.la \
6975821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(am__DEPENDENCIES_1)
6985821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_DEBUGALLOC_TRUE@libtcmalloc_minimal_debug_la_DEPENDENCIES =  \
6995821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_DEBUGALLOC_TRUE@	$(am__DEPENDENCIES_3)
7005821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)am__libtcmalloc_minimal_debug_la_SOURCES_DIST =  \
7015821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/debugallocation.cc src/common.h src/internal_logging.h \
7025821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/system-alloc.h src/packed-cache-inl.h src/base/spinlock.h \
7035821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/base/spinlock_internal.h src/base/atomicops.h \
7045821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/base/atomicops-internals-macosx.h \
7055821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/base/atomicops-internals-linuxppc.h \
7065821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/base/atomicops-internals-windows.h \
7075821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/base/atomicops-internals-x86.h \
7085821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/base/spinlock_win32-inl.h src/base/spinlock_linux-inl.h \
7095821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/base/spinlock_posix-inl.h \
7105821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/base/synchronization_profiling.h \
7115821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/base/atomicops-internals-arm-generic.h \
7125821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/base/atomicops-internals-arm-v6plus.h src/tcmalloc_guard.h \
7135821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/base/commandlineflags.h src/base/basictypes.h \
7145821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/pagemap.h src/sampler.h src/central_freelist.h \
7155821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/linked_list.h src/libc_override.h \
7165821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/libc_override_gcc_and_weak.h src/libc_override_glibc.h \
7175821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/libc_override_osx.h src/libc_override_redefine.h \
7185821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/page_heap.h src/page_heap_allocator.h src/span.h \
7195821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/static_vars.h src/symbolize.h src/thread_cache.h \
7205821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/stack_trace_table.h src/base/thread_annotations.h \
7215821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/malloc_hook-inl.h src/malloc_hook_mmap_linux.h \
7225821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/malloc_hook_mmap_freebsd.h src/maybe_threads.h \
7235821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/gperftools/malloc_hook.h src/gperftools/malloc_hook_c.h \
7245821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/gperftools/malloc_extension.h \
7255821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/gperftools/malloc_extension_c.h \
7265821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/gperftools/stacktrace.h
7275821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_DEBUGALLOC_TRUE@am_libtcmalloc_minimal_debug_la_OBJECTS = libtcmalloc_minimal_debug_la-debugallocation.lo \
7285821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_DEBUGALLOC_TRUE@	$(am__objects_20)
7295821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)libtcmalloc_minimal_debug_la_OBJECTS =  \
7305821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(am_libtcmalloc_minimal_debug_la_OBJECTS)
7315821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)libtcmalloc_minimal_debug_la_LINK = $(LIBTOOL) --tag=CXX \
7325821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
7335821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(libtcmalloc_minimal_debug_la_CXXFLAGS) $(CXXFLAGS) \
7345821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(libtcmalloc_minimal_debug_la_LDFLAGS) $(LDFLAGS) -o $@
7355821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_DEBUGALLOC_TRUE@am_libtcmalloc_minimal_debug_la_rpath = -rpath \
7365821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_DEBUGALLOC_TRUE@	$(libdir)
7375821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)libtcmalloc_minimal_internal_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
7385821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(LIBSPINLOCK)
7395821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)am__libtcmalloc_minimal_internal_la_SOURCES_DIST = src/common.cc \
7405821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/internal_logging.cc src/system-alloc.cc \
7415821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/memfs_malloc.cc src/central_freelist.cc src/page_heap.cc \
7425821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/sampler.cc src/span.cc src/stack_trace_table.cc \
7435821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/static_vars.cc src/symbolize.cc src/thread_cache.cc \
7445821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/malloc_hook.cc src/malloc_extension.cc \
7455821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/maybe_threads.cc src/common.h src/internal_logging.h \
7465821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/system-alloc.h src/packed-cache-inl.h src/base/spinlock.h \
7475821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/base/spinlock_internal.h src/base/atomicops.h \
7485821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/base/atomicops-internals-macosx.h \
7495821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/base/atomicops-internals-linuxppc.h \
7505821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/base/atomicops-internals-windows.h \
7515821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/base/atomicops-internals-x86.h \
7525821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/base/spinlock_win32-inl.h src/base/spinlock_linux-inl.h \
7535821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/base/spinlock_posix-inl.h \
7545821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/base/synchronization_profiling.h \
7555821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/base/atomicops-internals-arm-generic.h \
7565821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/base/atomicops-internals-arm-v6plus.h src/tcmalloc_guard.h \
7575821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/base/commandlineflags.h src/base/basictypes.h \
7585821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/pagemap.h src/sampler.h src/central_freelist.h \
7595821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/linked_list.h src/libc_override.h \
7605821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/libc_override_gcc_and_weak.h src/libc_override_glibc.h \
7615821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/libc_override_osx.h src/libc_override_redefine.h \
7625821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/page_heap.h src/page_heap_allocator.h src/span.h \
7635821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/static_vars.h src/symbolize.h src/thread_cache.h \
7645821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/stack_trace_table.h src/base/thread_annotations.h \
7655821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/malloc_hook-inl.h src/malloc_hook_mmap_linux.h \
7665821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/malloc_hook_mmap_freebsd.h src/maybe_threads.h \
7675821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/gperftools/malloc_hook.h src/gperftools/malloc_hook_c.h \
7685821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/gperftools/malloc_extension.h \
7695821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/gperftools/malloc_extension_c.h \
7705821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/gperftools/stacktrace.h
7715821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@MINGW_FALSE@am__objects_23 =  \
7725821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@MINGW_FALSE@	libtcmalloc_minimal_internal_la-system-alloc.lo
7735821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@MINGW_FALSE@am__objects_24 =  \
7745821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@MINGW_FALSE@	libtcmalloc_minimal_internal_la-maybe_threads.lo
7755821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)am_libtcmalloc_minimal_internal_la_OBJECTS =  \
7765821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	libtcmalloc_minimal_internal_la-common.lo \
7775821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	libtcmalloc_minimal_internal_la-internal_logging.lo \
7785821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(am__objects_23) \
7795821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	libtcmalloc_minimal_internal_la-memfs_malloc.lo \
7805821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	libtcmalloc_minimal_internal_la-central_freelist.lo \
7815821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	libtcmalloc_minimal_internal_la-page_heap.lo \
7825821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	libtcmalloc_minimal_internal_la-sampler.lo \
7835821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	libtcmalloc_minimal_internal_la-span.lo \
7845821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	libtcmalloc_minimal_internal_la-stack_trace_table.lo \
7855821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	libtcmalloc_minimal_internal_la-static_vars.lo \
7865821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	libtcmalloc_minimal_internal_la-symbolize.lo \
7875821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	libtcmalloc_minimal_internal_la-thread_cache.lo \
7885821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	libtcmalloc_minimal_internal_la-malloc_hook.lo \
7895821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	libtcmalloc_minimal_internal_la-malloc_extension.lo \
7905821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(am__objects_24) $(am__objects_20)
7915821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)libtcmalloc_minimal_internal_la_OBJECTS =  \
7925821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(am_libtcmalloc_minimal_internal_la_OBJECTS)
7935821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)libtcmalloc_minimal_internal_la_LINK = $(LIBTOOL) --tag=CXX \
7945821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
7955821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(libtcmalloc_minimal_internal_la_CXXFLAGS) $(CXXFLAGS) \
7965821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(libtcmalloc_minimal_internal_la_LDFLAGS) $(LDFLAGS) -o $@
7975821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)libwindows_la_DEPENDENCIES =
7985821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)am__libwindows_la_SOURCES_DIST = src/windows/port.h \
7995821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/windows/mingw.h src/windows/mini_disassembler.h \
8005821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/windows/mini_disassembler_types.h \
8015821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/windows/preamble_patcher.h src/windows/port.cc \
8025821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/windows/ia32_modrm_map.cc src/windows/ia32_opcode_map.cc \
8035821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/windows/mini_disassembler.cc \
8045821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/windows/patch_functions.cc src/windows/preamble_patcher.cc \
8055821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/windows/preamble_patcher_with_stub.cc
8065821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@MINGW_TRUE@am_libwindows_la_OBJECTS = $(am__objects_1) port.lo \
8075821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@MINGW_TRUE@	ia32_modrm_map.lo ia32_opcode_map.lo \
8085821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@MINGW_TRUE@	mini_disassembler.lo patch_functions.lo \
8095821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@MINGW_TRUE@	preamble_patcher.lo preamble_patcher_with_stub.lo
8105821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)libwindows_la_OBJECTS = $(am_libwindows_la_OBJECTS)
8115821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@MINGW_TRUE@am_libwindows_la_rpath =
8125821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
8135821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_DEBUGALLOC_TRUE@@WITH_STACK_TRACE_TRUE@am__EXEEXT_1 = debugallocation_test$(EXEEXT)
8145821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__EXEEXT_2 =  \
8155821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@	sampling_test$(EXEEXT)
8165821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_TRUE@am__EXEEXT_3 =  \
8175821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_TRUE@	heap-profiler_unittest$(EXEEXT)
8185821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_CHECKER_TRUE@am__EXEEXT_4 = heap-checker_unittest$(EXEEXT)
8195821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__EXEEXT_5 = sampling_debug_test$(EXEEXT)
8205821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_TRUE@am__EXEEXT_6 = heap-profiler_debug_unittest$(EXEEXT)
8215821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_DEBUGALLOC_TRUE@@WITH_HEAP_CHECKER_TRUE@am__EXEEXT_7 = heap-checker_debug_unittest$(EXEEXT)
8225821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_CPU_PROFILER_TRUE@am__EXEEXT_8 = profiler1_unittest$(EXEEXT) \
8235821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_CPU_PROFILER_TRUE@	profiler2_unittest$(EXEEXT) \
8245821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_CPU_PROFILER_TRUE@	profiler3_unittest$(EXEEXT) \
8255821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_CPU_PROFILER_TRUE@	profiler4_unittest$(EXEEXT)
8265821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_STACK_TRACE_TRUE@am__EXEEXT_9 = stacktrace_unittest$(EXEEXT)
8275821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@MINGW_FALSE@am__EXEEXT_10 = system_alloc_unittest$(EXEEXT)
8285821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@ENABLE_STATIC_FALSE@@MINGW_FALSE@am__EXEEXT_11 = malloc_extension_c_test$(EXEEXT)
8295821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@MINGW_FALSE@@OSX_FALSE@am__EXEEXT_12 = memalign_unittest$(EXEEXT)
8305821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_DEBUGALLOC_TRUE@am__EXEEXT_13 = tcmalloc_minimal_debug_unittest$(EXEEXT) \
8315821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_DEBUGALLOC_TRUE@	malloc_extension_debug_test$(EXEEXT)
8325821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@MINGW_FALSE@@OSX_FALSE@@WITH_DEBUGALLOC_TRUE@am__EXEEXT_14 = memalign_debug_unittest$(EXEEXT)
8335821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_DEBUGALLOC_TRUE@am__EXEEXT_15 = realloc_debug_unittest$(EXEEXT)
8345821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__EXEEXT_16 = tcmalloc_unittest$(EXEEXT)
8355821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@OSX_FALSE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__EXEEXT_17 = tcmalloc_both_unittest$(EXEEXT)
8365821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__EXEEXT_18 = tcmalloc_large_unittest$(EXEEXT) \
8375821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@	raw_printer_test$(EXEEXT) \
8385821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@	sampler_test$(EXEEXT) \
8395821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@	sampling_test.sh$(EXEEXT)
8405821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_TRUE@am__EXEEXT_19 =  \
8415821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_TRUE@	heap-profiler_unittest.sh$(EXEEXT) \
8425821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_TRUE@	simple_compat_test$(EXEEXT)
8435821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__EXEEXT_20 = tcmalloc_debug_unittest$(EXEEXT) \
8445821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@	sampler_debug_test$(EXEEXT) \
8455821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@	sampling_debug_test.sh$(EXEEXT)
8465821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_CPU_PROFILER_TRUE@am__EXEEXT_21 = getpc_test$(EXEEXT) \
8475821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_CPU_PROFILER_TRUE@	profiledata_unittest$(EXEEXT) \
8485821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_CPU_PROFILER_TRUE@	profile_handler_unittest$(EXEEXT) \
8495821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_CPU_PROFILER_TRUE@	profiler_unittest.sh$(EXEEXT)
8505821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_CPU_PROFILER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__EXEEXT_22 = tcmalloc_and_profiler_unittest$(EXEEXT)
8515821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)am__EXEEXT_23 = low_level_alloc_unittest$(EXEEXT) \
8525821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	atomicops_unittest$(EXEEXT) $(am__EXEEXT_9) \
8535821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	tcmalloc_minimal_unittest$(EXEEXT) \
8545821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	tcmalloc_minimal_large_unittest$(EXEEXT) $(am__append_17) \
8555821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	addressmap_unittest$(EXEEXT) $(am__EXEEXT_10) \
8565821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	packed_cache_test$(EXEEXT) frag_unittest$(EXEEXT) \
8575821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	markidle_unittest$(EXEEXT) \
8585821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	current_allocated_bytes_test$(EXEEXT) \
8595821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	malloc_hook_test$(EXEEXT) malloc_extension_test$(EXEEXT) \
8605821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(am__EXEEXT_11) $(am__EXEEXT_12) page_heap_test$(EXEEXT) \
8615821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	pagemap_unittest$(EXEEXT) realloc_unittest$(EXEEXT) \
8625821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	stack_trace_table_test$(EXEEXT) \
8635821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	thread_dealloc_unittest$(EXEEXT) $(am__EXEEXT_13) \
8645821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(am__EXEEXT_14) $(am__EXEEXT_15) $(am__append_29) \
8655821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(am__EXEEXT_16) $(am__EXEEXT_17) $(am__EXEEXT_18) \
8665821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(am__EXEEXT_19) $(am__append_49) $(am__EXEEXT_20) \
8675821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(am__append_58) $(am__append_60) $(am__EXEEXT_21) \
8685821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(am__EXEEXT_22)
8695821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)PROGRAMS = $(bin_PROGRAMS) $(noinst_PROGRAMS)
8705821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)am__addressmap_unittest_SOURCES_DIST =  \
8715821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/tests/addressmap_unittest.cc src/addressmap-inl.h \
8725821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/base/commandlineflags.h src/base/logging.h \
8735821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/base/basictypes.h src/base/dynamic_annotations.h \
8745821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/third_party/valgrind.h src/windows/port.h \
8755821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/windows/port.cc
8765821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@MINGW_TRUE@am__objects_25 = addressmap_unittest-port.$(OBJEXT)
8775821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)am_addressmap_unittest_OBJECTS =  \
8785821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	addressmap_unittest-addressmap_unittest.$(OBJEXT) \
8795821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(am__objects_6) $(am__objects_25)
8805821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)addressmap_unittest_OBJECTS = $(am_addressmap_unittest_OBJECTS)
8815821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)addressmap_unittest_DEPENDENCIES = liblogging.la
8825821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)addressmap_unittest_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
8835821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(LIBTOOLFLAGS) --mode=link $(CXXLD) \
8845821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(addressmap_unittest_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \
8855821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(LDFLAGS) -o $@
8865821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)am_atomicops_unittest_OBJECTS = atomicops_unittest.$(OBJEXT) \
8875821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(am__objects_6)
8885821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)atomicops_unittest_OBJECTS = $(am_atomicops_unittest_OBJECTS)
8895821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)atomicops_unittest_DEPENDENCIES = $(LIBSPINLOCK)
8905821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)am_current_allocated_bytes_test_OBJECTS = current_allocated_bytes_test-current_allocated_bytes_test.$(OBJEXT)
8915821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)current_allocated_bytes_test_OBJECTS =  \
8925821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(am_current_allocated_bytes_test_OBJECTS)
8935821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)current_allocated_bytes_test_DEPENDENCIES = $(LIBTCMALLOC_MINIMAL) \
8945821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(am__DEPENDENCIES_1)
8955821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)current_allocated_bytes_test_LINK = $(LIBTOOL) --tag=CXX \
8965821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
8975821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(current_allocated_bytes_test_CXXFLAGS) $(CXXFLAGS) \
8985821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(current_allocated_bytes_test_LDFLAGS) $(LDFLAGS) -o $@
8995821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)am__debugallocation_test_SOURCES_DIST =  \
9005821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/tests/debugallocation_test.cc
9015821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_DEBUGALLOC_TRUE@@WITH_STACK_TRACE_TRUE@am_debugallocation_test_OBJECTS = debugallocation_test-debugallocation_test.$(OBJEXT)
9025821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)debugallocation_test_OBJECTS = $(am_debugallocation_test_OBJECTS)
9035821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_DEBUGALLOC_TRUE@@WITH_STACK_TRACE_TRUE@debugallocation_test_DEPENDENCIES = libtcmalloc_debug.la \
9045821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_DEBUGALLOC_TRUE@@WITH_STACK_TRACE_TRUE@	$(am__DEPENDENCIES_1)
9055821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)debugallocation_test_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
9065821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(LIBTOOLFLAGS) --mode=link $(CXXLD) \
9075821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(debugallocation_test_CXXFLAGS) $(CXXFLAGS) \
9085821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(debugallocation_test_LDFLAGS) $(LDFLAGS) -o $@
9095821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)am__debugallocation_test_sh_SOURCES_DIST =  \
9105821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/tests/debugallocation_test.sh
9115821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)am_debugallocation_test_sh_OBJECTS =
9125821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)debugallocation_test_sh_OBJECTS =  \
9135821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(am_debugallocation_test_sh_OBJECTS)
9145821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)debugallocation_test_sh_LDADD = $(LDADD)
9155821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)am_frag_unittest_OBJECTS = frag_unittest-frag_unittest.$(OBJEXT)
9165821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)frag_unittest_OBJECTS = $(am_frag_unittest_OBJECTS)
9175821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)frag_unittest_DEPENDENCIES = $(LIBTCMALLOC_MINIMAL) \
9185821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(am__DEPENDENCIES_1)
9195821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)frag_unittest_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
9205821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(LIBTOOLFLAGS) --mode=link $(CXXLD) $(frag_unittest_CXXFLAGS) \
9215821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(CXXFLAGS) $(frag_unittest_LDFLAGS) $(LDFLAGS) -o $@
9225821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)am__getpc_test_SOURCES_DIST = src/tests/getpc_test.cc src/getpc.h
9235821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_CPU_PROFILER_TRUE@am_getpc_test_OBJECTS = getpc_test.$(OBJEXT)
9245821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)getpc_test_OBJECTS = $(am_getpc_test_OBJECTS)
9255821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)getpc_test_LDADD = $(LDADD)
9265821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)am__heap_checker_death_unittest_sh_SOURCES_DIST =  \
9275821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/tests/heap-checker-death_unittest.sh
9285821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)am_heap_checker_death_unittest_sh_OBJECTS =
9295821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)heap_checker_death_unittest_sh_OBJECTS =  \
9305821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(am_heap_checker_death_unittest_sh_OBJECTS)
9315821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)heap_checker_death_unittest_sh_LDADD = $(LDADD)
9325821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)am__heap_checker_debug_unittest_SOURCES_DIST =  \
9335821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/tests/heap-checker_unittest.cc src/config_for_unittests.h \
9345821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/memory_region_map.h src/base/commandlineflags.h \
9355821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/base/googleinit.h src/gperftools/heap-checker.h \
9365821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/base/logging.h src/base/basictypes.h \
9375821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/base/dynamic_annotations.h src/third_party/valgrind.h
9385821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_CHECKER_TRUE@am__objects_26 = $(am__objects_1)
9395821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_CHECKER_TRUE@am__objects_27 = heap_checker_debug_unittest-heap-checker_unittest.$(OBJEXT) \
9405821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_CHECKER_TRUE@	$(am__objects_26)
9415821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_DEBUGALLOC_TRUE@@WITH_HEAP_CHECKER_TRUE@am_heap_checker_debug_unittest_OBJECTS = $(am__objects_27)
9425821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)heap_checker_debug_unittest_OBJECTS =  \
9435821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(am_heap_checker_debug_unittest_OBJECTS)
9445821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_DEBUGALLOC_TRUE@@WITH_HEAP_CHECKER_TRUE@heap_checker_debug_unittest_DEPENDENCIES = libtcmalloc_debug.la \
9455821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_DEBUGALLOC_TRUE@@WITH_HEAP_CHECKER_TRUE@	liblogging.la \
9465821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_DEBUGALLOC_TRUE@@WITH_HEAP_CHECKER_TRUE@	$(am__DEPENDENCIES_1)
9475821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)heap_checker_debug_unittest_LINK = $(LIBTOOL) --tag=CXX \
9485821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
9495821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(heap_checker_debug_unittest_CXXFLAGS) $(CXXFLAGS) \
9505821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(heap_checker_debug_unittest_LDFLAGS) $(LDFLAGS) -o $@
9515821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)am__heap_checker_debug_unittest_sh_SOURCES_DIST =  \
9525821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/tests/heap-checker_unittest.sh
9535821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)am_heap_checker_debug_unittest_sh_OBJECTS =
9545821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)heap_checker_debug_unittest_sh_OBJECTS =  \
9555821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(am_heap_checker_debug_unittest_sh_OBJECTS)
9565821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)heap_checker_debug_unittest_sh_LDADD = $(LDADD)
9575821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)am__heap_checker_unittest_SOURCES_DIST =  \
9585821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/tests/heap-checker_unittest.cc src/config_for_unittests.h \
9595821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/memory_region_map.h src/base/commandlineflags.h \
9605821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/base/googleinit.h src/gperftools/heap-checker.h \
9615821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/base/logging.h src/base/basictypes.h \
9625821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/base/dynamic_annotations.h src/third_party/valgrind.h
9635821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_CHECKER_TRUE@am_heap_checker_unittest_OBJECTS = heap_checker_unittest-heap-checker_unittest.$(OBJEXT) \
9645821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_CHECKER_TRUE@	$(am__objects_26)
9655821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)heap_checker_unittest_OBJECTS = $(am_heap_checker_unittest_OBJECTS)
9665821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_CHECKER_TRUE@heap_checker_unittest_DEPENDENCIES =  \
9675821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_CHECKER_TRUE@	$(LIBTCMALLOC) liblogging.la \
9685821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_CHECKER_TRUE@	$(am__DEPENDENCIES_1)
9695821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)heap_checker_unittest_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
9705821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(LIBTOOLFLAGS) --mode=link $(CXXLD) \
9715821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(heap_checker_unittest_CXXFLAGS) $(CXXFLAGS) \
9725821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(heap_checker_unittest_LDFLAGS) $(LDFLAGS) -o $@
9735821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)am__heap_checker_unittest_sh_SOURCES_DIST =  \
9745821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/tests/heap-checker_unittest.sh
9755821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)am_heap_checker_unittest_sh_OBJECTS =
9765821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)heap_checker_unittest_sh_OBJECTS =  \
9775821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(am_heap_checker_unittest_sh_OBJECTS)
9785821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)heap_checker_unittest_sh_LDADD = $(LDADD)
9795821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)am__heap_profiler_debug_unittest_SOURCES_DIST =  \
9805821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/tests/heap-profiler_unittest.cc src/config_for_unittests.h \
9815821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/gperftools/heap-profiler.h
9825821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_TRUE@am__objects_28 = heap_profiler_debug_unittest-heap-profiler_unittest.$(OBJEXT) \
9835821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_TRUE@	$(am__objects_1)
9845821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_TRUE@am_heap_profiler_debug_unittest_OBJECTS = $(am__objects_28)
9855821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)heap_profiler_debug_unittest_OBJECTS =  \
9865821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(am_heap_profiler_debug_unittest_OBJECTS)
9875821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_TRUE@heap_profiler_debug_unittest_DEPENDENCIES = libtcmalloc_debug.la \
9885821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_TRUE@	$(am__DEPENDENCIES_1)
9895821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)heap_profiler_debug_unittest_LINK = $(LIBTOOL) --tag=CXX \
9905821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
9915821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(heap_profiler_debug_unittest_CXXFLAGS) $(CXXFLAGS) \
9925821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(heap_profiler_debug_unittest_LDFLAGS) $(LDFLAGS) -o $@
9935821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)am__heap_profiler_debug_unittest_sh_SOURCES_DIST =  \
9945821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/tests/heap-profiler_unittest.sh
9955821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)am_heap_profiler_debug_unittest_sh_OBJECTS =
9965821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)heap_profiler_debug_unittest_sh_OBJECTS =  \
9975821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(am_heap_profiler_debug_unittest_sh_OBJECTS)
9985821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)heap_profiler_debug_unittest_sh_LDADD = $(LDADD)
9995821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)am__heap_profiler_unittest_SOURCES_DIST =  \
10005821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/tests/heap-profiler_unittest.cc src/config_for_unittests.h \
10015821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/gperftools/heap-profiler.h
10025821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_TRUE@am_heap_profiler_unittest_OBJECTS = heap_profiler_unittest-heap-profiler_unittest.$(OBJEXT) \
10035821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_TRUE@	$(am__objects_1)
10045821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)heap_profiler_unittest_OBJECTS = $(am_heap_profiler_unittest_OBJECTS)
10055821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_TRUE@heap_profiler_unittest_DEPENDENCIES =  \
10065821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_TRUE@	$(LIBTCMALLOC) $(am__DEPENDENCIES_1)
10075821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)heap_profiler_unittest_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
10085821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(LIBTOOLFLAGS) --mode=link $(CXXLD) \
10095821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(heap_profiler_unittest_CXXFLAGS) $(CXXFLAGS) \
10105821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(heap_profiler_unittest_LDFLAGS) $(LDFLAGS) -o $@
10115821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)am__heap_profiler_unittest_sh_SOURCES_DIST =  \
10125821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/tests/heap-profiler_unittest.sh
10135821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)am_heap_profiler_unittest_sh_OBJECTS =
10145821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)heap_profiler_unittest_sh_OBJECTS =  \
10155821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(am_heap_profiler_unittest_sh_OBJECTS)
10165821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)heap_profiler_unittest_sh_LDADD = $(LDADD)
10175821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)am__low_level_alloc_unittest_SOURCES_DIST =  \
10185821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/base/low_level_alloc.cc src/malloc_hook.cc \
10195821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/maybe_threads.cc src/tests/low_level_alloc_unittest.cc \
10205821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/base/low_level_alloc.h src/base/basictypes.h \
10215821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/gperftools/malloc_hook.h src/gperftools/malloc_hook_c.h \
10225821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/malloc_hook-inl.h src/malloc_hook_mmap_linux.h \
10235821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/malloc_hook_mmap_freebsd.h src/base/spinlock.h \
10245821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/base/spinlock_internal.h src/base/atomicops.h \
10255821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/base/atomicops-internals-macosx.h \
10265821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/base/atomicops-internals-linuxppc.h \
10275821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/base/atomicops-internals-windows.h \
10285821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/base/atomicops-internals-x86.h \
10295821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/base/spinlock_win32-inl.h src/base/spinlock_linux-inl.h \
10305821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/base/spinlock_posix-inl.h \
10315821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/base/synchronization_profiling.h \
10325821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/base/atomicops-internals-arm-generic.h \
10335821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/base/atomicops-internals-arm-v6plus.h src/base/logging.h \
10345821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/base/commandlineflags.h src/base/dynamic_annotations.h \
10355821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/third_party/valgrind.h
10365821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@MINGW_FALSE@am__objects_29 =  \
10375821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@MINGW_FALSE@	low_level_alloc_unittest-maybe_threads.$(OBJEXT)
10385821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)am__objects_30 = $(am__objects_1) $(am__objects_1)
10395821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)am_low_level_alloc_unittest_OBJECTS =  \
10405821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	low_level_alloc_unittest-low_level_alloc.$(OBJEXT) \
10415821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	low_level_alloc_unittest-malloc_hook.$(OBJEXT) \
10425821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(am__objects_29) \
10435821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	low_level_alloc_unittest-low_level_alloc_unittest.$(OBJEXT) \
10445821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(am__objects_30)
10455821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)low_level_alloc_unittest_OBJECTS =  \
10465821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(am_low_level_alloc_unittest_OBJECTS)
10475821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)low_level_alloc_unittest_DEPENDENCIES = $(LIBSPINLOCK)
10485821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)low_level_alloc_unittest_LINK = $(LIBTOOL) --tag=CXX \
10495821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
10505821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(low_level_alloc_unittest_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \
10515821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(LDFLAGS) -o $@
10525821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)am__malloc_extension_c_test_SOURCES_DIST =  \
10535821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/tests/malloc_extension_c_test.c \
10545821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/gperftools/malloc_extension.h \
10555821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/gperftools/malloc_extension_c.h
10565821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@ENABLE_STATIC_FALSE@@MINGW_FALSE@am_malloc_extension_c_test_OBJECTS = malloc_extension_c_test-malloc_extension_c_test.$(OBJEXT)
10575821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)malloc_extension_c_test_OBJECTS =  \
10585821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(am_malloc_extension_c_test_OBJECTS)
10595821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@ENABLE_STATIC_FALSE@@MINGW_FALSE@malloc_extension_c_test_DEPENDENCIES =  \
10605821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@ENABLE_STATIC_FALSE@@MINGW_FALSE@	$(LIBTCMALLOC_MINIMAL) \
10615821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@ENABLE_STATIC_FALSE@@MINGW_FALSE@	$(am__DEPENDENCIES_1)
10625821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)malloc_extension_c_test_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
10635821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(LIBTOOLFLAGS) --mode=link $(CCLD) \
10645821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(malloc_extension_c_test_CFLAGS) $(CFLAGS) \
10655821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(malloc_extension_c_test_LDFLAGS) $(LDFLAGS) -o $@
10665821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)am__malloc_extension_debug_test_SOURCES_DIST =  \
10675821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/tests/malloc_extension_test.cc src/config_for_unittests.h \
10685821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/base/logging.h src/gperftools/malloc_extension.h \
10695821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/gperftools/malloc_extension_c.h
10705821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)am__objects_31 =  \
10715821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	malloc_extension_debug_test-malloc_extension_test.$(OBJEXT)
10725821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_DEBUGALLOC_TRUE@am_malloc_extension_debug_test_OBJECTS =  \
10735821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_DEBUGALLOC_TRUE@	$(am__objects_31)
10745821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)malloc_extension_debug_test_OBJECTS =  \
10755821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(am_malloc_extension_debug_test_OBJECTS)
10765821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_DEBUGALLOC_TRUE@malloc_extension_debug_test_DEPENDENCIES =  \
10775821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_DEBUGALLOC_TRUE@	libtcmalloc_minimal_debug.la \
10785821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_DEBUGALLOC_TRUE@	$(am__DEPENDENCIES_1)
10795821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)malloc_extension_debug_test_LINK = $(LIBTOOL) --tag=CXX \
10805821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
10815821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(malloc_extension_debug_test_CXXFLAGS) $(CXXFLAGS) \
10825821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(malloc_extension_debug_test_LDFLAGS) $(LDFLAGS) -o $@
10835821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)am_malloc_extension_test_OBJECTS =  \
10845821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	malloc_extension_test-malloc_extension_test.$(OBJEXT)
10855821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)malloc_extension_test_OBJECTS = $(am_malloc_extension_test_OBJECTS)
10865821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)malloc_extension_test_DEPENDENCIES = $(LIBTCMALLOC_MINIMAL) \
10875821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(am__DEPENDENCIES_1)
10885821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)malloc_extension_test_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
10895821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(LIBTOOLFLAGS) --mode=link $(CXXLD) \
10905821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(malloc_extension_test_CXXFLAGS) $(CXXFLAGS) \
10915821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(malloc_extension_test_LDFLAGS) $(LDFLAGS) -o $@
10925821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)am_malloc_hook_test_OBJECTS =  \
10935821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	malloc_hook_test-malloc_hook_test.$(OBJEXT) \
10945821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	malloc_hook_test-testutil.$(OBJEXT)
10955821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)malloc_hook_test_OBJECTS = $(am_malloc_hook_test_OBJECTS)
10965821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)malloc_hook_test_DEPENDENCIES = $(LIBTCMALLOC_MINIMAL) \
10975821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(am__DEPENDENCIES_1)
10985821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)malloc_hook_test_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
10995821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(LIBTOOLFLAGS) --mode=link $(CXXLD) \
11005821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(malloc_hook_test_CXXFLAGS) $(CXXFLAGS) \
11015821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(malloc_hook_test_LDFLAGS) $(LDFLAGS) -o $@
11025821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)am_markidle_unittest_OBJECTS =  \
11035821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	markidle_unittest-markidle_unittest.$(OBJEXT) \
11045821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	markidle_unittest-testutil.$(OBJEXT)
11055821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)markidle_unittest_OBJECTS = $(am_markidle_unittest_OBJECTS)
11065821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)markidle_unittest_DEPENDENCIES = $(LIBTCMALLOC_MINIMAL) \
11075821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(am__DEPENDENCIES_1)
11085821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)markidle_unittest_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
11095821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(LIBTOOLFLAGS) --mode=link $(CXXLD) \
11105821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(markidle_unittest_CXXFLAGS) $(CXXFLAGS) \
11115821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(markidle_unittest_LDFLAGS) $(LDFLAGS) -o $@
11125821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)am__maybe_threads_unittest_sh_SOURCES_DIST =  \
11135821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/tests/maybe_threads_unittest.sh
11145821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)am_maybe_threads_unittest_sh_OBJECTS =
11155821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)maybe_threads_unittest_sh_OBJECTS =  \
11165821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(am_maybe_threads_unittest_sh_OBJECTS)
11175821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)maybe_threads_unittest_sh_LDADD = $(LDADD)
11185821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)am__memalign_debug_unittest_SOURCES_DIST =  \
11195821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/tests/memalign_unittest.cc src/tcmalloc.h \
11205821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/config_for_unittests.h src/tests/testutil.h \
11215821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/tests/testutil.cc
11225821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@MINGW_FALSE@@OSX_FALSE@am__objects_32 = memalign_debug_unittest-memalign_unittest.$(OBJEXT) \
11235821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@MINGW_FALSE@@OSX_FALSE@	memalign_debug_unittest-testutil.$(OBJEXT)
11245821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@MINGW_FALSE@@OSX_FALSE@@WITH_DEBUGALLOC_TRUE@am_memalign_debug_unittest_OBJECTS = $(am__objects_32)
11255821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)memalign_debug_unittest_OBJECTS =  \
11265821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(am_memalign_debug_unittest_OBJECTS)
11275821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@MINGW_FALSE@@OSX_FALSE@@WITH_DEBUGALLOC_TRUE@memalign_debug_unittest_DEPENDENCIES = libtcmalloc_minimal_debug.la \
11285821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@MINGW_FALSE@@OSX_FALSE@@WITH_DEBUGALLOC_TRUE@	$(am__DEPENDENCIES_1)
11295821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)memalign_debug_unittest_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
11305821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(LIBTOOLFLAGS) --mode=link $(CXXLD) \
11315821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(memalign_debug_unittest_CXXFLAGS) $(CXXFLAGS) \
11325821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(memalign_debug_unittest_LDFLAGS) $(LDFLAGS) -o $@
11335821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)am__memalign_unittest_SOURCES_DIST = src/tests/memalign_unittest.cc \
11345821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/tcmalloc.h src/config_for_unittests.h src/tests/testutil.h \
11355821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/tests/testutil.cc
11365821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@MINGW_FALSE@@OSX_FALSE@am_memalign_unittest_OBJECTS = memalign_unittest-memalign_unittest.$(OBJEXT) \
11375821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@MINGW_FALSE@@OSX_FALSE@	memalign_unittest-testutil.$(OBJEXT)
11385821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)memalign_unittest_OBJECTS = $(am_memalign_unittest_OBJECTS)
11395821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@MINGW_FALSE@@OSX_FALSE@memalign_unittest_DEPENDENCIES =  \
11405821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@MINGW_FALSE@@OSX_FALSE@	$(LIBTCMALLOC_MINIMAL) \
11415821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@MINGW_FALSE@@OSX_FALSE@	$(am__DEPENDENCIES_1)
11425821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)memalign_unittest_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
11435821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(LIBTOOLFLAGS) --mode=link $(CXXLD) \
11445821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(memalign_unittest_CXXFLAGS) $(CXXFLAGS) \
11455821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(memalign_unittest_LDFLAGS) $(LDFLAGS) -o $@
11465821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)am_packed_cache_test_OBJECTS =  \
11475821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	packed_cache_test-packed-cache_test.$(OBJEXT)
11485821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)packed_cache_test_OBJECTS = $(am_packed_cache_test_OBJECTS)
11495821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)packed_cache_test_DEPENDENCIES = $(LIBTCMALLOC_MINIMAL) \
11505821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(am__DEPENDENCIES_1)
11515821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)packed_cache_test_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
11525821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(LIBTOOLFLAGS) --mode=link $(CXXLD) \
11535821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(packed_cache_test_CXXFLAGS) $(CXXFLAGS) \
11545821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(packed_cache_test_LDFLAGS) $(LDFLAGS) -o $@
11555821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)am_page_heap_test_OBJECTS = page_heap_test-page_heap_test.$(OBJEXT)
11565821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)page_heap_test_OBJECTS = $(am_page_heap_test_OBJECTS)
11575821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)page_heap_test_DEPENDENCIES = $(LIBTCMALLOC_MINIMAL) \
11585821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(am__DEPENDENCIES_1)
11595821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)page_heap_test_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
11605821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(LIBTOOLFLAGS) --mode=link $(CXXLD) \
11615821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(page_heap_test_CXXFLAGS) $(CXXFLAGS) \
11625821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(page_heap_test_LDFLAGS) $(LDFLAGS) -o $@
11635821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)am_pagemap_unittest_OBJECTS =  \
11645821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	pagemap_unittest-pagemap_unittest.$(OBJEXT)
11655821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)pagemap_unittest_OBJECTS = $(am_pagemap_unittest_OBJECTS)
11665821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)pagemap_unittest_DEPENDENCIES = $(LIBTCMALLOC_MINIMAL) \
11675821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(am__DEPENDENCIES_1)
11685821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)pagemap_unittest_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
11695821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(LIBTOOLFLAGS) --mode=link $(CXXLD) \
11705821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(pagemap_unittest_CXXFLAGS) $(CXXFLAGS) \
11715821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(pagemap_unittest_LDFLAGS) $(LDFLAGS) -o $@
11725821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)am__profile_handler_unittest_SOURCES_DIST =  \
11735821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/tests/profile-handler_unittest.cc src/profile-handler.h
11745821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_CPU_PROFILER_TRUE@am_profile_handler_unittest_OBJECTS = profile_handler_unittest-profile-handler_unittest.$(OBJEXT)
11755821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)profile_handler_unittest_OBJECTS =  \
11765821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(am_profile_handler_unittest_OBJECTS)
11775821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_CPU_PROFILER_TRUE@profile_handler_unittest_DEPENDENCIES =  \
11785821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_CPU_PROFILER_TRUE@	$(LIBPROFILER) $(am__DEPENDENCIES_1)
11795821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)profile_handler_unittest_LINK = $(LIBTOOL) --tag=CXX \
11805821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
11815821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(profile_handler_unittest_CXXFLAGS) $(CXXFLAGS) \
11825821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(profile_handler_unittest_LDFLAGS) $(LDFLAGS) -o $@
11835821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)am__profiledata_unittest_SOURCES_DIST =  \
11845821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/tests/profiledata_unittest.cc src/profiledata.h \
11855821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/base/commandlineflags.h src/base/logging.h \
11865821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/base/basictypes.h
11875821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_CPU_PROFILER_TRUE@am_profiledata_unittest_OBJECTS =  \
11885821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_CPU_PROFILER_TRUE@	profiledata_unittest.$(OBJEXT)
11895821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)profiledata_unittest_OBJECTS = $(am_profiledata_unittest_OBJECTS)
11905821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_CPU_PROFILER_TRUE@profiledata_unittest_DEPENDENCIES =  \
11915821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_CPU_PROFILER_TRUE@	$(LIBPROFILER)
11925821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)am__profiler1_unittest_SOURCES_DIST = src/tests/profiler_unittest.cc \
11935821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/tests/testutil.h src/tests/testutil.cc \
11945821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/config_for_unittests.h src/gperftools/profiler.h
11955821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_CPU_PROFILER_TRUE@am__objects_33 = profiler1_unittest-profiler_unittest.$(OBJEXT) \
11965821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_CPU_PROFILER_TRUE@	profiler1_unittest-testutil.$(OBJEXT) \
11975821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_CPU_PROFILER_TRUE@	$(am__objects_1)
11985821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_CPU_PROFILER_TRUE@am_profiler1_unittest_OBJECTS =  \
11995821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_CPU_PROFILER_TRUE@	$(am__objects_33)
12005821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)profiler1_unittest_OBJECTS = $(am_profiler1_unittest_OBJECTS)
12015821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_CPU_PROFILER_TRUE@profiler1_unittest_DEPENDENCIES =  \
12025821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_CPU_PROFILER_TRUE@	$(LIBPROFILER)
12035821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)profiler1_unittest_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
12045821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(LIBTOOLFLAGS) --mode=link $(CXXLD) \
12055821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(profiler1_unittest_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \
12065821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(LDFLAGS) -o $@
12075821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)am__profiler2_unittest_SOURCES_DIST = src/tests/profiler_unittest.cc \
12085821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/tests/testutil.h src/tests/testutil.cc \
12095821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/config_for_unittests.h src/gperftools/profiler.h
12105821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_CPU_PROFILER_TRUE@am__objects_34 = profiler2_unittest-profiler_unittest.$(OBJEXT) \
12115821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_CPU_PROFILER_TRUE@	profiler2_unittest-testutil.$(OBJEXT) \
12125821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_CPU_PROFILER_TRUE@	$(am__objects_1)
12135821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_CPU_PROFILER_TRUE@am_profiler2_unittest_OBJECTS =  \
12145821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_CPU_PROFILER_TRUE@	$(am__objects_34)
12155821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)profiler2_unittest_OBJECTS = $(am_profiler2_unittest_OBJECTS)
12165821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)profiler2_unittest_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
12175821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(LIBTOOLFLAGS) --mode=link $(CXXLD) \
12185821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(profiler2_unittest_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \
12195821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(LDFLAGS) -o $@
12205821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)am__profiler3_unittest_SOURCES_DIST = src/tests/profiler_unittest.cc \
12215821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/tests/testutil.h src/tests/testutil.cc \
12225821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/config_for_unittests.h src/gperftools/profiler.h
12235821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_CPU_PROFILER_TRUE@am__objects_35 = profiler3_unittest-profiler_unittest.$(OBJEXT) \
12245821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_CPU_PROFILER_TRUE@	profiler3_unittest-testutil.$(OBJEXT) \
12255821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_CPU_PROFILER_TRUE@	$(am__objects_1)
12265821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_CPU_PROFILER_TRUE@am_profiler3_unittest_OBJECTS =  \
12275821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_CPU_PROFILER_TRUE@	$(am__objects_35)
12285821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)profiler3_unittest_OBJECTS = $(am_profiler3_unittest_OBJECTS)
12295821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_CPU_PROFILER_TRUE@profiler3_unittest_DEPENDENCIES =  \
12305821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_CPU_PROFILER_TRUE@	$(LIBPROFILER) $(am__DEPENDENCIES_1)
12315821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)profiler3_unittest_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
12325821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(LIBTOOLFLAGS) --mode=link $(CXXLD) \
12335821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(profiler3_unittest_CXXFLAGS) $(CXXFLAGS) \
12345821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(profiler3_unittest_LDFLAGS) $(LDFLAGS) -o $@
12355821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)am__profiler4_unittest_SOURCES_DIST = src/tests/profiler_unittest.cc \
12365821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/tests/testutil.h src/tests/testutil.cc \
12375821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/config_for_unittests.h src/gperftools/profiler.h
12385821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_CPU_PROFILER_TRUE@am__objects_36 = profiler4_unittest-profiler_unittest.$(OBJEXT) \
12395821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_CPU_PROFILER_TRUE@	profiler4_unittest-testutil.$(OBJEXT) \
12405821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_CPU_PROFILER_TRUE@	$(am__objects_1)
12415821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_CPU_PROFILER_TRUE@am_profiler4_unittest_OBJECTS =  \
12425821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_CPU_PROFILER_TRUE@	$(am__objects_36)
12435821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)profiler4_unittest_OBJECTS = $(am_profiler4_unittest_OBJECTS)
12445821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)profiler4_unittest_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
12455821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(LIBTOOLFLAGS) --mode=link $(CXXLD) \
12465821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(profiler4_unittest_CXXFLAGS) $(CXXFLAGS) \
12475821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(profiler4_unittest_LDFLAGS) $(LDFLAGS) -o $@
12485821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)am__profiler_unittest_sh_SOURCES_DIST =  \
12495821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/tests/profiler_unittest.sh
12505821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)am_profiler_unittest_sh_OBJECTS =
12515821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)profiler_unittest_sh_OBJECTS = $(am_profiler_unittest_sh_OBJECTS)
12525821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)profiler_unittest_sh_LDADD = $(LDADD)
12535821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)am__raw_printer_test_SOURCES_DIST = src/tests/raw_printer_test.cc
12545821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am_raw_printer_test_OBJECTS = raw_printer_test-raw_printer_test.$(OBJEXT)
12555821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)raw_printer_test_OBJECTS = $(am_raw_printer_test_OBJECTS)
12565821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@raw_printer_test_DEPENDENCIES =  \
12575821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@	$(LIBTCMALLOC) \
12585821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@	$(am__DEPENDENCIES_1)
12595821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)raw_printer_test_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
12605821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(LIBTOOLFLAGS) --mode=link $(CXXLD) \
12615821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(raw_printer_test_CXXFLAGS) $(CXXFLAGS) \
12625821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(raw_printer_test_LDFLAGS) $(LDFLAGS) -o $@
12635821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)am__realloc_debug_unittest_SOURCES_DIST =  \
12645821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/tests/realloc_unittest.cc src/config_for_unittests.h \
12655821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/base/logging.h
12665821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)am__objects_37 = realloc_debug_unittest-realloc_unittest.$(OBJEXT)
12675821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_DEBUGALLOC_TRUE@am_realloc_debug_unittest_OBJECTS =  \
12685821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_DEBUGALLOC_TRUE@	$(am__objects_37)
12695821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)realloc_debug_unittest_OBJECTS = $(am_realloc_debug_unittest_OBJECTS)
12705821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_DEBUGALLOC_TRUE@realloc_debug_unittest_DEPENDENCIES =  \
12715821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_DEBUGALLOC_TRUE@	libtcmalloc_minimal_debug.la \
12725821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_DEBUGALLOC_TRUE@	$(am__DEPENDENCIES_1)
12735821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)realloc_debug_unittest_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
12745821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(LIBTOOLFLAGS) --mode=link $(CXXLD) \
12755821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(realloc_debug_unittest_CXXFLAGS) $(CXXFLAGS) \
12765821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(realloc_debug_unittest_LDFLAGS) $(LDFLAGS) -o $@
12775821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)am_realloc_unittest_OBJECTS =  \
12785821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	realloc_unittest-realloc_unittest.$(OBJEXT)
12795821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)realloc_unittest_OBJECTS = $(am_realloc_unittest_OBJECTS)
12805821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)realloc_unittest_DEPENDENCIES = $(LIBTCMALLOC_MINIMAL) \
12815821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(am__DEPENDENCIES_1)
12825821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)realloc_unittest_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
12835821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(LIBTOOLFLAGS) --mode=link $(CXXLD) \
12845821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(realloc_unittest_CXXFLAGS) $(CXXFLAGS) \
12855821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(realloc_unittest_LDFLAGS) $(LDFLAGS) -o $@
12865821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)am__sampler_debug_test_SOURCES_DIST = src/tests/sampler_test.cc \
12875821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/config_for_unittests.h
12885821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__objects_38 = sampler_debug_test-sampler_test.$(OBJEXT)
12895821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am_sampler_debug_test_OBJECTS = $(am__objects_38)
12905821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)sampler_debug_test_OBJECTS = $(am_sampler_debug_test_OBJECTS)
12915821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@sampler_debug_test_DEPENDENCIES = libtcmalloc_debug.la \
12925821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@	$(am__DEPENDENCIES_1)
12935821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)sampler_debug_test_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
12945821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(LIBTOOLFLAGS) --mode=link $(CXXLD) \
12955821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(sampler_debug_test_CXXFLAGS) $(CXXFLAGS) \
12965821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(sampler_debug_test_LDFLAGS) $(LDFLAGS) -o $@
12975821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)am__sampler_test_SOURCES_DIST = src/tests/sampler_test.cc \
12985821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/config_for_unittests.h
12995821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am_sampler_test_OBJECTS = sampler_test-sampler_test.$(OBJEXT)
13005821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)sampler_test_OBJECTS = $(am_sampler_test_OBJECTS)
13015821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@sampler_test_DEPENDENCIES =  \
13025821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@	$(LIBTCMALLOC) \
13035821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@	$(am__DEPENDENCIES_1)
13045821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)sampler_test_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
13055821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(LIBTOOLFLAGS) --mode=link $(CXXLD) $(sampler_test_CXXFLAGS) \
13065821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(CXXFLAGS) $(sampler_test_LDFLAGS) $(LDFLAGS) -o $@
13075821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)am__sampling_debug_test_SOURCES_DIST = src/tests/sampling_test.cc \
13085821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/config_for_unittests.h src/base/logging.h \
13095821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/gperftools/malloc_extension.h
13105821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__objects_39 = sampling_debug_test-sampling_test.$(OBJEXT) \
13115821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@	$(am__objects_1)
13125821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am_sampling_debug_test_OBJECTS = $(am__objects_39)
13135821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)sampling_debug_test_OBJECTS = $(am_sampling_debug_test_OBJECTS)
13145821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@sampling_debug_test_DEPENDENCIES = libtcmalloc_debug.la \
13155821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@	$(am__DEPENDENCIES_1)
13165821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)sampling_debug_test_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
13175821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(LIBTOOLFLAGS) --mode=link $(CXXLD) \
13185821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(sampling_debug_test_CXXFLAGS) $(CXXFLAGS) \
13195821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(sampling_debug_test_LDFLAGS) $(LDFLAGS) -o $@
13205821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)am__sampling_debug_test_sh_SOURCES_DIST = src/tests/sampling_test.sh
13215821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)am_sampling_debug_test_sh_OBJECTS =
13225821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)sampling_debug_test_sh_OBJECTS = $(am_sampling_debug_test_sh_OBJECTS)
13235821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)sampling_debug_test_sh_LDADD = $(LDADD)
13245821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)am__sampling_test_SOURCES_DIST = src/tests/sampling_test.cc \
13255821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/config_for_unittests.h src/base/logging.h \
13265821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/gperftools/malloc_extension.h
13275821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am_sampling_test_OBJECTS = sampling_test-sampling_test.$(OBJEXT) \
13285821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@	$(am__objects_1)
13295821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)sampling_test_OBJECTS = $(am_sampling_test_OBJECTS)
13305821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@sampling_test_DEPENDENCIES =  \
13315821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@	$(LIBTCMALLOC) \
13325821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@	$(am__DEPENDENCIES_1)
13335821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)sampling_test_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
13345821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(LIBTOOLFLAGS) --mode=link $(CXXLD) $(sampling_test_CXXFLAGS) \
13355821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(CXXFLAGS) $(sampling_test_LDFLAGS) $(LDFLAGS) -o $@
13365821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)am__sampling_test_sh_SOURCES_DIST = src/tests/sampling_test.sh
13375821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)am_sampling_test_sh_OBJECTS =
13385821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)sampling_test_sh_OBJECTS = $(am_sampling_test_sh_OBJECTS)
13395821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)sampling_test_sh_LDADD = $(LDADD)
13405821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)am__simple_compat_test_SOURCES_DIST = src/tests/simple_compat_test.cc \
13415821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/google/heap-checker.h src/google/heap-profiler.h \
13425821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/google/malloc_extension.h src/google/malloc_extension_c.h \
13435821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/google/malloc_hook.h src/google/malloc_hook_c.h \
13445821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/google/profiler.h src/google/stacktrace.h \
13455821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/google/tcmalloc.h src/windows/google/tcmalloc.h
13465821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_TRUE@am_simple_compat_test_OBJECTS =  \
13475821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_TRUE@	simple_compat_test.$(OBJEXT) \
13485821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_TRUE@	$(am__objects_1)
13495821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)simple_compat_test_OBJECTS = $(am_simple_compat_test_OBJECTS)
13505821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_TRUE@simple_compat_test_DEPENDENCIES =  \
13515821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_TRUE@	$(LIBTCMALLOC)
13525821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)simple_compat_test_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
13535821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
13545821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(CXXFLAGS) $(simple_compat_test_LDFLAGS) $(LDFLAGS) -o $@
13555821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)am_stack_trace_table_test_OBJECTS =  \
13565821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	stack_trace_table_test-stack_trace_table_test.$(OBJEXT)
13575821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)stack_trace_table_test_OBJECTS = $(am_stack_trace_table_test_OBJECTS)
13585821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)stack_trace_table_test_DEPENDENCIES = $(LIBTCMALLOC_MINIMAL) \
13595821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(am__DEPENDENCIES_1)
13605821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)stack_trace_table_test_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
13615821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(LIBTOOLFLAGS) --mode=link $(CXXLD) \
13625821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(stack_trace_table_test_CXXFLAGS) $(CXXFLAGS) \
13635821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(stack_trace_table_test_LDFLAGS) $(LDFLAGS) -o $@
13645821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)am__stacktrace_unittest_SOURCES_DIST =  \
13655821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/tests/stacktrace_unittest.cc src/config_for_unittests.h \
13665821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/base/commandlineflags.h src/stacktrace_config.h \
13675821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/stacktrace_generic-inl.h src/stacktrace_libunwind-inl.h \
13685821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/stacktrace_arm-inl.h src/stacktrace_powerpc-inl.h \
13695821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/stacktrace_x86-inl.h src/stacktrace_win32-inl.h \
13705821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/base/elf_mem_image.h src/base/vdso_support.h \
13715821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/gperftools/stacktrace.h src/base/logging.h \
13725821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/base/basictypes.h src/base/dynamic_annotations.h \
13735821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/third_party/valgrind.h
13745821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_STACK_TRACE_TRUE@am__objects_40 = $(am__objects_4) \
13755821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_STACK_TRACE_TRUE@	$(am__objects_1)
13765821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_STACK_TRACE_TRUE@am_stacktrace_unittest_OBJECTS =  \
13775821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_STACK_TRACE_TRUE@	stacktrace_unittest.$(OBJEXT) \
13785821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_STACK_TRACE_TRUE@	$(am__objects_40)
13795821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)stacktrace_unittest_OBJECTS = $(am_stacktrace_unittest_OBJECTS)
13805821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_STACK_TRACE_TRUE@stacktrace_unittest_DEPENDENCIES =  \
13815821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_STACK_TRACE_TRUE@	libstacktrace.la liblogging.la
13825821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)am__system_alloc_unittest_SOURCES_DIST = src/config_for_unittests.h \
13835821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/tests/system-alloc_unittest.cc
13845821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@MINGW_FALSE@am_system_alloc_unittest_OBJECTS = system_alloc_unittest-system-alloc_unittest.$(OBJEXT)
13855821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)system_alloc_unittest_OBJECTS = $(am_system_alloc_unittest_OBJECTS)
13865821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@MINGW_FALSE@system_alloc_unittest_DEPENDENCIES =  \
13875821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@MINGW_FALSE@	$(LIBTCMALLOC_MINIMAL) $(am__DEPENDENCIES_1)
13885821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)system_alloc_unittest_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
13895821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(LIBTOOLFLAGS) --mode=link $(CXXLD) \
13905821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(system_alloc_unittest_CXXFLAGS) $(CXXFLAGS) \
13915821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(system_alloc_unittest_LDFLAGS) $(LDFLAGS) -o $@
13925821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)am__tcmalloc_and_profiler_unittest_SOURCES_DIST =  \
13935821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/tests/tcmalloc_unittest.cc src/tests/testutil.h \
13945821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/tests/testutil.cc src/config_for_unittests.h \
13955821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/gperftools/malloc_extension.h
13965821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__objects_41 = tcmalloc_and_profiler_unittest-tcmalloc_unittest.$(OBJEXT) \
13975821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@	tcmalloc_and_profiler_unittest-testutil.$(OBJEXT) \
13985821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@	$(am__objects_1)
13995821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_CPU_PROFILER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am_tcmalloc_and_profiler_unittest_OBJECTS = $(am__objects_41)
14005821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)tcmalloc_and_profiler_unittest_OBJECTS =  \
14015821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(am_tcmalloc_and_profiler_unittest_OBJECTS)
14025821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_CPU_PROFILER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@tcmalloc_and_profiler_unittest_DEPENDENCIES = libtcmalloc_and_profiler.la
14035821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)tcmalloc_and_profiler_unittest_LINK = $(LIBTOOL) --tag=CXX \
14045821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
14055821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(tcmalloc_and_profiler_unittest_CXXFLAGS) $(CXXFLAGS) \
14065821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(tcmalloc_and_profiler_unittest_LDFLAGS) $(LDFLAGS) -o $@
14075821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)am__tcmalloc_both_unittest_SOURCES_DIST =  \
14085821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/tests/tcmalloc_unittest.cc src/tests/testutil.h \
14095821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/tests/testutil.cc src/config_for_unittests.h \
14105821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/gperftools/malloc_extension.h
14115821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__objects_42 = tcmalloc_both_unittest-tcmalloc_unittest.$(OBJEXT) \
14125821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@	tcmalloc_both_unittest-testutil.$(OBJEXT) \
14135821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@	$(am__objects_1)
14145821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@OSX_FALSE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am_tcmalloc_both_unittest_OBJECTS = $(am__objects_42)
14155821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)tcmalloc_both_unittest_OBJECTS = $(am_tcmalloc_both_unittest_OBJECTS)
14165821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_CPU_PROFILER_FALSE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__DEPENDENCIES_4 = $(LIBTCMALLOC) \
14175821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_CPU_PROFILER_FALSE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@	$(LIBTCMALLOC_MINIMAL) \
14185821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_CPU_PROFILER_FALSE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@	liblogging.la \
14195821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_CPU_PROFILER_FALSE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@	$(am__DEPENDENCIES_1)
14205821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_CPU_PROFILER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__DEPENDENCIES_4 = $(LIBTCMALLOC) \
14215821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_CPU_PROFILER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@	$(LIBTCMALLOC_MINIMAL) \
14225821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_CPU_PROFILER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@	libprofiler.la \
14235821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_CPU_PROFILER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@	liblogging.la \
14245821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_CPU_PROFILER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@	$(am__DEPENDENCIES_1)
14255821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@OSX_FALSE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@tcmalloc_both_unittest_DEPENDENCIES = $(am__DEPENDENCIES_4)
14265821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)tcmalloc_both_unittest_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
14275821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(LIBTOOLFLAGS) --mode=link $(CXXLD) \
14285821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(tcmalloc_both_unittest_CXXFLAGS) $(CXXFLAGS) \
14295821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(tcmalloc_both_unittest_LDFLAGS) $(LDFLAGS) -o $@
14305821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)am__tcmalloc_debug_unittest_SOURCES_DIST =  \
14315821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/tests/tcmalloc_unittest.cc src/tcmalloc.h \
14325821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/tests/testutil.h src/tests/testutil.cc \
14335821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/config_for_unittests.h src/gperftools/malloc_extension.h
14345821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__objects_43 = tcmalloc_debug_unittest-tcmalloc_unittest.$(OBJEXT) \
14355821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@	tcmalloc_debug_unittest-testutil.$(OBJEXT) \
14365821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@	$(am__objects_1)
14375821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am_tcmalloc_debug_unittest_OBJECTS = $(am__objects_43)
14385821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)tcmalloc_debug_unittest_OBJECTS =  \
14395821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(am_tcmalloc_debug_unittest_OBJECTS)
14405821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@tcmalloc_debug_unittest_DEPENDENCIES = libtcmalloc_debug.la \
14415821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@	$(am__DEPENDENCIES_1)
14425821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)tcmalloc_debug_unittest_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
14435821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(LIBTOOLFLAGS) --mode=link $(CXXLD) \
14445821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(tcmalloc_debug_unittest_CXXFLAGS) $(CXXFLAGS) \
14455821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(tcmalloc_debug_unittest_LDFLAGS) $(LDFLAGS) -o $@
14465821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)am__tcmalloc_large_unittest_SOURCES_DIST =  \
14475821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/tests/tcmalloc_large_unittest.cc
14485821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am_tcmalloc_large_unittest_OBJECTS = tcmalloc_large_unittest-tcmalloc_large_unittest.$(OBJEXT)
14495821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)tcmalloc_large_unittest_OBJECTS =  \
14505821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(am_tcmalloc_large_unittest_OBJECTS)
14515821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@tcmalloc_large_unittest_DEPENDENCIES =  \
14525821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@	$(LIBTCMALLOC) \
14535821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@	$(am__DEPENDENCIES_1)
14545821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)tcmalloc_large_unittest_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
14555821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(LIBTOOLFLAGS) --mode=link $(CXXLD) \
14565821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(tcmalloc_large_unittest_CXXFLAGS) $(CXXFLAGS) \
14575821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(tcmalloc_large_unittest_LDFLAGS) $(LDFLAGS) -o $@
14585821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)am__tcmalloc_minimal_debug_unittest_SOURCES_DIST =  \
14595821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/tests/tcmalloc_unittest.cc src/tests/testutil.h \
14605821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/tests/testutil.cc src/config_for_unittests.h \
14615821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/gperftools/malloc_extension.h
14625821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)am__objects_44 =  \
14635821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	tcmalloc_minimal_debug_unittest-tcmalloc_unittest.$(OBJEXT) \
14645821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	tcmalloc_minimal_debug_unittest-testutil.$(OBJEXT) \
14655821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(am__objects_1)
14665821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_DEBUGALLOC_TRUE@am_tcmalloc_minimal_debug_unittest_OBJECTS =  \
14675821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_DEBUGALLOC_TRUE@	$(am__objects_44)
14685821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)tcmalloc_minimal_debug_unittest_OBJECTS =  \
14695821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(am_tcmalloc_minimal_debug_unittest_OBJECTS)
14705821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_DEBUGALLOC_TRUE@tcmalloc_minimal_debug_unittest_DEPENDENCIES =  \
14715821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_DEBUGALLOC_TRUE@	libtcmalloc_minimal_debug.la \
14725821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_DEBUGALLOC_TRUE@	$(am__DEPENDENCIES_1)
14735821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)tcmalloc_minimal_debug_unittest_LINK = $(LIBTOOL) --tag=CXX \
14745821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
14755821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(tcmalloc_minimal_debug_unittest_CXXFLAGS) $(CXXFLAGS) \
14765821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(tcmalloc_minimal_debug_unittest_LDFLAGS) $(LDFLAGS) -o $@
14775821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)am_tcmalloc_minimal_large_unittest_OBJECTS = tcmalloc_minimal_large_unittest-tcmalloc_large_unittest.$(OBJEXT)
14785821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)tcmalloc_minimal_large_unittest_OBJECTS =  \
14795821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(am_tcmalloc_minimal_large_unittest_OBJECTS)
14805821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)tcmalloc_minimal_large_unittest_DEPENDENCIES = $(LIBTCMALLOC_MINIMAL) \
14815821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(am__DEPENDENCIES_1)
14825821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)tcmalloc_minimal_large_unittest_LINK = $(LIBTOOL) --tag=CXX \
14835821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
14845821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(tcmalloc_minimal_large_unittest_CXXFLAGS) $(CXXFLAGS) \
14855821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(tcmalloc_minimal_large_unittest_LDFLAGS) $(LDFLAGS) -o $@
14865821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)am__tcmalloc_minimal_unittest_SOURCES_DIST =  \
14875821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/tests/tcmalloc_unittest.cc src/tests/testutil.h \
14885821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/tests/testutil.cc src/config_for_unittests.h \
14895821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/gperftools/malloc_extension.h
14905821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)am_tcmalloc_minimal_unittest_OBJECTS =  \
14915821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	tcmalloc_minimal_unittest-tcmalloc_unittest.$(OBJEXT) \
14925821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	tcmalloc_minimal_unittest-testutil.$(OBJEXT) $(am__objects_1)
14935821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)tcmalloc_minimal_unittest_OBJECTS =  \
14945821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(am_tcmalloc_minimal_unittest_OBJECTS)
14955821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)tcmalloc_minimal_unittest_DEPENDENCIES = $(LIBTCMALLOC_MINIMAL) \
14965821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	liblogging.la $(am__DEPENDENCIES_1)
14975821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)tcmalloc_minimal_unittest_LINK = $(LIBTOOL) --tag=CXX \
14985821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
14995821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(tcmalloc_minimal_unittest_CXXFLAGS) $(CXXFLAGS) \
15005821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(tcmalloc_minimal_unittest_LDFLAGS) $(LDFLAGS) -o $@
15015821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)am__tcmalloc_unittest_SOURCES_DIST = src/tests/tcmalloc_unittest.cc \
15025821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/tcmalloc.h src/tests/testutil.h src/tests/testutil.cc \
15035821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/config_for_unittests.h src/gperftools/malloc_extension.h
15045821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am_tcmalloc_unittest_OBJECTS = tcmalloc_unittest-tcmalloc_unittest.$(OBJEXT) \
15055821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@	tcmalloc_unittest-testutil.$(OBJEXT) \
15065821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@	$(am__objects_1)
15075821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)tcmalloc_unittest_OBJECTS = $(am_tcmalloc_unittest_OBJECTS)
15085821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@tcmalloc_unittest_DEPENDENCIES =  \
15095821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@	$(LIBTCMALLOC) \
15105821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@	liblogging.la \
15115821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@	$(am__DEPENDENCIES_1)
15125821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)tcmalloc_unittest_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
15135821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(LIBTOOLFLAGS) --mode=link $(CXXLD) \
15145821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(tcmalloc_unittest_CXXFLAGS) $(CXXFLAGS) \
15155821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(tcmalloc_unittest_LDFLAGS) $(LDFLAGS) -o $@
15165821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)am_thread_dealloc_unittest_OBJECTS =  \
15175821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	thread_dealloc_unittest-thread_dealloc_unittest.$(OBJEXT) \
15185821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	thread_dealloc_unittest-testutil.$(OBJEXT)
15195821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)thread_dealloc_unittest_OBJECTS =  \
15205821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(am_thread_dealloc_unittest_OBJECTS)
15215821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)thread_dealloc_unittest_DEPENDENCIES = $(LIBTCMALLOC_MINIMAL) \
15225821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(am__DEPENDENCIES_1)
15235821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)thread_dealloc_unittest_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
15245821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(LIBTOOLFLAGS) --mode=link $(CXXLD) \
15255821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(thread_dealloc_unittest_CXXFLAGS) $(CXXFLAGS) \
15265821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(thread_dealloc_unittest_LDFLAGS) $(LDFLAGS) -o $@
15275821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)binSCRIPT_INSTALL = $(INSTALL_SCRIPT)
15285821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)SCRIPTS = $(bin_SCRIPTS) $(noinst_SCRIPTS)
15295821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src
15305821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)depcomp = $(SHELL) $(top_srcdir)/depcomp
15315821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)am__depfiles_maybe = depfiles
15325821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
15335821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
15345821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
15355821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	--mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
15365821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
15375821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)CCLD = $(CC)
15385821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
15395821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	--mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
15405821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(LDFLAGS) -o $@
15415821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
15425821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
15435821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)LTCXXCOMPILE = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
15445821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	--mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
15455821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
15465821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)CXXLD = $(CXX)
15475821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)CXXLINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
15485821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	--mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \
15495821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(LDFLAGS) -o $@
15505821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)SOURCES = $(liblogging_la_SOURCES) $(libprofiler_la_SOURCES) \
15515821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(libspinlock_la_SOURCES) $(libstacktrace_la_SOURCES) \
15525821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(libsysinfo_la_SOURCES) $(libtcmalloc_la_SOURCES) \
15535821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(libtcmalloc_and_profiler_la_SOURCES) \
15545821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(libtcmalloc_debug_la_SOURCES) \
15555821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(libtcmalloc_internal_la_SOURCES) \
15565821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(libtcmalloc_minimal_la_SOURCES) \
15575821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(libtcmalloc_minimal_debug_la_SOURCES) \
15585821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(libtcmalloc_minimal_internal_la_SOURCES) \
15595821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(libwindows_la_SOURCES) $(addressmap_unittest_SOURCES) \
15605821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(atomicops_unittest_SOURCES) \
15615821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(current_allocated_bytes_test_SOURCES) \
15625821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(debugallocation_test_SOURCES) \
15635821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(debugallocation_test_sh_SOURCES) $(frag_unittest_SOURCES) \
15645821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(getpc_test_SOURCES) \
15655821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(heap_checker_death_unittest_sh_SOURCES) \
15665821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(heap_checker_debug_unittest_SOURCES) \
15675821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(heap_checker_debug_unittest_sh_SOURCES) \
15685821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(heap_checker_unittest_SOURCES) \
15695821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(heap_checker_unittest_sh_SOURCES) \
15705821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(heap_profiler_debug_unittest_SOURCES) \
15715821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(heap_profiler_debug_unittest_sh_SOURCES) \
15725821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(heap_profiler_unittest_SOURCES) \
15735821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(heap_profiler_unittest_sh_SOURCES) \
15745821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(low_level_alloc_unittest_SOURCES) \
15755821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(malloc_extension_c_test_SOURCES) \
15765821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(malloc_extension_debug_test_SOURCES) \
15775821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(malloc_extension_test_SOURCES) $(malloc_hook_test_SOURCES) \
15785821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(markidle_unittest_SOURCES) \
15795821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(maybe_threads_unittest_sh_SOURCES) \
15805821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(memalign_debug_unittest_SOURCES) \
15815821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(memalign_unittest_SOURCES) $(packed_cache_test_SOURCES) \
15825821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(page_heap_test_SOURCES) $(pagemap_unittest_SOURCES) \
15835821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(profile_handler_unittest_SOURCES) \
15845821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(profiledata_unittest_SOURCES) $(profiler1_unittest_SOURCES) \
15855821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(profiler2_unittest_SOURCES) $(profiler3_unittest_SOURCES) \
15865821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(profiler4_unittest_SOURCES) $(profiler_unittest_sh_SOURCES) \
15875821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(raw_printer_test_SOURCES) $(realloc_debug_unittest_SOURCES) \
15885821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(realloc_unittest_SOURCES) $(sampler_debug_test_SOURCES) \
15895821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(sampler_test_SOURCES) $(sampling_debug_test_SOURCES) \
15905821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(sampling_debug_test_sh_SOURCES) $(sampling_test_SOURCES) \
15915821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(sampling_test_sh_SOURCES) $(simple_compat_test_SOURCES) \
15925821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(stack_trace_table_test_SOURCES) \
15935821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(stacktrace_unittest_SOURCES) \
15945821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(system_alloc_unittest_SOURCES) \
15955821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(tcmalloc_and_profiler_unittest_SOURCES) \
15965821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(tcmalloc_both_unittest_SOURCES) \
15975821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(tcmalloc_debug_unittest_SOURCES) \
15985821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(tcmalloc_large_unittest_SOURCES) \
15995821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(tcmalloc_minimal_debug_unittest_SOURCES) \
16005821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(tcmalloc_minimal_large_unittest_SOURCES) \
16015821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(tcmalloc_minimal_unittest_SOURCES) \
16025821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(tcmalloc_unittest_SOURCES) \
16035821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(thread_dealloc_unittest_SOURCES)
16045821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)DIST_SOURCES = $(liblogging_la_SOURCES) \
16055821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(am__libprofiler_la_SOURCES_DIST) \
16065821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(am__libspinlock_la_SOURCES_DIST) \
16075821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(am__libstacktrace_la_SOURCES_DIST) $(libsysinfo_la_SOURCES) \
16085821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(am__libtcmalloc_la_SOURCES_DIST) \
16095821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(am__libtcmalloc_and_profiler_la_SOURCES_DIST) \
16105821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(am__libtcmalloc_debug_la_SOURCES_DIST) \
16115821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(am__libtcmalloc_internal_la_SOURCES_DIST) \
16125821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(am__libtcmalloc_minimal_la_SOURCES_DIST) \
16135821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(am__libtcmalloc_minimal_debug_la_SOURCES_DIST) \
16145821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(am__libtcmalloc_minimal_internal_la_SOURCES_DIST) \
16155821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(am__libwindows_la_SOURCES_DIST) \
16165821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(am__addressmap_unittest_SOURCES_DIST) \
16175821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(atomicops_unittest_SOURCES) \
16185821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(current_allocated_bytes_test_SOURCES) \
16195821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(am__debugallocation_test_SOURCES_DIST) \
16205821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(am__debugallocation_test_sh_SOURCES_DIST) \
16215821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(frag_unittest_SOURCES) $(am__getpc_test_SOURCES_DIST) \
16225821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(am__heap_checker_death_unittest_sh_SOURCES_DIST) \
16235821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(am__heap_checker_debug_unittest_SOURCES_DIST) \
16245821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(am__heap_checker_debug_unittest_sh_SOURCES_DIST) \
16255821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(am__heap_checker_unittest_SOURCES_DIST) \
16265821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(am__heap_checker_unittest_sh_SOURCES_DIST) \
16275821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(am__heap_profiler_debug_unittest_SOURCES_DIST) \
16285821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(am__heap_profiler_debug_unittest_sh_SOURCES_DIST) \
16295821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(am__heap_profiler_unittest_SOURCES_DIST) \
16305821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(am__heap_profiler_unittest_sh_SOURCES_DIST) \
16315821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(am__low_level_alloc_unittest_SOURCES_DIST) \
16325821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(am__malloc_extension_c_test_SOURCES_DIST) \
16335821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(am__malloc_extension_debug_test_SOURCES_DIST) \
16345821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(malloc_extension_test_SOURCES) $(malloc_hook_test_SOURCES) \
16355821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(markidle_unittest_SOURCES) \
16365821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(am__maybe_threads_unittest_sh_SOURCES_DIST) \
16375821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(am__memalign_debug_unittest_SOURCES_DIST) \
16385821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(am__memalign_unittest_SOURCES_DIST) \
16395821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(packed_cache_test_SOURCES) $(page_heap_test_SOURCES) \
16405821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(pagemap_unittest_SOURCES) \
16415821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(am__profile_handler_unittest_SOURCES_DIST) \
16425821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(am__profiledata_unittest_SOURCES_DIST) \
16435821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(am__profiler1_unittest_SOURCES_DIST) \
16445821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(am__profiler2_unittest_SOURCES_DIST) \
16455821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(am__profiler3_unittest_SOURCES_DIST) \
16465821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(am__profiler4_unittest_SOURCES_DIST) \
16475821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(am__profiler_unittest_sh_SOURCES_DIST) \
16485821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(am__raw_printer_test_SOURCES_DIST) \
16495821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(am__realloc_debug_unittest_SOURCES_DIST) \
16505821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(realloc_unittest_SOURCES) \
16515821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(am__sampler_debug_test_SOURCES_DIST) \
16525821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(am__sampler_test_SOURCES_DIST) \
16535821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(am__sampling_debug_test_SOURCES_DIST) \
16545821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(am__sampling_debug_test_sh_SOURCES_DIST) \
16555821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(am__sampling_test_SOURCES_DIST) \
16565821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(am__sampling_test_sh_SOURCES_DIST) \
16575821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(am__simple_compat_test_SOURCES_DIST) \
16585821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(stack_trace_table_test_SOURCES) \
16595821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(am__stacktrace_unittest_SOURCES_DIST) \
16605821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(am__system_alloc_unittest_SOURCES_DIST) \
16615821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(am__tcmalloc_and_profiler_unittest_SOURCES_DIST) \
16625821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(am__tcmalloc_both_unittest_SOURCES_DIST) \
16635821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(am__tcmalloc_debug_unittest_SOURCES_DIST) \
16645821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(am__tcmalloc_large_unittest_SOURCES_DIST) \
16655821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(am__tcmalloc_minimal_debug_unittest_SOURCES_DIST) \
16665821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(tcmalloc_minimal_large_unittest_SOURCES) \
16675821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(am__tcmalloc_minimal_unittest_SOURCES_DIST) \
16685821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(am__tcmalloc_unittest_SOURCES_DIST) \
16695821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(thread_dealloc_unittest_SOURCES)
16705821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)man1dir = $(mandir)/man1
16715821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)NROFF = nroff
16725821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)MANS = $(dist_man_MANS)
16735821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)am__dist_doc_DATA_DIST = AUTHORS COPYING ChangeLog INSTALL NEWS README \
16745821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	README_windows.txt TODO doc/index.html doc/designstyle.css \
16755821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	doc/pprof_remote_servers.html doc/tcmalloc.html \
16765821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	doc/overview.gif doc/pageheap.gif doc/spanmap.gif \
16775821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	doc/threadheap.gif doc/t-test1.times.txt \
16785821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	doc/tcmalloc-opspercpusec.vs.threads.1024.bytes.png \
16795821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	doc/tcmalloc-opspercpusec.vs.threads.128.bytes.png \
16805821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	doc/tcmalloc-opspercpusec.vs.threads.131072.bytes.png \
16815821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	doc/tcmalloc-opspercpusec.vs.threads.16384.bytes.png \
16825821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	doc/tcmalloc-opspercpusec.vs.threads.2048.bytes.png \
16835821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	doc/tcmalloc-opspercpusec.vs.threads.256.bytes.png \
16845821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	doc/tcmalloc-opspercpusec.vs.threads.32768.bytes.png \
16855821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	doc/tcmalloc-opspercpusec.vs.threads.4096.bytes.png \
16865821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	doc/tcmalloc-opspercpusec.vs.threads.512.bytes.png \
16875821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	doc/tcmalloc-opspercpusec.vs.threads.64.bytes.png \
16885821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	doc/tcmalloc-opspercpusec.vs.threads.65536.bytes.png \
16895821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	doc/tcmalloc-opspercpusec.vs.threads.8192.bytes.png \
16905821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	doc/tcmalloc-opspersec.vs.size.1.threads.png \
16915821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	doc/tcmalloc-opspersec.vs.size.12.threads.png \
16925821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	doc/tcmalloc-opspersec.vs.size.16.threads.png \
16935821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	doc/tcmalloc-opspersec.vs.size.2.threads.png \
16945821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	doc/tcmalloc-opspersec.vs.size.20.threads.png \
16955821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	doc/tcmalloc-opspersec.vs.size.3.threads.png \
16965821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	doc/tcmalloc-opspersec.vs.size.4.threads.png \
16975821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	doc/tcmalloc-opspersec.vs.size.5.threads.png \
16985821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	doc/tcmalloc-opspersec.vs.size.8.threads.png doc/overview.dot \
16995821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	doc/pageheap.dot doc/spanmap.dot doc/threadheap.dot \
17005821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	doc/heapprofile.html doc/heap-example1.png \
17015821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	doc/heap_checker.html doc/cpuprofile.html \
17025821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	doc/cpuprofile-fileformat.html doc/pprof-test-big.gif \
17035821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	doc/pprof-test.gif doc/pprof-vsnprintf-big.gif \
17045821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	doc/pprof-vsnprintf.gif
17055821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)dist_docDATA_INSTALL = $(INSTALL_DATA)
17065821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)pkgconfigDATA_INSTALL = $(INSTALL_DATA)
17075821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)DATA = $(dist_doc_DATA) $(pkgconfig_DATA)
17085821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)googleincludeHEADERS_INSTALL = $(INSTALL_HEADER)
17095821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)nodist_perftoolsincludeHEADERS_INSTALL = $(INSTALL_HEADER)
17105821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)am__perftoolsinclude_HEADERS_DIST = src/gperftools/stacktrace.h \
17115821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/gperftools/malloc_hook.h src/gperftools/malloc_hook_c.h \
17125821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/gperftools/malloc_extension.h \
17135821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/gperftools/malloc_extension_c.h \
17145821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/gperftools/heap-profiler.h src/gperftools/heap-checker.h \
17155821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/gperftools/profiler.h
17165821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)perftoolsincludeHEADERS_INSTALL = $(INSTALL_HEADER)
17175821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)HEADERS = $(googleinclude_HEADERS) $(nodist_perftoolsinclude_HEADERS) \
17185821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(noinst_HEADERS) $(perftoolsinclude_HEADERS)
17195821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)ETAGS = etags
17205821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)CTAGS = ctags
17215821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
17225821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)distdir = $(PACKAGE)-$(VERSION)
17235821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)top_distdir = $(distdir)
17245821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)am__remove_distdir = \
17255821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  { test ! -d $(distdir) \
17265821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
17275821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)         && rm -fr $(distdir); }; }
17285821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)DIST_ARCHIVES = $(distdir).tar.gz $(distdir).zip
17295821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)GZIP_ENV = --best
17305821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)distuninstallcheck_listfiles = find . -type f -print
17315821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)distcleancheck_listfiles = find . -type f -print
17325821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)ACLOCAL = @ACLOCAL@
17335821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)AMTAR = @AMTAR@
17345821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)AR = @AR@
17355821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)AUTOCONF = @AUTOCONF@
17365821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)AUTOHEADER = @AUTOHEADER@
17375821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)AUTOMAKE = @AUTOMAKE@
17385821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)AWK = @AWK@
17395821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)CC = @CC@
17405821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)CCDEPMODE = @CCDEPMODE@
17415821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)CFLAGS = @CFLAGS@
17425821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)CPP = @CPP@
17435821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)CPPFLAGS = @CPPFLAGS@
17445821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)CXX = @CXX@
17455821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)CXXCPP = @CXXCPP@
17465821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)CXXDEPMODE = @CXXDEPMODE@
17475821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)CXXFLAGS = @CXXFLAGS@
17485821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)CYGPATH_W = @CYGPATH_W@
17495821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)DEFS = @DEFS@
17505821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)DEPDIR = @DEPDIR@
17515821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)DSYMUTIL = @DSYMUTIL@
17525821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)DUMPBIN = @DUMPBIN@
17535821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)ECHO_C = @ECHO_C@
17545821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)ECHO_N = @ECHO_N@
17555821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)ECHO_T = @ECHO_T@
17565821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)EGREP = @EGREP@
17575821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)EXEEXT = @EXEEXT@
17585821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)FGREP = @FGREP@
17595821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)GREP = @GREP@
17605821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)INSTALL = @INSTALL@
17615821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)INSTALL_DATA = @INSTALL_DATA@
17625821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)INSTALL_PROGRAM = @INSTALL_PROGRAM@
17635821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)INSTALL_SCRIPT = @INSTALL_SCRIPT@
17645821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
17655821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)LD = @LD@
17665821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)LDFLAGS = @LDFLAGS@
17675821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)LIBOBJS = @LIBOBJS@
17685821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)LIBS = @LIBS@
17695821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)LIBSTDCXX_LA_LINKER_FLAG = @LIBSTDCXX_LA_LINKER_FLAG@
17705821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)LIBTOOL = @LIBTOOL@
17715821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)LIBTOOL_DEPS = @LIBTOOL_DEPS@
17725821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)LIPO = @LIPO@
17735821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)LN_S = @LN_S@
17745821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)LTLIBOBJS = @LTLIBOBJS@
17755821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)MAKEINFO = @MAKEINFO@
17765821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)MKDIR_P = @MKDIR_P@
17775821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)NANOSLEEP_LIBS = @NANOSLEEP_LIBS@
17785821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)NM = @NM@
17795821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)NMEDIT = @NMEDIT@
17805821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)OBJCOPY = @OBJCOPY@
17815821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)OBJDUMP = @OBJDUMP@
17825821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)OBJEXT = @OBJEXT@
17835821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)OTOOL = @OTOOL@
17845821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)OTOOL64 = @OTOOL64@
17855821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)PACKAGE = @PACKAGE@
17865821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
17875821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)PACKAGE_NAME = @PACKAGE_NAME@
17885821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)PACKAGE_STRING = @PACKAGE_STRING@
17895821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)PACKAGE_TARNAME = @PACKAGE_TARNAME@
17905821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)PACKAGE_URL = @PACKAGE_URL@
17915821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)PACKAGE_VERSION = @PACKAGE_VERSION@
17925821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)PATH_SEPARATOR = @PATH_SEPARATOR@
17935821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)PROFILER_SO_VERSION = @PROFILER_SO_VERSION@
17945821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)PTHREAD_CC = @PTHREAD_CC@
17955821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
17965821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)PTHREAD_LIBS = @PTHREAD_LIBS@
17975821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RANLIB = @RANLIB@
17985821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)SED = @SED@
17995821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)SET_MAKE = @SET_MAKE@
18005821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)SHELL = @SHELL@
18015821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)STRIP = @STRIP@
18025821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)TCMALLOC_SO_VERSION = @TCMALLOC_SO_VERSION@
18035821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)TC_VERSION_MAJOR = @TC_VERSION_MAJOR@
18045821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)TC_VERSION_MINOR = @TC_VERSION_MINOR@
18055821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)TC_VERSION_PATCH = @TC_VERSION_PATCH@
18065821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)UNWIND_LIBS = @UNWIND_LIBS@
18075821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)VERSION = @VERSION@
18085821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)abs_builddir = @abs_builddir@
18095821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)abs_srcdir = @abs_srcdir@
18105821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)abs_top_builddir = @abs_top_builddir@
18115821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)abs_top_srcdir = @abs_top_srcdir@
18125821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)ac_ct_CC = @ac_ct_CC@
18135821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)ac_ct_CXX = @ac_ct_CXX@
18145821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
18155821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)ac_cv_have_struct_mallinfo = @ac_cv_have_struct_mallinfo@
18165821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)acx_pthread_config = @acx_pthread_config@
18175821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)am__include = @am__include@
18185821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)am__leading_dot = @am__leading_dot@
18195821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)am__quote = @am__quote@
18205821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)am__tar = @am__tar@
18215821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)am__untar = @am__untar@
18225821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)bindir = @bindir@
18235821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)build = @build@
18245821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)build_alias = @build_alias@
18255821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)build_cpu = @build_cpu@
18265821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)build_os = @build_os@
18275821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)build_vendor = @build_vendor@
18285821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)builddir = @builddir@
18295821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)datadir = @datadir@
18305821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)datarootdir = @datarootdir@
18315821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)docdir = $(prefix)/share/doc/$(PACKAGE)-$(VERSION)
18325821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)dvidir = @dvidir@
18335821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)exec_prefix = @exec_prefix@
18345821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)host = @host@
18355821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)host_alias = @host_alias@
18365821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)host_cpu = @host_cpu@
18375821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)host_os = @host_os@
18385821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)host_vendor = @host_vendor@
18395821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)htmldir = @htmldir@
18405821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)includedir = @includedir@
18415821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)infodir = @infodir@
18425821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)install_sh = @install_sh@
18435821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)libdir = @libdir@
18445821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)libexecdir = @libexecdir@
18455821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)localedir = @localedir@
18465821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)localstatedir = @localstatedir@
18475821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)lt_ECHO = @lt_ECHO@
18485821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)mandir = @mandir@
18495821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)mkdir_p = @mkdir_p@
18505821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)oldincludedir = @oldincludedir@
18515821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)pdfdir = @pdfdir@
18525821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)prefix = @prefix@
18535821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)program_transform_name = @program_transform_name@
18545821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)psdir = @psdir@
18555821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)sbindir = @sbindir@
18565821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)sharedstatedir = @sharedstatedir@
18575821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)srcdir = @srcdir@
18585821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)sysconfdir = @sysconfdir@
18595821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)target_alias = @target_alias@
18605821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)top_build_prefix = @top_build_prefix@
18615821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)top_builddir = @top_builddir@
18625821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)top_srcdir = @top_srcdir@
18635821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
18645821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# Make sure that when we re-make ./configure, we get the macros we need
18655821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)ACLOCAL_AMFLAGS = -I m4
18665821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
18675821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# This is so we can #include <gperftools/foo>
18685821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)AM_CPPFLAGS = -I$(top_srcdir)/src $(am__append_1)
18695821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
18705821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# This is mostly based on configure options
18715821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)AM_CXXFLAGS = $(am__append_2) $(am__append_3) $(am__append_4) \
18725821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(am__append_5) $(am__append_6)
18735821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
18745821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# The -no-undefined flag allows libtool to generate shared libraries for
18755821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# Cygwin and MinGW.  LIBSTDCXX_LA_LINKER_FLAG is used to fix a Solaris bug.
18765821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)AM_LDFLAGS = -no-undefined $(LIBSTDCXX_LA_LINKER_FLAG)
18775821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@GCC_FALSE@NO_EXCEPTIONS = 
18785821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
18795821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# We know our low-level code cannot trigger an exception.  On some
18805821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# systems, such as cygwin, it would be disastrous if they did, because
18815821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# the exception handler might call malloc!  If our low-level routines
18825821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# raised an exception within the malloc, they'd deadlock.  Luckily,
18835821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# we control all this code, and do not need exceptions for it.
18845821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@GCC_TRUE@NO_EXCEPTIONS = -fno-exceptions
18855821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
18865821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# For windows systems (at least, mingw), we need to tell all our
18875821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# tests to link in libtcmalloc using -u.  This is because libtcmalloc
18885821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# accomplishes its tasks via patching, leaving no work for the linker
18895821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# to identify, so the linker will ignore libtcmalloc by default unless
18905821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# we explicitly create a dependency via -u.
18915821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)TCMALLOC_FLAGS = $(am__append_7)
18925821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@HAVE_OBJCOPY_WEAKEN_FALSE@WEAKEN = :
18935821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
18945821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# If we have objcopy, make malloc/free/etc weak symbols.  That way folks
18955821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# can override our malloc if they want to (they can still use tc_malloc).
18965821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# Note: the weird-looking symbols are the c++ memory functions:
18975821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# (in order) new, new(nothrow), new[], new[](nothrow), delete, delete[]
18985821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# In theory this will break if mangling changes, but that seems pretty
18995821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# unlikely at this point.  Just in case, I throw in versions with an
19005821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# extra underscore as well, which may help on OS X.
19015821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@HAVE_OBJCOPY_WEAKEN_TRUE@WEAKEN = $(OBJCOPY) -W malloc -W free -W realloc -W calloc -W cfree \
19025821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@HAVE_OBJCOPY_WEAKEN_TRUE@         -W memalign -W posix_memalign -W valloc -W pvalloc \
19035821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@HAVE_OBJCOPY_WEAKEN_TRUE@         -W malloc_stats -W mallopt -W mallinfo \
19045821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@HAVE_OBJCOPY_WEAKEN_TRUE@         -W _Znwm -W _ZnwmRKSt9nothrow_t -W _Znam -W _ZnamRKSt9nothrow_t \
19055821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@HAVE_OBJCOPY_WEAKEN_TRUE@         -W _ZdlPv -W _ZdaPv \
19065821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@HAVE_OBJCOPY_WEAKEN_TRUE@         -W __Znwm -W __ZnwmRKSt9nothrow_t -W __Znam -W __ZnamRKSt9nothrow_t \
19075821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@HAVE_OBJCOPY_WEAKEN_TRUE@         -W __ZdlPv -W __ZdaPv
19085821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
19095821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)LIBS_TO_WEAKEN = libtcmalloc_minimal.la $(am__append_25) \
19105821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(am__append_38) $(am__append_55) $(am__append_70)
19115821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)perftoolsincludedir = $(includedir)/gperftools
19125821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# The .h files you want to install (that is, .h files that people
19135821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# who install this package can include in their own applications.)
19145821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# We'll add to this later, on a library-by-library basis
19155821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)perftoolsinclude_HEADERS = $(am__append_11) \
19165821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(SG_TCMALLOC_MINIMAL_INCLUDES) $(am__append_32) \
19175821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(am__append_62)
19185821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# tcmalloc.h is a special case, because it's a .h.in file
19195821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)nodist_perftoolsinclude_HEADERS = src/gperftools/tcmalloc.h
19205821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)noinst_HEADERS = src/gperftools/tcmalloc.h.in
19215821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
19225821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# This is provided for backwards compatibility.  It is populated by
19235821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# files that just forward to the canonical location in
19245821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# perftoolsincludedir.
19255821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)googleincludedir = $(includedir)/google
19265821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)googleinclude_HEADERS = \
19275821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)   src/google/heap-checker.h			\
19285821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)   src/google/heap-profiler.h			\
19295821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)   src/google/malloc_extension.h		\
19305821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)   src/google/malloc_extension_c.h		\
19315821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)   src/google/malloc_hook.h			\
19325821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)   src/google/malloc_hook_c.h			\
19335821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)   src/google/profiler.h			\
19345821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)   src/google/stacktrace.h			\
19355821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)   src/google/tcmalloc.h                        \
19365821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)   src/windows/google/tcmalloc.h
19375821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
19385821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# This is for HTML and other documentation you want to install.
19395821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# Add your documentation files (in doc/) in addition to these
19405821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# top-level boilerplate files.  Also add a TODO file if you have one.
19415821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# We'll add to this later, on a library-by-library basis
19425821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
19435821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)### Documentation
19445821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
19455821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# I don't know how to say "distribute the .dot files but don't install them";
19465821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# noinst doesn't seem to work with data.  I separate them out anyway, in case
19475821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# one day we figure it out.  Regardless, installing the dot files isn't the
19485821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# end of the world.
19495821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)dist_doc_DATA = AUTHORS COPYING ChangeLog INSTALL NEWS README \
19505821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	README_windows.txt TODO doc/index.html doc/designstyle.css \
19515821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(am__append_14) doc/tcmalloc.html doc/overview.gif \
19525821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	doc/pageheap.gif doc/spanmap.gif doc/threadheap.gif \
19535821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	doc/t-test1.times.txt \
19545821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	doc/tcmalloc-opspercpusec.vs.threads.1024.bytes.png \
19555821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	doc/tcmalloc-opspercpusec.vs.threads.128.bytes.png \
19565821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	doc/tcmalloc-opspercpusec.vs.threads.131072.bytes.png \
19575821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	doc/tcmalloc-opspercpusec.vs.threads.16384.bytes.png \
19585821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	doc/tcmalloc-opspercpusec.vs.threads.2048.bytes.png \
19595821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	doc/tcmalloc-opspercpusec.vs.threads.256.bytes.png \
19605821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	doc/tcmalloc-opspercpusec.vs.threads.32768.bytes.png \
19615821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	doc/tcmalloc-opspercpusec.vs.threads.4096.bytes.png \
19625821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	doc/tcmalloc-opspercpusec.vs.threads.512.bytes.png \
19635821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	doc/tcmalloc-opspercpusec.vs.threads.64.bytes.png \
19645821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	doc/tcmalloc-opspercpusec.vs.threads.65536.bytes.png \
19655821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	doc/tcmalloc-opspercpusec.vs.threads.8192.bytes.png \
19665821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	doc/tcmalloc-opspersec.vs.size.1.threads.png \
19675821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	doc/tcmalloc-opspersec.vs.size.12.threads.png \
19685821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	doc/tcmalloc-opspersec.vs.size.16.threads.png \
19695821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	doc/tcmalloc-opspersec.vs.size.2.threads.png \
19705821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	doc/tcmalloc-opspersec.vs.size.20.threads.png \
19715821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	doc/tcmalloc-opspersec.vs.size.3.threads.png \
19725821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	doc/tcmalloc-opspersec.vs.size.4.threads.png \
19735821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	doc/tcmalloc-opspersec.vs.size.5.threads.png \
19745821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	doc/tcmalloc-opspersec.vs.size.8.threads.png doc/overview.dot \
19755821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	doc/pageheap.dot doc/spanmap.dot doc/threadheap.dot \
19765821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(am__append_52) $(am__append_53) $(am__append_67)
19775821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
19785821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# The libraries (.so's) you want to install
19795821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# We'll add to this later, on a library-by-library basis
19805821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)lib_LTLIBRARIES = libtcmalloc_minimal.la $(am__append_24) \
19815821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(am__append_34) $(am__append_54) $(am__append_63) \
19825821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(am__append_68)
19835821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# This is for 'convenience libraries' -- basically just a container for sources
19845821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
19855821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)### Making the library
19865821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
19875821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# As we describe at the top of this file, we want to turn off exceptions
19885821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# for all files in this library -- except tcmalloc.cc which needs them
19895821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# to fulfill its API.  Automake doesn't allow per-file CXXFLAGS, so we need
19905821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# to separate into two libraries.
19915821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)noinst_LTLIBRARIES = liblogging.la libsysinfo.la $(am__append_8) \
19925821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(am__append_10) $(am__append_12) \
19935821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	libtcmalloc_minimal_internal.la $(am__append_33)
19945821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
19955821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# Add this whether or not we're under MinGW, to keep the tarball complete.
19965821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# Because we've commented out the test, above, we have to explicitly add
19975821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# the test files to the tarball or automake will leave them out.
19985821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)WINDOWS_PROJECTS = gperftools.sln \
19995821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	vsprojects/preamble_patcher_test/preamble_patcher_test.vcproj \
20005821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/windows/preamble_patcher_test.cc src/windows/shortproc.asm \
20015821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	src/windows/auto_testing_hook.h \
20025821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	vsprojects/low_level_alloc_unittest/low_level_alloc_unittest.vcproj \
20035821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(am__append_16) \
20045821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	vsprojects/libtcmalloc_minimal/libtcmalloc_minimal.vcproj \
20055821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	vsprojects/tcmalloc_minimal_unittest/tcmalloc_minimal_unittest.vcproj \
20065821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	vsprojects/tmu-static/tmu-static.vcproj \
20075821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	vsprojects/tcmalloc_minimal_large/tcmalloc_minimal_large_unittest.vcproj \
20085821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	vsprojects/addressmap_unittest/addressmap_unittest.vcproj \
20095821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	vsprojects/packed-cache_test/packed-cache_test.vcproj \
20105821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	vsprojects/frag_unittest/frag_unittest.vcproj \
20115821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	vsprojects/markidle_unittest/markidle_unittest.vcproj \
20125821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	vsprojects/current_allocated_bytes_test/current_allocated_bytes_test.vcproj \
20135821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	vsprojects/malloc_hook_test/malloc_hook_test.vcproj \
20145821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	vsprojects/malloc_extension_test/malloc_extension_test.vcproj \
20155821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	vsprojects/page_heap_test/page_heap_test.vcproj \
20165821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	vsprojects/pagemap_unittest/pagemap_unittest.vcproj \
20175821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	vsprojects/realloc_unittest/realloc_unittest.vcproj \
20185821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	vsprojects/stack_trace_table_test/stack_trace_table_test.vcproj \
20195821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	vsprojects/thread_dealloc_unittest/thread_dealloc_unittest.vcproj \
20205821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(am__append_43)
20215821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# TESTS_ENVIRONMENT sets environment variables for when you run unittest.
20225821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# We always get "srcdir" set for free.
20235821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# We'll add to this later, on a library-by-library basis.
20245821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)TESTS_ENVIRONMENT = $(am__append_15) $(am__append_42)
20255821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# All script tests should be added here
20265821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)noinst_SCRIPTS = $(am__append_18) $(am__append_30) $(am__append_44) \
20275821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(am__append_47) $(am__append_50) $(am__append_65)
20285821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
20295821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# This is my own var, used for extra libraries I make that I need installed
20305821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)EXTRA_INSTALL = 
20315821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
20325821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)### ------- library routines, in src/base
20335821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
20345821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# This is a 'convenience library' -- it's not actually installed or anything
20355821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)LOGGING_INCLUDES = src/base/logging.h \
20365821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)                   src/base/commandlineflags.h \
20375821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)                   src/base/basictypes.h \
20385821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)                   src/base/dynamic_annotations.h \
20395821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)                   src/third_party/valgrind.h
20405821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
20415821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)liblogging_la_SOURCES = src/base/logging.cc \
20425821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)                        src/base/dynamic_annotations.c \
20435821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)                        $(LOGGING_INCLUDES)
20445821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
20455821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)SYSINFO_INCLUDES = src/base/sysinfo.h \
20465821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)                   src/base/logging.h \
20475821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)                   src/base/commandlineflags.h \
20485821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)                   src/base/cycleclock.h \
20495821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)                   src/base/arm_instruction_set_select.h \
20505821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)                   src/base/basictypes.h
20515821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
20525821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)libsysinfo_la_SOURCES = src/base/sysinfo.cc \
20535821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)                        $(SYSINFO_INCLUDES)
20545821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
20555821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)libsysinfo_la_LIBADD = $(NANOSLEEP_LIBS) $(am__append_9)
20565821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
20575821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# For MinGW, we use also have to use libwindows Luckily, we need the
20585821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# windows.a library in exactly the same place we need spinlock.a
20595821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# (pretty much everywhere), so we can use the same variable name for
20605821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# each.  We can also optimize the MinGW rule a bit by leaving out
20615821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# files we know aren't used on windows, such as
20625821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# atomicops-internals-x86.cc.  libwindows also obsoletes the need for
20635821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# other files like system_alloc.cc.
20645821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@MINGW_TRUE@WINDOWS_INCLUDES = src/windows/port.h \
20655821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@MINGW_TRUE@                   src/windows/mingw.h \
20665821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@MINGW_TRUE@                   src/windows/mini_disassembler.h \
20675821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@MINGW_TRUE@                   src/windows/mini_disassembler_types.h \
20685821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@MINGW_TRUE@                   src/windows/preamble_patcher.h
20695821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
20705821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@MINGW_TRUE@libwindows_la_SOURCES = $(WINDOWS_INCLUDES) \
20715821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@MINGW_TRUE@                        src/windows/port.cc \
20725821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@MINGW_TRUE@                        src/windows/ia32_modrm_map.cc \
20735821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@MINGW_TRUE@                        src/windows/ia32_opcode_map.cc \
20745821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@MINGW_TRUE@                        src/windows/mini_disassembler.cc \
20755821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@MINGW_TRUE@                        src/windows/patch_functions.cc \
20765821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@MINGW_TRUE@                        src/windows/preamble_patcher.cc \
20775821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@MINGW_TRUE@                        src/windows/preamble_patcher_with_stub.cc
20785821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
20795821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# patch_functions.cc uses Psapi.lib.  MSVC has a #pragma for that, but not us.
20805821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@MINGW_TRUE@libwindows_la_LIBADD = -lPsapi
20815821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# spinlock is the only code that uses atomicops.
20825821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@MINGW_FALSE@SPINLOCK_INCLUDES = src/base/spinlock.h \
20835821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@MINGW_FALSE@                    src/base/spinlock_internal.h \
20845821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@MINGW_FALSE@                    src/base/atomicops.h \
20855821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@MINGW_FALSE@                    src/base/atomicops-internals-macosx.h \
20865821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@MINGW_FALSE@                    src/base/atomicops-internals-linuxppc.h \
20875821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@MINGW_FALSE@                    src/base/atomicops-internals-windows.h \
20885821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@MINGW_FALSE@                    src/base/atomicops-internals-x86.h
20895821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
20905821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@MINGW_TRUE@SPINLOCK_INCLUDES = src/base/spinlock.h \
20915821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@MINGW_TRUE@                    src/base/spinlock_internal.h \
20925821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@MINGW_TRUE@                    src/base/spinlock_win32-inl.h \
20935821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@MINGW_TRUE@                    src/base/spinlock_linux-inl.h \
20945821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@MINGW_TRUE@                    src/base/spinlock_posix-inl.h \
20955821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@MINGW_TRUE@                    src/base/synchronization_profiling.h \
20965821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@MINGW_TRUE@                    src/base/atomicops-internals-macosx.h \
20975821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@MINGW_TRUE@                    src/base/atomicops-internals-linuxppc.h \
20985821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@MINGW_TRUE@                    src/base/atomicops-internals-arm-generic.h \
20995821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@MINGW_TRUE@                    src/base/atomicops-internals-arm-v6plus.h \
21005821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@MINGW_TRUE@                    src/base/atomicops-internals-windows.h \
21015821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@MINGW_TRUE@                    src/base/atomicops-internals-x86.h
21025821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
21035821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@MINGW_FALSE@libspinlock_la_SOURCES = src/base/spinlock.cc \
21045821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@MINGW_FALSE@                         src/base/spinlock_internal.cc \
21055821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@MINGW_FALSE@                         src/base/atomicops-internals-x86.cc \
21065821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@MINGW_FALSE@                         $(SPINLOCK_INCLUDES)
21075821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
21085821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@MINGW_TRUE@libspinlock_la_SOURCES = src/base/spinlock.cc \
21095821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@MINGW_TRUE@                         src/base/spinlock_internal.cc \
21105821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@MINGW_TRUE@                         $(SPINLOCK_INCLUDES)
21115821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
21125821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# spinlock also needs NumCPUs, from libsysinfo, which in turn needs liblogging
21135821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@MINGW_FALSE@LIBSPINLOCK = libspinlock.la libsysinfo.la liblogging.la
21145821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@MINGW_TRUE@LIBSPINLOCK = libwindows.la libspinlock.la libsysinfo.la liblogging.la
21155821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@MINGW_FALSE@TCMALLOC_CC = src/tcmalloc.cc
21165821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
21175821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# There's a windows-specific unittest we can run.  Right now it's
21185821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# win64-specific, and relies on masm, so we comment it out.
21195821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
21205821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# patch_functions.cc #includes tcmalloc.cc, so no need to link it in.
21215821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@MINGW_TRUE@TCMALLOC_CC = 
21225821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@MINGW_FALSE@MAYBE_THREADS_CC = src/maybe_threads.cc
21235821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# windows has its own system for threads and system memory allocation.
21245821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@MINGW_TRUE@MAYBE_THREADS_CC = 
21255821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@MINGW_FALSE@SYSTEM_ALLOC_CC = src/system-alloc.cc
21265821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@MINGW_TRUE@SYSTEM_ALLOC_CC = 
21275821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@MINGW_FALSE@libspinlock_la_LIBADD = $(NANOSLEEP_LIBS)
21285821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)LOW_LEVEL_ALLOC_UNITTEST_INCLUDES = src/base/low_level_alloc.h \
21295821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)                                    src/base/basictypes.h \
21305821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)                                    src/gperftools/malloc_hook.h \
21315821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)                                    src/gperftools/malloc_hook_c.h \
21325821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)                                    src/malloc_hook-inl.h \
21335821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)                                    src/malloc_hook_mmap_linux.h \
21345821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)                                    src/malloc_hook_mmap_freebsd.h \
21355821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)                                    $(SPINLOCK_INCLUDES) \
21365821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)                                    $(LOGGING_INCLUDES)
21375821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
21385821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)low_level_alloc_unittest_SOURCES = src/base/low_level_alloc.cc \
21395821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)                                   src/malloc_hook.cc \
21405821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)                                   $(MAYBE_THREADS_CC) \
21415821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)                                   src/tests/low_level_alloc_unittest.cc \
21425821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)                                   $(LOW_LEVEL_ALLOC_UNITTEST_INCLUDES)
21435821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
21445821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# By default, MallocHook takes stack traces for use by the heap-checker.
21455821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# We don't need that functionality here, so we turn it off to reduce deps.
21465821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)low_level_alloc_unittest_CXXFLAGS = -DNO_TCMALLOC_SAMPLES
21475821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)low_level_alloc_unittest_LDADD = $(LIBSPINLOCK)
21485821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)ATOMICOPS_UNITTEST_INCLUDES = src/base/atomicops.h \
21495821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)                              src/base/atomicops-internals-macosx.h \
21505821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)                              src/base/atomicops-internals-windows.h \
21515821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)                              src/base/atomicops-internals-x86.h \
21525821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)                              $(LOGGING_INCLUDES)
21535821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
21545821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)atomicops_unittest_SOURCES = src/tests/atomicops_unittest.cc \
21555821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)                             $(ATOMICOPS_UNITTEST_INCLUDES)
21565821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
21575821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)atomicops_unittest_LDADD = $(LIBSPINLOCK)
21585821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
21595821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)### ------- stack trace
21605821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
21615821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)### The header files we use.  We divide into categories based on directory
21625821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_STACK_TRACE_TRUE@S_STACKTRACE_INCLUDES = src/stacktrace_config.h \
21635821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_STACK_TRACE_TRUE@                        src/stacktrace_generic-inl.h \
21645821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_STACK_TRACE_TRUE@			src/stacktrace_libunwind-inl.h \
21655821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_STACK_TRACE_TRUE@			src/stacktrace_arm-inl.h \
21665821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_STACK_TRACE_TRUE@			src/stacktrace_powerpc-inl.h \
21675821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_STACK_TRACE_TRUE@			src/stacktrace_x86-inl.h \
21685821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_STACK_TRACE_TRUE@			src/stacktrace_win32-inl.h \
21695821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_STACK_TRACE_TRUE@                        src/base/elf_mem_image.h \
21705821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_STACK_TRACE_TRUE@                        src/base/vdso_support.h
21715821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
21725821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_STACK_TRACE_TRUE@SG_STACKTRACE_INCLUDES = src/gperftools/stacktrace.h
21735821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_STACK_TRACE_TRUE@STACKTRACE_INCLUDES = $(S_STACKTRACE_INCLUDES) $(SG_STACKTRACE_INCLUDES)
21745821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_STACK_TRACE_TRUE@libstacktrace_la_SOURCES = src/stacktrace.cc \
21755821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_STACK_TRACE_TRUE@                           src/base/elf_mem_image.cc \
21765821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_STACK_TRACE_TRUE@                           src/base/vdso_support.cc \
21775821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_STACK_TRACE_TRUE@                           $(STACKTRACE_INCLUDES)
21785821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
21795821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_STACK_TRACE_TRUE@libstacktrace_la_LIBADD = $(UNWIND_LIBS) $(LIBSPINLOCK)
21805821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_STACK_TRACE_TRUE@STACKTRACE_SYMBOLS = '(GetStackTrace|GetStackFrames|GetStackTraceWithContext|GetStackFramesWithContext)'
21815821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_STACK_TRACE_TRUE@libstacktrace_la_LDFLAGS = -export-symbols-regex $(STACKTRACE_SYMBOLS)
21825821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_STACK_TRACE_TRUE@STACKTRACE_UNITTEST_INCLUDES = src/config_for_unittests.h \
21835821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_STACK_TRACE_TRUE@                               src/base/commandlineflags.h \
21845821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_STACK_TRACE_TRUE@                               $(STACKTRACE_INCLUDES) \
21855821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_STACK_TRACE_TRUE@                               $(LOGGING_INCLUDES)
21865821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
21875821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_STACK_TRACE_TRUE@stacktrace_unittest_SOURCES = src/tests/stacktrace_unittest.cc \
21885821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_STACK_TRACE_TRUE@                              $(STACKTRACE_UNITTEST_INCLUDES)
21895821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
21905821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_STACK_TRACE_TRUE@stacktrace_unittest_LDADD = libstacktrace.la liblogging.la
21915821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
21925821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)### ------- pprof
21935821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
21945821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# If we are not compiling with stacktrace support, pprof is worthless
21955821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_STACK_TRACE_TRUE@bin_SCRIPTS = src/pprof
21965821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
21975821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)### Unittests
21985821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_STACK_TRACE_TRUE@check_SCRIPTS = pprof_unittest
21995821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
22005821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)### Documentation
22015821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_STACK_TRACE_TRUE@dist_man_MANS = doc/pprof.1
22025821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
22035821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)### ------- tcmalloc_minimal (thread-caching malloc)
22045821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
22055821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)### The header files we use.  We divide into categories based on directory
22065821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)S_TCMALLOC_MINIMAL_INCLUDES = src/common.h \
22075821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)                              src/internal_logging.h \
22085821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)                              src/system-alloc.h \
22095821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)                              src/packed-cache-inl.h \
22105821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)                              $(SPINLOCK_INCLUDES) \
22115821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)                              src/tcmalloc_guard.h \
22125821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)                              src/base/commandlineflags.h \
22135821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)                              src/base/basictypes.h \
22145821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)                              src/pagemap.h \
22155821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)                              src/sampler.h \
22165821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)                              src/central_freelist.h \
22175821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)                              src/linked_list.h \
22185821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)                              src/libc_override.h \
22195821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)                              src/libc_override_gcc_and_weak.h \
22205821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)                              src/libc_override_glibc.h \
22215821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)                              src/libc_override_osx.h \
22225821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)                              src/libc_override_redefine.h \
22235821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)                              src/page_heap.h \
22245821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)                              src/page_heap_allocator.h \
22255821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)                              src/span.h \
22265821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)                              src/static_vars.h \
22275821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)                              src/symbolize.h \
22285821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)                              src/thread_cache.h \
22295821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)                              src/stack_trace_table.h \
22305821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)                              src/base/thread_annotations.h \
22315821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)                              src/malloc_hook-inl.h \
22325821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)                              src/malloc_hook_mmap_linux.h \
22335821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)                              src/malloc_hook_mmap_freebsd.h \
22345821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)                              src/maybe_threads.h
22355821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
22365821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)SG_TCMALLOC_MINIMAL_INCLUDES = src/gperftools/malloc_hook.h \
22375821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)                               src/gperftools/malloc_hook_c.h \
22385821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)                               src/gperftools/malloc_extension.h \
22395821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)                               src/gperftools/malloc_extension_c.h \
22405821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)                               src/gperftools/stacktrace.h
22415821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
22425821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)TCMALLOC_MINIMAL_INCLUDES = $(S_TCMALLOC_MINIMAL_INCLUDES) $(SG_TCMALLOC_MINIMAL_INCLUDES)
22435821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)libtcmalloc_minimal_internal_la_SOURCES = src/common.cc \
22445821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)                                          src/internal_logging.cc \
22455821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)                                          $(SYSTEM_ALLOC_CC) \
22465821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)                                          src/memfs_malloc.cc \
22475821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)                                          src/central_freelist.cc \
22485821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)                                          src/page_heap.cc \
22495821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)                                          src/sampler.cc \
22505821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)                                          src/span.cc \
22515821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)                                          src/stack_trace_table.cc \
22525821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)                                          src/static_vars.cc \
22535821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)                                          src/symbolize.cc \
22545821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)                                          src/thread_cache.cc \
22555821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)                                          src/malloc_hook.cc \
22565821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)                                          src/malloc_extension.cc \
22575821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)                                          $(MAYBE_THREADS_CC) \
22585821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)                                          $(TCMALLOC_MINIMAL_INCLUDES)
22595821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
22605821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# We #define NO_TCMALLOC_SAMPLES, since sampling is turned off for _minimal.
22615821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)libtcmalloc_minimal_internal_la_CXXFLAGS = -DNO_TCMALLOC_SAMPLES \
22625821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)                                           -DNO_HEAP_CHECK \
22635821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)                                           $(PTHREAD_CFLAGS) -DNDEBUG \
22645821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)                                           $(AM_CXXFLAGS) $(NO_EXCEPTIONS)
22655821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
22665821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)libtcmalloc_minimal_internal_la_LDFLAGS = $(PTHREAD_CFLAGS)
22675821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)libtcmalloc_minimal_internal_la_LIBADD = $(PTHREAD_LIBS) $(LIBSPINLOCK)
22685821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)libtcmalloc_minimal_la_SOURCES = $(TCMALLOC_CC) $(TCMALLOC_MINIMAL_INCLUDES)
22695821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)libtcmalloc_minimal_la_CXXFLAGS = -DNO_TCMALLOC_SAMPLES \
22705821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)                                  $(PTHREAD_CFLAGS) -DNDEBUG $(AM_CXXFLAGS)
22715821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
22725821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# -version-info gets passed to libtool
22735821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)libtcmalloc_minimal_la_LDFLAGS = $(PTHREAD_CFLAGS) -version-info @TCMALLOC_SO_VERSION@
22745821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)libtcmalloc_minimal_la_LIBADD = libtcmalloc_minimal_internal.la $(PTHREAD_LIBS)
22755821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@MINGW_FALSE@LIBTCMALLOC_MINIMAL = libtcmalloc_minimal.la
22765821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
22775821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# For windows, we're playing around with trying to do some stacktrace
22785821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# support even with libtcmalloc_minimal.  For everyone else, though,
22795821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# we turn off all stack-trace activity for libtcmalloc_minimal.
22805821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# TODO(csilvers): when we're done experimenting, do something principled here
22815821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@MINGW_TRUE@LIBTCMALLOC_MINIMAL = libtcmalloc_minimal.la libstacktrace.la
22825821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)tcmalloc_minimal_unittest_SOURCES = src/tests/tcmalloc_unittest.cc \
22835821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)                                    src/tests/testutil.h src/tests/testutil.cc \
22845821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)                                    $(TCMALLOC_UNITTEST_INCLUDES)
22855821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
22865821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)tcmalloc_minimal_unittest_CXXFLAGS = $(PTHREAD_CFLAGS) $(AM_CXXFLAGS)
22875821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)tcmalloc_minimal_unittest_LDFLAGS = $(PTHREAD_CFLAGS) $(TCMALLOC_FLAGS)
22885821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# We want libtcmalloc last on the link line, but due to a bug in
22895821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# libtool involving convenience libs, they need to come last on the
22905821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# link line in order to get dependency ordering right.  This is ok:
22915821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# convenience libraries are .a's, so tcmalloc is still the last .so.
22925821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# We also put pthreads after tcmalloc, because some pthread
22935821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# implementations define their own malloc, and we need to go on the
22945821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# first linkline to make sure our malloc 'wins'.
22955821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)tcmalloc_minimal_unittest_LDADD = $(LIBTCMALLOC_MINIMAL) \
22965821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)                                  liblogging.la $(PTHREAD_LIBS)
22975821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
22985821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)tcmalloc_minimal_large_unittest_SOURCES = src/tests/tcmalloc_large_unittest.cc
22995821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)tcmalloc_minimal_large_unittest_CXXFLAGS = $(PTHREAD_CFLAGS) $(AM_CXXFLAGS)
23005821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)tcmalloc_minimal_large_unittest_LDFLAGS = $(PTHREAD_CFLAGS) $(TCMALLOC_FLAGS)
23015821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)tcmalloc_minimal_large_unittest_LDADD = $(LIBTCMALLOC_MINIMAL) $(PTHREAD_LIBS)
23025821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@ENABLE_STATIC_FALSE@@MINGW_FALSE@maybe_threads_unittest_sh_SOURCES = src/tests/maybe_threads_unittest.sh
23035821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)ADDRESSMAP_UNITTEST_INCLUDES = src/addressmap-inl.h \
23045821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)                               src/base/commandlineflags.h \
23055821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)                               $(LOGGING_INCLUDES)
23065821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
23075821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)addressmap_unittest_SOURCES = src/tests/addressmap_unittest.cc \
23085821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(ADDRESSMAP_UNITTEST_INCLUDES) $(am__append_19)
23095821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)addressmap_unittest_CXXFLAGS = -g $(AM_CXXFLAGS)
23105821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)addressmap_unittest_LDADD = liblogging.la
23115821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@MINGW_FALSE@system_alloc_unittest_SOURCES = src/config_for_unittests.h \
23125821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@MINGW_FALSE@                                src/tests/system-alloc_unittest.cc
23135821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
23145821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@MINGW_FALSE@system_alloc_unittest_CXXFLAGS = $(PTHREAD_CFLAGS) $(AM_CXXFLAGS)
23155821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@MINGW_FALSE@system_alloc_unittest_LDFLAGS = $(PTHREAD_CFLAGS) $(TCMALLOC_FLAGS)
23165821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@MINGW_FALSE@system_alloc_unittest_LDADD = $(LIBTCMALLOC_MINIMAL) $(PTHREAD_LIBS)
23175821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)packed_cache_test_SOURCES = src/tests/packed-cache_test.cc
23185821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)packed_cache_test_CXXFLAGS = $(PTHREAD_CFLAGS) $(AM_CXXFLAGS)
23195821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)packed_cache_test_LDFLAGS = $(PTHREAD_CFLAGS) $(TCMALLOC_FLAGS)
23205821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)packed_cache_test_LDADD = $(LIBTCMALLOC_MINIMAL) $(PTHREAD_LIBS)
23215821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)frag_unittest_SOURCES = src/tests/frag_unittest.cc src/config_for_unittests.h
23225821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)frag_unittest_CXXFLAGS = $(PTHREAD_CFLAGS) $(AM_CXXFLAGS)
23235821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)frag_unittest_LDFLAGS = $(PTHREAD_CFLAGS) $(TCMALLOC_FLAGS)
23245821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)frag_unittest_LDADD = $(LIBTCMALLOC_MINIMAL) $(PTHREAD_LIBS)
23255821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)markidle_unittest_SOURCES = src/tests/markidle_unittest.cc \
23265821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)                            src/config_for_unittests.h \
23275821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)                            src/tests/testutil.h src/tests/testutil.cc
23285821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
23295821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)markidle_unittest_CXXFLAGS = $(PTHREAD_CFLAGS) $(AM_CXXFLAGS)
23305821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)markidle_unittest_LDFLAGS = $(PTHREAD_CFLAGS) $(TCMALLOC_FLAGS)
23315821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)markidle_unittest_LDADD = $(LIBTCMALLOC_MINIMAL) $(PTHREAD_LIBS)
23325821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)current_allocated_bytes_test_SOURCES = src/tests/current_allocated_bytes_test.cc \
23335821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)                                       src/config_for_unittests.h
23345821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
23355821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)current_allocated_bytes_test_CXXFLAGS = $(PTHREAD_CFLAGS) $(AM_CXXFLAGS)
23365821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)current_allocated_bytes_test_LDFLAGS = $(PTHREAD_CFLAGS) $(TCMALLOC_FLAGS)
23375821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)current_allocated_bytes_test_LDADD = $(LIBTCMALLOC_MINIMAL) $(PTHREAD_LIBS)
23385821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)malloc_hook_test_SOURCES = src/tests/malloc_hook_test.cc \
23395821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)                           src/config_for_unittests.h \
23405821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)                           src/base/logging.h \
23415821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)                           src/gperftools/malloc_hook.h \
23425821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)                           src/tests/testutil.h src/tests/testutil.cc
23435821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
23445821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)malloc_hook_test_CXXFLAGS = $(PTHREAD_CFLAGS) $(AM_CXXFLAGS)
23455821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)malloc_hook_test_LDFLAGS = $(PTHREAD_CFLAGS) $(TCMALLOC_FLAGS)
23465821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)malloc_hook_test_LDADD = $(LIBTCMALLOC_MINIMAL) $(PTHREAD_LIBS)
23475821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)malloc_extension_test_SOURCES = src/tests/malloc_extension_test.cc \
23485821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)                                src/config_for_unittests.h \
23495821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)                                src/base/logging.h \
23505821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)                                src/gperftools/malloc_extension.h \
23515821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)                                src/gperftools/malloc_extension_c.h
23525821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
23535821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)malloc_extension_test_CXXFLAGS = $(PTHREAD_CFLAGS) $(AM_CXXFLAGS)
23545821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)malloc_extension_test_LDFLAGS = $(PTHREAD_CFLAGS) $(TCMALLOC_FLAGS)
23555821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)malloc_extension_test_LDADD = $(LIBTCMALLOC_MINIMAL) $(PTHREAD_LIBS)
23565821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@ENABLE_STATIC_FALSE@@MINGW_FALSE@malloc_extension_c_test_SOURCES = src/tests/malloc_extension_c_test.c \
23575821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@ENABLE_STATIC_FALSE@@MINGW_FALSE@                                  src/gperftools/malloc_extension.h \
23585821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@ENABLE_STATIC_FALSE@@MINGW_FALSE@                                  src/gperftools/malloc_extension_c.h
23595821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
23605821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@ENABLE_STATIC_FALSE@@MINGW_FALSE@malloc_extension_c_test_CFLAGS =  \
23615821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@ENABLE_STATIC_FALSE@@MINGW_FALSE@	$(PTHREAD_CFLAGS) \
23625821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@ENABLE_STATIC_FALSE@@MINGW_FALSE@	$(AM_CFLAGS) \
23635821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@ENABLE_STATIC_FALSE@@MINGW_FALSE@	$(am__append_22)
23645821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@ENABLE_STATIC_FALSE@@MINGW_FALSE@malloc_extension_c_test_LDFLAGS = $(PTHREAD_CFLAGS) $(TCMALLOC_FLAGS)
23655821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@ENABLE_STATIC_FALSE@@MINGW_FALSE@malloc_extension_c_test_LDADD = $(LIBTCMALLOC_MINIMAL) $(PTHREAD_LIBS)
23665821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@MINGW_FALSE@@OSX_FALSE@memalign_unittest_SOURCES = src/tests/memalign_unittest.cc \
23675821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@MINGW_FALSE@@OSX_FALSE@                            src/tcmalloc.h \
23685821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@MINGW_FALSE@@OSX_FALSE@                            src/config_for_unittests.h \
23695821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@MINGW_FALSE@@OSX_FALSE@                            src/tests/testutil.h src/tests/testutil.cc
23705821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
23715821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@MINGW_FALSE@@OSX_FALSE@memalign_unittest_CXXFLAGS = $(PTHREAD_CFLAGS) $(AM_CXXFLAGS)
23725821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@MINGW_FALSE@@OSX_FALSE@memalign_unittest_LDFLAGS = $(PTHREAD_CFLAGS) $(TCMALLOC_FLAGS)
23735821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@MINGW_FALSE@@OSX_FALSE@memalign_unittest_LDADD = $(LIBTCMALLOC_MINIMAL) $(PTHREAD_LIBS)
23745821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)page_heap_test_SOURCES = src/tests/page_heap_test.cc \
23755821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)                         src/config_for_unittests.h \
23765821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)                         src/base/logging.h \
23775821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)                         src/common.h \
23785821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)                         src/page_heap.h
23795821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
23805821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)page_heap_test_CXXFLAGS = $(PTHREAD_CFLAGS) $(AM_CXXFLAGS)
23815821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)page_heap_test_LDFLAGS = $(PTHREAD_CFLAGS) $(TCMALLOC_FLAGS)
23825821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)page_heap_test_LDADD = $(LIBTCMALLOC_MINIMAL) $(PTHREAD_LIBS)
23835821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)pagemap_unittest_SOURCES = src/tests/pagemap_unittest.cc \
23845821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)                           src/config_for_unittests.h \
23855821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)                           src/base/logging.h \
23865821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)                           src/pagemap.h
23875821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
23885821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)pagemap_unittest_CXXFLAGS = $(PTHREAD_CFLAGS) $(AM_CXXFLAGS)
23895821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)pagemap_unittest_LDFLAGS = $(PTHREAD_CFLAGS) $(TCMALLOC_FLAGS)
23905821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)pagemap_unittest_LDADD = $(LIBTCMALLOC_MINIMAL) $(PTHREAD_LIBS)
23915821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)realloc_unittest_SOURCES = src/tests/realloc_unittest.cc \
23925821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)                           src/config_for_unittests.h \
23935821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)                           src/base/logging.h
23945821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
23955821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)realloc_unittest_CXXFLAGS = $(PTHREAD_CFLAGS) $(AM_CXXFLAGS)
23965821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)realloc_unittest_LDFLAGS = $(PTHREAD_CFLAGS) $(TCMALLOC_FLAGS)
23975821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)realloc_unittest_LDADD = $(LIBTCMALLOC_MINIMAL) $(PTHREAD_LIBS)
23985821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)stack_trace_table_test_SOURCES = src/tests/stack_trace_table_test.cc \
23995821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)                                 src/config_for_unittests.h
24005821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
24015821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)stack_trace_table_test_CXXFLAGS = $(PTHREAD_CFLAGS) $(AM_CXXFLAGS)
24025821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)stack_trace_table_test_LDFLAGS = $(PTHREAD_CFLAGS) $(TCMALLOC_FLAGS)
24035821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)stack_trace_table_test_LDADD = $(LIBTCMALLOC_MINIMAL) $(PTHREAD_LIBS)
24045821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)thread_dealloc_unittest_SOURCES = src/tests/thread_dealloc_unittest.cc \
24055821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)                                  src/config_for_unittests.h \
24065821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)                                  src/tests/testutil.h src/tests/testutil.cc
24075821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
24085821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)thread_dealloc_unittest_CXXFLAGS = $(PTHREAD_CFLAGS) $(AM_CXXFLAGS)
24095821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)thread_dealloc_unittest_LDFLAGS = $(PTHREAD_CFLAGS) $(TCMALLOC_FLAGS)
24105821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)thread_dealloc_unittest_LDADD = $(LIBTCMALLOC_MINIMAL) $(PTHREAD_LIBS)
24115821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_DEBUGALLOC_TRUE@libtcmalloc_minimal_debug_la_SOURCES = src/debugallocation.cc \
24125821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_DEBUGALLOC_TRUE@                                       $(TCMALLOC_MINIMAL_INCLUDES)
24135821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
24145821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_DEBUGALLOC_TRUE@libtcmalloc_minimal_debug_la_CXXFLAGS = $(libtcmalloc_minimal_la_CXXFLAGS) \
24155821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_DEBUGALLOC_TRUE@                                        -DTCMALLOC_FOR_DEBUGALLOCATION
24165821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
24175821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# version_info gets passed to libtool
24185821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_DEBUGALLOC_TRUE@libtcmalloc_minimal_debug_la_LDFLAGS = $(libtcmalloc_minimal_la_LDFLAGS) \
24195821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_DEBUGALLOC_TRUE@                                       -version-info @TCMALLOC_SO_VERSION@
24205821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
24215821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_DEBUGALLOC_TRUE@libtcmalloc_minimal_debug_la_LIBADD = $(libtcmalloc_minimal_la_LIBADD)
24225821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_DEBUGALLOC_TRUE@tcmalloc_minimal_debug_unittest_SOURCES = $(tcmalloc_minimal_unittest_SOURCES)
24235821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_DEBUGALLOC_TRUE@tcmalloc_minimal_debug_unittest_CXXFLAGS = $(tcmalloc_minimal_unittest_CXXFLAGS) \
24245821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_DEBUGALLOC_TRUE@                                           -DDEBUGALLOCATION
24255821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
24265821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_DEBUGALLOC_TRUE@tcmalloc_minimal_debug_unittest_LDFLAGS = $(tcmalloc_minimal_unittest_LDFLAGS)
24275821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_DEBUGALLOC_TRUE@tcmalloc_minimal_debug_unittest_LDADD = libtcmalloc_minimal_debug.la $(PTHREAD_LIBS)
24285821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_DEBUGALLOC_TRUE@malloc_extension_debug_test_SOURCES = $(malloc_extension_test_SOURCES)
24295821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_DEBUGALLOC_TRUE@malloc_extension_debug_test_CXXFLAGS = $(malloc_extension_test_CXXFLAGS)
24305821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_DEBUGALLOC_TRUE@malloc_extension_debug_test_LDFLAGS = $(malloc_extension_test_LDFLAGS)
24315821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_DEBUGALLOC_TRUE@malloc_extension_debug_test_LDADD = libtcmalloc_minimal_debug.la $(PTHREAD_LIBS)
24325821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@MINGW_FALSE@@OSX_FALSE@@WITH_DEBUGALLOC_TRUE@memalign_debug_unittest_SOURCES = $(memalign_unittest_SOURCES)
24335821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@MINGW_FALSE@@OSX_FALSE@@WITH_DEBUGALLOC_TRUE@memalign_debug_unittest_CXXFLAGS = $(memalign_unittest_CXXFLAGS)
24345821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@MINGW_FALSE@@OSX_FALSE@@WITH_DEBUGALLOC_TRUE@memalign_debug_unittest_LDFLAGS = $(memalign_unittest_LDFLAGS)
24355821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@MINGW_FALSE@@OSX_FALSE@@WITH_DEBUGALLOC_TRUE@memalign_debug_unittest_LDADD = libtcmalloc_minimal_debug.la $(PTHREAD_LIBS)
24365821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_DEBUGALLOC_TRUE@realloc_debug_unittest_SOURCES = $(realloc_unittest_SOURCES)
24375821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_DEBUGALLOC_TRUE@realloc_debug_unittest_CXXFLAGS = $(realloc_unittest_CXXFLAGS)
24385821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_DEBUGALLOC_TRUE@realloc_debug_unittest_LDFLAGS = $(realloc_unittest_LDFLAGS)
24395821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_DEBUGALLOC_TRUE@realloc_debug_unittest_LDADD = libtcmalloc_minimal_debug.la $(PTHREAD_LIBS)
24405821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_DEBUGALLOC_TRUE@@WITH_STACK_TRACE_TRUE@debugallocation_test_sh_SOURCES = src/tests/debugallocation_test.sh
24415821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_DEBUGALLOC_TRUE@@WITH_STACK_TRACE_TRUE@debugallocation_test_SOURCES = src/tests/debugallocation_test.cc
24425821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_DEBUGALLOC_TRUE@@WITH_STACK_TRACE_TRUE@debugallocation_test_CXXFLAGS = $(PTHREAD_CFLAGS) $(AM_CXXFLAGS)
24435821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_DEBUGALLOC_TRUE@@WITH_STACK_TRACE_TRUE@debugallocation_test_LDFLAGS = $(PTHREAD_CFLAGS) $(TCMALLOC_FLAGS)
24445821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_DEBUGALLOC_TRUE@@WITH_STACK_TRACE_TRUE@debugallocation_test_LDADD = libtcmalloc_debug.la $(PTHREAD_LIBS)
24455821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
24465821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)### ------- tcmalloc (thread-caching malloc + heap profiler + heap checker)
24475821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
24485821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)### The header files we use.  We divide into categories based on directory
24495821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@S_TCMALLOC_INCLUDES = $(S_TCMALLOC_MINIMAL_INCLUDES) \
24505821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@                      $(LOGGING_INCLUDES) \
24515821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@                      src/addressmap-inl.h \
24525821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@                      src/raw_printer.h \
24535821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@                      src/base/elfcore.h \
24545821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@                      src/base/googleinit.h \
24555821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@                      src/base/linux_syscall_support.h \
24565821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@                      src/base/linuxthreads.h \
24575821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@                      src/base/stl_allocator.h \
24585821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@                      src/base/sysinfo.h \
24595821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@                      src/base/thread_lister.h \
24605821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@                      src/heap-profile-table.h
24615821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
24625821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@SG_TCMALLOC_INCLUDES = $(SG_TCMALLOC_MINIMAL_INCLUDES) \
24635821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@                       src/gperftools/heap-profiler.h \
24645821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@                       src/gperftools/heap-checker.h
24655821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
24665821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@TCMALLOC_INCLUDES = $(S_TCMALLOC_INCLUDES) $(SG_TCMALLOC_INCLUDES)
24675821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@libtcmalloc_internal_la_SOURCES = $(libtcmalloc_minimal_internal_la_SOURCES) \
24685821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@                                  $(TCMALLOC_INCLUDES) \
24695821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@                                  src/base/low_level_alloc.cc \
24705821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@                                  src/heap-profile-table.cc \
24715821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@                                  src/heap-profiler.cc \
24725821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@                                  src/raw_printer.cc \
24735821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@                                  src/memory_region_map.cc
24745821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
24755821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@libtcmalloc_internal_la_CXXFLAGS =  \
24765821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@	$(PTHREAD_CFLAGS) -DNDEBUG \
24775821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@	$(AM_CXXFLAGS) \
24785821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@	$(NO_EXCEPTIONS) \
24795821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@	$(am__append_36)
24805821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@libtcmalloc_internal_la_LDFLAGS = $(PTHREAD_CFLAGS)
24815821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@libtcmalloc_internal_la_LIBADD = libstacktrace.la $(PTHREAD_LIBS)
24825821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@libtcmalloc_la_SOURCES =  \
24835821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@	$(TCMALLOC_CC) \
24845821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@	$(TCMALLOC_INCLUDES) \
24855821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@	$(am__append_35)
24865821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@libtcmalloc_la_CXXFLAGS =  \
24875821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@	$(PTHREAD_CFLAGS) -DNDEBUG \
24885821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@	$(AM_CXXFLAGS) \
24895821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@	$(am__append_37)
24905821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@libtcmalloc_la_LDFLAGS = $(PTHREAD_CFLAGS) -version-info @TCMALLOC_SO_VERSION@
24915821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@libtcmalloc_la_LIBADD = libtcmalloc_internal.la $(PTHREAD_LIBS)
24925821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_CHECKER_FALSE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@HEAP_CHECKER_SOURCES = 
24935821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
24945821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# heap-checker-bcad is last, in hopes its global ctor will run first.
24955821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# (Note this is added to libtcmalloc.la, not libtcmalloc_internal.la,
24965821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# but that's ok; the internal/external distinction is only useful for
24975821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# cygwin, and cygwin doesn't use HEAP_CHECKER anyway.)
24985821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_CHECKER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@HEAP_CHECKER_SOURCES = src/base/thread_lister.c \
24995821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_CHECKER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@                       src/base/linuxthreads.cc \
25005821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_CHECKER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@                       src/heap-checker.cc \
25015821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_CHECKER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@                       src/heap-checker-bcad.cc
25025821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
25035821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@LIBTCMALLOC = libtcmalloc.la
25045821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@TCMALLOC_UNITTEST_INCLUDES = src/config_for_unittests.h \
25055821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@                             src/gperftools/malloc_extension.h
25065821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
25075821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@tcmalloc_unittest_SOURCES = src/tests/tcmalloc_unittest.cc \
25085821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@                            src/tcmalloc.h \
25095821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@                            src/tests/testutil.h src/tests/testutil.cc \
25105821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@                            $(TCMALLOC_UNITTEST_INCLUDES)
25115821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
25125821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@tcmalloc_unittest_CXXFLAGS = $(PTHREAD_CFLAGS) $(AM_CXXFLAGS)
25135821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@tcmalloc_unittest_LDFLAGS = $(PTHREAD_CFLAGS) $(TCMALLOC_FLAGS)
25145821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# We want libtcmalloc last on the link line, but due to a bug in
25155821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# libtool involving convenience libs, they need to come last on the
25165821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# link line in order to get dependency ordering right.  This is ok:
25175821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# convenience libraries are .a's, so tcmalloc is still the last .so.
25185821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# We also put pthreads after tcmalloc, because some pthread
25195821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# implementations define their own malloc, and we need to go on the
25205821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# first linkline to make sure our malloc 'wins'.
25215821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@tcmalloc_unittest_LDADD = $(LIBTCMALLOC) liblogging.la $(PTHREAD_LIBS)
25225821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
25235821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# This makes sure it's safe to link in both tcmalloc and
25245821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# tcmalloc_minimal.  (One would never do this on purpose, but perhaps
25255821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# by accident...)  When we can compile libprofiler, we also link it in
25265821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# to make sure that works too.  NOTE: On OS X, it's *not* safe to
25275821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# link both in (we end up with two copies of every global var, and
25285821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# the code tends to pick one arbitrarily), so don't run the test there.
25295821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# (We define these outside the 'if' because they're reused below.)
25305821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@tcmalloc_both_unittest_srcs = src/tests/tcmalloc_unittest.cc \
25315821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@                              src/tests/testutil.h src/tests/testutil.cc \
25325821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@                              $(TCMALLOC_UNITTEST_INCLUDES)
25335821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
25345821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@tcmalloc_both_unittest_cflags = $(PTHREAD_CFLAGS) $(AM_CXXFLAGS)
25355821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@tcmalloc_both_unittest_lflags = $(PTHREAD_CFLAGS) $(TCMALLOC_FLAGS)
25365821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_CPU_PROFILER_FALSE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@tcmalloc_both_unittest_ladd = $(LIBTCMALLOC) $(LIBTCMALLOC_MINIMAL) \
25375821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_CPU_PROFILER_FALSE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@                              liblogging.la $(PTHREAD_LIBS)
25385821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
25395821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# We want libtcmalloc last on the link line, but due to a bug in
25405821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# libtool involving convenience libs, they need to come last on the
25415821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# link line in order to get dependency ordering right.  This is ok:
25425821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# convenience libraries are .a's, so tcmalloc is still the last .so.
25435821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# We also put pthreads after tcmalloc, because some pthread
25445821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# implementations define their own malloc, and we need to go on the
25455821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# first linkline to make sure our malloc 'wins'.
25465821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_CPU_PROFILER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@tcmalloc_both_unittest_ladd = $(LIBTCMALLOC) $(LIBTCMALLOC_MINIMAL) \
25475821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_CPU_PROFILER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@                              libprofiler.la liblogging.la $(PTHREAD_LIBS)
25485821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
25495821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@OSX_FALSE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@tcmalloc_both_unittest_SOURCES = $(tcmalloc_both_unittest_srcs)
25505821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@OSX_FALSE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@tcmalloc_both_unittest_CXXFLAGS = $(tcmalloc_both_unittest_cflags)
25515821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@OSX_FALSE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@tcmalloc_both_unittest_LDFLAGS = $(tcmalloc_both_unittest_lflags)
25525821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@OSX_FALSE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@tcmalloc_both_unittest_LDADD = $(tcmalloc_both_unittest_ladd)
25535821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@tcmalloc_large_unittest_SOURCES = src/tests/tcmalloc_large_unittest.cc
25545821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@tcmalloc_large_unittest_CXXFLAGS = $(PTHREAD_CFLAGS) $(AM_CXXFLAGS)
25555821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@tcmalloc_large_unittest_LDFLAGS = $(PTHREAD_CFLAGS) $(TCMALLOC_FLAGS)
25565821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@tcmalloc_large_unittest_LDADD = $(LIBTCMALLOC) $(PTHREAD_LIBS)
25575821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@raw_printer_test_SOURCES = src/tests/raw_printer_test.cc
25585821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@raw_printer_test_CXXFLAGS = $(PTHREAD_CFLAGS) $(AM_CXXFLAGS)
25595821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@raw_printer_test_LDFLAGS = $(PTHREAD_CFLAGS) $(TCMALLOC_FLAGS)
25605821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@raw_printer_test_LDADD = $(LIBTCMALLOC) $(PTHREAD_LIBS)
25615821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@sampler_test_SOURCES = src/tests/sampler_test.cc \
25625821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@                       src/config_for_unittests.h
25635821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
25645821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@sampler_test_CXXFLAGS = $(PTHREAD_CFLAGS) $(AM_CXXFLAGS)
25655821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@sampler_test_LDFLAGS = $(PTHREAD_CFLAGS) $(TCMALLOC_FLAGS)
25665821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@sampler_test_LDADD = $(LIBTCMALLOC) $(PTHREAD_LIBS) -lm
25675821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@sampling_test_sh_SOURCES = src/tests/sampling_test.sh
25685821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@SAMPLING_TEST_INCLUDES = src/config_for_unittests.h \
25695821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@                         src/base/logging.h \
25705821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@                         src/gperftools/malloc_extension.h
25715821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
25725821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@sampling_test_SOURCES = src/tests/sampling_test.cc \
25735821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@                        $(SAMPLING_TEST_INCLUDES)
25745821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
25755821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@sampling_test_CXXFLAGS = -g $(PTHREAD_CFLAGS) $(AM_CXXFLAGS)
25765821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@sampling_test_LDFLAGS = -g $(PTHREAD_CFLAGS) $(TCMALLOC_FLAGS)
25775821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@sampling_test_LDADD = $(LIBTCMALLOC) $(PTHREAD_LIBS)
25785821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_TRUE@heap_profiler_unittest_sh_SOURCES = src/tests/heap-profiler_unittest.sh
25795821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_TRUE@HEAP_PROFILER_UNITTEST_INCLUDES = src/config_for_unittests.h \
25805821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_TRUE@                                  src/gperftools/heap-profiler.h
25815821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
25825821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_TRUE@heap_profiler_unittest_SOURCES = src/tests/heap-profiler_unittest.cc \
25835821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_TRUE@                                 $(HEAP_PROFILER_UNITTEST_INCLUDES)
25845821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
25855821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_TRUE@heap_profiler_unittest_CXXFLAGS = -g $(PTHREAD_CFLAGS) $(AM_CXXFLAGS)
25865821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_TRUE@heap_profiler_unittest_LDFLAGS = -g $(PTHREAD_CFLAGS) $(TCMALLOC_FLAGS)
25875821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_TRUE@heap_profiler_unittest_LDADD = $(LIBTCMALLOC) $(PTHREAD_LIBS)
25885821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_TRUE@simple_compat_test_SOURCES = src/tests/simple_compat_test.cc \
25895821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_TRUE@                             $(googleinclude_HEADERS)
25905821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
25915821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_TRUE@simple_compat_test_LDFLAGS = $(TCMALLOC_FLAGS)
25925821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_TRUE@simple_compat_test_LDADD = $(LIBTCMALLOC)
25935821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_CHECKER_TRUE@heap_checker_unittest_sh_SOURCES = src/tests/heap-checker_unittest.sh
25945821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_CHECKER_TRUE@heap_checker_death_unittest_sh_SOURCES = src/tests/heap-checker-death_unittest.sh
25955821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_CHECKER_TRUE@HEAP_CHECKER_UNITTEST_INCLUDES = src/config_for_unittests.h \
25965821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_CHECKER_TRUE@                                 src/memory_region_map.h \
25975821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_CHECKER_TRUE@                                 src/base/commandlineflags.h \
25985821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_CHECKER_TRUE@                                 src/base/googleinit.h \
25995821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_CHECKER_TRUE@                                 src/gperftools/heap-checker.h \
26005821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_CHECKER_TRUE@                                 $(LOGGING_INCLUDES)
26015821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
26025821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_CHECKER_TRUE@heap_checker_unittest_SOURCES = src/tests/heap-checker_unittest.cc \
26035821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_CHECKER_TRUE@                                $(HEAP_CHECKER_UNITTEST_INCLUDES)
26045821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
26055821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_CHECKER_TRUE@heap_checker_unittest_CXXFLAGS = -g $(PTHREAD_CFLAGS) $(AM_CXXFLAGS)
26065821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_CHECKER_TRUE@heap_checker_unittest_LDFLAGS = -g $(PTHREAD_CFLAGS) $(TCMALLOC_FLAGS)
26075821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# We want libtcmalloc last on the link line, but due to a bug in
26085821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# libtool involving convenience libs, they need to come last on the
26095821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# link line in order to get dependency ordering right.  This is ok:
26105821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# convenience libraries are .a's, so tcmalloc is still the last .so.
26115821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# We also put pthreads after tcmalloc, because some pthread
26125821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# implementations define their own malloc, and we need to go on the
26135821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# first linkline to make sure our malloc 'wins'.
26145821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_CHECKER_TRUE@heap_checker_unittest_LDADD = $(LIBTCMALLOC) liblogging.la $(PTHREAD_LIBS)
26155821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@libtcmalloc_debug_la_SOURCES = src/debugallocation.cc $(HEAP_CHECKER_SOURCES) \
26165821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@                               $(TCMALLOC_INCLUDES)
26175821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
26185821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@libtcmalloc_debug_la_CXXFLAGS = $(libtcmalloc_la_CXXFLAGS) \
26195821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@                                -DTCMALLOC_FOR_DEBUGALLOCATION
26205821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
26215821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@libtcmalloc_debug_la_LDFLAGS = $(libtcmalloc_la_LDFLAGS) \
26225821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@                               -version-info @TCMALLOC_SO_VERSION@
26235821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
26245821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@libtcmalloc_debug_la_LIBADD = $(libtcmalloc_la_LIBADD)
26255821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@tcmalloc_debug_unittest_SOURCES = $(tcmalloc_unittest_SOURCES)
26265821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@tcmalloc_debug_unittest_CXXFLAGS = $(tcmalloc_unittest_CXXFLAGS) \
26275821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@                                   -DDEBUGALLOCATION
26285821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
26295821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@tcmalloc_debug_unittest_LDFLAGS = $(tcmalloc_unittest_LDFLAGS)
26305821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@tcmalloc_debug_unittest_LDADD = libtcmalloc_debug.la $(PTHREAD_LIBS)
26315821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@sampler_debug_test_SOURCES = $(sampler_test_SOURCES)
26325821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@sampler_debug_test_CXXFLAGS = $(samples_test_CXXFLAGS)
26335821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@sampler_debug_test_LDFLAGS = $(sampler_test_LDFLAGS)
26345821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@sampler_debug_test_LDADD = libtcmalloc_debug.la $(PTHREAD_LIBS) -lm
26355821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@sampling_debug_test_sh_SOURCES = src/tests/sampling_test.sh
26365821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@sampling_debug_test_SOURCES = $(sampling_test_SOURCES)
26375821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@sampling_debug_test_CXXFLAGS = $(sampling_test_CXXFLAGS)
26385821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@sampling_debug_test_LDFLAGS = $(sampling_test_LDFLAGS)
26395821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@sampling_debug_test_LDADD = libtcmalloc_debug.la $(PTHREAD_LIBS)
26405821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_TRUE@heap_profiler_debug_unittest_sh_SOURCES = src/tests/heap-profiler_unittest.sh
26415821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_TRUE@heap_profiler_debug_unittest_SOURCES = $(heap_profiler_unittest_SOURCES)
26425821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_TRUE@heap_profiler_debug_unittest_CXXFLAGS = $(heap_profiler_unittest_CXXFLAGS)
26435821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_TRUE@heap_profiler_debug_unittest_LDFLAGS = $(heap_profiler_unittest_LDFLAGS)
26445821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_TRUE@heap_profiler_debug_unittest_LDADD = libtcmalloc_debug.la $(PTHREAD_LIBS)
26455821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_DEBUGALLOC_TRUE@@WITH_HEAP_CHECKER_TRUE@heap_checker_debug_unittest_sh_SOURCES = src/tests/heap-checker_unittest.sh
26465821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_DEBUGALLOC_TRUE@@WITH_HEAP_CHECKER_TRUE@heap_checker_debug_unittest_SOURCES = $(heap_checker_unittest_SOURCES)
26475821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_DEBUGALLOC_TRUE@@WITH_HEAP_CHECKER_TRUE@heap_checker_debug_unittest_CXXFLAGS = $(heap_checker_unittest_CXXFLAGS)
26485821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_DEBUGALLOC_TRUE@@WITH_HEAP_CHECKER_TRUE@heap_checker_debug_unittest_LDFLAGS = $(heap_checker_unittest_LDFLAGS)
26495821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# We want libtcmalloc last on the link line, but due to a bug in
26505821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# libtool involving convenience libs, they need to come last on the
26515821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# link line in order to get dependency ordering right.  This is ok:
26525821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# convenience libraries are .a's, so tcmalloc is still the last .so.
26535821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_DEBUGALLOC_TRUE@@WITH_HEAP_CHECKER_TRUE@heap_checker_debug_unittest_LDADD = libtcmalloc_debug.la liblogging.la \
26545821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_DEBUGALLOC_TRUE@@WITH_HEAP_CHECKER_TRUE@                                    $(PTHREAD_LIBS)
26555821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
26565821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
26575821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)### ------- CPU profiler
26585821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
26595821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)### The header files we use.  We divide into categories based on directory
26605821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_CPU_PROFILER_TRUE@S_CPU_PROFILER_INCLUDES = src/profiledata.h \
26615821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_CPU_PROFILER_TRUE@                          src/profile-handler.h \
26625821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_CPU_PROFILER_TRUE@                          src/getpc.h \
26635821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_CPU_PROFILER_TRUE@                          src/base/basictypes.h \
26645821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_CPU_PROFILER_TRUE@                          src/base/commandlineflags.h \
26655821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_CPU_PROFILER_TRUE@                          src/base/googleinit.h \
26665821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_CPU_PROFILER_TRUE@                          src/base/logging.h \
26675821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_CPU_PROFILER_TRUE@                          src/base/simple_mutex.h \
26685821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_CPU_PROFILER_TRUE@                          src/base/sysinfo.h \
26695821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_CPU_PROFILER_TRUE@                          $(SPINLOCK_INCLUDES) \
26705821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_CPU_PROFILER_TRUE@                          $(LOGGING_INCLUDES)
26715821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
26725821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_CPU_PROFILER_TRUE@SG_CPU_PROFILER_INCLUDES = src/gperftools/profiler.h \
26735821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_CPU_PROFILER_TRUE@                           src/gperftools/stacktrace.h
26745821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
26755821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_CPU_PROFILER_TRUE@CPU_PROFILER_INCLUDES = $(S_CPU_PROFILER_INCLUDES) $(SG_CPU_PROFILER_INCLUDES)
26765821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_CPU_PROFILER_TRUE@libprofiler_la_SOURCES = src/profiler.cc \
26775821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_CPU_PROFILER_TRUE@                         src/profile-handler.cc \
26785821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_CPU_PROFILER_TRUE@                         src/profiledata.cc \
26795821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_CPU_PROFILER_TRUE@                         $(CPU_PROFILER_INCLUDES)
26805821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
26815821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_CPU_PROFILER_TRUE@libprofiler_la_LIBADD = libstacktrace.la
26825821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# We have to include ProfileData for profiledata_unittest
26835821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_CPU_PROFILER_TRUE@CPU_PROFILER_SYMBOLS = '(ProfilerStart|ProfilerStartWithOptions|ProfilerStop|ProfilerFlush|ProfilerEnable|ProfilerDisable|ProfilingIsEnabledForAllThreads|ProfilerRegisterThread|ProfilerGetCurrentState|ProfilerState|ProfileData|ProfileHandler)'
26845821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_CPU_PROFILER_TRUE@libprofiler_la_LDFLAGS = -export-symbols-regex $(CPU_PROFILER_SYMBOLS) \
26855821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_CPU_PROFILER_TRUE@                         -version-info @PROFILER_SO_VERSION@
26865821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
26875821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
26885821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# See discussion above (under LIBTCMALLOC_MINIMAL) for why we do this.
26895821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# Basically it's to work around systems where --rpath doesn't work right.
26905821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_CPU_PROFILER_TRUE@LIBPROFILER = libstacktrace.la libprofiler.la
26915821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)#WINDOWS_PROJECTS += vsprojects/getpc_test/getpc_test.vcproj
26925821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_CPU_PROFILER_TRUE@getpc_test_SOURCES = src/tests/getpc_test.cc src/getpc.h
26935821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)#WINDOWS_PROJECTS += vsprojects/profiledata_unittest/profiledata_unittest.vcproj
26945821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_CPU_PROFILER_TRUE@profiledata_unittest_SOURCES = src/tests/profiledata_unittest.cc \
26955821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_CPU_PROFILER_TRUE@                               src/profiledata.h \
26965821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_CPU_PROFILER_TRUE@                               src/base/commandlineflags.h \
26975821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_CPU_PROFILER_TRUE@                               src/base/logging.h \
26985821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_CPU_PROFILER_TRUE@                               src/base/basictypes.h
26995821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
27005821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_CPU_PROFILER_TRUE@profiledata_unittest_LDADD = $(LIBPROFILER)
27015821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_CPU_PROFILER_TRUE@profile_handler_unittest_SOURCES = src/tests/profile-handler_unittest.cc \
27025821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_CPU_PROFILER_TRUE@                                   src/profile-handler.h
27035821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
27045821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_CPU_PROFILER_TRUE@profile_handler_unittest_CXXFLAGS = $(PTHREAD_CFLAGS)
27055821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_CPU_PROFILER_TRUE@profile_handler_unittest_LDFLAGS = $(PTHREAD_CFLAGS)
27065821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_CPU_PROFILER_TRUE@profile_handler_unittest_LDADD = $(LIBPROFILER) $(PTHREAD_LIBS)
27075821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_CPU_PROFILER_TRUE@profiler_unittest_sh_SOURCES = src/tests/profiler_unittest.sh
27085821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_CPU_PROFILER_TRUE@PROFILER_UNITTEST_INCLUDES = src/config_for_unittests.h \
27095821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_CPU_PROFILER_TRUE@                             src/gperftools/profiler.h
27105821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
27115821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_CPU_PROFILER_TRUE@PROFILER_UNITTEST_SRCS = src/tests/profiler_unittest.cc \
27125821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_CPU_PROFILER_TRUE@                         src/tests/testutil.h src/tests/testutil.cc \
27135821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_CPU_PROFILER_TRUE@                         $(PROFILER_UNITTEST_INCLUDES)
27145821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
27155821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_CPU_PROFILER_TRUE@profiler1_unittest_SOURCES = $(PROFILER_UNITTEST_SRCS)
27165821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_CPU_PROFILER_TRUE@profiler1_unittest_CXXFLAGS = -g -DNO_THREADS $(AM_CXXFLAGS)
27175821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_CPU_PROFILER_TRUE@profiler1_unittest_LDADD = $(LIBPROFILER)
27185821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_CPU_PROFILER_TRUE@profiler2_unittest_SOURCES = $(PROFILER_UNITTEST_SRCS)
27195821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_CPU_PROFILER_TRUE@profiler2_unittest_CXXFLAGS = -g -DNO_THREADS $(AM_CXXFLAGS)
27205821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_CPU_PROFILER_TRUE@profiler2_unittest_LDADD = -lstacktrace -lprofiler
27215821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# We depend on -lprofiler but haven't yet said how to build it.  Do so now.
27225821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_CPU_PROFILER_TRUE@profiler2_unittest_DEPENDENCIES = $(LIBPROFILER)
27235821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_CPU_PROFILER_TRUE@profiler3_unittest_SOURCES = $(PROFILER_UNITTEST_SRCS)
27245821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_CPU_PROFILER_TRUE@profiler3_unittest_CXXFLAGS = -g $(PTHREAD_CFLAGS) $(AM_CXXFLAGS)
27255821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_CPU_PROFILER_TRUE@profiler3_unittest_LDFLAGS = $(PTHREAD_CFLAGS)
27265821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_CPU_PROFILER_TRUE@profiler3_unittest_LDADD = $(LIBPROFILER) $(PTHREAD_LIBS)
27275821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_CPU_PROFILER_TRUE@profiler4_unittest_SOURCES = $(PROFILER_UNITTEST_SRCS)
27285821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_CPU_PROFILER_TRUE@profiler4_unittest_CXXFLAGS = -g $(PTHREAD_CFLAGS) $(AM_CXXFLAGS)
27295821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_CPU_PROFILER_TRUE@profiler4_unittest_LDFLAGS = $(PTHREAD_CFLAGS)
27305821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_CPU_PROFILER_TRUE@profiler4_unittest_LDADD = -lstacktrace -lprofiler $(PTHREAD_LIBS)
27315821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# We depend on -lprofiler but haven't yet said how to build it.  Do so now.
27325821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_CPU_PROFILER_TRUE@profiler4_unittest_DEPENDENCIES = $(LIBPROFILER)
27335821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_CPU_PROFILER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@libtcmalloc_and_profiler_la_SOURCES = $(libtcmalloc_la_SOURCES) $(libprofiler_la_SOURCES)
27345821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_CPU_PROFILER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@libtcmalloc_and_profiler_la_CXXFLAGS = $(libtcmalloc_la_CXXFLAGS) $(libprofiler_la_CXXFLAGS)
27355821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# Since this library is meant to be used as a .a, I don't worry as much
27365821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# about .so versioning.  I just give the libtcmalloc version number.
27375821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# TODO(csilvers): use -export-symbols-regex?
27385821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_CPU_PROFILER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@libtcmalloc_and_profiler_la_LDFLAGS = $(PTHREAD_CFLAGS) \
27395821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_CPU_PROFILER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@                                      -version-info @TCMALLOC_SO_VERSION@
27405821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
27415821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# We don't include libprofiler_la_LIBADD here because all it adds is
27425821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# libstacktrace.la, which we already get via libtcmalloc.  Trying to
27435821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# specify it twice causes link-time duplicate-definition errors. :-(
27445821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_CPU_PROFILER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@libtcmalloc_and_profiler_la_LIBADD = $(libtcmalloc_la_LIBADD)
27455821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_CPU_PROFILER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@tcmalloc_and_profiler_unittest_SOURCES = $(tcmalloc_both_unittest_srcs)
27465821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_CPU_PROFILER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@tcmalloc_and_profiler_unittest_CXXFLAGS = $(tcmalloc_both_unittest_cflags)
27475821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_CPU_PROFILER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@tcmalloc_and_profiler_unittest_LDFLAGS = $(tcmalloc_both_unittest_lflags)
27485821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_CPU_PROFILER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@tcmalloc_and_profiler_unittest_LDADD = libtcmalloc_and_profiler.la
27495821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
27505821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# http://linux.die.net/man/1/pkg-config, http://pkg-config.freedesktop.org/wiki
27515821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)pkgconfigdir = $(libdir)/pkgconfig
27525821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)pkgconfig_DATA = libtcmalloc.pc libtcmalloc_minimal.pc \
27535821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)                 libtcmalloc_debug.pc libtcmalloc_minimal_debug.pc \
27545821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)                 libprofiler.pc
27555821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
27565821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)CLEANFILES = $(pkgconfig_DATA)
27575821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)EXTRA_DIST = packages/rpm.sh packages/rpm/rpm.spec packages/deb.sh packages/deb \
27585821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)             $(SCRIPTS) libtool \
27595821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)             src/windows/get_mangled_names.cc src/windows/override_functions.cc \
27605821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)             src/windows/config.h src/windows/gperftools/tcmalloc.h \
27615821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)             $(WINDOWS_PROJECTS) \
27625821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)             src/solaris/libstdc++.la
27635821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
27645821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)all: all-am
27655821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
27665821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles).SUFFIXES:
27675821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles).SUFFIXES: .c .cc .lo .o .obj
27685821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)am--refresh:
27695821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	@:
27705821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
27715821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	@for dep in $?; do \
27725821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	  case '$(am__configure_deps)' in \
27735821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	    *$$dep*) \
27745821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	      echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \
27755821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	      cd $(srcdir) && $(AUTOMAKE) --gnu  \
27765821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)		&& exit 0; \
27775821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	      exit 1;; \
27785821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	  esac; \
27795821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	done; \
27805821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  Makefile'; \
27815821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	cd $(top_srcdir) && \
27825821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	  $(AUTOMAKE) --gnu  Makefile
27835821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles).PRECIOUS: Makefile
27845821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
27855821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	@case '$?' in \
27865821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	  *config.status*) \
27875821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	    echo ' $(SHELL) ./config.status'; \
27885821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	    $(SHELL) ./config.status;; \
27895821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	  *) \
27905821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
27915821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
27925821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	esac;
27935821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
27945821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
27955821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(SHELL) ./config.status --recheck
27965821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
27975821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)$(top_srcdir)/configure:  $(am__configure_deps)
27985821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	cd $(srcdir) && $(AUTOCONF)
27995821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
28005821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
28015821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
28025821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)src/config.h: src/stamp-h1
28035821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	@if test ! -f $@; then \
28045821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	  rm -f src/stamp-h1; \
28055821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	  $(MAKE) $(AM_MAKEFLAGS) src/stamp-h1; \
28065821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	else :; fi
28075821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
28085821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)src/stamp-h1: $(top_srcdir)/src/config.h.in $(top_builddir)/config.status
28095821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	@rm -f src/stamp-h1
28105821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	cd $(top_builddir) && $(SHELL) ./config.status src/config.h
28115821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)$(top_srcdir)/src/config.h.in:  $(am__configure_deps) 
28125821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	cd $(top_srcdir) && $(AUTOHEADER)
28135821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	rm -f src/stamp-h1
28145821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	touch $@
28155821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
28165821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)distclean-hdr:
28175821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	-rm -f src/config.h src/stamp-h1
28185821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)src/gperftools/tcmalloc.h: $(top_builddir)/config.status $(top_srcdir)/src/gperftools/tcmalloc.h.in
28195821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	cd $(top_builddir) && $(SHELL) ./config.status $@
28205821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)src/windows/gperftools/tcmalloc.h: $(top_builddir)/config.status $(top_srcdir)/src/windows/gperftools/tcmalloc.h.in
28215821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	cd $(top_builddir) && $(SHELL) ./config.status $@
28225821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)install-libLTLIBRARIES: $(lib_LTLIBRARIES)
28235821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	@$(NORMAL_INSTALL)
28245821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
28255821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
28265821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	  if test -f $$p; then \
28275821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	    f=$(am__strip_dir) \
28285821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	    echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
28295821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	    $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
28305821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	  else :; fi; \
28315821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	done
28325821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
28335821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)uninstall-libLTLIBRARIES:
28345821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	@$(NORMAL_UNINSTALL)
28355821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
28365821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	  p=$(am__strip_dir) \
28375821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
28385821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
28395821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	done
28405821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
28415821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)clean-libLTLIBRARIES:
28425821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
28435821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
28445821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
28455821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	  test "$$dir" != "$$p" || dir=.; \
28465821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	  echo "rm -f \"$${dir}/so_locations\""; \
28475821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	  rm -f "$${dir}/so_locations"; \
28485821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	done
28495821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
28505821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)clean-noinstLTLIBRARIES:
28515821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
28525821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	@list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
28535821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
28545821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	  test "$$dir" != "$$p" || dir=.; \
28555821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	  echo "rm -f \"$${dir}/so_locations\""; \
28565821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	  rm -f "$${dir}/so_locations"; \
28575821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	done
28585821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)liblogging.la: $(liblogging_la_OBJECTS) $(liblogging_la_DEPENDENCIES) 
28595821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(CXXLINK)  $(liblogging_la_OBJECTS) $(liblogging_la_LIBADD) $(LIBS)
28605821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)libprofiler.la: $(libprofiler_la_OBJECTS) $(libprofiler_la_DEPENDENCIES) 
28615821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(libprofiler_la_LINK) $(am_libprofiler_la_rpath) $(libprofiler_la_OBJECTS) $(libprofiler_la_LIBADD) $(LIBS)
28625821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)libspinlock.la: $(libspinlock_la_OBJECTS) $(libspinlock_la_DEPENDENCIES) 
28635821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(CXXLINK) $(am_libspinlock_la_rpath) $(libspinlock_la_OBJECTS) $(libspinlock_la_LIBADD) $(LIBS)
28645821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)libstacktrace.la: $(libstacktrace_la_OBJECTS) $(libstacktrace_la_DEPENDENCIES) 
28655821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(libstacktrace_la_LINK) $(am_libstacktrace_la_rpath) $(libstacktrace_la_OBJECTS) $(libstacktrace_la_LIBADD) $(LIBS)
28665821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)libsysinfo.la: $(libsysinfo_la_OBJECTS) $(libsysinfo_la_DEPENDENCIES) 
28675821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(CXXLINK)  $(libsysinfo_la_OBJECTS) $(libsysinfo_la_LIBADD) $(LIBS)
28685821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)libtcmalloc.la: $(libtcmalloc_la_OBJECTS) $(libtcmalloc_la_DEPENDENCIES) 
28695821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(libtcmalloc_la_LINK) $(am_libtcmalloc_la_rpath) $(libtcmalloc_la_OBJECTS) $(libtcmalloc_la_LIBADD) $(LIBS)
28705821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)libtcmalloc_and_profiler.la: $(libtcmalloc_and_profiler_la_OBJECTS) $(libtcmalloc_and_profiler_la_DEPENDENCIES) 
28715821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(libtcmalloc_and_profiler_la_LINK) $(am_libtcmalloc_and_profiler_la_rpath) $(libtcmalloc_and_profiler_la_OBJECTS) $(libtcmalloc_and_profiler_la_LIBADD) $(LIBS)
28725821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)libtcmalloc_debug.la: $(libtcmalloc_debug_la_OBJECTS) $(libtcmalloc_debug_la_DEPENDENCIES) 
28735821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(libtcmalloc_debug_la_LINK) $(am_libtcmalloc_debug_la_rpath) $(libtcmalloc_debug_la_OBJECTS) $(libtcmalloc_debug_la_LIBADD) $(LIBS)
28745821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)libtcmalloc_internal.la: $(libtcmalloc_internal_la_OBJECTS) $(libtcmalloc_internal_la_DEPENDENCIES) 
28755821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(libtcmalloc_internal_la_LINK) $(am_libtcmalloc_internal_la_rpath) $(libtcmalloc_internal_la_OBJECTS) $(libtcmalloc_internal_la_LIBADD) $(LIBS)
28765821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)libtcmalloc_minimal.la: $(libtcmalloc_minimal_la_OBJECTS) $(libtcmalloc_minimal_la_DEPENDENCIES) 
28775821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(libtcmalloc_minimal_la_LINK) -rpath $(libdir) $(libtcmalloc_minimal_la_OBJECTS) $(libtcmalloc_minimal_la_LIBADD) $(LIBS)
28785821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)libtcmalloc_minimal_debug.la: $(libtcmalloc_minimal_debug_la_OBJECTS) $(libtcmalloc_minimal_debug_la_DEPENDENCIES) 
28795821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(libtcmalloc_minimal_debug_la_LINK) $(am_libtcmalloc_minimal_debug_la_rpath) $(libtcmalloc_minimal_debug_la_OBJECTS) $(libtcmalloc_minimal_debug_la_LIBADD) $(LIBS)
28805821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)libtcmalloc_minimal_internal.la: $(libtcmalloc_minimal_internal_la_OBJECTS) $(libtcmalloc_minimal_internal_la_DEPENDENCIES) 
28815821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(libtcmalloc_minimal_internal_la_LINK)  $(libtcmalloc_minimal_internal_la_OBJECTS) $(libtcmalloc_minimal_internal_la_LIBADD) $(LIBS)
28825821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)libwindows.la: $(libwindows_la_OBJECTS) $(libwindows_la_DEPENDENCIES) 
28835821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(CXXLINK) $(am_libwindows_la_rpath) $(libwindows_la_OBJECTS) $(libwindows_la_LIBADD) $(LIBS)
28845821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)install-binPROGRAMS: $(bin_PROGRAMS)
28855821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	@$(NORMAL_INSTALL)
28865821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
28875821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	@list='$(bin_PROGRAMS)'; for p in $$list; do \
28885821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	  p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
28895821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	  if test -f $$p \
28905821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	     || test -f $$p1 \
28915821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	  ; then \
28925821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	    f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
28935821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	   echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
28945821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	   $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
28955821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	  else :; fi; \
28965821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	done
28975821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
28985821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)uninstall-binPROGRAMS:
28995821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	@$(NORMAL_UNINSTALL)
29005821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	@list='$(bin_PROGRAMS)'; for p in $$list; do \
29015821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	  f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
29025821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	  echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
29035821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	  rm -f "$(DESTDIR)$(bindir)/$$f"; \
29045821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	done
29055821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
29065821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)clean-binPROGRAMS:
29075821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	@list='$(bin_PROGRAMS)'; for p in $$list; do \
29085821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	  f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
29095821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	  echo " rm -f $$p $$f"; \
29105821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	  rm -f $$p $$f ; \
29115821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	done
29125821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
29135821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)clean-noinstPROGRAMS:
29145821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	@list='$(noinst_PROGRAMS)'; for p in $$list; do \
29155821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	  f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
29165821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	  echo " rm -f $$p $$f"; \
29175821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	  rm -f $$p $$f ; \
29185821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	done
29195821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)addressmap_unittest$(EXEEXT): $(addressmap_unittest_OBJECTS) $(addressmap_unittest_DEPENDENCIES) 
29205821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	@rm -f addressmap_unittest$(EXEEXT)
29215821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(addressmap_unittest_LINK) $(addressmap_unittest_OBJECTS) $(addressmap_unittest_LDADD) $(LIBS)
29225821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)atomicops_unittest$(EXEEXT): $(atomicops_unittest_OBJECTS) $(atomicops_unittest_DEPENDENCIES) 
29235821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	@rm -f atomicops_unittest$(EXEEXT)
29245821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(CXXLINK) $(atomicops_unittest_OBJECTS) $(atomicops_unittest_LDADD) $(LIBS)
29255821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)current_allocated_bytes_test$(EXEEXT): $(current_allocated_bytes_test_OBJECTS) $(current_allocated_bytes_test_DEPENDENCIES) 
29265821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	@rm -f current_allocated_bytes_test$(EXEEXT)
29275821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(current_allocated_bytes_test_LINK) $(current_allocated_bytes_test_OBJECTS) $(current_allocated_bytes_test_LDADD) $(LIBS)
29285821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)debugallocation_test$(EXEEXT): $(debugallocation_test_OBJECTS) $(debugallocation_test_DEPENDENCIES) 
29295821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	@rm -f debugallocation_test$(EXEEXT)
29305821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(debugallocation_test_LINK) $(debugallocation_test_OBJECTS) $(debugallocation_test_LDADD) $(LIBS)
29315821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_DEBUGALLOC_FALSE@debugallocation_test.sh$(EXEEXT): $(debugallocation_test_sh_OBJECTS) $(debugallocation_test_sh_DEPENDENCIES) 
29325821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_DEBUGALLOC_FALSE@	@rm -f debugallocation_test.sh$(EXEEXT)
29335821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_DEBUGALLOC_FALSE@	$(LINK) $(debugallocation_test_sh_OBJECTS) $(debugallocation_test_sh_LDADD) $(LIBS)
29345821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_STACK_TRACE_FALSE@debugallocation_test.sh$(EXEEXT): $(debugallocation_test_sh_OBJECTS) $(debugallocation_test_sh_DEPENDENCIES) 
29355821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_STACK_TRACE_FALSE@	@rm -f debugallocation_test.sh$(EXEEXT)
29365821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_STACK_TRACE_FALSE@	$(LINK) $(debugallocation_test_sh_OBJECTS) $(debugallocation_test_sh_LDADD) $(LIBS)
29375821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)frag_unittest$(EXEEXT): $(frag_unittest_OBJECTS) $(frag_unittest_DEPENDENCIES) 
29385821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	@rm -f frag_unittest$(EXEEXT)
29395821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(frag_unittest_LINK) $(frag_unittest_OBJECTS) $(frag_unittest_LDADD) $(LIBS)
29405821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)getpc_test$(EXEEXT): $(getpc_test_OBJECTS) $(getpc_test_DEPENDENCIES) 
29415821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	@rm -f getpc_test$(EXEEXT)
29425821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(CXXLINK) $(getpc_test_OBJECTS) $(getpc_test_LDADD) $(LIBS)
29435821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_CHECKER_FALSE@heap-checker-death_unittest.sh$(EXEEXT): $(heap_checker_death_unittest_sh_OBJECTS) $(heap_checker_death_unittest_sh_DEPENDENCIES) 
29445821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_CHECKER_FALSE@	@rm -f heap-checker-death_unittest.sh$(EXEEXT)
29455821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_CHECKER_FALSE@	$(LINK) $(heap_checker_death_unittest_sh_OBJECTS) $(heap_checker_death_unittest_sh_LDADD) $(LIBS)
29465821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)heap-checker_debug_unittest$(EXEEXT): $(heap_checker_debug_unittest_OBJECTS) $(heap_checker_debug_unittest_DEPENDENCIES) 
29475821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	@rm -f heap-checker_debug_unittest$(EXEEXT)
29485821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(heap_checker_debug_unittest_LINK) $(heap_checker_debug_unittest_OBJECTS) $(heap_checker_debug_unittest_LDADD) $(LIBS)
29495821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_DEBUGALLOC_FALSE@heap-checker_debug_unittest.sh$(EXEEXT): $(heap_checker_debug_unittest_sh_OBJECTS) $(heap_checker_debug_unittest_sh_DEPENDENCIES) 
29505821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_DEBUGALLOC_FALSE@	@rm -f heap-checker_debug_unittest.sh$(EXEEXT)
29515821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_DEBUGALLOC_FALSE@	$(LINK) $(heap_checker_debug_unittest_sh_OBJECTS) $(heap_checker_debug_unittest_sh_LDADD) $(LIBS)
29525821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_CHECKER_FALSE@heap-checker_debug_unittest.sh$(EXEEXT): $(heap_checker_debug_unittest_sh_OBJECTS) $(heap_checker_debug_unittest_sh_DEPENDENCIES) 
29535821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_CHECKER_FALSE@	@rm -f heap-checker_debug_unittest.sh$(EXEEXT)
29545821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_CHECKER_FALSE@	$(LINK) $(heap_checker_debug_unittest_sh_OBJECTS) $(heap_checker_debug_unittest_sh_LDADD) $(LIBS)
29555821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)heap-checker_unittest$(EXEEXT): $(heap_checker_unittest_OBJECTS) $(heap_checker_unittest_DEPENDENCIES) 
29565821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	@rm -f heap-checker_unittest$(EXEEXT)
29575821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(heap_checker_unittest_LINK) $(heap_checker_unittest_OBJECTS) $(heap_checker_unittest_LDADD) $(LIBS)
29585821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_CHECKER_FALSE@heap-checker_unittest.sh$(EXEEXT): $(heap_checker_unittest_sh_OBJECTS) $(heap_checker_unittest_sh_DEPENDENCIES) 
29595821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_CHECKER_FALSE@	@rm -f heap-checker_unittest.sh$(EXEEXT)
29605821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_CHECKER_FALSE@	$(LINK) $(heap_checker_unittest_sh_OBJECTS) $(heap_checker_unittest_sh_LDADD) $(LIBS)
29615821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)heap-profiler_debug_unittest$(EXEEXT): $(heap_profiler_debug_unittest_OBJECTS) $(heap_profiler_debug_unittest_DEPENDENCIES) 
29625821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	@rm -f heap-profiler_debug_unittest$(EXEEXT)
29635821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(heap_profiler_debug_unittest_LINK) $(heap_profiler_debug_unittest_OBJECTS) $(heap_profiler_debug_unittest_LDADD) $(LIBS)
29645821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_DEBUGALLOC_FALSE@heap-profiler_debug_unittest.sh$(EXEEXT): $(heap_profiler_debug_unittest_sh_OBJECTS) $(heap_profiler_debug_unittest_sh_DEPENDENCIES) 
29655821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_DEBUGALLOC_FALSE@	@rm -f heap-profiler_debug_unittest.sh$(EXEEXT)
29665821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_DEBUGALLOC_FALSE@	$(LINK) $(heap_profiler_debug_unittest_sh_OBJECTS) $(heap_profiler_debug_unittest_sh_LDADD) $(LIBS)
29675821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_FALSE@heap-profiler_debug_unittest.sh$(EXEEXT): $(heap_profiler_debug_unittest_sh_OBJECTS) $(heap_profiler_debug_unittest_sh_DEPENDENCIES) 
29685821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_FALSE@	@rm -f heap-profiler_debug_unittest.sh$(EXEEXT)
29695821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_FALSE@	$(LINK) $(heap_profiler_debug_unittest_sh_OBJECTS) $(heap_profiler_debug_unittest_sh_LDADD) $(LIBS)
29705821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)heap-profiler_unittest$(EXEEXT): $(heap_profiler_unittest_OBJECTS) $(heap_profiler_unittest_DEPENDENCIES) 
29715821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	@rm -f heap-profiler_unittest$(EXEEXT)
29725821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(heap_profiler_unittest_LINK) $(heap_profiler_unittest_OBJECTS) $(heap_profiler_unittest_LDADD) $(LIBS)
29735821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_FALSE@heap-profiler_unittest.sh$(EXEEXT): $(heap_profiler_unittest_sh_OBJECTS) $(heap_profiler_unittest_sh_DEPENDENCIES) 
29745821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_FALSE@	@rm -f heap-profiler_unittest.sh$(EXEEXT)
29755821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_FALSE@	$(LINK) $(heap_profiler_unittest_sh_OBJECTS) $(heap_profiler_unittest_sh_LDADD) $(LIBS)
29765821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)low_level_alloc_unittest$(EXEEXT): $(low_level_alloc_unittest_OBJECTS) $(low_level_alloc_unittest_DEPENDENCIES) 
29775821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	@rm -f low_level_alloc_unittest$(EXEEXT)
29785821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(low_level_alloc_unittest_LINK) $(low_level_alloc_unittest_OBJECTS) $(low_level_alloc_unittest_LDADD) $(LIBS)
29795821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)malloc_extension_c_test$(EXEEXT): $(malloc_extension_c_test_OBJECTS) $(malloc_extension_c_test_DEPENDENCIES) 
29805821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	@rm -f malloc_extension_c_test$(EXEEXT)
29815821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(malloc_extension_c_test_LINK) $(malloc_extension_c_test_OBJECTS) $(malloc_extension_c_test_LDADD) $(LIBS)
29825821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)malloc_extension_debug_test$(EXEEXT): $(malloc_extension_debug_test_OBJECTS) $(malloc_extension_debug_test_DEPENDENCIES) 
29835821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	@rm -f malloc_extension_debug_test$(EXEEXT)
29845821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(malloc_extension_debug_test_LINK) $(malloc_extension_debug_test_OBJECTS) $(malloc_extension_debug_test_LDADD) $(LIBS)
29855821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)malloc_extension_test$(EXEEXT): $(malloc_extension_test_OBJECTS) $(malloc_extension_test_DEPENDENCIES) 
29865821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	@rm -f malloc_extension_test$(EXEEXT)
29875821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(malloc_extension_test_LINK) $(malloc_extension_test_OBJECTS) $(malloc_extension_test_LDADD) $(LIBS)
29885821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)malloc_hook_test$(EXEEXT): $(malloc_hook_test_OBJECTS) $(malloc_hook_test_DEPENDENCIES) 
29895821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	@rm -f malloc_hook_test$(EXEEXT)
29905821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(malloc_hook_test_LINK) $(malloc_hook_test_OBJECTS) $(malloc_hook_test_LDADD) $(LIBS)
29915821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)markidle_unittest$(EXEEXT): $(markidle_unittest_OBJECTS) $(markidle_unittest_DEPENDENCIES) 
29925821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	@rm -f markidle_unittest$(EXEEXT)
29935821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(markidle_unittest_LINK) $(markidle_unittest_OBJECTS) $(markidle_unittest_LDADD) $(LIBS)
29945821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@ENABLE_STATIC_TRUE@maybe_threads_unittest.sh$(EXEEXT): $(maybe_threads_unittest_sh_OBJECTS) $(maybe_threads_unittest_sh_DEPENDENCIES) 
29955821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@ENABLE_STATIC_TRUE@	@rm -f maybe_threads_unittest.sh$(EXEEXT)
29965821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@ENABLE_STATIC_TRUE@	$(LINK) $(maybe_threads_unittest_sh_OBJECTS) $(maybe_threads_unittest_sh_LDADD) $(LIBS)
29975821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@MINGW_TRUE@maybe_threads_unittest.sh$(EXEEXT): $(maybe_threads_unittest_sh_OBJECTS) $(maybe_threads_unittest_sh_DEPENDENCIES) 
29985821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@MINGW_TRUE@	@rm -f maybe_threads_unittest.sh$(EXEEXT)
29995821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@MINGW_TRUE@	$(LINK) $(maybe_threads_unittest_sh_OBJECTS) $(maybe_threads_unittest_sh_LDADD) $(LIBS)
30005821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)memalign_debug_unittest$(EXEEXT): $(memalign_debug_unittest_OBJECTS) $(memalign_debug_unittest_DEPENDENCIES) 
30015821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	@rm -f memalign_debug_unittest$(EXEEXT)
30025821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(memalign_debug_unittest_LINK) $(memalign_debug_unittest_OBJECTS) $(memalign_debug_unittest_LDADD) $(LIBS)
30035821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)memalign_unittest$(EXEEXT): $(memalign_unittest_OBJECTS) $(memalign_unittest_DEPENDENCIES) 
30045821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	@rm -f memalign_unittest$(EXEEXT)
30055821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(memalign_unittest_LINK) $(memalign_unittest_OBJECTS) $(memalign_unittest_LDADD) $(LIBS)
30065821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)packed_cache_test$(EXEEXT): $(packed_cache_test_OBJECTS) $(packed_cache_test_DEPENDENCIES) 
30075821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	@rm -f packed_cache_test$(EXEEXT)
30085821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(packed_cache_test_LINK) $(packed_cache_test_OBJECTS) $(packed_cache_test_LDADD) $(LIBS)
30095821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)page_heap_test$(EXEEXT): $(page_heap_test_OBJECTS) $(page_heap_test_DEPENDENCIES) 
30105821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	@rm -f page_heap_test$(EXEEXT)
30115821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(page_heap_test_LINK) $(page_heap_test_OBJECTS) $(page_heap_test_LDADD) $(LIBS)
30125821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)pagemap_unittest$(EXEEXT): $(pagemap_unittest_OBJECTS) $(pagemap_unittest_DEPENDENCIES) 
30135821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	@rm -f pagemap_unittest$(EXEEXT)
30145821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(pagemap_unittest_LINK) $(pagemap_unittest_OBJECTS) $(pagemap_unittest_LDADD) $(LIBS)
30155821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)profile_handler_unittest$(EXEEXT): $(profile_handler_unittest_OBJECTS) $(profile_handler_unittest_DEPENDENCIES) 
30165821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	@rm -f profile_handler_unittest$(EXEEXT)
30175821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(profile_handler_unittest_LINK) $(profile_handler_unittest_OBJECTS) $(profile_handler_unittest_LDADD) $(LIBS)
30185821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)profiledata_unittest$(EXEEXT): $(profiledata_unittest_OBJECTS) $(profiledata_unittest_DEPENDENCIES) 
30195821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	@rm -f profiledata_unittest$(EXEEXT)
30205821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(CXXLINK) $(profiledata_unittest_OBJECTS) $(profiledata_unittest_LDADD) $(LIBS)
30215821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)profiler1_unittest$(EXEEXT): $(profiler1_unittest_OBJECTS) $(profiler1_unittest_DEPENDENCIES) 
30225821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	@rm -f profiler1_unittest$(EXEEXT)
30235821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(profiler1_unittest_LINK) $(profiler1_unittest_OBJECTS) $(profiler1_unittest_LDADD) $(LIBS)
30245821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)profiler2_unittest$(EXEEXT): $(profiler2_unittest_OBJECTS) $(profiler2_unittest_DEPENDENCIES) 
30255821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	@rm -f profiler2_unittest$(EXEEXT)
30265821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(profiler2_unittest_LINK) $(profiler2_unittest_OBJECTS) $(profiler2_unittest_LDADD) $(LIBS)
30275821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)profiler3_unittest$(EXEEXT): $(profiler3_unittest_OBJECTS) $(profiler3_unittest_DEPENDENCIES) 
30285821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	@rm -f profiler3_unittest$(EXEEXT)
30295821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(profiler3_unittest_LINK) $(profiler3_unittest_OBJECTS) $(profiler3_unittest_LDADD) $(LIBS)
30305821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)profiler4_unittest$(EXEEXT): $(profiler4_unittest_OBJECTS) $(profiler4_unittest_DEPENDENCIES) 
30315821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	@rm -f profiler4_unittest$(EXEEXT)
30325821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(profiler4_unittest_LINK) $(profiler4_unittest_OBJECTS) $(profiler4_unittest_LDADD) $(LIBS)
30335821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_CPU_PROFILER_FALSE@profiler_unittest.sh$(EXEEXT): $(profiler_unittest_sh_OBJECTS) $(profiler_unittest_sh_DEPENDENCIES) 
30345821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_CPU_PROFILER_FALSE@	@rm -f profiler_unittest.sh$(EXEEXT)
30355821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_CPU_PROFILER_FALSE@	$(LINK) $(profiler_unittest_sh_OBJECTS) $(profiler_unittest_sh_LDADD) $(LIBS)
30365821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)raw_printer_test$(EXEEXT): $(raw_printer_test_OBJECTS) $(raw_printer_test_DEPENDENCIES) 
30375821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	@rm -f raw_printer_test$(EXEEXT)
30385821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(raw_printer_test_LINK) $(raw_printer_test_OBJECTS) $(raw_printer_test_LDADD) $(LIBS)
30395821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)realloc_debug_unittest$(EXEEXT): $(realloc_debug_unittest_OBJECTS) $(realloc_debug_unittest_DEPENDENCIES) 
30405821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	@rm -f realloc_debug_unittest$(EXEEXT)
30415821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(realloc_debug_unittest_LINK) $(realloc_debug_unittest_OBJECTS) $(realloc_debug_unittest_LDADD) $(LIBS)
30425821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)realloc_unittest$(EXEEXT): $(realloc_unittest_OBJECTS) $(realloc_unittest_DEPENDENCIES) 
30435821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	@rm -f realloc_unittest$(EXEEXT)
30445821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(realloc_unittest_LINK) $(realloc_unittest_OBJECTS) $(realloc_unittest_LDADD) $(LIBS)
30455821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)sampler_debug_test$(EXEEXT): $(sampler_debug_test_OBJECTS) $(sampler_debug_test_DEPENDENCIES) 
30465821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	@rm -f sampler_debug_test$(EXEEXT)
30475821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(sampler_debug_test_LINK) $(sampler_debug_test_OBJECTS) $(sampler_debug_test_LDADD) $(LIBS)
30485821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)sampler_test$(EXEEXT): $(sampler_test_OBJECTS) $(sampler_test_DEPENDENCIES) 
30495821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	@rm -f sampler_test$(EXEEXT)
30505821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(sampler_test_LINK) $(sampler_test_OBJECTS) $(sampler_test_LDADD) $(LIBS)
30515821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)sampling_debug_test$(EXEEXT): $(sampling_debug_test_OBJECTS) $(sampling_debug_test_DEPENDENCIES) 
30525821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	@rm -f sampling_debug_test$(EXEEXT)
30535821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(sampling_debug_test_LINK) $(sampling_debug_test_OBJECTS) $(sampling_debug_test_LDADD) $(LIBS)
30545821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_DEBUGALLOC_FALSE@sampling_debug_test.sh$(EXEEXT): $(sampling_debug_test_sh_OBJECTS) $(sampling_debug_test_sh_DEPENDENCIES) 
30555821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_DEBUGALLOC_FALSE@	@rm -f sampling_debug_test.sh$(EXEEXT)
30565821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_DEBUGALLOC_FALSE@	$(LINK) $(sampling_debug_test_sh_OBJECTS) $(sampling_debug_test_sh_LDADD) $(LIBS)
30575821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_OR_CHECKER_FALSE@sampling_debug_test.sh$(EXEEXT): $(sampling_debug_test_sh_OBJECTS) $(sampling_debug_test_sh_DEPENDENCIES) 
30585821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_OR_CHECKER_FALSE@	@rm -f sampling_debug_test.sh$(EXEEXT)
30595821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_OR_CHECKER_FALSE@	$(LINK) $(sampling_debug_test_sh_OBJECTS) $(sampling_debug_test_sh_LDADD) $(LIBS)
30605821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)sampling_test$(EXEEXT): $(sampling_test_OBJECTS) $(sampling_test_DEPENDENCIES) 
30615821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	@rm -f sampling_test$(EXEEXT)
30625821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(sampling_test_LINK) $(sampling_test_OBJECTS) $(sampling_test_LDADD) $(LIBS)
30635821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_OR_CHECKER_FALSE@sampling_test.sh$(EXEEXT): $(sampling_test_sh_OBJECTS) $(sampling_test_sh_DEPENDENCIES) 
30645821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_OR_CHECKER_FALSE@	@rm -f sampling_test.sh$(EXEEXT)
30655821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_OR_CHECKER_FALSE@	$(LINK) $(sampling_test_sh_OBJECTS) $(sampling_test_sh_LDADD) $(LIBS)
30665821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)simple_compat_test$(EXEEXT): $(simple_compat_test_OBJECTS) $(simple_compat_test_DEPENDENCIES) 
30675821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	@rm -f simple_compat_test$(EXEEXT)
30685821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(simple_compat_test_LINK) $(simple_compat_test_OBJECTS) $(simple_compat_test_LDADD) $(LIBS)
30695821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)stack_trace_table_test$(EXEEXT): $(stack_trace_table_test_OBJECTS) $(stack_trace_table_test_DEPENDENCIES) 
30705821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	@rm -f stack_trace_table_test$(EXEEXT)
30715821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(stack_trace_table_test_LINK) $(stack_trace_table_test_OBJECTS) $(stack_trace_table_test_LDADD) $(LIBS)
30725821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)stacktrace_unittest$(EXEEXT): $(stacktrace_unittest_OBJECTS) $(stacktrace_unittest_DEPENDENCIES) 
30735821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	@rm -f stacktrace_unittest$(EXEEXT)
30745821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(CXXLINK) $(stacktrace_unittest_OBJECTS) $(stacktrace_unittest_LDADD) $(LIBS)
30755821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)system_alloc_unittest$(EXEEXT): $(system_alloc_unittest_OBJECTS) $(system_alloc_unittest_DEPENDENCIES) 
30765821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	@rm -f system_alloc_unittest$(EXEEXT)
30775821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(system_alloc_unittest_LINK) $(system_alloc_unittest_OBJECTS) $(system_alloc_unittest_LDADD) $(LIBS)
30785821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)tcmalloc_and_profiler_unittest$(EXEEXT): $(tcmalloc_and_profiler_unittest_OBJECTS) $(tcmalloc_and_profiler_unittest_DEPENDENCIES) 
30795821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	@rm -f tcmalloc_and_profiler_unittest$(EXEEXT)
30805821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(tcmalloc_and_profiler_unittest_LINK) $(tcmalloc_and_profiler_unittest_OBJECTS) $(tcmalloc_and_profiler_unittest_LDADD) $(LIBS)
30815821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)tcmalloc_both_unittest$(EXEEXT): $(tcmalloc_both_unittest_OBJECTS) $(tcmalloc_both_unittest_DEPENDENCIES) 
30825821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	@rm -f tcmalloc_both_unittest$(EXEEXT)
30835821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(tcmalloc_both_unittest_LINK) $(tcmalloc_both_unittest_OBJECTS) $(tcmalloc_both_unittest_LDADD) $(LIBS)
30845821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)tcmalloc_debug_unittest$(EXEEXT): $(tcmalloc_debug_unittest_OBJECTS) $(tcmalloc_debug_unittest_DEPENDENCIES) 
30855821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	@rm -f tcmalloc_debug_unittest$(EXEEXT)
30865821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(tcmalloc_debug_unittest_LINK) $(tcmalloc_debug_unittest_OBJECTS) $(tcmalloc_debug_unittest_LDADD) $(LIBS)
30875821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)tcmalloc_large_unittest$(EXEEXT): $(tcmalloc_large_unittest_OBJECTS) $(tcmalloc_large_unittest_DEPENDENCIES) 
30885821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	@rm -f tcmalloc_large_unittest$(EXEEXT)
30895821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(tcmalloc_large_unittest_LINK) $(tcmalloc_large_unittest_OBJECTS) $(tcmalloc_large_unittest_LDADD) $(LIBS)
30905821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)tcmalloc_minimal_debug_unittest$(EXEEXT): $(tcmalloc_minimal_debug_unittest_OBJECTS) $(tcmalloc_minimal_debug_unittest_DEPENDENCIES) 
30915821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	@rm -f tcmalloc_minimal_debug_unittest$(EXEEXT)
30925821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(tcmalloc_minimal_debug_unittest_LINK) $(tcmalloc_minimal_debug_unittest_OBJECTS) $(tcmalloc_minimal_debug_unittest_LDADD) $(LIBS)
30935821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)tcmalloc_minimal_large_unittest$(EXEEXT): $(tcmalloc_minimal_large_unittest_OBJECTS) $(tcmalloc_minimal_large_unittest_DEPENDENCIES) 
30945821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	@rm -f tcmalloc_minimal_large_unittest$(EXEEXT)
30955821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(tcmalloc_minimal_large_unittest_LINK) $(tcmalloc_minimal_large_unittest_OBJECTS) $(tcmalloc_minimal_large_unittest_LDADD) $(LIBS)
30965821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)tcmalloc_minimal_unittest$(EXEEXT): $(tcmalloc_minimal_unittest_OBJECTS) $(tcmalloc_minimal_unittest_DEPENDENCIES) 
30975821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	@rm -f tcmalloc_minimal_unittest$(EXEEXT)
30985821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(tcmalloc_minimal_unittest_LINK) $(tcmalloc_minimal_unittest_OBJECTS) $(tcmalloc_minimal_unittest_LDADD) $(LIBS)
30995821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)tcmalloc_unittest$(EXEEXT): $(tcmalloc_unittest_OBJECTS) $(tcmalloc_unittest_DEPENDENCIES) 
31005821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	@rm -f tcmalloc_unittest$(EXEEXT)
31015821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(tcmalloc_unittest_LINK) $(tcmalloc_unittest_OBJECTS) $(tcmalloc_unittest_LDADD) $(LIBS)
31025821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)thread_dealloc_unittest$(EXEEXT): $(thread_dealloc_unittest_OBJECTS) $(thread_dealloc_unittest_DEPENDENCIES) 
31035821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	@rm -f thread_dealloc_unittest$(EXEEXT)
31045821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(thread_dealloc_unittest_LINK) $(thread_dealloc_unittest_OBJECTS) $(thread_dealloc_unittest_LDADD) $(LIBS)
31055821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)install-binSCRIPTS: $(bin_SCRIPTS)
31065821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	@$(NORMAL_INSTALL)
31075821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
31085821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	@list='$(bin_SCRIPTS)'; for p in $$list; do \
31095821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
31105821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	  if test -f $$d$$p; then \
31115821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	    f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
31125821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	    echo " $(binSCRIPT_INSTALL) '$$d$$p' '$(DESTDIR)$(bindir)/$$f'"; \
31135821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	    $(binSCRIPT_INSTALL) "$$d$$p" "$(DESTDIR)$(bindir)/$$f"; \
31145821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	  else :; fi; \
31155821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	done
31165821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
31175821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)uninstall-binSCRIPTS:
31185821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	@$(NORMAL_UNINSTALL)
31195821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	@list='$(bin_SCRIPTS)'; for p in $$list; do \
31205821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	  f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
31215821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	  echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
31225821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	  rm -f "$(DESTDIR)$(bindir)/$$f"; \
31235821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	done
31245821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
31255821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)mostlyclean-compile:
31265821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	-rm -f *.$(OBJEXT)
31275821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
31285821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)distclean-compile:
31295821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	-rm -f *.tab.c
31305821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
31315821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/addressmap_unittest-addressmap_unittest.Po@am__quote@
31325821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/addressmap_unittest-port.Po@am__quote@
31335821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atomicops-internals-x86.Plo@am__quote@
31345821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atomicops_unittest.Po@am__quote@
31355821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/current_allocated_bytes_test-current_allocated_bytes_test.Po@am__quote@
31365821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/debugallocation_test-debugallocation_test.Po@am__quote@
31375821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dynamic_annotations.Plo@am__quote@
31385821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf_mem_image.Plo@am__quote@
31395821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/frag_unittest-frag_unittest.Po@am__quote@
31405821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getpc_test.Po@am__quote@
31415821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/heap_checker_debug_unittest-heap-checker_unittest.Po@am__quote@
31425821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/heap_checker_unittest-heap-checker_unittest.Po@am__quote@
31435821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/heap_profiler_debug_unittest-heap-profiler_unittest.Po@am__quote@
31445821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/heap_profiler_unittest-heap-profiler_unittest.Po@am__quote@
31455821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ia32_modrm_map.Plo@am__quote@
31465821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ia32_opcode_map.Plo@am__quote@
31475821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libtcmalloc_and_profiler_la-heap-checker-bcad.Plo@am__quote@
31485821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libtcmalloc_and_profiler_la-heap-checker.Plo@am__quote@
31495821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libtcmalloc_and_profiler_la-linuxthreads.Plo@am__quote@
31505821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libtcmalloc_and_profiler_la-profile-handler.Plo@am__quote@
31515821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libtcmalloc_and_profiler_la-profiledata.Plo@am__quote@
31525821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libtcmalloc_and_profiler_la-profiler.Plo@am__quote@
31535821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libtcmalloc_and_profiler_la-tcmalloc.Plo@am__quote@
31545821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libtcmalloc_debug_la-debugallocation.Plo@am__quote@
31555821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libtcmalloc_debug_la-heap-checker-bcad.Plo@am__quote@
31565821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libtcmalloc_debug_la-heap-checker.Plo@am__quote@
31575821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libtcmalloc_debug_la-linuxthreads.Plo@am__quote@
31585821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libtcmalloc_internal_la-central_freelist.Plo@am__quote@
31595821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libtcmalloc_internal_la-common.Plo@am__quote@
31605821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libtcmalloc_internal_la-heap-profile-table.Plo@am__quote@
31615821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libtcmalloc_internal_la-heap-profiler.Plo@am__quote@
31625821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libtcmalloc_internal_la-internal_logging.Plo@am__quote@
31635821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libtcmalloc_internal_la-low_level_alloc.Plo@am__quote@
31645821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libtcmalloc_internal_la-malloc_extension.Plo@am__quote@
31655821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libtcmalloc_internal_la-malloc_hook.Plo@am__quote@
31665821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libtcmalloc_internal_la-maybe_threads.Plo@am__quote@
31675821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libtcmalloc_internal_la-memfs_malloc.Plo@am__quote@
31685821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libtcmalloc_internal_la-memory_region_map.Plo@am__quote@
31695821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libtcmalloc_internal_la-page_heap.Plo@am__quote@
31705821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libtcmalloc_internal_la-raw_printer.Plo@am__quote@
31715821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libtcmalloc_internal_la-sampler.Plo@am__quote@
31725821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libtcmalloc_internal_la-span.Plo@am__quote@
31735821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libtcmalloc_internal_la-stack_trace_table.Plo@am__quote@
31745821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libtcmalloc_internal_la-static_vars.Plo@am__quote@
31755821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libtcmalloc_internal_la-symbolize.Plo@am__quote@
31765821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libtcmalloc_internal_la-system-alloc.Plo@am__quote@
31775821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libtcmalloc_internal_la-thread_cache.Plo@am__quote@
31785821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libtcmalloc_la-heap-checker-bcad.Plo@am__quote@
31795821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libtcmalloc_la-heap-checker.Plo@am__quote@
31805821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libtcmalloc_la-linuxthreads.Plo@am__quote@
31815821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libtcmalloc_la-tcmalloc.Plo@am__quote@
31825821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libtcmalloc_minimal_debug_la-debugallocation.Plo@am__quote@
31835821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libtcmalloc_minimal_internal_la-central_freelist.Plo@am__quote@
31845821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libtcmalloc_minimal_internal_la-common.Plo@am__quote@
31855821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libtcmalloc_minimal_internal_la-internal_logging.Plo@am__quote@
31865821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libtcmalloc_minimal_internal_la-malloc_extension.Plo@am__quote@
31875821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libtcmalloc_minimal_internal_la-malloc_hook.Plo@am__quote@
31885821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libtcmalloc_minimal_internal_la-maybe_threads.Plo@am__quote@
31895821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libtcmalloc_minimal_internal_la-memfs_malloc.Plo@am__quote@
31905821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libtcmalloc_minimal_internal_la-page_heap.Plo@am__quote@
31915821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libtcmalloc_minimal_internal_la-sampler.Plo@am__quote@
31925821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libtcmalloc_minimal_internal_la-span.Plo@am__quote@
31935821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libtcmalloc_minimal_internal_la-stack_trace_table.Plo@am__quote@
31945821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libtcmalloc_minimal_internal_la-static_vars.Plo@am__quote@
31955821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libtcmalloc_minimal_internal_la-symbolize.Plo@am__quote@
31965821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libtcmalloc_minimal_internal_la-system-alloc.Plo@am__quote@
31975821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libtcmalloc_minimal_internal_la-thread_cache.Plo@am__quote@
31985821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libtcmalloc_minimal_la-tcmalloc.Plo@am__quote@
31995821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/logging.Plo@am__quote@
32005821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/low_level_alloc_unittest-low_level_alloc.Po@am__quote@
32015821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/low_level_alloc_unittest-low_level_alloc_unittest.Po@am__quote@
32025821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/low_level_alloc_unittest-malloc_hook.Po@am__quote@
32035821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/low_level_alloc_unittest-maybe_threads.Po@am__quote@
32045821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/malloc_extension_c_test-malloc_extension_c_test.Po@am__quote@
32055821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/malloc_extension_debug_test-malloc_extension_test.Po@am__quote@
32065821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/malloc_extension_test-malloc_extension_test.Po@am__quote@
32075821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/malloc_hook_test-malloc_hook_test.Po@am__quote@
32085821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/malloc_hook_test-testutil.Po@am__quote@
32095821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/markidle_unittest-markidle_unittest.Po@am__quote@
32105821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/markidle_unittest-testutil.Po@am__quote@
32115821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/memalign_debug_unittest-memalign_unittest.Po@am__quote@
32125821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/memalign_debug_unittest-testutil.Po@am__quote@
32135821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/memalign_unittest-memalign_unittest.Po@am__quote@
32145821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/memalign_unittest-testutil.Po@am__quote@
32155821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mini_disassembler.Plo@am__quote@
32165821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/packed_cache_test-packed-cache_test.Po@am__quote@
32175821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/page_heap_test-page_heap_test.Po@am__quote@
32185821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pagemap_unittest-pagemap_unittest.Po@am__quote@
32195821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/patch_functions.Plo@am__quote@
32205821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/port.Plo@am__quote@
32215821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/preamble_patcher.Plo@am__quote@
32225821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/preamble_patcher_with_stub.Plo@am__quote@
32235821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/profile-handler.Plo@am__quote@
32245821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/profile_handler_unittest-profile-handler_unittest.Po@am__quote@
32255821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/profiledata.Plo@am__quote@
32265821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/profiledata_unittest.Po@am__quote@
32275821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/profiler.Plo@am__quote@
32285821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/profiler1_unittest-profiler_unittest.Po@am__quote@
32295821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/profiler1_unittest-testutil.Po@am__quote@
32305821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/profiler2_unittest-profiler_unittest.Po@am__quote@
32315821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/profiler2_unittest-testutil.Po@am__quote@
32325821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/profiler3_unittest-profiler_unittest.Po@am__quote@
32335821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/profiler3_unittest-testutil.Po@am__quote@
32345821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/profiler4_unittest-profiler_unittest.Po@am__quote@
32355821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/profiler4_unittest-testutil.Po@am__quote@
32365821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/raw_printer_test-raw_printer_test.Po@am__quote@
32375821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/realloc_debug_unittest-realloc_unittest.Po@am__quote@
32385821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/realloc_unittest-realloc_unittest.Po@am__quote@
32395821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sampler_debug_test-sampler_test.Po@am__quote@
32405821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sampler_test-sampler_test.Po@am__quote@
32415821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sampling_debug_test-sampling_test.Po@am__quote@
32425821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sampling_test-sampling_test.Po@am__quote@
32435821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/simple_compat_test.Po@am__quote@
32445821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/spinlock.Plo@am__quote@
32455821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/spinlock_internal.Plo@am__quote@
32465821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stack_trace_table_test-stack_trace_table_test.Po@am__quote@
32475821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stacktrace.Plo@am__quote@
32485821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stacktrace_unittest.Po@am__quote@
32495821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sysinfo.Plo@am__quote@
32505821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/system_alloc_unittest-system-alloc_unittest.Po@am__quote@
32515821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tcmalloc_and_profiler_unittest-tcmalloc_unittest.Po@am__quote@
32525821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tcmalloc_and_profiler_unittest-testutil.Po@am__quote@
32535821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tcmalloc_both_unittest-tcmalloc_unittest.Po@am__quote@
32545821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tcmalloc_both_unittest-testutil.Po@am__quote@
32555821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tcmalloc_debug_unittest-tcmalloc_unittest.Po@am__quote@
32565821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tcmalloc_debug_unittest-testutil.Po@am__quote@
32575821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tcmalloc_large_unittest-tcmalloc_large_unittest.Po@am__quote@
32585821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tcmalloc_minimal_debug_unittest-tcmalloc_unittest.Po@am__quote@
32595821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tcmalloc_minimal_debug_unittest-testutil.Po@am__quote@
32605821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tcmalloc_minimal_large_unittest-tcmalloc_large_unittest.Po@am__quote@
32615821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tcmalloc_minimal_unittest-tcmalloc_unittest.Po@am__quote@
32625821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tcmalloc_minimal_unittest-testutil.Po@am__quote@
32635821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tcmalloc_unittest-tcmalloc_unittest.Po@am__quote@
32645821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tcmalloc_unittest-testutil.Po@am__quote@
32655821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/thread_dealloc_unittest-testutil.Po@am__quote@
32665821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/thread_dealloc_unittest-thread_dealloc_unittest.Po@am__quote@
32675821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/thread_lister.Plo@am__quote@
32685821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vdso_support.Plo@am__quote@
32695821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
32705821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles).c.o:
32715821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
32725821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
32735821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
32745821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
32755821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCC_FALSE@	$(COMPILE) -c $<
32765821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
32775821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles).c.obj:
32785821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
32795821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
32805821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
32815821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
32825821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
32835821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
32845821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles).c.lo:
32855821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
32865821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
32875821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
32885821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
32895821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCC_FALSE@	$(LTCOMPILE) -c -o $@ $<
32905821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
32915821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)dynamic_annotations.lo: src/base/dynamic_annotations.c
32925821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCC_TRUE@	$(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dynamic_annotations.lo -MD -MP -MF $(DEPDIR)/dynamic_annotations.Tpo -c -o dynamic_annotations.lo `test -f 'src/base/dynamic_annotations.c' || echo '$(srcdir)/'`src/base/dynamic_annotations.c
32935821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/dynamic_annotations.Tpo $(DEPDIR)/dynamic_annotations.Plo
32945821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='src/base/dynamic_annotations.c' object='dynamic_annotations.lo' libtool=yes @AMDEPBACKSLASH@
32955821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
32965821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dynamic_annotations.lo `test -f 'src/base/dynamic_annotations.c' || echo '$(srcdir)/'`src/base/dynamic_annotations.c
32975821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
32985821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)thread_lister.lo: src/base/thread_lister.c
32995821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCC_TRUE@	$(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT thread_lister.lo -MD -MP -MF $(DEPDIR)/thread_lister.Tpo -c -o thread_lister.lo `test -f 'src/base/thread_lister.c' || echo '$(srcdir)/'`src/base/thread_lister.c
33005821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/thread_lister.Tpo $(DEPDIR)/thread_lister.Plo
33015821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='src/base/thread_lister.c' object='thread_lister.lo' libtool=yes @AMDEPBACKSLASH@
33025821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
33035821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o thread_lister.lo `test -f 'src/base/thread_lister.c' || echo '$(srcdir)/'`src/base/thread_lister.c
33045821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
33055821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)malloc_extension_c_test-malloc_extension_c_test.o: src/tests/malloc_extension_c_test.c
33065821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(malloc_extension_c_test_CFLAGS) $(CFLAGS) -MT malloc_extension_c_test-malloc_extension_c_test.o -MD -MP -MF $(DEPDIR)/malloc_extension_c_test-malloc_extension_c_test.Tpo -c -o malloc_extension_c_test-malloc_extension_c_test.o `test -f 'src/tests/malloc_extension_c_test.c' || echo '$(srcdir)/'`src/tests/malloc_extension_c_test.c
33075821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/malloc_extension_c_test-malloc_extension_c_test.Tpo $(DEPDIR)/malloc_extension_c_test-malloc_extension_c_test.Po
33085821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='src/tests/malloc_extension_c_test.c' object='malloc_extension_c_test-malloc_extension_c_test.o' libtool=no @AMDEPBACKSLASH@
33095821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
33105821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(malloc_extension_c_test_CFLAGS) $(CFLAGS) -c -o malloc_extension_c_test-malloc_extension_c_test.o `test -f 'src/tests/malloc_extension_c_test.c' || echo '$(srcdir)/'`src/tests/malloc_extension_c_test.c
33115821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
33125821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)malloc_extension_c_test-malloc_extension_c_test.obj: src/tests/malloc_extension_c_test.c
33135821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(malloc_extension_c_test_CFLAGS) $(CFLAGS) -MT malloc_extension_c_test-malloc_extension_c_test.obj -MD -MP -MF $(DEPDIR)/malloc_extension_c_test-malloc_extension_c_test.Tpo -c -o malloc_extension_c_test-malloc_extension_c_test.obj `if test -f 'src/tests/malloc_extension_c_test.c'; then $(CYGPATH_W) 'src/tests/malloc_extension_c_test.c'; else $(CYGPATH_W) '$(srcdir)/src/tests/malloc_extension_c_test.c'; fi`
33145821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/malloc_extension_c_test-malloc_extension_c_test.Tpo $(DEPDIR)/malloc_extension_c_test-malloc_extension_c_test.Po
33155821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='src/tests/malloc_extension_c_test.c' object='malloc_extension_c_test-malloc_extension_c_test.obj' libtool=no @AMDEPBACKSLASH@
33165821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
33175821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(malloc_extension_c_test_CFLAGS) $(CFLAGS) -c -o malloc_extension_c_test-malloc_extension_c_test.obj `if test -f 'src/tests/malloc_extension_c_test.c'; then $(CYGPATH_W) 'src/tests/malloc_extension_c_test.c'; else $(CYGPATH_W) '$(srcdir)/src/tests/malloc_extension_c_test.c'; fi`
33185821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
33195821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles).cc.o:
33205821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
33215821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
33225821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
33235821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
33245821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
33255821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
33265821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles).cc.obj:
33275821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
33285821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
33295821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
33305821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
33315821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
33325821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
33335821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles).cc.lo:
33345821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
33355821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
33365821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
33375821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
33385821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
33395821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
33405821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)logging.lo: src/base/logging.cc
33415821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT logging.lo -MD -MP -MF $(DEPDIR)/logging.Tpo -c -o logging.lo `test -f 'src/base/logging.cc' || echo '$(srcdir)/'`src/base/logging.cc
33425821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/logging.Tpo $(DEPDIR)/logging.Plo
33435821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/base/logging.cc' object='logging.lo' libtool=yes @AMDEPBACKSLASH@
33445821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
33455821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o logging.lo `test -f 'src/base/logging.cc' || echo '$(srcdir)/'`src/base/logging.cc
33465821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
33475821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)profiler.lo: src/profiler.cc
33485821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT profiler.lo -MD -MP -MF $(DEPDIR)/profiler.Tpo -c -o profiler.lo `test -f 'src/profiler.cc' || echo '$(srcdir)/'`src/profiler.cc
33495821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/profiler.Tpo $(DEPDIR)/profiler.Plo
33505821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/profiler.cc' object='profiler.lo' libtool=yes @AMDEPBACKSLASH@
33515821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
33525821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o profiler.lo `test -f 'src/profiler.cc' || echo '$(srcdir)/'`src/profiler.cc
33535821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
33545821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)profile-handler.lo: src/profile-handler.cc
33555821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT profile-handler.lo -MD -MP -MF $(DEPDIR)/profile-handler.Tpo -c -o profile-handler.lo `test -f 'src/profile-handler.cc' || echo '$(srcdir)/'`src/profile-handler.cc
33565821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/profile-handler.Tpo $(DEPDIR)/profile-handler.Plo
33575821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/profile-handler.cc' object='profile-handler.lo' libtool=yes @AMDEPBACKSLASH@
33585821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
33595821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o profile-handler.lo `test -f 'src/profile-handler.cc' || echo '$(srcdir)/'`src/profile-handler.cc
33605821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
33615821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)profiledata.lo: src/profiledata.cc
33625821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT profiledata.lo -MD -MP -MF $(DEPDIR)/profiledata.Tpo -c -o profiledata.lo `test -f 'src/profiledata.cc' || echo '$(srcdir)/'`src/profiledata.cc
33635821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/profiledata.Tpo $(DEPDIR)/profiledata.Plo
33645821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/profiledata.cc' object='profiledata.lo' libtool=yes @AMDEPBACKSLASH@
33655821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
33665821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o profiledata.lo `test -f 'src/profiledata.cc' || echo '$(srcdir)/'`src/profiledata.cc
33675821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
33685821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)spinlock.lo: src/base/spinlock.cc
33695821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT spinlock.lo -MD -MP -MF $(DEPDIR)/spinlock.Tpo -c -o spinlock.lo `test -f 'src/base/spinlock.cc' || echo '$(srcdir)/'`src/base/spinlock.cc
33705821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/spinlock.Tpo $(DEPDIR)/spinlock.Plo
33715821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/base/spinlock.cc' object='spinlock.lo' libtool=yes @AMDEPBACKSLASH@
33725821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
33735821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o spinlock.lo `test -f 'src/base/spinlock.cc' || echo '$(srcdir)/'`src/base/spinlock.cc
33745821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
33755821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)spinlock_internal.lo: src/base/spinlock_internal.cc
33765821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT spinlock_internal.lo -MD -MP -MF $(DEPDIR)/spinlock_internal.Tpo -c -o spinlock_internal.lo `test -f 'src/base/spinlock_internal.cc' || echo '$(srcdir)/'`src/base/spinlock_internal.cc
33775821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/spinlock_internal.Tpo $(DEPDIR)/spinlock_internal.Plo
33785821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/base/spinlock_internal.cc' object='spinlock_internal.lo' libtool=yes @AMDEPBACKSLASH@
33795821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
33805821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o spinlock_internal.lo `test -f 'src/base/spinlock_internal.cc' || echo '$(srcdir)/'`src/base/spinlock_internal.cc
33815821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
33825821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)atomicops-internals-x86.lo: src/base/atomicops-internals-x86.cc
33835821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT atomicops-internals-x86.lo -MD -MP -MF $(DEPDIR)/atomicops-internals-x86.Tpo -c -o atomicops-internals-x86.lo `test -f 'src/base/atomicops-internals-x86.cc' || echo '$(srcdir)/'`src/base/atomicops-internals-x86.cc
33845821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/atomicops-internals-x86.Tpo $(DEPDIR)/atomicops-internals-x86.Plo
33855821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/base/atomicops-internals-x86.cc' object='atomicops-internals-x86.lo' libtool=yes @AMDEPBACKSLASH@
33865821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
33875821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o atomicops-internals-x86.lo `test -f 'src/base/atomicops-internals-x86.cc' || echo '$(srcdir)/'`src/base/atomicops-internals-x86.cc
33885821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
33895821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)stacktrace.lo: src/stacktrace.cc
33905821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT stacktrace.lo -MD -MP -MF $(DEPDIR)/stacktrace.Tpo -c -o stacktrace.lo `test -f 'src/stacktrace.cc' || echo '$(srcdir)/'`src/stacktrace.cc
33915821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/stacktrace.Tpo $(DEPDIR)/stacktrace.Plo
33925821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/stacktrace.cc' object='stacktrace.lo' libtool=yes @AMDEPBACKSLASH@
33935821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
33945821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o stacktrace.lo `test -f 'src/stacktrace.cc' || echo '$(srcdir)/'`src/stacktrace.cc
33955821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
33965821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)elf_mem_image.lo: src/base/elf_mem_image.cc
33975821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT elf_mem_image.lo -MD -MP -MF $(DEPDIR)/elf_mem_image.Tpo -c -o elf_mem_image.lo `test -f 'src/base/elf_mem_image.cc' || echo '$(srcdir)/'`src/base/elf_mem_image.cc
33985821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/elf_mem_image.Tpo $(DEPDIR)/elf_mem_image.Plo
33995821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/base/elf_mem_image.cc' object='elf_mem_image.lo' libtool=yes @AMDEPBACKSLASH@
34005821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
34015821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o elf_mem_image.lo `test -f 'src/base/elf_mem_image.cc' || echo '$(srcdir)/'`src/base/elf_mem_image.cc
34025821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
34035821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)vdso_support.lo: src/base/vdso_support.cc
34045821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT vdso_support.lo -MD -MP -MF $(DEPDIR)/vdso_support.Tpo -c -o vdso_support.lo `test -f 'src/base/vdso_support.cc' || echo '$(srcdir)/'`src/base/vdso_support.cc
34055821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/vdso_support.Tpo $(DEPDIR)/vdso_support.Plo
34065821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/base/vdso_support.cc' object='vdso_support.lo' libtool=yes @AMDEPBACKSLASH@
34075821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
34085821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o vdso_support.lo `test -f 'src/base/vdso_support.cc' || echo '$(srcdir)/'`src/base/vdso_support.cc
34095821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
34105821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)sysinfo.lo: src/base/sysinfo.cc
34115821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sysinfo.lo -MD -MP -MF $(DEPDIR)/sysinfo.Tpo -c -o sysinfo.lo `test -f 'src/base/sysinfo.cc' || echo '$(srcdir)/'`src/base/sysinfo.cc
34125821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/sysinfo.Tpo $(DEPDIR)/sysinfo.Plo
34135821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/base/sysinfo.cc' object='sysinfo.lo' libtool=yes @AMDEPBACKSLASH@
34145821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
34155821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sysinfo.lo `test -f 'src/base/sysinfo.cc' || echo '$(srcdir)/'`src/base/sysinfo.cc
34165821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
34175821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)libtcmalloc_la-tcmalloc.lo: src/tcmalloc.cc
34185821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtcmalloc_la_CXXFLAGS) $(CXXFLAGS) -MT libtcmalloc_la-tcmalloc.lo -MD -MP -MF $(DEPDIR)/libtcmalloc_la-tcmalloc.Tpo -c -o libtcmalloc_la-tcmalloc.lo `test -f 'src/tcmalloc.cc' || echo '$(srcdir)/'`src/tcmalloc.cc
34195821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/libtcmalloc_la-tcmalloc.Tpo $(DEPDIR)/libtcmalloc_la-tcmalloc.Plo
34205821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/tcmalloc.cc' object='libtcmalloc_la-tcmalloc.lo' libtool=yes @AMDEPBACKSLASH@
34215821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
34225821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtcmalloc_la_CXXFLAGS) $(CXXFLAGS) -c -o libtcmalloc_la-tcmalloc.lo `test -f 'src/tcmalloc.cc' || echo '$(srcdir)/'`src/tcmalloc.cc
34235821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
34245821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)libtcmalloc_la-linuxthreads.lo: src/base/linuxthreads.cc
34255821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtcmalloc_la_CXXFLAGS) $(CXXFLAGS) -MT libtcmalloc_la-linuxthreads.lo -MD -MP -MF $(DEPDIR)/libtcmalloc_la-linuxthreads.Tpo -c -o libtcmalloc_la-linuxthreads.lo `test -f 'src/base/linuxthreads.cc' || echo '$(srcdir)/'`src/base/linuxthreads.cc
34265821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/libtcmalloc_la-linuxthreads.Tpo $(DEPDIR)/libtcmalloc_la-linuxthreads.Plo
34275821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/base/linuxthreads.cc' object='libtcmalloc_la-linuxthreads.lo' libtool=yes @AMDEPBACKSLASH@
34285821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
34295821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtcmalloc_la_CXXFLAGS) $(CXXFLAGS) -c -o libtcmalloc_la-linuxthreads.lo `test -f 'src/base/linuxthreads.cc' || echo '$(srcdir)/'`src/base/linuxthreads.cc
34305821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
34315821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)libtcmalloc_la-heap-checker.lo: src/heap-checker.cc
34325821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtcmalloc_la_CXXFLAGS) $(CXXFLAGS) -MT libtcmalloc_la-heap-checker.lo -MD -MP -MF $(DEPDIR)/libtcmalloc_la-heap-checker.Tpo -c -o libtcmalloc_la-heap-checker.lo `test -f 'src/heap-checker.cc' || echo '$(srcdir)/'`src/heap-checker.cc
34335821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/libtcmalloc_la-heap-checker.Tpo $(DEPDIR)/libtcmalloc_la-heap-checker.Plo
34345821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/heap-checker.cc' object='libtcmalloc_la-heap-checker.lo' libtool=yes @AMDEPBACKSLASH@
34355821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
34365821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtcmalloc_la_CXXFLAGS) $(CXXFLAGS) -c -o libtcmalloc_la-heap-checker.lo `test -f 'src/heap-checker.cc' || echo '$(srcdir)/'`src/heap-checker.cc
34375821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
34385821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)libtcmalloc_la-heap-checker-bcad.lo: src/heap-checker-bcad.cc
34395821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtcmalloc_la_CXXFLAGS) $(CXXFLAGS) -MT libtcmalloc_la-heap-checker-bcad.lo -MD -MP -MF $(DEPDIR)/libtcmalloc_la-heap-checker-bcad.Tpo -c -o libtcmalloc_la-heap-checker-bcad.lo `test -f 'src/heap-checker-bcad.cc' || echo '$(srcdir)/'`src/heap-checker-bcad.cc
34405821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/libtcmalloc_la-heap-checker-bcad.Tpo $(DEPDIR)/libtcmalloc_la-heap-checker-bcad.Plo
34415821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/heap-checker-bcad.cc' object='libtcmalloc_la-heap-checker-bcad.lo' libtool=yes @AMDEPBACKSLASH@
34425821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
34435821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtcmalloc_la_CXXFLAGS) $(CXXFLAGS) -c -o libtcmalloc_la-heap-checker-bcad.lo `test -f 'src/heap-checker-bcad.cc' || echo '$(srcdir)/'`src/heap-checker-bcad.cc
34445821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
34455821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)libtcmalloc_and_profiler_la-tcmalloc.lo: src/tcmalloc.cc
34465821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtcmalloc_and_profiler_la_CXXFLAGS) $(CXXFLAGS) -MT libtcmalloc_and_profiler_la-tcmalloc.lo -MD -MP -MF $(DEPDIR)/libtcmalloc_and_profiler_la-tcmalloc.Tpo -c -o libtcmalloc_and_profiler_la-tcmalloc.lo `test -f 'src/tcmalloc.cc' || echo '$(srcdir)/'`src/tcmalloc.cc
34475821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/libtcmalloc_and_profiler_la-tcmalloc.Tpo $(DEPDIR)/libtcmalloc_and_profiler_la-tcmalloc.Plo
34485821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/tcmalloc.cc' object='libtcmalloc_and_profiler_la-tcmalloc.lo' libtool=yes @AMDEPBACKSLASH@
34495821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
34505821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtcmalloc_and_profiler_la_CXXFLAGS) $(CXXFLAGS) -c -o libtcmalloc_and_profiler_la-tcmalloc.lo `test -f 'src/tcmalloc.cc' || echo '$(srcdir)/'`src/tcmalloc.cc
34515821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
34525821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)libtcmalloc_and_profiler_la-linuxthreads.lo: src/base/linuxthreads.cc
34535821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtcmalloc_and_profiler_la_CXXFLAGS) $(CXXFLAGS) -MT libtcmalloc_and_profiler_la-linuxthreads.lo -MD -MP -MF $(DEPDIR)/libtcmalloc_and_profiler_la-linuxthreads.Tpo -c -o libtcmalloc_and_profiler_la-linuxthreads.lo `test -f 'src/base/linuxthreads.cc' || echo '$(srcdir)/'`src/base/linuxthreads.cc
34545821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/libtcmalloc_and_profiler_la-linuxthreads.Tpo $(DEPDIR)/libtcmalloc_and_profiler_la-linuxthreads.Plo
34555821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/base/linuxthreads.cc' object='libtcmalloc_and_profiler_la-linuxthreads.lo' libtool=yes @AMDEPBACKSLASH@
34565821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
34575821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtcmalloc_and_profiler_la_CXXFLAGS) $(CXXFLAGS) -c -o libtcmalloc_and_profiler_la-linuxthreads.lo `test -f 'src/base/linuxthreads.cc' || echo '$(srcdir)/'`src/base/linuxthreads.cc
34585821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
34595821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)libtcmalloc_and_profiler_la-heap-checker.lo: src/heap-checker.cc
34605821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtcmalloc_and_profiler_la_CXXFLAGS) $(CXXFLAGS) -MT libtcmalloc_and_profiler_la-heap-checker.lo -MD -MP -MF $(DEPDIR)/libtcmalloc_and_profiler_la-heap-checker.Tpo -c -o libtcmalloc_and_profiler_la-heap-checker.lo `test -f 'src/heap-checker.cc' || echo '$(srcdir)/'`src/heap-checker.cc
34615821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/libtcmalloc_and_profiler_la-heap-checker.Tpo $(DEPDIR)/libtcmalloc_and_profiler_la-heap-checker.Plo
34625821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/heap-checker.cc' object='libtcmalloc_and_profiler_la-heap-checker.lo' libtool=yes @AMDEPBACKSLASH@
34635821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
34645821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtcmalloc_and_profiler_la_CXXFLAGS) $(CXXFLAGS) -c -o libtcmalloc_and_profiler_la-heap-checker.lo `test -f 'src/heap-checker.cc' || echo '$(srcdir)/'`src/heap-checker.cc
34655821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
34665821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)libtcmalloc_and_profiler_la-heap-checker-bcad.lo: src/heap-checker-bcad.cc
34675821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtcmalloc_and_profiler_la_CXXFLAGS) $(CXXFLAGS) -MT libtcmalloc_and_profiler_la-heap-checker-bcad.lo -MD -MP -MF $(DEPDIR)/libtcmalloc_and_profiler_la-heap-checker-bcad.Tpo -c -o libtcmalloc_and_profiler_la-heap-checker-bcad.lo `test -f 'src/heap-checker-bcad.cc' || echo '$(srcdir)/'`src/heap-checker-bcad.cc
34685821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/libtcmalloc_and_profiler_la-heap-checker-bcad.Tpo $(DEPDIR)/libtcmalloc_and_profiler_la-heap-checker-bcad.Plo
34695821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/heap-checker-bcad.cc' object='libtcmalloc_and_profiler_la-heap-checker-bcad.lo' libtool=yes @AMDEPBACKSLASH@
34705821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
34715821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtcmalloc_and_profiler_la_CXXFLAGS) $(CXXFLAGS) -c -o libtcmalloc_and_profiler_la-heap-checker-bcad.lo `test -f 'src/heap-checker-bcad.cc' || echo '$(srcdir)/'`src/heap-checker-bcad.cc
34725821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
34735821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)libtcmalloc_and_profiler_la-profiler.lo: src/profiler.cc
34745821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtcmalloc_and_profiler_la_CXXFLAGS) $(CXXFLAGS) -MT libtcmalloc_and_profiler_la-profiler.lo -MD -MP -MF $(DEPDIR)/libtcmalloc_and_profiler_la-profiler.Tpo -c -o libtcmalloc_and_profiler_la-profiler.lo `test -f 'src/profiler.cc' || echo '$(srcdir)/'`src/profiler.cc
34755821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/libtcmalloc_and_profiler_la-profiler.Tpo $(DEPDIR)/libtcmalloc_and_profiler_la-profiler.Plo
34765821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/profiler.cc' object='libtcmalloc_and_profiler_la-profiler.lo' libtool=yes @AMDEPBACKSLASH@
34775821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
34785821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtcmalloc_and_profiler_la_CXXFLAGS) $(CXXFLAGS) -c -o libtcmalloc_and_profiler_la-profiler.lo `test -f 'src/profiler.cc' || echo '$(srcdir)/'`src/profiler.cc
34795821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
34805821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)libtcmalloc_and_profiler_la-profile-handler.lo: src/profile-handler.cc
34815821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtcmalloc_and_profiler_la_CXXFLAGS) $(CXXFLAGS) -MT libtcmalloc_and_profiler_la-profile-handler.lo -MD -MP -MF $(DEPDIR)/libtcmalloc_and_profiler_la-profile-handler.Tpo -c -o libtcmalloc_and_profiler_la-profile-handler.lo `test -f 'src/profile-handler.cc' || echo '$(srcdir)/'`src/profile-handler.cc
34825821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/libtcmalloc_and_profiler_la-profile-handler.Tpo $(DEPDIR)/libtcmalloc_and_profiler_la-profile-handler.Plo
34835821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/profile-handler.cc' object='libtcmalloc_and_profiler_la-profile-handler.lo' libtool=yes @AMDEPBACKSLASH@
34845821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
34855821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtcmalloc_and_profiler_la_CXXFLAGS) $(CXXFLAGS) -c -o libtcmalloc_and_profiler_la-profile-handler.lo `test -f 'src/profile-handler.cc' || echo '$(srcdir)/'`src/profile-handler.cc
34865821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
34875821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)libtcmalloc_and_profiler_la-profiledata.lo: src/profiledata.cc
34885821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtcmalloc_and_profiler_la_CXXFLAGS) $(CXXFLAGS) -MT libtcmalloc_and_profiler_la-profiledata.lo -MD -MP -MF $(DEPDIR)/libtcmalloc_and_profiler_la-profiledata.Tpo -c -o libtcmalloc_and_profiler_la-profiledata.lo `test -f 'src/profiledata.cc' || echo '$(srcdir)/'`src/profiledata.cc
34895821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/libtcmalloc_and_profiler_la-profiledata.Tpo $(DEPDIR)/libtcmalloc_and_profiler_la-profiledata.Plo
34905821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/profiledata.cc' object='libtcmalloc_and_profiler_la-profiledata.lo' libtool=yes @AMDEPBACKSLASH@
34915821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
34925821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtcmalloc_and_profiler_la_CXXFLAGS) $(CXXFLAGS) -c -o libtcmalloc_and_profiler_la-profiledata.lo `test -f 'src/profiledata.cc' || echo '$(srcdir)/'`src/profiledata.cc
34935821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
34945821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)libtcmalloc_debug_la-debugallocation.lo: src/debugallocation.cc
34955821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtcmalloc_debug_la_CXXFLAGS) $(CXXFLAGS) -MT libtcmalloc_debug_la-debugallocation.lo -MD -MP -MF $(DEPDIR)/libtcmalloc_debug_la-debugallocation.Tpo -c -o libtcmalloc_debug_la-debugallocation.lo `test -f 'src/debugallocation.cc' || echo '$(srcdir)/'`src/debugallocation.cc
34965821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/libtcmalloc_debug_la-debugallocation.Tpo $(DEPDIR)/libtcmalloc_debug_la-debugallocation.Plo
34975821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/debugallocation.cc' object='libtcmalloc_debug_la-debugallocation.lo' libtool=yes @AMDEPBACKSLASH@
34985821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
34995821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtcmalloc_debug_la_CXXFLAGS) $(CXXFLAGS) -c -o libtcmalloc_debug_la-debugallocation.lo `test -f 'src/debugallocation.cc' || echo '$(srcdir)/'`src/debugallocation.cc
35005821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
35015821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)libtcmalloc_debug_la-linuxthreads.lo: src/base/linuxthreads.cc
35025821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtcmalloc_debug_la_CXXFLAGS) $(CXXFLAGS) -MT libtcmalloc_debug_la-linuxthreads.lo -MD -MP -MF $(DEPDIR)/libtcmalloc_debug_la-linuxthreads.Tpo -c -o libtcmalloc_debug_la-linuxthreads.lo `test -f 'src/base/linuxthreads.cc' || echo '$(srcdir)/'`src/base/linuxthreads.cc
35035821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/libtcmalloc_debug_la-linuxthreads.Tpo $(DEPDIR)/libtcmalloc_debug_la-linuxthreads.Plo
35045821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/base/linuxthreads.cc' object='libtcmalloc_debug_la-linuxthreads.lo' libtool=yes @AMDEPBACKSLASH@
35055821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
35065821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtcmalloc_debug_la_CXXFLAGS) $(CXXFLAGS) -c -o libtcmalloc_debug_la-linuxthreads.lo `test -f 'src/base/linuxthreads.cc' || echo '$(srcdir)/'`src/base/linuxthreads.cc
35075821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
35085821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)libtcmalloc_debug_la-heap-checker.lo: src/heap-checker.cc
35095821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtcmalloc_debug_la_CXXFLAGS) $(CXXFLAGS) -MT libtcmalloc_debug_la-heap-checker.lo -MD -MP -MF $(DEPDIR)/libtcmalloc_debug_la-heap-checker.Tpo -c -o libtcmalloc_debug_la-heap-checker.lo `test -f 'src/heap-checker.cc' || echo '$(srcdir)/'`src/heap-checker.cc
35105821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/libtcmalloc_debug_la-heap-checker.Tpo $(DEPDIR)/libtcmalloc_debug_la-heap-checker.Plo
35115821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/heap-checker.cc' object='libtcmalloc_debug_la-heap-checker.lo' libtool=yes @AMDEPBACKSLASH@
35125821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
35135821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtcmalloc_debug_la_CXXFLAGS) $(CXXFLAGS) -c -o libtcmalloc_debug_la-heap-checker.lo `test -f 'src/heap-checker.cc' || echo '$(srcdir)/'`src/heap-checker.cc
35145821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
35155821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)libtcmalloc_debug_la-heap-checker-bcad.lo: src/heap-checker-bcad.cc
35165821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtcmalloc_debug_la_CXXFLAGS) $(CXXFLAGS) -MT libtcmalloc_debug_la-heap-checker-bcad.lo -MD -MP -MF $(DEPDIR)/libtcmalloc_debug_la-heap-checker-bcad.Tpo -c -o libtcmalloc_debug_la-heap-checker-bcad.lo `test -f 'src/heap-checker-bcad.cc' || echo '$(srcdir)/'`src/heap-checker-bcad.cc
35175821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/libtcmalloc_debug_la-heap-checker-bcad.Tpo $(DEPDIR)/libtcmalloc_debug_la-heap-checker-bcad.Plo
35185821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/heap-checker-bcad.cc' object='libtcmalloc_debug_la-heap-checker-bcad.lo' libtool=yes @AMDEPBACKSLASH@
35195821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
35205821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtcmalloc_debug_la_CXXFLAGS) $(CXXFLAGS) -c -o libtcmalloc_debug_la-heap-checker-bcad.lo `test -f 'src/heap-checker-bcad.cc' || echo '$(srcdir)/'`src/heap-checker-bcad.cc
35215821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
35225821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)libtcmalloc_internal_la-common.lo: src/common.cc
35235821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtcmalloc_internal_la_CXXFLAGS) $(CXXFLAGS) -MT libtcmalloc_internal_la-common.lo -MD -MP -MF $(DEPDIR)/libtcmalloc_internal_la-common.Tpo -c -o libtcmalloc_internal_la-common.lo `test -f 'src/common.cc' || echo '$(srcdir)/'`src/common.cc
35245821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/libtcmalloc_internal_la-common.Tpo $(DEPDIR)/libtcmalloc_internal_la-common.Plo
35255821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/common.cc' object='libtcmalloc_internal_la-common.lo' libtool=yes @AMDEPBACKSLASH@
35265821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
35275821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtcmalloc_internal_la_CXXFLAGS) $(CXXFLAGS) -c -o libtcmalloc_internal_la-common.lo `test -f 'src/common.cc' || echo '$(srcdir)/'`src/common.cc
35285821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
35295821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)libtcmalloc_internal_la-internal_logging.lo: src/internal_logging.cc
35305821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtcmalloc_internal_la_CXXFLAGS) $(CXXFLAGS) -MT libtcmalloc_internal_la-internal_logging.lo -MD -MP -MF $(DEPDIR)/libtcmalloc_internal_la-internal_logging.Tpo -c -o libtcmalloc_internal_la-internal_logging.lo `test -f 'src/internal_logging.cc' || echo '$(srcdir)/'`src/internal_logging.cc
35315821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/libtcmalloc_internal_la-internal_logging.Tpo $(DEPDIR)/libtcmalloc_internal_la-internal_logging.Plo
35325821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/internal_logging.cc' object='libtcmalloc_internal_la-internal_logging.lo' libtool=yes @AMDEPBACKSLASH@
35335821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
35345821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtcmalloc_internal_la_CXXFLAGS) $(CXXFLAGS) -c -o libtcmalloc_internal_la-internal_logging.lo `test -f 'src/internal_logging.cc' || echo '$(srcdir)/'`src/internal_logging.cc
35355821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
35365821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)libtcmalloc_internal_la-system-alloc.lo: src/system-alloc.cc
35375821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtcmalloc_internal_la_CXXFLAGS) $(CXXFLAGS) -MT libtcmalloc_internal_la-system-alloc.lo -MD -MP -MF $(DEPDIR)/libtcmalloc_internal_la-system-alloc.Tpo -c -o libtcmalloc_internal_la-system-alloc.lo `test -f 'src/system-alloc.cc' || echo '$(srcdir)/'`src/system-alloc.cc
35385821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/libtcmalloc_internal_la-system-alloc.Tpo $(DEPDIR)/libtcmalloc_internal_la-system-alloc.Plo
35395821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/system-alloc.cc' object='libtcmalloc_internal_la-system-alloc.lo' libtool=yes @AMDEPBACKSLASH@
35405821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
35415821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtcmalloc_internal_la_CXXFLAGS) $(CXXFLAGS) -c -o libtcmalloc_internal_la-system-alloc.lo `test -f 'src/system-alloc.cc' || echo '$(srcdir)/'`src/system-alloc.cc
35425821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
35435821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)libtcmalloc_internal_la-memfs_malloc.lo: src/memfs_malloc.cc
35445821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtcmalloc_internal_la_CXXFLAGS) $(CXXFLAGS) -MT libtcmalloc_internal_la-memfs_malloc.lo -MD -MP -MF $(DEPDIR)/libtcmalloc_internal_la-memfs_malloc.Tpo -c -o libtcmalloc_internal_la-memfs_malloc.lo `test -f 'src/memfs_malloc.cc' || echo '$(srcdir)/'`src/memfs_malloc.cc
35455821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/libtcmalloc_internal_la-memfs_malloc.Tpo $(DEPDIR)/libtcmalloc_internal_la-memfs_malloc.Plo
35465821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/memfs_malloc.cc' object='libtcmalloc_internal_la-memfs_malloc.lo' libtool=yes @AMDEPBACKSLASH@
35475821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
35485821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtcmalloc_internal_la_CXXFLAGS) $(CXXFLAGS) -c -o libtcmalloc_internal_la-memfs_malloc.lo `test -f 'src/memfs_malloc.cc' || echo '$(srcdir)/'`src/memfs_malloc.cc
35495821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
35505821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)libtcmalloc_internal_la-central_freelist.lo: src/central_freelist.cc
35515821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtcmalloc_internal_la_CXXFLAGS) $(CXXFLAGS) -MT libtcmalloc_internal_la-central_freelist.lo -MD -MP -MF $(DEPDIR)/libtcmalloc_internal_la-central_freelist.Tpo -c -o libtcmalloc_internal_la-central_freelist.lo `test -f 'src/central_freelist.cc' || echo '$(srcdir)/'`src/central_freelist.cc
35525821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/libtcmalloc_internal_la-central_freelist.Tpo $(DEPDIR)/libtcmalloc_internal_la-central_freelist.Plo
35535821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/central_freelist.cc' object='libtcmalloc_internal_la-central_freelist.lo' libtool=yes @AMDEPBACKSLASH@
35545821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
35555821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtcmalloc_internal_la_CXXFLAGS) $(CXXFLAGS) -c -o libtcmalloc_internal_la-central_freelist.lo `test -f 'src/central_freelist.cc' || echo '$(srcdir)/'`src/central_freelist.cc
35565821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
35575821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)libtcmalloc_internal_la-page_heap.lo: src/page_heap.cc
35585821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtcmalloc_internal_la_CXXFLAGS) $(CXXFLAGS) -MT libtcmalloc_internal_la-page_heap.lo -MD -MP -MF $(DEPDIR)/libtcmalloc_internal_la-page_heap.Tpo -c -o libtcmalloc_internal_la-page_heap.lo `test -f 'src/page_heap.cc' || echo '$(srcdir)/'`src/page_heap.cc
35595821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/libtcmalloc_internal_la-page_heap.Tpo $(DEPDIR)/libtcmalloc_internal_la-page_heap.Plo
35605821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/page_heap.cc' object='libtcmalloc_internal_la-page_heap.lo' libtool=yes @AMDEPBACKSLASH@
35615821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
35625821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtcmalloc_internal_la_CXXFLAGS) $(CXXFLAGS) -c -o libtcmalloc_internal_la-page_heap.lo `test -f 'src/page_heap.cc' || echo '$(srcdir)/'`src/page_heap.cc
35635821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
35645821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)libtcmalloc_internal_la-sampler.lo: src/sampler.cc
35655821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtcmalloc_internal_la_CXXFLAGS) $(CXXFLAGS) -MT libtcmalloc_internal_la-sampler.lo -MD -MP -MF $(DEPDIR)/libtcmalloc_internal_la-sampler.Tpo -c -o libtcmalloc_internal_la-sampler.lo `test -f 'src/sampler.cc' || echo '$(srcdir)/'`src/sampler.cc
35665821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/libtcmalloc_internal_la-sampler.Tpo $(DEPDIR)/libtcmalloc_internal_la-sampler.Plo
35675821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/sampler.cc' object='libtcmalloc_internal_la-sampler.lo' libtool=yes @AMDEPBACKSLASH@
35685821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
35695821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtcmalloc_internal_la_CXXFLAGS) $(CXXFLAGS) -c -o libtcmalloc_internal_la-sampler.lo `test -f 'src/sampler.cc' || echo '$(srcdir)/'`src/sampler.cc
35705821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
35715821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)libtcmalloc_internal_la-span.lo: src/span.cc
35725821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtcmalloc_internal_la_CXXFLAGS) $(CXXFLAGS) -MT libtcmalloc_internal_la-span.lo -MD -MP -MF $(DEPDIR)/libtcmalloc_internal_la-span.Tpo -c -o libtcmalloc_internal_la-span.lo `test -f 'src/span.cc' || echo '$(srcdir)/'`src/span.cc
35735821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/libtcmalloc_internal_la-span.Tpo $(DEPDIR)/libtcmalloc_internal_la-span.Plo
35745821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/span.cc' object='libtcmalloc_internal_la-span.lo' libtool=yes @AMDEPBACKSLASH@
35755821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
35765821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtcmalloc_internal_la_CXXFLAGS) $(CXXFLAGS) -c -o libtcmalloc_internal_la-span.lo `test -f 'src/span.cc' || echo '$(srcdir)/'`src/span.cc
35775821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
35785821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)libtcmalloc_internal_la-stack_trace_table.lo: src/stack_trace_table.cc
35795821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtcmalloc_internal_la_CXXFLAGS) $(CXXFLAGS) -MT libtcmalloc_internal_la-stack_trace_table.lo -MD -MP -MF $(DEPDIR)/libtcmalloc_internal_la-stack_trace_table.Tpo -c -o libtcmalloc_internal_la-stack_trace_table.lo `test -f 'src/stack_trace_table.cc' || echo '$(srcdir)/'`src/stack_trace_table.cc
35805821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/libtcmalloc_internal_la-stack_trace_table.Tpo $(DEPDIR)/libtcmalloc_internal_la-stack_trace_table.Plo
35815821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/stack_trace_table.cc' object='libtcmalloc_internal_la-stack_trace_table.lo' libtool=yes @AMDEPBACKSLASH@
35825821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
35835821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtcmalloc_internal_la_CXXFLAGS) $(CXXFLAGS) -c -o libtcmalloc_internal_la-stack_trace_table.lo `test -f 'src/stack_trace_table.cc' || echo '$(srcdir)/'`src/stack_trace_table.cc
35845821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
35855821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)libtcmalloc_internal_la-static_vars.lo: src/static_vars.cc
35865821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtcmalloc_internal_la_CXXFLAGS) $(CXXFLAGS) -MT libtcmalloc_internal_la-static_vars.lo -MD -MP -MF $(DEPDIR)/libtcmalloc_internal_la-static_vars.Tpo -c -o libtcmalloc_internal_la-static_vars.lo `test -f 'src/static_vars.cc' || echo '$(srcdir)/'`src/static_vars.cc
35875821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/libtcmalloc_internal_la-static_vars.Tpo $(DEPDIR)/libtcmalloc_internal_la-static_vars.Plo
35885821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/static_vars.cc' object='libtcmalloc_internal_la-static_vars.lo' libtool=yes @AMDEPBACKSLASH@
35895821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
35905821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtcmalloc_internal_la_CXXFLAGS) $(CXXFLAGS) -c -o libtcmalloc_internal_la-static_vars.lo `test -f 'src/static_vars.cc' || echo '$(srcdir)/'`src/static_vars.cc
35915821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
35925821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)libtcmalloc_internal_la-symbolize.lo: src/symbolize.cc
35935821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtcmalloc_internal_la_CXXFLAGS) $(CXXFLAGS) -MT libtcmalloc_internal_la-symbolize.lo -MD -MP -MF $(DEPDIR)/libtcmalloc_internal_la-symbolize.Tpo -c -o libtcmalloc_internal_la-symbolize.lo `test -f 'src/symbolize.cc' || echo '$(srcdir)/'`src/symbolize.cc
35945821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/libtcmalloc_internal_la-symbolize.Tpo $(DEPDIR)/libtcmalloc_internal_la-symbolize.Plo
35955821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/symbolize.cc' object='libtcmalloc_internal_la-symbolize.lo' libtool=yes @AMDEPBACKSLASH@
35965821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
35975821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtcmalloc_internal_la_CXXFLAGS) $(CXXFLAGS) -c -o libtcmalloc_internal_la-symbolize.lo `test -f 'src/symbolize.cc' || echo '$(srcdir)/'`src/symbolize.cc
35985821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
35995821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)libtcmalloc_internal_la-thread_cache.lo: src/thread_cache.cc
36005821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtcmalloc_internal_la_CXXFLAGS) $(CXXFLAGS) -MT libtcmalloc_internal_la-thread_cache.lo -MD -MP -MF $(DEPDIR)/libtcmalloc_internal_la-thread_cache.Tpo -c -o libtcmalloc_internal_la-thread_cache.lo `test -f 'src/thread_cache.cc' || echo '$(srcdir)/'`src/thread_cache.cc
36015821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/libtcmalloc_internal_la-thread_cache.Tpo $(DEPDIR)/libtcmalloc_internal_la-thread_cache.Plo
36025821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/thread_cache.cc' object='libtcmalloc_internal_la-thread_cache.lo' libtool=yes @AMDEPBACKSLASH@
36035821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
36045821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtcmalloc_internal_la_CXXFLAGS) $(CXXFLAGS) -c -o libtcmalloc_internal_la-thread_cache.lo `test -f 'src/thread_cache.cc' || echo '$(srcdir)/'`src/thread_cache.cc
36055821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
36065821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)libtcmalloc_internal_la-malloc_hook.lo: src/malloc_hook.cc
36075821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtcmalloc_internal_la_CXXFLAGS) $(CXXFLAGS) -MT libtcmalloc_internal_la-malloc_hook.lo -MD -MP -MF $(DEPDIR)/libtcmalloc_internal_la-malloc_hook.Tpo -c -o libtcmalloc_internal_la-malloc_hook.lo `test -f 'src/malloc_hook.cc' || echo '$(srcdir)/'`src/malloc_hook.cc
36085821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/libtcmalloc_internal_la-malloc_hook.Tpo $(DEPDIR)/libtcmalloc_internal_la-malloc_hook.Plo
36095821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/malloc_hook.cc' object='libtcmalloc_internal_la-malloc_hook.lo' libtool=yes @AMDEPBACKSLASH@
36105821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
36115821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtcmalloc_internal_la_CXXFLAGS) $(CXXFLAGS) -c -o libtcmalloc_internal_la-malloc_hook.lo `test -f 'src/malloc_hook.cc' || echo '$(srcdir)/'`src/malloc_hook.cc
36125821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
36135821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)libtcmalloc_internal_la-malloc_extension.lo: src/malloc_extension.cc
36145821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtcmalloc_internal_la_CXXFLAGS) $(CXXFLAGS) -MT libtcmalloc_internal_la-malloc_extension.lo -MD -MP -MF $(DEPDIR)/libtcmalloc_internal_la-malloc_extension.Tpo -c -o libtcmalloc_internal_la-malloc_extension.lo `test -f 'src/malloc_extension.cc' || echo '$(srcdir)/'`src/malloc_extension.cc
36155821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/libtcmalloc_internal_la-malloc_extension.Tpo $(DEPDIR)/libtcmalloc_internal_la-malloc_extension.Plo
36165821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/malloc_extension.cc' object='libtcmalloc_internal_la-malloc_extension.lo' libtool=yes @AMDEPBACKSLASH@
36175821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
36185821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtcmalloc_internal_la_CXXFLAGS) $(CXXFLAGS) -c -o libtcmalloc_internal_la-malloc_extension.lo `test -f 'src/malloc_extension.cc' || echo '$(srcdir)/'`src/malloc_extension.cc
36195821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
36205821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)libtcmalloc_internal_la-maybe_threads.lo: src/maybe_threads.cc
36215821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtcmalloc_internal_la_CXXFLAGS) $(CXXFLAGS) -MT libtcmalloc_internal_la-maybe_threads.lo -MD -MP -MF $(DEPDIR)/libtcmalloc_internal_la-maybe_threads.Tpo -c -o libtcmalloc_internal_la-maybe_threads.lo `test -f 'src/maybe_threads.cc' || echo '$(srcdir)/'`src/maybe_threads.cc
36225821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/libtcmalloc_internal_la-maybe_threads.Tpo $(DEPDIR)/libtcmalloc_internal_la-maybe_threads.Plo
36235821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/maybe_threads.cc' object='libtcmalloc_internal_la-maybe_threads.lo' libtool=yes @AMDEPBACKSLASH@
36245821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
36255821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtcmalloc_internal_la_CXXFLAGS) $(CXXFLAGS) -c -o libtcmalloc_internal_la-maybe_threads.lo `test -f 'src/maybe_threads.cc' || echo '$(srcdir)/'`src/maybe_threads.cc
36265821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
36275821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)libtcmalloc_internal_la-low_level_alloc.lo: src/base/low_level_alloc.cc
36285821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtcmalloc_internal_la_CXXFLAGS) $(CXXFLAGS) -MT libtcmalloc_internal_la-low_level_alloc.lo -MD -MP -MF $(DEPDIR)/libtcmalloc_internal_la-low_level_alloc.Tpo -c -o libtcmalloc_internal_la-low_level_alloc.lo `test -f 'src/base/low_level_alloc.cc' || echo '$(srcdir)/'`src/base/low_level_alloc.cc
36295821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/libtcmalloc_internal_la-low_level_alloc.Tpo $(DEPDIR)/libtcmalloc_internal_la-low_level_alloc.Plo
36305821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/base/low_level_alloc.cc' object='libtcmalloc_internal_la-low_level_alloc.lo' libtool=yes @AMDEPBACKSLASH@
36315821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
36325821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtcmalloc_internal_la_CXXFLAGS) $(CXXFLAGS) -c -o libtcmalloc_internal_la-low_level_alloc.lo `test -f 'src/base/low_level_alloc.cc' || echo '$(srcdir)/'`src/base/low_level_alloc.cc
36335821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
36345821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)libtcmalloc_internal_la-heap-profile-table.lo: src/heap-profile-table.cc
36355821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtcmalloc_internal_la_CXXFLAGS) $(CXXFLAGS) -MT libtcmalloc_internal_la-heap-profile-table.lo -MD -MP -MF $(DEPDIR)/libtcmalloc_internal_la-heap-profile-table.Tpo -c -o libtcmalloc_internal_la-heap-profile-table.lo `test -f 'src/heap-profile-table.cc' || echo '$(srcdir)/'`src/heap-profile-table.cc
36365821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/libtcmalloc_internal_la-heap-profile-table.Tpo $(DEPDIR)/libtcmalloc_internal_la-heap-profile-table.Plo
36375821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/heap-profile-table.cc' object='libtcmalloc_internal_la-heap-profile-table.lo' libtool=yes @AMDEPBACKSLASH@
36385821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
36395821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtcmalloc_internal_la_CXXFLAGS) $(CXXFLAGS) -c -o libtcmalloc_internal_la-heap-profile-table.lo `test -f 'src/heap-profile-table.cc' || echo '$(srcdir)/'`src/heap-profile-table.cc
36405821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
36415821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)libtcmalloc_internal_la-heap-profiler.lo: src/heap-profiler.cc
36425821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtcmalloc_internal_la_CXXFLAGS) $(CXXFLAGS) -MT libtcmalloc_internal_la-heap-profiler.lo -MD -MP -MF $(DEPDIR)/libtcmalloc_internal_la-heap-profiler.Tpo -c -o libtcmalloc_internal_la-heap-profiler.lo `test -f 'src/heap-profiler.cc' || echo '$(srcdir)/'`src/heap-profiler.cc
36435821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/libtcmalloc_internal_la-heap-profiler.Tpo $(DEPDIR)/libtcmalloc_internal_la-heap-profiler.Plo
36445821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/heap-profiler.cc' object='libtcmalloc_internal_la-heap-profiler.lo' libtool=yes @AMDEPBACKSLASH@
36455821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
36465821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtcmalloc_internal_la_CXXFLAGS) $(CXXFLAGS) -c -o libtcmalloc_internal_la-heap-profiler.lo `test -f 'src/heap-profiler.cc' || echo '$(srcdir)/'`src/heap-profiler.cc
36475821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
36485821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)libtcmalloc_internal_la-raw_printer.lo: src/raw_printer.cc
36495821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtcmalloc_internal_la_CXXFLAGS) $(CXXFLAGS) -MT libtcmalloc_internal_la-raw_printer.lo -MD -MP -MF $(DEPDIR)/libtcmalloc_internal_la-raw_printer.Tpo -c -o libtcmalloc_internal_la-raw_printer.lo `test -f 'src/raw_printer.cc' || echo '$(srcdir)/'`src/raw_printer.cc
36505821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/libtcmalloc_internal_la-raw_printer.Tpo $(DEPDIR)/libtcmalloc_internal_la-raw_printer.Plo
36515821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/raw_printer.cc' object='libtcmalloc_internal_la-raw_printer.lo' libtool=yes @AMDEPBACKSLASH@
36525821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
36535821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtcmalloc_internal_la_CXXFLAGS) $(CXXFLAGS) -c -o libtcmalloc_internal_la-raw_printer.lo `test -f 'src/raw_printer.cc' || echo '$(srcdir)/'`src/raw_printer.cc
36545821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
36555821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)libtcmalloc_internal_la-memory_region_map.lo: src/memory_region_map.cc
36565821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtcmalloc_internal_la_CXXFLAGS) $(CXXFLAGS) -MT libtcmalloc_internal_la-memory_region_map.lo -MD -MP -MF $(DEPDIR)/libtcmalloc_internal_la-memory_region_map.Tpo -c -o libtcmalloc_internal_la-memory_region_map.lo `test -f 'src/memory_region_map.cc' || echo '$(srcdir)/'`src/memory_region_map.cc
36575821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/libtcmalloc_internal_la-memory_region_map.Tpo $(DEPDIR)/libtcmalloc_internal_la-memory_region_map.Plo
36585821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/memory_region_map.cc' object='libtcmalloc_internal_la-memory_region_map.lo' libtool=yes @AMDEPBACKSLASH@
36595821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
36605821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtcmalloc_internal_la_CXXFLAGS) $(CXXFLAGS) -c -o libtcmalloc_internal_la-memory_region_map.lo `test -f 'src/memory_region_map.cc' || echo '$(srcdir)/'`src/memory_region_map.cc
36615821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
36625821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)libtcmalloc_minimal_la-tcmalloc.lo: src/tcmalloc.cc
36635821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtcmalloc_minimal_la_CXXFLAGS) $(CXXFLAGS) -MT libtcmalloc_minimal_la-tcmalloc.lo -MD -MP -MF $(DEPDIR)/libtcmalloc_minimal_la-tcmalloc.Tpo -c -o libtcmalloc_minimal_la-tcmalloc.lo `test -f 'src/tcmalloc.cc' || echo '$(srcdir)/'`src/tcmalloc.cc
36645821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/libtcmalloc_minimal_la-tcmalloc.Tpo $(DEPDIR)/libtcmalloc_minimal_la-tcmalloc.Plo
36655821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/tcmalloc.cc' object='libtcmalloc_minimal_la-tcmalloc.lo' libtool=yes @AMDEPBACKSLASH@
36665821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
36675821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtcmalloc_minimal_la_CXXFLAGS) $(CXXFLAGS) -c -o libtcmalloc_minimal_la-tcmalloc.lo `test -f 'src/tcmalloc.cc' || echo '$(srcdir)/'`src/tcmalloc.cc
36685821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
36695821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)libtcmalloc_minimal_debug_la-debugallocation.lo: src/debugallocation.cc
36705821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtcmalloc_minimal_debug_la_CXXFLAGS) $(CXXFLAGS) -MT libtcmalloc_minimal_debug_la-debugallocation.lo -MD -MP -MF $(DEPDIR)/libtcmalloc_minimal_debug_la-debugallocation.Tpo -c -o libtcmalloc_minimal_debug_la-debugallocation.lo `test -f 'src/debugallocation.cc' || echo '$(srcdir)/'`src/debugallocation.cc
36715821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/libtcmalloc_minimal_debug_la-debugallocation.Tpo $(DEPDIR)/libtcmalloc_minimal_debug_la-debugallocation.Plo
36725821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/debugallocation.cc' object='libtcmalloc_minimal_debug_la-debugallocation.lo' libtool=yes @AMDEPBACKSLASH@
36735821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
36745821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtcmalloc_minimal_debug_la_CXXFLAGS) $(CXXFLAGS) -c -o libtcmalloc_minimal_debug_la-debugallocation.lo `test -f 'src/debugallocation.cc' || echo '$(srcdir)/'`src/debugallocation.cc
36755821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
36765821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)libtcmalloc_minimal_internal_la-common.lo: src/common.cc
36775821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtcmalloc_minimal_internal_la_CXXFLAGS) $(CXXFLAGS) -MT libtcmalloc_minimal_internal_la-common.lo -MD -MP -MF $(DEPDIR)/libtcmalloc_minimal_internal_la-common.Tpo -c -o libtcmalloc_minimal_internal_la-common.lo `test -f 'src/common.cc' || echo '$(srcdir)/'`src/common.cc
36785821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/libtcmalloc_minimal_internal_la-common.Tpo $(DEPDIR)/libtcmalloc_minimal_internal_la-common.Plo
36795821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/common.cc' object='libtcmalloc_minimal_internal_la-common.lo' libtool=yes @AMDEPBACKSLASH@
36805821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
36815821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtcmalloc_minimal_internal_la_CXXFLAGS) $(CXXFLAGS) -c -o libtcmalloc_minimal_internal_la-common.lo `test -f 'src/common.cc' || echo '$(srcdir)/'`src/common.cc
36825821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
36835821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)libtcmalloc_minimal_internal_la-internal_logging.lo: src/internal_logging.cc
36845821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtcmalloc_minimal_internal_la_CXXFLAGS) $(CXXFLAGS) -MT libtcmalloc_minimal_internal_la-internal_logging.lo -MD -MP -MF $(DEPDIR)/libtcmalloc_minimal_internal_la-internal_logging.Tpo -c -o libtcmalloc_minimal_internal_la-internal_logging.lo `test -f 'src/internal_logging.cc' || echo '$(srcdir)/'`src/internal_logging.cc
36855821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/libtcmalloc_minimal_internal_la-internal_logging.Tpo $(DEPDIR)/libtcmalloc_minimal_internal_la-internal_logging.Plo
36865821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/internal_logging.cc' object='libtcmalloc_minimal_internal_la-internal_logging.lo' libtool=yes @AMDEPBACKSLASH@
36875821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
36885821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtcmalloc_minimal_internal_la_CXXFLAGS) $(CXXFLAGS) -c -o libtcmalloc_minimal_internal_la-internal_logging.lo `test -f 'src/internal_logging.cc' || echo '$(srcdir)/'`src/internal_logging.cc
36895821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
36905821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)libtcmalloc_minimal_internal_la-system-alloc.lo: src/system-alloc.cc
36915821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtcmalloc_minimal_internal_la_CXXFLAGS) $(CXXFLAGS) -MT libtcmalloc_minimal_internal_la-system-alloc.lo -MD -MP -MF $(DEPDIR)/libtcmalloc_minimal_internal_la-system-alloc.Tpo -c -o libtcmalloc_minimal_internal_la-system-alloc.lo `test -f 'src/system-alloc.cc' || echo '$(srcdir)/'`src/system-alloc.cc
36925821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/libtcmalloc_minimal_internal_la-system-alloc.Tpo $(DEPDIR)/libtcmalloc_minimal_internal_la-system-alloc.Plo
36935821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/system-alloc.cc' object='libtcmalloc_minimal_internal_la-system-alloc.lo' libtool=yes @AMDEPBACKSLASH@
36945821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
36955821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtcmalloc_minimal_internal_la_CXXFLAGS) $(CXXFLAGS) -c -o libtcmalloc_minimal_internal_la-system-alloc.lo `test -f 'src/system-alloc.cc' || echo '$(srcdir)/'`src/system-alloc.cc
36965821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
36975821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)libtcmalloc_minimal_internal_la-memfs_malloc.lo: src/memfs_malloc.cc
36985821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtcmalloc_minimal_internal_la_CXXFLAGS) $(CXXFLAGS) -MT libtcmalloc_minimal_internal_la-memfs_malloc.lo -MD -MP -MF $(DEPDIR)/libtcmalloc_minimal_internal_la-memfs_malloc.Tpo -c -o libtcmalloc_minimal_internal_la-memfs_malloc.lo `test -f 'src/memfs_malloc.cc' || echo '$(srcdir)/'`src/memfs_malloc.cc
36995821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/libtcmalloc_minimal_internal_la-memfs_malloc.Tpo $(DEPDIR)/libtcmalloc_minimal_internal_la-memfs_malloc.Plo
37005821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/memfs_malloc.cc' object='libtcmalloc_minimal_internal_la-memfs_malloc.lo' libtool=yes @AMDEPBACKSLASH@
37015821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
37025821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtcmalloc_minimal_internal_la_CXXFLAGS) $(CXXFLAGS) -c -o libtcmalloc_minimal_internal_la-memfs_malloc.lo `test -f 'src/memfs_malloc.cc' || echo '$(srcdir)/'`src/memfs_malloc.cc
37035821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
37045821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)libtcmalloc_minimal_internal_la-central_freelist.lo: src/central_freelist.cc
37055821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtcmalloc_minimal_internal_la_CXXFLAGS) $(CXXFLAGS) -MT libtcmalloc_minimal_internal_la-central_freelist.lo -MD -MP -MF $(DEPDIR)/libtcmalloc_minimal_internal_la-central_freelist.Tpo -c -o libtcmalloc_minimal_internal_la-central_freelist.lo `test -f 'src/central_freelist.cc' || echo '$(srcdir)/'`src/central_freelist.cc
37065821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/libtcmalloc_minimal_internal_la-central_freelist.Tpo $(DEPDIR)/libtcmalloc_minimal_internal_la-central_freelist.Plo
37075821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/central_freelist.cc' object='libtcmalloc_minimal_internal_la-central_freelist.lo' libtool=yes @AMDEPBACKSLASH@
37085821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
37095821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtcmalloc_minimal_internal_la_CXXFLAGS) $(CXXFLAGS) -c -o libtcmalloc_minimal_internal_la-central_freelist.lo `test -f 'src/central_freelist.cc' || echo '$(srcdir)/'`src/central_freelist.cc
37105821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
37115821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)libtcmalloc_minimal_internal_la-page_heap.lo: src/page_heap.cc
37125821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtcmalloc_minimal_internal_la_CXXFLAGS) $(CXXFLAGS) -MT libtcmalloc_minimal_internal_la-page_heap.lo -MD -MP -MF $(DEPDIR)/libtcmalloc_minimal_internal_la-page_heap.Tpo -c -o libtcmalloc_minimal_internal_la-page_heap.lo `test -f 'src/page_heap.cc' || echo '$(srcdir)/'`src/page_heap.cc
37135821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/libtcmalloc_minimal_internal_la-page_heap.Tpo $(DEPDIR)/libtcmalloc_minimal_internal_la-page_heap.Plo
37145821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/page_heap.cc' object='libtcmalloc_minimal_internal_la-page_heap.lo' libtool=yes @AMDEPBACKSLASH@
37155821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
37165821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtcmalloc_minimal_internal_la_CXXFLAGS) $(CXXFLAGS) -c -o libtcmalloc_minimal_internal_la-page_heap.lo `test -f 'src/page_heap.cc' || echo '$(srcdir)/'`src/page_heap.cc
37175821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
37185821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)libtcmalloc_minimal_internal_la-sampler.lo: src/sampler.cc
37195821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtcmalloc_minimal_internal_la_CXXFLAGS) $(CXXFLAGS) -MT libtcmalloc_minimal_internal_la-sampler.lo -MD -MP -MF $(DEPDIR)/libtcmalloc_minimal_internal_la-sampler.Tpo -c -o libtcmalloc_minimal_internal_la-sampler.lo `test -f 'src/sampler.cc' || echo '$(srcdir)/'`src/sampler.cc
37205821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/libtcmalloc_minimal_internal_la-sampler.Tpo $(DEPDIR)/libtcmalloc_minimal_internal_la-sampler.Plo
37215821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/sampler.cc' object='libtcmalloc_minimal_internal_la-sampler.lo' libtool=yes @AMDEPBACKSLASH@
37225821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
37235821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtcmalloc_minimal_internal_la_CXXFLAGS) $(CXXFLAGS) -c -o libtcmalloc_minimal_internal_la-sampler.lo `test -f 'src/sampler.cc' || echo '$(srcdir)/'`src/sampler.cc
37245821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
37255821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)libtcmalloc_minimal_internal_la-span.lo: src/span.cc
37265821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtcmalloc_minimal_internal_la_CXXFLAGS) $(CXXFLAGS) -MT libtcmalloc_minimal_internal_la-span.lo -MD -MP -MF $(DEPDIR)/libtcmalloc_minimal_internal_la-span.Tpo -c -o libtcmalloc_minimal_internal_la-span.lo `test -f 'src/span.cc' || echo '$(srcdir)/'`src/span.cc
37275821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/libtcmalloc_minimal_internal_la-span.Tpo $(DEPDIR)/libtcmalloc_minimal_internal_la-span.Plo
37285821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/span.cc' object='libtcmalloc_minimal_internal_la-span.lo' libtool=yes @AMDEPBACKSLASH@
37295821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
37305821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtcmalloc_minimal_internal_la_CXXFLAGS) $(CXXFLAGS) -c -o libtcmalloc_minimal_internal_la-span.lo `test -f 'src/span.cc' || echo '$(srcdir)/'`src/span.cc
37315821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
37325821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)libtcmalloc_minimal_internal_la-stack_trace_table.lo: src/stack_trace_table.cc
37335821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtcmalloc_minimal_internal_la_CXXFLAGS) $(CXXFLAGS) -MT libtcmalloc_minimal_internal_la-stack_trace_table.lo -MD -MP -MF $(DEPDIR)/libtcmalloc_minimal_internal_la-stack_trace_table.Tpo -c -o libtcmalloc_minimal_internal_la-stack_trace_table.lo `test -f 'src/stack_trace_table.cc' || echo '$(srcdir)/'`src/stack_trace_table.cc
37345821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/libtcmalloc_minimal_internal_la-stack_trace_table.Tpo $(DEPDIR)/libtcmalloc_minimal_internal_la-stack_trace_table.Plo
37355821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/stack_trace_table.cc' object='libtcmalloc_minimal_internal_la-stack_trace_table.lo' libtool=yes @AMDEPBACKSLASH@
37365821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
37375821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtcmalloc_minimal_internal_la_CXXFLAGS) $(CXXFLAGS) -c -o libtcmalloc_minimal_internal_la-stack_trace_table.lo `test -f 'src/stack_trace_table.cc' || echo '$(srcdir)/'`src/stack_trace_table.cc
37385821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
37395821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)libtcmalloc_minimal_internal_la-static_vars.lo: src/static_vars.cc
37405821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtcmalloc_minimal_internal_la_CXXFLAGS) $(CXXFLAGS) -MT libtcmalloc_minimal_internal_la-static_vars.lo -MD -MP -MF $(DEPDIR)/libtcmalloc_minimal_internal_la-static_vars.Tpo -c -o libtcmalloc_minimal_internal_la-static_vars.lo `test -f 'src/static_vars.cc' || echo '$(srcdir)/'`src/static_vars.cc
37415821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/libtcmalloc_minimal_internal_la-static_vars.Tpo $(DEPDIR)/libtcmalloc_minimal_internal_la-static_vars.Plo
37425821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/static_vars.cc' object='libtcmalloc_minimal_internal_la-static_vars.lo' libtool=yes @AMDEPBACKSLASH@
37435821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
37445821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtcmalloc_minimal_internal_la_CXXFLAGS) $(CXXFLAGS) -c -o libtcmalloc_minimal_internal_la-static_vars.lo `test -f 'src/static_vars.cc' || echo '$(srcdir)/'`src/static_vars.cc
37455821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
37465821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)libtcmalloc_minimal_internal_la-symbolize.lo: src/symbolize.cc
37475821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtcmalloc_minimal_internal_la_CXXFLAGS) $(CXXFLAGS) -MT libtcmalloc_minimal_internal_la-symbolize.lo -MD -MP -MF $(DEPDIR)/libtcmalloc_minimal_internal_la-symbolize.Tpo -c -o libtcmalloc_minimal_internal_la-symbolize.lo `test -f 'src/symbolize.cc' || echo '$(srcdir)/'`src/symbolize.cc
37485821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/libtcmalloc_minimal_internal_la-symbolize.Tpo $(DEPDIR)/libtcmalloc_minimal_internal_la-symbolize.Plo
37495821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/symbolize.cc' object='libtcmalloc_minimal_internal_la-symbolize.lo' libtool=yes @AMDEPBACKSLASH@
37505821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
37515821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtcmalloc_minimal_internal_la_CXXFLAGS) $(CXXFLAGS) -c -o libtcmalloc_minimal_internal_la-symbolize.lo `test -f 'src/symbolize.cc' || echo '$(srcdir)/'`src/symbolize.cc
37525821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
37535821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)libtcmalloc_minimal_internal_la-thread_cache.lo: src/thread_cache.cc
37545821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtcmalloc_minimal_internal_la_CXXFLAGS) $(CXXFLAGS) -MT libtcmalloc_minimal_internal_la-thread_cache.lo -MD -MP -MF $(DEPDIR)/libtcmalloc_minimal_internal_la-thread_cache.Tpo -c -o libtcmalloc_minimal_internal_la-thread_cache.lo `test -f 'src/thread_cache.cc' || echo '$(srcdir)/'`src/thread_cache.cc
37555821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/libtcmalloc_minimal_internal_la-thread_cache.Tpo $(DEPDIR)/libtcmalloc_minimal_internal_la-thread_cache.Plo
37565821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/thread_cache.cc' object='libtcmalloc_minimal_internal_la-thread_cache.lo' libtool=yes @AMDEPBACKSLASH@
37575821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
37585821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtcmalloc_minimal_internal_la_CXXFLAGS) $(CXXFLAGS) -c -o libtcmalloc_minimal_internal_la-thread_cache.lo `test -f 'src/thread_cache.cc' || echo '$(srcdir)/'`src/thread_cache.cc
37595821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
37605821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)libtcmalloc_minimal_internal_la-malloc_hook.lo: src/malloc_hook.cc
37615821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtcmalloc_minimal_internal_la_CXXFLAGS) $(CXXFLAGS) -MT libtcmalloc_minimal_internal_la-malloc_hook.lo -MD -MP -MF $(DEPDIR)/libtcmalloc_minimal_internal_la-malloc_hook.Tpo -c -o libtcmalloc_minimal_internal_la-malloc_hook.lo `test -f 'src/malloc_hook.cc' || echo '$(srcdir)/'`src/malloc_hook.cc
37625821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/libtcmalloc_minimal_internal_la-malloc_hook.Tpo $(DEPDIR)/libtcmalloc_minimal_internal_la-malloc_hook.Plo
37635821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/malloc_hook.cc' object='libtcmalloc_minimal_internal_la-malloc_hook.lo' libtool=yes @AMDEPBACKSLASH@
37645821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
37655821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtcmalloc_minimal_internal_la_CXXFLAGS) $(CXXFLAGS) -c -o libtcmalloc_minimal_internal_la-malloc_hook.lo `test -f 'src/malloc_hook.cc' || echo '$(srcdir)/'`src/malloc_hook.cc
37665821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
37675821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)libtcmalloc_minimal_internal_la-malloc_extension.lo: src/malloc_extension.cc
37685821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtcmalloc_minimal_internal_la_CXXFLAGS) $(CXXFLAGS) -MT libtcmalloc_minimal_internal_la-malloc_extension.lo -MD -MP -MF $(DEPDIR)/libtcmalloc_minimal_internal_la-malloc_extension.Tpo -c -o libtcmalloc_minimal_internal_la-malloc_extension.lo `test -f 'src/malloc_extension.cc' || echo '$(srcdir)/'`src/malloc_extension.cc
37695821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/libtcmalloc_minimal_internal_la-malloc_extension.Tpo $(DEPDIR)/libtcmalloc_minimal_internal_la-malloc_extension.Plo
37705821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/malloc_extension.cc' object='libtcmalloc_minimal_internal_la-malloc_extension.lo' libtool=yes @AMDEPBACKSLASH@
37715821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
37725821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtcmalloc_minimal_internal_la_CXXFLAGS) $(CXXFLAGS) -c -o libtcmalloc_minimal_internal_la-malloc_extension.lo `test -f 'src/malloc_extension.cc' || echo '$(srcdir)/'`src/malloc_extension.cc
37735821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
37745821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)libtcmalloc_minimal_internal_la-maybe_threads.lo: src/maybe_threads.cc
37755821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtcmalloc_minimal_internal_la_CXXFLAGS) $(CXXFLAGS) -MT libtcmalloc_minimal_internal_la-maybe_threads.lo -MD -MP -MF $(DEPDIR)/libtcmalloc_minimal_internal_la-maybe_threads.Tpo -c -o libtcmalloc_minimal_internal_la-maybe_threads.lo `test -f 'src/maybe_threads.cc' || echo '$(srcdir)/'`src/maybe_threads.cc
37765821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/libtcmalloc_minimal_internal_la-maybe_threads.Tpo $(DEPDIR)/libtcmalloc_minimal_internal_la-maybe_threads.Plo
37775821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/maybe_threads.cc' object='libtcmalloc_minimal_internal_la-maybe_threads.lo' libtool=yes @AMDEPBACKSLASH@
37785821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
37795821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtcmalloc_minimal_internal_la_CXXFLAGS) $(CXXFLAGS) -c -o libtcmalloc_minimal_internal_la-maybe_threads.lo `test -f 'src/maybe_threads.cc' || echo '$(srcdir)/'`src/maybe_threads.cc
37805821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
37815821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)port.lo: src/windows/port.cc
37825821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT port.lo -MD -MP -MF $(DEPDIR)/port.Tpo -c -o port.lo `test -f 'src/windows/port.cc' || echo '$(srcdir)/'`src/windows/port.cc
37835821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/port.Tpo $(DEPDIR)/port.Plo
37845821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/windows/port.cc' object='port.lo' libtool=yes @AMDEPBACKSLASH@
37855821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
37865821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o port.lo `test -f 'src/windows/port.cc' || echo '$(srcdir)/'`src/windows/port.cc
37875821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
37885821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)ia32_modrm_map.lo: src/windows/ia32_modrm_map.cc
37895821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT ia32_modrm_map.lo -MD -MP -MF $(DEPDIR)/ia32_modrm_map.Tpo -c -o ia32_modrm_map.lo `test -f 'src/windows/ia32_modrm_map.cc' || echo '$(srcdir)/'`src/windows/ia32_modrm_map.cc
37905821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/ia32_modrm_map.Tpo $(DEPDIR)/ia32_modrm_map.Plo
37915821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/windows/ia32_modrm_map.cc' object='ia32_modrm_map.lo' libtool=yes @AMDEPBACKSLASH@
37925821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
37935821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o ia32_modrm_map.lo `test -f 'src/windows/ia32_modrm_map.cc' || echo '$(srcdir)/'`src/windows/ia32_modrm_map.cc
37945821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
37955821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)ia32_opcode_map.lo: src/windows/ia32_opcode_map.cc
37965821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT ia32_opcode_map.lo -MD -MP -MF $(DEPDIR)/ia32_opcode_map.Tpo -c -o ia32_opcode_map.lo `test -f 'src/windows/ia32_opcode_map.cc' || echo '$(srcdir)/'`src/windows/ia32_opcode_map.cc
37975821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/ia32_opcode_map.Tpo $(DEPDIR)/ia32_opcode_map.Plo
37985821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/windows/ia32_opcode_map.cc' object='ia32_opcode_map.lo' libtool=yes @AMDEPBACKSLASH@
37995821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
38005821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o ia32_opcode_map.lo `test -f 'src/windows/ia32_opcode_map.cc' || echo '$(srcdir)/'`src/windows/ia32_opcode_map.cc
38015821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
38025821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)mini_disassembler.lo: src/windows/mini_disassembler.cc
38035821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT mini_disassembler.lo -MD -MP -MF $(DEPDIR)/mini_disassembler.Tpo -c -o mini_disassembler.lo `test -f 'src/windows/mini_disassembler.cc' || echo '$(srcdir)/'`src/windows/mini_disassembler.cc
38045821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/mini_disassembler.Tpo $(DEPDIR)/mini_disassembler.Plo
38055821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/windows/mini_disassembler.cc' object='mini_disassembler.lo' libtool=yes @AMDEPBACKSLASH@
38065821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
38075821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o mini_disassembler.lo `test -f 'src/windows/mini_disassembler.cc' || echo '$(srcdir)/'`src/windows/mini_disassembler.cc
38085821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
38095821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)patch_functions.lo: src/windows/patch_functions.cc
38105821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT patch_functions.lo -MD -MP -MF $(DEPDIR)/patch_functions.Tpo -c -o patch_functions.lo `test -f 'src/windows/patch_functions.cc' || echo '$(srcdir)/'`src/windows/patch_functions.cc
38115821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/patch_functions.Tpo $(DEPDIR)/patch_functions.Plo
38125821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/windows/patch_functions.cc' object='patch_functions.lo' libtool=yes @AMDEPBACKSLASH@
38135821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
38145821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o patch_functions.lo `test -f 'src/windows/patch_functions.cc' || echo '$(srcdir)/'`src/windows/patch_functions.cc
38155821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
38165821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)preamble_patcher.lo: src/windows/preamble_patcher.cc
38175821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT preamble_patcher.lo -MD -MP -MF $(DEPDIR)/preamble_patcher.Tpo -c -o preamble_patcher.lo `test -f 'src/windows/preamble_patcher.cc' || echo '$(srcdir)/'`src/windows/preamble_patcher.cc
38185821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/preamble_patcher.Tpo $(DEPDIR)/preamble_patcher.Plo
38195821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/windows/preamble_patcher.cc' object='preamble_patcher.lo' libtool=yes @AMDEPBACKSLASH@
38205821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
38215821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o preamble_patcher.lo `test -f 'src/windows/preamble_patcher.cc' || echo '$(srcdir)/'`src/windows/preamble_patcher.cc
38225821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
38235821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)preamble_patcher_with_stub.lo: src/windows/preamble_patcher_with_stub.cc
38245821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT preamble_patcher_with_stub.lo -MD -MP -MF $(DEPDIR)/preamble_patcher_with_stub.Tpo -c -o preamble_patcher_with_stub.lo `test -f 'src/windows/preamble_patcher_with_stub.cc' || echo '$(srcdir)/'`src/windows/preamble_patcher_with_stub.cc
38255821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/preamble_patcher_with_stub.Tpo $(DEPDIR)/preamble_patcher_with_stub.Plo
38265821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/windows/preamble_patcher_with_stub.cc' object='preamble_patcher_with_stub.lo' libtool=yes @AMDEPBACKSLASH@
38275821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
38285821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o preamble_patcher_with_stub.lo `test -f 'src/windows/preamble_patcher_with_stub.cc' || echo '$(srcdir)/'`src/windows/preamble_patcher_with_stub.cc
38295821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
38305821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)addressmap_unittest-addressmap_unittest.o: src/tests/addressmap_unittest.cc
38315821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(addressmap_unittest_CXXFLAGS) $(CXXFLAGS) -MT addressmap_unittest-addressmap_unittest.o -MD -MP -MF $(DEPDIR)/addressmap_unittest-addressmap_unittest.Tpo -c -o addressmap_unittest-addressmap_unittest.o `test -f 'src/tests/addressmap_unittest.cc' || echo '$(srcdir)/'`src/tests/addressmap_unittest.cc
38325821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/addressmap_unittest-addressmap_unittest.Tpo $(DEPDIR)/addressmap_unittest-addressmap_unittest.Po
38335821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/tests/addressmap_unittest.cc' object='addressmap_unittest-addressmap_unittest.o' libtool=no @AMDEPBACKSLASH@
38345821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
38355821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(addressmap_unittest_CXXFLAGS) $(CXXFLAGS) -c -o addressmap_unittest-addressmap_unittest.o `test -f 'src/tests/addressmap_unittest.cc' || echo '$(srcdir)/'`src/tests/addressmap_unittest.cc
38365821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
38375821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)addressmap_unittest-addressmap_unittest.obj: src/tests/addressmap_unittest.cc
38385821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(addressmap_unittest_CXXFLAGS) $(CXXFLAGS) -MT addressmap_unittest-addressmap_unittest.obj -MD -MP -MF $(DEPDIR)/addressmap_unittest-addressmap_unittest.Tpo -c -o addressmap_unittest-addressmap_unittest.obj `if test -f 'src/tests/addressmap_unittest.cc'; then $(CYGPATH_W) 'src/tests/addressmap_unittest.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/addressmap_unittest.cc'; fi`
38395821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/addressmap_unittest-addressmap_unittest.Tpo $(DEPDIR)/addressmap_unittest-addressmap_unittest.Po
38405821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/tests/addressmap_unittest.cc' object='addressmap_unittest-addressmap_unittest.obj' libtool=no @AMDEPBACKSLASH@
38415821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
38425821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(addressmap_unittest_CXXFLAGS) $(CXXFLAGS) -c -o addressmap_unittest-addressmap_unittest.obj `if test -f 'src/tests/addressmap_unittest.cc'; then $(CYGPATH_W) 'src/tests/addressmap_unittest.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/addressmap_unittest.cc'; fi`
38435821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
38445821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)addressmap_unittest-port.o: src/windows/port.cc
38455821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(addressmap_unittest_CXXFLAGS) $(CXXFLAGS) -MT addressmap_unittest-port.o -MD -MP -MF $(DEPDIR)/addressmap_unittest-port.Tpo -c -o addressmap_unittest-port.o `test -f 'src/windows/port.cc' || echo '$(srcdir)/'`src/windows/port.cc
38465821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/addressmap_unittest-port.Tpo $(DEPDIR)/addressmap_unittest-port.Po
38475821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/windows/port.cc' object='addressmap_unittest-port.o' libtool=no @AMDEPBACKSLASH@
38485821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
38495821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(addressmap_unittest_CXXFLAGS) $(CXXFLAGS) -c -o addressmap_unittest-port.o `test -f 'src/windows/port.cc' || echo '$(srcdir)/'`src/windows/port.cc
38505821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
38515821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)addressmap_unittest-port.obj: src/windows/port.cc
38525821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(addressmap_unittest_CXXFLAGS) $(CXXFLAGS) -MT addressmap_unittest-port.obj -MD -MP -MF $(DEPDIR)/addressmap_unittest-port.Tpo -c -o addressmap_unittest-port.obj `if test -f 'src/windows/port.cc'; then $(CYGPATH_W) 'src/windows/port.cc'; else $(CYGPATH_W) '$(srcdir)/src/windows/port.cc'; fi`
38535821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/addressmap_unittest-port.Tpo $(DEPDIR)/addressmap_unittest-port.Po
38545821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/windows/port.cc' object='addressmap_unittest-port.obj' libtool=no @AMDEPBACKSLASH@
38555821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
38565821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(addressmap_unittest_CXXFLAGS) $(CXXFLAGS) -c -o addressmap_unittest-port.obj `if test -f 'src/windows/port.cc'; then $(CYGPATH_W) 'src/windows/port.cc'; else $(CYGPATH_W) '$(srcdir)/src/windows/port.cc'; fi`
38575821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
38585821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)atomicops_unittest.o: src/tests/atomicops_unittest.cc
38595821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT atomicops_unittest.o -MD -MP -MF $(DEPDIR)/atomicops_unittest.Tpo -c -o atomicops_unittest.o `test -f 'src/tests/atomicops_unittest.cc' || echo '$(srcdir)/'`src/tests/atomicops_unittest.cc
38605821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/atomicops_unittest.Tpo $(DEPDIR)/atomicops_unittest.Po
38615821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/tests/atomicops_unittest.cc' object='atomicops_unittest.o' libtool=no @AMDEPBACKSLASH@
38625821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
38635821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o atomicops_unittest.o `test -f 'src/tests/atomicops_unittest.cc' || echo '$(srcdir)/'`src/tests/atomicops_unittest.cc
38645821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
38655821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)atomicops_unittest.obj: src/tests/atomicops_unittest.cc
38665821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT atomicops_unittest.obj -MD -MP -MF $(DEPDIR)/atomicops_unittest.Tpo -c -o atomicops_unittest.obj `if test -f 'src/tests/atomicops_unittest.cc'; then $(CYGPATH_W) 'src/tests/atomicops_unittest.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/atomicops_unittest.cc'; fi`
38675821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/atomicops_unittest.Tpo $(DEPDIR)/atomicops_unittest.Po
38685821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/tests/atomicops_unittest.cc' object='atomicops_unittest.obj' libtool=no @AMDEPBACKSLASH@
38695821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
38705821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o atomicops_unittest.obj `if test -f 'src/tests/atomicops_unittest.cc'; then $(CYGPATH_W) 'src/tests/atomicops_unittest.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/atomicops_unittest.cc'; fi`
38715821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
38725821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)current_allocated_bytes_test-current_allocated_bytes_test.o: src/tests/current_allocated_bytes_test.cc
38735821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(current_allocated_bytes_test_CXXFLAGS) $(CXXFLAGS) -MT current_allocated_bytes_test-current_allocated_bytes_test.o -MD -MP -MF $(DEPDIR)/current_allocated_bytes_test-current_allocated_bytes_test.Tpo -c -o current_allocated_bytes_test-current_allocated_bytes_test.o `test -f 'src/tests/current_allocated_bytes_test.cc' || echo '$(srcdir)/'`src/tests/current_allocated_bytes_test.cc
38745821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/current_allocated_bytes_test-current_allocated_bytes_test.Tpo $(DEPDIR)/current_allocated_bytes_test-current_allocated_bytes_test.Po
38755821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/tests/current_allocated_bytes_test.cc' object='current_allocated_bytes_test-current_allocated_bytes_test.o' libtool=no @AMDEPBACKSLASH@
38765821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
38775821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(current_allocated_bytes_test_CXXFLAGS) $(CXXFLAGS) -c -o current_allocated_bytes_test-current_allocated_bytes_test.o `test -f 'src/tests/current_allocated_bytes_test.cc' || echo '$(srcdir)/'`src/tests/current_allocated_bytes_test.cc
38785821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
38795821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)current_allocated_bytes_test-current_allocated_bytes_test.obj: src/tests/current_allocated_bytes_test.cc
38805821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(current_allocated_bytes_test_CXXFLAGS) $(CXXFLAGS) -MT current_allocated_bytes_test-current_allocated_bytes_test.obj -MD -MP -MF $(DEPDIR)/current_allocated_bytes_test-current_allocated_bytes_test.Tpo -c -o current_allocated_bytes_test-current_allocated_bytes_test.obj `if test -f 'src/tests/current_allocated_bytes_test.cc'; then $(CYGPATH_W) 'src/tests/current_allocated_bytes_test.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/current_allocated_bytes_test.cc'; fi`
38815821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/current_allocated_bytes_test-current_allocated_bytes_test.Tpo $(DEPDIR)/current_allocated_bytes_test-current_allocated_bytes_test.Po
38825821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/tests/current_allocated_bytes_test.cc' object='current_allocated_bytes_test-current_allocated_bytes_test.obj' libtool=no @AMDEPBACKSLASH@
38835821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
38845821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(current_allocated_bytes_test_CXXFLAGS) $(CXXFLAGS) -c -o current_allocated_bytes_test-current_allocated_bytes_test.obj `if test -f 'src/tests/current_allocated_bytes_test.cc'; then $(CYGPATH_W) 'src/tests/current_allocated_bytes_test.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/current_allocated_bytes_test.cc'; fi`
38855821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
38865821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)debugallocation_test-debugallocation_test.o: src/tests/debugallocation_test.cc
38875821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(debugallocation_test_CXXFLAGS) $(CXXFLAGS) -MT debugallocation_test-debugallocation_test.o -MD -MP -MF $(DEPDIR)/debugallocation_test-debugallocation_test.Tpo -c -o debugallocation_test-debugallocation_test.o `test -f 'src/tests/debugallocation_test.cc' || echo '$(srcdir)/'`src/tests/debugallocation_test.cc
38885821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/debugallocation_test-debugallocation_test.Tpo $(DEPDIR)/debugallocation_test-debugallocation_test.Po
38895821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/tests/debugallocation_test.cc' object='debugallocation_test-debugallocation_test.o' libtool=no @AMDEPBACKSLASH@
38905821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
38915821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(debugallocation_test_CXXFLAGS) $(CXXFLAGS) -c -o debugallocation_test-debugallocation_test.o `test -f 'src/tests/debugallocation_test.cc' || echo '$(srcdir)/'`src/tests/debugallocation_test.cc
38925821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
38935821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)debugallocation_test-debugallocation_test.obj: src/tests/debugallocation_test.cc
38945821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(debugallocation_test_CXXFLAGS) $(CXXFLAGS) -MT debugallocation_test-debugallocation_test.obj -MD -MP -MF $(DEPDIR)/debugallocation_test-debugallocation_test.Tpo -c -o debugallocation_test-debugallocation_test.obj `if test -f 'src/tests/debugallocation_test.cc'; then $(CYGPATH_W) 'src/tests/debugallocation_test.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/debugallocation_test.cc'; fi`
38955821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/debugallocation_test-debugallocation_test.Tpo $(DEPDIR)/debugallocation_test-debugallocation_test.Po
38965821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/tests/debugallocation_test.cc' object='debugallocation_test-debugallocation_test.obj' libtool=no @AMDEPBACKSLASH@
38975821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
38985821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(debugallocation_test_CXXFLAGS) $(CXXFLAGS) -c -o debugallocation_test-debugallocation_test.obj `if test -f 'src/tests/debugallocation_test.cc'; then $(CYGPATH_W) 'src/tests/debugallocation_test.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/debugallocation_test.cc'; fi`
38995821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
39005821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)frag_unittest-frag_unittest.o: src/tests/frag_unittest.cc
39015821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(frag_unittest_CXXFLAGS) $(CXXFLAGS) -MT frag_unittest-frag_unittest.o -MD -MP -MF $(DEPDIR)/frag_unittest-frag_unittest.Tpo -c -o frag_unittest-frag_unittest.o `test -f 'src/tests/frag_unittest.cc' || echo '$(srcdir)/'`src/tests/frag_unittest.cc
39025821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/frag_unittest-frag_unittest.Tpo $(DEPDIR)/frag_unittest-frag_unittest.Po
39035821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/tests/frag_unittest.cc' object='frag_unittest-frag_unittest.o' libtool=no @AMDEPBACKSLASH@
39045821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
39055821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(frag_unittest_CXXFLAGS) $(CXXFLAGS) -c -o frag_unittest-frag_unittest.o `test -f 'src/tests/frag_unittest.cc' || echo '$(srcdir)/'`src/tests/frag_unittest.cc
39065821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
39075821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)frag_unittest-frag_unittest.obj: src/tests/frag_unittest.cc
39085821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(frag_unittest_CXXFLAGS) $(CXXFLAGS) -MT frag_unittest-frag_unittest.obj -MD -MP -MF $(DEPDIR)/frag_unittest-frag_unittest.Tpo -c -o frag_unittest-frag_unittest.obj `if test -f 'src/tests/frag_unittest.cc'; then $(CYGPATH_W) 'src/tests/frag_unittest.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/frag_unittest.cc'; fi`
39095821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/frag_unittest-frag_unittest.Tpo $(DEPDIR)/frag_unittest-frag_unittest.Po
39105821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/tests/frag_unittest.cc' object='frag_unittest-frag_unittest.obj' libtool=no @AMDEPBACKSLASH@
39115821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
39125821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(frag_unittest_CXXFLAGS) $(CXXFLAGS) -c -o frag_unittest-frag_unittest.obj `if test -f 'src/tests/frag_unittest.cc'; then $(CYGPATH_W) 'src/tests/frag_unittest.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/frag_unittest.cc'; fi`
39135821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
39145821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)getpc_test.o: src/tests/getpc_test.cc
39155821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT getpc_test.o -MD -MP -MF $(DEPDIR)/getpc_test.Tpo -c -o getpc_test.o `test -f 'src/tests/getpc_test.cc' || echo '$(srcdir)/'`src/tests/getpc_test.cc
39165821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/getpc_test.Tpo $(DEPDIR)/getpc_test.Po
39175821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/tests/getpc_test.cc' object='getpc_test.o' libtool=no @AMDEPBACKSLASH@
39185821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
39195821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o getpc_test.o `test -f 'src/tests/getpc_test.cc' || echo '$(srcdir)/'`src/tests/getpc_test.cc
39205821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
39215821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)getpc_test.obj: src/tests/getpc_test.cc
39225821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT getpc_test.obj -MD -MP -MF $(DEPDIR)/getpc_test.Tpo -c -o getpc_test.obj `if test -f 'src/tests/getpc_test.cc'; then $(CYGPATH_W) 'src/tests/getpc_test.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/getpc_test.cc'; fi`
39235821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/getpc_test.Tpo $(DEPDIR)/getpc_test.Po
39245821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/tests/getpc_test.cc' object='getpc_test.obj' libtool=no @AMDEPBACKSLASH@
39255821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
39265821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o getpc_test.obj `if test -f 'src/tests/getpc_test.cc'; then $(CYGPATH_W) 'src/tests/getpc_test.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/getpc_test.cc'; fi`
39275821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
39285821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)heap_checker_debug_unittest-heap-checker_unittest.o: src/tests/heap-checker_unittest.cc
39295821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(heap_checker_debug_unittest_CXXFLAGS) $(CXXFLAGS) -MT heap_checker_debug_unittest-heap-checker_unittest.o -MD -MP -MF $(DEPDIR)/heap_checker_debug_unittest-heap-checker_unittest.Tpo -c -o heap_checker_debug_unittest-heap-checker_unittest.o `test -f 'src/tests/heap-checker_unittest.cc' || echo '$(srcdir)/'`src/tests/heap-checker_unittest.cc
39305821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/heap_checker_debug_unittest-heap-checker_unittest.Tpo $(DEPDIR)/heap_checker_debug_unittest-heap-checker_unittest.Po
39315821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/tests/heap-checker_unittest.cc' object='heap_checker_debug_unittest-heap-checker_unittest.o' libtool=no @AMDEPBACKSLASH@
39325821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
39335821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(heap_checker_debug_unittest_CXXFLAGS) $(CXXFLAGS) -c -o heap_checker_debug_unittest-heap-checker_unittest.o `test -f 'src/tests/heap-checker_unittest.cc' || echo '$(srcdir)/'`src/tests/heap-checker_unittest.cc
39345821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
39355821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)heap_checker_debug_unittest-heap-checker_unittest.obj: src/tests/heap-checker_unittest.cc
39365821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(heap_checker_debug_unittest_CXXFLAGS) $(CXXFLAGS) -MT heap_checker_debug_unittest-heap-checker_unittest.obj -MD -MP -MF $(DEPDIR)/heap_checker_debug_unittest-heap-checker_unittest.Tpo -c -o heap_checker_debug_unittest-heap-checker_unittest.obj `if test -f 'src/tests/heap-checker_unittest.cc'; then $(CYGPATH_W) 'src/tests/heap-checker_unittest.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/heap-checker_unittest.cc'; fi`
39375821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/heap_checker_debug_unittest-heap-checker_unittest.Tpo $(DEPDIR)/heap_checker_debug_unittest-heap-checker_unittest.Po
39385821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/tests/heap-checker_unittest.cc' object='heap_checker_debug_unittest-heap-checker_unittest.obj' libtool=no @AMDEPBACKSLASH@
39395821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
39405821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(heap_checker_debug_unittest_CXXFLAGS) $(CXXFLAGS) -c -o heap_checker_debug_unittest-heap-checker_unittest.obj `if test -f 'src/tests/heap-checker_unittest.cc'; then $(CYGPATH_W) 'src/tests/heap-checker_unittest.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/heap-checker_unittest.cc'; fi`
39415821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
39425821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)heap_checker_unittest-heap-checker_unittest.o: src/tests/heap-checker_unittest.cc
39435821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(heap_checker_unittest_CXXFLAGS) $(CXXFLAGS) -MT heap_checker_unittest-heap-checker_unittest.o -MD -MP -MF $(DEPDIR)/heap_checker_unittest-heap-checker_unittest.Tpo -c -o heap_checker_unittest-heap-checker_unittest.o `test -f 'src/tests/heap-checker_unittest.cc' || echo '$(srcdir)/'`src/tests/heap-checker_unittest.cc
39445821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/heap_checker_unittest-heap-checker_unittest.Tpo $(DEPDIR)/heap_checker_unittest-heap-checker_unittest.Po
39455821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/tests/heap-checker_unittest.cc' object='heap_checker_unittest-heap-checker_unittest.o' libtool=no @AMDEPBACKSLASH@
39465821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
39475821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(heap_checker_unittest_CXXFLAGS) $(CXXFLAGS) -c -o heap_checker_unittest-heap-checker_unittest.o `test -f 'src/tests/heap-checker_unittest.cc' || echo '$(srcdir)/'`src/tests/heap-checker_unittest.cc
39485821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
39495821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)heap_checker_unittest-heap-checker_unittest.obj: src/tests/heap-checker_unittest.cc
39505821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(heap_checker_unittest_CXXFLAGS) $(CXXFLAGS) -MT heap_checker_unittest-heap-checker_unittest.obj -MD -MP -MF $(DEPDIR)/heap_checker_unittest-heap-checker_unittest.Tpo -c -o heap_checker_unittest-heap-checker_unittest.obj `if test -f 'src/tests/heap-checker_unittest.cc'; then $(CYGPATH_W) 'src/tests/heap-checker_unittest.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/heap-checker_unittest.cc'; fi`
39515821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/heap_checker_unittest-heap-checker_unittest.Tpo $(DEPDIR)/heap_checker_unittest-heap-checker_unittest.Po
39525821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/tests/heap-checker_unittest.cc' object='heap_checker_unittest-heap-checker_unittest.obj' libtool=no @AMDEPBACKSLASH@
39535821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
39545821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(heap_checker_unittest_CXXFLAGS) $(CXXFLAGS) -c -o heap_checker_unittest-heap-checker_unittest.obj `if test -f 'src/tests/heap-checker_unittest.cc'; then $(CYGPATH_W) 'src/tests/heap-checker_unittest.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/heap-checker_unittest.cc'; fi`
39555821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
39565821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)heap_profiler_debug_unittest-heap-profiler_unittest.o: src/tests/heap-profiler_unittest.cc
39575821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(heap_profiler_debug_unittest_CXXFLAGS) $(CXXFLAGS) -MT heap_profiler_debug_unittest-heap-profiler_unittest.o -MD -MP -MF $(DEPDIR)/heap_profiler_debug_unittest-heap-profiler_unittest.Tpo -c -o heap_profiler_debug_unittest-heap-profiler_unittest.o `test -f 'src/tests/heap-profiler_unittest.cc' || echo '$(srcdir)/'`src/tests/heap-profiler_unittest.cc
39585821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/heap_profiler_debug_unittest-heap-profiler_unittest.Tpo $(DEPDIR)/heap_profiler_debug_unittest-heap-profiler_unittest.Po
39595821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/tests/heap-profiler_unittest.cc' object='heap_profiler_debug_unittest-heap-profiler_unittest.o' libtool=no @AMDEPBACKSLASH@
39605821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
39615821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(heap_profiler_debug_unittest_CXXFLAGS) $(CXXFLAGS) -c -o heap_profiler_debug_unittest-heap-profiler_unittest.o `test -f 'src/tests/heap-profiler_unittest.cc' || echo '$(srcdir)/'`src/tests/heap-profiler_unittest.cc
39625821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
39635821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)heap_profiler_debug_unittest-heap-profiler_unittest.obj: src/tests/heap-profiler_unittest.cc
39645821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(heap_profiler_debug_unittest_CXXFLAGS) $(CXXFLAGS) -MT heap_profiler_debug_unittest-heap-profiler_unittest.obj -MD -MP -MF $(DEPDIR)/heap_profiler_debug_unittest-heap-profiler_unittest.Tpo -c -o heap_profiler_debug_unittest-heap-profiler_unittest.obj `if test -f 'src/tests/heap-profiler_unittest.cc'; then $(CYGPATH_W) 'src/tests/heap-profiler_unittest.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/heap-profiler_unittest.cc'; fi`
39655821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/heap_profiler_debug_unittest-heap-profiler_unittest.Tpo $(DEPDIR)/heap_profiler_debug_unittest-heap-profiler_unittest.Po
39665821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/tests/heap-profiler_unittest.cc' object='heap_profiler_debug_unittest-heap-profiler_unittest.obj' libtool=no @AMDEPBACKSLASH@
39675821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
39685821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(heap_profiler_debug_unittest_CXXFLAGS) $(CXXFLAGS) -c -o heap_profiler_debug_unittest-heap-profiler_unittest.obj `if test -f 'src/tests/heap-profiler_unittest.cc'; then $(CYGPATH_W) 'src/tests/heap-profiler_unittest.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/heap-profiler_unittest.cc'; fi`
39695821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
39705821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)heap_profiler_unittest-heap-profiler_unittest.o: src/tests/heap-profiler_unittest.cc
39715821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(heap_profiler_unittest_CXXFLAGS) $(CXXFLAGS) -MT heap_profiler_unittest-heap-profiler_unittest.o -MD -MP -MF $(DEPDIR)/heap_profiler_unittest-heap-profiler_unittest.Tpo -c -o heap_profiler_unittest-heap-profiler_unittest.o `test -f 'src/tests/heap-profiler_unittest.cc' || echo '$(srcdir)/'`src/tests/heap-profiler_unittest.cc
39725821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/heap_profiler_unittest-heap-profiler_unittest.Tpo $(DEPDIR)/heap_profiler_unittest-heap-profiler_unittest.Po
39735821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/tests/heap-profiler_unittest.cc' object='heap_profiler_unittest-heap-profiler_unittest.o' libtool=no @AMDEPBACKSLASH@
39745821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
39755821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(heap_profiler_unittest_CXXFLAGS) $(CXXFLAGS) -c -o heap_profiler_unittest-heap-profiler_unittest.o `test -f 'src/tests/heap-profiler_unittest.cc' || echo '$(srcdir)/'`src/tests/heap-profiler_unittest.cc
39765821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
39775821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)heap_profiler_unittest-heap-profiler_unittest.obj: src/tests/heap-profiler_unittest.cc
39785821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(heap_profiler_unittest_CXXFLAGS) $(CXXFLAGS) -MT heap_profiler_unittest-heap-profiler_unittest.obj -MD -MP -MF $(DEPDIR)/heap_profiler_unittest-heap-profiler_unittest.Tpo -c -o heap_profiler_unittest-heap-profiler_unittest.obj `if test -f 'src/tests/heap-profiler_unittest.cc'; then $(CYGPATH_W) 'src/tests/heap-profiler_unittest.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/heap-profiler_unittest.cc'; fi`
39795821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/heap_profiler_unittest-heap-profiler_unittest.Tpo $(DEPDIR)/heap_profiler_unittest-heap-profiler_unittest.Po
39805821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/tests/heap-profiler_unittest.cc' object='heap_profiler_unittest-heap-profiler_unittest.obj' libtool=no @AMDEPBACKSLASH@
39815821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
39825821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(heap_profiler_unittest_CXXFLAGS) $(CXXFLAGS) -c -o heap_profiler_unittest-heap-profiler_unittest.obj `if test -f 'src/tests/heap-profiler_unittest.cc'; then $(CYGPATH_W) 'src/tests/heap-profiler_unittest.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/heap-profiler_unittest.cc'; fi`
39835821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
39845821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)low_level_alloc_unittest-low_level_alloc.o: src/base/low_level_alloc.cc
39855821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(low_level_alloc_unittest_CXXFLAGS) $(CXXFLAGS) -MT low_level_alloc_unittest-low_level_alloc.o -MD -MP -MF $(DEPDIR)/low_level_alloc_unittest-low_level_alloc.Tpo -c -o low_level_alloc_unittest-low_level_alloc.o `test -f 'src/base/low_level_alloc.cc' || echo '$(srcdir)/'`src/base/low_level_alloc.cc
39865821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/low_level_alloc_unittest-low_level_alloc.Tpo $(DEPDIR)/low_level_alloc_unittest-low_level_alloc.Po
39875821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/base/low_level_alloc.cc' object='low_level_alloc_unittest-low_level_alloc.o' libtool=no @AMDEPBACKSLASH@
39885821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
39895821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(low_level_alloc_unittest_CXXFLAGS) $(CXXFLAGS) -c -o low_level_alloc_unittest-low_level_alloc.o `test -f 'src/base/low_level_alloc.cc' || echo '$(srcdir)/'`src/base/low_level_alloc.cc
39905821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
39915821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)low_level_alloc_unittest-low_level_alloc.obj: src/base/low_level_alloc.cc
39925821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(low_level_alloc_unittest_CXXFLAGS) $(CXXFLAGS) -MT low_level_alloc_unittest-low_level_alloc.obj -MD -MP -MF $(DEPDIR)/low_level_alloc_unittest-low_level_alloc.Tpo -c -o low_level_alloc_unittest-low_level_alloc.obj `if test -f 'src/base/low_level_alloc.cc'; then $(CYGPATH_W) 'src/base/low_level_alloc.cc'; else $(CYGPATH_W) '$(srcdir)/src/base/low_level_alloc.cc'; fi`
39935821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/low_level_alloc_unittest-low_level_alloc.Tpo $(DEPDIR)/low_level_alloc_unittest-low_level_alloc.Po
39945821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/base/low_level_alloc.cc' object='low_level_alloc_unittest-low_level_alloc.obj' libtool=no @AMDEPBACKSLASH@
39955821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
39965821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(low_level_alloc_unittest_CXXFLAGS) $(CXXFLAGS) -c -o low_level_alloc_unittest-low_level_alloc.obj `if test -f 'src/base/low_level_alloc.cc'; then $(CYGPATH_W) 'src/base/low_level_alloc.cc'; else $(CYGPATH_W) '$(srcdir)/src/base/low_level_alloc.cc'; fi`
39975821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
39985821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)low_level_alloc_unittest-malloc_hook.o: src/malloc_hook.cc
39995821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(low_level_alloc_unittest_CXXFLAGS) $(CXXFLAGS) -MT low_level_alloc_unittest-malloc_hook.o -MD -MP -MF $(DEPDIR)/low_level_alloc_unittest-malloc_hook.Tpo -c -o low_level_alloc_unittest-malloc_hook.o `test -f 'src/malloc_hook.cc' || echo '$(srcdir)/'`src/malloc_hook.cc
40005821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/low_level_alloc_unittest-malloc_hook.Tpo $(DEPDIR)/low_level_alloc_unittest-malloc_hook.Po
40015821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/malloc_hook.cc' object='low_level_alloc_unittest-malloc_hook.o' libtool=no @AMDEPBACKSLASH@
40025821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
40035821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(low_level_alloc_unittest_CXXFLAGS) $(CXXFLAGS) -c -o low_level_alloc_unittest-malloc_hook.o `test -f 'src/malloc_hook.cc' || echo '$(srcdir)/'`src/malloc_hook.cc
40045821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
40055821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)low_level_alloc_unittest-malloc_hook.obj: src/malloc_hook.cc
40065821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(low_level_alloc_unittest_CXXFLAGS) $(CXXFLAGS) -MT low_level_alloc_unittest-malloc_hook.obj -MD -MP -MF $(DEPDIR)/low_level_alloc_unittest-malloc_hook.Tpo -c -o low_level_alloc_unittest-malloc_hook.obj `if test -f 'src/malloc_hook.cc'; then $(CYGPATH_W) 'src/malloc_hook.cc'; else $(CYGPATH_W) '$(srcdir)/src/malloc_hook.cc'; fi`
40075821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/low_level_alloc_unittest-malloc_hook.Tpo $(DEPDIR)/low_level_alloc_unittest-malloc_hook.Po
40085821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/malloc_hook.cc' object='low_level_alloc_unittest-malloc_hook.obj' libtool=no @AMDEPBACKSLASH@
40095821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
40105821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(low_level_alloc_unittest_CXXFLAGS) $(CXXFLAGS) -c -o low_level_alloc_unittest-malloc_hook.obj `if test -f 'src/malloc_hook.cc'; then $(CYGPATH_W) 'src/malloc_hook.cc'; else $(CYGPATH_W) '$(srcdir)/src/malloc_hook.cc'; fi`
40115821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
40125821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)low_level_alloc_unittest-maybe_threads.o: src/maybe_threads.cc
40135821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(low_level_alloc_unittest_CXXFLAGS) $(CXXFLAGS) -MT low_level_alloc_unittest-maybe_threads.o -MD -MP -MF $(DEPDIR)/low_level_alloc_unittest-maybe_threads.Tpo -c -o low_level_alloc_unittest-maybe_threads.o `test -f 'src/maybe_threads.cc' || echo '$(srcdir)/'`src/maybe_threads.cc
40145821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/low_level_alloc_unittest-maybe_threads.Tpo $(DEPDIR)/low_level_alloc_unittest-maybe_threads.Po
40155821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/maybe_threads.cc' object='low_level_alloc_unittest-maybe_threads.o' libtool=no @AMDEPBACKSLASH@
40165821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
40175821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(low_level_alloc_unittest_CXXFLAGS) $(CXXFLAGS) -c -o low_level_alloc_unittest-maybe_threads.o `test -f 'src/maybe_threads.cc' || echo '$(srcdir)/'`src/maybe_threads.cc
40185821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
40195821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)low_level_alloc_unittest-maybe_threads.obj: src/maybe_threads.cc
40205821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(low_level_alloc_unittest_CXXFLAGS) $(CXXFLAGS) -MT low_level_alloc_unittest-maybe_threads.obj -MD -MP -MF $(DEPDIR)/low_level_alloc_unittest-maybe_threads.Tpo -c -o low_level_alloc_unittest-maybe_threads.obj `if test -f 'src/maybe_threads.cc'; then $(CYGPATH_W) 'src/maybe_threads.cc'; else $(CYGPATH_W) '$(srcdir)/src/maybe_threads.cc'; fi`
40215821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/low_level_alloc_unittest-maybe_threads.Tpo $(DEPDIR)/low_level_alloc_unittest-maybe_threads.Po
40225821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/maybe_threads.cc' object='low_level_alloc_unittest-maybe_threads.obj' libtool=no @AMDEPBACKSLASH@
40235821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
40245821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(low_level_alloc_unittest_CXXFLAGS) $(CXXFLAGS) -c -o low_level_alloc_unittest-maybe_threads.obj `if test -f 'src/maybe_threads.cc'; then $(CYGPATH_W) 'src/maybe_threads.cc'; else $(CYGPATH_W) '$(srcdir)/src/maybe_threads.cc'; fi`
40255821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
40265821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)low_level_alloc_unittest-low_level_alloc_unittest.o: src/tests/low_level_alloc_unittest.cc
40275821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(low_level_alloc_unittest_CXXFLAGS) $(CXXFLAGS) -MT low_level_alloc_unittest-low_level_alloc_unittest.o -MD -MP -MF $(DEPDIR)/low_level_alloc_unittest-low_level_alloc_unittest.Tpo -c -o low_level_alloc_unittest-low_level_alloc_unittest.o `test -f 'src/tests/low_level_alloc_unittest.cc' || echo '$(srcdir)/'`src/tests/low_level_alloc_unittest.cc
40285821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/low_level_alloc_unittest-low_level_alloc_unittest.Tpo $(DEPDIR)/low_level_alloc_unittest-low_level_alloc_unittest.Po
40295821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/tests/low_level_alloc_unittest.cc' object='low_level_alloc_unittest-low_level_alloc_unittest.o' libtool=no @AMDEPBACKSLASH@
40305821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
40315821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(low_level_alloc_unittest_CXXFLAGS) $(CXXFLAGS) -c -o low_level_alloc_unittest-low_level_alloc_unittest.o `test -f 'src/tests/low_level_alloc_unittest.cc' || echo '$(srcdir)/'`src/tests/low_level_alloc_unittest.cc
40325821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
40335821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)low_level_alloc_unittest-low_level_alloc_unittest.obj: src/tests/low_level_alloc_unittest.cc
40345821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(low_level_alloc_unittest_CXXFLAGS) $(CXXFLAGS) -MT low_level_alloc_unittest-low_level_alloc_unittest.obj -MD -MP -MF $(DEPDIR)/low_level_alloc_unittest-low_level_alloc_unittest.Tpo -c -o low_level_alloc_unittest-low_level_alloc_unittest.obj `if test -f 'src/tests/low_level_alloc_unittest.cc'; then $(CYGPATH_W) 'src/tests/low_level_alloc_unittest.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/low_level_alloc_unittest.cc'; fi`
40355821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/low_level_alloc_unittest-low_level_alloc_unittest.Tpo $(DEPDIR)/low_level_alloc_unittest-low_level_alloc_unittest.Po
40365821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/tests/low_level_alloc_unittest.cc' object='low_level_alloc_unittest-low_level_alloc_unittest.obj' libtool=no @AMDEPBACKSLASH@
40375821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
40385821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(low_level_alloc_unittest_CXXFLAGS) $(CXXFLAGS) -c -o low_level_alloc_unittest-low_level_alloc_unittest.obj `if test -f 'src/tests/low_level_alloc_unittest.cc'; then $(CYGPATH_W) 'src/tests/low_level_alloc_unittest.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/low_level_alloc_unittest.cc'; fi`
40395821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
40405821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)malloc_extension_debug_test-malloc_extension_test.o: src/tests/malloc_extension_test.cc
40415821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(malloc_extension_debug_test_CXXFLAGS) $(CXXFLAGS) -MT malloc_extension_debug_test-malloc_extension_test.o -MD -MP -MF $(DEPDIR)/malloc_extension_debug_test-malloc_extension_test.Tpo -c -o malloc_extension_debug_test-malloc_extension_test.o `test -f 'src/tests/malloc_extension_test.cc' || echo '$(srcdir)/'`src/tests/malloc_extension_test.cc
40425821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/malloc_extension_debug_test-malloc_extension_test.Tpo $(DEPDIR)/malloc_extension_debug_test-malloc_extension_test.Po
40435821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/tests/malloc_extension_test.cc' object='malloc_extension_debug_test-malloc_extension_test.o' libtool=no @AMDEPBACKSLASH@
40445821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
40455821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(malloc_extension_debug_test_CXXFLAGS) $(CXXFLAGS) -c -o malloc_extension_debug_test-malloc_extension_test.o `test -f 'src/tests/malloc_extension_test.cc' || echo '$(srcdir)/'`src/tests/malloc_extension_test.cc
40465821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
40475821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)malloc_extension_debug_test-malloc_extension_test.obj: src/tests/malloc_extension_test.cc
40485821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(malloc_extension_debug_test_CXXFLAGS) $(CXXFLAGS) -MT malloc_extension_debug_test-malloc_extension_test.obj -MD -MP -MF $(DEPDIR)/malloc_extension_debug_test-malloc_extension_test.Tpo -c -o malloc_extension_debug_test-malloc_extension_test.obj `if test -f 'src/tests/malloc_extension_test.cc'; then $(CYGPATH_W) 'src/tests/malloc_extension_test.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/malloc_extension_test.cc'; fi`
40495821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/malloc_extension_debug_test-malloc_extension_test.Tpo $(DEPDIR)/malloc_extension_debug_test-malloc_extension_test.Po
40505821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/tests/malloc_extension_test.cc' object='malloc_extension_debug_test-malloc_extension_test.obj' libtool=no @AMDEPBACKSLASH@
40515821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
40525821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(malloc_extension_debug_test_CXXFLAGS) $(CXXFLAGS) -c -o malloc_extension_debug_test-malloc_extension_test.obj `if test -f 'src/tests/malloc_extension_test.cc'; then $(CYGPATH_W) 'src/tests/malloc_extension_test.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/malloc_extension_test.cc'; fi`
40535821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
40545821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)malloc_extension_test-malloc_extension_test.o: src/tests/malloc_extension_test.cc
40555821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(malloc_extension_test_CXXFLAGS) $(CXXFLAGS) -MT malloc_extension_test-malloc_extension_test.o -MD -MP -MF $(DEPDIR)/malloc_extension_test-malloc_extension_test.Tpo -c -o malloc_extension_test-malloc_extension_test.o `test -f 'src/tests/malloc_extension_test.cc' || echo '$(srcdir)/'`src/tests/malloc_extension_test.cc
40565821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/malloc_extension_test-malloc_extension_test.Tpo $(DEPDIR)/malloc_extension_test-malloc_extension_test.Po
40575821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/tests/malloc_extension_test.cc' object='malloc_extension_test-malloc_extension_test.o' libtool=no @AMDEPBACKSLASH@
40585821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
40595821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(malloc_extension_test_CXXFLAGS) $(CXXFLAGS) -c -o malloc_extension_test-malloc_extension_test.o `test -f 'src/tests/malloc_extension_test.cc' || echo '$(srcdir)/'`src/tests/malloc_extension_test.cc
40605821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
40615821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)malloc_extension_test-malloc_extension_test.obj: src/tests/malloc_extension_test.cc
40625821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(malloc_extension_test_CXXFLAGS) $(CXXFLAGS) -MT malloc_extension_test-malloc_extension_test.obj -MD -MP -MF $(DEPDIR)/malloc_extension_test-malloc_extension_test.Tpo -c -o malloc_extension_test-malloc_extension_test.obj `if test -f 'src/tests/malloc_extension_test.cc'; then $(CYGPATH_W) 'src/tests/malloc_extension_test.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/malloc_extension_test.cc'; fi`
40635821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/malloc_extension_test-malloc_extension_test.Tpo $(DEPDIR)/malloc_extension_test-malloc_extension_test.Po
40645821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/tests/malloc_extension_test.cc' object='malloc_extension_test-malloc_extension_test.obj' libtool=no @AMDEPBACKSLASH@
40655821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
40665821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(malloc_extension_test_CXXFLAGS) $(CXXFLAGS) -c -o malloc_extension_test-malloc_extension_test.obj `if test -f 'src/tests/malloc_extension_test.cc'; then $(CYGPATH_W) 'src/tests/malloc_extension_test.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/malloc_extension_test.cc'; fi`
40675821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
40685821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)malloc_hook_test-malloc_hook_test.o: src/tests/malloc_hook_test.cc
40695821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(malloc_hook_test_CXXFLAGS) $(CXXFLAGS) -MT malloc_hook_test-malloc_hook_test.o -MD -MP -MF $(DEPDIR)/malloc_hook_test-malloc_hook_test.Tpo -c -o malloc_hook_test-malloc_hook_test.o `test -f 'src/tests/malloc_hook_test.cc' || echo '$(srcdir)/'`src/tests/malloc_hook_test.cc
40705821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/malloc_hook_test-malloc_hook_test.Tpo $(DEPDIR)/malloc_hook_test-malloc_hook_test.Po
40715821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/tests/malloc_hook_test.cc' object='malloc_hook_test-malloc_hook_test.o' libtool=no @AMDEPBACKSLASH@
40725821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
40735821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(malloc_hook_test_CXXFLAGS) $(CXXFLAGS) -c -o malloc_hook_test-malloc_hook_test.o `test -f 'src/tests/malloc_hook_test.cc' || echo '$(srcdir)/'`src/tests/malloc_hook_test.cc
40745821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
40755821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)malloc_hook_test-malloc_hook_test.obj: src/tests/malloc_hook_test.cc
40765821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(malloc_hook_test_CXXFLAGS) $(CXXFLAGS) -MT malloc_hook_test-malloc_hook_test.obj -MD -MP -MF $(DEPDIR)/malloc_hook_test-malloc_hook_test.Tpo -c -o malloc_hook_test-malloc_hook_test.obj `if test -f 'src/tests/malloc_hook_test.cc'; then $(CYGPATH_W) 'src/tests/malloc_hook_test.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/malloc_hook_test.cc'; fi`
40775821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/malloc_hook_test-malloc_hook_test.Tpo $(DEPDIR)/malloc_hook_test-malloc_hook_test.Po
40785821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/tests/malloc_hook_test.cc' object='malloc_hook_test-malloc_hook_test.obj' libtool=no @AMDEPBACKSLASH@
40795821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
40805821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(malloc_hook_test_CXXFLAGS) $(CXXFLAGS) -c -o malloc_hook_test-malloc_hook_test.obj `if test -f 'src/tests/malloc_hook_test.cc'; then $(CYGPATH_W) 'src/tests/malloc_hook_test.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/malloc_hook_test.cc'; fi`
40815821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
40825821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)malloc_hook_test-testutil.o: src/tests/testutil.cc
40835821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(malloc_hook_test_CXXFLAGS) $(CXXFLAGS) -MT malloc_hook_test-testutil.o -MD -MP -MF $(DEPDIR)/malloc_hook_test-testutil.Tpo -c -o malloc_hook_test-testutil.o `test -f 'src/tests/testutil.cc' || echo '$(srcdir)/'`src/tests/testutil.cc
40845821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/malloc_hook_test-testutil.Tpo $(DEPDIR)/malloc_hook_test-testutil.Po
40855821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/tests/testutil.cc' object='malloc_hook_test-testutil.o' libtool=no @AMDEPBACKSLASH@
40865821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
40875821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(malloc_hook_test_CXXFLAGS) $(CXXFLAGS) -c -o malloc_hook_test-testutil.o `test -f 'src/tests/testutil.cc' || echo '$(srcdir)/'`src/tests/testutil.cc
40885821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
40895821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)malloc_hook_test-testutil.obj: src/tests/testutil.cc
40905821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(malloc_hook_test_CXXFLAGS) $(CXXFLAGS) -MT malloc_hook_test-testutil.obj -MD -MP -MF $(DEPDIR)/malloc_hook_test-testutil.Tpo -c -o malloc_hook_test-testutil.obj `if test -f 'src/tests/testutil.cc'; then $(CYGPATH_W) 'src/tests/testutil.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/testutil.cc'; fi`
40915821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/malloc_hook_test-testutil.Tpo $(DEPDIR)/malloc_hook_test-testutil.Po
40925821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/tests/testutil.cc' object='malloc_hook_test-testutil.obj' libtool=no @AMDEPBACKSLASH@
40935821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
40945821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(malloc_hook_test_CXXFLAGS) $(CXXFLAGS) -c -o malloc_hook_test-testutil.obj `if test -f 'src/tests/testutil.cc'; then $(CYGPATH_W) 'src/tests/testutil.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/testutil.cc'; fi`
40955821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
40965821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)markidle_unittest-markidle_unittest.o: src/tests/markidle_unittest.cc
40975821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(markidle_unittest_CXXFLAGS) $(CXXFLAGS) -MT markidle_unittest-markidle_unittest.o -MD -MP -MF $(DEPDIR)/markidle_unittest-markidle_unittest.Tpo -c -o markidle_unittest-markidle_unittest.o `test -f 'src/tests/markidle_unittest.cc' || echo '$(srcdir)/'`src/tests/markidle_unittest.cc
40985821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/markidle_unittest-markidle_unittest.Tpo $(DEPDIR)/markidle_unittest-markidle_unittest.Po
40995821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/tests/markidle_unittest.cc' object='markidle_unittest-markidle_unittest.o' libtool=no @AMDEPBACKSLASH@
41005821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
41015821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(markidle_unittest_CXXFLAGS) $(CXXFLAGS) -c -o markidle_unittest-markidle_unittest.o `test -f 'src/tests/markidle_unittest.cc' || echo '$(srcdir)/'`src/tests/markidle_unittest.cc
41025821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
41035821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)markidle_unittest-markidle_unittest.obj: src/tests/markidle_unittest.cc
41045821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(markidle_unittest_CXXFLAGS) $(CXXFLAGS) -MT markidle_unittest-markidle_unittest.obj -MD -MP -MF $(DEPDIR)/markidle_unittest-markidle_unittest.Tpo -c -o markidle_unittest-markidle_unittest.obj `if test -f 'src/tests/markidle_unittest.cc'; then $(CYGPATH_W) 'src/tests/markidle_unittest.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/markidle_unittest.cc'; fi`
41055821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/markidle_unittest-markidle_unittest.Tpo $(DEPDIR)/markidle_unittest-markidle_unittest.Po
41065821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/tests/markidle_unittest.cc' object='markidle_unittest-markidle_unittest.obj' libtool=no @AMDEPBACKSLASH@
41075821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
41085821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(markidle_unittest_CXXFLAGS) $(CXXFLAGS) -c -o markidle_unittest-markidle_unittest.obj `if test -f 'src/tests/markidle_unittest.cc'; then $(CYGPATH_W) 'src/tests/markidle_unittest.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/markidle_unittest.cc'; fi`
41095821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
41105821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)markidle_unittest-testutil.o: src/tests/testutil.cc
41115821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(markidle_unittest_CXXFLAGS) $(CXXFLAGS) -MT markidle_unittest-testutil.o -MD -MP -MF $(DEPDIR)/markidle_unittest-testutil.Tpo -c -o markidle_unittest-testutil.o `test -f 'src/tests/testutil.cc' || echo '$(srcdir)/'`src/tests/testutil.cc
41125821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/markidle_unittest-testutil.Tpo $(DEPDIR)/markidle_unittest-testutil.Po
41135821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/tests/testutil.cc' object='markidle_unittest-testutil.o' libtool=no @AMDEPBACKSLASH@
41145821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
41155821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(markidle_unittest_CXXFLAGS) $(CXXFLAGS) -c -o markidle_unittest-testutil.o `test -f 'src/tests/testutil.cc' || echo '$(srcdir)/'`src/tests/testutil.cc
41165821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
41175821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)markidle_unittest-testutil.obj: src/tests/testutil.cc
41185821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(markidle_unittest_CXXFLAGS) $(CXXFLAGS) -MT markidle_unittest-testutil.obj -MD -MP -MF $(DEPDIR)/markidle_unittest-testutil.Tpo -c -o markidle_unittest-testutil.obj `if test -f 'src/tests/testutil.cc'; then $(CYGPATH_W) 'src/tests/testutil.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/testutil.cc'; fi`
41195821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/markidle_unittest-testutil.Tpo $(DEPDIR)/markidle_unittest-testutil.Po
41205821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/tests/testutil.cc' object='markidle_unittest-testutil.obj' libtool=no @AMDEPBACKSLASH@
41215821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
41225821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(markidle_unittest_CXXFLAGS) $(CXXFLAGS) -c -o markidle_unittest-testutil.obj `if test -f 'src/tests/testutil.cc'; then $(CYGPATH_W) 'src/tests/testutil.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/testutil.cc'; fi`
41235821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
41245821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)memalign_debug_unittest-memalign_unittest.o: src/tests/memalign_unittest.cc
41255821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(memalign_debug_unittest_CXXFLAGS) $(CXXFLAGS) -MT memalign_debug_unittest-memalign_unittest.o -MD -MP -MF $(DEPDIR)/memalign_debug_unittest-memalign_unittest.Tpo -c -o memalign_debug_unittest-memalign_unittest.o `test -f 'src/tests/memalign_unittest.cc' || echo '$(srcdir)/'`src/tests/memalign_unittest.cc
41265821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/memalign_debug_unittest-memalign_unittest.Tpo $(DEPDIR)/memalign_debug_unittest-memalign_unittest.Po
41275821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/tests/memalign_unittest.cc' object='memalign_debug_unittest-memalign_unittest.o' libtool=no @AMDEPBACKSLASH@
41285821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
41295821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(memalign_debug_unittest_CXXFLAGS) $(CXXFLAGS) -c -o memalign_debug_unittest-memalign_unittest.o `test -f 'src/tests/memalign_unittest.cc' || echo '$(srcdir)/'`src/tests/memalign_unittest.cc
41305821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
41315821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)memalign_debug_unittest-memalign_unittest.obj: src/tests/memalign_unittest.cc
41325821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(memalign_debug_unittest_CXXFLAGS) $(CXXFLAGS) -MT memalign_debug_unittest-memalign_unittest.obj -MD -MP -MF $(DEPDIR)/memalign_debug_unittest-memalign_unittest.Tpo -c -o memalign_debug_unittest-memalign_unittest.obj `if test -f 'src/tests/memalign_unittest.cc'; then $(CYGPATH_W) 'src/tests/memalign_unittest.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/memalign_unittest.cc'; fi`
41335821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/memalign_debug_unittest-memalign_unittest.Tpo $(DEPDIR)/memalign_debug_unittest-memalign_unittest.Po
41345821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/tests/memalign_unittest.cc' object='memalign_debug_unittest-memalign_unittest.obj' libtool=no @AMDEPBACKSLASH@
41355821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
41365821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(memalign_debug_unittest_CXXFLAGS) $(CXXFLAGS) -c -o memalign_debug_unittest-memalign_unittest.obj `if test -f 'src/tests/memalign_unittest.cc'; then $(CYGPATH_W) 'src/tests/memalign_unittest.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/memalign_unittest.cc'; fi`
41375821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
41385821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)memalign_debug_unittest-testutil.o: src/tests/testutil.cc
41395821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(memalign_debug_unittest_CXXFLAGS) $(CXXFLAGS) -MT memalign_debug_unittest-testutil.o -MD -MP -MF $(DEPDIR)/memalign_debug_unittest-testutil.Tpo -c -o memalign_debug_unittest-testutil.o `test -f 'src/tests/testutil.cc' || echo '$(srcdir)/'`src/tests/testutil.cc
41405821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/memalign_debug_unittest-testutil.Tpo $(DEPDIR)/memalign_debug_unittest-testutil.Po
41415821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/tests/testutil.cc' object='memalign_debug_unittest-testutil.o' libtool=no @AMDEPBACKSLASH@
41425821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
41435821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(memalign_debug_unittest_CXXFLAGS) $(CXXFLAGS) -c -o memalign_debug_unittest-testutil.o `test -f 'src/tests/testutil.cc' || echo '$(srcdir)/'`src/tests/testutil.cc
41445821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
41455821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)memalign_debug_unittest-testutil.obj: src/tests/testutil.cc
41465821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(memalign_debug_unittest_CXXFLAGS) $(CXXFLAGS) -MT memalign_debug_unittest-testutil.obj -MD -MP -MF $(DEPDIR)/memalign_debug_unittest-testutil.Tpo -c -o memalign_debug_unittest-testutil.obj `if test -f 'src/tests/testutil.cc'; then $(CYGPATH_W) 'src/tests/testutil.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/testutil.cc'; fi`
41475821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/memalign_debug_unittest-testutil.Tpo $(DEPDIR)/memalign_debug_unittest-testutil.Po
41485821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/tests/testutil.cc' object='memalign_debug_unittest-testutil.obj' libtool=no @AMDEPBACKSLASH@
41495821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
41505821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(memalign_debug_unittest_CXXFLAGS) $(CXXFLAGS) -c -o memalign_debug_unittest-testutil.obj `if test -f 'src/tests/testutil.cc'; then $(CYGPATH_W) 'src/tests/testutil.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/testutil.cc'; fi`
41515821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
41525821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)memalign_unittest-memalign_unittest.o: src/tests/memalign_unittest.cc
41535821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(memalign_unittest_CXXFLAGS) $(CXXFLAGS) -MT memalign_unittest-memalign_unittest.o -MD -MP -MF $(DEPDIR)/memalign_unittest-memalign_unittest.Tpo -c -o memalign_unittest-memalign_unittest.o `test -f 'src/tests/memalign_unittest.cc' || echo '$(srcdir)/'`src/tests/memalign_unittest.cc
41545821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/memalign_unittest-memalign_unittest.Tpo $(DEPDIR)/memalign_unittest-memalign_unittest.Po
41555821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/tests/memalign_unittest.cc' object='memalign_unittest-memalign_unittest.o' libtool=no @AMDEPBACKSLASH@
41565821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
41575821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(memalign_unittest_CXXFLAGS) $(CXXFLAGS) -c -o memalign_unittest-memalign_unittest.o `test -f 'src/tests/memalign_unittest.cc' || echo '$(srcdir)/'`src/tests/memalign_unittest.cc
41585821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
41595821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)memalign_unittest-memalign_unittest.obj: src/tests/memalign_unittest.cc
41605821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(memalign_unittest_CXXFLAGS) $(CXXFLAGS) -MT memalign_unittest-memalign_unittest.obj -MD -MP -MF $(DEPDIR)/memalign_unittest-memalign_unittest.Tpo -c -o memalign_unittest-memalign_unittest.obj `if test -f 'src/tests/memalign_unittest.cc'; then $(CYGPATH_W) 'src/tests/memalign_unittest.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/memalign_unittest.cc'; fi`
41615821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/memalign_unittest-memalign_unittest.Tpo $(DEPDIR)/memalign_unittest-memalign_unittest.Po
41625821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/tests/memalign_unittest.cc' object='memalign_unittest-memalign_unittest.obj' libtool=no @AMDEPBACKSLASH@
41635821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
41645821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(memalign_unittest_CXXFLAGS) $(CXXFLAGS) -c -o memalign_unittest-memalign_unittest.obj `if test -f 'src/tests/memalign_unittest.cc'; then $(CYGPATH_W) 'src/tests/memalign_unittest.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/memalign_unittest.cc'; fi`
41655821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
41665821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)memalign_unittest-testutil.o: src/tests/testutil.cc
41675821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(memalign_unittest_CXXFLAGS) $(CXXFLAGS) -MT memalign_unittest-testutil.o -MD -MP -MF $(DEPDIR)/memalign_unittest-testutil.Tpo -c -o memalign_unittest-testutil.o `test -f 'src/tests/testutil.cc' || echo '$(srcdir)/'`src/tests/testutil.cc
41685821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/memalign_unittest-testutil.Tpo $(DEPDIR)/memalign_unittest-testutil.Po
41695821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/tests/testutil.cc' object='memalign_unittest-testutil.o' libtool=no @AMDEPBACKSLASH@
41705821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
41715821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(memalign_unittest_CXXFLAGS) $(CXXFLAGS) -c -o memalign_unittest-testutil.o `test -f 'src/tests/testutil.cc' || echo '$(srcdir)/'`src/tests/testutil.cc
41725821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
41735821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)memalign_unittest-testutil.obj: src/tests/testutil.cc
41745821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(memalign_unittest_CXXFLAGS) $(CXXFLAGS) -MT memalign_unittest-testutil.obj -MD -MP -MF $(DEPDIR)/memalign_unittest-testutil.Tpo -c -o memalign_unittest-testutil.obj `if test -f 'src/tests/testutil.cc'; then $(CYGPATH_W) 'src/tests/testutil.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/testutil.cc'; fi`
41755821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/memalign_unittest-testutil.Tpo $(DEPDIR)/memalign_unittest-testutil.Po
41765821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/tests/testutil.cc' object='memalign_unittest-testutil.obj' libtool=no @AMDEPBACKSLASH@
41775821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
41785821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(memalign_unittest_CXXFLAGS) $(CXXFLAGS) -c -o memalign_unittest-testutil.obj `if test -f 'src/tests/testutil.cc'; then $(CYGPATH_W) 'src/tests/testutil.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/testutil.cc'; fi`
41795821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
41805821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)packed_cache_test-packed-cache_test.o: src/tests/packed-cache_test.cc
41815821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(packed_cache_test_CXXFLAGS) $(CXXFLAGS) -MT packed_cache_test-packed-cache_test.o -MD -MP -MF $(DEPDIR)/packed_cache_test-packed-cache_test.Tpo -c -o packed_cache_test-packed-cache_test.o `test -f 'src/tests/packed-cache_test.cc' || echo '$(srcdir)/'`src/tests/packed-cache_test.cc
41825821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/packed_cache_test-packed-cache_test.Tpo $(DEPDIR)/packed_cache_test-packed-cache_test.Po
41835821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/tests/packed-cache_test.cc' object='packed_cache_test-packed-cache_test.o' libtool=no @AMDEPBACKSLASH@
41845821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
41855821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(packed_cache_test_CXXFLAGS) $(CXXFLAGS) -c -o packed_cache_test-packed-cache_test.o `test -f 'src/tests/packed-cache_test.cc' || echo '$(srcdir)/'`src/tests/packed-cache_test.cc
41865821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
41875821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)packed_cache_test-packed-cache_test.obj: src/tests/packed-cache_test.cc
41885821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(packed_cache_test_CXXFLAGS) $(CXXFLAGS) -MT packed_cache_test-packed-cache_test.obj -MD -MP -MF $(DEPDIR)/packed_cache_test-packed-cache_test.Tpo -c -o packed_cache_test-packed-cache_test.obj `if test -f 'src/tests/packed-cache_test.cc'; then $(CYGPATH_W) 'src/tests/packed-cache_test.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/packed-cache_test.cc'; fi`
41895821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/packed_cache_test-packed-cache_test.Tpo $(DEPDIR)/packed_cache_test-packed-cache_test.Po
41905821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/tests/packed-cache_test.cc' object='packed_cache_test-packed-cache_test.obj' libtool=no @AMDEPBACKSLASH@
41915821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
41925821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(packed_cache_test_CXXFLAGS) $(CXXFLAGS) -c -o packed_cache_test-packed-cache_test.obj `if test -f 'src/tests/packed-cache_test.cc'; then $(CYGPATH_W) 'src/tests/packed-cache_test.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/packed-cache_test.cc'; fi`
41935821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
41945821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)page_heap_test-page_heap_test.o: src/tests/page_heap_test.cc
41955821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(page_heap_test_CXXFLAGS) $(CXXFLAGS) -MT page_heap_test-page_heap_test.o -MD -MP -MF $(DEPDIR)/page_heap_test-page_heap_test.Tpo -c -o page_heap_test-page_heap_test.o `test -f 'src/tests/page_heap_test.cc' || echo '$(srcdir)/'`src/tests/page_heap_test.cc
41965821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/page_heap_test-page_heap_test.Tpo $(DEPDIR)/page_heap_test-page_heap_test.Po
41975821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/tests/page_heap_test.cc' object='page_heap_test-page_heap_test.o' libtool=no @AMDEPBACKSLASH@
41985821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
41995821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(page_heap_test_CXXFLAGS) $(CXXFLAGS) -c -o page_heap_test-page_heap_test.o `test -f 'src/tests/page_heap_test.cc' || echo '$(srcdir)/'`src/tests/page_heap_test.cc
42005821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
42015821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)page_heap_test-page_heap_test.obj: src/tests/page_heap_test.cc
42025821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(page_heap_test_CXXFLAGS) $(CXXFLAGS) -MT page_heap_test-page_heap_test.obj -MD -MP -MF $(DEPDIR)/page_heap_test-page_heap_test.Tpo -c -o page_heap_test-page_heap_test.obj `if test -f 'src/tests/page_heap_test.cc'; then $(CYGPATH_W) 'src/tests/page_heap_test.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/page_heap_test.cc'; fi`
42035821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/page_heap_test-page_heap_test.Tpo $(DEPDIR)/page_heap_test-page_heap_test.Po
42045821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/tests/page_heap_test.cc' object='page_heap_test-page_heap_test.obj' libtool=no @AMDEPBACKSLASH@
42055821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
42065821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(page_heap_test_CXXFLAGS) $(CXXFLAGS) -c -o page_heap_test-page_heap_test.obj `if test -f 'src/tests/page_heap_test.cc'; then $(CYGPATH_W) 'src/tests/page_heap_test.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/page_heap_test.cc'; fi`
42075821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
42085821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)pagemap_unittest-pagemap_unittest.o: src/tests/pagemap_unittest.cc
42095821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pagemap_unittest_CXXFLAGS) $(CXXFLAGS) -MT pagemap_unittest-pagemap_unittest.o -MD -MP -MF $(DEPDIR)/pagemap_unittest-pagemap_unittest.Tpo -c -o pagemap_unittest-pagemap_unittest.o `test -f 'src/tests/pagemap_unittest.cc' || echo '$(srcdir)/'`src/tests/pagemap_unittest.cc
42105821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/pagemap_unittest-pagemap_unittest.Tpo $(DEPDIR)/pagemap_unittest-pagemap_unittest.Po
42115821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/tests/pagemap_unittest.cc' object='pagemap_unittest-pagemap_unittest.o' libtool=no @AMDEPBACKSLASH@
42125821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
42135821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pagemap_unittest_CXXFLAGS) $(CXXFLAGS) -c -o pagemap_unittest-pagemap_unittest.o `test -f 'src/tests/pagemap_unittest.cc' || echo '$(srcdir)/'`src/tests/pagemap_unittest.cc
42145821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
42155821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)pagemap_unittest-pagemap_unittest.obj: src/tests/pagemap_unittest.cc
42165821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pagemap_unittest_CXXFLAGS) $(CXXFLAGS) -MT pagemap_unittest-pagemap_unittest.obj -MD -MP -MF $(DEPDIR)/pagemap_unittest-pagemap_unittest.Tpo -c -o pagemap_unittest-pagemap_unittest.obj `if test -f 'src/tests/pagemap_unittest.cc'; then $(CYGPATH_W) 'src/tests/pagemap_unittest.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/pagemap_unittest.cc'; fi`
42175821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/pagemap_unittest-pagemap_unittest.Tpo $(DEPDIR)/pagemap_unittest-pagemap_unittest.Po
42185821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/tests/pagemap_unittest.cc' object='pagemap_unittest-pagemap_unittest.obj' libtool=no @AMDEPBACKSLASH@
42195821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
42205821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pagemap_unittest_CXXFLAGS) $(CXXFLAGS) -c -o pagemap_unittest-pagemap_unittest.obj `if test -f 'src/tests/pagemap_unittest.cc'; then $(CYGPATH_W) 'src/tests/pagemap_unittest.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/pagemap_unittest.cc'; fi`
42215821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
42225821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)profile_handler_unittest-profile-handler_unittest.o: src/tests/profile-handler_unittest.cc
42235821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(profile_handler_unittest_CXXFLAGS) $(CXXFLAGS) -MT profile_handler_unittest-profile-handler_unittest.o -MD -MP -MF $(DEPDIR)/profile_handler_unittest-profile-handler_unittest.Tpo -c -o profile_handler_unittest-profile-handler_unittest.o `test -f 'src/tests/profile-handler_unittest.cc' || echo '$(srcdir)/'`src/tests/profile-handler_unittest.cc
42245821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/profile_handler_unittest-profile-handler_unittest.Tpo $(DEPDIR)/profile_handler_unittest-profile-handler_unittest.Po
42255821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/tests/profile-handler_unittest.cc' object='profile_handler_unittest-profile-handler_unittest.o' libtool=no @AMDEPBACKSLASH@
42265821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
42275821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(profile_handler_unittest_CXXFLAGS) $(CXXFLAGS) -c -o profile_handler_unittest-profile-handler_unittest.o `test -f 'src/tests/profile-handler_unittest.cc' || echo '$(srcdir)/'`src/tests/profile-handler_unittest.cc
42285821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
42295821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)profile_handler_unittest-profile-handler_unittest.obj: src/tests/profile-handler_unittest.cc
42305821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(profile_handler_unittest_CXXFLAGS) $(CXXFLAGS) -MT profile_handler_unittest-profile-handler_unittest.obj -MD -MP -MF $(DEPDIR)/profile_handler_unittest-profile-handler_unittest.Tpo -c -o profile_handler_unittest-profile-handler_unittest.obj `if test -f 'src/tests/profile-handler_unittest.cc'; then $(CYGPATH_W) 'src/tests/profile-handler_unittest.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/profile-handler_unittest.cc'; fi`
42315821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/profile_handler_unittest-profile-handler_unittest.Tpo $(DEPDIR)/profile_handler_unittest-profile-handler_unittest.Po
42325821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/tests/profile-handler_unittest.cc' object='profile_handler_unittest-profile-handler_unittest.obj' libtool=no @AMDEPBACKSLASH@
42335821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
42345821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(profile_handler_unittest_CXXFLAGS) $(CXXFLAGS) -c -o profile_handler_unittest-profile-handler_unittest.obj `if test -f 'src/tests/profile-handler_unittest.cc'; then $(CYGPATH_W) 'src/tests/profile-handler_unittest.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/profile-handler_unittest.cc'; fi`
42355821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
42365821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)profiledata_unittest.o: src/tests/profiledata_unittest.cc
42375821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT profiledata_unittest.o -MD -MP -MF $(DEPDIR)/profiledata_unittest.Tpo -c -o profiledata_unittest.o `test -f 'src/tests/profiledata_unittest.cc' || echo '$(srcdir)/'`src/tests/profiledata_unittest.cc
42385821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/profiledata_unittest.Tpo $(DEPDIR)/profiledata_unittest.Po
42395821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/tests/profiledata_unittest.cc' object='profiledata_unittest.o' libtool=no @AMDEPBACKSLASH@
42405821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
42415821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o profiledata_unittest.o `test -f 'src/tests/profiledata_unittest.cc' || echo '$(srcdir)/'`src/tests/profiledata_unittest.cc
42425821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
42435821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)profiledata_unittest.obj: src/tests/profiledata_unittest.cc
42445821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT profiledata_unittest.obj -MD -MP -MF $(DEPDIR)/profiledata_unittest.Tpo -c -o profiledata_unittest.obj `if test -f 'src/tests/profiledata_unittest.cc'; then $(CYGPATH_W) 'src/tests/profiledata_unittest.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/profiledata_unittest.cc'; fi`
42455821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/profiledata_unittest.Tpo $(DEPDIR)/profiledata_unittest.Po
42465821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/tests/profiledata_unittest.cc' object='profiledata_unittest.obj' libtool=no @AMDEPBACKSLASH@
42475821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
42485821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o profiledata_unittest.obj `if test -f 'src/tests/profiledata_unittest.cc'; then $(CYGPATH_W) 'src/tests/profiledata_unittest.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/profiledata_unittest.cc'; fi`
42495821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
42505821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)profiler1_unittest-profiler_unittest.o: src/tests/profiler_unittest.cc
42515821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(profiler1_unittest_CXXFLAGS) $(CXXFLAGS) -MT profiler1_unittest-profiler_unittest.o -MD -MP -MF $(DEPDIR)/profiler1_unittest-profiler_unittest.Tpo -c -o profiler1_unittest-profiler_unittest.o `test -f 'src/tests/profiler_unittest.cc' || echo '$(srcdir)/'`src/tests/profiler_unittest.cc
42525821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/profiler1_unittest-profiler_unittest.Tpo $(DEPDIR)/profiler1_unittest-profiler_unittest.Po
42535821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/tests/profiler_unittest.cc' object='profiler1_unittest-profiler_unittest.o' libtool=no @AMDEPBACKSLASH@
42545821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
42555821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(profiler1_unittest_CXXFLAGS) $(CXXFLAGS) -c -o profiler1_unittest-profiler_unittest.o `test -f 'src/tests/profiler_unittest.cc' || echo '$(srcdir)/'`src/tests/profiler_unittest.cc
42565821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
42575821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)profiler1_unittest-profiler_unittest.obj: src/tests/profiler_unittest.cc
42585821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(profiler1_unittest_CXXFLAGS) $(CXXFLAGS) -MT profiler1_unittest-profiler_unittest.obj -MD -MP -MF $(DEPDIR)/profiler1_unittest-profiler_unittest.Tpo -c -o profiler1_unittest-profiler_unittest.obj `if test -f 'src/tests/profiler_unittest.cc'; then $(CYGPATH_W) 'src/tests/profiler_unittest.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/profiler_unittest.cc'; fi`
42595821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/profiler1_unittest-profiler_unittest.Tpo $(DEPDIR)/profiler1_unittest-profiler_unittest.Po
42605821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/tests/profiler_unittest.cc' object='profiler1_unittest-profiler_unittest.obj' libtool=no @AMDEPBACKSLASH@
42615821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
42625821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(profiler1_unittest_CXXFLAGS) $(CXXFLAGS) -c -o profiler1_unittest-profiler_unittest.obj `if test -f 'src/tests/profiler_unittest.cc'; then $(CYGPATH_W) 'src/tests/profiler_unittest.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/profiler_unittest.cc'; fi`
42635821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
42645821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)profiler1_unittest-testutil.o: src/tests/testutil.cc
42655821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(profiler1_unittest_CXXFLAGS) $(CXXFLAGS) -MT profiler1_unittest-testutil.o -MD -MP -MF $(DEPDIR)/profiler1_unittest-testutil.Tpo -c -o profiler1_unittest-testutil.o `test -f 'src/tests/testutil.cc' || echo '$(srcdir)/'`src/tests/testutil.cc
42665821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/profiler1_unittest-testutil.Tpo $(DEPDIR)/profiler1_unittest-testutil.Po
42675821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/tests/testutil.cc' object='profiler1_unittest-testutil.o' libtool=no @AMDEPBACKSLASH@
42685821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
42695821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(profiler1_unittest_CXXFLAGS) $(CXXFLAGS) -c -o profiler1_unittest-testutil.o `test -f 'src/tests/testutil.cc' || echo '$(srcdir)/'`src/tests/testutil.cc
42705821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
42715821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)profiler1_unittest-testutil.obj: src/tests/testutil.cc
42725821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(profiler1_unittest_CXXFLAGS) $(CXXFLAGS) -MT profiler1_unittest-testutil.obj -MD -MP -MF $(DEPDIR)/profiler1_unittest-testutil.Tpo -c -o profiler1_unittest-testutil.obj `if test -f 'src/tests/testutil.cc'; then $(CYGPATH_W) 'src/tests/testutil.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/testutil.cc'; fi`
42735821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/profiler1_unittest-testutil.Tpo $(DEPDIR)/profiler1_unittest-testutil.Po
42745821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/tests/testutil.cc' object='profiler1_unittest-testutil.obj' libtool=no @AMDEPBACKSLASH@
42755821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
42765821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(profiler1_unittest_CXXFLAGS) $(CXXFLAGS) -c -o profiler1_unittest-testutil.obj `if test -f 'src/tests/testutil.cc'; then $(CYGPATH_W) 'src/tests/testutil.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/testutil.cc'; fi`
42775821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
42785821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)profiler2_unittest-profiler_unittest.o: src/tests/profiler_unittest.cc
42795821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(profiler2_unittest_CXXFLAGS) $(CXXFLAGS) -MT profiler2_unittest-profiler_unittest.o -MD -MP -MF $(DEPDIR)/profiler2_unittest-profiler_unittest.Tpo -c -o profiler2_unittest-profiler_unittest.o `test -f 'src/tests/profiler_unittest.cc' || echo '$(srcdir)/'`src/tests/profiler_unittest.cc
42805821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/profiler2_unittest-profiler_unittest.Tpo $(DEPDIR)/profiler2_unittest-profiler_unittest.Po
42815821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/tests/profiler_unittest.cc' object='profiler2_unittest-profiler_unittest.o' libtool=no @AMDEPBACKSLASH@
42825821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
42835821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(profiler2_unittest_CXXFLAGS) $(CXXFLAGS) -c -o profiler2_unittest-profiler_unittest.o `test -f 'src/tests/profiler_unittest.cc' || echo '$(srcdir)/'`src/tests/profiler_unittest.cc
42845821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
42855821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)profiler2_unittest-profiler_unittest.obj: src/tests/profiler_unittest.cc
42865821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(profiler2_unittest_CXXFLAGS) $(CXXFLAGS) -MT profiler2_unittest-profiler_unittest.obj -MD -MP -MF $(DEPDIR)/profiler2_unittest-profiler_unittest.Tpo -c -o profiler2_unittest-profiler_unittest.obj `if test -f 'src/tests/profiler_unittest.cc'; then $(CYGPATH_W) 'src/tests/profiler_unittest.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/profiler_unittest.cc'; fi`
42875821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/profiler2_unittest-profiler_unittest.Tpo $(DEPDIR)/profiler2_unittest-profiler_unittest.Po
42885821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/tests/profiler_unittest.cc' object='profiler2_unittest-profiler_unittest.obj' libtool=no @AMDEPBACKSLASH@
42895821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
42905821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(profiler2_unittest_CXXFLAGS) $(CXXFLAGS) -c -o profiler2_unittest-profiler_unittest.obj `if test -f 'src/tests/profiler_unittest.cc'; then $(CYGPATH_W) 'src/tests/profiler_unittest.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/profiler_unittest.cc'; fi`
42915821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
42925821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)profiler2_unittest-testutil.o: src/tests/testutil.cc
42935821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(profiler2_unittest_CXXFLAGS) $(CXXFLAGS) -MT profiler2_unittest-testutil.o -MD -MP -MF $(DEPDIR)/profiler2_unittest-testutil.Tpo -c -o profiler2_unittest-testutil.o `test -f 'src/tests/testutil.cc' || echo '$(srcdir)/'`src/tests/testutil.cc
42945821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/profiler2_unittest-testutil.Tpo $(DEPDIR)/profiler2_unittest-testutil.Po
42955821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/tests/testutil.cc' object='profiler2_unittest-testutil.o' libtool=no @AMDEPBACKSLASH@
42965821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
42975821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(profiler2_unittest_CXXFLAGS) $(CXXFLAGS) -c -o profiler2_unittest-testutil.o `test -f 'src/tests/testutil.cc' || echo '$(srcdir)/'`src/tests/testutil.cc
42985821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
42995821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)profiler2_unittest-testutil.obj: src/tests/testutil.cc
43005821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(profiler2_unittest_CXXFLAGS) $(CXXFLAGS) -MT profiler2_unittest-testutil.obj -MD -MP -MF $(DEPDIR)/profiler2_unittest-testutil.Tpo -c -o profiler2_unittest-testutil.obj `if test -f 'src/tests/testutil.cc'; then $(CYGPATH_W) 'src/tests/testutil.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/testutil.cc'; fi`
43015821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/profiler2_unittest-testutil.Tpo $(DEPDIR)/profiler2_unittest-testutil.Po
43025821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/tests/testutil.cc' object='profiler2_unittest-testutil.obj' libtool=no @AMDEPBACKSLASH@
43035821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
43045821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(profiler2_unittest_CXXFLAGS) $(CXXFLAGS) -c -o profiler2_unittest-testutil.obj `if test -f 'src/tests/testutil.cc'; then $(CYGPATH_W) 'src/tests/testutil.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/testutil.cc'; fi`
43055821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
43065821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)profiler3_unittest-profiler_unittest.o: src/tests/profiler_unittest.cc
43075821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(profiler3_unittest_CXXFLAGS) $(CXXFLAGS) -MT profiler3_unittest-profiler_unittest.o -MD -MP -MF $(DEPDIR)/profiler3_unittest-profiler_unittest.Tpo -c -o profiler3_unittest-profiler_unittest.o `test -f 'src/tests/profiler_unittest.cc' || echo '$(srcdir)/'`src/tests/profiler_unittest.cc
43085821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/profiler3_unittest-profiler_unittest.Tpo $(DEPDIR)/profiler3_unittest-profiler_unittest.Po
43095821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/tests/profiler_unittest.cc' object='profiler3_unittest-profiler_unittest.o' libtool=no @AMDEPBACKSLASH@
43105821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
43115821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(profiler3_unittest_CXXFLAGS) $(CXXFLAGS) -c -o profiler3_unittest-profiler_unittest.o `test -f 'src/tests/profiler_unittest.cc' || echo '$(srcdir)/'`src/tests/profiler_unittest.cc
43125821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
43135821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)profiler3_unittest-profiler_unittest.obj: src/tests/profiler_unittest.cc
43145821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(profiler3_unittest_CXXFLAGS) $(CXXFLAGS) -MT profiler3_unittest-profiler_unittest.obj -MD -MP -MF $(DEPDIR)/profiler3_unittest-profiler_unittest.Tpo -c -o profiler3_unittest-profiler_unittest.obj `if test -f 'src/tests/profiler_unittest.cc'; then $(CYGPATH_W) 'src/tests/profiler_unittest.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/profiler_unittest.cc'; fi`
43155821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/profiler3_unittest-profiler_unittest.Tpo $(DEPDIR)/profiler3_unittest-profiler_unittest.Po
43165821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/tests/profiler_unittest.cc' object='profiler3_unittest-profiler_unittest.obj' libtool=no @AMDEPBACKSLASH@
43175821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
43185821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(profiler3_unittest_CXXFLAGS) $(CXXFLAGS) -c -o profiler3_unittest-profiler_unittest.obj `if test -f 'src/tests/profiler_unittest.cc'; then $(CYGPATH_W) 'src/tests/profiler_unittest.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/profiler_unittest.cc'; fi`
43195821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
43205821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)profiler3_unittest-testutil.o: src/tests/testutil.cc
43215821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(profiler3_unittest_CXXFLAGS) $(CXXFLAGS) -MT profiler3_unittest-testutil.o -MD -MP -MF $(DEPDIR)/profiler3_unittest-testutil.Tpo -c -o profiler3_unittest-testutil.o `test -f 'src/tests/testutil.cc' || echo '$(srcdir)/'`src/tests/testutil.cc
43225821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/profiler3_unittest-testutil.Tpo $(DEPDIR)/profiler3_unittest-testutil.Po
43235821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/tests/testutil.cc' object='profiler3_unittest-testutil.o' libtool=no @AMDEPBACKSLASH@
43245821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
43255821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(profiler3_unittest_CXXFLAGS) $(CXXFLAGS) -c -o profiler3_unittest-testutil.o `test -f 'src/tests/testutil.cc' || echo '$(srcdir)/'`src/tests/testutil.cc
43265821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
43275821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)profiler3_unittest-testutil.obj: src/tests/testutil.cc
43285821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(profiler3_unittest_CXXFLAGS) $(CXXFLAGS) -MT profiler3_unittest-testutil.obj -MD -MP -MF $(DEPDIR)/profiler3_unittest-testutil.Tpo -c -o profiler3_unittest-testutil.obj `if test -f 'src/tests/testutil.cc'; then $(CYGPATH_W) 'src/tests/testutil.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/testutil.cc'; fi`
43295821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/profiler3_unittest-testutil.Tpo $(DEPDIR)/profiler3_unittest-testutil.Po
43305821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/tests/testutil.cc' object='profiler3_unittest-testutil.obj' libtool=no @AMDEPBACKSLASH@
43315821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
43325821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(profiler3_unittest_CXXFLAGS) $(CXXFLAGS) -c -o profiler3_unittest-testutil.obj `if test -f 'src/tests/testutil.cc'; then $(CYGPATH_W) 'src/tests/testutil.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/testutil.cc'; fi`
43335821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
43345821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)profiler4_unittest-profiler_unittest.o: src/tests/profiler_unittest.cc
43355821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(profiler4_unittest_CXXFLAGS) $(CXXFLAGS) -MT profiler4_unittest-profiler_unittest.o -MD -MP -MF $(DEPDIR)/profiler4_unittest-profiler_unittest.Tpo -c -o profiler4_unittest-profiler_unittest.o `test -f 'src/tests/profiler_unittest.cc' || echo '$(srcdir)/'`src/tests/profiler_unittest.cc
43365821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/profiler4_unittest-profiler_unittest.Tpo $(DEPDIR)/profiler4_unittest-profiler_unittest.Po
43375821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/tests/profiler_unittest.cc' object='profiler4_unittest-profiler_unittest.o' libtool=no @AMDEPBACKSLASH@
43385821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
43395821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(profiler4_unittest_CXXFLAGS) $(CXXFLAGS) -c -o profiler4_unittest-profiler_unittest.o `test -f 'src/tests/profiler_unittest.cc' || echo '$(srcdir)/'`src/tests/profiler_unittest.cc
43405821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
43415821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)profiler4_unittest-profiler_unittest.obj: src/tests/profiler_unittest.cc
43425821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(profiler4_unittest_CXXFLAGS) $(CXXFLAGS) -MT profiler4_unittest-profiler_unittest.obj -MD -MP -MF $(DEPDIR)/profiler4_unittest-profiler_unittest.Tpo -c -o profiler4_unittest-profiler_unittest.obj `if test -f 'src/tests/profiler_unittest.cc'; then $(CYGPATH_W) 'src/tests/profiler_unittest.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/profiler_unittest.cc'; fi`
43435821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/profiler4_unittest-profiler_unittest.Tpo $(DEPDIR)/profiler4_unittest-profiler_unittest.Po
43445821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/tests/profiler_unittest.cc' object='profiler4_unittest-profiler_unittest.obj' libtool=no @AMDEPBACKSLASH@
43455821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
43465821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(profiler4_unittest_CXXFLAGS) $(CXXFLAGS) -c -o profiler4_unittest-profiler_unittest.obj `if test -f 'src/tests/profiler_unittest.cc'; then $(CYGPATH_W) 'src/tests/profiler_unittest.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/profiler_unittest.cc'; fi`
43475821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
43485821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)profiler4_unittest-testutil.o: src/tests/testutil.cc
43495821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(profiler4_unittest_CXXFLAGS) $(CXXFLAGS) -MT profiler4_unittest-testutil.o -MD -MP -MF $(DEPDIR)/profiler4_unittest-testutil.Tpo -c -o profiler4_unittest-testutil.o `test -f 'src/tests/testutil.cc' || echo '$(srcdir)/'`src/tests/testutil.cc
43505821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/profiler4_unittest-testutil.Tpo $(DEPDIR)/profiler4_unittest-testutil.Po
43515821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/tests/testutil.cc' object='profiler4_unittest-testutil.o' libtool=no @AMDEPBACKSLASH@
43525821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
43535821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(profiler4_unittest_CXXFLAGS) $(CXXFLAGS) -c -o profiler4_unittest-testutil.o `test -f 'src/tests/testutil.cc' || echo '$(srcdir)/'`src/tests/testutil.cc
43545821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
43555821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)profiler4_unittest-testutil.obj: src/tests/testutil.cc
43565821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(profiler4_unittest_CXXFLAGS) $(CXXFLAGS) -MT profiler4_unittest-testutil.obj -MD -MP -MF $(DEPDIR)/profiler4_unittest-testutil.Tpo -c -o profiler4_unittest-testutil.obj `if test -f 'src/tests/testutil.cc'; then $(CYGPATH_W) 'src/tests/testutil.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/testutil.cc'; fi`
43575821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/profiler4_unittest-testutil.Tpo $(DEPDIR)/profiler4_unittest-testutil.Po
43585821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/tests/testutil.cc' object='profiler4_unittest-testutil.obj' libtool=no @AMDEPBACKSLASH@
43595821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
43605821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(profiler4_unittest_CXXFLAGS) $(CXXFLAGS) -c -o profiler4_unittest-testutil.obj `if test -f 'src/tests/testutil.cc'; then $(CYGPATH_W) 'src/tests/testutil.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/testutil.cc'; fi`
43615821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
43625821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)raw_printer_test-raw_printer_test.o: src/tests/raw_printer_test.cc
43635821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(raw_printer_test_CXXFLAGS) $(CXXFLAGS) -MT raw_printer_test-raw_printer_test.o -MD -MP -MF $(DEPDIR)/raw_printer_test-raw_printer_test.Tpo -c -o raw_printer_test-raw_printer_test.o `test -f 'src/tests/raw_printer_test.cc' || echo '$(srcdir)/'`src/tests/raw_printer_test.cc
43645821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/raw_printer_test-raw_printer_test.Tpo $(DEPDIR)/raw_printer_test-raw_printer_test.Po
43655821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/tests/raw_printer_test.cc' object='raw_printer_test-raw_printer_test.o' libtool=no @AMDEPBACKSLASH@
43665821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
43675821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(raw_printer_test_CXXFLAGS) $(CXXFLAGS) -c -o raw_printer_test-raw_printer_test.o `test -f 'src/tests/raw_printer_test.cc' || echo '$(srcdir)/'`src/tests/raw_printer_test.cc
43685821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
43695821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)raw_printer_test-raw_printer_test.obj: src/tests/raw_printer_test.cc
43705821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(raw_printer_test_CXXFLAGS) $(CXXFLAGS) -MT raw_printer_test-raw_printer_test.obj -MD -MP -MF $(DEPDIR)/raw_printer_test-raw_printer_test.Tpo -c -o raw_printer_test-raw_printer_test.obj `if test -f 'src/tests/raw_printer_test.cc'; then $(CYGPATH_W) 'src/tests/raw_printer_test.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/raw_printer_test.cc'; fi`
43715821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/raw_printer_test-raw_printer_test.Tpo $(DEPDIR)/raw_printer_test-raw_printer_test.Po
43725821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/tests/raw_printer_test.cc' object='raw_printer_test-raw_printer_test.obj' libtool=no @AMDEPBACKSLASH@
43735821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
43745821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(raw_printer_test_CXXFLAGS) $(CXXFLAGS) -c -o raw_printer_test-raw_printer_test.obj `if test -f 'src/tests/raw_printer_test.cc'; then $(CYGPATH_W) 'src/tests/raw_printer_test.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/raw_printer_test.cc'; fi`
43755821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
43765821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)realloc_debug_unittest-realloc_unittest.o: src/tests/realloc_unittest.cc
43775821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(realloc_debug_unittest_CXXFLAGS) $(CXXFLAGS) -MT realloc_debug_unittest-realloc_unittest.o -MD -MP -MF $(DEPDIR)/realloc_debug_unittest-realloc_unittest.Tpo -c -o realloc_debug_unittest-realloc_unittest.o `test -f 'src/tests/realloc_unittest.cc' || echo '$(srcdir)/'`src/tests/realloc_unittest.cc
43785821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/realloc_debug_unittest-realloc_unittest.Tpo $(DEPDIR)/realloc_debug_unittest-realloc_unittest.Po
43795821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/tests/realloc_unittest.cc' object='realloc_debug_unittest-realloc_unittest.o' libtool=no @AMDEPBACKSLASH@
43805821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
43815821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(realloc_debug_unittest_CXXFLAGS) $(CXXFLAGS) -c -o realloc_debug_unittest-realloc_unittest.o `test -f 'src/tests/realloc_unittest.cc' || echo '$(srcdir)/'`src/tests/realloc_unittest.cc
43825821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
43835821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)realloc_debug_unittest-realloc_unittest.obj: src/tests/realloc_unittest.cc
43845821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(realloc_debug_unittest_CXXFLAGS) $(CXXFLAGS) -MT realloc_debug_unittest-realloc_unittest.obj -MD -MP -MF $(DEPDIR)/realloc_debug_unittest-realloc_unittest.Tpo -c -o realloc_debug_unittest-realloc_unittest.obj `if test -f 'src/tests/realloc_unittest.cc'; then $(CYGPATH_W) 'src/tests/realloc_unittest.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/realloc_unittest.cc'; fi`
43855821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/realloc_debug_unittest-realloc_unittest.Tpo $(DEPDIR)/realloc_debug_unittest-realloc_unittest.Po
43865821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/tests/realloc_unittest.cc' object='realloc_debug_unittest-realloc_unittest.obj' libtool=no @AMDEPBACKSLASH@
43875821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
43885821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(realloc_debug_unittest_CXXFLAGS) $(CXXFLAGS) -c -o realloc_debug_unittest-realloc_unittest.obj `if test -f 'src/tests/realloc_unittest.cc'; then $(CYGPATH_W) 'src/tests/realloc_unittest.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/realloc_unittest.cc'; fi`
43895821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
43905821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)realloc_unittest-realloc_unittest.o: src/tests/realloc_unittest.cc
43915821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(realloc_unittest_CXXFLAGS) $(CXXFLAGS) -MT realloc_unittest-realloc_unittest.o -MD -MP -MF $(DEPDIR)/realloc_unittest-realloc_unittest.Tpo -c -o realloc_unittest-realloc_unittest.o `test -f 'src/tests/realloc_unittest.cc' || echo '$(srcdir)/'`src/tests/realloc_unittest.cc
43925821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/realloc_unittest-realloc_unittest.Tpo $(DEPDIR)/realloc_unittest-realloc_unittest.Po
43935821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/tests/realloc_unittest.cc' object='realloc_unittest-realloc_unittest.o' libtool=no @AMDEPBACKSLASH@
43945821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
43955821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(realloc_unittest_CXXFLAGS) $(CXXFLAGS) -c -o realloc_unittest-realloc_unittest.o `test -f 'src/tests/realloc_unittest.cc' || echo '$(srcdir)/'`src/tests/realloc_unittest.cc
43965821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
43975821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)realloc_unittest-realloc_unittest.obj: src/tests/realloc_unittest.cc
43985821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(realloc_unittest_CXXFLAGS) $(CXXFLAGS) -MT realloc_unittest-realloc_unittest.obj -MD -MP -MF $(DEPDIR)/realloc_unittest-realloc_unittest.Tpo -c -o realloc_unittest-realloc_unittest.obj `if test -f 'src/tests/realloc_unittest.cc'; then $(CYGPATH_W) 'src/tests/realloc_unittest.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/realloc_unittest.cc'; fi`
43995821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/realloc_unittest-realloc_unittest.Tpo $(DEPDIR)/realloc_unittest-realloc_unittest.Po
44005821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/tests/realloc_unittest.cc' object='realloc_unittest-realloc_unittest.obj' libtool=no @AMDEPBACKSLASH@
44015821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
44025821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(realloc_unittest_CXXFLAGS) $(CXXFLAGS) -c -o realloc_unittest-realloc_unittest.obj `if test -f 'src/tests/realloc_unittest.cc'; then $(CYGPATH_W) 'src/tests/realloc_unittest.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/realloc_unittest.cc'; fi`
44035821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
44045821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)sampler_debug_test-sampler_test.o: src/tests/sampler_test.cc
44055821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sampler_debug_test_CXXFLAGS) $(CXXFLAGS) -MT sampler_debug_test-sampler_test.o -MD -MP -MF $(DEPDIR)/sampler_debug_test-sampler_test.Tpo -c -o sampler_debug_test-sampler_test.o `test -f 'src/tests/sampler_test.cc' || echo '$(srcdir)/'`src/tests/sampler_test.cc
44065821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/sampler_debug_test-sampler_test.Tpo $(DEPDIR)/sampler_debug_test-sampler_test.Po
44075821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/tests/sampler_test.cc' object='sampler_debug_test-sampler_test.o' libtool=no @AMDEPBACKSLASH@
44085821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
44095821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sampler_debug_test_CXXFLAGS) $(CXXFLAGS) -c -o sampler_debug_test-sampler_test.o `test -f 'src/tests/sampler_test.cc' || echo '$(srcdir)/'`src/tests/sampler_test.cc
44105821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
44115821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)sampler_debug_test-sampler_test.obj: src/tests/sampler_test.cc
44125821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sampler_debug_test_CXXFLAGS) $(CXXFLAGS) -MT sampler_debug_test-sampler_test.obj -MD -MP -MF $(DEPDIR)/sampler_debug_test-sampler_test.Tpo -c -o sampler_debug_test-sampler_test.obj `if test -f 'src/tests/sampler_test.cc'; then $(CYGPATH_W) 'src/tests/sampler_test.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/sampler_test.cc'; fi`
44135821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/sampler_debug_test-sampler_test.Tpo $(DEPDIR)/sampler_debug_test-sampler_test.Po
44145821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/tests/sampler_test.cc' object='sampler_debug_test-sampler_test.obj' libtool=no @AMDEPBACKSLASH@
44155821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
44165821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sampler_debug_test_CXXFLAGS) $(CXXFLAGS) -c -o sampler_debug_test-sampler_test.obj `if test -f 'src/tests/sampler_test.cc'; then $(CYGPATH_W) 'src/tests/sampler_test.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/sampler_test.cc'; fi`
44175821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
44185821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)sampler_test-sampler_test.o: src/tests/sampler_test.cc
44195821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sampler_test_CXXFLAGS) $(CXXFLAGS) -MT sampler_test-sampler_test.o -MD -MP -MF $(DEPDIR)/sampler_test-sampler_test.Tpo -c -o sampler_test-sampler_test.o `test -f 'src/tests/sampler_test.cc' || echo '$(srcdir)/'`src/tests/sampler_test.cc
44205821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/sampler_test-sampler_test.Tpo $(DEPDIR)/sampler_test-sampler_test.Po
44215821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/tests/sampler_test.cc' object='sampler_test-sampler_test.o' libtool=no @AMDEPBACKSLASH@
44225821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
44235821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sampler_test_CXXFLAGS) $(CXXFLAGS) -c -o sampler_test-sampler_test.o `test -f 'src/tests/sampler_test.cc' || echo '$(srcdir)/'`src/tests/sampler_test.cc
44245821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
44255821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)sampler_test-sampler_test.obj: src/tests/sampler_test.cc
44265821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sampler_test_CXXFLAGS) $(CXXFLAGS) -MT sampler_test-sampler_test.obj -MD -MP -MF $(DEPDIR)/sampler_test-sampler_test.Tpo -c -o sampler_test-sampler_test.obj `if test -f 'src/tests/sampler_test.cc'; then $(CYGPATH_W) 'src/tests/sampler_test.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/sampler_test.cc'; fi`
44275821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/sampler_test-sampler_test.Tpo $(DEPDIR)/sampler_test-sampler_test.Po
44285821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/tests/sampler_test.cc' object='sampler_test-sampler_test.obj' libtool=no @AMDEPBACKSLASH@
44295821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
44305821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sampler_test_CXXFLAGS) $(CXXFLAGS) -c -o sampler_test-sampler_test.obj `if test -f 'src/tests/sampler_test.cc'; then $(CYGPATH_W) 'src/tests/sampler_test.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/sampler_test.cc'; fi`
44315821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
44325821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)sampling_debug_test-sampling_test.o: src/tests/sampling_test.cc
44335821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sampling_debug_test_CXXFLAGS) $(CXXFLAGS) -MT sampling_debug_test-sampling_test.o -MD -MP -MF $(DEPDIR)/sampling_debug_test-sampling_test.Tpo -c -o sampling_debug_test-sampling_test.o `test -f 'src/tests/sampling_test.cc' || echo '$(srcdir)/'`src/tests/sampling_test.cc
44345821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/sampling_debug_test-sampling_test.Tpo $(DEPDIR)/sampling_debug_test-sampling_test.Po
44355821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/tests/sampling_test.cc' object='sampling_debug_test-sampling_test.o' libtool=no @AMDEPBACKSLASH@
44365821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
44375821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sampling_debug_test_CXXFLAGS) $(CXXFLAGS) -c -o sampling_debug_test-sampling_test.o `test -f 'src/tests/sampling_test.cc' || echo '$(srcdir)/'`src/tests/sampling_test.cc
44385821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
44395821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)sampling_debug_test-sampling_test.obj: src/tests/sampling_test.cc
44405821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sampling_debug_test_CXXFLAGS) $(CXXFLAGS) -MT sampling_debug_test-sampling_test.obj -MD -MP -MF $(DEPDIR)/sampling_debug_test-sampling_test.Tpo -c -o sampling_debug_test-sampling_test.obj `if test -f 'src/tests/sampling_test.cc'; then $(CYGPATH_W) 'src/tests/sampling_test.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/sampling_test.cc'; fi`
44415821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/sampling_debug_test-sampling_test.Tpo $(DEPDIR)/sampling_debug_test-sampling_test.Po
44425821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/tests/sampling_test.cc' object='sampling_debug_test-sampling_test.obj' libtool=no @AMDEPBACKSLASH@
44435821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
44445821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sampling_debug_test_CXXFLAGS) $(CXXFLAGS) -c -o sampling_debug_test-sampling_test.obj `if test -f 'src/tests/sampling_test.cc'; then $(CYGPATH_W) 'src/tests/sampling_test.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/sampling_test.cc'; fi`
44455821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
44465821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)sampling_test-sampling_test.o: src/tests/sampling_test.cc
44475821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sampling_test_CXXFLAGS) $(CXXFLAGS) -MT sampling_test-sampling_test.o -MD -MP -MF $(DEPDIR)/sampling_test-sampling_test.Tpo -c -o sampling_test-sampling_test.o `test -f 'src/tests/sampling_test.cc' || echo '$(srcdir)/'`src/tests/sampling_test.cc
44485821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/sampling_test-sampling_test.Tpo $(DEPDIR)/sampling_test-sampling_test.Po
44495821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/tests/sampling_test.cc' object='sampling_test-sampling_test.o' libtool=no @AMDEPBACKSLASH@
44505821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
44515821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sampling_test_CXXFLAGS) $(CXXFLAGS) -c -o sampling_test-sampling_test.o `test -f 'src/tests/sampling_test.cc' || echo '$(srcdir)/'`src/tests/sampling_test.cc
44525821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
44535821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)sampling_test-sampling_test.obj: src/tests/sampling_test.cc
44545821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sampling_test_CXXFLAGS) $(CXXFLAGS) -MT sampling_test-sampling_test.obj -MD -MP -MF $(DEPDIR)/sampling_test-sampling_test.Tpo -c -o sampling_test-sampling_test.obj `if test -f 'src/tests/sampling_test.cc'; then $(CYGPATH_W) 'src/tests/sampling_test.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/sampling_test.cc'; fi`
44555821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/sampling_test-sampling_test.Tpo $(DEPDIR)/sampling_test-sampling_test.Po
44565821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/tests/sampling_test.cc' object='sampling_test-sampling_test.obj' libtool=no @AMDEPBACKSLASH@
44575821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
44585821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sampling_test_CXXFLAGS) $(CXXFLAGS) -c -o sampling_test-sampling_test.obj `if test -f 'src/tests/sampling_test.cc'; then $(CYGPATH_W) 'src/tests/sampling_test.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/sampling_test.cc'; fi`
44595821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
44605821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)simple_compat_test.o: src/tests/simple_compat_test.cc
44615821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT simple_compat_test.o -MD -MP -MF $(DEPDIR)/simple_compat_test.Tpo -c -o simple_compat_test.o `test -f 'src/tests/simple_compat_test.cc' || echo '$(srcdir)/'`src/tests/simple_compat_test.cc
44625821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/simple_compat_test.Tpo $(DEPDIR)/simple_compat_test.Po
44635821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/tests/simple_compat_test.cc' object='simple_compat_test.o' libtool=no @AMDEPBACKSLASH@
44645821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
44655821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o simple_compat_test.o `test -f 'src/tests/simple_compat_test.cc' || echo '$(srcdir)/'`src/tests/simple_compat_test.cc
44665821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
44675821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)simple_compat_test.obj: src/tests/simple_compat_test.cc
44685821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT simple_compat_test.obj -MD -MP -MF $(DEPDIR)/simple_compat_test.Tpo -c -o simple_compat_test.obj `if test -f 'src/tests/simple_compat_test.cc'; then $(CYGPATH_W) 'src/tests/simple_compat_test.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/simple_compat_test.cc'; fi`
44695821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/simple_compat_test.Tpo $(DEPDIR)/simple_compat_test.Po
44705821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/tests/simple_compat_test.cc' object='simple_compat_test.obj' libtool=no @AMDEPBACKSLASH@
44715821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
44725821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o simple_compat_test.obj `if test -f 'src/tests/simple_compat_test.cc'; then $(CYGPATH_W) 'src/tests/simple_compat_test.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/simple_compat_test.cc'; fi`
44735821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
44745821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)stack_trace_table_test-stack_trace_table_test.o: src/tests/stack_trace_table_test.cc
44755821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(stack_trace_table_test_CXXFLAGS) $(CXXFLAGS) -MT stack_trace_table_test-stack_trace_table_test.o -MD -MP -MF $(DEPDIR)/stack_trace_table_test-stack_trace_table_test.Tpo -c -o stack_trace_table_test-stack_trace_table_test.o `test -f 'src/tests/stack_trace_table_test.cc' || echo '$(srcdir)/'`src/tests/stack_trace_table_test.cc
44765821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/stack_trace_table_test-stack_trace_table_test.Tpo $(DEPDIR)/stack_trace_table_test-stack_trace_table_test.Po
44775821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/tests/stack_trace_table_test.cc' object='stack_trace_table_test-stack_trace_table_test.o' libtool=no @AMDEPBACKSLASH@
44785821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
44795821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(stack_trace_table_test_CXXFLAGS) $(CXXFLAGS) -c -o stack_trace_table_test-stack_trace_table_test.o `test -f 'src/tests/stack_trace_table_test.cc' || echo '$(srcdir)/'`src/tests/stack_trace_table_test.cc
44805821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
44815821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)stack_trace_table_test-stack_trace_table_test.obj: src/tests/stack_trace_table_test.cc
44825821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(stack_trace_table_test_CXXFLAGS) $(CXXFLAGS) -MT stack_trace_table_test-stack_trace_table_test.obj -MD -MP -MF $(DEPDIR)/stack_trace_table_test-stack_trace_table_test.Tpo -c -o stack_trace_table_test-stack_trace_table_test.obj `if test -f 'src/tests/stack_trace_table_test.cc'; then $(CYGPATH_W) 'src/tests/stack_trace_table_test.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/stack_trace_table_test.cc'; fi`
44835821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/stack_trace_table_test-stack_trace_table_test.Tpo $(DEPDIR)/stack_trace_table_test-stack_trace_table_test.Po
44845821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/tests/stack_trace_table_test.cc' object='stack_trace_table_test-stack_trace_table_test.obj' libtool=no @AMDEPBACKSLASH@
44855821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
44865821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(stack_trace_table_test_CXXFLAGS) $(CXXFLAGS) -c -o stack_trace_table_test-stack_trace_table_test.obj `if test -f 'src/tests/stack_trace_table_test.cc'; then $(CYGPATH_W) 'src/tests/stack_trace_table_test.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/stack_trace_table_test.cc'; fi`
44875821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
44885821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)stacktrace_unittest.o: src/tests/stacktrace_unittest.cc
44895821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT stacktrace_unittest.o -MD -MP -MF $(DEPDIR)/stacktrace_unittest.Tpo -c -o stacktrace_unittest.o `test -f 'src/tests/stacktrace_unittest.cc' || echo '$(srcdir)/'`src/tests/stacktrace_unittest.cc
44905821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/stacktrace_unittest.Tpo $(DEPDIR)/stacktrace_unittest.Po
44915821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/tests/stacktrace_unittest.cc' object='stacktrace_unittest.o' libtool=no @AMDEPBACKSLASH@
44925821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
44935821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o stacktrace_unittest.o `test -f 'src/tests/stacktrace_unittest.cc' || echo '$(srcdir)/'`src/tests/stacktrace_unittest.cc
44945821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
44955821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)stacktrace_unittest.obj: src/tests/stacktrace_unittest.cc
44965821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT stacktrace_unittest.obj -MD -MP -MF $(DEPDIR)/stacktrace_unittest.Tpo -c -o stacktrace_unittest.obj `if test -f 'src/tests/stacktrace_unittest.cc'; then $(CYGPATH_W) 'src/tests/stacktrace_unittest.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/stacktrace_unittest.cc'; fi`
44975821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/stacktrace_unittest.Tpo $(DEPDIR)/stacktrace_unittest.Po
44985821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/tests/stacktrace_unittest.cc' object='stacktrace_unittest.obj' libtool=no @AMDEPBACKSLASH@
44995821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
45005821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o stacktrace_unittest.obj `if test -f 'src/tests/stacktrace_unittest.cc'; then $(CYGPATH_W) 'src/tests/stacktrace_unittest.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/stacktrace_unittest.cc'; fi`
45015821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
45025821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)system_alloc_unittest-system-alloc_unittest.o: src/tests/system-alloc_unittest.cc
45035821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(system_alloc_unittest_CXXFLAGS) $(CXXFLAGS) -MT system_alloc_unittest-system-alloc_unittest.o -MD -MP -MF $(DEPDIR)/system_alloc_unittest-system-alloc_unittest.Tpo -c -o system_alloc_unittest-system-alloc_unittest.o `test -f 'src/tests/system-alloc_unittest.cc' || echo '$(srcdir)/'`src/tests/system-alloc_unittest.cc
45045821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/system_alloc_unittest-system-alloc_unittest.Tpo $(DEPDIR)/system_alloc_unittest-system-alloc_unittest.Po
45055821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/tests/system-alloc_unittest.cc' object='system_alloc_unittest-system-alloc_unittest.o' libtool=no @AMDEPBACKSLASH@
45065821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
45075821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(system_alloc_unittest_CXXFLAGS) $(CXXFLAGS) -c -o system_alloc_unittest-system-alloc_unittest.o `test -f 'src/tests/system-alloc_unittest.cc' || echo '$(srcdir)/'`src/tests/system-alloc_unittest.cc
45085821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
45095821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)system_alloc_unittest-system-alloc_unittest.obj: src/tests/system-alloc_unittest.cc
45105821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(system_alloc_unittest_CXXFLAGS) $(CXXFLAGS) -MT system_alloc_unittest-system-alloc_unittest.obj -MD -MP -MF $(DEPDIR)/system_alloc_unittest-system-alloc_unittest.Tpo -c -o system_alloc_unittest-system-alloc_unittest.obj `if test -f 'src/tests/system-alloc_unittest.cc'; then $(CYGPATH_W) 'src/tests/system-alloc_unittest.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/system-alloc_unittest.cc'; fi`
45115821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/system_alloc_unittest-system-alloc_unittest.Tpo $(DEPDIR)/system_alloc_unittest-system-alloc_unittest.Po
45125821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/tests/system-alloc_unittest.cc' object='system_alloc_unittest-system-alloc_unittest.obj' libtool=no @AMDEPBACKSLASH@
45135821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
45145821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(system_alloc_unittest_CXXFLAGS) $(CXXFLAGS) -c -o system_alloc_unittest-system-alloc_unittest.obj `if test -f 'src/tests/system-alloc_unittest.cc'; then $(CYGPATH_W) 'src/tests/system-alloc_unittest.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/system-alloc_unittest.cc'; fi`
45155821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
45165821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)tcmalloc_and_profiler_unittest-tcmalloc_unittest.o: src/tests/tcmalloc_unittest.cc
45175821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tcmalloc_and_profiler_unittest_CXXFLAGS) $(CXXFLAGS) -MT tcmalloc_and_profiler_unittest-tcmalloc_unittest.o -MD -MP -MF $(DEPDIR)/tcmalloc_and_profiler_unittest-tcmalloc_unittest.Tpo -c -o tcmalloc_and_profiler_unittest-tcmalloc_unittest.o `test -f 'src/tests/tcmalloc_unittest.cc' || echo '$(srcdir)/'`src/tests/tcmalloc_unittest.cc
45185821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/tcmalloc_and_profiler_unittest-tcmalloc_unittest.Tpo $(DEPDIR)/tcmalloc_and_profiler_unittest-tcmalloc_unittest.Po
45195821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/tests/tcmalloc_unittest.cc' object='tcmalloc_and_profiler_unittest-tcmalloc_unittest.o' libtool=no @AMDEPBACKSLASH@
45205821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
45215821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tcmalloc_and_profiler_unittest_CXXFLAGS) $(CXXFLAGS) -c -o tcmalloc_and_profiler_unittest-tcmalloc_unittest.o `test -f 'src/tests/tcmalloc_unittest.cc' || echo '$(srcdir)/'`src/tests/tcmalloc_unittest.cc
45225821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
45235821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)tcmalloc_and_profiler_unittest-tcmalloc_unittest.obj: src/tests/tcmalloc_unittest.cc
45245821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tcmalloc_and_profiler_unittest_CXXFLAGS) $(CXXFLAGS) -MT tcmalloc_and_profiler_unittest-tcmalloc_unittest.obj -MD -MP -MF $(DEPDIR)/tcmalloc_and_profiler_unittest-tcmalloc_unittest.Tpo -c -o tcmalloc_and_profiler_unittest-tcmalloc_unittest.obj `if test -f 'src/tests/tcmalloc_unittest.cc'; then $(CYGPATH_W) 'src/tests/tcmalloc_unittest.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/tcmalloc_unittest.cc'; fi`
45255821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/tcmalloc_and_profiler_unittest-tcmalloc_unittest.Tpo $(DEPDIR)/tcmalloc_and_profiler_unittest-tcmalloc_unittest.Po
45265821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/tests/tcmalloc_unittest.cc' object='tcmalloc_and_profiler_unittest-tcmalloc_unittest.obj' libtool=no @AMDEPBACKSLASH@
45275821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
45285821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tcmalloc_and_profiler_unittest_CXXFLAGS) $(CXXFLAGS) -c -o tcmalloc_and_profiler_unittest-tcmalloc_unittest.obj `if test -f 'src/tests/tcmalloc_unittest.cc'; then $(CYGPATH_W) 'src/tests/tcmalloc_unittest.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/tcmalloc_unittest.cc'; fi`
45295821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
45305821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)tcmalloc_and_profiler_unittest-testutil.o: src/tests/testutil.cc
45315821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tcmalloc_and_profiler_unittest_CXXFLAGS) $(CXXFLAGS) -MT tcmalloc_and_profiler_unittest-testutil.o -MD -MP -MF $(DEPDIR)/tcmalloc_and_profiler_unittest-testutil.Tpo -c -o tcmalloc_and_profiler_unittest-testutil.o `test -f 'src/tests/testutil.cc' || echo '$(srcdir)/'`src/tests/testutil.cc
45325821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/tcmalloc_and_profiler_unittest-testutil.Tpo $(DEPDIR)/tcmalloc_and_profiler_unittest-testutil.Po
45335821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/tests/testutil.cc' object='tcmalloc_and_profiler_unittest-testutil.o' libtool=no @AMDEPBACKSLASH@
45345821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
45355821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tcmalloc_and_profiler_unittest_CXXFLAGS) $(CXXFLAGS) -c -o tcmalloc_and_profiler_unittest-testutil.o `test -f 'src/tests/testutil.cc' || echo '$(srcdir)/'`src/tests/testutil.cc
45365821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
45375821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)tcmalloc_and_profiler_unittest-testutil.obj: src/tests/testutil.cc
45385821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tcmalloc_and_profiler_unittest_CXXFLAGS) $(CXXFLAGS) -MT tcmalloc_and_profiler_unittest-testutil.obj -MD -MP -MF $(DEPDIR)/tcmalloc_and_profiler_unittest-testutil.Tpo -c -o tcmalloc_and_profiler_unittest-testutil.obj `if test -f 'src/tests/testutil.cc'; then $(CYGPATH_W) 'src/tests/testutil.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/testutil.cc'; fi`
45395821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/tcmalloc_and_profiler_unittest-testutil.Tpo $(DEPDIR)/tcmalloc_and_profiler_unittest-testutil.Po
45405821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/tests/testutil.cc' object='tcmalloc_and_profiler_unittest-testutil.obj' libtool=no @AMDEPBACKSLASH@
45415821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
45425821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tcmalloc_and_profiler_unittest_CXXFLAGS) $(CXXFLAGS) -c -o tcmalloc_and_profiler_unittest-testutil.obj `if test -f 'src/tests/testutil.cc'; then $(CYGPATH_W) 'src/tests/testutil.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/testutil.cc'; fi`
45435821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
45445821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)tcmalloc_both_unittest-tcmalloc_unittest.o: src/tests/tcmalloc_unittest.cc
45455821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tcmalloc_both_unittest_CXXFLAGS) $(CXXFLAGS) -MT tcmalloc_both_unittest-tcmalloc_unittest.o -MD -MP -MF $(DEPDIR)/tcmalloc_both_unittest-tcmalloc_unittest.Tpo -c -o tcmalloc_both_unittest-tcmalloc_unittest.o `test -f 'src/tests/tcmalloc_unittest.cc' || echo '$(srcdir)/'`src/tests/tcmalloc_unittest.cc
45465821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/tcmalloc_both_unittest-tcmalloc_unittest.Tpo $(DEPDIR)/tcmalloc_both_unittest-tcmalloc_unittest.Po
45475821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/tests/tcmalloc_unittest.cc' object='tcmalloc_both_unittest-tcmalloc_unittest.o' libtool=no @AMDEPBACKSLASH@
45485821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
45495821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tcmalloc_both_unittest_CXXFLAGS) $(CXXFLAGS) -c -o tcmalloc_both_unittest-tcmalloc_unittest.o `test -f 'src/tests/tcmalloc_unittest.cc' || echo '$(srcdir)/'`src/tests/tcmalloc_unittest.cc
45505821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
45515821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)tcmalloc_both_unittest-tcmalloc_unittest.obj: src/tests/tcmalloc_unittest.cc
45525821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tcmalloc_both_unittest_CXXFLAGS) $(CXXFLAGS) -MT tcmalloc_both_unittest-tcmalloc_unittest.obj -MD -MP -MF $(DEPDIR)/tcmalloc_both_unittest-tcmalloc_unittest.Tpo -c -o tcmalloc_both_unittest-tcmalloc_unittest.obj `if test -f 'src/tests/tcmalloc_unittest.cc'; then $(CYGPATH_W) 'src/tests/tcmalloc_unittest.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/tcmalloc_unittest.cc'; fi`
45535821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/tcmalloc_both_unittest-tcmalloc_unittest.Tpo $(DEPDIR)/tcmalloc_both_unittest-tcmalloc_unittest.Po
45545821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/tests/tcmalloc_unittest.cc' object='tcmalloc_both_unittest-tcmalloc_unittest.obj' libtool=no @AMDEPBACKSLASH@
45555821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
45565821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tcmalloc_both_unittest_CXXFLAGS) $(CXXFLAGS) -c -o tcmalloc_both_unittest-tcmalloc_unittest.obj `if test -f 'src/tests/tcmalloc_unittest.cc'; then $(CYGPATH_W) 'src/tests/tcmalloc_unittest.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/tcmalloc_unittest.cc'; fi`
45575821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
45585821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)tcmalloc_both_unittest-testutil.o: src/tests/testutil.cc
45595821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tcmalloc_both_unittest_CXXFLAGS) $(CXXFLAGS) -MT tcmalloc_both_unittest-testutil.o -MD -MP -MF $(DEPDIR)/tcmalloc_both_unittest-testutil.Tpo -c -o tcmalloc_both_unittest-testutil.o `test -f 'src/tests/testutil.cc' || echo '$(srcdir)/'`src/tests/testutil.cc
45605821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/tcmalloc_both_unittest-testutil.Tpo $(DEPDIR)/tcmalloc_both_unittest-testutil.Po
45615821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/tests/testutil.cc' object='tcmalloc_both_unittest-testutil.o' libtool=no @AMDEPBACKSLASH@
45625821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
45635821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tcmalloc_both_unittest_CXXFLAGS) $(CXXFLAGS) -c -o tcmalloc_both_unittest-testutil.o `test -f 'src/tests/testutil.cc' || echo '$(srcdir)/'`src/tests/testutil.cc
45645821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
45655821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)tcmalloc_both_unittest-testutil.obj: src/tests/testutil.cc
45665821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tcmalloc_both_unittest_CXXFLAGS) $(CXXFLAGS) -MT tcmalloc_both_unittest-testutil.obj -MD -MP -MF $(DEPDIR)/tcmalloc_both_unittest-testutil.Tpo -c -o tcmalloc_both_unittest-testutil.obj `if test -f 'src/tests/testutil.cc'; then $(CYGPATH_W) 'src/tests/testutil.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/testutil.cc'; fi`
45675821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/tcmalloc_both_unittest-testutil.Tpo $(DEPDIR)/tcmalloc_both_unittest-testutil.Po
45685821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/tests/testutil.cc' object='tcmalloc_both_unittest-testutil.obj' libtool=no @AMDEPBACKSLASH@
45695821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
45705821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tcmalloc_both_unittest_CXXFLAGS) $(CXXFLAGS) -c -o tcmalloc_both_unittest-testutil.obj `if test -f 'src/tests/testutil.cc'; then $(CYGPATH_W) 'src/tests/testutil.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/testutil.cc'; fi`
45715821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
45725821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)tcmalloc_debug_unittest-tcmalloc_unittest.o: src/tests/tcmalloc_unittest.cc
45735821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tcmalloc_debug_unittest_CXXFLAGS) $(CXXFLAGS) -MT tcmalloc_debug_unittest-tcmalloc_unittest.o -MD -MP -MF $(DEPDIR)/tcmalloc_debug_unittest-tcmalloc_unittest.Tpo -c -o tcmalloc_debug_unittest-tcmalloc_unittest.o `test -f 'src/tests/tcmalloc_unittest.cc' || echo '$(srcdir)/'`src/tests/tcmalloc_unittest.cc
45745821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/tcmalloc_debug_unittest-tcmalloc_unittest.Tpo $(DEPDIR)/tcmalloc_debug_unittest-tcmalloc_unittest.Po
45755821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/tests/tcmalloc_unittest.cc' object='tcmalloc_debug_unittest-tcmalloc_unittest.o' libtool=no @AMDEPBACKSLASH@
45765821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
45775821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tcmalloc_debug_unittest_CXXFLAGS) $(CXXFLAGS) -c -o tcmalloc_debug_unittest-tcmalloc_unittest.o `test -f 'src/tests/tcmalloc_unittest.cc' || echo '$(srcdir)/'`src/tests/tcmalloc_unittest.cc
45785821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
45795821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)tcmalloc_debug_unittest-tcmalloc_unittest.obj: src/tests/tcmalloc_unittest.cc
45805821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tcmalloc_debug_unittest_CXXFLAGS) $(CXXFLAGS) -MT tcmalloc_debug_unittest-tcmalloc_unittest.obj -MD -MP -MF $(DEPDIR)/tcmalloc_debug_unittest-tcmalloc_unittest.Tpo -c -o tcmalloc_debug_unittest-tcmalloc_unittest.obj `if test -f 'src/tests/tcmalloc_unittest.cc'; then $(CYGPATH_W) 'src/tests/tcmalloc_unittest.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/tcmalloc_unittest.cc'; fi`
45815821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/tcmalloc_debug_unittest-tcmalloc_unittest.Tpo $(DEPDIR)/tcmalloc_debug_unittest-tcmalloc_unittest.Po
45825821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/tests/tcmalloc_unittest.cc' object='tcmalloc_debug_unittest-tcmalloc_unittest.obj' libtool=no @AMDEPBACKSLASH@
45835821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
45845821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tcmalloc_debug_unittest_CXXFLAGS) $(CXXFLAGS) -c -o tcmalloc_debug_unittest-tcmalloc_unittest.obj `if test -f 'src/tests/tcmalloc_unittest.cc'; then $(CYGPATH_W) 'src/tests/tcmalloc_unittest.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/tcmalloc_unittest.cc'; fi`
45855821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
45865821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)tcmalloc_debug_unittest-testutil.o: src/tests/testutil.cc
45875821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tcmalloc_debug_unittest_CXXFLAGS) $(CXXFLAGS) -MT tcmalloc_debug_unittest-testutil.o -MD -MP -MF $(DEPDIR)/tcmalloc_debug_unittest-testutil.Tpo -c -o tcmalloc_debug_unittest-testutil.o `test -f 'src/tests/testutil.cc' || echo '$(srcdir)/'`src/tests/testutil.cc
45885821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/tcmalloc_debug_unittest-testutil.Tpo $(DEPDIR)/tcmalloc_debug_unittest-testutil.Po
45895821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/tests/testutil.cc' object='tcmalloc_debug_unittest-testutil.o' libtool=no @AMDEPBACKSLASH@
45905821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
45915821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tcmalloc_debug_unittest_CXXFLAGS) $(CXXFLAGS) -c -o tcmalloc_debug_unittest-testutil.o `test -f 'src/tests/testutil.cc' || echo '$(srcdir)/'`src/tests/testutil.cc
45925821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
45935821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)tcmalloc_debug_unittest-testutil.obj: src/tests/testutil.cc
45945821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tcmalloc_debug_unittest_CXXFLAGS) $(CXXFLAGS) -MT tcmalloc_debug_unittest-testutil.obj -MD -MP -MF $(DEPDIR)/tcmalloc_debug_unittest-testutil.Tpo -c -o tcmalloc_debug_unittest-testutil.obj `if test -f 'src/tests/testutil.cc'; then $(CYGPATH_W) 'src/tests/testutil.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/testutil.cc'; fi`
45955821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/tcmalloc_debug_unittest-testutil.Tpo $(DEPDIR)/tcmalloc_debug_unittest-testutil.Po
45965821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/tests/testutil.cc' object='tcmalloc_debug_unittest-testutil.obj' libtool=no @AMDEPBACKSLASH@
45975821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
45985821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tcmalloc_debug_unittest_CXXFLAGS) $(CXXFLAGS) -c -o tcmalloc_debug_unittest-testutil.obj `if test -f 'src/tests/testutil.cc'; then $(CYGPATH_W) 'src/tests/testutil.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/testutil.cc'; fi`
45995821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
46005821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)tcmalloc_large_unittest-tcmalloc_large_unittest.o: src/tests/tcmalloc_large_unittest.cc
46015821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tcmalloc_large_unittest_CXXFLAGS) $(CXXFLAGS) -MT tcmalloc_large_unittest-tcmalloc_large_unittest.o -MD -MP -MF $(DEPDIR)/tcmalloc_large_unittest-tcmalloc_large_unittest.Tpo -c -o tcmalloc_large_unittest-tcmalloc_large_unittest.o `test -f 'src/tests/tcmalloc_large_unittest.cc' || echo '$(srcdir)/'`src/tests/tcmalloc_large_unittest.cc
46025821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/tcmalloc_large_unittest-tcmalloc_large_unittest.Tpo $(DEPDIR)/tcmalloc_large_unittest-tcmalloc_large_unittest.Po
46035821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/tests/tcmalloc_large_unittest.cc' object='tcmalloc_large_unittest-tcmalloc_large_unittest.o' libtool=no @AMDEPBACKSLASH@
46045821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
46055821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tcmalloc_large_unittest_CXXFLAGS) $(CXXFLAGS) -c -o tcmalloc_large_unittest-tcmalloc_large_unittest.o `test -f 'src/tests/tcmalloc_large_unittest.cc' || echo '$(srcdir)/'`src/tests/tcmalloc_large_unittest.cc
46065821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
46075821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)tcmalloc_large_unittest-tcmalloc_large_unittest.obj: src/tests/tcmalloc_large_unittest.cc
46085821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tcmalloc_large_unittest_CXXFLAGS) $(CXXFLAGS) -MT tcmalloc_large_unittest-tcmalloc_large_unittest.obj -MD -MP -MF $(DEPDIR)/tcmalloc_large_unittest-tcmalloc_large_unittest.Tpo -c -o tcmalloc_large_unittest-tcmalloc_large_unittest.obj `if test -f 'src/tests/tcmalloc_large_unittest.cc'; then $(CYGPATH_W) 'src/tests/tcmalloc_large_unittest.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/tcmalloc_large_unittest.cc'; fi`
46095821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/tcmalloc_large_unittest-tcmalloc_large_unittest.Tpo $(DEPDIR)/tcmalloc_large_unittest-tcmalloc_large_unittest.Po
46105821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/tests/tcmalloc_large_unittest.cc' object='tcmalloc_large_unittest-tcmalloc_large_unittest.obj' libtool=no @AMDEPBACKSLASH@
46115821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
46125821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tcmalloc_large_unittest_CXXFLAGS) $(CXXFLAGS) -c -o tcmalloc_large_unittest-tcmalloc_large_unittest.obj `if test -f 'src/tests/tcmalloc_large_unittest.cc'; then $(CYGPATH_W) 'src/tests/tcmalloc_large_unittest.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/tcmalloc_large_unittest.cc'; fi`
46135821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
46145821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)tcmalloc_minimal_debug_unittest-tcmalloc_unittest.o: src/tests/tcmalloc_unittest.cc
46155821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tcmalloc_minimal_debug_unittest_CXXFLAGS) $(CXXFLAGS) -MT tcmalloc_minimal_debug_unittest-tcmalloc_unittest.o -MD -MP -MF $(DEPDIR)/tcmalloc_minimal_debug_unittest-tcmalloc_unittest.Tpo -c -o tcmalloc_minimal_debug_unittest-tcmalloc_unittest.o `test -f 'src/tests/tcmalloc_unittest.cc' || echo '$(srcdir)/'`src/tests/tcmalloc_unittest.cc
46165821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/tcmalloc_minimal_debug_unittest-tcmalloc_unittest.Tpo $(DEPDIR)/tcmalloc_minimal_debug_unittest-tcmalloc_unittest.Po
46175821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/tests/tcmalloc_unittest.cc' object='tcmalloc_minimal_debug_unittest-tcmalloc_unittest.o' libtool=no @AMDEPBACKSLASH@
46185821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
46195821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tcmalloc_minimal_debug_unittest_CXXFLAGS) $(CXXFLAGS) -c -o tcmalloc_minimal_debug_unittest-tcmalloc_unittest.o `test -f 'src/tests/tcmalloc_unittest.cc' || echo '$(srcdir)/'`src/tests/tcmalloc_unittest.cc
46205821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
46215821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)tcmalloc_minimal_debug_unittest-tcmalloc_unittest.obj: src/tests/tcmalloc_unittest.cc
46225821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tcmalloc_minimal_debug_unittest_CXXFLAGS) $(CXXFLAGS) -MT tcmalloc_minimal_debug_unittest-tcmalloc_unittest.obj -MD -MP -MF $(DEPDIR)/tcmalloc_minimal_debug_unittest-tcmalloc_unittest.Tpo -c -o tcmalloc_minimal_debug_unittest-tcmalloc_unittest.obj `if test -f 'src/tests/tcmalloc_unittest.cc'; then $(CYGPATH_W) 'src/tests/tcmalloc_unittest.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/tcmalloc_unittest.cc'; fi`
46235821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/tcmalloc_minimal_debug_unittest-tcmalloc_unittest.Tpo $(DEPDIR)/tcmalloc_minimal_debug_unittest-tcmalloc_unittest.Po
46245821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/tests/tcmalloc_unittest.cc' object='tcmalloc_minimal_debug_unittest-tcmalloc_unittest.obj' libtool=no @AMDEPBACKSLASH@
46255821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
46265821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tcmalloc_minimal_debug_unittest_CXXFLAGS) $(CXXFLAGS) -c -o tcmalloc_minimal_debug_unittest-tcmalloc_unittest.obj `if test -f 'src/tests/tcmalloc_unittest.cc'; then $(CYGPATH_W) 'src/tests/tcmalloc_unittest.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/tcmalloc_unittest.cc'; fi`
46275821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
46285821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)tcmalloc_minimal_debug_unittest-testutil.o: src/tests/testutil.cc
46295821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tcmalloc_minimal_debug_unittest_CXXFLAGS) $(CXXFLAGS) -MT tcmalloc_minimal_debug_unittest-testutil.o -MD -MP -MF $(DEPDIR)/tcmalloc_minimal_debug_unittest-testutil.Tpo -c -o tcmalloc_minimal_debug_unittest-testutil.o `test -f 'src/tests/testutil.cc' || echo '$(srcdir)/'`src/tests/testutil.cc
46305821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/tcmalloc_minimal_debug_unittest-testutil.Tpo $(DEPDIR)/tcmalloc_minimal_debug_unittest-testutil.Po
46315821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/tests/testutil.cc' object='tcmalloc_minimal_debug_unittest-testutil.o' libtool=no @AMDEPBACKSLASH@
46325821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
46335821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tcmalloc_minimal_debug_unittest_CXXFLAGS) $(CXXFLAGS) -c -o tcmalloc_minimal_debug_unittest-testutil.o `test -f 'src/tests/testutil.cc' || echo '$(srcdir)/'`src/tests/testutil.cc
46345821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
46355821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)tcmalloc_minimal_debug_unittest-testutil.obj: src/tests/testutil.cc
46365821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tcmalloc_minimal_debug_unittest_CXXFLAGS) $(CXXFLAGS) -MT tcmalloc_minimal_debug_unittest-testutil.obj -MD -MP -MF $(DEPDIR)/tcmalloc_minimal_debug_unittest-testutil.Tpo -c -o tcmalloc_minimal_debug_unittest-testutil.obj `if test -f 'src/tests/testutil.cc'; then $(CYGPATH_W) 'src/tests/testutil.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/testutil.cc'; fi`
46375821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/tcmalloc_minimal_debug_unittest-testutil.Tpo $(DEPDIR)/tcmalloc_minimal_debug_unittest-testutil.Po
46385821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/tests/testutil.cc' object='tcmalloc_minimal_debug_unittest-testutil.obj' libtool=no @AMDEPBACKSLASH@
46395821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
46405821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tcmalloc_minimal_debug_unittest_CXXFLAGS) $(CXXFLAGS) -c -o tcmalloc_minimal_debug_unittest-testutil.obj `if test -f 'src/tests/testutil.cc'; then $(CYGPATH_W) 'src/tests/testutil.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/testutil.cc'; fi`
46415821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
46425821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)tcmalloc_minimal_large_unittest-tcmalloc_large_unittest.o: src/tests/tcmalloc_large_unittest.cc
46435821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tcmalloc_minimal_large_unittest_CXXFLAGS) $(CXXFLAGS) -MT tcmalloc_minimal_large_unittest-tcmalloc_large_unittest.o -MD -MP -MF $(DEPDIR)/tcmalloc_minimal_large_unittest-tcmalloc_large_unittest.Tpo -c -o tcmalloc_minimal_large_unittest-tcmalloc_large_unittest.o `test -f 'src/tests/tcmalloc_large_unittest.cc' || echo '$(srcdir)/'`src/tests/tcmalloc_large_unittest.cc
46445821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/tcmalloc_minimal_large_unittest-tcmalloc_large_unittest.Tpo $(DEPDIR)/tcmalloc_minimal_large_unittest-tcmalloc_large_unittest.Po
46455821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/tests/tcmalloc_large_unittest.cc' object='tcmalloc_minimal_large_unittest-tcmalloc_large_unittest.o' libtool=no @AMDEPBACKSLASH@
46465821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
46475821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tcmalloc_minimal_large_unittest_CXXFLAGS) $(CXXFLAGS) -c -o tcmalloc_minimal_large_unittest-tcmalloc_large_unittest.o `test -f 'src/tests/tcmalloc_large_unittest.cc' || echo '$(srcdir)/'`src/tests/tcmalloc_large_unittest.cc
46485821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
46495821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)tcmalloc_minimal_large_unittest-tcmalloc_large_unittest.obj: src/tests/tcmalloc_large_unittest.cc
46505821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tcmalloc_minimal_large_unittest_CXXFLAGS) $(CXXFLAGS) -MT tcmalloc_minimal_large_unittest-tcmalloc_large_unittest.obj -MD -MP -MF $(DEPDIR)/tcmalloc_minimal_large_unittest-tcmalloc_large_unittest.Tpo -c -o tcmalloc_minimal_large_unittest-tcmalloc_large_unittest.obj `if test -f 'src/tests/tcmalloc_large_unittest.cc'; then $(CYGPATH_W) 'src/tests/tcmalloc_large_unittest.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/tcmalloc_large_unittest.cc'; fi`
46515821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/tcmalloc_minimal_large_unittest-tcmalloc_large_unittest.Tpo $(DEPDIR)/tcmalloc_minimal_large_unittest-tcmalloc_large_unittest.Po
46525821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/tests/tcmalloc_large_unittest.cc' object='tcmalloc_minimal_large_unittest-tcmalloc_large_unittest.obj' libtool=no @AMDEPBACKSLASH@
46535821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
46545821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tcmalloc_minimal_large_unittest_CXXFLAGS) $(CXXFLAGS) -c -o tcmalloc_minimal_large_unittest-tcmalloc_large_unittest.obj `if test -f 'src/tests/tcmalloc_large_unittest.cc'; then $(CYGPATH_W) 'src/tests/tcmalloc_large_unittest.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/tcmalloc_large_unittest.cc'; fi`
46555821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
46565821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)tcmalloc_minimal_unittest-tcmalloc_unittest.o: src/tests/tcmalloc_unittest.cc
46575821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tcmalloc_minimal_unittest_CXXFLAGS) $(CXXFLAGS) -MT tcmalloc_minimal_unittest-tcmalloc_unittest.o -MD -MP -MF $(DEPDIR)/tcmalloc_minimal_unittest-tcmalloc_unittest.Tpo -c -o tcmalloc_minimal_unittest-tcmalloc_unittest.o `test -f 'src/tests/tcmalloc_unittest.cc' || echo '$(srcdir)/'`src/tests/tcmalloc_unittest.cc
46585821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/tcmalloc_minimal_unittest-tcmalloc_unittest.Tpo $(DEPDIR)/tcmalloc_minimal_unittest-tcmalloc_unittest.Po
46595821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/tests/tcmalloc_unittest.cc' object='tcmalloc_minimal_unittest-tcmalloc_unittest.o' libtool=no @AMDEPBACKSLASH@
46605821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
46615821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tcmalloc_minimal_unittest_CXXFLAGS) $(CXXFLAGS) -c -o tcmalloc_minimal_unittest-tcmalloc_unittest.o `test -f 'src/tests/tcmalloc_unittest.cc' || echo '$(srcdir)/'`src/tests/tcmalloc_unittest.cc
46625821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
46635821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)tcmalloc_minimal_unittest-tcmalloc_unittest.obj: src/tests/tcmalloc_unittest.cc
46645821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tcmalloc_minimal_unittest_CXXFLAGS) $(CXXFLAGS) -MT tcmalloc_minimal_unittest-tcmalloc_unittest.obj -MD -MP -MF $(DEPDIR)/tcmalloc_minimal_unittest-tcmalloc_unittest.Tpo -c -o tcmalloc_minimal_unittest-tcmalloc_unittest.obj `if test -f 'src/tests/tcmalloc_unittest.cc'; then $(CYGPATH_W) 'src/tests/tcmalloc_unittest.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/tcmalloc_unittest.cc'; fi`
46655821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/tcmalloc_minimal_unittest-tcmalloc_unittest.Tpo $(DEPDIR)/tcmalloc_minimal_unittest-tcmalloc_unittest.Po
46665821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/tests/tcmalloc_unittest.cc' object='tcmalloc_minimal_unittest-tcmalloc_unittest.obj' libtool=no @AMDEPBACKSLASH@
46675821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
46685821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tcmalloc_minimal_unittest_CXXFLAGS) $(CXXFLAGS) -c -o tcmalloc_minimal_unittest-tcmalloc_unittest.obj `if test -f 'src/tests/tcmalloc_unittest.cc'; then $(CYGPATH_W) 'src/tests/tcmalloc_unittest.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/tcmalloc_unittest.cc'; fi`
46695821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
46705821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)tcmalloc_minimal_unittest-testutil.o: src/tests/testutil.cc
46715821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tcmalloc_minimal_unittest_CXXFLAGS) $(CXXFLAGS) -MT tcmalloc_minimal_unittest-testutil.o -MD -MP -MF $(DEPDIR)/tcmalloc_minimal_unittest-testutil.Tpo -c -o tcmalloc_minimal_unittest-testutil.o `test -f 'src/tests/testutil.cc' || echo '$(srcdir)/'`src/tests/testutil.cc
46725821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/tcmalloc_minimal_unittest-testutil.Tpo $(DEPDIR)/tcmalloc_minimal_unittest-testutil.Po
46735821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/tests/testutil.cc' object='tcmalloc_minimal_unittest-testutil.o' libtool=no @AMDEPBACKSLASH@
46745821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
46755821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tcmalloc_minimal_unittest_CXXFLAGS) $(CXXFLAGS) -c -o tcmalloc_minimal_unittest-testutil.o `test -f 'src/tests/testutil.cc' || echo '$(srcdir)/'`src/tests/testutil.cc
46765821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
46775821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)tcmalloc_minimal_unittest-testutil.obj: src/tests/testutil.cc
46785821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tcmalloc_minimal_unittest_CXXFLAGS) $(CXXFLAGS) -MT tcmalloc_minimal_unittest-testutil.obj -MD -MP -MF $(DEPDIR)/tcmalloc_minimal_unittest-testutil.Tpo -c -o tcmalloc_minimal_unittest-testutil.obj `if test -f 'src/tests/testutil.cc'; then $(CYGPATH_W) 'src/tests/testutil.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/testutil.cc'; fi`
46795821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/tcmalloc_minimal_unittest-testutil.Tpo $(DEPDIR)/tcmalloc_minimal_unittest-testutil.Po
46805821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/tests/testutil.cc' object='tcmalloc_minimal_unittest-testutil.obj' libtool=no @AMDEPBACKSLASH@
46815821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
46825821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tcmalloc_minimal_unittest_CXXFLAGS) $(CXXFLAGS) -c -o tcmalloc_minimal_unittest-testutil.obj `if test -f 'src/tests/testutil.cc'; then $(CYGPATH_W) 'src/tests/testutil.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/testutil.cc'; fi`
46835821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
46845821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)tcmalloc_unittest-tcmalloc_unittest.o: src/tests/tcmalloc_unittest.cc
46855821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tcmalloc_unittest_CXXFLAGS) $(CXXFLAGS) -MT tcmalloc_unittest-tcmalloc_unittest.o -MD -MP -MF $(DEPDIR)/tcmalloc_unittest-tcmalloc_unittest.Tpo -c -o tcmalloc_unittest-tcmalloc_unittest.o `test -f 'src/tests/tcmalloc_unittest.cc' || echo '$(srcdir)/'`src/tests/tcmalloc_unittest.cc
46865821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/tcmalloc_unittest-tcmalloc_unittest.Tpo $(DEPDIR)/tcmalloc_unittest-tcmalloc_unittest.Po
46875821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/tests/tcmalloc_unittest.cc' object='tcmalloc_unittest-tcmalloc_unittest.o' libtool=no @AMDEPBACKSLASH@
46885821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
46895821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tcmalloc_unittest_CXXFLAGS) $(CXXFLAGS) -c -o tcmalloc_unittest-tcmalloc_unittest.o `test -f 'src/tests/tcmalloc_unittest.cc' || echo '$(srcdir)/'`src/tests/tcmalloc_unittest.cc
46905821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
46915821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)tcmalloc_unittest-tcmalloc_unittest.obj: src/tests/tcmalloc_unittest.cc
46925821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tcmalloc_unittest_CXXFLAGS) $(CXXFLAGS) -MT tcmalloc_unittest-tcmalloc_unittest.obj -MD -MP -MF $(DEPDIR)/tcmalloc_unittest-tcmalloc_unittest.Tpo -c -o tcmalloc_unittest-tcmalloc_unittest.obj `if test -f 'src/tests/tcmalloc_unittest.cc'; then $(CYGPATH_W) 'src/tests/tcmalloc_unittest.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/tcmalloc_unittest.cc'; fi`
46935821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/tcmalloc_unittest-tcmalloc_unittest.Tpo $(DEPDIR)/tcmalloc_unittest-tcmalloc_unittest.Po
46945821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/tests/tcmalloc_unittest.cc' object='tcmalloc_unittest-tcmalloc_unittest.obj' libtool=no @AMDEPBACKSLASH@
46955821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
46965821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tcmalloc_unittest_CXXFLAGS) $(CXXFLAGS) -c -o tcmalloc_unittest-tcmalloc_unittest.obj `if test -f 'src/tests/tcmalloc_unittest.cc'; then $(CYGPATH_W) 'src/tests/tcmalloc_unittest.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/tcmalloc_unittest.cc'; fi`
46975821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
46985821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)tcmalloc_unittest-testutil.o: src/tests/testutil.cc
46995821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tcmalloc_unittest_CXXFLAGS) $(CXXFLAGS) -MT tcmalloc_unittest-testutil.o -MD -MP -MF $(DEPDIR)/tcmalloc_unittest-testutil.Tpo -c -o tcmalloc_unittest-testutil.o `test -f 'src/tests/testutil.cc' || echo '$(srcdir)/'`src/tests/testutil.cc
47005821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/tcmalloc_unittest-testutil.Tpo $(DEPDIR)/tcmalloc_unittest-testutil.Po
47015821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/tests/testutil.cc' object='tcmalloc_unittest-testutil.o' libtool=no @AMDEPBACKSLASH@
47025821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
47035821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tcmalloc_unittest_CXXFLAGS) $(CXXFLAGS) -c -o tcmalloc_unittest-testutil.o `test -f 'src/tests/testutil.cc' || echo '$(srcdir)/'`src/tests/testutil.cc
47045821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
47055821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)tcmalloc_unittest-testutil.obj: src/tests/testutil.cc
47065821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tcmalloc_unittest_CXXFLAGS) $(CXXFLAGS) -MT tcmalloc_unittest-testutil.obj -MD -MP -MF $(DEPDIR)/tcmalloc_unittest-testutil.Tpo -c -o tcmalloc_unittest-testutil.obj `if test -f 'src/tests/testutil.cc'; then $(CYGPATH_W) 'src/tests/testutil.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/testutil.cc'; fi`
47075821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/tcmalloc_unittest-testutil.Tpo $(DEPDIR)/tcmalloc_unittest-testutil.Po
47085821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/tests/testutil.cc' object='tcmalloc_unittest-testutil.obj' libtool=no @AMDEPBACKSLASH@
47095821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
47105821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tcmalloc_unittest_CXXFLAGS) $(CXXFLAGS) -c -o tcmalloc_unittest-testutil.obj `if test -f 'src/tests/testutil.cc'; then $(CYGPATH_W) 'src/tests/testutil.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/testutil.cc'; fi`
47115821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
47125821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)thread_dealloc_unittest-thread_dealloc_unittest.o: src/tests/thread_dealloc_unittest.cc
47135821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(thread_dealloc_unittest_CXXFLAGS) $(CXXFLAGS) -MT thread_dealloc_unittest-thread_dealloc_unittest.o -MD -MP -MF $(DEPDIR)/thread_dealloc_unittest-thread_dealloc_unittest.Tpo -c -o thread_dealloc_unittest-thread_dealloc_unittest.o `test -f 'src/tests/thread_dealloc_unittest.cc' || echo '$(srcdir)/'`src/tests/thread_dealloc_unittest.cc
47145821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/thread_dealloc_unittest-thread_dealloc_unittest.Tpo $(DEPDIR)/thread_dealloc_unittest-thread_dealloc_unittest.Po
47155821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/tests/thread_dealloc_unittest.cc' object='thread_dealloc_unittest-thread_dealloc_unittest.o' libtool=no @AMDEPBACKSLASH@
47165821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
47175821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(thread_dealloc_unittest_CXXFLAGS) $(CXXFLAGS) -c -o thread_dealloc_unittest-thread_dealloc_unittest.o `test -f 'src/tests/thread_dealloc_unittest.cc' || echo '$(srcdir)/'`src/tests/thread_dealloc_unittest.cc
47185821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
47195821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)thread_dealloc_unittest-thread_dealloc_unittest.obj: src/tests/thread_dealloc_unittest.cc
47205821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(thread_dealloc_unittest_CXXFLAGS) $(CXXFLAGS) -MT thread_dealloc_unittest-thread_dealloc_unittest.obj -MD -MP -MF $(DEPDIR)/thread_dealloc_unittest-thread_dealloc_unittest.Tpo -c -o thread_dealloc_unittest-thread_dealloc_unittest.obj `if test -f 'src/tests/thread_dealloc_unittest.cc'; then $(CYGPATH_W) 'src/tests/thread_dealloc_unittest.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/thread_dealloc_unittest.cc'; fi`
47215821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/thread_dealloc_unittest-thread_dealloc_unittest.Tpo $(DEPDIR)/thread_dealloc_unittest-thread_dealloc_unittest.Po
47225821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/tests/thread_dealloc_unittest.cc' object='thread_dealloc_unittest-thread_dealloc_unittest.obj' libtool=no @AMDEPBACKSLASH@
47235821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
47245821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(thread_dealloc_unittest_CXXFLAGS) $(CXXFLAGS) -c -o thread_dealloc_unittest-thread_dealloc_unittest.obj `if test -f 'src/tests/thread_dealloc_unittest.cc'; then $(CYGPATH_W) 'src/tests/thread_dealloc_unittest.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/thread_dealloc_unittest.cc'; fi`
47255821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
47265821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)thread_dealloc_unittest-testutil.o: src/tests/testutil.cc
47275821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(thread_dealloc_unittest_CXXFLAGS) $(CXXFLAGS) -MT thread_dealloc_unittest-testutil.o -MD -MP -MF $(DEPDIR)/thread_dealloc_unittest-testutil.Tpo -c -o thread_dealloc_unittest-testutil.o `test -f 'src/tests/testutil.cc' || echo '$(srcdir)/'`src/tests/testutil.cc
47285821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/thread_dealloc_unittest-testutil.Tpo $(DEPDIR)/thread_dealloc_unittest-testutil.Po
47295821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/tests/testutil.cc' object='thread_dealloc_unittest-testutil.o' libtool=no @AMDEPBACKSLASH@
47305821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
47315821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(thread_dealloc_unittest_CXXFLAGS) $(CXXFLAGS) -c -o thread_dealloc_unittest-testutil.o `test -f 'src/tests/testutil.cc' || echo '$(srcdir)/'`src/tests/testutil.cc
47325821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
47335821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)thread_dealloc_unittest-testutil.obj: src/tests/testutil.cc
47345821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(thread_dealloc_unittest_CXXFLAGS) $(CXXFLAGS) -MT thread_dealloc_unittest-testutil.obj -MD -MP -MF $(DEPDIR)/thread_dealloc_unittest-testutil.Tpo -c -o thread_dealloc_unittest-testutil.obj `if test -f 'src/tests/testutil.cc'; then $(CYGPATH_W) 'src/tests/testutil.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/testutil.cc'; fi`
47355821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/thread_dealloc_unittest-testutil.Tpo $(DEPDIR)/thread_dealloc_unittest-testutil.Po
47365821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/tests/testutil.cc' object='thread_dealloc_unittest-testutil.obj' libtool=no @AMDEPBACKSLASH@
47375821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
47385821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(thread_dealloc_unittest_CXXFLAGS) $(CXXFLAGS) -c -o thread_dealloc_unittest-testutil.obj `if test -f 'src/tests/testutil.cc'; then $(CYGPATH_W) 'src/tests/testutil.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/testutil.cc'; fi`
47395821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
47405821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)mostlyclean-libtool:
47415821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	-rm -f *.lo
47425821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
47435821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)clean-libtool:
47445821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	-rm -rf .libs _libs
47455821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
47465821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)distclean-libtool:
47475821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	-rm -f libtool
47485821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)install-man1: $(man1_MANS) $(man_MANS)
47495821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	@$(NORMAL_INSTALL)
47505821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	test -z "$(man1dir)" || $(MKDIR_P) "$(DESTDIR)$(man1dir)"
47515821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	@list='$(man1_MANS) $(dist_man1_MANS) $(nodist_man1_MANS)'; \
47525821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
47535821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	for i in $$l2; do \
47545821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	  case "$$i" in \
47555821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	    *.1*) list="$$list $$i" ;; \
47565821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	  esac; \
47575821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	done; \
47585821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	for i in $$list; do \
47595821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	  if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
47605821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	  else file=$$i; fi; \
47615821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	  ext=`echo $$i | sed -e 's/^.*\\.//'`; \
47625821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	  case "$$ext" in \
47635821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	    1*) ;; \
47645821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	    *) ext='1' ;; \
47655821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	  esac; \
47665821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	  inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
47675821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	  inst=`echo $$inst | sed -e 's/^.*\///'`; \
47685821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	  inst=`echo $$inst | sed '$(transform)'`.$$ext; \
47695821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	  echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
47705821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	  $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst"; \
47715821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	done
47725821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)uninstall-man1:
47735821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	@$(NORMAL_UNINSTALL)
47745821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	@list='$(man1_MANS) $(dist_man1_MANS) $(nodist_man1_MANS)'; \
47755821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
47765821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	for i in $$l2; do \
47775821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	  case "$$i" in \
47785821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	    *.1*) list="$$list $$i" ;; \
47795821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	  esac; \
47805821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	done; \
47815821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	for i in $$list; do \
47825821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	  ext=`echo $$i | sed -e 's/^.*\\.//'`; \
47835821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	  case "$$ext" in \
47845821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	    1*) ;; \
47855821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	    *) ext='1' ;; \
47865821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	  esac; \
47875821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	  inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
47885821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	  inst=`echo $$inst | sed -e 's/^.*\///'`; \
47895821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	  inst=`echo $$inst | sed '$(transform)'`.$$ext; \
47905821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	  echo " rm -f '$(DESTDIR)$(man1dir)/$$inst'"; \
47915821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	  rm -f "$(DESTDIR)$(man1dir)/$$inst"; \
47925821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	done
47935821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)install-dist_docDATA: $(dist_doc_DATA)
47945821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	@$(NORMAL_INSTALL)
47955821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	test -z "$(docdir)" || $(MKDIR_P) "$(DESTDIR)$(docdir)"
47965821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	@list='$(dist_doc_DATA)'; for p in $$list; do \
47975821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
47985821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	  f=$(am__strip_dir) \
47995821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	  echo " $(dist_docDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(docdir)/$$f'"; \
48005821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	  $(dist_docDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(docdir)/$$f"; \
48015821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	done
48025821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
48035821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)uninstall-dist_docDATA:
48045821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	@$(NORMAL_UNINSTALL)
48055821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	@list='$(dist_doc_DATA)'; for p in $$list; do \
48065821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	  f=$(am__strip_dir) \
48075821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	  echo " rm -f '$(DESTDIR)$(docdir)/$$f'"; \
48085821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	  rm -f "$(DESTDIR)$(docdir)/$$f"; \
48095821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	done
48105821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)install-pkgconfigDATA: $(pkgconfig_DATA)
48115821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	@$(NORMAL_INSTALL)
48125821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	test -z "$(pkgconfigdir)" || $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)"
48135821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	@list='$(pkgconfig_DATA)'; for p in $$list; do \
48145821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
48155821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	  f=$(am__strip_dir) \
48165821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	  echo " $(pkgconfigDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(pkgconfigdir)/$$f'"; \
48175821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	  $(pkgconfigDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(pkgconfigdir)/$$f"; \
48185821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	done
48195821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
48205821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)uninstall-pkgconfigDATA:
48215821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	@$(NORMAL_UNINSTALL)
48225821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	@list='$(pkgconfig_DATA)'; for p in $$list; do \
48235821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	  f=$(am__strip_dir) \
48245821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	  echo " rm -f '$(DESTDIR)$(pkgconfigdir)/$$f'"; \
48255821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	  rm -f "$(DESTDIR)$(pkgconfigdir)/$$f"; \
48265821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	done
48275821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)install-googleincludeHEADERS: $(googleinclude_HEADERS)
48285821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	@$(NORMAL_INSTALL)
48295821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	test -z "$(googleincludedir)" || $(MKDIR_P) "$(DESTDIR)$(googleincludedir)"
48305821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	@list='$(googleinclude_HEADERS)'; for p in $$list; do \
48315821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
48325821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	  f=$(am__strip_dir) \
48335821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	  echo " $(googleincludeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(googleincludedir)/$$f'"; \
48345821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	  $(googleincludeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(googleincludedir)/$$f"; \
48355821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	done
48365821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
48375821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)uninstall-googleincludeHEADERS:
48385821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	@$(NORMAL_UNINSTALL)
48395821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	@list='$(googleinclude_HEADERS)'; for p in $$list; do \
48405821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	  f=$(am__strip_dir) \
48415821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	  echo " rm -f '$(DESTDIR)$(googleincludedir)/$$f'"; \
48425821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	  rm -f "$(DESTDIR)$(googleincludedir)/$$f"; \
48435821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	done
48445821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)install-nodist_perftoolsincludeHEADERS: $(nodist_perftoolsinclude_HEADERS)
48455821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	@$(NORMAL_INSTALL)
48465821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	test -z "$(perftoolsincludedir)" || $(MKDIR_P) "$(DESTDIR)$(perftoolsincludedir)"
48475821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	@list='$(nodist_perftoolsinclude_HEADERS)'; for p in $$list; do \
48485821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
48495821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	  f=$(am__strip_dir) \
48505821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	  echo " $(nodist_perftoolsincludeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(perftoolsincludedir)/$$f'"; \
48515821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	  $(nodist_perftoolsincludeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(perftoolsincludedir)/$$f"; \
48525821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	done
48535821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
48545821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)uninstall-nodist_perftoolsincludeHEADERS:
48555821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	@$(NORMAL_UNINSTALL)
48565821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	@list='$(nodist_perftoolsinclude_HEADERS)'; for p in $$list; do \
48575821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	  f=$(am__strip_dir) \
48585821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	  echo " rm -f '$(DESTDIR)$(perftoolsincludedir)/$$f'"; \
48595821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	  rm -f "$(DESTDIR)$(perftoolsincludedir)/$$f"; \
48605821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	done
48615821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)install-perftoolsincludeHEADERS: $(perftoolsinclude_HEADERS)
48625821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	@$(NORMAL_INSTALL)
48635821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	test -z "$(perftoolsincludedir)" || $(MKDIR_P) "$(DESTDIR)$(perftoolsincludedir)"
48645821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	@list='$(perftoolsinclude_HEADERS)'; for p in $$list; do \
48655821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
48665821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	  f=$(am__strip_dir) \
48675821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	  echo " $(perftoolsincludeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(perftoolsincludedir)/$$f'"; \
48685821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	  $(perftoolsincludeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(perftoolsincludedir)/$$f"; \
48695821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	done
48705821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
48715821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)uninstall-perftoolsincludeHEADERS:
48725821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	@$(NORMAL_UNINSTALL)
48735821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	@list='$(perftoolsinclude_HEADERS)'; for p in $$list; do \
48745821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	  f=$(am__strip_dir) \
48755821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	  echo " rm -f '$(DESTDIR)$(perftoolsincludedir)/$$f'"; \
48765821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	  rm -f "$(DESTDIR)$(perftoolsincludedir)/$$f"; \
48775821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	done
48785821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
48795821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
48805821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
48815821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	unique=`for i in $$list; do \
48825821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
48835821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	  done | \
48845821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	  $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
48855821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	      END { if (nonempty) { for (i in files) print i; }; }'`; \
48865821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	mkid -fID $$unique
48875821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)tags: TAGS
48885821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
48895821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
48905821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)		$(TAGS_FILES) $(LISP)
48915821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	tags=; \
48925821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	here=`pwd`; \
48935821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
48945821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	unique=`for i in $$list; do \
48955821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
48965821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	  done | \
48975821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
48985821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	      END { if (nonempty) { for (i in files) print i; }; }'`; \
48995821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
49005821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	  test -n "$$unique" || unique=$$empty_fix; \
49015821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
49025821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	    $$tags $$unique; \
49035821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	fi
49045821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)ctags: CTAGS
49055821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
49065821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)		$(TAGS_FILES) $(LISP)
49075821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	tags=; \
49085821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
49095821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	unique=`for i in $$list; do \
49105821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
49115821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	  done | \
49125821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
49135821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	      END { if (nonempty) { for (i in files) print i; }; }'`; \
49145821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	test -z "$(CTAGS_ARGS)$$tags$$unique" \
49155821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
49165821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	     $$tags $$unique
49175821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
49185821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)GTAGS:
49195821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	here=`$(am__cd) $(top_builddir) && pwd` \
49205821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	  && cd $(top_srcdir) \
49215821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	  && gtags -i $(GTAGS_ARGS) $$here
49225821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
49235821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)distclean-tags:
49245821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
49255821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
49265821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)check-TESTS: $(TESTS)
49275821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	@failed=0; all=0; xfail=0; xpass=0; skip=0; ws='[	 ]'; \
49285821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	srcdir=$(srcdir); export srcdir; \
49295821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	list=' $(TESTS) '; \
49305821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	if test -n "$$list"; then \
49315821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	  for tst in $$list; do \
49325821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	    if test -f ./$$tst; then dir=./; \
49335821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	    elif test -f $$tst; then dir=; \
49345821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	    else dir="$(srcdir)/"; fi; \
49355821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	    if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
49365821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	      all=`expr $$all + 1`; \
49375821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	      case " $(XFAIL_TESTS) " in \
49385821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	      *$$ws$$tst$$ws*) \
49395821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)		xpass=`expr $$xpass + 1`; \
49405821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)		failed=`expr $$failed + 1`; \
49415821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)		echo "XPASS: $$tst"; \
49425821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	      ;; \
49435821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	      *) \
49445821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)		echo "PASS: $$tst"; \
49455821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	      ;; \
49465821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	      esac; \
49475821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	    elif test $$? -ne 77; then \
49485821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	      all=`expr $$all + 1`; \
49495821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	      case " $(XFAIL_TESTS) " in \
49505821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	      *$$ws$$tst$$ws*) \
49515821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)		xfail=`expr $$xfail + 1`; \
49525821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)		echo "XFAIL: $$tst"; \
49535821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	      ;; \
49545821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	      *) \
49555821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)		failed=`expr $$failed + 1`; \
49565821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)		echo "FAIL: $$tst"; \
49575821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	      ;; \
49585821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	      esac; \
49595821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	    else \
49605821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	      skip=`expr $$skip + 1`; \
49615821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	      echo "SKIP: $$tst"; \
49625821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	    fi; \
49635821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	  done; \
49645821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	  if test "$$failed" -eq 0; then \
49655821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	    if test "$$xfail" -eq 0; then \
49665821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	      banner="All $$all tests passed"; \
49675821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	    else \
49685821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	      banner="All $$all tests behaved as expected ($$xfail expected failures)"; \
49695821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	    fi; \
49705821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	  else \
49715821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	    if test "$$xpass" -eq 0; then \
49725821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	      banner="$$failed of $$all tests failed"; \
49735821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	    else \
49745821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	      banner="$$failed of $$all tests did not behave as expected ($$xpass unexpected passes)"; \
49755821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	    fi; \
49765821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	  fi; \
49775821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	  dashes="$$banner"; \
49785821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	  skipped=""; \
49795821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	  if test "$$skip" -ne 0; then \
49805821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	    skipped="($$skip tests were not run)"; \
49815821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	    test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
49825821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	      dashes="$$skipped"; \
49835821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	  fi; \
49845821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	  report=""; \
49855821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	  if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
49865821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	    report="Please report to $(PACKAGE_BUGREPORT)"; \
49875821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	    test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
49885821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	      dashes="$$report"; \
49895821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	  fi; \
49905821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	  dashes=`echo "$$dashes" | sed s/./=/g`; \
49915821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	  echo "$$dashes"; \
49925821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	  echo "$$banner"; \
49935821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	  test -z "$$skipped" || echo "$$skipped"; \
49945821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	  test -z "$$report" || echo "$$report"; \
49955821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	  echo "$$dashes"; \
49965821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	  test "$$failed" -eq 0; \
49975821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	else :; fi
49985821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
49995821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)distdir: $(DISTFILES)
50005821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(am__remove_distdir)
50015821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	test -d $(distdir) || mkdir $(distdir)
50025821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
50035821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
50045821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	list='$(DISTFILES)'; \
50055821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	  dist_files=`for file in $$list; do echo $$file; done | \
50065821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	  sed -e "s|^$$srcdirstrip/||;t" \
50075821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
50085821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	case $$dist_files in \
50095821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	  */*) $(MKDIR_P) `echo "$$dist_files" | \
50105821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
50115821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)			   sort -u` ;; \
50125821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	esac; \
50135821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	for file in $$dist_files; do \
50145821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
50155821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	  if test -d $$d/$$file; then \
50165821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
50175821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
50185821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
50195821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	    fi; \
50205821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	    cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
50215821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	  else \
50225821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	    test -f $(distdir)/$$file \
50235821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	    || cp -p $$d/$$file $(distdir)/$$file \
50245821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	    || exit 1; \
50255821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	  fi; \
50265821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	done
50275821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(MAKE) $(AM_MAKEFLAGS) \
50285821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	  top_distdir="$(top_distdir)" distdir="$(distdir)" \
50295821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	  dist-hook
50305821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	-find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
50315821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
50325821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
50335821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
50345821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	|| chmod -R a+r $(distdir)
50355821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)dist-gzip: distdir
50365821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
50375821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(am__remove_distdir)
50385821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
50395821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)dist-bzip2: distdir
50405821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
50415821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(am__remove_distdir)
50425821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
50435821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)dist-lzma: distdir
50445821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
50455821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(am__remove_distdir)
50465821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
50475821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)dist-tarZ: distdir
50485821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
50495821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(am__remove_distdir)
50505821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
50515821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)dist-shar: distdir
50525821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
50535821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(am__remove_distdir)
50545821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)dist-zip: distdir
50555821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	-rm -f $(distdir).zip
50565821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	zip -rq $(distdir).zip $(distdir)
50575821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(am__remove_distdir)
50585821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
50595821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)dist dist-all: distdir
50605821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
50615821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	-rm -f $(distdir).zip
50625821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	zip -rq $(distdir).zip $(distdir)
50635821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(am__remove_distdir)
50645821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
50655821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# This target untars the dist file and tries a VPATH configuration.  Then
50665821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# it guarantees that the distribution is self-contained by making another
50675821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# tarfile.
50685821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)distcheck: dist
50695821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	case '$(DIST_ARCHIVES)' in \
50705821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	*.tar.gz*) \
50715821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	  GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
50725821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	*.tar.bz2*) \
50735821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	  bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
50745821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	*.tar.lzma*) \
50755821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	  unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
50765821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	*.tar.Z*) \
50775821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
50785821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	*.shar.gz*) \
50795821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	  GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
50805821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	*.zip*) \
50815821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	  unzip $(distdir).zip ;;\
50825821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	esac
50835821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	chmod -R a-w $(distdir); chmod a+w $(distdir)
50845821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	mkdir $(distdir)/_build
50855821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	mkdir $(distdir)/_inst
50865821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	chmod a-w $(distdir)
50875821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
50885821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
50895821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	  && cd $(distdir)/_build \
50905821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	  && ../configure --srcdir=.. --prefix="$$dc_install_base" \
50915821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	    $(DISTCHECK_CONFIGURE_FLAGS) \
50925821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	  && $(MAKE) $(AM_MAKEFLAGS) \
50935821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
50945821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	  && $(MAKE) $(AM_MAKEFLAGS) check \
50955821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	  && $(MAKE) $(AM_MAKEFLAGS) install \
50965821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
50975821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
50985821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
50995821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	        distuninstallcheck \
51005821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	  && chmod -R a-w "$$dc_install_base" \
51015821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	  && ({ \
51025821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
51035821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
51045821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
51055821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
51065821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
51075821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
51085821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	  && rm -rf "$$dc_destdir" \
51095821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	  && $(MAKE) $(AM_MAKEFLAGS) dist \
51105821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	  && rm -rf $(DIST_ARCHIVES) \
51115821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
51125821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(am__remove_distdir)
51135821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	@(echo "$(distdir) archives ready for distribution: "; \
51145821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
51155821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
51165821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)distuninstallcheck:
51175821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	@cd $(distuninstallcheck_dir) \
51185821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	&& test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
51195821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	   || { echo "ERROR: files left after uninstall:" ; \
51205821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	        if test -n "$(DESTDIR)"; then \
51215821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	          echo "  (check DESTDIR support)"; \
51225821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	        fi ; \
51235821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	        $(distuninstallcheck_listfiles) ; \
51245821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	        exit 1; } >&2
51255821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)distcleancheck: distclean
51265821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	@if test '$(srcdir)' = . ; then \
51275821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
51285821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	  exit 1 ; \
51295821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	fi
51305821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
51315821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	  || { echo "ERROR: files left in build directory after distclean:" ; \
51325821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	       $(distcleancheck_listfiles) ; \
51335821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	       exit 1; } >&2
51345821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)check-am: all-am
51355821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(MAKE) $(AM_MAKEFLAGS) $(check_SCRIPTS)
51365821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(MAKE) $(AM_MAKEFLAGS) check-TESTS
51375821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)check: check-am
51385821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(SCRIPTS) $(MANS) $(DATA) \
51395821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)		$(HEADERS) all-local
51405821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)install-binPROGRAMS: install-libLTLIBRARIES
51415821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
51425821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)installdirs:
51435821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(docdir)" "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(googleincludedir)" "$(DESTDIR)$(perftoolsincludedir)" "$(DESTDIR)$(perftoolsincludedir)"; do \
51445821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
51455821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	done
51465821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)install: install-am
51475821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)install-exec: install-exec-am
51485821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)install-data: install-data-am
51495821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)uninstall: uninstall-am
51505821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
51515821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)install-am: all-am
51525821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
51535821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
51545821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)installcheck: installcheck-am
51555821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)install-strip:
51565821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
51575821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
51585821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	  `test -z '$(STRIP)' || \
51595821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
51605821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)mostlyclean-generic:
51615821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
51625821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)clean-generic:
51635821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
51645821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
51655821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)distclean-generic:
51665821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
51675821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
51685821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)maintainer-clean-generic:
51695821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	@echo "This command is intended for maintainers to use"
51705821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	@echo "it deletes files that may require special tools to rebuild."
51715821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)clean: clean-am
51725821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
51735821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)clean-am: clean-binPROGRAMS clean-generic clean-libLTLIBRARIES \
51745821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	clean-libtool clean-noinstLTLIBRARIES clean-noinstPROGRAMS \
51755821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	mostlyclean-am
51765821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
51775821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)distclean: distclean-am
51785821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
51795821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	-rm -rf ./$(DEPDIR)
51805821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	-rm -f Makefile
51815821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)distclean-am: clean-am distclean-compile distclean-generic \
51825821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	distclean-hdr distclean-libtool distclean-tags
51835821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
51845821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)dvi: dvi-am
51855821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
51865821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)dvi-am:
51875821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
51885821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)html: html-am
51895821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
51905821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)info: info-am
51915821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
51925821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)info-am:
51935821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
51945821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)install-data-am: install-dist_docDATA install-googleincludeHEADERS \
51955821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	install-man install-nodist_perftoolsincludeHEADERS \
51965821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	install-perftoolsincludeHEADERS install-pkgconfigDATA
51975821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
51985821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)install-dvi: install-dvi-am
51995821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
52005821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)install-exec-am: install-binPROGRAMS install-binSCRIPTS \
52015821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	install-exec-local install-libLTLIBRARIES
52025821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
52035821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)install-html: install-html-am
52045821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
52055821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)install-info: install-info-am
52065821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
52075821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)install-man: install-man1
52085821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
52095821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)install-pdf: install-pdf-am
52105821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
52115821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)install-ps: install-ps-am
52125821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
52135821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)installcheck-am:
52145821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
52155821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)maintainer-clean: maintainer-clean-am
52165821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
52175821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	-rm -rf $(top_srcdir)/autom4te.cache
52185821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	-rm -rf ./$(DEPDIR)
52195821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	-rm -f Makefile
52205821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)maintainer-clean-am: distclean-am maintainer-clean-generic
52215821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
52225821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)mostlyclean: mostlyclean-am
52235821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
52245821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)mostlyclean-am: mostlyclean-compile mostlyclean-generic \
52255821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	mostlyclean-libtool
52265821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
52275821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)pdf: pdf-am
52285821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
52295821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)pdf-am:
52305821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
52315821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)ps: ps-am
52325821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
52335821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)ps-am:
52345821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
52355821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)uninstall-am: uninstall-binPROGRAMS uninstall-binSCRIPTS \
52365821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	uninstall-dist_docDATA uninstall-googleincludeHEADERS \
52375821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	uninstall-libLTLIBRARIES uninstall-man \
52385821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	uninstall-nodist_perftoolsincludeHEADERS \
52395821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	uninstall-perftoolsincludeHEADERS uninstall-pkgconfigDATA
52405821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
52415821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)uninstall-man: uninstall-man1
52425821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
52435821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles).MAKE: install-am install-strip
52445821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
52455821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles).PHONY: CTAGS GTAGS all all-am all-local am--refresh check check-TESTS \
52465821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	check-am clean clean-binPROGRAMS clean-generic \
52475821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	clean-libLTLIBRARIES clean-libtool clean-noinstLTLIBRARIES \
52485821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	clean-noinstPROGRAMS ctags dist dist-all dist-bzip2 dist-gzip \
52495821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	dist-hook dist-lzma dist-shar dist-tarZ dist-zip distcheck \
52505821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	distclean distclean-compile distclean-generic distclean-hdr \
52515821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	distclean-libtool distclean-tags distcleancheck distdir \
52525821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	distuninstallcheck dvi dvi-am html html-am info info-am \
52535821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	install install-am install-binPROGRAMS install-binSCRIPTS \
52545821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	install-data install-data-am install-dist_docDATA install-dvi \
52555821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	install-dvi-am install-exec install-exec-am install-exec-local \
52565821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	install-googleincludeHEADERS install-html install-html-am \
52575821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	install-info install-info-am install-libLTLIBRARIES \
52585821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	install-man install-man1 \
52595821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	install-nodist_perftoolsincludeHEADERS install-pdf \
52605821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	install-pdf-am install-perftoolsincludeHEADERS \
52615821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	install-pkgconfigDATA install-ps install-ps-am install-strip \
52625821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	installcheck installcheck-am installdirs maintainer-clean \
52635821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	maintainer-clean-generic mostlyclean mostlyclean-compile \
52645821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
52655821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	tags uninstall uninstall-am uninstall-binPROGRAMS \
52665821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	uninstall-binSCRIPTS uninstall-dist_docDATA \
52675821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	uninstall-googleincludeHEADERS uninstall-libLTLIBRARIES \
52685821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	uninstall-man uninstall-man1 \
52695821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	uninstall-nodist_perftoolsincludeHEADERS \
52705821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	uninstall-perftoolsincludeHEADERS uninstall-pkgconfigDATA
52715821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
52725821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@ENABLE_FRAME_POINTERS_FALSE@@X86_64_AND_NO_FP_BY_DEFAULT_TRUE@  # TODO(csilvers): check if -fomit-frame-pointer might be in $(CXXFLAGS),
52735821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@ENABLE_FRAME_POINTERS_FALSE@@X86_64_AND_NO_FP_BY_DEFAULT_TRUE@  #                 before setting this.
52745821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_STACK_TRACE_TRUE@pprof_unittest: $(top_srcdir)/src/pprof
52755821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_STACK_TRACE_TRUE@	$(top_srcdir)/src/pprof -test
52765821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# This script preloads libtcmalloc, and calls two other binaries as well
52775821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# TODO(csilvers): replace by 'if ! cmp $^ $@ >/dev/null 2>&; then ...; fi'
52785821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@ENABLE_STATIC_FALSE@@MINGW_FALSE@maybe_threads_unittest.sh$(EXEEXT): $(top_srcdir)/$(maybe_threads_unittest_sh_SOURCES) \
52795821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@ENABLE_STATIC_FALSE@@MINGW_FALSE@                           $(LIBTCMALLOC_MINIMAL) \
52805821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@ENABLE_STATIC_FALSE@@MINGW_FALSE@                           low_level_alloc_unittest
52815821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@ENABLE_STATIC_FALSE@@MINGW_FALSE@	rm -f $@
52825821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@ENABLE_STATIC_FALSE@@MINGW_FALSE@	cp -p $(top_srcdir)/$(maybe_threads_unittest_sh_SOURCES) $@
52835821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_DEBUGALLOC_TRUE@@WITH_STACK_TRACE_TRUE@debugallocation_test.sh$(EXEEXT): $(top_srcdir)/$(debugallocation_test_sh_SOURCES) \
52845821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_DEBUGALLOC_TRUE@@WITH_STACK_TRACE_TRUE@                                  debugallocation_test
52855821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_DEBUGALLOC_TRUE@@WITH_STACK_TRACE_TRUE@	rm -f $@
52865821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_DEBUGALLOC_TRUE@@WITH_STACK_TRACE_TRUE@	cp -p $(top_srcdir)/$(debugallocation_test_sh_SOURCES) $@
52875821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@sampling_test.sh$(EXEEXT): $(top_srcdir)/$(sampling_test_sh_SOURCES) \
52885821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@                           sampling_test
52895821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@	rm -f $@
52905821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@	cp -p $(top_srcdir)/$(sampling_test_sh_SOURCES) $@
52915821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_TRUE@heap-profiler_unittest.sh$(EXEEXT): $(top_srcdir)/$(heap_profiler_unittest_sh_SOURCES) \
52925821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_TRUE@                                    heap-profiler_unittest
52935821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_TRUE@	rm -f $@
52945821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_PROFILER_TRUE@	cp -p $(top_srcdir)/$(heap_profiler_unittest_sh_SOURCES) $@
52955821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_CHECKER_TRUE@heap-checker_unittest.sh$(EXEEXT): $(top_srcdir)/$(heap_checker_unittest_sh_SOURCES) \
52965821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_CHECKER_TRUE@                                   heap-checker_unittest
52975821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_CHECKER_TRUE@	rm -f $@
52985821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_CHECKER_TRUE@	cp -p $(top_srcdir)/$(heap_checker_unittest_sh_SOURCES) $@
52995821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_CHECKER_TRUE@heap-checker-death_unittest.sh$(EXEEXT): $(heap_checker_death_unittest_sh_SOURCES) \
53005821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_CHECKER_TRUE@                                         heap-checker_unittest
53015821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_CHECKER_TRUE@	rm -f $@
53025821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_HEAP_CHECKER_TRUE@	cp -p $(top_srcdir)/$(heap_checker_death_unittest_sh_SOURCES) $@
53035821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@sampling_debug_test.sh$(EXEEXT): $(top_srcdir)/$(sampling_test_sh_SOURCES) \
53045821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@                                 sampling_debug_test
53055821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@	rm -f $@
53065821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@	cp -p $(top_srcdir)/$(sampling_test_sh_SOURCES) $@
53075821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_TRUE@heap-profiler_debug_unittest.sh$(EXEEXT): $(top_srcdir)/$(heap_profiler_unittest_sh_SOURCES) \
53085821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_TRUE@                                    heap-profiler_debug_unittest
53095821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_TRUE@	rm -f $@
53105821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_TRUE@	cp -p $(top_srcdir)/$(heap_profiler_unittest_sh_SOURCES) $@
53115821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_DEBUGALLOC_TRUE@@WITH_HEAP_CHECKER_TRUE@heap-checker_debug_unittest.sh$(EXEEXT): $(top_srcdir)/$(heap_checker_unittest_sh_SOURCES) \
53125821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_DEBUGALLOC_TRUE@@WITH_HEAP_CHECKER_TRUE@                                   heap-checker_debug_unittest
53135821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_DEBUGALLOC_TRUE@@WITH_HEAP_CHECKER_TRUE@	rm -f $@
53145821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_DEBUGALLOC_TRUE@@WITH_HEAP_CHECKER_TRUE@	cp -p $(top_srcdir)/$(heap_checker_unittest_sh_SOURCES) $@
53155821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_CPU_PROFILER_TRUE@profiler_unittest.sh$(EXEEXT): $(top_srcdir)/$(profiler_unittest_sh_SOURCES) \
53165821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_CPU_PROFILER_TRUE@                               profiler1_unittest profiler2_unittest \
53175821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_CPU_PROFILER_TRUE@                               profiler3_unittest profiler4_unittest
53185821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_CPU_PROFILER_TRUE@	rm -f $@
53195821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)@WITH_CPU_PROFILER_TRUE@	cp -p $(top_srcdir)/$(profiler_unittest_sh_SOURCES) $@
53205821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
53215821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# Do the weakening on some exported libtcmalloc symbols.
53225821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)install-exec-local: all-local
53235821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)all-local: $(LIBS_TO_WEAKEN)
53245821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	for la in $(LIBS_TO_WEAKEN); do lib=".libs/`basename $$la .la`.a"; [ ! -f "$$lib" ] || $(WEAKEN) "$$lib"; done
53255821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
53265821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)rpm: dist-gzip packages/rpm.sh packages/rpm/rpm.spec
53275821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	@cd packages && ./rpm.sh ${PACKAGE} ${VERSION}
53285821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
53295821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)deb: dist-gzip packages/deb.sh packages/deb/*
53305821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	@cd packages && ./deb.sh ${PACKAGE} ${VERSION}
53315821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
53325821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# I get the description and URL lines from the rpm spec. I use sed to
53335821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# try to rewrite exec_prefix, libdir, and includedir in terms of
53345821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# prefix, if possible.
53355821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)libtcmalloc.pc: Makefile packages/rpm/rpm.spec
53365821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	echo 'prefix=$(prefix)' > "$@".tmp
53375821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	echo 'exec_prefix='`echo '$(exec_prefix)' | sed 's@^$(prefix)@$${prefix}@'` >> "$@".tmp
53385821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	echo 'libdir='`echo '$(libdir)' | sed 's@^$(exec_prefix)@$${exec_prefix}@'` >> "$@".tmp
53395821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	echo 'includedir='`echo '$(includedir)' | sed 's@^$(prefix)@$${prefix}@'` >> "$@".tmp
53405821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	echo '' >> "$@".tmp
53415821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	echo 'Name: $(PACKAGE)' >> "$@".tmp
53425821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	echo 'Version: $(VERSION)' >> "$@".tmp
53435821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	-grep '^Summary:' $(top_srcdir)/packages/rpm/rpm.spec | sed s/^Summary:/Description:/ | head -n1 >> "$@".tmp
53445821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	-grep '^URL: ' $(top_srcdir)/packages/rpm/rpm.spec >> "$@".tmp
53455821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	echo 'Requires:' >> "$@".tmp
53465821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	echo 'Libs: -L$${libdir} -ltcmalloc' >> "$@".tmp
53475821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	echo 'Libs.private: $(PTHREAD_CFLAGS) $(PTHREAD_LIBS)' >> "$@".tmp
53485821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	echo 'Cflags: -I$${includedir}' >> "$@".tmp
53495821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	mv -f "$@".tmp "$@"
53505821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
53515821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# The other versions are mostly the same.
53525821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)libtcmalloc_minimal.pc: libtcmalloc.pc
53535821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	cat libtcmalloc.pc | sed s/-ltcmalloc/-ltcmalloc_minimal/ > "$@"
53545821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
53555821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)libtcmalloc_debug.pc: libtcmalloc.pc
53565821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	cat libtcmalloc.pc | sed s/-ltcmalloc/-ltcmalloc_debug/ > "$@"
53575821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
53585821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)libtcmalloc_minimal_debug.pc: libtcmalloc.pc
53595821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	cat libtcmalloc.pc | sed s/-ltcmalloc/-ltcmalloc_minimal_debug/ > "$@"
53605821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
53615821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)libprofiler.pc: libtcmalloc.pc
53625821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	cat libtcmalloc.pc | sed s/-ltcmalloc/-lprofiler/ > "$@"
53635821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
53645821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)libtool: $(LIBTOOL_DEPS)
53655821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	$(SHELL) ./config.status --recheck
53665821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
53675821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# Windows wants write permission to .vcproj files and maybe even sln files.
53685821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)dist-hook:
53695821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	test -e "$(distdir)/vsprojects" \
53705821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)	   && chmod -R u+w $(distdir)/*.sln $(distdir)/vsprojects/
53715821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# Tell versions [3.59,3.63) of GNU make to not export all variables.
53725821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# Otherwise a system limit (for SysV at least) may be exceeded.
53735821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles).NOEXPORT:
5374