You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
5373 lines
381 KiB
5373 lines
381 KiB
# Makefile.in generated by automake 1.10.1 from Makefile.am. |
|
# Makefile. Generated from Makefile.in by configure. |
|
|
|
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, |
|
# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
|
# This Makefile.in is free software; the Free Software Foundation |
|
# gives unlimited permission to copy and/or distribute it, |
|
# with or without modifications, as long as this notice is preserved. |
|
|
|
# This program is distributed in the hope that it will be useful, |
|
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without |
|
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A |
|
# PARTICULAR PURPOSE. |
|
|
|
|
|
|
|
# Note: for every library we create, we're explicit about what symbols |
|
# we export. In order to avoid complications with C++ mangling, we always |
|
# use the regexp for of specifying symbols. |
|
|
|
|
|
|
|
|
|
|
|
|
|
pkgdatadir = $(datadir)/gperftools |
|
pkglibdir = $(libdir)/gperftools |
|
pkgincludedir = $(includedir)/gperftools |
|
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd |
|
install_sh_DATA = $(install_sh) -c -m 644 |
|
install_sh_PROGRAM = $(install_sh) -c |
|
install_sh_SCRIPT = $(install_sh) -c |
|
INSTALL_HEADER = $(INSTALL_DATA) |
|
transform = $(program_transform_name) |
|
NORMAL_INSTALL = : |
|
PRE_INSTALL = : |
|
POST_INSTALL = : |
|
NORMAL_UNINSTALL = : |
|
PRE_UNINSTALL = : |
|
POST_UNINSTALL = : |
|
build_triplet = i686-pc-linux-gnu |
|
host_triplet = i686-pc-linux-gnu |
|
#am__append_1 = -DNO_TCMALLOC_SAMPLES |
|
|
|
# These are good warnings to turn on by default. We also tell gcc |
|
# that malloc, free, realloc, mmap, etc. are not builtins (these flags |
|
# are supported since gcc 3.1.1). gcc doesn't think most of them are |
|
# builtins now in any case, but it's best to be explicit in case that |
|
# changes one day. gcc ignores functions it doesn't understand. |
|
am__append_2 = -Wall -Wwrite-strings -Woverloaded-virtual \ |
|
-Wno-sign-compare \ |
|
-fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc \ |
|
-fno-builtin-calloc -fno-builtin-cfree \ |
|
-fno-builtin-memalign -fno-builtin-posix_memalign \ |
|
-fno-builtin-valloc -fno-builtin-pvalloc |
|
|
|
# On i386, -mmmx is needed for the mmx-based instructions in |
|
# atomicops-internal-x86.h. |
|
am__append_3 = -mmmx |
|
am__append_4 = -Wno-unused-result |
|
|
|
# These are x86-specific, having to do with frame-pointers. In |
|
# particular, some x86_64 systems do not insert frame pointers by |
|
# default (all i386 systems that I know of, do. I don't know about |
|
# non-x86 chips). We need to tell perftools what to do about that. |
|
##am__append_5 = -fno-omit-frame-pointer |
|
#am__append_6 = -DNO_FRAME_POINTER |
|
#am__append_7 = -Wl,-u__tcmalloc |
|
TESTS = low_level_alloc_unittest$(EXEEXT) atomicops_unittest$(EXEEXT) \ |
|
$(am__EXEEXT_9) tcmalloc_minimal_unittest$(EXEEXT) \ |
|
tcmalloc_minimal_large_unittest$(EXEEXT) $(am__append_17) \ |
|
addressmap_unittest$(EXEEXT) $(am__EXEEXT_10) \ |
|
packed_cache_test$(EXEEXT) frag_unittest$(EXEEXT) \ |
|
markidle_unittest$(EXEEXT) \ |
|
current_allocated_bytes_test$(EXEEXT) \ |
|
malloc_hook_test$(EXEEXT) malloc_extension_test$(EXEEXT) \ |
|
$(am__EXEEXT_11) $(am__EXEEXT_12) page_heap_test$(EXEEXT) \ |
|
pagemap_unittest$(EXEEXT) realloc_unittest$(EXEEXT) \ |
|
stack_trace_table_test$(EXEEXT) \ |
|
thread_dealloc_unittest$(EXEEXT) $(am__EXEEXT_13) \ |
|
$(am__EXEEXT_14) $(am__EXEEXT_15) $(am__append_29) \ |
|
$(am__EXEEXT_16) $(am__EXEEXT_17) $(am__EXEEXT_18) \ |
|
$(am__EXEEXT_19) $(am__append_49) $(am__EXEEXT_20) \ |
|
$(am__append_58) $(am__append_60) $(am__EXEEXT_21) \ |
|
$(am__EXEEXT_22) |
|
noinst_PROGRAMS = $(am__EXEEXT_1) $(am__EXEEXT_2) $(am__EXEEXT_3) \ |
|
$(am__EXEEXT_4) $(am__EXEEXT_5) $(am__EXEEXT_6) \ |
|
$(am__EXEEXT_7) $(am__EXEEXT_8) $(am__EXEEXT_23) |
|
bin_PROGRAMS = |
|
#am__append_8 = libwindows.la libspinlock.la |
|
|
|
# We also need to tell mingw that sysinfo.cc needs shlwapi.lib. |
|
# (We do this via a #pragma for msvc, but need to do it here for mingw). |
|
#am__append_9 = -lshlwapi |
|
am__append_10 = libspinlock.la |
|
am__append_11 = $(SG_STACKTRACE_INCLUDES) |
|
|
|
### Making the library |
|
am__append_12 = libstacktrace.la |
|
|
|
### Unittests |
|
am__append_13 = stacktrace_unittest |
|
|
|
### Documentation |
|
am__append_14 = doc/pprof_remote_servers.html |
|
|
|
# Let unittests find pprof if they need to run it |
|
am__append_15 = PPROF_PATH=$(top_srcdir)/src/pprof |
|
|
|
# On MSVC, we need our own versions of addr2line and nm to work with pprof. |
|
# This is a slight abuse of WINDOWS_PROJECTS, but not much |
|
am__append_16 = \ |
|
vsprojects/nm-pdb/nm-pdb.vcproj \ |
|
vsprojects/addr2line-pdb/addr2line-pdb.vcproj \ |
|
src/windows/nm-pdb.c \ |
|
src/windows/addr2line-pdb.c |
|
|
|
# This tests it works to LD_PRELOAD libtcmalloc (tests maybe_threads.cc) |
|
# In theory this should work under mingw, but mingw has trouble running |
|
# shell scripts that end in .exe. And it doesn't seem to build shared |
|
# libraries anyway (so can't be LD_PRELOADed) -- in fact, anybody who |
|
# chooses not to build shared libraries won't be able to run this test. |
|
# TODO(csilvers): figure out how to nix ".exe" or otherwise work under mingw |
|
#am__append_17 = maybe_threads_unittest.sh$(EXEEXT) |
|
#am__append_18 = $(maybe_threads_unittest_sh_SOURCES) |
|
#am__append_19 = src/windows/port.h src/windows/port.cc |
|
am__append_20 = system_alloc_unittest |
|
|
|
# This doesn't work with static linkage, because libtcmalloc.a isn't |
|
# happy with C linkage (it misses the stdc++ library). Likewise with |
|
# mingw, which links foo.a even though it doesn't set ENABLE_STATIC. |
|
# TODO(csilvers): set enable_static=true in configure.ac:36? |
|
#am__append_21 = malloc_extension_c_test |
|
# -ansi here is just to help ensure the code is bog-standard C. |
|
#am__append_22 = -ansi |
|
am__append_23 = memalign_unittest |
|
|
|
### ------- tcmalloc_minimal_debug (thread-caching malloc with debugallocation) |
|
|
|
# Like tcmalloc.cc, debugallocation.cc needs exceptions to fulfill its |
|
# API. Luckily, we can reuse everything else from tcmalloc_minimal. |
|
am__append_24 = libtcmalloc_minimal_debug.la |
|
am__append_25 = libtcmalloc_minimal_debug.la |
|
|
|
### Unittests |
|
am__append_26 = tcmalloc_minimal_debug_unittest \ |
|
malloc_extension_debug_test |
|
am__append_27 = memalign_debug_unittest |
|
am__append_28 = realloc_debug_unittest |
|
|
|
# debugallocation_test checks that we print a proper stacktrace when |
|
# debug-allocs fail, so we can't run it if we don't have stacktrace info. |
|
am__append_29 = debugallocation_test.sh$(EXEEXT) |
|
am__append_30 = $(debugallocation_test_sh_SOURCES) |
|
|
|
# This is the sub-program used by debugallocation_test.sh |
|
am__append_31 = debugallocation_test |
|
am__append_32 = $(SG_TCMALLOC_INCLUDES) |
|
|
|
### Making the library |
|
|
|
# As we describe at the top of this file, we want to turn off exceptions |
|
# for all files in this library -- except tcmalloc.cc which needs them |
|
# to fulfill its API. Automake doesn't allow per-file CXXFLAGS, so we need |
|
# to separate into two libraries. |
|
am__append_33 = libtcmalloc_internal.la |
|
am__append_34 = libtcmalloc.la |
|
am__append_35 = $(HEAP_CHECKER_SOURCES) |
|
#am__append_36 = -DNO_HEAP_CHECK |
|
#am__append_37 = -DNO_HEAP_CHECK |
|
am__append_38 = libtcmalloc.la |
|
|
|
### Unittests |
|
am__append_39 = tcmalloc_unittest |
|
am__append_40 = tcmalloc_both_unittest |
|
am__append_41 = \ |
|
tcmalloc_large_unittest \ |
|
raw_printer_test \ |
|
sampler_test \ |
|
sampling_test.sh$(EXEEXT) |
|
|
|
# sampler_test and sampling_test both require sampling to be turned |
|
# on, which it's not by default. Use the "standard" value of 2^19. |
|
|
|
# These unittests often need to run binaries. They're in the current dir |
|
am__append_42 = TCMALLOC_SAMPLE_PARAMETER=524288 \ |
|
BINDIR=. \ |
|
TMPDIR=/tmp/perftools |
|
am__append_43 = vsprojects/sampler_test/sampler_test.vcproj |
|
am__append_44 = $(sampling_test_sh_SOURCES) |
|
|
|
# This is the sub-program used by sampling_test.sh |
|
# The -g is so pprof can get symbol information. |
|
am__append_45 = sampling_test |
|
|
|
# Tests the compatibility include-headers in google/. Requires a function |
|
# defined in the heap-profiler, which is why the test lives here. |
|
am__append_46 = \ |
|
heap-profiler_unittest.sh$(EXEEXT) \ |
|
simple_compat_test |
|
am__append_47 = $(heap_profiler_unittest_sh_SOURCES) |
|
|
|
# These are sub-programs used by heap-profiler_unittest.sh |
|
am__append_48 = heap-profiler_unittest |
|
am__append_49 = \ |
|
heap-checker_unittest.sh$(EXEEXT) \ |
|
heap-checker-death_unittest.sh$(EXEEXT) |
|
am__append_50 = \ |
|
$(heap_checker_unittest_sh_SOURCES) \ |
|
$(top_srcdir)/$(heap_checker_death_unittest_sh_SOURCES) |
|
|
|
# These are sub-programs used by heap-checker_unittest.sh |
|
am__append_51 = heap-checker_unittest |
|
|
|
### Documentation (above and beyond tcmalloc_minimal documentation) |
|
am__append_52 = doc/heapprofile.html doc/heap-example1.png |
|
am__append_53 = doc/heap_checker.html |
|
|
|
### ------- tcmalloc with debugallocation |
|
am__append_54 = libtcmalloc_debug.la |
|
am__append_55 = libtcmalloc_debug.la |
|
|
|
### Unittests |
|
am__append_56 = tcmalloc_debug_unittest \ |
|
sampler_debug_test \ |
|
sampling_debug_test.sh$(EXEEXT) |
|
|
|
# This is the sub-program using by sampling_debug_test.sh |
|
# The -g is so pprof can get symbol information. |
|
am__append_57 = sampling_debug_test |
|
am__append_58 = heap-profiler_debug_unittest.sh$(EXEEXT) |
|
|
|
# These are sub-programs used by heap-profiler_debug_unittest.sh |
|
am__append_59 = heap-profiler_debug_unittest |
|
am__append_60 = heap-checker_debug_unittest.sh$(EXEEXT) |
|
|
|
# These are sub-programs used by heap-checker_debug_unittest.sh |
|
am__append_61 = heap-checker_debug_unittest |
|
am__append_62 = $(SG_CPU_PROFILER_INCLUDES) |
|
|
|
### Making the library |
|
am__append_63 = libprofiler.la |
|
|
|
### Unittests |
|
am__append_64 = getpc_test \ |
|
profiledata_unittest \ |
|
profile_handler_unittest \ |
|
profiler_unittest.sh$(EXEEXT) |
|
am__append_65 = $(profiler_unittest_sh_SOURCES) |
|
|
|
# These are sub-programs used by profiler_unittest.sh |
|
am__append_66 = profiler1_unittest profiler2_unittest profiler3_unittest \ |
|
profiler4_unittest |
|
|
|
#profiler2_unittest_DEPENDENCIES = |
|
|
|
### Documentation |
|
am__append_67 = doc/cpuprofile.html \ |
|
doc/cpuprofile-fileformat.html \ |
|
doc/pprof-test-big.gif \ |
|
doc/pprof-test.gif \ |
|
doc/pprof-vsnprintf-big.gif \ |
|
doc/pprof-vsnprintf.gif |
|
|
|
|
|
### ------- CPU profiler and heap checker, in one! |
|
|
|
# Ideally, folks who wanted to use both tcmalloc and libprofiler, |
|
# could just link them both into their application. But while this |
|
# works fine for .so files, it does not for .a files. The easiest way |
|
# around this -- and I've tried a bunch of the hard ways -- is to just |
|
# to create another set of libraries that has both functionality in it. |
|
am__append_68 = libtcmalloc_and_profiler.la |
|
am__append_69 = tcmalloc_and_profiler_unittest |
|
am__append_70 = libtcmalloc_and_profiler.la |
|
subdir = . |
|
DIST_COMMON = README $(am__configure_deps) $(am__dist_doc_DATA_DIST) \ |
|
$(am__perftoolsinclude_HEADERS_DIST) $(dist_man_MANS) \ |
|
$(googleinclude_HEADERS) $(noinst_HEADERS) \ |
|
$(srcdir)/Makefile.am $(srcdir)/Makefile.in \ |
|
$(top_srcdir)/configure $(top_srcdir)/src/config.h.in \ |
|
$(top_srcdir)/src/gperftools/tcmalloc.h.in \ |
|
$(top_srcdir)/src/windows/gperftools/tcmalloc.h.in AUTHORS \ |
|
COPYING ChangeLog INSTALL NEWS TODO compile config.guess \ |
|
config.sub depcomp install-sh ltmain.sh missing mkinstalldirs |
|
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
|
am__aclocal_m4_deps = $(top_srcdir)/m4/ac_have_attribute.m4 \ |
|
$(top_srcdir)/m4/acx_nanosleep.m4 \ |
|
$(top_srcdir)/m4/acx_pthread.m4 \ |
|
$(top_srcdir)/m4/compiler_characteristics.m4 \ |
|
$(top_srcdir)/m4/install_prefix.m4 $(top_srcdir)/m4/libtool.m4 \ |
|
$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ |
|
$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ |
|
$(top_srcdir)/m4/namespaces.m4 \ |
|
$(top_srcdir)/m4/pc_from_ucontext.m4 \ |
|
$(top_srcdir)/m4/program_invocation_name.m4 \ |
|
$(top_srcdir)/m4/stl_namespace.m4 $(top_srcdir)/configure.ac |
|
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ |
|
$(ACLOCAL_M4) |
|
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ |
|
configure.lineno config.status.lineno |
|
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs |
|
CONFIG_HEADER = $(top_builddir)/src/config.h |
|
CONFIG_CLEAN_FILES = src/gperftools/tcmalloc.h \ |
|
src/windows/gperftools/tcmalloc.h |
|
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; |
|
am__vpath_adj = case $$p in \ |
|
$(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ |
|
*) f=$$p;; \ |
|
esac; |
|
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; |
|
am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" \ |
|
"$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)" \ |
|
"$(DESTDIR)$(docdir)" "$(DESTDIR)$(pkgconfigdir)" \ |
|
"$(DESTDIR)$(googleincludedir)" \ |
|
"$(DESTDIR)$(perftoolsincludedir)" \ |
|
"$(DESTDIR)$(perftoolsincludedir)" |
|
libLTLIBRARIES_INSTALL = $(INSTALL) |
|
LTLIBRARIES = $(lib_LTLIBRARIES) $(noinst_LTLIBRARIES) |
|
liblogging_la_LIBADD = |
|
am__objects_1 = |
|
am_liblogging_la_OBJECTS = logging.lo dynamic_annotations.lo \ |
|
$(am__objects_1) |
|
liblogging_la_OBJECTS = $(am_liblogging_la_OBJECTS) |
|
libprofiler_la_DEPENDENCIES = \ |
|
libstacktrace.la |
|
am__libprofiler_la_SOURCES_DIST = src/profiler.cc \ |
|
src/profile-handler.cc src/profiledata.cc src/profiledata.h \ |
|
src/profile-handler.h src/getpc.h src/base/basictypes.h \ |
|
src/base/commandlineflags.h src/base/googleinit.h \ |
|
src/base/logging.h src/base/simple_mutex.h src/base/sysinfo.h \ |
|
src/base/spinlock.h src/base/spinlock_internal.h \ |
|
src/base/atomicops.h src/base/atomicops-internals-macosx.h \ |
|
src/base/atomicops-internals-linuxppc.h \ |
|
src/base/atomicops-internals-windows.h \ |
|
src/base/atomicops-internals-x86.h \ |
|
src/base/spinlock_win32-inl.h src/base/spinlock_linux-inl.h \ |
|
src/base/spinlock_posix-inl.h \ |
|
src/base/synchronization_profiling.h \ |
|
src/base/atomicops-internals-arm-generic.h \ |
|
src/base/atomicops-internals-arm-v6plus.h \ |
|
src/base/dynamic_annotations.h src/third_party/valgrind.h \ |
|
src/gperftools/profiler.h src/gperftools/stacktrace.h |
|
am__objects_2 = $(am__objects_1) \ |
|
$(am__objects_1) |
|
am__objects_3 = $(am__objects_2) \ |
|
$(am__objects_1) |
|
am_libprofiler_la_OBJECTS = profiler.lo \ |
|
profile-handler.lo profiledata.lo \ |
|
$(am__objects_3) |
|
libprofiler_la_OBJECTS = $(am_libprofiler_la_OBJECTS) |
|
libprofiler_la_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \ |
|
$(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ |
|
$(CXXFLAGS) $(libprofiler_la_LDFLAGS) $(LDFLAGS) -o $@ |
|
am_libprofiler_la_rpath = -rpath $(libdir) |
|
am__DEPENDENCIES_1 = |
|
libspinlock_la_DEPENDENCIES = $(am__DEPENDENCIES_1) |
|
am__libspinlock_la_SOURCES_DIST = src/base/spinlock.cc \ |
|
src/base/spinlock_internal.cc \ |
|
src/base/atomicops-internals-x86.cc src/base/spinlock.h \ |
|
src/base/spinlock_internal.h src/base/atomicops.h \ |
|
src/base/atomicops-internals-macosx.h \ |
|
src/base/atomicops-internals-linuxppc.h \ |
|
src/base/atomicops-internals-windows.h \ |
|
src/base/atomicops-internals-x86.h \ |
|
src/base/spinlock_win32-inl.h src/base/spinlock_linux-inl.h \ |
|
src/base/spinlock_posix-inl.h \ |
|
src/base/synchronization_profiling.h \ |
|
src/base/atomicops-internals-arm-generic.h \ |
|
src/base/atomicops-internals-arm-v6plus.h |
|
am_libspinlock_la_OBJECTS = spinlock.lo \ |
|
spinlock_internal.lo atomicops-internals-x86.lo \ |
|
$(am__objects_1) |
|
#am_libspinlock_la_OBJECTS = spinlock.lo \ |
|
# spinlock_internal.lo $(am__objects_1) |
|
libspinlock_la_OBJECTS = $(am_libspinlock_la_OBJECTS) |
|
am_libspinlock_la_rpath = |
|
#am_libspinlock_la_rpath = |
|
libstacktrace_la_DEPENDENCIES = \ |
|
$(am__DEPENDENCIES_1) $(LIBSPINLOCK) |
|
am__libstacktrace_la_SOURCES_DIST = src/stacktrace.cc \ |
|
src/base/elf_mem_image.cc src/base/vdso_support.cc \ |
|
src/stacktrace_config.h src/stacktrace_generic-inl.h \ |
|
src/stacktrace_libunwind-inl.h src/stacktrace_arm-inl.h \ |
|
src/stacktrace_powerpc-inl.h src/stacktrace_x86-inl.h \ |
|
src/stacktrace_win32-inl.h src/base/elf_mem_image.h \ |
|
src/base/vdso_support.h src/gperftools/stacktrace.h |
|
am__objects_4 = $(am__objects_1) \ |
|
$(am__objects_1) |
|
am_libstacktrace_la_OBJECTS = stacktrace.lo \ |
|
elf_mem_image.lo vdso_support.lo \ |
|
$(am__objects_4) |
|
libstacktrace_la_OBJECTS = $(am_libstacktrace_la_OBJECTS) |
|
libstacktrace_la_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \ |
|
$(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ |
|
$(CXXFLAGS) $(libstacktrace_la_LDFLAGS) $(LDFLAGS) -o $@ |
|
am_libstacktrace_la_rpath = |
|
libsysinfo_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \ |
|
$(am__DEPENDENCIES_1) |
|
am_libsysinfo_la_OBJECTS = sysinfo.lo $(am__objects_1) |
|
libsysinfo_la_OBJECTS = $(am_libsysinfo_la_OBJECTS) |
|
libtcmalloc_la_DEPENDENCIES = \ |
|
libtcmalloc_internal.la \ |
|
$(am__DEPENDENCIES_1) |
|
am__libtcmalloc_la_SOURCES_DIST = src/tcmalloc.cc src/common.h \ |
|
src/internal_logging.h src/system-alloc.h \ |
|
src/packed-cache-inl.h src/base/spinlock.h \ |
|
src/base/spinlock_internal.h src/base/atomicops.h \ |
|
src/base/atomicops-internals-macosx.h \ |
|
src/base/atomicops-internals-linuxppc.h \ |
|
src/base/atomicops-internals-windows.h \ |
|
src/base/atomicops-internals-x86.h \ |
|
src/base/spinlock_win32-inl.h src/base/spinlock_linux-inl.h \ |
|
src/base/spinlock_posix-inl.h \ |
|
src/base/synchronization_profiling.h \ |
|
src/base/atomicops-internals-arm-generic.h \ |
|
src/base/atomicops-internals-arm-v6plus.h src/tcmalloc_guard.h \ |
|
src/base/commandlineflags.h src/base/basictypes.h \ |
|
src/pagemap.h src/sampler.h src/central_freelist.h \ |
|
src/linked_list.h src/libc_override.h \ |
|
src/libc_override_gcc_and_weak.h src/libc_override_glibc.h \ |
|
src/libc_override_osx.h src/libc_override_redefine.h \ |
|
src/page_heap.h src/page_heap_allocator.h src/span.h \ |
|
src/static_vars.h src/symbolize.h src/thread_cache.h \ |
|
src/stack_trace_table.h src/base/thread_annotations.h \ |
|
src/malloc_hook-inl.h src/malloc_hook_mmap_linux.h \ |
|
src/malloc_hook_mmap_freebsd.h src/maybe_threads.h \ |
|
src/base/logging.h src/base/dynamic_annotations.h \ |
|
src/third_party/valgrind.h src/addressmap-inl.h \ |
|
src/raw_printer.h src/base/elfcore.h src/base/googleinit.h \ |
|
src/base/linux_syscall_support.h src/base/linuxthreads.h \ |
|
src/base/stl_allocator.h src/base/sysinfo.h \ |
|
src/base/thread_lister.h src/heap-profile-table.h \ |
|
src/gperftools/malloc_hook.h src/gperftools/malloc_hook_c.h \ |
|
src/gperftools/malloc_extension.h \ |
|
src/gperftools/malloc_extension_c.h \ |
|
src/gperftools/stacktrace.h src/gperftools/heap-profiler.h \ |
|
src/gperftools/heap-checker.h src/base/thread_lister.c \ |
|
src/base/linuxthreads.cc src/heap-checker.cc \ |
|
src/heap-checker-bcad.cc |
|
am__objects_5 = libtcmalloc_la-tcmalloc.lo |
|
am__objects_6 = $(am__objects_1) |
|
am__objects_7 = $(am__objects_6) \ |
|
$(am__objects_1) |
|
am__objects_8 = $(am__objects_1) |
|
am__objects_9 = $(am__objects_7) \ |
|
$(am__objects_8) |
|
am__objects_10 = thread_lister.lo \ |
|
libtcmalloc_la-linuxthreads.lo \ |
|
libtcmalloc_la-heap-checker.lo \ |
|
libtcmalloc_la-heap-checker-bcad.lo |
|
am__objects_11 = $(am__objects_10) |
|
am_libtcmalloc_la_OBJECTS = \ |
|
$(am__objects_5) \ |
|
$(am__objects_9) \ |
|
$(am__objects_11) |
|
libtcmalloc_la_OBJECTS = $(am_libtcmalloc_la_OBJECTS) |
|
libtcmalloc_la_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \ |
|
$(LIBTOOLFLAGS) --mode=link $(CXXLD) \ |
|
$(libtcmalloc_la_CXXFLAGS) $(CXXFLAGS) \ |
|
$(libtcmalloc_la_LDFLAGS) $(LDFLAGS) -o $@ |
|
am_libtcmalloc_la_rpath = -rpath \ |
|
$(libdir) |
|
am__DEPENDENCIES_2 = \ |
|
libtcmalloc_internal.la \ |
|
$(am__DEPENDENCIES_1) |
|
libtcmalloc_and_profiler_la_DEPENDENCIES = $(am__DEPENDENCIES_2) |
|
am__libtcmalloc_and_profiler_la_SOURCES_DIST = src/tcmalloc.cc \ |
|
src/common.h src/internal_logging.h src/system-alloc.h \ |
|
src/packed-cache-inl.h src/base/spinlock.h \ |
|
src/base/spinlock_internal.h src/base/atomicops.h \ |
|
src/base/atomicops-internals-macosx.h \ |
|
src/base/atomicops-internals-linuxppc.h \ |
|
src/base/atomicops-internals-windows.h \ |
|
src/base/atomicops-internals-x86.h \ |
|
src/base/spinlock_win32-inl.h src/base/spinlock_linux-inl.h \ |
|
src/base/spinlock_posix-inl.h \ |
|
src/base/synchronization_profiling.h \ |
|
src/base/atomicops-internals-arm-generic.h \ |
|
src/base/atomicops-internals-arm-v6plus.h src/tcmalloc_guard.h \ |
|
src/base/commandlineflags.h src/base/basictypes.h \ |
|
src/pagemap.h src/sampler.h src/central_freelist.h \ |
|
src/linked_list.h src/libc_override.h \ |
|
src/libc_override_gcc_and_weak.h src/libc_override_glibc.h \ |
|
src/libc_override_osx.h src/libc_override_redefine.h \ |
|
src/page_heap.h src/page_heap_allocator.h src/span.h \ |
|
src/static_vars.h src/symbolize.h src/thread_cache.h \ |
|
src/stack_trace_table.h src/base/thread_annotations.h \ |
|
src/malloc_hook-inl.h src/malloc_hook_mmap_linux.h \ |
|
src/malloc_hook_mmap_freebsd.h src/maybe_threads.h \ |
|
src/base/logging.h src/base/dynamic_annotations.h \ |
|
src/third_party/valgrind.h src/addressmap-inl.h \ |
|
src/raw_printer.h src/base/elfcore.h src/base/googleinit.h \ |
|
src/base/linux_syscall_support.h src/base/linuxthreads.h \ |
|
src/base/stl_allocator.h src/base/sysinfo.h \ |
|
src/base/thread_lister.h src/heap-profile-table.h \ |
|
src/gperftools/malloc_hook.h src/gperftools/malloc_hook_c.h \ |
|
src/gperftools/malloc_extension.h \ |
|
src/gperftools/malloc_extension_c.h \ |
|
src/gperftools/stacktrace.h src/gperftools/heap-profiler.h \ |
|
src/gperftools/heap-checker.h src/base/thread_lister.c \ |
|
src/base/linuxthreads.cc src/heap-checker.cc \ |
|
src/heap-checker-bcad.cc src/profiler.cc \ |
|
src/profile-handler.cc src/profiledata.cc src/profiledata.h \ |
|
src/profile-handler.h src/getpc.h src/base/simple_mutex.h \ |
|
src/gperftools/profiler.h |
|
am__objects_12 = libtcmalloc_and_profiler_la-tcmalloc.lo |
|
am__objects_13 = thread_lister.lo \ |
|
libtcmalloc_and_profiler_la-linuxthreads.lo \ |
|
libtcmalloc_and_profiler_la-heap-checker.lo \ |
|
libtcmalloc_and_profiler_la-heap-checker-bcad.lo |
|
am__objects_14 = $(am__objects_13) |
|
am__objects_15 = \ |
|
$(am__objects_12) \ |
|
$(am__objects_9) \ |
|
$(am__objects_14) |
|
am__objects_16 = libtcmalloc_and_profiler_la-profiler.lo \ |
|
libtcmalloc_and_profiler_la-profile-handler.lo \ |
|
libtcmalloc_and_profiler_la-profiledata.lo \ |
|
$(am__objects_3) |
|
am_libtcmalloc_and_profiler_la_OBJECTS = $(am__objects_15) \ |
|
$(am__objects_16) |
|
libtcmalloc_and_profiler_la_OBJECTS = \ |
|
$(am_libtcmalloc_and_profiler_la_OBJECTS) |
|
libtcmalloc_and_profiler_la_LINK = $(LIBTOOL) --tag=CXX \ |
|
$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ |
|
$(libtcmalloc_and_profiler_la_CXXFLAGS) $(CXXFLAGS) \ |
|
$(libtcmalloc_and_profiler_la_LDFLAGS) $(LDFLAGS) -o $@ |
|
am_libtcmalloc_and_profiler_la_rpath = -rpath \ |
|
$(libdir) |
|
libtcmalloc_debug_la_DEPENDENCIES = $(am__DEPENDENCIES_2) |
|
am__libtcmalloc_debug_la_SOURCES_DIST = src/debugallocation.cc \ |
|
src/base/thread_lister.c src/base/linuxthreads.cc \ |
|
src/heap-checker.cc src/heap-checker-bcad.cc src/common.h \ |
|
src/internal_logging.h src/system-alloc.h \ |
|
src/packed-cache-inl.h src/base/spinlock.h \ |
|
src/base/spinlock_internal.h src/base/atomicops.h \ |
|
src/base/atomicops-internals-macosx.h \ |
|
src/base/atomicops-internals-linuxppc.h \ |
|
src/base/atomicops-internals-windows.h \ |
|
src/base/atomicops-internals-x86.h \ |
|
src/base/spinlock_win32-inl.h src/base/spinlock_linux-inl.h \ |
|
src/base/spinlock_posix-inl.h \ |
|
src/base/synchronization_profiling.h \ |
|
src/base/atomicops-internals-arm-generic.h \ |
|
src/base/atomicops-internals-arm-v6plus.h src/tcmalloc_guard.h \ |
|
src/base/commandlineflags.h src/base/basictypes.h \ |
|
src/pagemap.h src/sampler.h src/central_freelist.h \ |
|
src/linked_list.h src/libc_override.h \ |
|
src/libc_override_gcc_and_weak.h src/libc_override_glibc.h \ |
|
src/libc_override_osx.h src/libc_override_redefine.h \ |
|
src/page_heap.h src/page_heap_allocator.h src/span.h \ |
|
src/static_vars.h src/symbolize.h src/thread_cache.h \ |
|
src/stack_trace_table.h src/base/thread_annotations.h \ |
|
src/malloc_hook-inl.h src/malloc_hook_mmap_linux.h \ |
|
src/malloc_hook_mmap_freebsd.h src/maybe_threads.h \ |
|
src/base/logging.h src/base/dynamic_annotations.h \ |
|
src/third_party/valgrind.h src/addressmap-inl.h \ |
|
src/raw_printer.h src/base/elfcore.h src/base/googleinit.h \ |
|
src/base/linux_syscall_support.h src/base/linuxthreads.h \ |
|
src/base/stl_allocator.h src/base/sysinfo.h \ |
|
src/base/thread_lister.h src/heap-profile-table.h \ |
|
src/gperftools/malloc_hook.h src/gperftools/malloc_hook_c.h \ |
|
src/gperftools/malloc_extension.h \ |
|
src/gperftools/malloc_extension_c.h \ |
|
src/gperftools/stacktrace.h src/gperftools/heap-profiler.h \ |
|
src/gperftools/heap-checker.h |
|
am__objects_17 = thread_lister.lo \ |
|
libtcmalloc_debug_la-linuxthreads.lo \ |
|
libtcmalloc_debug_la-heap-checker.lo \ |
|
libtcmalloc_debug_la-heap-checker-bcad.lo |
|
am_libtcmalloc_debug_la_OBJECTS = libtcmalloc_debug_la-debugallocation.lo \ |
|
$(am__objects_17) \ |
|
$(am__objects_9) |
|
libtcmalloc_debug_la_OBJECTS = $(am_libtcmalloc_debug_la_OBJECTS) |
|
libtcmalloc_debug_la_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \ |
|
$(LIBTOOLFLAGS) --mode=link $(CXXLD) \ |
|
$(libtcmalloc_debug_la_CXXFLAGS) $(CXXFLAGS) \ |
|
$(libtcmalloc_debug_la_LDFLAGS) $(LDFLAGS) -o $@ |
|
am_libtcmalloc_debug_la_rpath = -rpath \ |
|
$(libdir) |
|
libtcmalloc_internal_la_DEPENDENCIES = \ |
|
libstacktrace.la \ |
|
$(am__DEPENDENCIES_1) |
|
am__libtcmalloc_internal_la_SOURCES_DIST = src/common.cc \ |
|
src/internal_logging.cc src/system-alloc.cc \ |
|
src/memfs_malloc.cc src/central_freelist.cc src/page_heap.cc \ |
|
src/sampler.cc src/span.cc src/stack_trace_table.cc \ |
|
src/static_vars.cc src/symbolize.cc src/thread_cache.cc \ |
|
src/malloc_hook.cc src/malloc_extension.cc \ |
|
src/maybe_threads.cc src/common.h src/internal_logging.h \ |
|
src/system-alloc.h src/packed-cache-inl.h src/base/spinlock.h \ |
|
src/base/spinlock_internal.h src/base/atomicops.h \ |
|
src/base/atomicops-internals-macosx.h \ |
|
src/base/atomicops-internals-linuxppc.h \ |
|
src/base/atomicops-internals-windows.h \ |
|
src/base/atomicops-internals-x86.h \ |
|
src/base/spinlock_win32-inl.h src/base/spinlock_linux-inl.h \ |
|
src/base/spinlock_posix-inl.h \ |
|
src/base/synchronization_profiling.h \ |
|
src/base/atomicops-internals-arm-generic.h \ |
|
src/base/atomicops-internals-arm-v6plus.h src/tcmalloc_guard.h \ |
|
src/base/commandlineflags.h src/base/basictypes.h \ |
|
src/pagemap.h src/sampler.h src/central_freelist.h \ |
|
src/linked_list.h src/libc_override.h \ |
|
src/libc_override_gcc_and_weak.h src/libc_override_glibc.h \ |
|
src/libc_override_osx.h src/libc_override_redefine.h \ |
|
src/page_heap.h src/page_heap_allocator.h src/span.h \ |
|
src/static_vars.h src/symbolize.h src/thread_cache.h \ |
|
src/stack_trace_table.h src/base/thread_annotations.h \ |
|
src/malloc_hook-inl.h src/malloc_hook_mmap_linux.h \ |
|
src/malloc_hook_mmap_freebsd.h src/maybe_threads.h \ |
|
src/gperftools/malloc_hook.h src/gperftools/malloc_hook_c.h \ |
|
src/gperftools/malloc_extension.h \ |
|
src/gperftools/malloc_extension_c.h \ |
|
src/gperftools/stacktrace.h src/base/logging.h \ |
|
src/base/dynamic_annotations.h src/third_party/valgrind.h \ |
|
src/addressmap-inl.h src/raw_printer.h src/base/elfcore.h \ |
|
src/base/googleinit.h src/base/linux_syscall_support.h \ |
|
src/base/linuxthreads.h src/base/stl_allocator.h \ |
|
src/base/sysinfo.h src/base/thread_lister.h \ |
|
src/heap-profile-table.h src/gperftools/heap-profiler.h \ |
|
src/gperftools/heap-checker.h src/base/low_level_alloc.cc \ |
|
src/heap-profile-table.cc src/heap-profiler.cc \ |
|
src/raw_printer.cc src/memory_region_map.cc |
|
am__objects_18 = libtcmalloc_internal_la-system-alloc.lo |
|
am__objects_19 = \ |
|
libtcmalloc_internal_la-maybe_threads.lo |
|
am__objects_20 = $(am__objects_6) $(am__objects_1) |
|
am__objects_21 = libtcmalloc_internal_la-common.lo \ |
|
libtcmalloc_internal_la-internal_logging.lo $(am__objects_18) \ |
|
libtcmalloc_internal_la-memfs_malloc.lo \ |
|
libtcmalloc_internal_la-central_freelist.lo \ |
|
libtcmalloc_internal_la-page_heap.lo \ |
|
libtcmalloc_internal_la-sampler.lo \ |
|
libtcmalloc_internal_la-span.lo \ |
|
libtcmalloc_internal_la-stack_trace_table.lo \ |
|
libtcmalloc_internal_la-static_vars.lo \ |
|
libtcmalloc_internal_la-symbolize.lo \ |
|
libtcmalloc_internal_la-thread_cache.lo \ |
|
libtcmalloc_internal_la-malloc_hook.lo \ |
|
libtcmalloc_internal_la-malloc_extension.lo $(am__objects_19) \ |
|
$(am__objects_20) |
|
am_libtcmalloc_internal_la_OBJECTS = \ |
|
$(am__objects_21) \ |
|
$(am__objects_9) \ |
|
libtcmalloc_internal_la-low_level_alloc.lo \ |
|
libtcmalloc_internal_la-heap-profile-table.lo \ |
|
libtcmalloc_internal_la-heap-profiler.lo \ |
|
libtcmalloc_internal_la-raw_printer.lo \ |
|
libtcmalloc_internal_la-memory_region_map.lo |
|
libtcmalloc_internal_la_OBJECTS = \ |
|
$(am_libtcmalloc_internal_la_OBJECTS) |
|
libtcmalloc_internal_la_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \ |
|
$(LIBTOOLFLAGS) --mode=link $(CXXLD) \ |
|
$(libtcmalloc_internal_la_CXXFLAGS) $(CXXFLAGS) \ |
|
$(libtcmalloc_internal_la_LDFLAGS) $(LDFLAGS) -o $@ |
|
am_libtcmalloc_internal_la_rpath = |
|
libtcmalloc_minimal_la_DEPENDENCIES = libtcmalloc_minimal_internal.la \ |
|
$(am__DEPENDENCIES_1) |
|
am__libtcmalloc_minimal_la_SOURCES_DIST = src/tcmalloc.cc src/common.h \ |
|
src/internal_logging.h src/system-alloc.h \ |
|
src/packed-cache-inl.h src/base/spinlock.h \ |
|
src/base/spinlock_internal.h src/base/atomicops.h \ |
|
src/base/atomicops-internals-macosx.h \ |
|
src/base/atomicops-internals-linuxppc.h \ |
|
src/base/atomicops-internals-windows.h \ |
|
src/base/atomicops-internals-x86.h \ |
|
src/base/spinlock_win32-inl.h src/base/spinlock_linux-inl.h \ |
|
src/base/spinlock_posix-inl.h \ |
|
src/base/synchronization_profiling.h \ |
|
src/base/atomicops-internals-arm-generic.h \ |
|
src/base/atomicops-internals-arm-v6plus.h src/tcmalloc_guard.h \ |
|
src/base/commandlineflags.h src/base/basictypes.h \ |
|
src/pagemap.h src/sampler.h src/central_freelist.h \ |
|
src/linked_list.h src/libc_override.h \ |
|
src/libc_override_gcc_and_weak.h src/libc_override_glibc.h \ |
|
src/libc_override_osx.h src/libc_override_redefine.h \ |
|
src/page_heap.h src/page_heap_allocator.h src/span.h \ |
|
src/static_vars.h src/symbolize.h src/thread_cache.h \ |
|
src/stack_trace_table.h src/base/thread_annotations.h \ |
|
src/malloc_hook-inl.h src/malloc_hook_mmap_linux.h \ |
|
src/malloc_hook_mmap_freebsd.h src/maybe_threads.h \ |
|
src/gperftools/malloc_hook.h src/gperftools/malloc_hook_c.h \ |
|
src/gperftools/malloc_extension.h \ |
|
src/gperftools/malloc_extension_c.h \ |
|
src/gperftools/stacktrace.h |
|
am__objects_22 = libtcmalloc_minimal_la-tcmalloc.lo |
|
am_libtcmalloc_minimal_la_OBJECTS = $(am__objects_22) \ |
|
$(am__objects_20) |
|
libtcmalloc_minimal_la_OBJECTS = $(am_libtcmalloc_minimal_la_OBJECTS) |
|
libtcmalloc_minimal_la_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \ |
|
$(LIBTOOLFLAGS) --mode=link $(CXXLD) \ |
|
$(libtcmalloc_minimal_la_CXXFLAGS) $(CXXFLAGS) \ |
|
$(libtcmalloc_minimal_la_LDFLAGS) $(LDFLAGS) -o $@ |
|
am__DEPENDENCIES_3 = libtcmalloc_minimal_internal.la \ |
|
$(am__DEPENDENCIES_1) |
|
libtcmalloc_minimal_debug_la_DEPENDENCIES = \ |
|
$(am__DEPENDENCIES_3) |
|
am__libtcmalloc_minimal_debug_la_SOURCES_DIST = \ |
|
src/debugallocation.cc src/common.h src/internal_logging.h \ |
|
src/system-alloc.h src/packed-cache-inl.h src/base/spinlock.h \ |
|
src/base/spinlock_internal.h src/base/atomicops.h \ |
|
src/base/atomicops-internals-macosx.h \ |
|
src/base/atomicops-internals-linuxppc.h \ |
|
src/base/atomicops-internals-windows.h \ |
|
src/base/atomicops-internals-x86.h \ |
|
src/base/spinlock_win32-inl.h src/base/spinlock_linux-inl.h \ |
|
src/base/spinlock_posix-inl.h \ |
|
src/base/synchronization_profiling.h \ |
|
src/base/atomicops-internals-arm-generic.h \ |
|
src/base/atomicops-internals-arm-v6plus.h src/tcmalloc_guard.h \ |
|
src/base/commandlineflags.h src/base/basictypes.h \ |
|
src/pagemap.h src/sampler.h src/central_freelist.h \ |
|
src/linked_list.h src/libc_override.h \ |
|
src/libc_override_gcc_and_weak.h src/libc_override_glibc.h \ |
|
src/libc_override_osx.h src/libc_override_redefine.h \ |
|
src/page_heap.h src/page_heap_allocator.h src/span.h \ |
|
src/static_vars.h src/symbolize.h src/thread_cache.h \ |
|
src/stack_trace_table.h src/base/thread_annotations.h \ |
|
src/malloc_hook-inl.h src/malloc_hook_mmap_linux.h \ |
|
src/malloc_hook_mmap_freebsd.h src/maybe_threads.h \ |
|
src/gperftools/malloc_hook.h src/gperftools/malloc_hook_c.h \ |
|
src/gperftools/malloc_extension.h \ |
|
src/gperftools/malloc_extension_c.h \ |
|
src/gperftools/stacktrace.h |
|
am_libtcmalloc_minimal_debug_la_OBJECTS = libtcmalloc_minimal_debug_la-debugallocation.lo \ |
|
$(am__objects_20) |
|
libtcmalloc_minimal_debug_la_OBJECTS = \ |
|
$(am_libtcmalloc_minimal_debug_la_OBJECTS) |
|
libtcmalloc_minimal_debug_la_LINK = $(LIBTOOL) --tag=CXX \ |
|
$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ |
|
$(libtcmalloc_minimal_debug_la_CXXFLAGS) $(CXXFLAGS) \ |
|
$(libtcmalloc_minimal_debug_la_LDFLAGS) $(LDFLAGS) -o $@ |
|
am_libtcmalloc_minimal_debug_la_rpath = -rpath \ |
|
$(libdir) |
|
libtcmalloc_minimal_internal_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \ |
|
$(LIBSPINLOCK) |
|
am__libtcmalloc_minimal_internal_la_SOURCES_DIST = src/common.cc \ |
|
src/internal_logging.cc src/system-alloc.cc \ |
|
src/memfs_malloc.cc src/central_freelist.cc src/page_heap.cc \ |
|
src/sampler.cc src/span.cc src/stack_trace_table.cc \ |
|
src/static_vars.cc src/symbolize.cc src/thread_cache.cc \ |
|
src/malloc_hook.cc src/malloc_extension.cc \ |
|
src/maybe_threads.cc src/common.h src/internal_logging.h \ |
|
src/system-alloc.h src/packed-cache-inl.h src/base/spinlock.h \ |
|
src/base/spinlock_internal.h src/base/atomicops.h \ |
|
src/base/atomicops-internals-macosx.h \ |
|
src/base/atomicops-internals-linuxppc.h \ |
|
src/base/atomicops-internals-windows.h \ |
|
src/base/atomicops-internals-x86.h \ |
|
src/base/spinlock_win32-inl.h src/base/spinlock_linux-inl.h \ |
|
src/base/spinlock_posix-inl.h \ |
|
src/base/synchronization_profiling.h \ |
|
src/base/atomicops-internals-arm-generic.h \ |
|
src/base/atomicops-internals-arm-v6plus.h src/tcmalloc_guard.h \ |
|
src/base/commandlineflags.h src/base/basictypes.h \ |
|
src/pagemap.h src/sampler.h src/central_freelist.h \ |
|
src/linked_list.h src/libc_override.h \ |
|
src/libc_override_gcc_and_weak.h src/libc_override_glibc.h \ |
|
src/libc_override_osx.h src/libc_override_redefine.h \ |
|
src/page_heap.h src/page_heap_allocator.h src/span.h \ |
|
src/static_vars.h src/symbolize.h src/thread_cache.h \ |
|
src/stack_trace_table.h src/base/thread_annotations.h \ |
|
src/malloc_hook-inl.h src/malloc_hook_mmap_linux.h \ |
|
src/malloc_hook_mmap_freebsd.h src/maybe_threads.h \ |
|
src/gperftools/malloc_hook.h src/gperftools/malloc_hook_c.h \ |
|
src/gperftools/malloc_extension.h \ |
|
src/gperftools/malloc_extension_c.h \ |
|
src/gperftools/stacktrace.h |
|
am__objects_23 = \ |
|
libtcmalloc_minimal_internal_la-system-alloc.lo |
|
am__objects_24 = \ |
|
libtcmalloc_minimal_internal_la-maybe_threads.lo |
|
am_libtcmalloc_minimal_internal_la_OBJECTS = \ |
|
libtcmalloc_minimal_internal_la-common.lo \ |
|
libtcmalloc_minimal_internal_la-internal_logging.lo \ |
|
$(am__objects_23) \ |
|
libtcmalloc_minimal_internal_la-memfs_malloc.lo \ |
|
libtcmalloc_minimal_internal_la-central_freelist.lo \ |
|
libtcmalloc_minimal_internal_la-page_heap.lo \ |
|
libtcmalloc_minimal_internal_la-sampler.lo \ |
|
libtcmalloc_minimal_internal_la-span.lo \ |
|
libtcmalloc_minimal_internal_la-stack_trace_table.lo \ |
|
libtcmalloc_minimal_internal_la-static_vars.lo \ |
|
libtcmalloc_minimal_internal_la-symbolize.lo \ |
|
libtcmalloc_minimal_internal_la-thread_cache.lo \ |
|
libtcmalloc_minimal_internal_la-malloc_hook.lo \ |
|
libtcmalloc_minimal_internal_la-malloc_extension.lo \ |
|
$(am__objects_24) $(am__objects_20) |
|
libtcmalloc_minimal_internal_la_OBJECTS = \ |
|
$(am_libtcmalloc_minimal_internal_la_OBJECTS) |
|
libtcmalloc_minimal_internal_la_LINK = $(LIBTOOL) --tag=CXX \ |
|
$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ |
|
$(libtcmalloc_minimal_internal_la_CXXFLAGS) $(CXXFLAGS) \ |
|
$(libtcmalloc_minimal_internal_la_LDFLAGS) $(LDFLAGS) -o $@ |
|
libwindows_la_DEPENDENCIES = |
|
am__libwindows_la_SOURCES_DIST = src/windows/port.h \ |
|
src/windows/mingw.h src/windows/mini_disassembler.h \ |
|
src/windows/mini_disassembler_types.h \ |
|
src/windows/preamble_patcher.h src/windows/port.cc \ |
|
src/windows/ia32_modrm_map.cc src/windows/ia32_opcode_map.cc \ |
|
src/windows/mini_disassembler.cc \ |
|
src/windows/patch_functions.cc src/windows/preamble_patcher.cc \ |
|
src/windows/preamble_patcher_with_stub.cc |
|
#am_libwindows_la_OBJECTS = $(am__objects_1) port.lo \ |
|
# ia32_modrm_map.lo ia32_opcode_map.lo \ |
|
# mini_disassembler.lo patch_functions.lo \ |
|
# preamble_patcher.lo preamble_patcher_with_stub.lo |
|
libwindows_la_OBJECTS = $(am_libwindows_la_OBJECTS) |
|
#am_libwindows_la_rpath = |
|
binPROGRAMS_INSTALL = $(INSTALL_PROGRAM) |
|
am__EXEEXT_1 = debugallocation_test$(EXEEXT) |
|
am__EXEEXT_2 = \ |
|
sampling_test$(EXEEXT) |
|
am__EXEEXT_3 = \ |
|
heap-profiler_unittest$(EXEEXT) |
|
am__EXEEXT_4 = heap-checker_unittest$(EXEEXT) |
|
am__EXEEXT_5 = sampling_debug_test$(EXEEXT) |
|
am__EXEEXT_6 = heap-profiler_debug_unittest$(EXEEXT) |
|
am__EXEEXT_7 = heap-checker_debug_unittest$(EXEEXT) |
|
am__EXEEXT_8 = profiler1_unittest$(EXEEXT) \ |
|
profiler2_unittest$(EXEEXT) \ |
|
profiler3_unittest$(EXEEXT) \ |
|
profiler4_unittest$(EXEEXT) |
|
am__EXEEXT_9 = stacktrace_unittest$(EXEEXT) |
|
am__EXEEXT_10 = system_alloc_unittest$(EXEEXT) |
|
#am__EXEEXT_11 = malloc_extension_c_test$(EXEEXT) |
|
am__EXEEXT_12 = memalign_unittest$(EXEEXT) |
|
am__EXEEXT_13 = tcmalloc_minimal_debug_unittest$(EXEEXT) \ |
|
malloc_extension_debug_test$(EXEEXT) |
|
am__EXEEXT_14 = memalign_debug_unittest$(EXEEXT) |
|
am__EXEEXT_15 = realloc_debug_unittest$(EXEEXT) |
|
am__EXEEXT_16 = tcmalloc_unittest$(EXEEXT) |
|
am__EXEEXT_17 = tcmalloc_both_unittest$(EXEEXT) |
|
am__EXEEXT_18 = tcmalloc_large_unittest$(EXEEXT) \ |
|
raw_printer_test$(EXEEXT) \ |
|
sampler_test$(EXEEXT) \ |
|
sampling_test.sh$(EXEEXT) |
|
am__EXEEXT_19 = \ |
|
heap-profiler_unittest.sh$(EXEEXT) \ |
|
simple_compat_test$(EXEEXT) |
|
am__EXEEXT_20 = tcmalloc_debug_unittest$(EXEEXT) \ |
|
sampler_debug_test$(EXEEXT) \ |
|
sampling_debug_test.sh$(EXEEXT) |
|
am__EXEEXT_21 = getpc_test$(EXEEXT) \ |
|
profiledata_unittest$(EXEEXT) \ |
|
profile_handler_unittest$(EXEEXT) \ |
|
profiler_unittest.sh$(EXEEXT) |
|
am__EXEEXT_22 = tcmalloc_and_profiler_unittest$(EXEEXT) |
|
am__EXEEXT_23 = low_level_alloc_unittest$(EXEEXT) \ |
|
atomicops_unittest$(EXEEXT) $(am__EXEEXT_9) \ |
|
tcmalloc_minimal_unittest$(EXEEXT) \ |
|
tcmalloc_minimal_large_unittest$(EXEEXT) $(am__append_17) \ |
|
addressmap_unittest$(EXEEXT) $(am__EXEEXT_10) \ |
|
packed_cache_test$(EXEEXT) frag_unittest$(EXEEXT) \ |
|
markidle_unittest$(EXEEXT) \ |
|
current_allocated_bytes_test$(EXEEXT) \ |
|
malloc_hook_test$(EXEEXT) malloc_extension_test$(EXEEXT) \ |
|
$(am__EXEEXT_11) $(am__EXEEXT_12) page_heap_test$(EXEEXT) \ |
|
pagemap_unittest$(EXEEXT) realloc_unittest$(EXEEXT) \ |
|
stack_trace_table_test$(EXEEXT) \ |
|
thread_dealloc_unittest$(EXEEXT) $(am__EXEEXT_13) \ |
|
$(am__EXEEXT_14) $(am__EXEEXT_15) $(am__append_29) \ |
|
$(am__EXEEXT_16) $(am__EXEEXT_17) $(am__EXEEXT_18) \ |
|
$(am__EXEEXT_19) $(am__append_49) $(am__EXEEXT_20) \ |
|
$(am__append_58) $(am__append_60) $(am__EXEEXT_21) \ |
|
$(am__EXEEXT_22) |
|
PROGRAMS = $(bin_PROGRAMS) $(noinst_PROGRAMS) |
|
am__addressmap_unittest_SOURCES_DIST = \ |
|
src/tests/addressmap_unittest.cc src/addressmap-inl.h \ |
|
src/base/commandlineflags.h src/base/logging.h \ |
|
src/base/basictypes.h src/base/dynamic_annotations.h \ |
|
src/third_party/valgrind.h src/windows/port.h \ |
|
src/windows/port.cc |
|
#am__objects_25 = addressmap_unittest-port.$(OBJEXT) |
|
am_addressmap_unittest_OBJECTS = \ |
|
addressmap_unittest-addressmap_unittest.$(OBJEXT) \ |
|
$(am__objects_6) $(am__objects_25) |
|
addressmap_unittest_OBJECTS = $(am_addressmap_unittest_OBJECTS) |
|
addressmap_unittest_DEPENDENCIES = liblogging.la |
|
addressmap_unittest_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \ |
|
$(LIBTOOLFLAGS) --mode=link $(CXXLD) \ |
|
$(addressmap_unittest_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \ |
|
$(LDFLAGS) -o $@ |
|
am_atomicops_unittest_OBJECTS = atomicops_unittest.$(OBJEXT) \ |
|
$(am__objects_6) |
|
atomicops_unittest_OBJECTS = $(am_atomicops_unittest_OBJECTS) |
|
atomicops_unittest_DEPENDENCIES = $(LIBSPINLOCK) |
|
am_current_allocated_bytes_test_OBJECTS = current_allocated_bytes_test-current_allocated_bytes_test.$(OBJEXT) |
|
current_allocated_bytes_test_OBJECTS = \ |
|
$(am_current_allocated_bytes_test_OBJECTS) |
|
current_allocated_bytes_test_DEPENDENCIES = $(LIBTCMALLOC_MINIMAL) \ |
|
$(am__DEPENDENCIES_1) |
|
current_allocated_bytes_test_LINK = $(LIBTOOL) --tag=CXX \ |
|
$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ |
|
$(current_allocated_bytes_test_CXXFLAGS) $(CXXFLAGS) \ |
|
$(current_allocated_bytes_test_LDFLAGS) $(LDFLAGS) -o $@ |
|
am__debugallocation_test_SOURCES_DIST = \ |
|
src/tests/debugallocation_test.cc |
|
am_debugallocation_test_OBJECTS = debugallocation_test-debugallocation_test.$(OBJEXT) |
|
debugallocation_test_OBJECTS = $(am_debugallocation_test_OBJECTS) |
|
debugallocation_test_DEPENDENCIES = libtcmalloc_debug.la \ |
|
$(am__DEPENDENCIES_1) |
|
debugallocation_test_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \ |
|
$(LIBTOOLFLAGS) --mode=link $(CXXLD) \ |
|
$(debugallocation_test_CXXFLAGS) $(CXXFLAGS) \ |
|
$(debugallocation_test_LDFLAGS) $(LDFLAGS) -o $@ |
|
am__debugallocation_test_sh_SOURCES_DIST = \ |
|
src/tests/debugallocation_test.sh |
|
am_debugallocation_test_sh_OBJECTS = |
|
debugallocation_test_sh_OBJECTS = \ |
|
$(am_debugallocation_test_sh_OBJECTS) |
|
debugallocation_test_sh_LDADD = $(LDADD) |
|
am_frag_unittest_OBJECTS = frag_unittest-frag_unittest.$(OBJEXT) |
|
frag_unittest_OBJECTS = $(am_frag_unittest_OBJECTS) |
|
frag_unittest_DEPENDENCIES = $(LIBTCMALLOC_MINIMAL) \ |
|
$(am__DEPENDENCIES_1) |
|
frag_unittest_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \ |
|
$(LIBTOOLFLAGS) --mode=link $(CXXLD) $(frag_unittest_CXXFLAGS) \ |
|
$(CXXFLAGS) $(frag_unittest_LDFLAGS) $(LDFLAGS) -o $@ |
|
am__getpc_test_SOURCES_DIST = src/tests/getpc_test.cc src/getpc.h |
|
am_getpc_test_OBJECTS = getpc_test.$(OBJEXT) |
|
getpc_test_OBJECTS = $(am_getpc_test_OBJECTS) |
|
getpc_test_LDADD = $(LDADD) |
|
am__heap_checker_death_unittest_sh_SOURCES_DIST = \ |
|
src/tests/heap-checker-death_unittest.sh |
|
am_heap_checker_death_unittest_sh_OBJECTS = |
|
heap_checker_death_unittest_sh_OBJECTS = \ |
|
$(am_heap_checker_death_unittest_sh_OBJECTS) |
|
heap_checker_death_unittest_sh_LDADD = $(LDADD) |
|
am__heap_checker_debug_unittest_SOURCES_DIST = \ |
|
src/tests/heap-checker_unittest.cc src/config_for_unittests.h \ |
|
src/memory_region_map.h src/base/commandlineflags.h \ |
|
src/base/googleinit.h src/gperftools/heap-checker.h \ |
|
src/base/logging.h src/base/basictypes.h \ |
|
src/base/dynamic_annotations.h src/third_party/valgrind.h |
|
am__objects_26 = $(am__objects_1) |
|
am__objects_27 = heap_checker_debug_unittest-heap-checker_unittest.$(OBJEXT) \ |
|
$(am__objects_26) |
|
am_heap_checker_debug_unittest_OBJECTS = $(am__objects_27) |
|
heap_checker_debug_unittest_OBJECTS = \ |
|
$(am_heap_checker_debug_unittest_OBJECTS) |
|
heap_checker_debug_unittest_DEPENDENCIES = libtcmalloc_debug.la \ |
|
liblogging.la \ |
|
$(am__DEPENDENCIES_1) |
|
heap_checker_debug_unittest_LINK = $(LIBTOOL) --tag=CXX \ |
|
$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ |
|
$(heap_checker_debug_unittest_CXXFLAGS) $(CXXFLAGS) \ |
|
$(heap_checker_debug_unittest_LDFLAGS) $(LDFLAGS) -o $@ |
|
am__heap_checker_debug_unittest_sh_SOURCES_DIST = \ |
|
src/tests/heap-checker_unittest.sh |
|
am_heap_checker_debug_unittest_sh_OBJECTS = |
|
heap_checker_debug_unittest_sh_OBJECTS = \ |
|
$(am_heap_checker_debug_unittest_sh_OBJECTS) |
|
heap_checker_debug_unittest_sh_LDADD = $(LDADD) |
|
am__heap_checker_unittest_SOURCES_DIST = \ |
|
src/tests/heap-checker_unittest.cc src/config_for_unittests.h \ |
|
src/memory_region_map.h src/base/commandlineflags.h \ |
|
src/base/googleinit.h src/gperftools/heap-checker.h \ |
|
src/base/logging.h src/base/basictypes.h \ |
|
src/base/dynamic_annotations.h src/third_party/valgrind.h |
|
am_heap_checker_unittest_OBJECTS = heap_checker_unittest-heap-checker_unittest.$(OBJEXT) \ |
|
$(am__objects_26) |
|
heap_checker_unittest_OBJECTS = $(am_heap_checker_unittest_OBJECTS) |
|
heap_checker_unittest_DEPENDENCIES = \ |
|
$(LIBTCMALLOC) liblogging.la \ |
|
$(am__DEPENDENCIES_1) |
|
heap_checker_unittest_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \ |
|
$(LIBTOOLFLAGS) --mode=link $(CXXLD) \ |
|
$(heap_checker_unittest_CXXFLAGS) $(CXXFLAGS) \ |
|
$(heap_checker_unittest_LDFLAGS) $(LDFLAGS) -o $@ |
|
am__heap_checker_unittest_sh_SOURCES_DIST = \ |
|
src/tests/heap-checker_unittest.sh |
|
am_heap_checker_unittest_sh_OBJECTS = |
|
heap_checker_unittest_sh_OBJECTS = \ |
|
$(am_heap_checker_unittest_sh_OBJECTS) |
|
heap_checker_unittest_sh_LDADD = $(LDADD) |
|
am__heap_profiler_debug_unittest_SOURCES_DIST = \ |
|
src/tests/heap-profiler_unittest.cc src/config_for_unittests.h \ |
|
src/gperftools/heap-profiler.h |
|
am__objects_28 = heap_profiler_debug_unittest-heap-profiler_unittest.$(OBJEXT) \ |
|
$(am__objects_1) |
|
am_heap_profiler_debug_unittest_OBJECTS = $(am__objects_28) |
|
heap_profiler_debug_unittest_OBJECTS = \ |
|
$(am_heap_profiler_debug_unittest_OBJECTS) |
|
heap_profiler_debug_unittest_DEPENDENCIES = libtcmalloc_debug.la \ |
|
$(am__DEPENDENCIES_1) |
|
heap_profiler_debug_unittest_LINK = $(LIBTOOL) --tag=CXX \ |
|
$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ |
|
$(heap_profiler_debug_unittest_CXXFLAGS) $(CXXFLAGS) \ |
|
$(heap_profiler_debug_unittest_LDFLAGS) $(LDFLAGS) -o $@ |
|
am__heap_profiler_debug_unittest_sh_SOURCES_DIST = \ |
|
src/tests/heap-profiler_unittest.sh |
|
am_heap_profiler_debug_unittest_sh_OBJECTS = |
|
heap_profiler_debug_unittest_sh_OBJECTS = \ |
|
$(am_heap_profiler_debug_unittest_sh_OBJECTS) |
|
heap_profiler_debug_unittest_sh_LDADD = $(LDADD) |
|
am__heap_profiler_unittest_SOURCES_DIST = \ |
|
src/tests/heap-profiler_unittest.cc src/config_for_unittests.h \ |
|
src/gperftools/heap-profiler.h |
|
am_heap_profiler_unittest_OBJECTS = heap_profiler_unittest-heap-profiler_unittest.$(OBJEXT) \ |
|
$(am__objects_1) |
|
heap_profiler_unittest_OBJECTS = $(am_heap_profiler_unittest_OBJECTS) |
|
heap_profiler_unittest_DEPENDENCIES = \ |
|
$(LIBTCMALLOC) $(am__DEPENDENCIES_1) |
|
heap_profiler_unittest_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \ |
|
$(LIBTOOLFLAGS) --mode=link $(CXXLD) \ |
|
$(heap_profiler_unittest_CXXFLAGS) $(CXXFLAGS) \ |
|
$(heap_profiler_unittest_LDFLAGS) $(LDFLAGS) -o $@ |
|
am__heap_profiler_unittest_sh_SOURCES_DIST = \ |
|
src/tests/heap-profiler_unittest.sh |
|
am_heap_profiler_unittest_sh_OBJECTS = |
|
heap_profiler_unittest_sh_OBJECTS = \ |
|
$(am_heap_profiler_unittest_sh_OBJECTS) |
|
heap_profiler_unittest_sh_LDADD = $(LDADD) |
|
am__low_level_alloc_unittest_SOURCES_DIST = \ |
|
src/base/low_level_alloc.cc src/malloc_hook.cc \ |
|
src/maybe_threads.cc src/tests/low_level_alloc_unittest.cc \ |
|
src/base/low_level_alloc.h src/base/basictypes.h \ |
|
src/gperftools/malloc_hook.h src/gperftools/malloc_hook_c.h \ |
|
src/malloc_hook-inl.h src/malloc_hook_mmap_linux.h \ |
|
src/malloc_hook_mmap_freebsd.h src/base/spinlock.h \ |
|
src/base/spinlock_internal.h src/base/atomicops.h \ |
|
src/base/atomicops-internals-macosx.h \ |
|
src/base/atomicops-internals-linuxppc.h \ |
|
src/base/atomicops-internals-windows.h \ |
|
src/base/atomicops-internals-x86.h \ |
|
src/base/spinlock_win32-inl.h src/base/spinlock_linux-inl.h \ |
|
src/base/spinlock_posix-inl.h \ |
|
src/base/synchronization_profiling.h \ |
|
src/base/atomicops-internals-arm-generic.h \ |
|
src/base/atomicops-internals-arm-v6plus.h src/base/logging.h \ |
|
src/base/commandlineflags.h src/base/dynamic_annotations.h \ |
|
src/third_party/valgrind.h |
|
am__objects_29 = \ |
|
low_level_alloc_unittest-maybe_threads.$(OBJEXT) |
|
am__objects_30 = $(am__objects_1) $(am__objects_1) |
|
am_low_level_alloc_unittest_OBJECTS = \ |
|
low_level_alloc_unittest-low_level_alloc.$(OBJEXT) \ |
|
low_level_alloc_unittest-malloc_hook.$(OBJEXT) \ |
|
$(am__objects_29) \ |
|
low_level_alloc_unittest-low_level_alloc_unittest.$(OBJEXT) \ |
|
$(am__objects_30) |
|
low_level_alloc_unittest_OBJECTS = \ |
|
$(am_low_level_alloc_unittest_OBJECTS) |
|
low_level_alloc_unittest_DEPENDENCIES = $(LIBSPINLOCK) |
|
low_level_alloc_unittest_LINK = $(LIBTOOL) --tag=CXX \ |
|
$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ |
|
$(low_level_alloc_unittest_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \ |
|
$(LDFLAGS) -o $@ |
|
am__malloc_extension_c_test_SOURCES_DIST = \ |
|
src/tests/malloc_extension_c_test.c \ |
|
src/gperftools/malloc_extension.h \ |
|
src/gperftools/malloc_extension_c.h |
|
#am_malloc_extension_c_test_OBJECTS = malloc_extension_c_test-malloc_extension_c_test.$(OBJEXT) |
|
malloc_extension_c_test_OBJECTS = \ |
|
$(am_malloc_extension_c_test_OBJECTS) |
|
#malloc_extension_c_test_DEPENDENCIES = \ |
|
# $(LIBTCMALLOC_MINIMAL) \ |
|
# $(am__DEPENDENCIES_1) |
|
malloc_extension_c_test_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \ |
|
$(LIBTOOLFLAGS) --mode=link $(CCLD) \ |
|
$(malloc_extension_c_test_CFLAGS) $(CFLAGS) \ |
|
$(malloc_extension_c_test_LDFLAGS) $(LDFLAGS) -o $@ |
|
am__malloc_extension_debug_test_SOURCES_DIST = \ |
|
src/tests/malloc_extension_test.cc src/config_for_unittests.h \ |
|
src/base/logging.h src/gperftools/malloc_extension.h \ |
|
src/gperftools/malloc_extension_c.h |
|
am__objects_31 = \ |
|
malloc_extension_debug_test-malloc_extension_test.$(OBJEXT) |
|
am_malloc_extension_debug_test_OBJECTS = \ |
|
$(am__objects_31) |
|
malloc_extension_debug_test_OBJECTS = \ |
|
$(am_malloc_extension_debug_test_OBJECTS) |
|
malloc_extension_debug_test_DEPENDENCIES = \ |
|
libtcmalloc_minimal_debug.la \ |
|
$(am__DEPENDENCIES_1) |
|
malloc_extension_debug_test_LINK = $(LIBTOOL) --tag=CXX \ |
|
$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ |
|
$(malloc_extension_debug_test_CXXFLAGS) $(CXXFLAGS) \ |
|
$(malloc_extension_debug_test_LDFLAGS) $(LDFLAGS) -o $@ |
|
am_malloc_extension_test_OBJECTS = \ |
|
malloc_extension_test-malloc_extension_test.$(OBJEXT) |
|
malloc_extension_test_OBJECTS = $(am_malloc_extension_test_OBJECTS) |
|
malloc_extension_test_DEPENDENCIES = $(LIBTCMALLOC_MINIMAL) \ |
|
$(am__DEPENDENCIES_1) |
|
malloc_extension_test_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \ |
|
$(LIBTOOLFLAGS) --mode=link $(CXXLD) \ |
|
$(malloc_extension_test_CXXFLAGS) $(CXXFLAGS) \ |
|
$(malloc_extension_test_LDFLAGS) $(LDFLAGS) -o $@ |
|
am_malloc_hook_test_OBJECTS = \ |
|
malloc_hook_test-malloc_hook_test.$(OBJEXT) \ |
|
malloc_hook_test-testutil.$(OBJEXT) |
|
malloc_hook_test_OBJECTS = $(am_malloc_hook_test_OBJECTS) |
|
malloc_hook_test_DEPENDENCIES = $(LIBTCMALLOC_MINIMAL) \ |
|
$(am__DEPENDENCIES_1) |
|
malloc_hook_test_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \ |
|
$(LIBTOOLFLAGS) --mode=link $(CXXLD) \ |
|
$(malloc_hook_test_CXXFLAGS) $(CXXFLAGS) \ |
|
$(malloc_hook_test_LDFLAGS) $(LDFLAGS) -o $@ |
|
am_markidle_unittest_OBJECTS = \ |
|
markidle_unittest-markidle_unittest.$(OBJEXT) \ |
|
markidle_unittest-testutil.$(OBJEXT) |
|
markidle_unittest_OBJECTS = $(am_markidle_unittest_OBJECTS) |
|
markidle_unittest_DEPENDENCIES = $(LIBTCMALLOC_MINIMAL) \ |
|
$(am__DEPENDENCIES_1) |
|
markidle_unittest_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \ |
|
$(LIBTOOLFLAGS) --mode=link $(CXXLD) \ |
|
$(markidle_unittest_CXXFLAGS) $(CXXFLAGS) \ |
|
$(markidle_unittest_LDFLAGS) $(LDFLAGS) -o $@ |
|
am__maybe_threads_unittest_sh_SOURCES_DIST = \ |
|
src/tests/maybe_threads_unittest.sh |
|
am_maybe_threads_unittest_sh_OBJECTS = |
|
maybe_threads_unittest_sh_OBJECTS = \ |
|
$(am_maybe_threads_unittest_sh_OBJECTS) |
|
maybe_threads_unittest_sh_LDADD = $(LDADD) |
|
am__memalign_debug_unittest_SOURCES_DIST = \ |
|
src/tests/memalign_unittest.cc src/tcmalloc.h \ |
|
src/config_for_unittests.h src/tests/testutil.h \ |
|
src/tests/testutil.cc |
|
am__objects_32 = memalign_debug_unittest-memalign_unittest.$(OBJEXT) \ |
|
memalign_debug_unittest-testutil.$(OBJEXT) |
|
am_memalign_debug_unittest_OBJECTS = $(am__objects_32) |
|
memalign_debug_unittest_OBJECTS = \ |
|
$(am_memalign_debug_unittest_OBJECTS) |
|
memalign_debug_unittest_DEPENDENCIES = libtcmalloc_minimal_debug.la \ |
|
$(am__DEPENDENCIES_1) |
|
memalign_debug_unittest_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \ |
|
$(LIBTOOLFLAGS) --mode=link $(CXXLD) \ |
|
$(memalign_debug_unittest_CXXFLAGS) $(CXXFLAGS) \ |
|
$(memalign_debug_unittest_LDFLAGS) $(LDFLAGS) -o $@ |
|
am__memalign_unittest_SOURCES_DIST = src/tests/memalign_unittest.cc \ |
|
src/tcmalloc.h src/config_for_unittests.h src/tests/testutil.h \ |
|
src/tests/testutil.cc |
|
am_memalign_unittest_OBJECTS = memalign_unittest-memalign_unittest.$(OBJEXT) \ |
|
memalign_unittest-testutil.$(OBJEXT) |
|
memalign_unittest_OBJECTS = $(am_memalign_unittest_OBJECTS) |
|
memalign_unittest_DEPENDENCIES = \ |
|
$(LIBTCMALLOC_MINIMAL) \ |
|
$(am__DEPENDENCIES_1) |
|
memalign_unittest_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \ |
|
$(LIBTOOLFLAGS) --mode=link $(CXXLD) \ |
|
$(memalign_unittest_CXXFLAGS) $(CXXFLAGS) \ |
|
$(memalign_unittest_LDFLAGS) $(LDFLAGS) -o $@ |
|
am_packed_cache_test_OBJECTS = \ |
|
packed_cache_test-packed-cache_test.$(OBJEXT) |
|
packed_cache_test_OBJECTS = $(am_packed_cache_test_OBJECTS) |
|
packed_cache_test_DEPENDENCIES = $(LIBTCMALLOC_MINIMAL) \ |
|
$(am__DEPENDENCIES_1) |
|
packed_cache_test_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \ |
|
$(LIBTOOLFLAGS) --mode=link $(CXXLD) \ |
|
$(packed_cache_test_CXXFLAGS) $(CXXFLAGS) \ |
|
$(packed_cache_test_LDFLAGS) $(LDFLAGS) -o $@ |
|
am_page_heap_test_OBJECTS = page_heap_test-page_heap_test.$(OBJEXT) |
|
page_heap_test_OBJECTS = $(am_page_heap_test_OBJECTS) |
|
page_heap_test_DEPENDENCIES = $(LIBTCMALLOC_MINIMAL) \ |
|
$(am__DEPENDENCIES_1) |
|
page_heap_test_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \ |
|
$(LIBTOOLFLAGS) --mode=link $(CXXLD) \ |
|
$(page_heap_test_CXXFLAGS) $(CXXFLAGS) \ |
|
$(page_heap_test_LDFLAGS) $(LDFLAGS) -o $@ |
|
am_pagemap_unittest_OBJECTS = \ |
|
pagemap_unittest-pagemap_unittest.$(OBJEXT) |
|
pagemap_unittest_OBJECTS = $(am_pagemap_unittest_OBJECTS) |
|
pagemap_unittest_DEPENDENCIES = $(LIBTCMALLOC_MINIMAL) \ |
|
$(am__DEPENDENCIES_1) |
|
pagemap_unittest_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \ |
|
$(LIBTOOLFLAGS) --mode=link $(CXXLD) \ |
|
$(pagemap_unittest_CXXFLAGS) $(CXXFLAGS) \ |
|
$(pagemap_unittest_LDFLAGS) $(LDFLAGS) -o $@ |
|
am__profile_handler_unittest_SOURCES_DIST = \ |
|
src/tests/profile-handler_unittest.cc src/profile-handler.h |
|
am_profile_handler_unittest_OBJECTS = profile_handler_unittest-profile-handler_unittest.$(OBJEXT) |
|
profile_handler_unittest_OBJECTS = \ |
|
$(am_profile_handler_unittest_OBJECTS) |
|
profile_handler_unittest_DEPENDENCIES = \ |
|
$(LIBPROFILER) $(am__DEPENDENCIES_1) |
|
profile_handler_unittest_LINK = $(LIBTOOL) --tag=CXX \ |
|
$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ |
|
$(profile_handler_unittest_CXXFLAGS) $(CXXFLAGS) \ |
|
$(profile_handler_unittest_LDFLAGS) $(LDFLAGS) -o $@ |
|
am__profiledata_unittest_SOURCES_DIST = \ |
|
src/tests/profiledata_unittest.cc src/profiledata.h \ |
|
src/base/commandlineflags.h src/base/logging.h \ |
|
src/base/basictypes.h |
|
am_profiledata_unittest_OBJECTS = \ |
|
profiledata_unittest.$(OBJEXT) |
|
profiledata_unittest_OBJECTS = $(am_profiledata_unittest_OBJECTS) |
|
profiledata_unittest_DEPENDENCIES = \ |
|
$(LIBPROFILER) |
|
am__profiler1_unittest_SOURCES_DIST = src/tests/profiler_unittest.cc \ |
|
src/tests/testutil.h src/tests/testutil.cc \ |
|
src/config_for_unittests.h src/gperftools/profiler.h |
|
am__objects_33 = profiler1_unittest-profiler_unittest.$(OBJEXT) \ |
|
profiler1_unittest-testutil.$(OBJEXT) \ |
|
$(am__objects_1) |
|
am_profiler1_unittest_OBJECTS = \ |
|
$(am__objects_33) |
|
profiler1_unittest_OBJECTS = $(am_profiler1_unittest_OBJECTS) |
|
profiler1_unittest_DEPENDENCIES = \ |
|
$(LIBPROFILER) |
|
profiler1_unittest_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \ |
|
$(LIBTOOLFLAGS) --mode=link $(CXXLD) \ |
|
$(profiler1_unittest_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \ |
|
$(LDFLAGS) -o $@ |
|
am__profiler2_unittest_SOURCES_DIST = src/tests/profiler_unittest.cc \ |
|
src/tests/testutil.h src/tests/testutil.cc \ |
|
src/config_for_unittests.h src/gperftools/profiler.h |
|
am__objects_34 = profiler2_unittest-profiler_unittest.$(OBJEXT) \ |
|
profiler2_unittest-testutil.$(OBJEXT) \ |
|
$(am__objects_1) |
|
am_profiler2_unittest_OBJECTS = \ |
|
$(am__objects_34) |
|
profiler2_unittest_OBJECTS = $(am_profiler2_unittest_OBJECTS) |
|
profiler2_unittest_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \ |
|
$(LIBTOOLFLAGS) --mode=link $(CXXLD) \ |
|
$(profiler2_unittest_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \ |
|
$(LDFLAGS) -o $@ |
|
am__profiler3_unittest_SOURCES_DIST = src/tests/profiler_unittest.cc \ |
|
src/tests/testutil.h src/tests/testutil.cc \ |
|
src/config_for_unittests.h src/gperftools/profiler.h |
|
am__objects_35 = profiler3_unittest-profiler_unittest.$(OBJEXT) \ |
|
profiler3_unittest-testutil.$(OBJEXT) \ |
|
$(am__objects_1) |
|
am_profiler3_unittest_OBJECTS = \ |
|
$(am__objects_35) |
|
profiler3_unittest_OBJECTS = $(am_profiler3_unittest_OBJECTS) |
|
profiler3_unittest_DEPENDENCIES = \ |
|
$(LIBPROFILER) $(am__DEPENDENCIES_1) |
|
profiler3_unittest_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \ |
|
$(LIBTOOLFLAGS) --mode=link $(CXXLD) \ |
|
$(profiler3_unittest_CXXFLAGS) $(CXXFLAGS) \ |
|
$(profiler3_unittest_LDFLAGS) $(LDFLAGS) -o $@ |
|
am__profiler4_unittest_SOURCES_DIST = src/tests/profiler_unittest.cc \ |
|
src/tests/testutil.h src/tests/testutil.cc \ |
|
src/config_for_unittests.h src/gperftools/profiler.h |
|
am__objects_36 = profiler4_unittest-profiler_unittest.$(OBJEXT) \ |
|
profiler4_unittest-testutil.$(OBJEXT) \ |
|
$(am__objects_1) |
|
am_profiler4_unittest_OBJECTS = \ |
|
$(am__objects_36) |
|
profiler4_unittest_OBJECTS = $(am_profiler4_unittest_OBJECTS) |
|
profiler4_unittest_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \ |
|
$(LIBTOOLFLAGS) --mode=link $(CXXLD) \ |
|
$(profiler4_unittest_CXXFLAGS) $(CXXFLAGS) \ |
|
$(profiler4_unittest_LDFLAGS) $(LDFLAGS) -o $@ |
|
am__profiler_unittest_sh_SOURCES_DIST = \ |
|
src/tests/profiler_unittest.sh |
|
am_profiler_unittest_sh_OBJECTS = |
|
profiler_unittest_sh_OBJECTS = $(am_profiler_unittest_sh_OBJECTS) |
|
profiler_unittest_sh_LDADD = $(LDADD) |
|
am__raw_printer_test_SOURCES_DIST = src/tests/raw_printer_test.cc |
|
am_raw_printer_test_OBJECTS = raw_printer_test-raw_printer_test.$(OBJEXT) |
|
raw_printer_test_OBJECTS = $(am_raw_printer_test_OBJECTS) |
|
raw_printer_test_DEPENDENCIES = \ |
|
$(LIBTCMALLOC) \ |
|
$(am__DEPENDENCIES_1) |
|
raw_printer_test_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \ |
|
$(LIBTOOLFLAGS) --mode=link $(CXXLD) \ |
|
$(raw_printer_test_CXXFLAGS) $(CXXFLAGS) \ |
|
$(raw_printer_test_LDFLAGS) $(LDFLAGS) -o $@ |
|
am__realloc_debug_unittest_SOURCES_DIST = \ |
|
src/tests/realloc_unittest.cc src/config_for_unittests.h \ |
|
src/base/logging.h |
|
am__objects_37 = realloc_debug_unittest-realloc_unittest.$(OBJEXT) |
|
am_realloc_debug_unittest_OBJECTS = \ |
|
$(am__objects_37) |
|
realloc_debug_unittest_OBJECTS = $(am_realloc_debug_unittest_OBJECTS) |
|
realloc_debug_unittest_DEPENDENCIES = \ |
|
libtcmalloc_minimal_debug.la \ |
|
$(am__DEPENDENCIES_1) |
|
realloc_debug_unittest_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \ |
|
$(LIBTOOLFLAGS) --mode=link $(CXXLD) \ |
|
$(realloc_debug_unittest_CXXFLAGS) $(CXXFLAGS) \ |
|
$(realloc_debug_unittest_LDFLAGS) $(LDFLAGS) -o $@ |
|
am_realloc_unittest_OBJECTS = \ |
|
realloc_unittest-realloc_unittest.$(OBJEXT) |
|
realloc_unittest_OBJECTS = $(am_realloc_unittest_OBJECTS) |
|
realloc_unittest_DEPENDENCIES = $(LIBTCMALLOC_MINIMAL) \ |
|
$(am__DEPENDENCIES_1) |
|
realloc_unittest_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \ |
|
$(LIBTOOLFLAGS) --mode=link $(CXXLD) \ |
|
$(realloc_unittest_CXXFLAGS) $(CXXFLAGS) \ |
|
$(realloc_unittest_LDFLAGS) $(LDFLAGS) -o $@ |
|
am__sampler_debug_test_SOURCES_DIST = src/tests/sampler_test.cc \ |
|
src/config_for_unittests.h |
|
am__objects_38 = sampler_debug_test-sampler_test.$(OBJEXT) |
|
am_sampler_debug_test_OBJECTS = $(am__objects_38) |
|
sampler_debug_test_OBJECTS = $(am_sampler_debug_test_OBJECTS) |
|
sampler_debug_test_DEPENDENCIES = libtcmalloc_debug.la \ |
|
$(am__DEPENDENCIES_1) |
|
sampler_debug_test_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \ |
|
$(LIBTOOLFLAGS) --mode=link $(CXXLD) \ |
|
$(sampler_debug_test_CXXFLAGS) $(CXXFLAGS) \ |
|
$(sampler_debug_test_LDFLAGS) $(LDFLAGS) -o $@ |
|
am__sampler_test_SOURCES_DIST = src/tests/sampler_test.cc \ |
|
src/config_for_unittests.h |
|
am_sampler_test_OBJECTS = sampler_test-sampler_test.$(OBJEXT) |
|
sampler_test_OBJECTS = $(am_sampler_test_OBJECTS) |
|
sampler_test_DEPENDENCIES = \ |
|
$(LIBTCMALLOC) \ |
|
$(am__DEPENDENCIES_1) |
|
sampler_test_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \ |
|
$(LIBTOOLFLAGS) --mode=link $(CXXLD) $(sampler_test_CXXFLAGS) \ |
|
$(CXXFLAGS) $(sampler_test_LDFLAGS) $(LDFLAGS) -o $@ |
|
am__sampling_debug_test_SOURCES_DIST = src/tests/sampling_test.cc \ |
|
src/config_for_unittests.h src/base/logging.h \ |
|
src/gperftools/malloc_extension.h |
|
am__objects_39 = sampling_debug_test-sampling_test.$(OBJEXT) \ |
|
$(am__objects_1) |
|
am_sampling_debug_test_OBJECTS = $(am__objects_39) |
|
sampling_debug_test_OBJECTS = $(am_sampling_debug_test_OBJECTS) |
|
sampling_debug_test_DEPENDENCIES = libtcmalloc_debug.la \ |
|
$(am__DEPENDENCIES_1) |
|
sampling_debug_test_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \ |
|
$(LIBTOOLFLAGS) --mode=link $(CXXLD) \ |
|
$(sampling_debug_test_CXXFLAGS) $(CXXFLAGS) \ |
|
$(sampling_debug_test_LDFLAGS) $(LDFLAGS) -o $@ |
|
am__sampling_debug_test_sh_SOURCES_DIST = src/tests/sampling_test.sh |
|
am_sampling_debug_test_sh_OBJECTS = |
|
sampling_debug_test_sh_OBJECTS = $(am_sampling_debug_test_sh_OBJECTS) |
|
sampling_debug_test_sh_LDADD = $(LDADD) |
|
am__sampling_test_SOURCES_DIST = src/tests/sampling_test.cc \ |
|
src/config_for_unittests.h src/base/logging.h \ |
|
src/gperftools/malloc_extension.h |
|
am_sampling_test_OBJECTS = sampling_test-sampling_test.$(OBJEXT) \ |
|
$(am__objects_1) |
|
sampling_test_OBJECTS = $(am_sampling_test_OBJECTS) |
|
sampling_test_DEPENDENCIES = \ |
|
$(LIBTCMALLOC) \ |
|
$(am__DEPENDENCIES_1) |
|
sampling_test_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \ |
|
$(LIBTOOLFLAGS) --mode=link $(CXXLD) $(sampling_test_CXXFLAGS) \ |
|
$(CXXFLAGS) $(sampling_test_LDFLAGS) $(LDFLAGS) -o $@ |
|
am__sampling_test_sh_SOURCES_DIST = src/tests/sampling_test.sh |
|
am_sampling_test_sh_OBJECTS = |
|
sampling_test_sh_OBJECTS = $(am_sampling_test_sh_OBJECTS) |
|
sampling_test_sh_LDADD = $(LDADD) |
|
am__simple_compat_test_SOURCES_DIST = src/tests/simple_compat_test.cc \ |
|
src/google/heap-checker.h src/google/heap-profiler.h \ |
|
src/google/malloc_extension.h src/google/malloc_extension_c.h \ |
|
src/google/malloc_hook.h src/google/malloc_hook_c.h \ |
|
src/google/profiler.h src/google/stacktrace.h \ |
|
src/google/tcmalloc.h src/windows/google/tcmalloc.h |
|
am_simple_compat_test_OBJECTS = \ |
|
simple_compat_test.$(OBJEXT) \ |
|
$(am__objects_1) |
|
simple_compat_test_OBJECTS = $(am_simple_compat_test_OBJECTS) |
|
simple_compat_test_DEPENDENCIES = \ |
|
$(LIBTCMALLOC) |
|
simple_compat_test_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \ |
|
$(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ |
|
$(CXXFLAGS) $(simple_compat_test_LDFLAGS) $(LDFLAGS) -o $@ |
|
am_stack_trace_table_test_OBJECTS = \ |
|
stack_trace_table_test-stack_trace_table_test.$(OBJEXT) |
|
stack_trace_table_test_OBJECTS = $(am_stack_trace_table_test_OBJECTS) |
|
stack_trace_table_test_DEPENDENCIES = $(LIBTCMALLOC_MINIMAL) \ |
|
$(am__DEPENDENCIES_1) |
|
stack_trace_table_test_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \ |
|
$(LIBTOOLFLAGS) --mode=link $(CXXLD) \ |
|
$(stack_trace_table_test_CXXFLAGS) $(CXXFLAGS) \ |
|
$(stack_trace_table_test_LDFLAGS) $(LDFLAGS) -o $@ |
|
am__stacktrace_unittest_SOURCES_DIST = \ |
|
src/tests/stacktrace_unittest.cc src/config_for_unittests.h \ |
|
src/base/commandlineflags.h src/stacktrace_config.h \ |
|
src/stacktrace_generic-inl.h src/stacktrace_libunwind-inl.h \ |
|
src/stacktrace_arm-inl.h src/stacktrace_powerpc-inl.h \ |
|
src/stacktrace_x86-inl.h src/stacktrace_win32-inl.h \ |
|
src/base/elf_mem_image.h src/base/vdso_support.h \ |
|
src/gperftools/stacktrace.h src/base/logging.h \ |
|
src/base/basictypes.h src/base/dynamic_annotations.h \ |
|
src/third_party/valgrind.h |
|
am__objects_40 = $(am__objects_4) \ |
|
$(am__objects_1) |
|
am_stacktrace_unittest_OBJECTS = \ |
|
stacktrace_unittest.$(OBJEXT) \ |
|
$(am__objects_40) |
|
stacktrace_unittest_OBJECTS = $(am_stacktrace_unittest_OBJECTS) |
|
stacktrace_unittest_DEPENDENCIES = \ |
|
libstacktrace.la liblogging.la |
|
am__system_alloc_unittest_SOURCES_DIST = src/config_for_unittests.h \ |
|
src/tests/system-alloc_unittest.cc |
|
am_system_alloc_unittest_OBJECTS = system_alloc_unittest-system-alloc_unittest.$(OBJEXT) |
|
system_alloc_unittest_OBJECTS = $(am_system_alloc_unittest_OBJECTS) |
|
system_alloc_unittest_DEPENDENCIES = \ |
|
$(LIBTCMALLOC_MINIMAL) $(am__DEPENDENCIES_1) |
|
system_alloc_unittest_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \ |
|
$(LIBTOOLFLAGS) --mode=link $(CXXLD) \ |
|
$(system_alloc_unittest_CXXFLAGS) $(CXXFLAGS) \ |
|
$(system_alloc_unittest_LDFLAGS) $(LDFLAGS) -o $@ |
|
am__tcmalloc_and_profiler_unittest_SOURCES_DIST = \ |
|
src/tests/tcmalloc_unittest.cc src/tests/testutil.h \ |
|
src/tests/testutil.cc src/config_for_unittests.h \ |
|
src/gperftools/malloc_extension.h |
|
am__objects_41 = tcmalloc_and_profiler_unittest-tcmalloc_unittest.$(OBJEXT) \ |
|
tcmalloc_and_profiler_unittest-testutil.$(OBJEXT) \ |
|
$(am__objects_1) |
|
am_tcmalloc_and_profiler_unittest_OBJECTS = $(am__objects_41) |
|
tcmalloc_and_profiler_unittest_OBJECTS = \ |
|
$(am_tcmalloc_and_profiler_unittest_OBJECTS) |
|
tcmalloc_and_profiler_unittest_DEPENDENCIES = libtcmalloc_and_profiler.la |
|
tcmalloc_and_profiler_unittest_LINK = $(LIBTOOL) --tag=CXX \ |
|
$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ |
|
$(tcmalloc_and_profiler_unittest_CXXFLAGS) $(CXXFLAGS) \ |
|
$(tcmalloc_and_profiler_unittest_LDFLAGS) $(LDFLAGS) -o $@ |
|
am__tcmalloc_both_unittest_SOURCES_DIST = \ |
|
src/tests/tcmalloc_unittest.cc src/tests/testutil.h \ |
|
src/tests/testutil.cc src/config_for_unittests.h \ |
|
src/gperftools/malloc_extension.h |
|
am__objects_42 = tcmalloc_both_unittest-tcmalloc_unittest.$(OBJEXT) \ |
|
tcmalloc_both_unittest-testutil.$(OBJEXT) \ |
|
$(am__objects_1) |
|
am_tcmalloc_both_unittest_OBJECTS = $(am__objects_42) |
|
tcmalloc_both_unittest_OBJECTS = $(am_tcmalloc_both_unittest_OBJECTS) |
|
#am__DEPENDENCIES_4 = $(LIBTCMALLOC) \ |
|
# $(LIBTCMALLOC_MINIMAL) \ |
|
# liblogging.la \ |
|
# $(am__DEPENDENCIES_1) |
|
am__DEPENDENCIES_4 = $(LIBTCMALLOC) \ |
|
$(LIBTCMALLOC_MINIMAL) \ |
|
libprofiler.la \ |
|
liblogging.la \ |
|
$(am__DEPENDENCIES_1) |
|
tcmalloc_both_unittest_DEPENDENCIES = $(am__DEPENDENCIES_4) |
|
tcmalloc_both_unittest_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \ |
|
$(LIBTOOLFLAGS) --mode=link $(CXXLD) \ |
|
$(tcmalloc_both_unittest_CXXFLAGS) $(CXXFLAGS) \ |
|
$(tcmalloc_both_unittest_LDFLAGS) $(LDFLAGS) -o $@ |
|
am__tcmalloc_debug_unittest_SOURCES_DIST = \ |
|
src/tests/tcmalloc_unittest.cc src/tcmalloc.h \ |
|
src/tests/testutil.h src/tests/testutil.cc \ |
|
src/config_for_unittests.h src/gperftools/malloc_extension.h |
|
am__objects_43 = tcmalloc_debug_unittest-tcmalloc_unittest.$(OBJEXT) \ |
|
tcmalloc_debug_unittest-testutil.$(OBJEXT) \ |
|
$(am__objects_1) |
|
am_tcmalloc_debug_unittest_OBJECTS = $(am__objects_43) |
|
tcmalloc_debug_unittest_OBJECTS = \ |
|
$(am_tcmalloc_debug_unittest_OBJECTS) |
|
tcmalloc_debug_unittest_DEPENDENCIES = libtcmalloc_debug.la \ |
|
$(am__DEPENDENCIES_1) |
|
tcmalloc_debug_unittest_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \ |
|
$(LIBTOOLFLAGS) --mode=link $(CXXLD) \ |
|
$(tcmalloc_debug_unittest_CXXFLAGS) $(CXXFLAGS) \ |
|
$(tcmalloc_debug_unittest_LDFLAGS) $(LDFLAGS) -o $@ |
|
am__tcmalloc_large_unittest_SOURCES_DIST = \ |
|
src/tests/tcmalloc_large_unittest.cc |
|
am_tcmalloc_large_unittest_OBJECTS = tcmalloc_large_unittest-tcmalloc_large_unittest.$(OBJEXT) |
|
tcmalloc_large_unittest_OBJECTS = \ |
|
$(am_tcmalloc_large_unittest_OBJECTS) |
|
tcmalloc_large_unittest_DEPENDENCIES = \ |
|
$(LIBTCMALLOC) \ |
|
$(am__DEPENDENCIES_1) |
|
tcmalloc_large_unittest_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \ |
|
$(LIBTOOLFLAGS) --mode=link $(CXXLD) \ |
|
$(tcmalloc_large_unittest_CXXFLAGS) $(CXXFLAGS) \ |
|
$(tcmalloc_large_unittest_LDFLAGS) $(LDFLAGS) -o $@ |
|
am__tcmalloc_minimal_debug_unittest_SOURCES_DIST = \ |
|
src/tests/tcmalloc_unittest.cc src/tests/testutil.h \ |
|
src/tests/testutil.cc src/config_for_unittests.h \ |
|
src/gperftools/malloc_extension.h |
|
am__objects_44 = \ |
|
tcmalloc_minimal_debug_unittest-tcmalloc_unittest.$(OBJEXT) \ |
|
tcmalloc_minimal_debug_unittest-testutil.$(OBJEXT) \ |
|
$(am__objects_1) |
|
am_tcmalloc_minimal_debug_unittest_OBJECTS = \ |
|
$(am__objects_44) |
|
tcmalloc_minimal_debug_unittest_OBJECTS = \ |
|
$(am_tcmalloc_minimal_debug_unittest_OBJECTS) |
|
tcmalloc_minimal_debug_unittest_DEPENDENCIES = \ |
|
libtcmalloc_minimal_debug.la \ |
|
$(am__DEPENDENCIES_1) |
|
tcmalloc_minimal_debug_unittest_LINK = $(LIBTOOL) --tag=CXX \ |
|
$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ |
|
$(tcmalloc_minimal_debug_unittest_CXXFLAGS) $(CXXFLAGS) \ |
|
$(tcmalloc_minimal_debug_unittest_LDFLAGS) $(LDFLAGS) -o $@ |
|
am_tcmalloc_minimal_large_unittest_OBJECTS = tcmalloc_minimal_large_unittest-tcmalloc_large_unittest.$(OBJEXT) |
|
tcmalloc_minimal_large_unittest_OBJECTS = \ |
|
$(am_tcmalloc_minimal_large_unittest_OBJECTS) |
|
tcmalloc_minimal_large_unittest_DEPENDENCIES = $(LIBTCMALLOC_MINIMAL) \ |
|
$(am__DEPENDENCIES_1) |
|
tcmalloc_minimal_large_unittest_LINK = $(LIBTOOL) --tag=CXX \ |
|
$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ |
|
$(tcmalloc_minimal_large_unittest_CXXFLAGS) $(CXXFLAGS) \ |
|
$(tcmalloc_minimal_large_unittest_LDFLAGS) $(LDFLAGS) -o $@ |
|
am__tcmalloc_minimal_unittest_SOURCES_DIST = \ |
|
src/tests/tcmalloc_unittest.cc src/tests/testutil.h \ |
|
src/tests/testutil.cc src/config_for_unittests.h \ |
|
src/gperftools/malloc_extension.h |
|
am_tcmalloc_minimal_unittest_OBJECTS = \ |
|
tcmalloc_minimal_unittest-tcmalloc_unittest.$(OBJEXT) \ |
|
tcmalloc_minimal_unittest-testutil.$(OBJEXT) $(am__objects_1) |
|
tcmalloc_minimal_unittest_OBJECTS = \ |
|
$(am_tcmalloc_minimal_unittest_OBJECTS) |
|
tcmalloc_minimal_unittest_DEPENDENCIES = $(LIBTCMALLOC_MINIMAL) \ |
|
liblogging.la $(am__DEPENDENCIES_1) |
|
tcmalloc_minimal_unittest_LINK = $(LIBTOOL) --tag=CXX \ |
|
$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ |
|
$(tcmalloc_minimal_unittest_CXXFLAGS) $(CXXFLAGS) \ |
|
$(tcmalloc_minimal_unittest_LDFLAGS) $(LDFLAGS) -o $@ |
|
am__tcmalloc_unittest_SOURCES_DIST = src/tests/tcmalloc_unittest.cc \ |
|
src/tcmalloc.h src/tests/testutil.h src/tests/testutil.cc \ |
|
src/config_for_unittests.h src/gperftools/malloc_extension.h |
|
am_tcmalloc_unittest_OBJECTS = tcmalloc_unittest-tcmalloc_unittest.$(OBJEXT) \ |
|
tcmalloc_unittest-testutil.$(OBJEXT) \ |
|
$(am__objects_1) |
|
tcmalloc_unittest_OBJECTS = $(am_tcmalloc_unittest_OBJECTS) |
|
tcmalloc_unittest_DEPENDENCIES = \ |
|
$(LIBTCMALLOC) \ |
|
liblogging.la \ |
|
$(am__DEPENDENCIES_1) |
|
tcmalloc_unittest_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \ |
|
$(LIBTOOLFLAGS) --mode=link $(CXXLD) \ |
|
$(tcmalloc_unittest_CXXFLAGS) $(CXXFLAGS) \ |
|
$(tcmalloc_unittest_LDFLAGS) $(LDFLAGS) -o $@ |
|
am_thread_dealloc_unittest_OBJECTS = \ |
|
thread_dealloc_unittest-thread_dealloc_unittest.$(OBJEXT) \ |
|
thread_dealloc_unittest-testutil.$(OBJEXT) |
|
thread_dealloc_unittest_OBJECTS = \ |
|
$(am_thread_dealloc_unittest_OBJECTS) |
|
thread_dealloc_unittest_DEPENDENCIES = $(LIBTCMALLOC_MINIMAL) \ |
|
$(am__DEPENDENCIES_1) |
|
thread_dealloc_unittest_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \ |
|
$(LIBTOOLFLAGS) --mode=link $(CXXLD) \ |
|
$(thread_dealloc_unittest_CXXFLAGS) $(CXXFLAGS) \ |
|
$(thread_dealloc_unittest_LDFLAGS) $(LDFLAGS) -o $@ |
|
binSCRIPT_INSTALL = $(INSTALL_SCRIPT) |
|
SCRIPTS = $(bin_SCRIPTS) $(noinst_SCRIPTS) |
|
DEFAULT_INCLUDES = -I. -I$(top_builddir)/src |
|
depcomp = $(SHELL) $(top_srcdir)/depcomp |
|
am__depfiles_maybe = depfiles |
|
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ |
|
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) |
|
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ |
|
--mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ |
|
$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) |
|
CCLD = $(CC) |
|
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ |
|
--mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \ |
|
$(LDFLAGS) -o $@ |
|
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ |
|
$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) |
|
LTCXXCOMPILE = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ |
|
--mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ |
|
$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) |
|
CXXLD = $(CXX) |
|
CXXLINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ |
|
--mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \ |
|
$(LDFLAGS) -o $@ |
|
SOURCES = $(liblogging_la_SOURCES) $(libprofiler_la_SOURCES) \ |
|
$(libspinlock_la_SOURCES) $(libstacktrace_la_SOURCES) \ |
|
$(libsysinfo_la_SOURCES) $(libtcmalloc_la_SOURCES) \ |
|
$(libtcmalloc_and_profiler_la_SOURCES) \ |
|
$(libtcmalloc_debug_la_SOURCES) \ |
|
$(libtcmalloc_internal_la_SOURCES) \ |
|
$(libtcmalloc_minimal_la_SOURCES) \ |
|
$(libtcmalloc_minimal_debug_la_SOURCES) \ |
|
$(libtcmalloc_minimal_internal_la_SOURCES) \ |
|
$(libwindows_la_SOURCES) $(addressmap_unittest_SOURCES) \ |
|
$(atomicops_unittest_SOURCES) \ |
|
$(current_allocated_bytes_test_SOURCES) \ |
|
$(debugallocation_test_SOURCES) \ |
|
$(debugallocation_test_sh_SOURCES) $(frag_unittest_SOURCES) \ |
|
$(getpc_test_SOURCES) \ |
|
$(heap_checker_death_unittest_sh_SOURCES) \ |
|
$(heap_checker_debug_unittest_SOURCES) \ |
|
$(heap_checker_debug_unittest_sh_SOURCES) \ |
|
$(heap_checker_unittest_SOURCES) \ |
|
$(heap_checker_unittest_sh_SOURCES) \ |
|
$(heap_profiler_debug_unittest_SOURCES) \ |
|
$(heap_profiler_debug_unittest_sh_SOURCES) \ |
|
$(heap_profiler_unittest_SOURCES) \ |
|
$(heap_profiler_unittest_sh_SOURCES) \ |
|
$(low_level_alloc_unittest_SOURCES) \ |
|
$(malloc_extension_c_test_SOURCES) \ |
|
$(malloc_extension_debug_test_SOURCES) \ |
|
$(malloc_extension_test_SOURCES) $(malloc_hook_test_SOURCES) \ |
|
$(markidle_unittest_SOURCES) \ |
|
$(maybe_threads_unittest_sh_SOURCES) \ |
|
$(memalign_debug_unittest_SOURCES) \ |
|
$(memalign_unittest_SOURCES) $(packed_cache_test_SOURCES) \ |
|
$(page_heap_test_SOURCES) $(pagemap_unittest_SOURCES) \ |
|
$(profile_handler_unittest_SOURCES) \ |
|
$(profiledata_unittest_SOURCES) $(profiler1_unittest_SOURCES) \ |
|
$(profiler2_unittest_SOURCES) $(profiler3_unittest_SOURCES) \ |
|
$(profiler4_unittest_SOURCES) $(profiler_unittest_sh_SOURCES) \ |
|
$(raw_printer_test_SOURCES) $(realloc_debug_unittest_SOURCES) \ |
|
$(realloc_unittest_SOURCES) $(sampler_debug_test_SOURCES) \ |
|
$(sampler_test_SOURCES) $(sampling_debug_test_SOURCES) \ |
|
$(sampling_debug_test_sh_SOURCES) $(sampling_test_SOURCES) \ |
|
$(sampling_test_sh_SOURCES) $(simple_compat_test_SOURCES) \ |
|
$(stack_trace_table_test_SOURCES) \ |
|
$(stacktrace_unittest_SOURCES) \ |
|
$(system_alloc_unittest_SOURCES) \ |
|
$(tcmalloc_and_profiler_unittest_SOURCES) \ |
|
$(tcmalloc_both_unittest_SOURCES) \ |
|
$(tcmalloc_debug_unittest_SOURCES) \ |
|
$(tcmalloc_large_unittest_SOURCES) \ |
|
$(tcmalloc_minimal_debug_unittest_SOURCES) \ |
|
$(tcmalloc_minimal_large_unittest_SOURCES) \ |
|
$(tcmalloc_minimal_unittest_SOURCES) \ |
|
$(tcmalloc_unittest_SOURCES) \ |
|
$(thread_dealloc_unittest_SOURCES) |
|
DIST_SOURCES = $(liblogging_la_SOURCES) \ |
|
$(am__libprofiler_la_SOURCES_DIST) \ |
|
$(am__libspinlock_la_SOURCES_DIST) \ |
|
$(am__libstacktrace_la_SOURCES_DIST) $(libsysinfo_la_SOURCES) \ |
|
$(am__libtcmalloc_la_SOURCES_DIST) \ |
|
$(am__libtcmalloc_and_profiler_la_SOURCES_DIST) \ |
|
$(am__libtcmalloc_debug_la_SOURCES_DIST) \ |
|
$(am__libtcmalloc_internal_la_SOURCES_DIST) \ |
|
$(am__libtcmalloc_minimal_la_SOURCES_DIST) \ |
|
$(am__libtcmalloc_minimal_debug_la_SOURCES_DIST) \ |
|
$(am__libtcmalloc_minimal_internal_la_SOURCES_DIST) \ |
|
$(am__libwindows_la_SOURCES_DIST) \ |
|
$(am__addressmap_unittest_SOURCES_DIST) \ |
|
$(atomicops_unittest_SOURCES) \ |
|
$(current_allocated_bytes_test_SOURCES) \ |
|
$(am__debugallocation_test_SOURCES_DIST) \ |
|
$(am__debugallocation_test_sh_SOURCES_DIST) \ |
|
$(frag_unittest_SOURCES) $(am__getpc_test_SOURCES_DIST) \ |
|
$(am__heap_checker_death_unittest_sh_SOURCES_DIST) \ |
|
$(am__heap_checker_debug_unittest_SOURCES_DIST) \ |
|
$(am__heap_checker_debug_unittest_sh_SOURCES_DIST) \ |
|
$(am__heap_checker_unittest_SOURCES_DIST) \ |
|
$(am__heap_checker_unittest_sh_SOURCES_DIST) \ |
|
$(am__heap_profiler_debug_unittest_SOURCES_DIST) \ |
|
$(am__heap_profiler_debug_unittest_sh_SOURCES_DIST) \ |
|
$(am__heap_profiler_unittest_SOURCES_DIST) \ |
|
$(am__heap_profiler_unittest_sh_SOURCES_DIST) \ |
|
$(am__low_level_alloc_unittest_SOURCES_DIST) \ |
|
$(am__malloc_extension_c_test_SOURCES_DIST) \ |
|
$(am__malloc_extension_debug_test_SOURCES_DIST) \ |
|
$(malloc_extension_test_SOURCES) $(malloc_hook_test_SOURCES) \ |
|
$(markidle_unittest_SOURCES) \ |
|
$(am__maybe_threads_unittest_sh_SOURCES_DIST) \ |
|
$(am__memalign_debug_unittest_SOURCES_DIST) \ |
|
$(am__memalign_unittest_SOURCES_DIST) \ |
|
$(packed_cache_test_SOURCES) $(page_heap_test_SOURCES) \ |
|
$(pagemap_unittest_SOURCES) \ |
|
$(am__profile_handler_unittest_SOURCES_DIST) \ |
|
$(am__profiledata_unittest_SOURCES_DIST) \ |
|
$(am__profiler1_unittest_SOURCES_DIST) \ |
|
$(am__profiler2_unittest_SOURCES_DIST) \ |
|
$(am__profiler3_unittest_SOURCES_DIST) \ |
|
$(am__profiler4_unittest_SOURCES_DIST) \ |
|
$(am__profiler_unittest_sh_SOURCES_DIST) \ |
|
$(am__raw_printer_test_SOURCES_DIST) \ |
|
$(am__realloc_debug_unittest_SOURCES_DIST) \ |
|
$(realloc_unittest_SOURCES) \ |
|
$(am__sampler_debug_test_SOURCES_DIST) \ |
|
$(am__sampler_test_SOURCES_DIST) \ |
|
$(am__sampling_debug_test_SOURCES_DIST) \ |
|
$(am__sampling_debug_test_sh_SOURCES_DIST) \ |
|
$(am__sampling_test_SOURCES_DIST) \ |
|
$(am__sampling_test_sh_SOURCES_DIST) \ |
|
$(am__simple_compat_test_SOURCES_DIST) \ |
|
$(stack_trace_table_test_SOURCES) \ |
|
$(am__stacktrace_unittest_SOURCES_DIST) \ |
|
$(am__system_alloc_unittest_SOURCES_DIST) \ |
|
$(am__tcmalloc_and_profiler_unittest_SOURCES_DIST) \ |
|
$(am__tcmalloc_both_unittest_SOURCES_DIST) \ |
|
$(am__tcmalloc_debug_unittest_SOURCES_DIST) \ |
|
$(am__tcmalloc_large_unittest_SOURCES_DIST) \ |
|
$(am__tcmalloc_minimal_debug_unittest_SOURCES_DIST) \ |
|
$(tcmalloc_minimal_large_unittest_SOURCES) \ |
|
$(am__tcmalloc_minimal_unittest_SOURCES_DIST) \ |
|
$(am__tcmalloc_unittest_SOURCES_DIST) \ |
|
$(thread_dealloc_unittest_SOURCES) |
|
man1dir = $(mandir)/man1 |
|
NROFF = nroff |
|
MANS = $(dist_man_MANS) |
|
am__dist_doc_DATA_DIST = AUTHORS COPYING ChangeLog INSTALL NEWS README \ |
|
README_windows.txt TODO doc/index.html doc/designstyle.css \ |
|
doc/pprof_remote_servers.html doc/tcmalloc.html \ |
|
doc/overview.gif doc/pageheap.gif doc/spanmap.gif \ |
|
doc/threadheap.gif doc/t-test1.times.txt \ |
|
doc/tcmalloc-opspercpusec.vs.threads.1024.bytes.png \ |
|
doc/tcmalloc-opspercpusec.vs.threads.128.bytes.png \ |
|
doc/tcmalloc-opspercpusec.vs.threads.131072.bytes.png \ |
|
doc/tcmalloc-opspercpusec.vs.threads.16384.bytes.png \ |
|
doc/tcmalloc-opspercpusec.vs.threads.2048.bytes.png \ |
|
doc/tcmalloc-opspercpusec.vs.threads.256.bytes.png \ |
|
doc/tcmalloc-opspercpusec.vs.threads.32768.bytes.png \ |
|
doc/tcmalloc-opspercpusec.vs.threads.4096.bytes.png \ |
|
doc/tcmalloc-opspercpusec.vs.threads.512.bytes.png \ |
|
doc/tcmalloc-opspercpusec.vs.threads.64.bytes.png \ |
|
doc/tcmalloc-opspercpusec.vs.threads.65536.bytes.png \ |
|
doc/tcmalloc-opspercpusec.vs.threads.8192.bytes.png \ |
|
doc/tcmalloc-opspersec.vs.size.1.threads.png \ |
|
doc/tcmalloc-opspersec.vs.size.12.threads.png \ |
|
doc/tcmalloc-opspersec.vs.size.16.threads.png \ |
|
doc/tcmalloc-opspersec.vs.size.2.threads.png \ |
|
doc/tcmalloc-opspersec.vs.size.20.threads.png \ |
|
doc/tcmalloc-opspersec.vs.size.3.threads.png \ |
|
doc/tcmalloc-opspersec.vs.size.4.threads.png \ |
|
doc/tcmalloc-opspersec.vs.size.5.threads.png \ |
|
doc/tcmalloc-opspersec.vs.size.8.threads.png doc/overview.dot \ |
|
doc/pageheap.dot doc/spanmap.dot doc/threadheap.dot \ |
|
doc/heapprofile.html doc/heap-example1.png \ |
|
doc/heap_checker.html doc/cpuprofile.html \ |
|
doc/cpuprofile-fileformat.html doc/pprof-test-big.gif \ |
|
doc/pprof-test.gif doc/pprof-vsnprintf-big.gif \ |
|
doc/pprof-vsnprintf.gif |
|
dist_docDATA_INSTALL = $(INSTALL_DATA) |
|
pkgconfigDATA_INSTALL = $(INSTALL_DATA) |
|
DATA = $(dist_doc_DATA) $(pkgconfig_DATA) |
|
googleincludeHEADERS_INSTALL = $(INSTALL_HEADER) |
|
nodist_perftoolsincludeHEADERS_INSTALL = $(INSTALL_HEADER) |
|
am__perftoolsinclude_HEADERS_DIST = src/gperftools/stacktrace.h \ |
|
src/gperftools/malloc_hook.h src/gperftools/malloc_hook_c.h \ |
|
src/gperftools/malloc_extension.h \ |
|
src/gperftools/malloc_extension_c.h \ |
|
src/gperftools/heap-profiler.h src/gperftools/heap-checker.h \ |
|
src/gperftools/profiler.h |
|
perftoolsincludeHEADERS_INSTALL = $(INSTALL_HEADER) |
|
HEADERS = $(googleinclude_HEADERS) $(nodist_perftoolsinclude_HEADERS) \ |
|
$(noinst_HEADERS) $(perftoolsinclude_HEADERS) |
|
ETAGS = etags |
|
CTAGS = ctags |
|
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) |
|
distdir = $(PACKAGE)-$(VERSION) |
|
top_distdir = $(distdir) |
|
am__remove_distdir = \ |
|
{ test ! -d $(distdir) \ |
|
|| { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \ |
|
&& rm -fr $(distdir); }; } |
|
DIST_ARCHIVES = $(distdir).tar.gz $(distdir).zip |
|
GZIP_ENV = --best |
|
distuninstallcheck_listfiles = find . -type f -print |
|
distcleancheck_listfiles = find . -type f -print |
|
ACLOCAL = ${SHELL} /home/nillerusr/projects/source-engine/thirdparty/gperftools-2.0/missing --run aclocal-1.10 |
|
AMTAR = ${SHELL} /home/nillerusr/projects/source-engine/thirdparty/gperftools-2.0/missing --run tar |
|
AR = ar |
|
AUTOCONF = ${SHELL} /home/nillerusr/projects/source-engine/thirdparty/gperftools-2.0/missing --run autoconf |
|
AUTOHEADER = ${SHELL} /home/nillerusr/projects/source-engine/thirdparty/gperftools-2.0/missing --run autoheader |
|
AUTOMAKE = ${SHELL} /home/nillerusr/projects/source-engine/thirdparty/gperftools-2.0/missing --run automake-1.10 |
|
AWK = gawk |
|
CC = gcc |
|
CCDEPMODE = depmode=gcc3 |
|
CFLAGS = -m32 -Wno-narrowing |
|
CPP = gcc -E |
|
CPPFLAGS = |
|
CXX = g++ |
|
CXXCPP = g++ -E |
|
CXXDEPMODE = depmode=gcc3 |
|
CXXFLAGS = -m32 -Wno-narrowing -fpermissive |
|
CYGPATH_W = echo |
|
DEFS = -DHAVE_CONFIG_H |
|
DEPDIR = .deps |
|
DSYMUTIL = |
|
DUMPBIN = |
|
ECHO_C = |
|
ECHO_N = -n |
|
ECHO_T = |
|
EGREP = /usr/bin/grep -E |
|
EXEEXT = |
|
FGREP = /usr/bin/grep -F |
|
GREP = /usr/bin/grep |
|
INSTALL = /usr/bin/install -c |
|
INSTALL_DATA = ${INSTALL} -m 644 |
|
INSTALL_PROGRAM = ${INSTALL} |
|
INSTALL_SCRIPT = ${INSTALL} |
|
INSTALL_STRIP_PROGRAM = $(install_sh) -c -s |
|
LD = /usr/bin/ld |
|
LDFLAGS = -m32 |
|
LIBOBJS = |
|
LIBS = |
|
LIBSTDCXX_LA_LINKER_FLAG = |
|
LIBTOOL = $(SHELL) $(top_builddir)/libtool |
|
LIBTOOL_DEPS = ./ltmain.sh |
|
LIPO = |
|
LN_S = ln -s |
|
LTLIBOBJS = |
|
MAKEINFO = ${SHELL} /home/nillerusr/projects/source-engine/thirdparty/gperftools-2.0/missing --run makeinfo |
|
MKDIR_P = /usr/bin/mkdir -p |
|
NANOSLEEP_LIBS = |
|
NM = /usr/bin/nm -B |
|
NMEDIT = |
|
OBJCOPY = objcopy |
|
OBJDUMP = objdump |
|
OBJEXT = o |
|
OTOOL = |
|
OTOOL64 = |
|
PACKAGE = gperftools |
|
PACKAGE_BUGREPORT = google-perftools@googlegroups.com |
|
PACKAGE_NAME = gperftools |
|
PACKAGE_STRING = gperftools 2.0 |
|
PACKAGE_TARNAME = gperftools |
|
PACKAGE_URL = |
|
PACKAGE_VERSION = 2.0 |
|
PATH_SEPARATOR = : |
|
PROFILER_SO_VERSION = 3:0:3 |
|
PTHREAD_CC = gcc |
|
PTHREAD_CFLAGS = -pthread |
|
PTHREAD_LIBS = -lpthread |
|
RANLIB = ranlib |
|
SED = /usr/bin/sed |
|
SET_MAKE = |
|
SHELL = /bin/sh |
|
STRIP = strip |
|
TCMALLOC_SO_VERSION = 5:0:1 |
|
TC_VERSION_MAJOR = 2 |
|
TC_VERSION_MINOR = 0 |
|
TC_VERSION_PATCH = |
|
UNWIND_LIBS = -lunwind |
|
VERSION = 2.0 |
|
abs_builddir = /home/nillerusr/projects/source-engine/thirdparty/gperftools-2.0 |
|
abs_srcdir = /home/nillerusr/projects/source-engine/thirdparty/gperftools-2.0 |
|
abs_top_builddir = /home/nillerusr/projects/source-engine/thirdparty/gperftools-2.0 |
|
abs_top_srcdir = /home/nillerusr/projects/source-engine/thirdparty/gperftools-2.0 |
|
ac_ct_CC = gcc |
|
ac_ct_CXX = g++ |
|
ac_ct_DUMPBIN = |
|
ac_cv_have_struct_mallinfo = 1 |
|
acx_pthread_config = |
|
am__include = include |
|
am__leading_dot = . |
|
am__quote = |
|
am__tar = ${AMTAR} chof - "$$tardir" |
|
am__untar = ${AMTAR} xf - |
|
bindir = ${exec_prefix}/bin |
|
build = i686-pc-linux-gnu |
|
build_alias = i686-pc-linux-gnu |
|
build_cpu = i686 |
|
build_os = linux-gnu |
|
build_vendor = pc |
|
builddir = . |
|
datadir = ${datarootdir} |
|
datarootdir = ${prefix}/share |
|
docdir = $(prefix)/share/doc/$(PACKAGE)-$(VERSION) |
|
dvidir = ${docdir} |
|
exec_prefix = ${prefix} |
|
host = i686-pc-linux-gnu |
|
host_alias = |
|
host_cpu = i686 |
|
host_os = linux-gnu |
|
host_vendor = pc |
|
htmldir = ${docdir} |
|
includedir = ${prefix}/include |
|
infodir = ${datarootdir}/info |
|
install_sh = $(SHELL) /home/nillerusr/projects/source-engine/thirdparty/gperftools-2.0/install-sh |
|
libdir = ${exec_prefix}/lib |
|
libexecdir = ${exec_prefix}/libexec |
|
localedir = ${datarootdir}/locale |
|
localstatedir = ${prefix}/var |
|
lt_ECHO = echo |
|
mandir = ${datarootdir}/man |
|
mkdir_p = /usr/bin/mkdir -p |
|
oldincludedir = /usr/include |
|
pdfdir = ${docdir} |
|
prefix = /usr/local |
|
program_transform_name = s,x,x, |
|
psdir = ${docdir} |
|
sbindir = ${exec_prefix}/sbin |
|
sharedstatedir = ${prefix}/com |
|
srcdir = . |
|
sysconfdir = ${prefix}/etc |
|
target_alias = |
|
top_build_prefix = |
|
top_builddir = . |
|
top_srcdir = . |
|
|
|
# Make sure that when we re-make ./configure, we get the macros we need |
|
ACLOCAL_AMFLAGS = -I m4 |
|
|
|
# This is so we can #include <gperftools/foo> |
|
AM_CPPFLAGS = -I$(top_srcdir)/src $(am__append_1) |
|
|
|
# This is mostly based on configure options |
|
AM_CXXFLAGS = $(am__append_2) $(am__append_3) $(am__append_4) \ |
|
$(am__append_5) $(am__append_6) |
|
|
|
# The -no-undefined flag allows libtool to generate shared libraries for |
|
# Cygwin and MinGW. LIBSTDCXX_LA_LINKER_FLAG is used to fix a Solaris bug. |
|
AM_LDFLAGS = -no-undefined $(LIBSTDCXX_LA_LINKER_FLAG) |
|
#NO_EXCEPTIONS = |
|
|
|
# We know our low-level code cannot trigger an exception. On some |
|
# systems, such as cygwin, it would be disastrous if they did, because |
|
# the exception handler might call malloc! If our low-level routines |
|
# raised an exception within the malloc, they'd deadlock. Luckily, |
|
# we control all this code, and do not need exceptions for it. |
|
NO_EXCEPTIONS = -fno-exceptions |
|
|
|
# For windows systems (at least, mingw), we need to tell all our |
|
# tests to link in libtcmalloc using -u. This is because libtcmalloc |
|
# accomplishes its tasks via patching, leaving no work for the linker |
|
# to identify, so the linker will ignore libtcmalloc by default unless |
|
# we explicitly create a dependency via -u. |
|
TCMALLOC_FLAGS = $(am__append_7) |
|
#WEAKEN = : |
|
|
|
# If we have objcopy, make malloc/free/etc weak symbols. That way folks |
|
# can override our malloc if they want to (they can still use tc_malloc). |
|
# Note: the weird-looking symbols are the c++ memory functions: |
|
# (in order) new, new(nothrow), new[], new[](nothrow), delete, delete[] |
|
# In theory this will break if mangling changes, but that seems pretty |
|
# unlikely at this point. Just in case, I throw in versions with an |
|
# extra underscore as well, which may help on OS X. |
|
WEAKEN = $(OBJCOPY) -W malloc -W free -W realloc -W calloc -W cfree \ |
|
-W memalign -W posix_memalign -W valloc -W pvalloc \ |
|
-W malloc_stats -W mallopt -W mallinfo \ |
|
-W _Znwm -W _ZnwmRKSt9nothrow_t -W _Znam -W _ZnamRKSt9nothrow_t \ |
|
-W _ZdlPv -W _ZdaPv \ |
|
-W __Znwm -W __ZnwmRKSt9nothrow_t -W __Znam -W __ZnamRKSt9nothrow_t \ |
|
-W __ZdlPv -W __ZdaPv |
|
|
|
LIBS_TO_WEAKEN = libtcmalloc_minimal.la $(am__append_25) \ |
|
$(am__append_38) $(am__append_55) $(am__append_70) |
|
perftoolsincludedir = $(includedir)/gperftools |
|
# The .h files you want to install (that is, .h files that people |
|
# who install this package can include in their own applications.) |
|
# We'll add to this later, on a library-by-library basis |
|
perftoolsinclude_HEADERS = $(am__append_11) \ |
|
$(SG_TCMALLOC_MINIMAL_INCLUDES) $(am__append_32) \ |
|
$(am__append_62) |
|
# tcmalloc.h is a special case, because it's a .h.in file |
|
nodist_perftoolsinclude_HEADERS = src/gperftools/tcmalloc.h |
|
noinst_HEADERS = src/gperftools/tcmalloc.h.in |
|
|
|
# This is provided for backwards compatibility. It is populated by |
|
# files that just forward to the canonical location in |
|
# perftoolsincludedir. |
|
googleincludedir = $(includedir)/google |
|
googleinclude_HEADERS = \ |
|
src/google/heap-checker.h \ |
|
src/google/heap-profiler.h \ |
|
src/google/malloc_extension.h \ |
|
src/google/malloc_extension_c.h \ |
|
src/google/malloc_hook.h \ |
|
src/google/malloc_hook_c.h \ |
|
src/google/profiler.h \ |
|
src/google/stacktrace.h \ |
|
src/google/tcmalloc.h \ |
|
src/windows/google/tcmalloc.h |
|
|
|
# This is for HTML and other documentation you want to install. |
|
# Add your documentation files (in doc/) in addition to these |
|
# top-level boilerplate files. Also add a TODO file if you have one. |
|
# We'll add to this later, on a library-by-library basis |
|
|
|
### Documentation |
|
|
|
# I don't know how to say "distribute the .dot files but don't install them"; |
|
# noinst doesn't seem to work with data. I separate them out anyway, in case |
|
# one day we figure it out. Regardless, installing the dot files isn't the |
|
# end of the world. |
|
dist_doc_DATA = AUTHORS COPYING ChangeLog INSTALL NEWS README \ |
|
README_windows.txt TODO doc/index.html doc/designstyle.css \ |
|
$(am__append_14) doc/tcmalloc.html doc/overview.gif \ |
|
doc/pageheap.gif doc/spanmap.gif doc/threadheap.gif \ |
|
doc/t-test1.times.txt \ |
|
doc/tcmalloc-opspercpusec.vs.threads.1024.bytes.png \ |
|
doc/tcmalloc-opspercpusec.vs.threads.128.bytes.png \ |
|
doc/tcmalloc-opspercpusec.vs.threads.131072.bytes.png \ |
|
doc/tcmalloc-opspercpusec.vs.threads.16384.bytes.png \ |
|
doc/tcmalloc-opspercpusec.vs.threads.2048.bytes.png \ |
|
doc/tcmalloc-opspercpusec.vs.threads.256.bytes.png \ |
|
doc/tcmalloc-opspercpusec.vs.threads.32768.bytes.png \ |
|
doc/tcmalloc-opspercpusec.vs.threads.4096.bytes.png \ |
|
doc/tcmalloc-opspercpusec.vs.threads.512.bytes.png \ |
|
doc/tcmalloc-opspercpusec.vs.threads.64.bytes.png \ |
|
doc/tcmalloc-opspercpusec.vs.threads.65536.bytes.png \ |
|
doc/tcmalloc-opspercpusec.vs.threads.8192.bytes.png \ |
|
doc/tcmalloc-opspersec.vs.size.1.threads.png \ |
|
doc/tcmalloc-opspersec.vs.size.12.threads.png \ |
|
doc/tcmalloc-opspersec.vs.size.16.threads.png \ |
|
doc/tcmalloc-opspersec.vs.size.2.threads.png \ |
|
doc/tcmalloc-opspersec.vs.size.20.threads.png \ |
|
doc/tcmalloc-opspersec.vs.size.3.threads.png \ |
|
doc/tcmalloc-opspersec.vs.size.4.threads.png \ |
|
doc/tcmalloc-opspersec.vs.size.5.threads.png \ |
|
doc/tcmalloc-opspersec.vs.size.8.threads.png doc/overview.dot \ |
|
doc/pageheap.dot doc/spanmap.dot doc/threadheap.dot \ |
|
$(am__append_52) $(am__append_53) $(am__append_67) |
|
|
|
# The libraries (.so's) you want to install |
|
# We'll add to this later, on a library-by-library basis |
|
lib_LTLIBRARIES = libtcmalloc_minimal.la $(am__append_24) \ |
|
$(am__append_34) $(am__append_54) $(am__append_63) \ |
|
$(am__append_68) |
|
# This is for 'convenience libraries' -- basically just a container for sources |
|
|
|
### Making the library |
|
|
|
# As we describe at the top of this file, we want to turn off exceptions |
|
# for all files in this library -- except tcmalloc.cc which needs them |
|
# to fulfill its API. Automake doesn't allow per-file CXXFLAGS, so we need |
|
# to separate into two libraries. |
|
noinst_LTLIBRARIES = liblogging.la libsysinfo.la $(am__append_8) \ |
|
$(am__append_10) $(am__append_12) \ |
|
libtcmalloc_minimal_internal.la $(am__append_33) |
|
|
|
# Add this whether or not we're under MinGW, to keep the tarball complete. |
|
# Because we've commented out the test, above, we have to explicitly add |
|
# the test files to the tarball or automake will leave them out. |
|
WINDOWS_PROJECTS = gperftools.sln \ |
|
vsprojects/preamble_patcher_test/preamble_patcher_test.vcproj \ |
|
src/windows/preamble_patcher_test.cc src/windows/shortproc.asm \ |
|
src/windows/auto_testing_hook.h \ |
|
vsprojects/low_level_alloc_unittest/low_level_alloc_unittest.vcproj \ |
|
$(am__append_16) \ |
|
vsprojects/libtcmalloc_minimal/libtcmalloc_minimal.vcproj \ |
|
vsprojects/tcmalloc_minimal_unittest/tcmalloc_minimal_unittest.vcproj \ |
|
vsprojects/tmu-static/tmu-static.vcproj \ |
|
vsprojects/tcmalloc_minimal_large/tcmalloc_minimal_large_unittest.vcproj \ |
|
vsprojects/addressmap_unittest/addressmap_unittest.vcproj \ |
|
vsprojects/packed-cache_test/packed-cache_test.vcproj \ |
|
vsprojects/frag_unittest/frag_unittest.vcproj \ |
|
vsprojects/markidle_unittest/markidle_unittest.vcproj \ |
|
vsprojects/current_allocated_bytes_test/current_allocated_bytes_test.vcproj \ |
|
vsprojects/malloc_hook_test/malloc_hook_test.vcproj \ |
|
vsprojects/malloc_extension_test/malloc_extension_test.vcproj \ |
|
vsprojects/page_heap_test/page_heap_test.vcproj \ |
|
vsprojects/pagemap_unittest/pagemap_unittest.vcproj \ |
|
vsprojects/realloc_unittest/realloc_unittest.vcproj \ |
|
vsprojects/stack_trace_table_test/stack_trace_table_test.vcproj \ |
|
vsprojects/thread_dealloc_unittest/thread_dealloc_unittest.vcproj \ |
|
$(am__append_43) |
|
# TESTS_ENVIRONMENT sets environment variables for when you run unittest. |
|
# We always get "srcdir" set for free. |
|
# We'll add to this later, on a library-by-library basis. |
|
TESTS_ENVIRONMENT = $(am__append_15) $(am__append_42) |
|
# All script tests should be added here |
|
noinst_SCRIPTS = $(am__append_18) $(am__append_30) $(am__append_44) \ |
|
$(am__append_47) $(am__append_50) $(am__append_65) |
|
|
|
# This is my own var, used for extra libraries I make that I need installed |
|
EXTRA_INSTALL = |
|
|
|
### ------- library routines, in src/base |
|
|
|
# This is a 'convenience library' -- it's not actually installed or anything |
|
LOGGING_INCLUDES = src/base/logging.h \ |
|
src/base/commandlineflags.h \ |
|
src/base/basictypes.h \ |
|
src/base/dynamic_annotations.h \ |
|
src/third_party/valgrind.h |
|
|
|
liblogging_la_SOURCES = src/base/logging.cc \ |
|
src/base/dynamic_annotations.c \ |
|
$(LOGGING_INCLUDES) |
|
|
|
SYSINFO_INCLUDES = src/base/sysinfo.h \ |
|
src/base/logging.h \ |
|
src/base/commandlineflags.h \ |
|
src/base/cycleclock.h \ |
|
src/base/arm_instruction_set_select.h \ |
|
src/base/basictypes.h |
|
|
|
libsysinfo_la_SOURCES = src/base/sysinfo.cc \ |
|
$(SYSINFO_INCLUDES) |
|
|
|
libsysinfo_la_LIBADD = $(NANOSLEEP_LIBS) $(am__append_9) |
|
|
|
# For MinGW, we use also have to use libwindows Luckily, we need the |
|
# windows.a library in exactly the same place we need spinlock.a |
|
# (pretty much everywhere), so we can use the same variable name for |
|
# each. We can also optimize the MinGW rule a bit by leaving out |
|
# files we know aren't used on windows, such as |
|
# atomicops-internals-x86.cc. libwindows also obsoletes the need for |
|
# other files like system_alloc.cc. |
|
#WINDOWS_INCLUDES = src/windows/port.h \ |
|
# src/windows/mingw.h \ |
|
# src/windows/mini_disassembler.h \ |
|
# src/windows/mini_disassembler_types.h \ |
|
# src/windows/preamble_patcher.h |
|
|
|
#libwindows_la_SOURCES = $(WINDOWS_INCLUDES) \ |
|
# src/windows/port.cc \ |
|
# src/windows/ia32_modrm_map.cc \ |
|
# src/windows/ia32_opcode_map.cc \ |
|
# src/windows/mini_disassembler.cc \ |
|
# src/windows/patch_functions.cc \ |
|
# src/windows/preamble_patcher.cc \ |
|
# src/windows/preamble_patcher_with_stub.cc |
|
|
|
# patch_functions.cc uses Psapi.lib. MSVC has a #pragma for that, but not us. |
|
#libwindows_la_LIBADD = -lPsapi |
|
# spinlock is the only code that uses atomicops. |
|
SPINLOCK_INCLUDES = src/base/spinlock.h \ |
|
src/base/spinlock_internal.h \ |
|
src/base/atomicops.h \ |
|
src/base/atomicops-internals-macosx.h \ |
|
src/base/atomicops-internals-linuxppc.h \ |
|
src/base/atomicops-internals-windows.h \ |
|
src/base/atomicops-internals-x86.h |
|
|
|
#SPINLOCK_INCLUDES = src/base/spinlock.h \ |
|
# src/base/spinlock_internal.h \ |
|
# src/base/spinlock_win32-inl.h \ |
|
# src/base/spinlock_linux-inl.h \ |
|
# src/base/spinlock_posix-inl.h \ |
|
# src/base/synchronization_profiling.h \ |
|
# src/base/atomicops-internals-macosx.h \ |
|
# src/base/atomicops-internals-linuxppc.h \ |
|
# src/base/atomicops-internals-arm-generic.h \ |
|
# src/base/atomicops-internals-arm-v6plus.h \ |
|
# src/base/atomicops-internals-windows.h \ |
|
# src/base/atomicops-internals-x86.h |
|
|
|
libspinlock_la_SOURCES = src/base/spinlock.cc \ |
|
src/base/spinlock_internal.cc \ |
|
src/base/atomicops-internals-x86.cc \ |
|
$(SPINLOCK_INCLUDES) |
|
|
|
#libspinlock_la_SOURCES = src/base/spinlock.cc \ |
|
# src/base/spinlock_internal.cc \ |
|
# $(SPINLOCK_INCLUDES) |
|
|
|
# spinlock also needs NumCPUs, from libsysinfo, which in turn needs liblogging |
|
LIBSPINLOCK = libspinlock.la libsysinfo.la liblogging.la |
|
#LIBSPINLOCK = libwindows.la libspinlock.la libsysinfo.la liblogging.la |
|
TCMALLOC_CC = src/tcmalloc.cc |
|
|
|
# There's a windows-specific unittest we can run. Right now it's |
|
# win64-specific, and relies on masm, so we comment it out. |
|
|
|
# patch_functions.cc #includes tcmalloc.cc, so no need to link it in. |
|
#TCMALLOC_CC = |
|
MAYBE_THREADS_CC = src/maybe_threads.cc |
|
# windows has its own system for threads and system memory allocation. |
|
#MAYBE_THREADS_CC = |
|
SYSTEM_ALLOC_CC = src/system-alloc.cc |
|
#SYSTEM_ALLOC_CC = |
|
libspinlock_la_LIBADD = $(NANOSLEEP_LIBS) |
|
LOW_LEVEL_ALLOC_UNITTEST_INCLUDES = src/base/low_level_alloc.h \ |
|
src/base/basictypes.h \ |
|
src/gperftools/malloc_hook.h \ |
|
src/gperftools/malloc_hook_c.h \ |
|
src/malloc_hook-inl.h \ |
|
src/malloc_hook_mmap_linux.h \ |
|
src/malloc_hook_mmap_freebsd.h \ |
|
$(SPINLOCK_INCLUDES) \ |
|
$(LOGGING_INCLUDES) |
|
|
|
low_level_alloc_unittest_SOURCES = src/base/low_level_alloc.cc \ |
|
src/malloc_hook.cc \ |
|
$(MAYBE_THREADS_CC) \ |
|
src/tests/low_level_alloc_unittest.cc \ |
|
$(LOW_LEVEL_ALLOC_UNITTEST_INCLUDES) |
|
|
|
# By default, MallocHook takes stack traces for use by the heap-checker. |
|
# We don't need that functionality here, so we turn it off to reduce deps. |
|
low_level_alloc_unittest_CXXFLAGS = -DNO_TCMALLOC_SAMPLES |
|
low_level_alloc_unittest_LDADD = $(LIBSPINLOCK) |
|
ATOMICOPS_UNITTEST_INCLUDES = src/base/atomicops.h \ |
|
src/base/atomicops-internals-macosx.h \ |
|
src/base/atomicops-internals-windows.h \ |
|
src/base/atomicops-internals-x86.h \ |
|
$(LOGGING_INCLUDES) |
|
|
|
atomicops_unittest_SOURCES = src/tests/atomicops_unittest.cc \ |
|
$(ATOMICOPS_UNITTEST_INCLUDES) |
|
|
|
atomicops_unittest_LDADD = $(LIBSPINLOCK) |
|
|
|
### ------- stack trace |
|
|
|
### The header files we use. We divide into categories based on directory |
|
S_STACKTRACE_INCLUDES = src/stacktrace_config.h \ |
|
src/stacktrace_generic-inl.h \ |
|
src/stacktrace_libunwind-inl.h \ |
|
src/stacktrace_arm-inl.h \ |
|
src/stacktrace_powerpc-inl.h \ |
|
src/stacktrace_x86-inl.h \ |
|
src/stacktrace_win32-inl.h \ |
|
src/base/elf_mem_image.h \ |
|
src/base/vdso_support.h |
|
|
|
SG_STACKTRACE_INCLUDES = src/gperftools/stacktrace.h |
|
STACKTRACE_INCLUDES = $(S_STACKTRACE_INCLUDES) $(SG_STACKTRACE_INCLUDES) |
|
libstacktrace_la_SOURCES = src/stacktrace.cc \ |
|
src/base/elf_mem_image.cc \ |
|
src/base/vdso_support.cc \ |
|
$(STACKTRACE_INCLUDES) |
|
|
|
libstacktrace_la_LIBADD = $(UNWIND_LIBS) $(LIBSPINLOCK) |
|
STACKTRACE_SYMBOLS = '(GetStackTrace|GetStackFrames|GetStackTraceWithContext|GetStackFramesWithContext)' |
|
libstacktrace_la_LDFLAGS = -export-symbols-regex $(STACKTRACE_SYMBOLS) |
|
STACKTRACE_UNITTEST_INCLUDES = src/config_for_unittests.h \ |
|
src/base/commandlineflags.h \ |
|
$(STACKTRACE_INCLUDES) \ |
|
$(LOGGING_INCLUDES) |
|
|
|
stacktrace_unittest_SOURCES = src/tests/stacktrace_unittest.cc \ |
|
$(STACKTRACE_UNITTEST_INCLUDES) |
|
|
|
stacktrace_unittest_LDADD = libstacktrace.la liblogging.la |
|
|
|
### ------- pprof |
|
|
|
# If we are not compiling with stacktrace support, pprof is worthless |
|
bin_SCRIPTS = src/pprof |
|
|
|
### Unittests |
|
check_SCRIPTS = pprof_unittest |
|
|
|
### Documentation |
|
dist_man_MANS = doc/pprof.1 |
|
|
|
### ------- tcmalloc_minimal (thread-caching malloc) |
|
|
|
### The header files we use. We divide into categories based on directory |
|
S_TCMALLOC_MINIMAL_INCLUDES = src/common.h \ |
|
src/internal_logging.h \ |
|
src/system-alloc.h \ |
|
src/packed-cache-inl.h \ |
|
$(SPINLOCK_INCLUDES) \ |
|
src/tcmalloc_guard.h \ |
|
src/base/commandlineflags.h \ |
|
src/base/basictypes.h \ |
|
src/pagemap.h \ |
|
src/sampler.h \ |
|
src/central_freelist.h \ |
|
src/linked_list.h \ |
|
src/libc_override.h \ |
|
src/libc_override_gcc_and_weak.h \ |
|
src/libc_override_glibc.h \ |
|
src/libc_override_osx.h \ |
|
src/libc_override_redefine.h \ |
|
src/page_heap.h \ |
|
src/page_heap_allocator.h \ |
|
src/span.h \ |
|
src/static_vars.h \ |
|
src/symbolize.h \ |
|
src/thread_cache.h \ |
|
src/stack_trace_table.h \ |
|
src/base/thread_annotations.h \ |
|
src/malloc_hook-inl.h \ |
|
src/malloc_hook_mmap_linux.h \ |
|
src/malloc_hook_mmap_freebsd.h \ |
|
src/maybe_threads.h |
|
|
|
SG_TCMALLOC_MINIMAL_INCLUDES = src/gperftools/malloc_hook.h \ |
|
src/gperftools/malloc_hook_c.h \ |
|
src/gperftools/malloc_extension.h \ |
|
src/gperftools/malloc_extension_c.h \ |
|
src/gperftools/stacktrace.h |
|
|
|
TCMALLOC_MINIMAL_INCLUDES = $(S_TCMALLOC_MINIMAL_INCLUDES) $(SG_TCMALLOC_MINIMAL_INCLUDES) |
|
libtcmalloc_minimal_internal_la_SOURCES = src/common.cc \ |
|
src/internal_logging.cc \ |
|
$(SYSTEM_ALLOC_CC) \ |
|
src/memfs_malloc.cc \ |
|
src/central_freelist.cc \ |
|
src/page_heap.cc \ |
|
src/sampler.cc \ |
|
src/span.cc \ |
|
src/stack_trace_table.cc \ |
|
src/static_vars.cc \ |
|
src/symbolize.cc \ |
|
src/thread_cache.cc \ |
|
src/malloc_hook.cc \ |
|
src/malloc_extension.cc \ |
|
$(MAYBE_THREADS_CC) \ |
|
$(TCMALLOC_MINIMAL_INCLUDES) |
|
|
|
# We #define NO_TCMALLOC_SAMPLES, since sampling is turned off for _minimal. |
|
libtcmalloc_minimal_internal_la_CXXFLAGS = -DNO_TCMALLOC_SAMPLES \ |
|
-DNO_HEAP_CHECK \ |
|
$(PTHREAD_CFLAGS) -DNDEBUG \ |
|
$(AM_CXXFLAGS) $(NO_EXCEPTIONS) |
|
|
|
libtcmalloc_minimal_internal_la_LDFLAGS = $(PTHREAD_CFLAGS) |
|
libtcmalloc_minimal_internal_la_LIBADD = $(PTHREAD_LIBS) $(LIBSPINLOCK) |
|
libtcmalloc_minimal_la_SOURCES = $(TCMALLOC_CC) $(TCMALLOC_MINIMAL_INCLUDES) |
|
libtcmalloc_minimal_la_CXXFLAGS = -DNO_TCMALLOC_SAMPLES \ |
|
$(PTHREAD_CFLAGS) -DNDEBUG $(AM_CXXFLAGS) |
|
|
|
# -version-info gets passed to libtool |
|
libtcmalloc_minimal_la_LDFLAGS = $(PTHREAD_CFLAGS) -version-info 5:0:1 |
|
libtcmalloc_minimal_la_LIBADD = libtcmalloc_minimal_internal.la $(PTHREAD_LIBS) |
|
LIBTCMALLOC_MINIMAL = libtcmalloc_minimal.la |
|
|
|
# For windows, we're playing around with trying to do some stacktrace |
|
# support even with libtcmalloc_minimal. For everyone else, though, |
|
# we turn off all stack-trace activity for libtcmalloc_minimal. |
|
# TODO(csilvers): when we're done experimenting, do something principled here |
|
#LIBTCMALLOC_MINIMAL = libtcmalloc_minimal.la libstacktrace.la |
|
tcmalloc_minimal_unittest_SOURCES = src/tests/tcmalloc_unittest.cc \ |
|
src/tests/testutil.h src/tests/testutil.cc \ |
|
$(TCMALLOC_UNITTEST_INCLUDES) |
|
|
|
tcmalloc_minimal_unittest_CXXFLAGS = $(PTHREAD_CFLAGS) $(AM_CXXFLAGS) |
|
tcmalloc_minimal_unittest_LDFLAGS = $(PTHREAD_CFLAGS) $(TCMALLOC_FLAGS) |
|
# We want libtcmalloc last on the link line, but due to a bug in |
|
# libtool involving convenience libs, they need to come last on the |
|
# link line in order to get dependency ordering right. This is ok: |
|
# convenience libraries are .a's, so tcmalloc is still the last .so. |
|
# We also put pthreads after tcmalloc, because some pthread |
|
# implementations define their own malloc, and we need to go on the |
|
# first linkline to make sure our malloc 'wins'. |
|
tcmalloc_minimal_unittest_LDADD = $(LIBTCMALLOC_MINIMAL) \ |
|
liblogging.la $(PTHREAD_LIBS) |
|
|
|
tcmalloc_minimal_large_unittest_SOURCES = src/tests/tcmalloc_large_unittest.cc |
|
tcmalloc_minimal_large_unittest_CXXFLAGS = $(PTHREAD_CFLAGS) $(AM_CXXFLAGS) |
|
tcmalloc_minimal_large_unittest_LDFLAGS = $(PTHREAD_CFLAGS) $(TCMALLOC_FLAGS) |
|
tcmalloc_minimal_large_unittest_LDADD = $(LIBTCMALLOC_MINIMAL) $(PTHREAD_LIBS) |
|
#maybe_threads_unittest_sh_SOURCES = src/tests/maybe_threads_unittest.sh |
|
ADDRESSMAP_UNITTEST_INCLUDES = src/addressmap-inl.h \ |
|
src/base/commandlineflags.h \ |
|
$(LOGGING_INCLUDES) |
|
|
|
addressmap_unittest_SOURCES = src/tests/addressmap_unittest.cc \ |
|
$(ADDRESSMAP_UNITTEST_INCLUDES) $(am__append_19) |
|
addressmap_unittest_CXXFLAGS = -g $(AM_CXXFLAGS) |
|
addressmap_unittest_LDADD = liblogging.la |
|
system_alloc_unittest_SOURCES = src/config_for_unittests.h \ |
|
src/tests/system-alloc_unittest.cc |
|
|
|
system_alloc_unittest_CXXFLAGS = $(PTHREAD_CFLAGS) $(AM_CXXFLAGS) |
|
system_alloc_unittest_LDFLAGS = $(PTHREAD_CFLAGS) $(TCMALLOC_FLAGS) |
|
system_alloc_unittest_LDADD = $(LIBTCMALLOC_MINIMAL) $(PTHREAD_LIBS) |
|
packed_cache_test_SOURCES = src/tests/packed-cache_test.cc |
|
packed_cache_test_CXXFLAGS = $(PTHREAD_CFLAGS) $(AM_CXXFLAGS) |
|
packed_cache_test_LDFLAGS = $(PTHREAD_CFLAGS) $(TCMALLOC_FLAGS) |
|
packed_cache_test_LDADD = $(LIBTCMALLOC_MINIMAL) $(PTHREAD_LIBS) |
|
frag_unittest_SOURCES = src/tests/frag_unittest.cc src/config_for_unittests.h |
|
frag_unittest_CXXFLAGS = $(PTHREAD_CFLAGS) $(AM_CXXFLAGS) |
|
frag_unittest_LDFLAGS = $(PTHREAD_CFLAGS) $(TCMALLOC_FLAGS) |
|
frag_unittest_LDADD = $(LIBTCMALLOC_MINIMAL) $(PTHREAD_LIBS) |
|
markidle_unittest_SOURCES = src/tests/markidle_unittest.cc \ |
|
src/config_for_unittests.h \ |
|
src/tests/testutil.h src/tests/testutil.cc |
|
|
|
markidle_unittest_CXXFLAGS = $(PTHREAD_CFLAGS) $(AM_CXXFLAGS) |
|
markidle_unittest_LDFLAGS = $(PTHREAD_CFLAGS) $(TCMALLOC_FLAGS) |
|
markidle_unittest_LDADD = $(LIBTCMALLOC_MINIMAL) $(PTHREAD_LIBS) |
|
current_allocated_bytes_test_SOURCES = src/tests/current_allocated_bytes_test.cc \ |
|
src/config_for_unittests.h |
|
|
|
current_allocated_bytes_test_CXXFLAGS = $(PTHREAD_CFLAGS) $(AM_CXXFLAGS) |
|
current_allocated_bytes_test_LDFLAGS = $(PTHREAD_CFLAGS) $(TCMALLOC_FLAGS) |
|
current_allocated_bytes_test_LDADD = $(LIBTCMALLOC_MINIMAL) $(PTHREAD_LIBS) |
|
malloc_hook_test_SOURCES = src/tests/malloc_hook_test.cc \ |
|
src/config_for_unittests.h \ |
|
src/base/logging.h \ |
|
src/gperftools/malloc_hook.h \ |
|
src/tests/testutil.h src/tests/testutil.cc |
|
|
|
malloc_hook_test_CXXFLAGS = $(PTHREAD_CFLAGS) $(AM_CXXFLAGS) |
|
malloc_hook_test_LDFLAGS = $(PTHREAD_CFLAGS) $(TCMALLOC_FLAGS) |
|
malloc_hook_test_LDADD = $(LIBTCMALLOC_MINIMAL) $(PTHREAD_LIBS) |
|
malloc_extension_test_SOURCES = src/tests/malloc_extension_test.cc \ |
|
src/config_for_unittests.h \ |
|
src/base/logging.h \ |
|
src/gperftools/malloc_extension.h \ |
|
src/gperftools/malloc_extension_c.h |
|
|
|
malloc_extension_test_CXXFLAGS = $(PTHREAD_CFLAGS) $(AM_CXXFLAGS) |
|
malloc_extension_test_LDFLAGS = $(PTHREAD_CFLAGS) $(TCMALLOC_FLAGS) |
|
malloc_extension_test_LDADD = $(LIBTCMALLOC_MINIMAL) $(PTHREAD_LIBS) |
|
#malloc_extension_c_test_SOURCES = src/tests/malloc_extension_c_test.c \ |
|
# src/gperftools/malloc_extension.h \ |
|
# src/gperftools/malloc_extension_c.h |
|
|
|
#malloc_extension_c_test_CFLAGS = \ |
|
# $(PTHREAD_CFLAGS) \ |
|
# $(AM_CFLAGS) \ |
|
# $(am__append_22) |
|
#malloc_extension_c_test_LDFLAGS = $(PTHREAD_CFLAGS) $(TCMALLOC_FLAGS) |
|
#malloc_extension_c_test_LDADD = $(LIBTCMALLOC_MINIMAL) $(PTHREAD_LIBS) |
|
memalign_unittest_SOURCES = src/tests/memalign_unittest.cc \ |
|
src/tcmalloc.h \ |
|
src/config_for_unittests.h \ |
|
src/tests/testutil.h src/tests/testutil.cc |
|
|
|
memalign_unittest_CXXFLAGS = $(PTHREAD_CFLAGS) $(AM_CXXFLAGS) |
|
memalign_unittest_LDFLAGS = $(PTHREAD_CFLAGS) $(TCMALLOC_FLAGS) |
|
memalign_unittest_LDADD = $(LIBTCMALLOC_MINIMAL) $(PTHREAD_LIBS) |
|
page_heap_test_SOURCES = src/tests/page_heap_test.cc \ |
|
src/config_for_unittests.h \ |
|
src/base/logging.h \ |
|
src/common.h \ |
|
src/page_heap.h |
|
|
|
page_heap_test_CXXFLAGS = $(PTHREAD_CFLAGS) $(AM_CXXFLAGS) |
|
page_heap_test_LDFLAGS = $(PTHREAD_CFLAGS) $(TCMALLOC_FLAGS) |
|
page_heap_test_LDADD = $(LIBTCMALLOC_MINIMAL) $(PTHREAD_LIBS) |
|
pagemap_unittest_SOURCES = src/tests/pagemap_unittest.cc \ |
|
src/config_for_unittests.h \ |
|
src/base/logging.h \ |
|
src/pagemap.h |
|
|
|
pagemap_unittest_CXXFLAGS = $(PTHREAD_CFLAGS) $(AM_CXXFLAGS) |
|
pagemap_unittest_LDFLAGS = $(PTHREAD_CFLAGS) $(TCMALLOC_FLAGS) |
|
pagemap_unittest_LDADD = $(LIBTCMALLOC_MINIMAL) $(PTHREAD_LIBS) |
|
realloc_unittest_SOURCES = src/tests/realloc_unittest.cc \ |
|
src/config_for_unittests.h \ |
|
src/base/logging.h |
|
|
|
realloc_unittest_CXXFLAGS = $(PTHREAD_CFLAGS) $(AM_CXXFLAGS) |
|
realloc_unittest_LDFLAGS = $(PTHREAD_CFLAGS) $(TCMALLOC_FLAGS) |
|
realloc_unittest_LDADD = $(LIBTCMALLOC_MINIMAL) $(PTHREAD_LIBS) |
|
stack_trace_table_test_SOURCES = src/tests/stack_trace_table_test.cc \ |
|
src/config_for_unittests.h |
|
|
|
stack_trace_table_test_CXXFLAGS = $(PTHREAD_CFLAGS) $(AM_CXXFLAGS) |
|
stack_trace_table_test_LDFLAGS = $(PTHREAD_CFLAGS) $(TCMALLOC_FLAGS) |
|
stack_trace_table_test_LDADD = $(LIBTCMALLOC_MINIMAL) $(PTHREAD_LIBS) |
|
thread_dealloc_unittest_SOURCES = src/tests/thread_dealloc_unittest.cc \ |
|
src/config_for_unittests.h \ |
|
src/tests/testutil.h src/tests/testutil.cc |
|
|
|
thread_dealloc_unittest_CXXFLAGS = $(PTHREAD_CFLAGS) $(AM_CXXFLAGS) |
|
thread_dealloc_unittest_LDFLAGS = $(PTHREAD_CFLAGS) $(TCMALLOC_FLAGS) |
|
thread_dealloc_unittest_LDADD = $(LIBTCMALLOC_MINIMAL) $(PTHREAD_LIBS) |
|
libtcmalloc_minimal_debug_la_SOURCES = src/debugallocation.cc \ |
|
$(TCMALLOC_MINIMAL_INCLUDES) |
|
|
|
libtcmalloc_minimal_debug_la_CXXFLAGS = $(libtcmalloc_minimal_la_CXXFLAGS) \ |
|
-DTCMALLOC_FOR_DEBUGALLOCATION |
|
|
|
# version_info gets passed to libtool |
|
libtcmalloc_minimal_debug_la_LDFLAGS = $(libtcmalloc_minimal_la_LDFLAGS) \ |
|
-version-info 5:0:1 |
|
|
|
libtcmalloc_minimal_debug_la_LIBADD = $(libtcmalloc_minimal_la_LIBADD) |
|
tcmalloc_minimal_debug_unittest_SOURCES = $(tcmalloc_minimal_unittest_SOURCES) |
|
tcmalloc_minimal_debug_unittest_CXXFLAGS = $(tcmalloc_minimal_unittest_CXXFLAGS) \ |
|
-DDEBUGALLOCATION |
|
|
|
tcmalloc_minimal_debug_unittest_LDFLAGS = $(tcmalloc_minimal_unittest_LDFLAGS) |
|
tcmalloc_minimal_debug_unittest_LDADD = libtcmalloc_minimal_debug.la $(PTHREAD_LIBS) |
|
malloc_extension_debug_test_SOURCES = $(malloc_extension_test_SOURCES) |
|
malloc_extension_debug_test_CXXFLAGS = $(malloc_extension_test_CXXFLAGS) |
|
malloc_extension_debug_test_LDFLAGS = $(malloc_extension_test_LDFLAGS) |
|
malloc_extension_debug_test_LDADD = libtcmalloc_minimal_debug.la $(PTHREAD_LIBS) |
|
memalign_debug_unittest_SOURCES = $(memalign_unittest_SOURCES) |
|
memalign_debug_unittest_CXXFLAGS = $(memalign_unittest_CXXFLAGS) |
|
memalign_debug_unittest_LDFLAGS = $(memalign_unittest_LDFLAGS) |
|
memalign_debug_unittest_LDADD = libtcmalloc_minimal_debug.la $(PTHREAD_LIBS) |
|
realloc_debug_unittest_SOURCES = $(realloc_unittest_SOURCES) |
|
realloc_debug_unittest_CXXFLAGS = $(realloc_unittest_CXXFLAGS) |
|
realloc_debug_unittest_LDFLAGS = $(realloc_unittest_LDFLAGS) |
|
realloc_debug_unittest_LDADD = libtcmalloc_minimal_debug.la $(PTHREAD_LIBS) |
|
debugallocation_test_sh_SOURCES = src/tests/debugallocation_test.sh |
|
debugallocation_test_SOURCES = src/tests/debugallocation_test.cc |
|
debugallocation_test_CXXFLAGS = $(PTHREAD_CFLAGS) $(AM_CXXFLAGS) |
|
debugallocation_test_LDFLAGS = $(PTHREAD_CFLAGS) $(TCMALLOC_FLAGS) |
|
debugallocation_test_LDADD = libtcmalloc_debug.la $(PTHREAD_LIBS) |
|
|
|
### ------- tcmalloc (thread-caching malloc + heap profiler + heap checker) |
|
|
|
### The header files we use. We divide into categories based on directory |
|
S_TCMALLOC_INCLUDES = $(S_TCMALLOC_MINIMAL_INCLUDES) \ |
|
$(LOGGING_INCLUDES) \ |
|
src/addressmap-inl.h \ |
|
src/raw_printer.h \ |
|
src/base/elfcore.h \ |
|
src/base/googleinit.h \ |
|
src/base/linux_syscall_support.h \ |
|
src/base/linuxthreads.h \ |
|
src/base/stl_allocator.h \ |
|
src/base/sysinfo.h \ |
|
src/base/thread_lister.h \ |
|
src/heap-profile-table.h |
|
|
|
SG_TCMALLOC_INCLUDES = $(SG_TCMALLOC_MINIMAL_INCLUDES) \ |
|
src/gperftools/heap-profiler.h \ |
|
src/gperftools/heap-checker.h |
|
|
|
TCMALLOC_INCLUDES = $(S_TCMALLOC_INCLUDES) $(SG_TCMALLOC_INCLUDES) |
|
libtcmalloc_internal_la_SOURCES = $(libtcmalloc_minimal_internal_la_SOURCES) \ |
|
$(TCMALLOC_INCLUDES) \ |
|
src/base/low_level_alloc.cc \ |
|
src/heap-profile-table.cc \ |
|
src/heap-profiler.cc \ |
|
src/raw_printer.cc \ |
|
src/memory_region_map.cc |
|
|
|
libtcmalloc_internal_la_CXXFLAGS = \ |
|
$(PTHREAD_CFLAGS) -DNDEBUG \ |
|
$(AM_CXXFLAGS) \ |
|
$(NO_EXCEPTIONS) \ |
|
$(am__append_36) |
|
libtcmalloc_internal_la_LDFLAGS = $(PTHREAD_CFLAGS) |
|
libtcmalloc_internal_la_LIBADD = libstacktrace.la $(PTHREAD_LIBS) |
|
libtcmalloc_la_SOURCES = \ |
|
$(TCMALLOC_CC) \ |
|
$(TCMALLOC_INCLUDES) \ |
|
$(am__append_35) |
|
libtcmalloc_la_CXXFLAGS = \ |
|
$(PTHREAD_CFLAGS) -DNDEBUG \ |
|
$(AM_CXXFLAGS) \ |
|
$(am__append_37) |
|
libtcmalloc_la_LDFLAGS = $(PTHREAD_CFLAGS) -version-info 5:0:1 |
|
libtcmalloc_la_LIBADD = libtcmalloc_internal.la $(PTHREAD_LIBS) |
|
#HEAP_CHECKER_SOURCES = |
|
|
|
# heap-checker-bcad is last, in hopes its global ctor will run first. |
|
# (Note this is added to libtcmalloc.la, not libtcmalloc_internal.la, |
|
# but that's ok; the internal/external distinction is only useful for |
|
# cygwin, and cygwin doesn't use HEAP_CHECKER anyway.) |
|
HEAP_CHECKER_SOURCES = src/base/thread_lister.c \ |
|
src/base/linuxthreads.cc \ |
|
src/heap-checker.cc \ |
|
src/heap-checker-bcad.cc |
|
|
|
LIBTCMALLOC = libtcmalloc.la |
|
TCMALLOC_UNITTEST_INCLUDES = src/config_for_unittests.h \ |
|
src/gperftools/malloc_extension.h |
|
|
|
tcmalloc_unittest_SOURCES = src/tests/tcmalloc_unittest.cc \ |
|
src/tcmalloc.h \ |
|
src/tests/testutil.h src/tests/testutil.cc \ |
|
$(TCMALLOC_UNITTEST_INCLUDES) |
|
|
|
tcmalloc_unittest_CXXFLAGS = $(PTHREAD_CFLAGS) $(AM_CXXFLAGS) |
|
tcmalloc_unittest_LDFLAGS = $(PTHREAD_CFLAGS) $(TCMALLOC_FLAGS) |
|
# We want libtcmalloc last on the link line, but due to a bug in |
|
# libtool involving convenience libs, they need to come last on the |
|
# link line in order to get dependency ordering right. This is ok: |
|
# convenience libraries are .a's, so tcmalloc is still the last .so. |
|
# We also put pthreads after tcmalloc, because some pthread |
|
# implementations define their own malloc, and we need to go on the |
|
# first linkline to make sure our malloc 'wins'. |
|
tcmalloc_unittest_LDADD = $(LIBTCMALLOC) liblogging.la $(PTHREAD_LIBS) |
|
|
|
# This makes sure it's safe to link in both tcmalloc and |
|
# tcmalloc_minimal. (One would never do this on purpose, but perhaps |
|
# by accident...) When we can compile libprofiler, we also link it in |
|
# to make sure that works too. NOTE: On OS X, it's *not* safe to |
|
# link both in (we end up with two copies of every global var, and |
|
# the code tends to pick one arbitrarily), so don't run the test there. |
|
# (We define these outside the 'if' because they're reused below.) |
|
tcmalloc_both_unittest_srcs = src/tests/tcmalloc_unittest.cc \ |
|
src/tests/testutil.h src/tests/testutil.cc \ |
|
$(TCMALLOC_UNITTEST_INCLUDES) |
|
|
|
tcmalloc_both_unittest_cflags = $(PTHREAD_CFLAGS) $(AM_CXXFLAGS) |
|
tcmalloc_both_unittest_lflags = $(PTHREAD_CFLAGS) $(TCMALLOC_FLAGS) |
|
#tcmalloc_both_unittest_ladd = $(LIBTCMALLOC) $(LIBTCMALLOC_MINIMAL) \ |
|
# liblogging.la $(PTHREAD_LIBS) |
|
|
|
# We want libtcmalloc last on the link line, but due to a bug in |
|
# libtool involving convenience libs, they need to come last on the |
|
# link line in order to get dependency ordering right. This is ok: |
|
# convenience libraries are .a's, so tcmalloc is still the last .so. |
|
# We also put pthreads after tcmalloc, because some pthread |
|
# implementations define their own malloc, and we need to go on the |
|
# first linkline to make sure our malloc 'wins'. |
|
tcmalloc_both_unittest_ladd = $(LIBTCMALLOC) $(LIBTCMALLOC_MINIMAL) \ |
|
libprofiler.la liblogging.la $(PTHREAD_LIBS) |
|
|
|
tcmalloc_both_unittest_SOURCES = $(tcmalloc_both_unittest_srcs) |
|
tcmalloc_both_unittest_CXXFLAGS = $(tcmalloc_both_unittest_cflags) |
|
tcmalloc_both_unittest_LDFLAGS = $(tcmalloc_both_unittest_lflags) |
|
tcmalloc_both_unittest_LDADD = $(tcmalloc_both_unittest_ladd) |
|
tcmalloc_large_unittest_SOURCES = src/tests/tcmalloc_large_unittest.cc |
|
tcmalloc_large_unittest_CXXFLAGS = $(PTHREAD_CFLAGS) $(AM_CXXFLAGS) |
|
tcmalloc_large_unittest_LDFLAGS = $(PTHREAD_CFLAGS) $(TCMALLOC_FLAGS) |
|
tcmalloc_large_unittest_LDADD = $(LIBTCMALLOC) $(PTHREAD_LIBS) |
|
raw_printer_test_SOURCES = src/tests/raw_printer_test.cc |
|
raw_printer_test_CXXFLAGS = $(PTHREAD_CFLAGS) $(AM_CXXFLAGS) |
|
raw_printer_test_LDFLAGS = $(PTHREAD_CFLAGS) $(TCMALLOC_FLAGS) |
|
raw_printer_test_LDADD = $(LIBTCMALLOC) $(PTHREAD_LIBS) |
|
sampler_test_SOURCES = src/tests/sampler_test.cc \ |
|
src/config_for_unittests.h |
|
|
|
sampler_test_CXXFLAGS = $(PTHREAD_CFLAGS) $(AM_CXXFLAGS) |
|
sampler_test_LDFLAGS = $(PTHREAD_CFLAGS) $(TCMALLOC_FLAGS) |
|
sampler_test_LDADD = $(LIBTCMALLOC) $(PTHREAD_LIBS) -lm |
|
sampling_test_sh_SOURCES = src/tests/sampling_test.sh |
|
SAMPLING_TEST_INCLUDES = src/config_for_unittests.h \ |
|
src/base/logging.h \ |
|
src/gperftools/malloc_extension.h |
|
|
|
sampling_test_SOURCES = src/tests/sampling_test.cc \ |
|
$(SAMPLING_TEST_INCLUDES) |
|
|
|
sampling_test_CXXFLAGS = -g $(PTHREAD_CFLAGS) $(AM_CXXFLAGS) |
|
sampling_test_LDFLAGS = -g $(PTHREAD_CFLAGS) $(TCMALLOC_FLAGS) |
|
sampling_test_LDADD = $(LIBTCMALLOC) $(PTHREAD_LIBS) |
|
heap_profiler_unittest_sh_SOURCES = src/tests/heap-profiler_unittest.sh |
|
HEAP_PROFILER_UNITTEST_INCLUDES = src/config_for_unittests.h \ |
|
src/gperftools/heap-profiler.h |
|
|
|
heap_profiler_unittest_SOURCES = src/tests/heap-profiler_unittest.cc \ |
|
$(HEAP_PROFILER_UNITTEST_INCLUDES) |
|
|
|
heap_profiler_unittest_CXXFLAGS = -g $(PTHREAD_CFLAGS) $(AM_CXXFLAGS) |
|
heap_profiler_unittest_LDFLAGS = -g $(PTHREAD_CFLAGS) $(TCMALLOC_FLAGS) |
|
heap_profiler_unittest_LDADD = $(LIBTCMALLOC) $(PTHREAD_LIBS) |
|
simple_compat_test_SOURCES = src/tests/simple_compat_test.cc \ |
|
$(googleinclude_HEADERS) |
|
|
|
simple_compat_test_LDFLAGS = $(TCMALLOC_FLAGS) |
|
simple_compat_test_LDADD = $(LIBTCMALLOC) |
|
heap_checker_unittest_sh_SOURCES = src/tests/heap-checker_unittest.sh |
|
heap_checker_death_unittest_sh_SOURCES = src/tests/heap-checker-death_unittest.sh |
|
HEAP_CHECKER_UNITTEST_INCLUDES = src/config_for_unittests.h \ |
|
src/memory_region_map.h \ |
|
src/base/commandlineflags.h \ |
|
src/base/googleinit.h \ |
|
src/gperftools/heap-checker.h \ |
|
$(LOGGING_INCLUDES) |
|
|
|
heap_checker_unittest_SOURCES = src/tests/heap-checker_unittest.cc \ |
|
$(HEAP_CHECKER_UNITTEST_INCLUDES) |
|
|
|
heap_checker_unittest_CXXFLAGS = -g $(PTHREAD_CFLAGS) $(AM_CXXFLAGS) |
|
heap_checker_unittest_LDFLAGS = -g $(PTHREAD_CFLAGS) $(TCMALLOC_FLAGS) |
|
# We want libtcmalloc last on the link line, but due to a bug in |
|
# libtool involving convenience libs, they need to come last on the |
|
# link line in order to get dependency ordering right. This is ok: |
|
# convenience libraries are .a's, so tcmalloc is still the last .so. |
|
# We also put pthreads after tcmalloc, because some pthread |
|
# implementations define their own malloc, and we need to go on the |
|
# first linkline to make sure our malloc 'wins'. |
|
heap_checker_unittest_LDADD = $(LIBTCMALLOC) liblogging.la $(PTHREAD_LIBS) |
|
libtcmalloc_debug_la_SOURCES = src/debugallocation.cc $(HEAP_CHECKER_SOURCES) \ |
|
$(TCMALLOC_INCLUDES) |
|
|
|
libtcmalloc_debug_la_CXXFLAGS = $(libtcmalloc_la_CXXFLAGS) \ |
|
-DTCMALLOC_FOR_DEBUGALLOCATION |
|
|
|
libtcmalloc_debug_la_LDFLAGS = $(libtcmalloc_la_LDFLAGS) \ |
|
-version-info 5:0:1 |
|
|
|
libtcmalloc_debug_la_LIBADD = $(libtcmalloc_la_LIBADD) |
|
tcmalloc_debug_unittest_SOURCES = $(tcmalloc_unittest_SOURCES) |
|
tcmalloc_debug_unittest_CXXFLAGS = $(tcmalloc_unittest_CXXFLAGS) \ |
|
-DDEBUGALLOCATION |
|
|
|
tcmalloc_debug_unittest_LDFLAGS = $(tcmalloc_unittest_LDFLAGS) |
|
tcmalloc_debug_unittest_LDADD = libtcmalloc_debug.la $(PTHREAD_LIBS) |
|
sampler_debug_test_SOURCES = $(sampler_test_SOURCES) |
|
sampler_debug_test_CXXFLAGS = $(samples_test_CXXFLAGS) |
|
sampler_debug_test_LDFLAGS = $(sampler_test_LDFLAGS) |
|
sampler_debug_test_LDADD = libtcmalloc_debug.la $(PTHREAD_LIBS) -lm |
|
sampling_debug_test_sh_SOURCES = src/tests/sampling_test.sh |
|
sampling_debug_test_SOURCES = $(sampling_test_SOURCES) |
|
sampling_debug_test_CXXFLAGS = $(sampling_test_CXXFLAGS) |
|
sampling_debug_test_LDFLAGS = $(sampling_test_LDFLAGS) |
|
sampling_debug_test_LDADD = libtcmalloc_debug.la $(PTHREAD_LIBS) |
|
heap_profiler_debug_unittest_sh_SOURCES = src/tests/heap-profiler_unittest.sh |
|
heap_profiler_debug_unittest_SOURCES = $(heap_profiler_unittest_SOURCES) |
|
heap_profiler_debug_unittest_CXXFLAGS = $(heap_profiler_unittest_CXXFLAGS) |
|
heap_profiler_debug_unittest_LDFLAGS = $(heap_profiler_unittest_LDFLAGS) |
|
heap_profiler_debug_unittest_LDADD = libtcmalloc_debug.la $(PTHREAD_LIBS) |
|
heap_checker_debug_unittest_sh_SOURCES = src/tests/heap-checker_unittest.sh |
|
heap_checker_debug_unittest_SOURCES = $(heap_checker_unittest_SOURCES) |
|
heap_checker_debug_unittest_CXXFLAGS = $(heap_checker_unittest_CXXFLAGS) |
|
heap_checker_debug_unittest_LDFLAGS = $(heap_checker_unittest_LDFLAGS) |
|
# We want libtcmalloc last on the link line, but due to a bug in |
|
# libtool involving convenience libs, they need to come last on the |
|
# link line in order to get dependency ordering right. This is ok: |
|
# convenience libraries are .a's, so tcmalloc is still the last .so. |
|
heap_checker_debug_unittest_LDADD = libtcmalloc_debug.la liblogging.la \ |
|
$(PTHREAD_LIBS) |
|
|
|
|
|
### ------- CPU profiler |
|
|
|
### The header files we use. We divide into categories based on directory |
|
S_CPU_PROFILER_INCLUDES = src/profiledata.h \ |
|
src/profile-handler.h \ |
|
src/getpc.h \ |
|
src/base/basictypes.h \ |
|
src/base/commandlineflags.h \ |
|
src/base/googleinit.h \ |
|
src/base/logging.h \ |
|
src/base/simple_mutex.h \ |
|
src/base/sysinfo.h \ |
|
$(SPINLOCK_INCLUDES) \ |
|
$(LOGGING_INCLUDES) |
|
|
|
SG_CPU_PROFILER_INCLUDES = src/gperftools/profiler.h \ |
|
src/gperftools/stacktrace.h |
|
|
|
CPU_PROFILER_INCLUDES = $(S_CPU_PROFILER_INCLUDES) $(SG_CPU_PROFILER_INCLUDES) |
|
libprofiler_la_SOURCES = src/profiler.cc \ |
|
src/profile-handler.cc \ |
|
src/profiledata.cc \ |
|
$(CPU_PROFILER_INCLUDES) |
|
|
|
libprofiler_la_LIBADD = libstacktrace.la |
|
# We have to include ProfileData for profiledata_unittest |
|
CPU_PROFILER_SYMBOLS = '(ProfilerStart|ProfilerStartWithOptions|ProfilerStop|ProfilerFlush|ProfilerEnable|ProfilerDisable|ProfilingIsEnabledForAllThreads|ProfilerRegisterThread|ProfilerGetCurrentState|ProfilerState|ProfileData|ProfileHandler)' |
|
libprofiler_la_LDFLAGS = -export-symbols-regex $(CPU_PROFILER_SYMBOLS) \ |
|
-version-info 3:0:3 |
|
|
|
|
|
# See discussion above (under LIBTCMALLOC_MINIMAL) for why we do this. |
|
# Basically it's to work around systems where --rpath doesn't work right. |
|
LIBPROFILER = libstacktrace.la libprofiler.la |
|
#WINDOWS_PROJECTS += vsprojects/getpc_test/getpc_test.vcproj |
|
getpc_test_SOURCES = src/tests/getpc_test.cc src/getpc.h |
|
#WINDOWS_PROJECTS += vsprojects/profiledata_unittest/profiledata_unittest.vcproj |
|
profiledata_unittest_SOURCES = src/tests/profiledata_unittest.cc \ |
|
src/profiledata.h \ |
|
src/base/commandlineflags.h \ |
|
src/base/logging.h \ |
|
src/base/basictypes.h |
|
|
|
profiledata_unittest_LDADD = $(LIBPROFILER) |
|
profile_handler_unittest_SOURCES = src/tests/profile-handler_unittest.cc \ |
|
src/profile-handler.h |
|
|
|
profile_handler_unittest_CXXFLAGS = $(PTHREAD_CFLAGS) |
|
profile_handler_unittest_LDFLAGS = $(PTHREAD_CFLAGS) |
|
profile_handler_unittest_LDADD = $(LIBPROFILER) $(PTHREAD_LIBS) |
|
profiler_unittest_sh_SOURCES = src/tests/profiler_unittest.sh |
|
PROFILER_UNITTEST_INCLUDES = src/config_for_unittests.h \ |
|
src/gperftools/profiler.h |
|
|
|
PROFILER_UNITTEST_SRCS = src/tests/profiler_unittest.cc \ |
|
src/tests/testutil.h src/tests/testutil.cc \ |
|
$(PROFILER_UNITTEST_INCLUDES) |
|
|
|
profiler1_unittest_SOURCES = $(PROFILER_UNITTEST_SRCS) |
|
profiler1_unittest_CXXFLAGS = -g -DNO_THREADS $(AM_CXXFLAGS) |
|
profiler1_unittest_LDADD = $(LIBPROFILER) |
|
profiler2_unittest_SOURCES = $(PROFILER_UNITTEST_SRCS) |
|
profiler2_unittest_CXXFLAGS = -g -DNO_THREADS $(AM_CXXFLAGS) |
|
profiler2_unittest_LDADD = -lstacktrace -lprofiler |
|
# We depend on -lprofiler but haven't yet said how to build it. Do so now. |
|
profiler2_unittest_DEPENDENCIES = $(LIBPROFILER) |
|
profiler3_unittest_SOURCES = $(PROFILER_UNITTEST_SRCS) |
|
profiler3_unittest_CXXFLAGS = -g $(PTHREAD_CFLAGS) $(AM_CXXFLAGS) |
|
profiler3_unittest_LDFLAGS = $(PTHREAD_CFLAGS) |
|
profiler3_unittest_LDADD = $(LIBPROFILER) $(PTHREAD_LIBS) |
|
profiler4_unittest_SOURCES = $(PROFILER_UNITTEST_SRCS) |
|
profiler4_unittest_CXXFLAGS = -g $(PTHREAD_CFLAGS) $(AM_CXXFLAGS) |
|
profiler4_unittest_LDFLAGS = $(PTHREAD_CFLAGS) |
|
profiler4_unittest_LDADD = -lstacktrace -lprofiler $(PTHREAD_LIBS) |
|
# We depend on -lprofiler but haven't yet said how to build it. Do so now. |
|
profiler4_unittest_DEPENDENCIES = $(LIBPROFILER) |
|
libtcmalloc_and_profiler_la_SOURCES = $(libtcmalloc_la_SOURCES) $(libprofiler_la_SOURCES) |
|
libtcmalloc_and_profiler_la_CXXFLAGS = $(libtcmalloc_la_CXXFLAGS) $(libprofiler_la_CXXFLAGS) |
|
# Since this library is meant to be used as a .a, I don't worry as much |
|
# about .so versioning. I just give the libtcmalloc version number. |
|
# TODO(csilvers): use -export-symbols-regex? |
|
libtcmalloc_and_profiler_la_LDFLAGS = $(PTHREAD_CFLAGS) \ |
|
-version-info 5:0:1 |
|
|
|
# We don't include libprofiler_la_LIBADD here because all it adds is |
|
# libstacktrace.la, which we already get via libtcmalloc. Trying to |
|
# specify it twice causes link-time duplicate-definition errors. :-( |
|
libtcmalloc_and_profiler_la_LIBADD = $(libtcmalloc_la_LIBADD) |
|
tcmalloc_and_profiler_unittest_SOURCES = $(tcmalloc_both_unittest_srcs) |
|
tcmalloc_and_profiler_unittest_CXXFLAGS = $(tcmalloc_both_unittest_cflags) |
|
tcmalloc_and_profiler_unittest_LDFLAGS = $(tcmalloc_both_unittest_lflags) |
|
tcmalloc_and_profiler_unittest_LDADD = libtcmalloc_and_profiler.la |
|
|
|
# http://linux.die.net/man/1/pkg-config, http://pkg-config.freedesktop.org/wiki |
|
pkgconfigdir = $(libdir)/pkgconfig |
|
pkgconfig_DATA = libtcmalloc.pc libtcmalloc_minimal.pc \ |
|
libtcmalloc_debug.pc libtcmalloc_minimal_debug.pc \ |
|
libprofiler.pc |
|
|
|
CLEANFILES = $(pkgconfig_DATA) |
|
EXTRA_DIST = packages/rpm.sh packages/rpm/rpm.spec packages/deb.sh packages/deb \ |
|
$(SCRIPTS) libtool \ |
|
src/windows/get_mangled_names.cc src/windows/override_functions.cc \ |
|
src/windows/config.h src/windows/gperftools/tcmalloc.h \ |
|
$(WINDOWS_PROJECTS) \ |
|
src/solaris/libstdc++.la |
|
|
|
all: all-am |
|
|
|
.SUFFIXES: |
|
.SUFFIXES: .c .cc .lo .o .obj |
|
am--refresh: |
|
@: |
|
$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) |
|
@for dep in $?; do \ |
|
case '$(am__configure_deps)' in \ |
|
*$$dep*) \ |
|
echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \ |
|
cd $(srcdir) && $(AUTOMAKE) --gnu \ |
|
&& exit 0; \ |
|
exit 1;; \ |
|
esac; \ |
|
done; \ |
|
echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \ |
|
cd $(top_srcdir) && \ |
|
$(AUTOMAKE) --gnu Makefile |
|
.PRECIOUS: Makefile |
|
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status |
|
@case '$?' in \ |
|
*config.status*) \ |
|
echo ' $(SHELL) ./config.status'; \ |
|
$(SHELL) ./config.status;; \ |
|
*) \ |
|
echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ |
|
cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ |
|
esac; |
|
|
|
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) |
|
$(SHELL) ./config.status --recheck |
|
|
|
$(top_srcdir)/configure: $(am__configure_deps) |
|
cd $(srcdir) && $(AUTOCONF) |
|
$(ACLOCAL_M4): $(am__aclocal_m4_deps) |
|
cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) |
|
|
|
src/config.h: src/stamp-h1 |
|
@if test ! -f $@; then \ |
|
rm -f src/stamp-h1; \ |
|
$(MAKE) $(AM_MAKEFLAGS) src/stamp-h1; \ |
|
else :; fi |
|
|
|
src/stamp-h1: $(top_srcdir)/src/config.h.in $(top_builddir)/config.status |
|
@rm -f src/stamp-h1 |
|
cd $(top_builddir) && $(SHELL) ./config.status src/config.h |
|
$(top_srcdir)/src/config.h.in: $(am__configure_deps) |
|
cd $(top_srcdir) && $(AUTOHEADER) |
|
rm -f src/stamp-h1 |
|
touch $@ |
|
|
|
distclean-hdr: |
|
-rm -f src/config.h src/stamp-h1 |
|
src/gperftools/tcmalloc.h: $(top_builddir)/config.status $(top_srcdir)/src/gperftools/tcmalloc.h.in |
|
cd $(top_builddir) && $(SHELL) ./config.status $@ |
|
src/windows/gperftools/tcmalloc.h: $(top_builddir)/config.status $(top_srcdir)/src/windows/gperftools/tcmalloc.h.in |
|
cd $(top_builddir) && $(SHELL) ./config.status $@ |
|
install-libLTLIBRARIES: $(lib_LTLIBRARIES) |
|
@$(NORMAL_INSTALL) |
|
test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)" |
|
@list='$(lib_LTLIBRARIES)'; for p in $$list; do \ |
|
if test -f $$p; then \ |
|
f=$(am__strip_dir) \ |
|
echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \ |
|
$(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \ |
|
else :; fi; \ |
|
done |
|
|
|
uninstall-libLTLIBRARIES: |
|
@$(NORMAL_UNINSTALL) |
|
@list='$(lib_LTLIBRARIES)'; for p in $$list; do \ |
|
p=$(am__strip_dir) \ |
|
echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \ |
|
$(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \ |
|
done |
|
|
|
clean-libLTLIBRARIES: |
|
-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES) |
|
@list='$(lib_LTLIBRARIES)'; for p in $$list; do \ |
|
dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ |
|
test "$$dir" != "$$p" || dir=.; \ |
|
echo "rm -f \"$${dir}/so_locations\""; \ |
|
rm -f "$${dir}/so_locations"; \ |
|
done |
|
|
|
clean-noinstLTLIBRARIES: |
|
-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES) |
|
@list='$(noinst_LTLIBRARIES)'; for p in $$list; do \ |
|
dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ |
|
test "$$dir" != "$$p" || dir=.; \ |
|
echo "rm -f \"$${dir}/so_locations\""; \ |
|
rm -f "$${dir}/so_locations"; \ |
|
done |
|
liblogging.la: $(liblogging_la_OBJECTS) $(liblogging_la_DEPENDENCIES) |
|
$(CXXLINK) $(liblogging_la_OBJECTS) $(liblogging_la_LIBADD) $(LIBS) |
|
libprofiler.la: $(libprofiler_la_OBJECTS) $(libprofiler_la_DEPENDENCIES) |
|
$(libprofiler_la_LINK) $(am_libprofiler_la_rpath) $(libprofiler_la_OBJECTS) $(libprofiler_la_LIBADD) $(LIBS) |
|
libspinlock.la: $(libspinlock_la_OBJECTS) $(libspinlock_la_DEPENDENCIES) |
|
$(CXXLINK) $(am_libspinlock_la_rpath) $(libspinlock_la_OBJECTS) $(libspinlock_la_LIBADD) $(LIBS) |
|
libstacktrace.la: $(libstacktrace_la_OBJECTS) $(libstacktrace_la_DEPENDENCIES) |
|
$(libstacktrace_la_LINK) $(am_libstacktrace_la_rpath) $(libstacktrace_la_OBJECTS) $(libstacktrace_la_LIBADD) $(LIBS) |
|
libsysinfo.la: $(libsysinfo_la_OBJECTS) $(libsysinfo_la_DEPENDENCIES) |
|
$(CXXLINK) $(libsysinfo_la_OBJECTS) $(libsysinfo_la_LIBADD) $(LIBS) |
|
libtcmalloc.la: $(libtcmalloc_la_OBJECTS) $(libtcmalloc_la_DEPENDENCIES) |
|
$(libtcmalloc_la_LINK) $(am_libtcmalloc_la_rpath) $(libtcmalloc_la_OBJECTS) $(libtcmalloc_la_LIBADD) $(LIBS) |
|
libtcmalloc_and_profiler.la: $(libtcmalloc_and_profiler_la_OBJECTS) $(libtcmalloc_and_profiler_la_DEPENDENCIES) |
|
$(libtcmalloc_and_profiler_la_LINK) $(am_libtcmalloc_and_profiler_la_rpath) $(libtcmalloc_and_profiler_la_OBJECTS) $(libtcmalloc_and_profiler_la_LIBADD) $(LIBS) |
|
libtcmalloc_debug.la: $(libtcmalloc_debug_la_OBJECTS) $(libtcmalloc_debug_la_DEPENDENCIES) |
|
$(libtcmalloc_debug_la_LINK) $(am_libtcmalloc_debug_la_rpath) $(libtcmalloc_debug_la_OBJECTS) $(libtcmalloc_debug_la_LIBADD) $(LIBS) |
|
libtcmalloc_internal.la: $(libtcmalloc_internal_la_OBJECTS) $(libtcmalloc_internal_la_DEPENDENCIES) |
|
$(libtcmalloc_internal_la_LINK) $(am_libtcmalloc_internal_la_rpath) $(libtcmalloc_internal_la_OBJECTS) $(libtcmalloc_internal_la_LIBADD) $(LIBS) |
|
libtcmalloc_minimal.la: $(libtcmalloc_minimal_la_OBJECTS) $(libtcmalloc_minimal_la_DEPENDENCIES) |
|
$(libtcmalloc_minimal_la_LINK) -rpath $(libdir) $(libtcmalloc_minimal_la_OBJECTS) $(libtcmalloc_minimal_la_LIBADD) $(LIBS) |
|
libtcmalloc_minimal_debug.la: $(libtcmalloc_minimal_debug_la_OBJECTS) $(libtcmalloc_minimal_debug_la_DEPENDENCIES) |
|
$(libtcmalloc_minimal_debug_la_LINK) $(am_libtcmalloc_minimal_debug_la_rpath) $(libtcmalloc_minimal_debug_la_OBJECTS) $(libtcmalloc_minimal_debug_la_LIBADD) $(LIBS) |
|
libtcmalloc_minimal_internal.la: $(libtcmalloc_minimal_internal_la_OBJECTS) $(libtcmalloc_minimal_internal_la_DEPENDENCIES) |
|
$(libtcmalloc_minimal_internal_la_LINK) $(libtcmalloc_minimal_internal_la_OBJECTS) $(libtcmalloc_minimal_internal_la_LIBADD) $(LIBS) |
|
libwindows.la: $(libwindows_la_OBJECTS) $(libwindows_la_DEPENDENCIES) |
|
$(CXXLINK) $(am_libwindows_la_rpath) $(libwindows_la_OBJECTS) $(libwindows_la_LIBADD) $(LIBS) |
|
install-binPROGRAMS: $(bin_PROGRAMS) |
|
@$(NORMAL_INSTALL) |
|
test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)" |
|
@list='$(bin_PROGRAMS)'; for p in $$list; do \ |
|
p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \ |
|
if test -f $$p \ |
|
|| test -f $$p1 \ |
|
; then \ |
|
f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \ |
|
echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \ |
|
$(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \ |
|
else :; fi; \ |
|
done |
|
|
|
uninstall-binPROGRAMS: |
|
@$(NORMAL_UNINSTALL) |
|
@list='$(bin_PROGRAMS)'; for p in $$list; do \ |
|
f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \ |
|
echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \ |
|
rm -f "$(DESTDIR)$(bindir)/$$f"; \ |
|
done |
|
|
|
clean-binPROGRAMS: |
|
@list='$(bin_PROGRAMS)'; for p in $$list; do \ |
|
f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \ |
|
echo " rm -f $$p $$f"; \ |
|
rm -f $$p $$f ; \ |
|
done |
|
|
|
clean-noinstPROGRAMS: |
|
@list='$(noinst_PROGRAMS)'; for p in $$list; do \ |
|
f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \ |
|
echo " rm -f $$p $$f"; \ |
|
rm -f $$p $$f ; \ |
|
done |
|
addressmap_unittest$(EXEEXT): $(addressmap_unittest_OBJECTS) $(addressmap_unittest_DEPENDENCIES) |
|
@rm -f addressmap_unittest$(EXEEXT) |
|
$(addressmap_unittest_LINK) $(addressmap_unittest_OBJECTS) $(addressmap_unittest_LDADD) $(LIBS) |
|
atomicops_unittest$(EXEEXT): $(atomicops_unittest_OBJECTS) $(atomicops_unittest_DEPENDENCIES) |
|
@rm -f atomicops_unittest$(EXEEXT) |
|
$(CXXLINK) $(atomicops_unittest_OBJECTS) $(atomicops_unittest_LDADD) $(LIBS) |
|
current_allocated_bytes_test$(EXEEXT): $(current_allocated_bytes_test_OBJECTS) $(current_allocated_bytes_test_DEPENDENCIES) |
|
@rm -f current_allocated_bytes_test$(EXEEXT) |
|
$(current_allocated_bytes_test_LINK) $(current_allocated_bytes_test_OBJECTS) $(current_allocated_bytes_test_LDADD) $(LIBS) |
|
debugallocation_test$(EXEEXT): $(debugallocation_test_OBJECTS) $(debugallocation_test_DEPENDENCIES) |
|
@rm -f debugallocation_test$(EXEEXT) |
|
$(debugallocation_test_LINK) $(debugallocation_test_OBJECTS) $(debugallocation_test_LDADD) $(LIBS) |
|
#debugallocation_test.sh$(EXEEXT): $(debugallocation_test_sh_OBJECTS) $(debugallocation_test_sh_DEPENDENCIES) |
|
# @rm -f debugallocation_test.sh$(EXEEXT) |
|
# $(LINK) $(debugallocation_test_sh_OBJECTS) $(debugallocation_test_sh_LDADD) $(LIBS) |
|
#debugallocation_test.sh$(EXEEXT): $(debugallocation_test_sh_OBJECTS) $(debugallocation_test_sh_DEPENDENCIES) |
|
# @rm -f debugallocation_test.sh$(EXEEXT) |
|
# $(LINK) $(debugallocation_test_sh_OBJECTS) $(debugallocation_test_sh_LDADD) $(LIBS) |
|
frag_unittest$(EXEEXT): $(frag_unittest_OBJECTS) $(frag_unittest_DEPENDENCIES) |
|
@rm -f frag_unittest$(EXEEXT) |
|
$(frag_unittest_LINK) $(frag_unittest_OBJECTS) $(frag_unittest_LDADD) $(LIBS) |
|
getpc_test$(EXEEXT): $(getpc_test_OBJECTS) $(getpc_test_DEPENDENCIES) |
|
@rm -f getpc_test$(EXEEXT) |
|
$(CXXLINK) $(getpc_test_OBJECTS) $(getpc_test_LDADD) $(LIBS) |
|
#heap-checker-death_unittest.sh$(EXEEXT): $(heap_checker_death_unittest_sh_OBJECTS) $(heap_checker_death_unittest_sh_DEPENDENCIES) |
|
# @rm -f heap-checker-death_unittest.sh$(EXEEXT) |
|
# $(LINK) $(heap_checker_death_unittest_sh_OBJECTS) $(heap_checker_death_unittest_sh_LDADD) $(LIBS) |
|
heap-checker_debug_unittest$(EXEEXT): $(heap_checker_debug_unittest_OBJECTS) $(heap_checker_debug_unittest_DEPENDENCIES) |
|
@rm -f heap-checker_debug_unittest$(EXEEXT) |
|
$(heap_checker_debug_unittest_LINK) $(heap_checker_debug_unittest_OBJECTS) $(heap_checker_debug_unittest_LDADD) $(LIBS) |
|
#heap-checker_debug_unittest.sh$(EXEEXT): $(heap_checker_debug_unittest_sh_OBJECTS) $(heap_checker_debug_unittest_sh_DEPENDENCIES) |
|
# @rm -f heap-checker_debug_unittest.sh$(EXEEXT) |
|
# $(LINK) $(heap_checker_debug_unittest_sh_OBJECTS) $(heap_checker_debug_unittest_sh_LDADD) $(LIBS) |
|
#heap-checker_debug_unittest.sh$(EXEEXT): $(heap_checker_debug_unittest_sh_OBJECTS) $(heap_checker_debug_unittest_sh_DEPENDENCIES) |
|
# @rm -f heap-checker_debug_unittest.sh$(EXEEXT) |
|
# $(LINK) $(heap_checker_debug_unittest_sh_OBJECTS) $(heap_checker_debug_unittest_sh_LDADD) $(LIBS) |
|
heap-checker_unittest$(EXEEXT): $(heap_checker_unittest_OBJECTS) $(heap_checker_unittest_DEPENDENCIES) |
|
@rm -f heap-checker_unittest$(EXEEXT) |
|
$(heap_checker_unittest_LINK) $(heap_checker_unittest_OBJECTS) $(heap_checker_unittest_LDADD) $(LIBS) |
|
#heap-checker_unittest.sh$(EXEEXT): $(heap_checker_unittest_sh_OBJECTS) $(heap_checker_unittest_sh_DEPENDENCIES) |
|
# @rm -f heap-checker_unittest.sh$(EXEEXT) |
|
# $(LINK) $(heap_checker_unittest_sh_OBJECTS) $(heap_checker_unittest_sh_LDADD) $(LIBS) |
|
heap-profiler_debug_unittest$(EXEEXT): $(heap_profiler_debug_unittest_OBJECTS) $(heap_profiler_debug_unittest_DEPENDENCIES) |
|
@rm -f heap-profiler_debug_unittest$(EXEEXT) |
|
$(heap_profiler_debug_unittest_LINK) $(heap_profiler_debug_unittest_OBJECTS) $(heap_profiler_debug_unittest_LDADD) $(LIBS) |
|
#heap-profiler_debug_unittest.sh$(EXEEXT): $(heap_profiler_debug_unittest_sh_OBJECTS) $(heap_profiler_debug_unittest_sh_DEPENDENCIES) |
|
# @rm -f heap-profiler_debug_unittest.sh$(EXEEXT) |
|
# $(LINK) $(heap_profiler_debug_unittest_sh_OBJECTS) $(heap_profiler_debug_unittest_sh_LDADD) $(LIBS) |
|
#heap-profiler_debug_unittest.sh$(EXEEXT): $(heap_profiler_debug_unittest_sh_OBJECTS) $(heap_profiler_debug_unittest_sh_DEPENDENCIES) |
|
# @rm -f heap-profiler_debug_unittest.sh$(EXEEXT) |
|
# $(LINK) $(heap_profiler_debug_unittest_sh_OBJECTS) $(heap_profiler_debug_unittest_sh_LDADD) $(LIBS) |
|
heap-profiler_unittest$(EXEEXT): $(heap_profiler_unittest_OBJECTS) $(heap_profiler_unittest_DEPENDENCIES) |
|
@rm -f heap-profiler_unittest$(EXEEXT) |
|
$(heap_profiler_unittest_LINK) $(heap_profiler_unittest_OBJECTS) $(heap_profiler_unittest_LDADD) $(LIBS) |
|
#heap-profiler_unittest.sh$(EXEEXT): $(heap_profiler_unittest_sh_OBJECTS) $(heap_profiler_unittest_sh_DEPENDENCIES) |
|
# @rm -f heap-profiler_unittest.sh$(EXEEXT) |
|
# $(LINK) $(heap_profiler_unittest_sh_OBJECTS) $(heap_profiler_unittest_sh_LDADD) $(LIBS) |
|
low_level_alloc_unittest$(EXEEXT): $(low_level_alloc_unittest_OBJECTS) $(low_level_alloc_unittest_DEPENDENCIES) |
|
@rm -f low_level_alloc_unittest$(EXEEXT) |
|
$(low_level_alloc_unittest_LINK) $(low_level_alloc_unittest_OBJECTS) $(low_level_alloc_unittest_LDADD) $(LIBS) |
|
malloc_extension_c_test$(EXEEXT): $(malloc_extension_c_test_OBJECTS) $(malloc_extension_c_test_DEPENDENCIES) |
|
@rm -f malloc_extension_c_test$(EXEEXT) |
|
$(malloc_extension_c_test_LINK) $(malloc_extension_c_test_OBJECTS) $(malloc_extension_c_test_LDADD) $(LIBS) |
|
malloc_extension_debug_test$(EXEEXT): $(malloc_extension_debug_test_OBJECTS) $(malloc_extension_debug_test_DEPENDENCIES) |
|
@rm -f malloc_extension_debug_test$(EXEEXT) |
|
$(malloc_extension_debug_test_LINK) $(malloc_extension_debug_test_OBJECTS) $(malloc_extension_debug_test_LDADD) $(LIBS) |
|
malloc_extension_test$(EXEEXT): $(malloc_extension_test_OBJECTS) $(malloc_extension_test_DEPENDENCIES) |
|
@rm -f malloc_extension_test$(EXEEXT) |
|
$(malloc_extension_test_LINK) $(malloc_extension_test_OBJECTS) $(malloc_extension_test_LDADD) $(LIBS) |
|
malloc_hook_test$(EXEEXT): $(malloc_hook_test_OBJECTS) $(malloc_hook_test_DEPENDENCIES) |
|
@rm -f malloc_hook_test$(EXEEXT) |
|
$(malloc_hook_test_LINK) $(malloc_hook_test_OBJECTS) $(malloc_hook_test_LDADD) $(LIBS) |
|
markidle_unittest$(EXEEXT): $(markidle_unittest_OBJECTS) $(markidle_unittest_DEPENDENCIES) |
|
@rm -f markidle_unittest$(EXEEXT) |
|
$(markidle_unittest_LINK) $(markidle_unittest_OBJECTS) $(markidle_unittest_LDADD) $(LIBS) |
|
maybe_threads_unittest.sh$(EXEEXT): $(maybe_threads_unittest_sh_OBJECTS) $(maybe_threads_unittest_sh_DEPENDENCIES) |
|
@rm -f maybe_threads_unittest.sh$(EXEEXT) |
|
$(LINK) $(maybe_threads_unittest_sh_OBJECTS) $(maybe_threads_unittest_sh_LDADD) $(LIBS) |
|
#maybe_threads_unittest.sh$(EXEEXT): $(maybe_threads_unittest_sh_OBJECTS) $(maybe_threads_unittest_sh_DEPENDENCIES) |
|
# @rm -f maybe_threads_unittest.sh$(EXEEXT) |
|
# $(LINK) $(maybe_threads_unittest_sh_OBJECTS) $(maybe_threads_unittest_sh_LDADD) $(LIBS) |
|
memalign_debug_unittest$(EXEEXT): $(memalign_debug_unittest_OBJECTS) $(memalign_debug_unittest_DEPENDENCIES) |
|
@rm -f memalign_debug_unittest$(EXEEXT) |
|
$(memalign_debug_unittest_LINK) $(memalign_debug_unittest_OBJECTS) $(memalign_debug_unittest_LDADD) $(LIBS) |
|
memalign_unittest$(EXEEXT): $(memalign_unittest_OBJECTS) $(memalign_unittest_DEPENDENCIES) |
|
@rm -f memalign_unittest$(EXEEXT) |
|
$(memalign_unittest_LINK) $(memalign_unittest_OBJECTS) $(memalign_unittest_LDADD) $(LIBS) |
|
packed_cache_test$(EXEEXT): $(packed_cache_test_OBJECTS) $(packed_cache_test_DEPENDENCIES) |
|
@rm -f packed_cache_test$(EXEEXT) |
|
$(packed_cache_test_LINK) $(packed_cache_test_OBJECTS) $(packed_cache_test_LDADD) $(LIBS) |
|
page_heap_test$(EXEEXT): $(page_heap_test_OBJECTS) $(page_heap_test_DEPENDENCIES) |
|
@rm -f page_heap_test$(EXEEXT) |
|
$(page_heap_test_LINK) $(page_heap_test_OBJECTS) $(page_heap_test_LDADD) $(LIBS) |
|
pagemap_unittest$(EXEEXT): $(pagemap_unittest_OBJECTS) $(pagemap_unittest_DEPENDENCIES) |
|
@rm -f pagemap_unittest$(EXEEXT) |
|
$(pagemap_unittest_LINK) $(pagemap_unittest_OBJECTS) $(pagemap_unittest_LDADD) $(LIBS) |
|
profile_handler_unittest$(EXEEXT): $(profile_handler_unittest_OBJECTS) $(profile_handler_unittest_DEPENDENCIES) |
|
@rm -f profile_handler_unittest$(EXEEXT) |
|
$(profile_handler_unittest_LINK) $(profile_handler_unittest_OBJECTS) $(profile_handler_unittest_LDADD) $(LIBS) |
|
profiledata_unittest$(EXEEXT): $(profiledata_unittest_OBJECTS) $(profiledata_unittest_DEPENDENCIES) |
|
@rm -f profiledata_unittest$(EXEEXT) |
|
$(CXXLINK) $(profiledata_unittest_OBJECTS) $(profiledata_unittest_LDADD) $(LIBS) |
|
profiler1_unittest$(EXEEXT): $(profiler1_unittest_OBJECTS) $(profiler1_unittest_DEPENDENCIES) |
|
@rm -f profiler1_unittest$(EXEEXT) |
|
$(profiler1_unittest_LINK) $(profiler1_unittest_OBJECTS) $(profiler1_unittest_LDADD) $(LIBS) |
|
profiler2_unittest$(EXEEXT): $(profiler2_unittest_OBJECTS) $(profiler2_unittest_DEPENDENCIES) |
|
@rm -f profiler2_unittest$(EXEEXT) |
|
$(profiler2_unittest_LINK) $(profiler2_unittest_OBJECTS) $(profiler2_unittest_LDADD) $(LIBS) |
|
profiler3_unittest$(EXEEXT): $(profiler3_unittest_OBJECTS) $(profiler3_unittest_DEPENDENCIES) |
|
@rm -f profiler3_unittest$(EXEEXT) |
|
$(profiler3_unittest_LINK) $(profiler3_unittest_OBJECTS) $(profiler3_unittest_LDADD) $(LIBS) |
|
profiler4_unittest$(EXEEXT): $(profiler4_unittest_OBJECTS) $(profiler4_unittest_DEPENDENCIES) |
|
@rm -f profiler4_unittest$(EXEEXT) |
|
$(profiler4_unittest_LINK) $(profiler4_unittest_OBJECTS) $(profiler4_unittest_LDADD) $(LIBS) |
|
#profiler_unittest.sh$(EXEEXT): $(profiler_unittest_sh_OBJECTS) $(profiler_unittest_sh_DEPENDENCIES) |
|
# @rm -f profiler_unittest.sh$(EXEEXT) |
|
# $(LINK) $(profiler_unittest_sh_OBJECTS) $(profiler_unittest_sh_LDADD) $(LIBS) |
|
raw_printer_test$(EXEEXT): $(raw_printer_test_OBJECTS) $(raw_printer_test_DEPENDENCIES) |
|
@rm -f raw_printer_test$(EXEEXT) |
|
$(raw_printer_test_LINK) $(raw_printer_test_OBJECTS) $(raw_printer_test_LDADD) $(LIBS) |
|
realloc_debug_unittest$(EXEEXT): $(realloc_debug_unittest_OBJECTS) $(realloc_debug_unittest_DEPENDENCIES) |
|
@rm -f realloc_debug_unittest$(EXEEXT) |
|
$(realloc_debug_unittest_LINK) $(realloc_debug_unittest_OBJECTS) $(realloc_debug_unittest_LDADD) $(LIBS) |
|
realloc_unittest$(EXEEXT): $(realloc_unittest_OBJECTS) $(realloc_unittest_DEPENDENCIES) |
|
@rm -f realloc_unittest$(EXEEXT) |
|
$(realloc_unittest_LINK) $(realloc_unittest_OBJECTS) $(realloc_unittest_LDADD) $(LIBS) |
|
sampler_debug_test$(EXEEXT): $(sampler_debug_test_OBJECTS) $(sampler_debug_test_DEPENDENCIES) |
|
@rm -f sampler_debug_test$(EXEEXT) |
|
$(sampler_debug_test_LINK) $(sampler_debug_test_OBJECTS) $(sampler_debug_test_LDADD) $(LIBS) |
|
sampler_test$(EXEEXT): $(sampler_test_OBJECTS) $(sampler_test_DEPENDENCIES) |
|
@rm -f sampler_test$(EXEEXT) |
|
$(sampler_test_LINK) $(sampler_test_OBJECTS) $(sampler_test_LDADD) $(LIBS) |
|
sampling_debug_test$(EXEEXT): $(sampling_debug_test_OBJECTS) $(sampling_debug_test_DEPENDENCIES) |
|
@rm -f sampling_debug_test$(EXEEXT) |
|
$(sampling_debug_test_LINK) $(sampling_debug_test_OBJECTS) $(sampling_debug_test_LDADD) $(LIBS) |
|
#sampling_debug_test.sh$(EXEEXT): $(sampling_debug_test_sh_OBJECTS) $(sampling_debug_test_sh_DEPENDENCIES) |
|
# @rm -f sampling_debug_test.sh$(EXEEXT) |
|
# $(LINK) $(sampling_debug_test_sh_OBJECTS) $(sampling_debug_test_sh_LDADD) $(LIBS) |
|
#sampling_debug_test.sh$(EXEEXT): $(sampling_debug_test_sh_OBJECTS) $(sampling_debug_test_sh_DEPENDENCIES) |
|
# @rm -f sampling_debug_test.sh$(EXEEXT) |
|
# $(LINK) $(sampling_debug_test_sh_OBJECTS) $(sampling_debug_test_sh_LDADD) $(LIBS) |
|
sampling_test$(EXEEXT): $(sampling_test_OBJECTS) $(sampling_test_DEPENDENCIES) |
|
@rm -f sampling_test$(EXEEXT) |
|
$(sampling_test_LINK) $(sampling_test_OBJECTS) $(sampling_test_LDADD) $(LIBS) |
|
#sampling_test.sh$(EXEEXT): $(sampling_test_sh_OBJECTS) $(sampling_test_sh_DEPENDENCIES) |
|
# @rm -f sampling_test.sh$(EXEEXT) |
|
# $(LINK) $(sampling_test_sh_OBJECTS) $(sampling_test_sh_LDADD) $(LIBS) |
|
simple_compat_test$(EXEEXT): $(simple_compat_test_OBJECTS) $(simple_compat_test_DEPENDENCIES) |
|
@rm -f simple_compat_test$(EXEEXT) |
|
$(simple_compat_test_LINK) $(simple_compat_test_OBJECTS) $(simple_compat_test_LDADD) $(LIBS) |
|
stack_trace_table_test$(EXEEXT): $(stack_trace_table_test_OBJECTS) $(stack_trace_table_test_DEPENDENCIES) |
|
@rm -f stack_trace_table_test$(EXEEXT) |
|
$(stack_trace_table_test_LINK) $(stack_trace_table_test_OBJECTS) $(stack_trace_table_test_LDADD) $(LIBS) |
|
stacktrace_unittest$(EXEEXT): $(stacktrace_unittest_OBJECTS) $(stacktrace_unittest_DEPENDENCIES) |
|
@rm -f stacktrace_unittest$(EXEEXT) |
|
$(CXXLINK) $(stacktrace_unittest_OBJECTS) $(stacktrace_unittest_LDADD) $(LIBS) |
|
system_alloc_unittest$(EXEEXT): $(system_alloc_unittest_OBJECTS) $(system_alloc_unittest_DEPENDENCIES) |
|
@rm -f system_alloc_unittest$(EXEEXT) |
|
$(system_alloc_unittest_LINK) $(system_alloc_unittest_OBJECTS) $(system_alloc_unittest_LDADD) $(LIBS) |
|
tcmalloc_and_profiler_unittest$(EXEEXT): $(tcmalloc_and_profiler_unittest_OBJECTS) $(tcmalloc_and_profiler_unittest_DEPENDENCIES) |
|
@rm -f tcmalloc_and_profiler_unittest$(EXEEXT) |
|
$(tcmalloc_and_profiler_unittest_LINK) $(tcmalloc_and_profiler_unittest_OBJECTS) $(tcmalloc_and_profiler_unittest_LDADD) $(LIBS) |
|
tcmalloc_both_unittest$(EXEEXT): $(tcmalloc_both_unittest_OBJECTS) $(tcmalloc_both_unittest_DEPENDENCIES) |
|
@rm -f tcmalloc_both_unittest$(EXEEXT) |
|
$(tcmalloc_both_unittest_LINK) $(tcmalloc_both_unittest_OBJECTS) $(tcmalloc_both_unittest_LDADD) $(LIBS) |
|
tcmalloc_debug_unittest$(EXEEXT): $(tcmalloc_debug_unittest_OBJECTS) $(tcmalloc_debug_unittest_DEPENDENCIES) |
|
@rm -f tcmalloc_debug_unittest$(EXEEXT) |
|
$(tcmalloc_debug_unittest_LINK) $(tcmalloc_debug_unittest_OBJECTS) $(tcmalloc_debug_unittest_LDADD) $(LIBS) |
|
tcmalloc_large_unittest$(EXEEXT): $(tcmalloc_large_unittest_OBJECTS) $(tcmalloc_large_unittest_DEPENDENCIES) |
|
@rm -f tcmalloc_large_unittest$(EXEEXT) |
|
$(tcmalloc_large_unittest_LINK) $(tcmalloc_large_unittest_OBJECTS) $(tcmalloc_large_unittest_LDADD) $(LIBS) |
|
tcmalloc_minimal_debug_unittest$(EXEEXT): $(tcmalloc_minimal_debug_unittest_OBJECTS) $(tcmalloc_minimal_debug_unittest_DEPENDENCIES) |
|
@rm -f tcmalloc_minimal_debug_unittest$(EXEEXT) |
|
$(tcmalloc_minimal_debug_unittest_LINK) $(tcmalloc_minimal_debug_unittest_OBJECTS) $(tcmalloc_minimal_debug_unittest_LDADD) $(LIBS) |
|
tcmalloc_minimal_large_unittest$(EXEEXT): $(tcmalloc_minimal_large_unittest_OBJECTS) $(tcmalloc_minimal_large_unittest_DEPENDENCIES) |
|
@rm -f tcmalloc_minimal_large_unittest$(EXEEXT) |
|
$(tcmalloc_minimal_large_unittest_LINK) $(tcmalloc_minimal_large_unittest_OBJECTS) $(tcmalloc_minimal_large_unittest_LDADD) $(LIBS) |
|
tcmalloc_minimal_unittest$(EXEEXT): $(tcmalloc_minimal_unittest_OBJECTS) $(tcmalloc_minimal_unittest_DEPENDENCIES) |
|
@rm -f tcmalloc_minimal_unittest$(EXEEXT) |
|
$(tcmalloc_minimal_unittest_LINK) $(tcmalloc_minimal_unittest_OBJECTS) $(tcmalloc_minimal_unittest_LDADD) $(LIBS) |
|
tcmalloc_unittest$(EXEEXT): $(tcmalloc_unittest_OBJECTS) $(tcmalloc_unittest_DEPENDENCIES) |
|
@rm -f tcmalloc_unittest$(EXEEXT) |
|
$(tcmalloc_unittest_LINK) $(tcmalloc_unittest_OBJECTS) $(tcmalloc_unittest_LDADD) $(LIBS) |
|
thread_dealloc_unittest$(EXEEXT): $(thread_dealloc_unittest_OBJECTS) $(thread_dealloc_unittest_DEPENDENCIES) |
|
@rm -f thread_dealloc_unittest$(EXEEXT) |
|
$(thread_dealloc_unittest_LINK) $(thread_dealloc_unittest_OBJECTS) $(thread_dealloc_unittest_LDADD) $(LIBS) |
|
install-binSCRIPTS: $(bin_SCRIPTS) |
|
@$(NORMAL_INSTALL) |
|
test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)" |
|
@list='$(bin_SCRIPTS)'; for p in $$list; do \ |
|
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ |
|
if test -f $$d$$p; then \ |
|
f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \ |
|
echo " $(binSCRIPT_INSTALL) '$$d$$p' '$(DESTDIR)$(bindir)/$$f'"; \ |
|
$(binSCRIPT_INSTALL) "$$d$$p" "$(DESTDIR)$(bindir)/$$f"; \ |
|
else :; fi; \ |
|
done |
|
|
|
uninstall-binSCRIPTS: |
|
@$(NORMAL_UNINSTALL) |
|
@list='$(bin_SCRIPTS)'; for p in $$list; do \ |
|
f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \ |
|
echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \ |
|
rm -f "$(DESTDIR)$(bindir)/$$f"; \ |
|
done |
|
|
|
mostlyclean-compile: |
|
-rm -f *.$(OBJEXT) |
|
|
|
distclean-compile: |
|
-rm -f *.tab.c |
|
|
|
include ./$(DEPDIR)/addressmap_unittest-addressmap_unittest.Po |
|
include ./$(DEPDIR)/addressmap_unittest-port.Po |
|
include ./$(DEPDIR)/atomicops-internals-x86.Plo |
|
include ./$(DEPDIR)/atomicops_unittest.Po |
|
include ./$(DEPDIR)/current_allocated_bytes_test-current_allocated_bytes_test.Po |
|
include ./$(DEPDIR)/debugallocation_test-debugallocation_test.Po |
|
include ./$(DEPDIR)/dynamic_annotations.Plo |
|
include ./$(DEPDIR)/elf_mem_image.Plo |
|
include ./$(DEPDIR)/frag_unittest-frag_unittest.Po |
|
include ./$(DEPDIR)/getpc_test.Po |
|
include ./$(DEPDIR)/heap_checker_debug_unittest-heap-checker_unittest.Po |
|
include ./$(DEPDIR)/heap_checker_unittest-heap-checker_unittest.Po |
|
include ./$(DEPDIR)/heap_profiler_debug_unittest-heap-profiler_unittest.Po |
|
include ./$(DEPDIR)/heap_profiler_unittest-heap-profiler_unittest.Po |
|
include ./$(DEPDIR)/ia32_modrm_map.Plo |
|
include ./$(DEPDIR)/ia32_opcode_map.Plo |
|
include ./$(DEPDIR)/libtcmalloc_and_profiler_la-heap-checker-bcad.Plo |
|
include ./$(DEPDIR)/libtcmalloc_and_profiler_la-heap-checker.Plo |
|
include ./$(DEPDIR)/libtcmalloc_and_profiler_la-linuxthreads.Plo |
|
include ./$(DEPDIR)/libtcmalloc_and_profiler_la-profile-handler.Plo |
|
include ./$(DEPDIR)/libtcmalloc_and_profiler_la-profiledata.Plo |
|
include ./$(DEPDIR)/libtcmalloc_and_profiler_la-profiler.Plo |
|
include ./$(DEPDIR)/libtcmalloc_and_profiler_la-tcmalloc.Plo |
|
include ./$(DEPDIR)/libtcmalloc_debug_la-debugallocation.Plo |
|
include ./$(DEPDIR)/libtcmalloc_debug_la-heap-checker-bcad.Plo |
|
include ./$(DEPDIR)/libtcmalloc_debug_la-heap-checker.Plo |
|
include ./$(DEPDIR)/libtcmalloc_debug_la-linuxthreads.Plo |
|
include ./$(DEPDIR)/libtcmalloc_internal_la-central_freelist.Plo |
|
include ./$(DEPDIR)/libtcmalloc_internal_la-common.Plo |
|
include ./$(DEPDIR)/libtcmalloc_internal_la-heap-profile-table.Plo |
|
include ./$(DEPDIR)/libtcmalloc_internal_la-heap-profiler.Plo |
|
include ./$(DEPDIR)/libtcmalloc_internal_la-internal_logging.Plo |
|
include ./$(DEPDIR)/libtcmalloc_internal_la-low_level_alloc.Plo |
|
include ./$(DEPDIR)/libtcmalloc_internal_la-malloc_extension.Plo |
|
include ./$(DEPDIR)/libtcmalloc_internal_la-malloc_hook.Plo |
|
include ./$(DEPDIR)/libtcmalloc_internal_la-maybe_threads.Plo |
|
include ./$(DEPDIR)/libtcmalloc_internal_la-memfs_malloc.Plo |
|
include ./$(DEPDIR)/libtcmalloc_internal_la-memory_region_map.Plo |
|
include ./$(DEPDIR)/libtcmalloc_internal_la-page_heap.Plo |
|
include ./$(DEPDIR)/libtcmalloc_internal_la-raw_printer.Plo |
|
include ./$(DEPDIR)/libtcmalloc_internal_la-sampler.Plo |
|
include ./$(DEPDIR)/libtcmalloc_internal_la-span.Plo |
|
include ./$(DEPDIR)/libtcmalloc_internal_la-stack_trace_table.Plo |
|
include ./$(DEPDIR)/libtcmalloc_internal_la-static_vars.Plo |
|
include ./$(DEPDIR)/libtcmalloc_internal_la-symbolize.Plo |
|
include ./$(DEPDIR)/libtcmalloc_internal_la-system-alloc.Plo |
|
include ./$(DEPDIR)/libtcmalloc_internal_la-thread_cache.Plo |
|
include ./$(DEPDIR)/libtcmalloc_la-heap-checker-bcad.Plo |
|
include ./$(DEPDIR)/libtcmalloc_la-heap-checker.Plo |
|
include ./$(DEPDIR)/libtcmalloc_la-linuxthreads.Plo |
|
include ./$(DEPDIR)/libtcmalloc_la-tcmalloc.Plo |
|
include ./$(DEPDIR)/libtcmalloc_minimal_debug_la-debugallocation.Plo |
|
include ./$(DEPDIR)/libtcmalloc_minimal_internal_la-central_freelist.Plo |
|
include ./$(DEPDIR)/libtcmalloc_minimal_internal_la-common.Plo |
|
include ./$(DEPDIR)/libtcmalloc_minimal_internal_la-internal_logging.Plo |
|
include ./$(DEPDIR)/libtcmalloc_minimal_internal_la-malloc_extension.Plo |
|
include ./$(DEPDIR)/libtcmalloc_minimal_internal_la-malloc_hook.Plo |
|
include ./$(DEPDIR)/libtcmalloc_minimal_internal_la-maybe_threads.Plo |
|
include ./$(DEPDIR)/libtcmalloc_minimal_internal_la-memfs_malloc.Plo |
|
include ./$(DEPDIR)/libtcmalloc_minimal_internal_la-page_heap.Plo |
|
include ./$(DEPDIR)/libtcmalloc_minimal_internal_la-sampler.Plo |
|
include ./$(DEPDIR)/libtcmalloc_minimal_internal_la-span.Plo |
|
include ./$(DEPDIR)/libtcmalloc_minimal_internal_la-stack_trace_table.Plo |
|
include ./$(DEPDIR)/libtcmalloc_minimal_internal_la-static_vars.Plo |
|
include ./$(DEPDIR)/libtcmalloc_minimal_internal_la-symbolize.Plo |
|
include ./$(DEPDIR)/libtcmalloc_minimal_internal_la-system-alloc.Plo |
|
include ./$(DEPDIR)/libtcmalloc_minimal_internal_la-thread_cache.Plo |
|
include ./$(DEPDIR)/libtcmalloc_minimal_la-tcmalloc.Plo |
|
include ./$(DEPDIR)/logging.Plo |
|
include ./$(DEPDIR)/low_level_alloc_unittest-low_level_alloc.Po |
|
include ./$(DEPDIR)/low_level_alloc_unittest-low_level_alloc_unittest.Po |
|
include ./$(DEPDIR)/low_level_alloc_unittest-malloc_hook.Po |
|
include ./$(DEPDIR)/low_level_alloc_unittest-maybe_threads.Po |
|
include ./$(DEPDIR)/malloc_extension_c_test-malloc_extension_c_test.Po |
|
include ./$(DEPDIR)/malloc_extension_debug_test-malloc_extension_test.Po |
|
include ./$(DEPDIR)/malloc_extension_test-malloc_extension_test.Po |
|
include ./$(DEPDIR)/malloc_hook_test-malloc_hook_test.Po |
|
include ./$(DEPDIR)/malloc_hook_test-testutil.Po |
|
include ./$(DEPDIR)/markidle_unittest-markidle_unittest.Po |
|
include ./$(DEPDIR)/markidle_unittest-testutil.Po |
|
include ./$(DEPDIR)/memalign_debug_unittest-memalign_unittest.Po |
|
include ./$(DEPDIR)/memalign_debug_unittest-testutil.Po |
|
include ./$(DEPDIR)/memalign_unittest-memalign_unittest.Po |
|
include ./$(DEPDIR)/memalign_unittest-testutil.Po |
|
include ./$(DEPDIR)/mini_disassembler.Plo |
|
include ./$(DEPDIR)/packed_cache_test-packed-cache_test.Po |
|
include ./$(DEPDIR)/page_heap_test-page_heap_test.Po |
|
include ./$(DEPDIR)/pagemap_unittest-pagemap_unittest.Po |
|
include ./$(DEPDIR)/patch_functions.Plo |
|
include ./$(DEPDIR)/port.Plo |
|
include ./$(DEPDIR)/preamble_patcher.Plo |
|
include ./$(DEPDIR)/preamble_patcher_with_stub.Plo |
|
include ./$(DEPDIR)/profile-handler.Plo |
|
include ./$(DEPDIR)/profile_handler_unittest-profile-handler_unittest.Po |
|
include ./$(DEPDIR)/profiledata.Plo |
|
include ./$(DEPDIR)/profiledata_unittest.Po |
|
include ./$(DEPDIR)/profiler.Plo |
|
include ./$(DEPDIR)/profiler1_unittest-profiler_unittest.Po |
|
include ./$(DEPDIR)/profiler1_unittest-testutil.Po |
|
include ./$(DEPDIR)/profiler2_unittest-profiler_unittest.Po |
|
include ./$(DEPDIR)/profiler2_unittest-testutil.Po |
|
include ./$(DEPDIR)/profiler3_unittest-profiler_unittest.Po |
|
include ./$(DEPDIR)/profiler3_unittest-testutil.Po |
|
include ./$(DEPDIR)/profiler4_unittest-profiler_unittest.Po |
|
include ./$(DEPDIR)/profiler4_unittest-testutil.Po |
|
include ./$(DEPDIR)/raw_printer_test-raw_printer_test.Po |
|
include ./$(DEPDIR)/realloc_debug_unittest-realloc_unittest.Po |
|
include ./$(DEPDIR)/realloc_unittest-realloc_unittest.Po |
|
include ./$(DEPDIR)/sampler_debug_test-sampler_test.Po |
|
include ./$(DEPDIR)/sampler_test-sampler_test.Po |
|
include ./$(DEPDIR)/sampling_debug_test-sampling_test.Po |
|
include ./$(DEPDIR)/sampling_test-sampling_test.Po |
|
include ./$(DEPDIR)/simple_compat_test.Po |
|
include ./$(DEPDIR)/spinlock.Plo |
|
include ./$(DEPDIR)/spinlock_internal.Plo |
|
include ./$(DEPDIR)/stack_trace_table_test-stack_trace_table_test.Po |
|
include ./$(DEPDIR)/stacktrace.Plo |
|
include ./$(DEPDIR)/stacktrace_unittest.Po |
|
include ./$(DEPDIR)/sysinfo.Plo |
|
include ./$(DEPDIR)/system_alloc_unittest-system-alloc_unittest.Po |
|
include ./$(DEPDIR)/tcmalloc_and_profiler_unittest-tcmalloc_unittest.Po |
|
include ./$(DEPDIR)/tcmalloc_and_profiler_unittest-testutil.Po |
|
include ./$(DEPDIR)/tcmalloc_both_unittest-tcmalloc_unittest.Po |
|
include ./$(DEPDIR)/tcmalloc_both_unittest-testutil.Po |
|
include ./$(DEPDIR)/tcmalloc_debug_unittest-tcmalloc_unittest.Po |
|
include ./$(DEPDIR)/tcmalloc_debug_unittest-testutil.Po |
|
include ./$(DEPDIR)/tcmalloc_large_unittest-tcmalloc_large_unittest.Po |
|
include ./$(DEPDIR)/tcmalloc_minimal_debug_unittest-tcmalloc_unittest.Po |
|
include ./$(DEPDIR)/tcmalloc_minimal_debug_unittest-testutil.Po |
|
include ./$(DEPDIR)/tcmalloc_minimal_large_unittest-tcmalloc_large_unittest.Po |
|
include ./$(DEPDIR)/tcmalloc_minimal_unittest-tcmalloc_unittest.Po |
|
include ./$(DEPDIR)/tcmalloc_minimal_unittest-testutil.Po |
|
include ./$(DEPDIR)/tcmalloc_unittest-tcmalloc_unittest.Po |
|
include ./$(DEPDIR)/tcmalloc_unittest-testutil.Po |
|
include ./$(DEPDIR)/thread_dealloc_unittest-testutil.Po |
|
include ./$(DEPDIR)/thread_dealloc_unittest-thread_dealloc_unittest.Po |
|
include ./$(DEPDIR)/thread_lister.Plo |
|
include ./$(DEPDIR)/vdso_support.Plo |
|
|
|
.c.o: |
|
$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< |
|
mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po |
|
# source='$<' object='$@' libtool=no \ |
|
# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ |
|
# $(COMPILE) -c $< |
|
|
|
.c.obj: |
|
$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` |
|
mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po |
|
# source='$<' object='$@' libtool=no \ |
|
# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ |
|
# $(COMPILE) -c `$(CYGPATH_W) '$<'` |
|
|
|
.c.lo: |
|
$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< |
|
mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo |
|
# source='$<' object='$@' libtool=yes \ |
|
# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ |
|
# $(LTCOMPILE) -c -o $@ $< |
|
|
|
dynamic_annotations.lo: src/base/dynamic_annotations.c |
|
$(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 |
|
mv -f $(DEPDIR)/dynamic_annotations.Tpo $(DEPDIR)/dynamic_annotations.Plo |
|
# source='src/base/dynamic_annotations.c' object='dynamic_annotations.lo' libtool=yes \ |
|
# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ |
|
# $(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 |
|
|
|
thread_lister.lo: src/base/thread_lister.c |
|
$(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 |
|
mv -f $(DEPDIR)/thread_lister.Tpo $(DEPDIR)/thread_lister.Plo |
|
# source='src/base/thread_lister.c' object='thread_lister.lo' libtool=yes \ |
|
# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ |
|
# $(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 |
|
|
|
malloc_extension_c_test-malloc_extension_c_test.o: src/tests/malloc_extension_c_test.c |
|
$(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 |
|
mv -f $(DEPDIR)/malloc_extension_c_test-malloc_extension_c_test.Tpo $(DEPDIR)/malloc_extension_c_test-malloc_extension_c_test.Po |
|
# source='src/tests/malloc_extension_c_test.c' object='malloc_extension_c_test-malloc_extension_c_test.o' libtool=no \ |
|
# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ |
|
# $(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 |
|
|
|
malloc_extension_c_test-malloc_extension_c_test.obj: src/tests/malloc_extension_c_test.c |
|
$(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` |
|
mv -f $(DEPDIR)/malloc_extension_c_test-malloc_extension_c_test.Tpo $(DEPDIR)/malloc_extension_c_test-malloc_extension_c_test.Po |
|
# source='src/tests/malloc_extension_c_test.c' object='malloc_extension_c_test-malloc_extension_c_test.obj' libtool=no \ |
|
# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ |
|
# $(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` |
|
|
|
.cc.o: |
|
$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< |
|
mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po |
|
# source='$<' object='$@' libtool=no \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(CXXCOMPILE) -c -o $@ $< |
|
|
|
.cc.obj: |
|
$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` |
|
mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po |
|
# source='$<' object='$@' libtool=no \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` |
|
|
|
.cc.lo: |
|
$(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< |
|
mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo |
|
# source='$<' object='$@' libtool=yes \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(LTCXXCOMPILE) -c -o $@ $< |
|
|
|
logging.lo: src/base/logging.cc |
|
$(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 |
|
mv -f $(DEPDIR)/logging.Tpo $(DEPDIR)/logging.Plo |
|
# source='src/base/logging.cc' object='logging.lo' libtool=yes \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(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 |
|
|
|
profiler.lo: src/profiler.cc |
|
$(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 |
|
mv -f $(DEPDIR)/profiler.Tpo $(DEPDIR)/profiler.Plo |
|
# source='src/profiler.cc' object='profiler.lo' libtool=yes \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(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 |
|
|
|
profile-handler.lo: src/profile-handler.cc |
|
$(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 |
|
mv -f $(DEPDIR)/profile-handler.Tpo $(DEPDIR)/profile-handler.Plo |
|
# source='src/profile-handler.cc' object='profile-handler.lo' libtool=yes \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(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 |
|
|
|
profiledata.lo: src/profiledata.cc |
|
$(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 |
|
mv -f $(DEPDIR)/profiledata.Tpo $(DEPDIR)/profiledata.Plo |
|
# source='src/profiledata.cc' object='profiledata.lo' libtool=yes \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(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 |
|
|
|
spinlock.lo: src/base/spinlock.cc |
|
$(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 |
|
mv -f $(DEPDIR)/spinlock.Tpo $(DEPDIR)/spinlock.Plo |
|
# source='src/base/spinlock.cc' object='spinlock.lo' libtool=yes \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(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 |
|
|
|
spinlock_internal.lo: src/base/spinlock_internal.cc |
|
$(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 |
|
mv -f $(DEPDIR)/spinlock_internal.Tpo $(DEPDIR)/spinlock_internal.Plo |
|
# source='src/base/spinlock_internal.cc' object='spinlock_internal.lo' libtool=yes \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(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 |
|
|
|
atomicops-internals-x86.lo: src/base/atomicops-internals-x86.cc |
|
$(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 |
|
mv -f $(DEPDIR)/atomicops-internals-x86.Tpo $(DEPDIR)/atomicops-internals-x86.Plo |
|
# source='src/base/atomicops-internals-x86.cc' object='atomicops-internals-x86.lo' libtool=yes \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(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 |
|
|
|
stacktrace.lo: src/stacktrace.cc |
|
$(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 |
|
mv -f $(DEPDIR)/stacktrace.Tpo $(DEPDIR)/stacktrace.Plo |
|
# source='src/stacktrace.cc' object='stacktrace.lo' libtool=yes \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(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 |
|
|
|
elf_mem_image.lo: src/base/elf_mem_image.cc |
|
$(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 |
|
mv -f $(DEPDIR)/elf_mem_image.Tpo $(DEPDIR)/elf_mem_image.Plo |
|
# source='src/base/elf_mem_image.cc' object='elf_mem_image.lo' libtool=yes \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(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 |
|
|
|
vdso_support.lo: src/base/vdso_support.cc |
|
$(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 |
|
mv -f $(DEPDIR)/vdso_support.Tpo $(DEPDIR)/vdso_support.Plo |
|
# source='src/base/vdso_support.cc' object='vdso_support.lo' libtool=yes \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(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 |
|
|
|
sysinfo.lo: src/base/sysinfo.cc |
|
$(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 |
|
mv -f $(DEPDIR)/sysinfo.Tpo $(DEPDIR)/sysinfo.Plo |
|
# source='src/base/sysinfo.cc' object='sysinfo.lo' libtool=yes \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(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 |
|
|
|
libtcmalloc_la-tcmalloc.lo: src/tcmalloc.cc |
|
$(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 |
|
mv -f $(DEPDIR)/libtcmalloc_la-tcmalloc.Tpo $(DEPDIR)/libtcmalloc_la-tcmalloc.Plo |
|
# source='src/tcmalloc.cc' object='libtcmalloc_la-tcmalloc.lo' libtool=yes \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(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 |
|
|
|
libtcmalloc_la-linuxthreads.lo: src/base/linuxthreads.cc |
|
$(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 |
|
mv -f $(DEPDIR)/libtcmalloc_la-linuxthreads.Tpo $(DEPDIR)/libtcmalloc_la-linuxthreads.Plo |
|
# source='src/base/linuxthreads.cc' object='libtcmalloc_la-linuxthreads.lo' libtool=yes \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(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 |
|
|
|
libtcmalloc_la-heap-checker.lo: src/heap-checker.cc |
|
$(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 |
|
mv -f $(DEPDIR)/libtcmalloc_la-heap-checker.Tpo $(DEPDIR)/libtcmalloc_la-heap-checker.Plo |
|
# source='src/heap-checker.cc' object='libtcmalloc_la-heap-checker.lo' libtool=yes \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(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 |
|
|
|
libtcmalloc_la-heap-checker-bcad.lo: src/heap-checker-bcad.cc |
|
$(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 |
|
mv -f $(DEPDIR)/libtcmalloc_la-heap-checker-bcad.Tpo $(DEPDIR)/libtcmalloc_la-heap-checker-bcad.Plo |
|
# source='src/heap-checker-bcad.cc' object='libtcmalloc_la-heap-checker-bcad.lo' libtool=yes \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(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 |
|
|
|
libtcmalloc_and_profiler_la-tcmalloc.lo: src/tcmalloc.cc |
|
$(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 |
|
mv -f $(DEPDIR)/libtcmalloc_and_profiler_la-tcmalloc.Tpo $(DEPDIR)/libtcmalloc_and_profiler_la-tcmalloc.Plo |
|
# source='src/tcmalloc.cc' object='libtcmalloc_and_profiler_la-tcmalloc.lo' libtool=yes \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(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 |
|
|
|
libtcmalloc_and_profiler_la-linuxthreads.lo: src/base/linuxthreads.cc |
|
$(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 |
|
mv -f $(DEPDIR)/libtcmalloc_and_profiler_la-linuxthreads.Tpo $(DEPDIR)/libtcmalloc_and_profiler_la-linuxthreads.Plo |
|
# source='src/base/linuxthreads.cc' object='libtcmalloc_and_profiler_la-linuxthreads.lo' libtool=yes \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(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 |
|
|
|
libtcmalloc_and_profiler_la-heap-checker.lo: src/heap-checker.cc |
|
$(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 |
|
mv -f $(DEPDIR)/libtcmalloc_and_profiler_la-heap-checker.Tpo $(DEPDIR)/libtcmalloc_and_profiler_la-heap-checker.Plo |
|
# source='src/heap-checker.cc' object='libtcmalloc_and_profiler_la-heap-checker.lo' libtool=yes \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(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 |
|
|
|
libtcmalloc_and_profiler_la-heap-checker-bcad.lo: src/heap-checker-bcad.cc |
|
$(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 |
|
mv -f $(DEPDIR)/libtcmalloc_and_profiler_la-heap-checker-bcad.Tpo $(DEPDIR)/libtcmalloc_and_profiler_la-heap-checker-bcad.Plo |
|
# source='src/heap-checker-bcad.cc' object='libtcmalloc_and_profiler_la-heap-checker-bcad.lo' libtool=yes \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(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 |
|
|
|
libtcmalloc_and_profiler_la-profiler.lo: src/profiler.cc |
|
$(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 |
|
mv -f $(DEPDIR)/libtcmalloc_and_profiler_la-profiler.Tpo $(DEPDIR)/libtcmalloc_and_profiler_la-profiler.Plo |
|
# source='src/profiler.cc' object='libtcmalloc_and_profiler_la-profiler.lo' libtool=yes \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(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 |
|
|
|
libtcmalloc_and_profiler_la-profile-handler.lo: src/profile-handler.cc |
|
$(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 |
|
mv -f $(DEPDIR)/libtcmalloc_and_profiler_la-profile-handler.Tpo $(DEPDIR)/libtcmalloc_and_profiler_la-profile-handler.Plo |
|
# source='src/profile-handler.cc' object='libtcmalloc_and_profiler_la-profile-handler.lo' libtool=yes \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(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 |
|
|
|
libtcmalloc_and_profiler_la-profiledata.lo: src/profiledata.cc |
|
$(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 |
|
mv -f $(DEPDIR)/libtcmalloc_and_profiler_la-profiledata.Tpo $(DEPDIR)/libtcmalloc_and_profiler_la-profiledata.Plo |
|
# source='src/profiledata.cc' object='libtcmalloc_and_profiler_la-profiledata.lo' libtool=yes \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(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 |
|
|
|
libtcmalloc_debug_la-debugallocation.lo: src/debugallocation.cc |
|
$(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 |
|
mv -f $(DEPDIR)/libtcmalloc_debug_la-debugallocation.Tpo $(DEPDIR)/libtcmalloc_debug_la-debugallocation.Plo |
|
# source='src/debugallocation.cc' object='libtcmalloc_debug_la-debugallocation.lo' libtool=yes \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(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 |
|
|
|
libtcmalloc_debug_la-linuxthreads.lo: src/base/linuxthreads.cc |
|
$(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 |
|
mv -f $(DEPDIR)/libtcmalloc_debug_la-linuxthreads.Tpo $(DEPDIR)/libtcmalloc_debug_la-linuxthreads.Plo |
|
# source='src/base/linuxthreads.cc' object='libtcmalloc_debug_la-linuxthreads.lo' libtool=yes \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(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 |
|
|
|
libtcmalloc_debug_la-heap-checker.lo: src/heap-checker.cc |
|
$(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 |
|
mv -f $(DEPDIR)/libtcmalloc_debug_la-heap-checker.Tpo $(DEPDIR)/libtcmalloc_debug_la-heap-checker.Plo |
|
# source='src/heap-checker.cc' object='libtcmalloc_debug_la-heap-checker.lo' libtool=yes \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(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 |
|
|
|
libtcmalloc_debug_la-heap-checker-bcad.lo: src/heap-checker-bcad.cc |
|
$(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 |
|
mv -f $(DEPDIR)/libtcmalloc_debug_la-heap-checker-bcad.Tpo $(DEPDIR)/libtcmalloc_debug_la-heap-checker-bcad.Plo |
|
# source='src/heap-checker-bcad.cc' object='libtcmalloc_debug_la-heap-checker-bcad.lo' libtool=yes \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(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 |
|
|
|
libtcmalloc_internal_la-common.lo: src/common.cc |
|
$(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 |
|
mv -f $(DEPDIR)/libtcmalloc_internal_la-common.Tpo $(DEPDIR)/libtcmalloc_internal_la-common.Plo |
|
# source='src/common.cc' object='libtcmalloc_internal_la-common.lo' libtool=yes \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(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 |
|
|
|
libtcmalloc_internal_la-internal_logging.lo: src/internal_logging.cc |
|
$(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 |
|
mv -f $(DEPDIR)/libtcmalloc_internal_la-internal_logging.Tpo $(DEPDIR)/libtcmalloc_internal_la-internal_logging.Plo |
|
# source='src/internal_logging.cc' object='libtcmalloc_internal_la-internal_logging.lo' libtool=yes \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(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 |
|
|
|
libtcmalloc_internal_la-system-alloc.lo: src/system-alloc.cc |
|
$(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 |
|
mv -f $(DEPDIR)/libtcmalloc_internal_la-system-alloc.Tpo $(DEPDIR)/libtcmalloc_internal_la-system-alloc.Plo |
|
# source='src/system-alloc.cc' object='libtcmalloc_internal_la-system-alloc.lo' libtool=yes \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(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 |
|
|
|
libtcmalloc_internal_la-memfs_malloc.lo: src/memfs_malloc.cc |
|
$(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 |
|
mv -f $(DEPDIR)/libtcmalloc_internal_la-memfs_malloc.Tpo $(DEPDIR)/libtcmalloc_internal_la-memfs_malloc.Plo |
|
# source='src/memfs_malloc.cc' object='libtcmalloc_internal_la-memfs_malloc.lo' libtool=yes \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(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 |
|
|
|
libtcmalloc_internal_la-central_freelist.lo: src/central_freelist.cc |
|
$(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 |
|
mv -f $(DEPDIR)/libtcmalloc_internal_la-central_freelist.Tpo $(DEPDIR)/libtcmalloc_internal_la-central_freelist.Plo |
|
# source='src/central_freelist.cc' object='libtcmalloc_internal_la-central_freelist.lo' libtool=yes \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(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 |
|
|
|
libtcmalloc_internal_la-page_heap.lo: src/page_heap.cc |
|
$(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 |
|
mv -f $(DEPDIR)/libtcmalloc_internal_la-page_heap.Tpo $(DEPDIR)/libtcmalloc_internal_la-page_heap.Plo |
|
# source='src/page_heap.cc' object='libtcmalloc_internal_la-page_heap.lo' libtool=yes \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(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 |
|
|
|
libtcmalloc_internal_la-sampler.lo: src/sampler.cc |
|
$(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 |
|
mv -f $(DEPDIR)/libtcmalloc_internal_la-sampler.Tpo $(DEPDIR)/libtcmalloc_internal_la-sampler.Plo |
|
# source='src/sampler.cc' object='libtcmalloc_internal_la-sampler.lo' libtool=yes \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(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 |
|
|
|
libtcmalloc_internal_la-span.lo: src/span.cc |
|
$(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 |
|
mv -f $(DEPDIR)/libtcmalloc_internal_la-span.Tpo $(DEPDIR)/libtcmalloc_internal_la-span.Plo |
|
# source='src/span.cc' object='libtcmalloc_internal_la-span.lo' libtool=yes \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(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 |
|
|
|
libtcmalloc_internal_la-stack_trace_table.lo: src/stack_trace_table.cc |
|
$(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 |
|
mv -f $(DEPDIR)/libtcmalloc_internal_la-stack_trace_table.Tpo $(DEPDIR)/libtcmalloc_internal_la-stack_trace_table.Plo |
|
# source='src/stack_trace_table.cc' object='libtcmalloc_internal_la-stack_trace_table.lo' libtool=yes \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(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 |
|
|
|
libtcmalloc_internal_la-static_vars.lo: src/static_vars.cc |
|
$(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 |
|
mv -f $(DEPDIR)/libtcmalloc_internal_la-static_vars.Tpo $(DEPDIR)/libtcmalloc_internal_la-static_vars.Plo |
|
# source='src/static_vars.cc' object='libtcmalloc_internal_la-static_vars.lo' libtool=yes \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(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 |
|
|
|
libtcmalloc_internal_la-symbolize.lo: src/symbolize.cc |
|
$(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 |
|
mv -f $(DEPDIR)/libtcmalloc_internal_la-symbolize.Tpo $(DEPDIR)/libtcmalloc_internal_la-symbolize.Plo |
|
# source='src/symbolize.cc' object='libtcmalloc_internal_la-symbolize.lo' libtool=yes \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(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 |
|
|
|
libtcmalloc_internal_la-thread_cache.lo: src/thread_cache.cc |
|
$(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 |
|
mv -f $(DEPDIR)/libtcmalloc_internal_la-thread_cache.Tpo $(DEPDIR)/libtcmalloc_internal_la-thread_cache.Plo |
|
# source='src/thread_cache.cc' object='libtcmalloc_internal_la-thread_cache.lo' libtool=yes \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(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 |
|
|
|
libtcmalloc_internal_la-malloc_hook.lo: src/malloc_hook.cc |
|
$(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 |
|
mv -f $(DEPDIR)/libtcmalloc_internal_la-malloc_hook.Tpo $(DEPDIR)/libtcmalloc_internal_la-malloc_hook.Plo |
|
# source='src/malloc_hook.cc' object='libtcmalloc_internal_la-malloc_hook.lo' libtool=yes \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(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 |
|
|
|
libtcmalloc_internal_la-malloc_extension.lo: src/malloc_extension.cc |
|
$(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 |
|
mv -f $(DEPDIR)/libtcmalloc_internal_la-malloc_extension.Tpo $(DEPDIR)/libtcmalloc_internal_la-malloc_extension.Plo |
|
# source='src/malloc_extension.cc' object='libtcmalloc_internal_la-malloc_extension.lo' libtool=yes \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(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 |
|
|
|
libtcmalloc_internal_la-maybe_threads.lo: src/maybe_threads.cc |
|
$(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 |
|
mv -f $(DEPDIR)/libtcmalloc_internal_la-maybe_threads.Tpo $(DEPDIR)/libtcmalloc_internal_la-maybe_threads.Plo |
|
# source='src/maybe_threads.cc' object='libtcmalloc_internal_la-maybe_threads.lo' libtool=yes \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(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 |
|
|
|
libtcmalloc_internal_la-low_level_alloc.lo: src/base/low_level_alloc.cc |
|
$(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 |
|
mv -f $(DEPDIR)/libtcmalloc_internal_la-low_level_alloc.Tpo $(DEPDIR)/libtcmalloc_internal_la-low_level_alloc.Plo |
|
# source='src/base/low_level_alloc.cc' object='libtcmalloc_internal_la-low_level_alloc.lo' libtool=yes \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(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 |
|
|
|
libtcmalloc_internal_la-heap-profile-table.lo: src/heap-profile-table.cc |
|
$(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 |
|
mv -f $(DEPDIR)/libtcmalloc_internal_la-heap-profile-table.Tpo $(DEPDIR)/libtcmalloc_internal_la-heap-profile-table.Plo |
|
# source='src/heap-profile-table.cc' object='libtcmalloc_internal_la-heap-profile-table.lo' libtool=yes \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(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 |
|
|
|
libtcmalloc_internal_la-heap-profiler.lo: src/heap-profiler.cc |
|
$(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 |
|
mv -f $(DEPDIR)/libtcmalloc_internal_la-heap-profiler.Tpo $(DEPDIR)/libtcmalloc_internal_la-heap-profiler.Plo |
|
# source='src/heap-profiler.cc' object='libtcmalloc_internal_la-heap-profiler.lo' libtool=yes \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(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 |
|
|
|
libtcmalloc_internal_la-raw_printer.lo: src/raw_printer.cc |
|
$(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 |
|
mv -f $(DEPDIR)/libtcmalloc_internal_la-raw_printer.Tpo $(DEPDIR)/libtcmalloc_internal_la-raw_printer.Plo |
|
# source='src/raw_printer.cc' object='libtcmalloc_internal_la-raw_printer.lo' libtool=yes \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(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 |
|
|
|
libtcmalloc_internal_la-memory_region_map.lo: src/memory_region_map.cc |
|
$(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 |
|
mv -f $(DEPDIR)/libtcmalloc_internal_la-memory_region_map.Tpo $(DEPDIR)/libtcmalloc_internal_la-memory_region_map.Plo |
|
# source='src/memory_region_map.cc' object='libtcmalloc_internal_la-memory_region_map.lo' libtool=yes \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(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 |
|
|
|
libtcmalloc_minimal_la-tcmalloc.lo: src/tcmalloc.cc |
|
$(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 |
|
mv -f $(DEPDIR)/libtcmalloc_minimal_la-tcmalloc.Tpo $(DEPDIR)/libtcmalloc_minimal_la-tcmalloc.Plo |
|
# source='src/tcmalloc.cc' object='libtcmalloc_minimal_la-tcmalloc.lo' libtool=yes \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(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 |
|
|
|
libtcmalloc_minimal_debug_la-debugallocation.lo: src/debugallocation.cc |
|
$(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 |
|
mv -f $(DEPDIR)/libtcmalloc_minimal_debug_la-debugallocation.Tpo $(DEPDIR)/libtcmalloc_minimal_debug_la-debugallocation.Plo |
|
# source='src/debugallocation.cc' object='libtcmalloc_minimal_debug_la-debugallocation.lo' libtool=yes \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(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 |
|
|
|
libtcmalloc_minimal_internal_la-common.lo: src/common.cc |
|
$(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 |
|
mv -f $(DEPDIR)/libtcmalloc_minimal_internal_la-common.Tpo $(DEPDIR)/libtcmalloc_minimal_internal_la-common.Plo |
|
# source='src/common.cc' object='libtcmalloc_minimal_internal_la-common.lo' libtool=yes \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(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 |
|
|
|
libtcmalloc_minimal_internal_la-internal_logging.lo: src/internal_logging.cc |
|
$(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 |
|
mv -f $(DEPDIR)/libtcmalloc_minimal_internal_la-internal_logging.Tpo $(DEPDIR)/libtcmalloc_minimal_internal_la-internal_logging.Plo |
|
# source='src/internal_logging.cc' object='libtcmalloc_minimal_internal_la-internal_logging.lo' libtool=yes \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(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 |
|
|
|
libtcmalloc_minimal_internal_la-system-alloc.lo: src/system-alloc.cc |
|
$(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 |
|
mv -f $(DEPDIR)/libtcmalloc_minimal_internal_la-system-alloc.Tpo $(DEPDIR)/libtcmalloc_minimal_internal_la-system-alloc.Plo |
|
# source='src/system-alloc.cc' object='libtcmalloc_minimal_internal_la-system-alloc.lo' libtool=yes \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(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 |
|
|
|
libtcmalloc_minimal_internal_la-memfs_malloc.lo: src/memfs_malloc.cc |
|
$(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 |
|
mv -f $(DEPDIR)/libtcmalloc_minimal_internal_la-memfs_malloc.Tpo $(DEPDIR)/libtcmalloc_minimal_internal_la-memfs_malloc.Plo |
|
# source='src/memfs_malloc.cc' object='libtcmalloc_minimal_internal_la-memfs_malloc.lo' libtool=yes \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(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 |
|
|
|
libtcmalloc_minimal_internal_la-central_freelist.lo: src/central_freelist.cc |
|
$(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 |
|
mv -f $(DEPDIR)/libtcmalloc_minimal_internal_la-central_freelist.Tpo $(DEPDIR)/libtcmalloc_minimal_internal_la-central_freelist.Plo |
|
# source='src/central_freelist.cc' object='libtcmalloc_minimal_internal_la-central_freelist.lo' libtool=yes \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(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 |
|
|
|
libtcmalloc_minimal_internal_la-page_heap.lo: src/page_heap.cc |
|
$(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 |
|
mv -f $(DEPDIR)/libtcmalloc_minimal_internal_la-page_heap.Tpo $(DEPDIR)/libtcmalloc_minimal_internal_la-page_heap.Plo |
|
# source='src/page_heap.cc' object='libtcmalloc_minimal_internal_la-page_heap.lo' libtool=yes \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(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 |
|
|
|
libtcmalloc_minimal_internal_la-sampler.lo: src/sampler.cc |
|
$(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 |
|
mv -f $(DEPDIR)/libtcmalloc_minimal_internal_la-sampler.Tpo $(DEPDIR)/libtcmalloc_minimal_internal_la-sampler.Plo |
|
# source='src/sampler.cc' object='libtcmalloc_minimal_internal_la-sampler.lo' libtool=yes \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(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 |
|
|
|
libtcmalloc_minimal_internal_la-span.lo: src/span.cc |
|
$(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 |
|
mv -f $(DEPDIR)/libtcmalloc_minimal_internal_la-span.Tpo $(DEPDIR)/libtcmalloc_minimal_internal_la-span.Plo |
|
# source='src/span.cc' object='libtcmalloc_minimal_internal_la-span.lo' libtool=yes \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(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 |
|
|
|
libtcmalloc_minimal_internal_la-stack_trace_table.lo: src/stack_trace_table.cc |
|
$(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 |
|
mv -f $(DEPDIR)/libtcmalloc_minimal_internal_la-stack_trace_table.Tpo $(DEPDIR)/libtcmalloc_minimal_internal_la-stack_trace_table.Plo |
|
# source='src/stack_trace_table.cc' object='libtcmalloc_minimal_internal_la-stack_trace_table.lo' libtool=yes \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(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 |
|
|
|
libtcmalloc_minimal_internal_la-static_vars.lo: src/static_vars.cc |
|
$(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 |
|
mv -f $(DEPDIR)/libtcmalloc_minimal_internal_la-static_vars.Tpo $(DEPDIR)/libtcmalloc_minimal_internal_la-static_vars.Plo |
|
# source='src/static_vars.cc' object='libtcmalloc_minimal_internal_la-static_vars.lo' libtool=yes \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(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 |
|
|
|
libtcmalloc_minimal_internal_la-symbolize.lo: src/symbolize.cc |
|
$(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 |
|
mv -f $(DEPDIR)/libtcmalloc_minimal_internal_la-symbolize.Tpo $(DEPDIR)/libtcmalloc_minimal_internal_la-symbolize.Plo |
|
# source='src/symbolize.cc' object='libtcmalloc_minimal_internal_la-symbolize.lo' libtool=yes \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(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 |
|
|
|
libtcmalloc_minimal_internal_la-thread_cache.lo: src/thread_cache.cc |
|
$(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 |
|
mv -f $(DEPDIR)/libtcmalloc_minimal_internal_la-thread_cache.Tpo $(DEPDIR)/libtcmalloc_minimal_internal_la-thread_cache.Plo |
|
# source='src/thread_cache.cc' object='libtcmalloc_minimal_internal_la-thread_cache.lo' libtool=yes \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(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 |
|
|
|
libtcmalloc_minimal_internal_la-malloc_hook.lo: src/malloc_hook.cc |
|
$(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 |
|
mv -f $(DEPDIR)/libtcmalloc_minimal_internal_la-malloc_hook.Tpo $(DEPDIR)/libtcmalloc_minimal_internal_la-malloc_hook.Plo |
|
# source='src/malloc_hook.cc' object='libtcmalloc_minimal_internal_la-malloc_hook.lo' libtool=yes \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(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 |
|
|
|
libtcmalloc_minimal_internal_la-malloc_extension.lo: src/malloc_extension.cc |
|
$(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 |
|
mv -f $(DEPDIR)/libtcmalloc_minimal_internal_la-malloc_extension.Tpo $(DEPDIR)/libtcmalloc_minimal_internal_la-malloc_extension.Plo |
|
# source='src/malloc_extension.cc' object='libtcmalloc_minimal_internal_la-malloc_extension.lo' libtool=yes \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(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 |
|
|
|
libtcmalloc_minimal_internal_la-maybe_threads.lo: src/maybe_threads.cc |
|
$(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 |
|
mv -f $(DEPDIR)/libtcmalloc_minimal_internal_la-maybe_threads.Tpo $(DEPDIR)/libtcmalloc_minimal_internal_la-maybe_threads.Plo |
|
# source='src/maybe_threads.cc' object='libtcmalloc_minimal_internal_la-maybe_threads.lo' libtool=yes \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(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 |
|
|
|
port.lo: src/windows/port.cc |
|
$(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 |
|
mv -f $(DEPDIR)/port.Tpo $(DEPDIR)/port.Plo |
|
# source='src/windows/port.cc' object='port.lo' libtool=yes \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(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 |
|
|
|
ia32_modrm_map.lo: src/windows/ia32_modrm_map.cc |
|
$(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 |
|
mv -f $(DEPDIR)/ia32_modrm_map.Tpo $(DEPDIR)/ia32_modrm_map.Plo |
|
# source='src/windows/ia32_modrm_map.cc' object='ia32_modrm_map.lo' libtool=yes \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(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 |
|
|
|
ia32_opcode_map.lo: src/windows/ia32_opcode_map.cc |
|
$(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 |
|
mv -f $(DEPDIR)/ia32_opcode_map.Tpo $(DEPDIR)/ia32_opcode_map.Plo |
|
# source='src/windows/ia32_opcode_map.cc' object='ia32_opcode_map.lo' libtool=yes \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(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 |
|
|
|
mini_disassembler.lo: src/windows/mini_disassembler.cc |
|
$(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 |
|
mv -f $(DEPDIR)/mini_disassembler.Tpo $(DEPDIR)/mini_disassembler.Plo |
|
# source='src/windows/mini_disassembler.cc' object='mini_disassembler.lo' libtool=yes \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(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 |
|
|
|
patch_functions.lo: src/windows/patch_functions.cc |
|
$(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 |
|
mv -f $(DEPDIR)/patch_functions.Tpo $(DEPDIR)/patch_functions.Plo |
|
# source='src/windows/patch_functions.cc' object='patch_functions.lo' libtool=yes \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(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 |
|
|
|
preamble_patcher.lo: src/windows/preamble_patcher.cc |
|
$(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 |
|
mv -f $(DEPDIR)/preamble_patcher.Tpo $(DEPDIR)/preamble_patcher.Plo |
|
# source='src/windows/preamble_patcher.cc' object='preamble_patcher.lo' libtool=yes \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(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 |
|
|
|
preamble_patcher_with_stub.lo: src/windows/preamble_patcher_with_stub.cc |
|
$(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 |
|
mv -f $(DEPDIR)/preamble_patcher_with_stub.Tpo $(DEPDIR)/preamble_patcher_with_stub.Plo |
|
# source='src/windows/preamble_patcher_with_stub.cc' object='preamble_patcher_with_stub.lo' libtool=yes \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(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 |
|
|
|
addressmap_unittest-addressmap_unittest.o: src/tests/addressmap_unittest.cc |
|
$(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 |
|
mv -f $(DEPDIR)/addressmap_unittest-addressmap_unittest.Tpo $(DEPDIR)/addressmap_unittest-addressmap_unittest.Po |
|
# source='src/tests/addressmap_unittest.cc' object='addressmap_unittest-addressmap_unittest.o' libtool=no \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(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 |
|
|
|
addressmap_unittest-addressmap_unittest.obj: src/tests/addressmap_unittest.cc |
|
$(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` |
|
mv -f $(DEPDIR)/addressmap_unittest-addressmap_unittest.Tpo $(DEPDIR)/addressmap_unittest-addressmap_unittest.Po |
|
# source='src/tests/addressmap_unittest.cc' object='addressmap_unittest-addressmap_unittest.obj' libtool=no \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(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` |
|
|
|
addressmap_unittest-port.o: src/windows/port.cc |
|
$(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 |
|
mv -f $(DEPDIR)/addressmap_unittest-port.Tpo $(DEPDIR)/addressmap_unittest-port.Po |
|
# source='src/windows/port.cc' object='addressmap_unittest-port.o' libtool=no \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(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 |
|
|
|
addressmap_unittest-port.obj: src/windows/port.cc |
|
$(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` |
|
mv -f $(DEPDIR)/addressmap_unittest-port.Tpo $(DEPDIR)/addressmap_unittest-port.Po |
|
# source='src/windows/port.cc' object='addressmap_unittest-port.obj' libtool=no \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(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` |
|
|
|
atomicops_unittest.o: src/tests/atomicops_unittest.cc |
|
$(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 |
|
mv -f $(DEPDIR)/atomicops_unittest.Tpo $(DEPDIR)/atomicops_unittest.Po |
|
# source='src/tests/atomicops_unittest.cc' object='atomicops_unittest.o' libtool=no \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(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 |
|
|
|
atomicops_unittest.obj: src/tests/atomicops_unittest.cc |
|
$(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` |
|
mv -f $(DEPDIR)/atomicops_unittest.Tpo $(DEPDIR)/atomicops_unittest.Po |
|
# source='src/tests/atomicops_unittest.cc' object='atomicops_unittest.obj' libtool=no \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(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` |
|
|
|
current_allocated_bytes_test-current_allocated_bytes_test.o: src/tests/current_allocated_bytes_test.cc |
|
$(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 |
|
mv -f $(DEPDIR)/current_allocated_bytes_test-current_allocated_bytes_test.Tpo $(DEPDIR)/current_allocated_bytes_test-current_allocated_bytes_test.Po |
|
# source='src/tests/current_allocated_bytes_test.cc' object='current_allocated_bytes_test-current_allocated_bytes_test.o' libtool=no \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(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 |
|
|
|
current_allocated_bytes_test-current_allocated_bytes_test.obj: src/tests/current_allocated_bytes_test.cc |
|
$(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` |
|
mv -f $(DEPDIR)/current_allocated_bytes_test-current_allocated_bytes_test.Tpo $(DEPDIR)/current_allocated_bytes_test-current_allocated_bytes_test.Po |
|
# source='src/tests/current_allocated_bytes_test.cc' object='current_allocated_bytes_test-current_allocated_bytes_test.obj' libtool=no \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(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` |
|
|
|
debugallocation_test-debugallocation_test.o: src/tests/debugallocation_test.cc |
|
$(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 |
|
mv -f $(DEPDIR)/debugallocation_test-debugallocation_test.Tpo $(DEPDIR)/debugallocation_test-debugallocation_test.Po |
|
# source='src/tests/debugallocation_test.cc' object='debugallocation_test-debugallocation_test.o' libtool=no \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(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 |
|
|
|
debugallocation_test-debugallocation_test.obj: src/tests/debugallocation_test.cc |
|
$(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` |
|
mv -f $(DEPDIR)/debugallocation_test-debugallocation_test.Tpo $(DEPDIR)/debugallocation_test-debugallocation_test.Po |
|
# source='src/tests/debugallocation_test.cc' object='debugallocation_test-debugallocation_test.obj' libtool=no \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(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` |
|
|
|
frag_unittest-frag_unittest.o: src/tests/frag_unittest.cc |
|
$(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 |
|
mv -f $(DEPDIR)/frag_unittest-frag_unittest.Tpo $(DEPDIR)/frag_unittest-frag_unittest.Po |
|
# source='src/tests/frag_unittest.cc' object='frag_unittest-frag_unittest.o' libtool=no \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(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 |
|
|
|
frag_unittest-frag_unittest.obj: src/tests/frag_unittest.cc |
|
$(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` |
|
mv -f $(DEPDIR)/frag_unittest-frag_unittest.Tpo $(DEPDIR)/frag_unittest-frag_unittest.Po |
|
# source='src/tests/frag_unittest.cc' object='frag_unittest-frag_unittest.obj' libtool=no \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(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` |
|
|
|
getpc_test.o: src/tests/getpc_test.cc |
|
$(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 |
|
mv -f $(DEPDIR)/getpc_test.Tpo $(DEPDIR)/getpc_test.Po |
|
# source='src/tests/getpc_test.cc' object='getpc_test.o' libtool=no \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(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 |
|
|
|
getpc_test.obj: src/tests/getpc_test.cc |
|
$(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` |
|
mv -f $(DEPDIR)/getpc_test.Tpo $(DEPDIR)/getpc_test.Po |
|
# source='src/tests/getpc_test.cc' object='getpc_test.obj' libtool=no \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(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` |
|
|
|
heap_checker_debug_unittest-heap-checker_unittest.o: src/tests/heap-checker_unittest.cc |
|
$(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 |
|
mv -f $(DEPDIR)/heap_checker_debug_unittest-heap-checker_unittest.Tpo $(DEPDIR)/heap_checker_debug_unittest-heap-checker_unittest.Po |
|
# source='src/tests/heap-checker_unittest.cc' object='heap_checker_debug_unittest-heap-checker_unittest.o' libtool=no \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(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 |
|
|
|
heap_checker_debug_unittest-heap-checker_unittest.obj: src/tests/heap-checker_unittest.cc |
|
$(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` |
|
mv -f $(DEPDIR)/heap_checker_debug_unittest-heap-checker_unittest.Tpo $(DEPDIR)/heap_checker_debug_unittest-heap-checker_unittest.Po |
|
# source='src/tests/heap-checker_unittest.cc' object='heap_checker_debug_unittest-heap-checker_unittest.obj' libtool=no \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(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` |
|
|
|
heap_checker_unittest-heap-checker_unittest.o: src/tests/heap-checker_unittest.cc |
|
$(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 |
|
mv -f $(DEPDIR)/heap_checker_unittest-heap-checker_unittest.Tpo $(DEPDIR)/heap_checker_unittest-heap-checker_unittest.Po |
|
# source='src/tests/heap-checker_unittest.cc' object='heap_checker_unittest-heap-checker_unittest.o' libtool=no \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(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 |
|
|
|
heap_checker_unittest-heap-checker_unittest.obj: src/tests/heap-checker_unittest.cc |
|
$(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` |
|
mv -f $(DEPDIR)/heap_checker_unittest-heap-checker_unittest.Tpo $(DEPDIR)/heap_checker_unittest-heap-checker_unittest.Po |
|
# source='src/tests/heap-checker_unittest.cc' object='heap_checker_unittest-heap-checker_unittest.obj' libtool=no \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(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` |
|
|
|
heap_profiler_debug_unittest-heap-profiler_unittest.o: src/tests/heap-profiler_unittest.cc |
|
$(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 |
|
mv -f $(DEPDIR)/heap_profiler_debug_unittest-heap-profiler_unittest.Tpo $(DEPDIR)/heap_profiler_debug_unittest-heap-profiler_unittest.Po |
|
# source='src/tests/heap-profiler_unittest.cc' object='heap_profiler_debug_unittest-heap-profiler_unittest.o' libtool=no \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(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 |
|
|
|
heap_profiler_debug_unittest-heap-profiler_unittest.obj: src/tests/heap-profiler_unittest.cc |
|
$(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` |
|
mv -f $(DEPDIR)/heap_profiler_debug_unittest-heap-profiler_unittest.Tpo $(DEPDIR)/heap_profiler_debug_unittest-heap-profiler_unittest.Po |
|
# source='src/tests/heap-profiler_unittest.cc' object='heap_profiler_debug_unittest-heap-profiler_unittest.obj' libtool=no \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(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` |
|
|
|
heap_profiler_unittest-heap-profiler_unittest.o: src/tests/heap-profiler_unittest.cc |
|
$(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 |
|
mv -f $(DEPDIR)/heap_profiler_unittest-heap-profiler_unittest.Tpo $(DEPDIR)/heap_profiler_unittest-heap-profiler_unittest.Po |
|
# source='src/tests/heap-profiler_unittest.cc' object='heap_profiler_unittest-heap-profiler_unittest.o' libtool=no \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(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 |
|
|
|
heap_profiler_unittest-heap-profiler_unittest.obj: src/tests/heap-profiler_unittest.cc |
|
$(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` |
|
mv -f $(DEPDIR)/heap_profiler_unittest-heap-profiler_unittest.Tpo $(DEPDIR)/heap_profiler_unittest-heap-profiler_unittest.Po |
|
# source='src/tests/heap-profiler_unittest.cc' object='heap_profiler_unittest-heap-profiler_unittest.obj' libtool=no \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(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` |
|
|
|
low_level_alloc_unittest-low_level_alloc.o: src/base/low_level_alloc.cc |
|
$(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 |
|
mv -f $(DEPDIR)/low_level_alloc_unittest-low_level_alloc.Tpo $(DEPDIR)/low_level_alloc_unittest-low_level_alloc.Po |
|
# source='src/base/low_level_alloc.cc' object='low_level_alloc_unittest-low_level_alloc.o' libtool=no \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(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 |
|
|
|
low_level_alloc_unittest-low_level_alloc.obj: src/base/low_level_alloc.cc |
|
$(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` |
|
mv -f $(DEPDIR)/low_level_alloc_unittest-low_level_alloc.Tpo $(DEPDIR)/low_level_alloc_unittest-low_level_alloc.Po |
|
# source='src/base/low_level_alloc.cc' object='low_level_alloc_unittest-low_level_alloc.obj' libtool=no \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(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` |
|
|
|
low_level_alloc_unittest-malloc_hook.o: src/malloc_hook.cc |
|
$(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 |
|
mv -f $(DEPDIR)/low_level_alloc_unittest-malloc_hook.Tpo $(DEPDIR)/low_level_alloc_unittest-malloc_hook.Po |
|
# source='src/malloc_hook.cc' object='low_level_alloc_unittest-malloc_hook.o' libtool=no \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(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 |
|
|
|
low_level_alloc_unittest-malloc_hook.obj: src/malloc_hook.cc |
|
$(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` |
|
mv -f $(DEPDIR)/low_level_alloc_unittest-malloc_hook.Tpo $(DEPDIR)/low_level_alloc_unittest-malloc_hook.Po |
|
# source='src/malloc_hook.cc' object='low_level_alloc_unittest-malloc_hook.obj' libtool=no \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(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` |
|
|
|
low_level_alloc_unittest-maybe_threads.o: src/maybe_threads.cc |
|
$(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 |
|
mv -f $(DEPDIR)/low_level_alloc_unittest-maybe_threads.Tpo $(DEPDIR)/low_level_alloc_unittest-maybe_threads.Po |
|
# source='src/maybe_threads.cc' object='low_level_alloc_unittest-maybe_threads.o' libtool=no \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(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 |
|
|
|
low_level_alloc_unittest-maybe_threads.obj: src/maybe_threads.cc |
|
$(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` |
|
mv -f $(DEPDIR)/low_level_alloc_unittest-maybe_threads.Tpo $(DEPDIR)/low_level_alloc_unittest-maybe_threads.Po |
|
# source='src/maybe_threads.cc' object='low_level_alloc_unittest-maybe_threads.obj' libtool=no \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(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` |
|
|
|
low_level_alloc_unittest-low_level_alloc_unittest.o: src/tests/low_level_alloc_unittest.cc |
|
$(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 |
|
mv -f $(DEPDIR)/low_level_alloc_unittest-low_level_alloc_unittest.Tpo $(DEPDIR)/low_level_alloc_unittest-low_level_alloc_unittest.Po |
|
# source='src/tests/low_level_alloc_unittest.cc' object='low_level_alloc_unittest-low_level_alloc_unittest.o' libtool=no \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(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 |
|
|
|
low_level_alloc_unittest-low_level_alloc_unittest.obj: src/tests/low_level_alloc_unittest.cc |
|
$(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` |
|
mv -f $(DEPDIR)/low_level_alloc_unittest-low_level_alloc_unittest.Tpo $(DEPDIR)/low_level_alloc_unittest-low_level_alloc_unittest.Po |
|
# source='src/tests/low_level_alloc_unittest.cc' object='low_level_alloc_unittest-low_level_alloc_unittest.obj' libtool=no \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(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` |
|
|
|
malloc_extension_debug_test-malloc_extension_test.o: src/tests/malloc_extension_test.cc |
|
$(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 |
|
mv -f $(DEPDIR)/malloc_extension_debug_test-malloc_extension_test.Tpo $(DEPDIR)/malloc_extension_debug_test-malloc_extension_test.Po |
|
# source='src/tests/malloc_extension_test.cc' object='malloc_extension_debug_test-malloc_extension_test.o' libtool=no \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(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 |
|
|
|
malloc_extension_debug_test-malloc_extension_test.obj: src/tests/malloc_extension_test.cc |
|
$(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` |
|
mv -f $(DEPDIR)/malloc_extension_debug_test-malloc_extension_test.Tpo $(DEPDIR)/malloc_extension_debug_test-malloc_extension_test.Po |
|
# source='src/tests/malloc_extension_test.cc' object='malloc_extension_debug_test-malloc_extension_test.obj' libtool=no \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(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` |
|
|
|
malloc_extension_test-malloc_extension_test.o: src/tests/malloc_extension_test.cc |
|
$(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 |
|
mv -f $(DEPDIR)/malloc_extension_test-malloc_extension_test.Tpo $(DEPDIR)/malloc_extension_test-malloc_extension_test.Po |
|
# source='src/tests/malloc_extension_test.cc' object='malloc_extension_test-malloc_extension_test.o' libtool=no \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(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 |
|
|
|
malloc_extension_test-malloc_extension_test.obj: src/tests/malloc_extension_test.cc |
|
$(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` |
|
mv -f $(DEPDIR)/malloc_extension_test-malloc_extension_test.Tpo $(DEPDIR)/malloc_extension_test-malloc_extension_test.Po |
|
# source='src/tests/malloc_extension_test.cc' object='malloc_extension_test-malloc_extension_test.obj' libtool=no \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(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` |
|
|
|
malloc_hook_test-malloc_hook_test.o: src/tests/malloc_hook_test.cc |
|
$(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 |
|
mv -f $(DEPDIR)/malloc_hook_test-malloc_hook_test.Tpo $(DEPDIR)/malloc_hook_test-malloc_hook_test.Po |
|
# source='src/tests/malloc_hook_test.cc' object='malloc_hook_test-malloc_hook_test.o' libtool=no \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(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 |
|
|
|
malloc_hook_test-malloc_hook_test.obj: src/tests/malloc_hook_test.cc |
|
$(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` |
|
mv -f $(DEPDIR)/malloc_hook_test-malloc_hook_test.Tpo $(DEPDIR)/malloc_hook_test-malloc_hook_test.Po |
|
# source='src/tests/malloc_hook_test.cc' object='malloc_hook_test-malloc_hook_test.obj' libtool=no \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(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` |
|
|
|
malloc_hook_test-testutil.o: src/tests/testutil.cc |
|
$(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 |
|
mv -f $(DEPDIR)/malloc_hook_test-testutil.Tpo $(DEPDIR)/malloc_hook_test-testutil.Po |
|
# source='src/tests/testutil.cc' object='malloc_hook_test-testutil.o' libtool=no \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(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 |
|
|
|
malloc_hook_test-testutil.obj: src/tests/testutil.cc |
|
$(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` |
|
mv -f $(DEPDIR)/malloc_hook_test-testutil.Tpo $(DEPDIR)/malloc_hook_test-testutil.Po |
|
# source='src/tests/testutil.cc' object='malloc_hook_test-testutil.obj' libtool=no \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(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` |
|
|
|
markidle_unittest-markidle_unittest.o: src/tests/markidle_unittest.cc |
|
$(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 |
|
mv -f $(DEPDIR)/markidle_unittest-markidle_unittest.Tpo $(DEPDIR)/markidle_unittest-markidle_unittest.Po |
|
# source='src/tests/markidle_unittest.cc' object='markidle_unittest-markidle_unittest.o' libtool=no \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(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 |
|
|
|
markidle_unittest-markidle_unittest.obj: src/tests/markidle_unittest.cc |
|
$(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` |
|
mv -f $(DEPDIR)/markidle_unittest-markidle_unittest.Tpo $(DEPDIR)/markidle_unittest-markidle_unittest.Po |
|
# source='src/tests/markidle_unittest.cc' object='markidle_unittest-markidle_unittest.obj' libtool=no \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(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` |
|
|
|
markidle_unittest-testutil.o: src/tests/testutil.cc |
|
$(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 |
|
mv -f $(DEPDIR)/markidle_unittest-testutil.Tpo $(DEPDIR)/markidle_unittest-testutil.Po |
|
# source='src/tests/testutil.cc' object='markidle_unittest-testutil.o' libtool=no \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(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 |
|
|
|
markidle_unittest-testutil.obj: src/tests/testutil.cc |
|
$(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` |
|
mv -f $(DEPDIR)/markidle_unittest-testutil.Tpo $(DEPDIR)/markidle_unittest-testutil.Po |
|
# source='src/tests/testutil.cc' object='markidle_unittest-testutil.obj' libtool=no \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(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` |
|
|
|
memalign_debug_unittest-memalign_unittest.o: src/tests/memalign_unittest.cc |
|
$(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 |
|
mv -f $(DEPDIR)/memalign_debug_unittest-memalign_unittest.Tpo $(DEPDIR)/memalign_debug_unittest-memalign_unittest.Po |
|
# source='src/tests/memalign_unittest.cc' object='memalign_debug_unittest-memalign_unittest.o' libtool=no \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(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 |
|
|
|
memalign_debug_unittest-memalign_unittest.obj: src/tests/memalign_unittest.cc |
|
$(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` |
|
mv -f $(DEPDIR)/memalign_debug_unittest-memalign_unittest.Tpo $(DEPDIR)/memalign_debug_unittest-memalign_unittest.Po |
|
# source='src/tests/memalign_unittest.cc' object='memalign_debug_unittest-memalign_unittest.obj' libtool=no \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(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` |
|
|
|
memalign_debug_unittest-testutil.o: src/tests/testutil.cc |
|
$(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 |
|
mv -f $(DEPDIR)/memalign_debug_unittest-testutil.Tpo $(DEPDIR)/memalign_debug_unittest-testutil.Po |
|
# source='src/tests/testutil.cc' object='memalign_debug_unittest-testutil.o' libtool=no \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(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 |
|
|
|
memalign_debug_unittest-testutil.obj: src/tests/testutil.cc |
|
$(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` |
|
mv -f $(DEPDIR)/memalign_debug_unittest-testutil.Tpo $(DEPDIR)/memalign_debug_unittest-testutil.Po |
|
# source='src/tests/testutil.cc' object='memalign_debug_unittest-testutil.obj' libtool=no \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(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` |
|
|
|
memalign_unittest-memalign_unittest.o: src/tests/memalign_unittest.cc |
|
$(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 |
|
mv -f $(DEPDIR)/memalign_unittest-memalign_unittest.Tpo $(DEPDIR)/memalign_unittest-memalign_unittest.Po |
|
# source='src/tests/memalign_unittest.cc' object='memalign_unittest-memalign_unittest.o' libtool=no \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(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 |
|
|
|
memalign_unittest-memalign_unittest.obj: src/tests/memalign_unittest.cc |
|
$(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` |
|
mv -f $(DEPDIR)/memalign_unittest-memalign_unittest.Tpo $(DEPDIR)/memalign_unittest-memalign_unittest.Po |
|
# source='src/tests/memalign_unittest.cc' object='memalign_unittest-memalign_unittest.obj' libtool=no \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(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` |
|
|
|
memalign_unittest-testutil.o: src/tests/testutil.cc |
|
$(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 |
|
mv -f $(DEPDIR)/memalign_unittest-testutil.Tpo $(DEPDIR)/memalign_unittest-testutil.Po |
|
# source='src/tests/testutil.cc' object='memalign_unittest-testutil.o' libtool=no \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(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 |
|
|
|
memalign_unittest-testutil.obj: src/tests/testutil.cc |
|
$(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` |
|
mv -f $(DEPDIR)/memalign_unittest-testutil.Tpo $(DEPDIR)/memalign_unittest-testutil.Po |
|
# source='src/tests/testutil.cc' object='memalign_unittest-testutil.obj' libtool=no \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(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` |
|
|
|
packed_cache_test-packed-cache_test.o: src/tests/packed-cache_test.cc |
|
$(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 |
|
mv -f $(DEPDIR)/packed_cache_test-packed-cache_test.Tpo $(DEPDIR)/packed_cache_test-packed-cache_test.Po |
|
# source='src/tests/packed-cache_test.cc' object='packed_cache_test-packed-cache_test.o' libtool=no \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(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 |
|
|
|
packed_cache_test-packed-cache_test.obj: src/tests/packed-cache_test.cc |
|
$(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` |
|
mv -f $(DEPDIR)/packed_cache_test-packed-cache_test.Tpo $(DEPDIR)/packed_cache_test-packed-cache_test.Po |
|
# source='src/tests/packed-cache_test.cc' object='packed_cache_test-packed-cache_test.obj' libtool=no \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(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` |
|
|
|
page_heap_test-page_heap_test.o: src/tests/page_heap_test.cc |
|
$(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 |
|
mv -f $(DEPDIR)/page_heap_test-page_heap_test.Tpo $(DEPDIR)/page_heap_test-page_heap_test.Po |
|
# source='src/tests/page_heap_test.cc' object='page_heap_test-page_heap_test.o' libtool=no \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(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 |
|
|
|
page_heap_test-page_heap_test.obj: src/tests/page_heap_test.cc |
|
$(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` |
|
mv -f $(DEPDIR)/page_heap_test-page_heap_test.Tpo $(DEPDIR)/page_heap_test-page_heap_test.Po |
|
# source='src/tests/page_heap_test.cc' object='page_heap_test-page_heap_test.obj' libtool=no \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(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` |
|
|
|
pagemap_unittest-pagemap_unittest.o: src/tests/pagemap_unittest.cc |
|
$(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 |
|
mv -f $(DEPDIR)/pagemap_unittest-pagemap_unittest.Tpo $(DEPDIR)/pagemap_unittest-pagemap_unittest.Po |
|
# source='src/tests/pagemap_unittest.cc' object='pagemap_unittest-pagemap_unittest.o' libtool=no \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(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 |
|
|
|
pagemap_unittest-pagemap_unittest.obj: src/tests/pagemap_unittest.cc |
|
$(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` |
|
mv -f $(DEPDIR)/pagemap_unittest-pagemap_unittest.Tpo $(DEPDIR)/pagemap_unittest-pagemap_unittest.Po |
|
# source='src/tests/pagemap_unittest.cc' object='pagemap_unittest-pagemap_unittest.obj' libtool=no \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(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` |
|
|
|
profile_handler_unittest-profile-handler_unittest.o: src/tests/profile-handler_unittest.cc |
|
$(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 |
|
mv -f $(DEPDIR)/profile_handler_unittest-profile-handler_unittest.Tpo $(DEPDIR)/profile_handler_unittest-profile-handler_unittest.Po |
|
# source='src/tests/profile-handler_unittest.cc' object='profile_handler_unittest-profile-handler_unittest.o' libtool=no \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(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 |
|
|
|
profile_handler_unittest-profile-handler_unittest.obj: src/tests/profile-handler_unittest.cc |
|
$(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` |
|
mv -f $(DEPDIR)/profile_handler_unittest-profile-handler_unittest.Tpo $(DEPDIR)/profile_handler_unittest-profile-handler_unittest.Po |
|
# source='src/tests/profile-handler_unittest.cc' object='profile_handler_unittest-profile-handler_unittest.obj' libtool=no \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(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` |
|
|
|
profiledata_unittest.o: src/tests/profiledata_unittest.cc |
|
$(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 |
|
mv -f $(DEPDIR)/profiledata_unittest.Tpo $(DEPDIR)/profiledata_unittest.Po |
|
# source='src/tests/profiledata_unittest.cc' object='profiledata_unittest.o' libtool=no \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(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 |
|
|
|
profiledata_unittest.obj: src/tests/profiledata_unittest.cc |
|
$(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` |
|
mv -f $(DEPDIR)/profiledata_unittest.Tpo $(DEPDIR)/profiledata_unittest.Po |
|
# source='src/tests/profiledata_unittest.cc' object='profiledata_unittest.obj' libtool=no \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(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` |
|
|
|
profiler1_unittest-profiler_unittest.o: src/tests/profiler_unittest.cc |
|
$(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 |
|
mv -f $(DEPDIR)/profiler1_unittest-profiler_unittest.Tpo $(DEPDIR)/profiler1_unittest-profiler_unittest.Po |
|
# source='src/tests/profiler_unittest.cc' object='profiler1_unittest-profiler_unittest.o' libtool=no \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(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 |
|
|
|
profiler1_unittest-profiler_unittest.obj: src/tests/profiler_unittest.cc |
|
$(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` |
|
mv -f $(DEPDIR)/profiler1_unittest-profiler_unittest.Tpo $(DEPDIR)/profiler1_unittest-profiler_unittest.Po |
|
# source='src/tests/profiler_unittest.cc' object='profiler1_unittest-profiler_unittest.obj' libtool=no \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(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` |
|
|
|
profiler1_unittest-testutil.o: src/tests/testutil.cc |
|
$(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 |
|
mv -f $(DEPDIR)/profiler1_unittest-testutil.Tpo $(DEPDIR)/profiler1_unittest-testutil.Po |
|
# source='src/tests/testutil.cc' object='profiler1_unittest-testutil.o' libtool=no \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(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 |
|
|
|
profiler1_unittest-testutil.obj: src/tests/testutil.cc |
|
$(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` |
|
mv -f $(DEPDIR)/profiler1_unittest-testutil.Tpo $(DEPDIR)/profiler1_unittest-testutil.Po |
|
# source='src/tests/testutil.cc' object='profiler1_unittest-testutil.obj' libtool=no \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(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` |
|
|
|
profiler2_unittest-profiler_unittest.o: src/tests/profiler_unittest.cc |
|
$(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 |
|
mv -f $(DEPDIR)/profiler2_unittest-profiler_unittest.Tpo $(DEPDIR)/profiler2_unittest-profiler_unittest.Po |
|
# source='src/tests/profiler_unittest.cc' object='profiler2_unittest-profiler_unittest.o' libtool=no \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(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 |
|
|
|
profiler2_unittest-profiler_unittest.obj: src/tests/profiler_unittest.cc |
|
$(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` |
|
mv -f $(DEPDIR)/profiler2_unittest-profiler_unittest.Tpo $(DEPDIR)/profiler2_unittest-profiler_unittest.Po |
|
# source='src/tests/profiler_unittest.cc' object='profiler2_unittest-profiler_unittest.obj' libtool=no \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(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` |
|
|
|
profiler2_unittest-testutil.o: src/tests/testutil.cc |
|
$(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 |
|
mv -f $(DEPDIR)/profiler2_unittest-testutil.Tpo $(DEPDIR)/profiler2_unittest-testutil.Po |
|
# source='src/tests/testutil.cc' object='profiler2_unittest-testutil.o' libtool=no \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(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 |
|
|
|
profiler2_unittest-testutil.obj: src/tests/testutil.cc |
|
$(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` |
|
mv -f $(DEPDIR)/profiler2_unittest-testutil.Tpo $(DEPDIR)/profiler2_unittest-testutil.Po |
|
# source='src/tests/testutil.cc' object='profiler2_unittest-testutil.obj' libtool=no \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(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` |
|
|
|
profiler3_unittest-profiler_unittest.o: src/tests/profiler_unittest.cc |
|
$(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 |
|
mv -f $(DEPDIR)/profiler3_unittest-profiler_unittest.Tpo $(DEPDIR)/profiler3_unittest-profiler_unittest.Po |
|
# source='src/tests/profiler_unittest.cc' object='profiler3_unittest-profiler_unittest.o' libtool=no \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(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 |
|
|
|
profiler3_unittest-profiler_unittest.obj: src/tests/profiler_unittest.cc |
|
$(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` |
|
mv -f $(DEPDIR)/profiler3_unittest-profiler_unittest.Tpo $(DEPDIR)/profiler3_unittest-profiler_unittest.Po |
|
# source='src/tests/profiler_unittest.cc' object='profiler3_unittest-profiler_unittest.obj' libtool=no \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(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` |
|
|
|
profiler3_unittest-testutil.o: src/tests/testutil.cc |
|
$(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 |
|
mv -f $(DEPDIR)/profiler3_unittest-testutil.Tpo $(DEPDIR)/profiler3_unittest-testutil.Po |
|
# source='src/tests/testutil.cc' object='profiler3_unittest-testutil.o' libtool=no \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(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 |
|
|
|
profiler3_unittest-testutil.obj: src/tests/testutil.cc |
|
$(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` |
|
mv -f $(DEPDIR)/profiler3_unittest-testutil.Tpo $(DEPDIR)/profiler3_unittest-testutil.Po |
|
# source='src/tests/testutil.cc' object='profiler3_unittest-testutil.obj' libtool=no \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(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` |
|
|
|
profiler4_unittest-profiler_unittest.o: src/tests/profiler_unittest.cc |
|
$(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 |
|
mv -f $(DEPDIR)/profiler4_unittest-profiler_unittest.Tpo $(DEPDIR)/profiler4_unittest-profiler_unittest.Po |
|
# source='src/tests/profiler_unittest.cc' object='profiler4_unittest-profiler_unittest.o' libtool=no \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(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 |
|
|
|
profiler4_unittest-profiler_unittest.obj: src/tests/profiler_unittest.cc |
|
$(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` |
|
mv -f $(DEPDIR)/profiler4_unittest-profiler_unittest.Tpo $(DEPDIR)/profiler4_unittest-profiler_unittest.Po |
|
# source='src/tests/profiler_unittest.cc' object='profiler4_unittest-profiler_unittest.obj' libtool=no \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(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` |
|
|
|
profiler4_unittest-testutil.o: src/tests/testutil.cc |
|
$(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 |
|
mv -f $(DEPDIR)/profiler4_unittest-testutil.Tpo $(DEPDIR)/profiler4_unittest-testutil.Po |
|
# source='src/tests/testutil.cc' object='profiler4_unittest-testutil.o' libtool=no \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(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 |
|
|
|
profiler4_unittest-testutil.obj: src/tests/testutil.cc |
|
$(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` |
|
mv -f $(DEPDIR)/profiler4_unittest-testutil.Tpo $(DEPDIR)/profiler4_unittest-testutil.Po |
|
# source='src/tests/testutil.cc' object='profiler4_unittest-testutil.obj' libtool=no \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(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` |
|
|
|
raw_printer_test-raw_printer_test.o: src/tests/raw_printer_test.cc |
|
$(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 |
|
mv -f $(DEPDIR)/raw_printer_test-raw_printer_test.Tpo $(DEPDIR)/raw_printer_test-raw_printer_test.Po |
|
# source='src/tests/raw_printer_test.cc' object='raw_printer_test-raw_printer_test.o' libtool=no \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(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 |
|
|
|
raw_printer_test-raw_printer_test.obj: src/tests/raw_printer_test.cc |
|
$(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` |
|
mv -f $(DEPDIR)/raw_printer_test-raw_printer_test.Tpo $(DEPDIR)/raw_printer_test-raw_printer_test.Po |
|
# source='src/tests/raw_printer_test.cc' object='raw_printer_test-raw_printer_test.obj' libtool=no \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(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` |
|
|
|
realloc_debug_unittest-realloc_unittest.o: src/tests/realloc_unittest.cc |
|
$(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 |
|
mv -f $(DEPDIR)/realloc_debug_unittest-realloc_unittest.Tpo $(DEPDIR)/realloc_debug_unittest-realloc_unittest.Po |
|
# source='src/tests/realloc_unittest.cc' object='realloc_debug_unittest-realloc_unittest.o' libtool=no \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(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 |
|
|
|
realloc_debug_unittest-realloc_unittest.obj: src/tests/realloc_unittest.cc |
|
$(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` |
|
mv -f $(DEPDIR)/realloc_debug_unittest-realloc_unittest.Tpo $(DEPDIR)/realloc_debug_unittest-realloc_unittest.Po |
|
# source='src/tests/realloc_unittest.cc' object='realloc_debug_unittest-realloc_unittest.obj' libtool=no \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(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` |
|
|
|
realloc_unittest-realloc_unittest.o: src/tests/realloc_unittest.cc |
|
$(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 |
|
mv -f $(DEPDIR)/realloc_unittest-realloc_unittest.Tpo $(DEPDIR)/realloc_unittest-realloc_unittest.Po |
|
# source='src/tests/realloc_unittest.cc' object='realloc_unittest-realloc_unittest.o' libtool=no \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(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 |
|
|
|
realloc_unittest-realloc_unittest.obj: src/tests/realloc_unittest.cc |
|
$(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` |
|
mv -f $(DEPDIR)/realloc_unittest-realloc_unittest.Tpo $(DEPDIR)/realloc_unittest-realloc_unittest.Po |
|
# source='src/tests/realloc_unittest.cc' object='realloc_unittest-realloc_unittest.obj' libtool=no \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(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` |
|
|
|
sampler_debug_test-sampler_test.o: src/tests/sampler_test.cc |
|
$(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 |
|
mv -f $(DEPDIR)/sampler_debug_test-sampler_test.Tpo $(DEPDIR)/sampler_debug_test-sampler_test.Po |
|
# source='src/tests/sampler_test.cc' object='sampler_debug_test-sampler_test.o' libtool=no \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(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 |
|
|
|
sampler_debug_test-sampler_test.obj: src/tests/sampler_test.cc |
|
$(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` |
|
mv -f $(DEPDIR)/sampler_debug_test-sampler_test.Tpo $(DEPDIR)/sampler_debug_test-sampler_test.Po |
|
# source='src/tests/sampler_test.cc' object='sampler_debug_test-sampler_test.obj' libtool=no \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(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` |
|
|
|
sampler_test-sampler_test.o: src/tests/sampler_test.cc |
|
$(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 |
|
mv -f $(DEPDIR)/sampler_test-sampler_test.Tpo $(DEPDIR)/sampler_test-sampler_test.Po |
|
# source='src/tests/sampler_test.cc' object='sampler_test-sampler_test.o' libtool=no \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(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 |
|
|
|
sampler_test-sampler_test.obj: src/tests/sampler_test.cc |
|
$(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` |
|
mv -f $(DEPDIR)/sampler_test-sampler_test.Tpo $(DEPDIR)/sampler_test-sampler_test.Po |
|
# source='src/tests/sampler_test.cc' object='sampler_test-sampler_test.obj' libtool=no \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(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` |
|
|
|
sampling_debug_test-sampling_test.o: src/tests/sampling_test.cc |
|
$(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 |
|
mv -f $(DEPDIR)/sampling_debug_test-sampling_test.Tpo $(DEPDIR)/sampling_debug_test-sampling_test.Po |
|
# source='src/tests/sampling_test.cc' object='sampling_debug_test-sampling_test.o' libtool=no \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(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 |
|
|
|
sampling_debug_test-sampling_test.obj: src/tests/sampling_test.cc |
|
$(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` |
|
mv -f $(DEPDIR)/sampling_debug_test-sampling_test.Tpo $(DEPDIR)/sampling_debug_test-sampling_test.Po |
|
# source='src/tests/sampling_test.cc' object='sampling_debug_test-sampling_test.obj' libtool=no \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(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` |
|
|
|
sampling_test-sampling_test.o: src/tests/sampling_test.cc |
|
$(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 |
|
mv -f $(DEPDIR)/sampling_test-sampling_test.Tpo $(DEPDIR)/sampling_test-sampling_test.Po |
|
# source='src/tests/sampling_test.cc' object='sampling_test-sampling_test.o' libtool=no \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(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 |
|
|
|
sampling_test-sampling_test.obj: src/tests/sampling_test.cc |
|
$(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` |
|
mv -f $(DEPDIR)/sampling_test-sampling_test.Tpo $(DEPDIR)/sampling_test-sampling_test.Po |
|
# source='src/tests/sampling_test.cc' object='sampling_test-sampling_test.obj' libtool=no \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(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` |
|
|
|
simple_compat_test.o: src/tests/simple_compat_test.cc |
|
$(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 |
|
mv -f $(DEPDIR)/simple_compat_test.Tpo $(DEPDIR)/simple_compat_test.Po |
|
# source='src/tests/simple_compat_test.cc' object='simple_compat_test.o' libtool=no \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(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 |
|
|
|
simple_compat_test.obj: src/tests/simple_compat_test.cc |
|
$(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` |
|
mv -f $(DEPDIR)/simple_compat_test.Tpo $(DEPDIR)/simple_compat_test.Po |
|
# source='src/tests/simple_compat_test.cc' object='simple_compat_test.obj' libtool=no \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(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` |
|
|
|
stack_trace_table_test-stack_trace_table_test.o: src/tests/stack_trace_table_test.cc |
|
$(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 |
|
mv -f $(DEPDIR)/stack_trace_table_test-stack_trace_table_test.Tpo $(DEPDIR)/stack_trace_table_test-stack_trace_table_test.Po |
|
# source='src/tests/stack_trace_table_test.cc' object='stack_trace_table_test-stack_trace_table_test.o' libtool=no \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(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 |
|
|
|
stack_trace_table_test-stack_trace_table_test.obj: src/tests/stack_trace_table_test.cc |
|
$(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` |
|
mv -f $(DEPDIR)/stack_trace_table_test-stack_trace_table_test.Tpo $(DEPDIR)/stack_trace_table_test-stack_trace_table_test.Po |
|
# source='src/tests/stack_trace_table_test.cc' object='stack_trace_table_test-stack_trace_table_test.obj' libtool=no \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(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` |
|
|
|
stacktrace_unittest.o: src/tests/stacktrace_unittest.cc |
|
$(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 |
|
mv -f $(DEPDIR)/stacktrace_unittest.Tpo $(DEPDIR)/stacktrace_unittest.Po |
|
# source='src/tests/stacktrace_unittest.cc' object='stacktrace_unittest.o' libtool=no \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(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 |
|
|
|
stacktrace_unittest.obj: src/tests/stacktrace_unittest.cc |
|
$(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` |
|
mv -f $(DEPDIR)/stacktrace_unittest.Tpo $(DEPDIR)/stacktrace_unittest.Po |
|
# source='src/tests/stacktrace_unittest.cc' object='stacktrace_unittest.obj' libtool=no \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(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` |
|
|
|
system_alloc_unittest-system-alloc_unittest.o: src/tests/system-alloc_unittest.cc |
|
$(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 |
|
mv -f $(DEPDIR)/system_alloc_unittest-system-alloc_unittest.Tpo $(DEPDIR)/system_alloc_unittest-system-alloc_unittest.Po |
|
# source='src/tests/system-alloc_unittest.cc' object='system_alloc_unittest-system-alloc_unittest.o' libtool=no \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(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 |
|
|
|
system_alloc_unittest-system-alloc_unittest.obj: src/tests/system-alloc_unittest.cc |
|
$(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` |
|
mv -f $(DEPDIR)/system_alloc_unittest-system-alloc_unittest.Tpo $(DEPDIR)/system_alloc_unittest-system-alloc_unittest.Po |
|
# source='src/tests/system-alloc_unittest.cc' object='system_alloc_unittest-system-alloc_unittest.obj' libtool=no \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(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` |
|
|
|
tcmalloc_and_profiler_unittest-tcmalloc_unittest.o: src/tests/tcmalloc_unittest.cc |
|
$(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 |
|
mv -f $(DEPDIR)/tcmalloc_and_profiler_unittest-tcmalloc_unittest.Tpo $(DEPDIR)/tcmalloc_and_profiler_unittest-tcmalloc_unittest.Po |
|
# source='src/tests/tcmalloc_unittest.cc' object='tcmalloc_and_profiler_unittest-tcmalloc_unittest.o' libtool=no \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(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 |
|
|
|
tcmalloc_and_profiler_unittest-tcmalloc_unittest.obj: src/tests/tcmalloc_unittest.cc |
|
$(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` |
|
mv -f $(DEPDIR)/tcmalloc_and_profiler_unittest-tcmalloc_unittest.Tpo $(DEPDIR)/tcmalloc_and_profiler_unittest-tcmalloc_unittest.Po |
|
# source='src/tests/tcmalloc_unittest.cc' object='tcmalloc_and_profiler_unittest-tcmalloc_unittest.obj' libtool=no \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(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` |
|
|
|
tcmalloc_and_profiler_unittest-testutil.o: src/tests/testutil.cc |
|
$(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 |
|
mv -f $(DEPDIR)/tcmalloc_and_profiler_unittest-testutil.Tpo $(DEPDIR)/tcmalloc_and_profiler_unittest-testutil.Po |
|
# source='src/tests/testutil.cc' object='tcmalloc_and_profiler_unittest-testutil.o' libtool=no \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(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 |
|
|
|
tcmalloc_and_profiler_unittest-testutil.obj: src/tests/testutil.cc |
|
$(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` |
|
mv -f $(DEPDIR)/tcmalloc_and_profiler_unittest-testutil.Tpo $(DEPDIR)/tcmalloc_and_profiler_unittest-testutil.Po |
|
# source='src/tests/testutil.cc' object='tcmalloc_and_profiler_unittest-testutil.obj' libtool=no \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(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` |
|
|
|
tcmalloc_both_unittest-tcmalloc_unittest.o: src/tests/tcmalloc_unittest.cc |
|
$(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 |
|
mv -f $(DEPDIR)/tcmalloc_both_unittest-tcmalloc_unittest.Tpo $(DEPDIR)/tcmalloc_both_unittest-tcmalloc_unittest.Po |
|
# source='src/tests/tcmalloc_unittest.cc' object='tcmalloc_both_unittest-tcmalloc_unittest.o' libtool=no \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(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 |
|
|
|
tcmalloc_both_unittest-tcmalloc_unittest.obj: src/tests/tcmalloc_unittest.cc |
|
$(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` |
|
mv -f $(DEPDIR)/tcmalloc_both_unittest-tcmalloc_unittest.Tpo $(DEPDIR)/tcmalloc_both_unittest-tcmalloc_unittest.Po |
|
# source='src/tests/tcmalloc_unittest.cc' object='tcmalloc_both_unittest-tcmalloc_unittest.obj' libtool=no \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(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` |
|
|
|
tcmalloc_both_unittest-testutil.o: src/tests/testutil.cc |
|
$(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 |
|
mv -f $(DEPDIR)/tcmalloc_both_unittest-testutil.Tpo $(DEPDIR)/tcmalloc_both_unittest-testutil.Po |
|
# source='src/tests/testutil.cc' object='tcmalloc_both_unittest-testutil.o' libtool=no \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(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 |
|
|
|
tcmalloc_both_unittest-testutil.obj: src/tests/testutil.cc |
|
$(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` |
|
mv -f $(DEPDIR)/tcmalloc_both_unittest-testutil.Tpo $(DEPDIR)/tcmalloc_both_unittest-testutil.Po |
|
# source='src/tests/testutil.cc' object='tcmalloc_both_unittest-testutil.obj' libtool=no \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(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` |
|
|
|
tcmalloc_debug_unittest-tcmalloc_unittest.o: src/tests/tcmalloc_unittest.cc |
|
$(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 |
|
mv -f $(DEPDIR)/tcmalloc_debug_unittest-tcmalloc_unittest.Tpo $(DEPDIR)/tcmalloc_debug_unittest-tcmalloc_unittest.Po |
|
# source='src/tests/tcmalloc_unittest.cc' object='tcmalloc_debug_unittest-tcmalloc_unittest.o' libtool=no \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(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 |
|
|
|
tcmalloc_debug_unittest-tcmalloc_unittest.obj: src/tests/tcmalloc_unittest.cc |
|
$(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` |
|
mv -f $(DEPDIR)/tcmalloc_debug_unittest-tcmalloc_unittest.Tpo $(DEPDIR)/tcmalloc_debug_unittest-tcmalloc_unittest.Po |
|
# source='src/tests/tcmalloc_unittest.cc' object='tcmalloc_debug_unittest-tcmalloc_unittest.obj' libtool=no \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(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` |
|
|
|
tcmalloc_debug_unittest-testutil.o: src/tests/testutil.cc |
|
$(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 |
|
mv -f $(DEPDIR)/tcmalloc_debug_unittest-testutil.Tpo $(DEPDIR)/tcmalloc_debug_unittest-testutil.Po |
|
# source='src/tests/testutil.cc' object='tcmalloc_debug_unittest-testutil.o' libtool=no \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(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 |
|
|
|
tcmalloc_debug_unittest-testutil.obj: src/tests/testutil.cc |
|
$(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` |
|
mv -f $(DEPDIR)/tcmalloc_debug_unittest-testutil.Tpo $(DEPDIR)/tcmalloc_debug_unittest-testutil.Po |
|
# source='src/tests/testutil.cc' object='tcmalloc_debug_unittest-testutil.obj' libtool=no \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(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` |
|
|
|
tcmalloc_large_unittest-tcmalloc_large_unittest.o: src/tests/tcmalloc_large_unittest.cc |
|
$(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 |
|
mv -f $(DEPDIR)/tcmalloc_large_unittest-tcmalloc_large_unittest.Tpo $(DEPDIR)/tcmalloc_large_unittest-tcmalloc_large_unittest.Po |
|
# source='src/tests/tcmalloc_large_unittest.cc' object='tcmalloc_large_unittest-tcmalloc_large_unittest.o' libtool=no \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(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 |
|
|
|
tcmalloc_large_unittest-tcmalloc_large_unittest.obj: src/tests/tcmalloc_large_unittest.cc |
|
$(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` |
|
mv -f $(DEPDIR)/tcmalloc_large_unittest-tcmalloc_large_unittest.Tpo $(DEPDIR)/tcmalloc_large_unittest-tcmalloc_large_unittest.Po |
|
# source='src/tests/tcmalloc_large_unittest.cc' object='tcmalloc_large_unittest-tcmalloc_large_unittest.obj' libtool=no \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(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` |
|
|
|
tcmalloc_minimal_debug_unittest-tcmalloc_unittest.o: src/tests/tcmalloc_unittest.cc |
|
$(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 |
|
mv -f $(DEPDIR)/tcmalloc_minimal_debug_unittest-tcmalloc_unittest.Tpo $(DEPDIR)/tcmalloc_minimal_debug_unittest-tcmalloc_unittest.Po |
|
# source='src/tests/tcmalloc_unittest.cc' object='tcmalloc_minimal_debug_unittest-tcmalloc_unittest.o' libtool=no \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(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 |
|
|
|
tcmalloc_minimal_debug_unittest-tcmalloc_unittest.obj: src/tests/tcmalloc_unittest.cc |
|
$(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` |
|
mv -f $(DEPDIR)/tcmalloc_minimal_debug_unittest-tcmalloc_unittest.Tpo $(DEPDIR)/tcmalloc_minimal_debug_unittest-tcmalloc_unittest.Po |
|
# source='src/tests/tcmalloc_unittest.cc' object='tcmalloc_minimal_debug_unittest-tcmalloc_unittest.obj' libtool=no \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(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` |
|
|
|
tcmalloc_minimal_debug_unittest-testutil.o: src/tests/testutil.cc |
|
$(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 |
|
mv -f $(DEPDIR)/tcmalloc_minimal_debug_unittest-testutil.Tpo $(DEPDIR)/tcmalloc_minimal_debug_unittest-testutil.Po |
|
# source='src/tests/testutil.cc' object='tcmalloc_minimal_debug_unittest-testutil.o' libtool=no \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(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 |
|
|
|
tcmalloc_minimal_debug_unittest-testutil.obj: src/tests/testutil.cc |
|
$(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` |
|
mv -f $(DEPDIR)/tcmalloc_minimal_debug_unittest-testutil.Tpo $(DEPDIR)/tcmalloc_minimal_debug_unittest-testutil.Po |
|
# source='src/tests/testutil.cc' object='tcmalloc_minimal_debug_unittest-testutil.obj' libtool=no \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(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` |
|
|
|
tcmalloc_minimal_large_unittest-tcmalloc_large_unittest.o: src/tests/tcmalloc_large_unittest.cc |
|
$(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 |
|
mv -f $(DEPDIR)/tcmalloc_minimal_large_unittest-tcmalloc_large_unittest.Tpo $(DEPDIR)/tcmalloc_minimal_large_unittest-tcmalloc_large_unittest.Po |
|
# source='src/tests/tcmalloc_large_unittest.cc' object='tcmalloc_minimal_large_unittest-tcmalloc_large_unittest.o' libtool=no \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(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 |
|
|
|
tcmalloc_minimal_large_unittest-tcmalloc_large_unittest.obj: src/tests/tcmalloc_large_unittest.cc |
|
$(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` |
|
mv -f $(DEPDIR)/tcmalloc_minimal_large_unittest-tcmalloc_large_unittest.Tpo $(DEPDIR)/tcmalloc_minimal_large_unittest-tcmalloc_large_unittest.Po |
|
# source='src/tests/tcmalloc_large_unittest.cc' object='tcmalloc_minimal_large_unittest-tcmalloc_large_unittest.obj' libtool=no \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(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` |
|
|
|
tcmalloc_minimal_unittest-tcmalloc_unittest.o: src/tests/tcmalloc_unittest.cc |
|
$(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 |
|
mv -f $(DEPDIR)/tcmalloc_minimal_unittest-tcmalloc_unittest.Tpo $(DEPDIR)/tcmalloc_minimal_unittest-tcmalloc_unittest.Po |
|
# source='src/tests/tcmalloc_unittest.cc' object='tcmalloc_minimal_unittest-tcmalloc_unittest.o' libtool=no \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(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 |
|
|
|
tcmalloc_minimal_unittest-tcmalloc_unittest.obj: src/tests/tcmalloc_unittest.cc |
|
$(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` |
|
mv -f $(DEPDIR)/tcmalloc_minimal_unittest-tcmalloc_unittest.Tpo $(DEPDIR)/tcmalloc_minimal_unittest-tcmalloc_unittest.Po |
|
# source='src/tests/tcmalloc_unittest.cc' object='tcmalloc_minimal_unittest-tcmalloc_unittest.obj' libtool=no \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(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` |
|
|
|
tcmalloc_minimal_unittest-testutil.o: src/tests/testutil.cc |
|
$(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 |
|
mv -f $(DEPDIR)/tcmalloc_minimal_unittest-testutil.Tpo $(DEPDIR)/tcmalloc_minimal_unittest-testutil.Po |
|
# source='src/tests/testutil.cc' object='tcmalloc_minimal_unittest-testutil.o' libtool=no \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(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 |
|
|
|
tcmalloc_minimal_unittest-testutil.obj: src/tests/testutil.cc |
|
$(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` |
|
mv -f $(DEPDIR)/tcmalloc_minimal_unittest-testutil.Tpo $(DEPDIR)/tcmalloc_minimal_unittest-testutil.Po |
|
# source='src/tests/testutil.cc' object='tcmalloc_minimal_unittest-testutil.obj' libtool=no \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(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` |
|
|
|
tcmalloc_unittest-tcmalloc_unittest.o: src/tests/tcmalloc_unittest.cc |
|
$(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 |
|
mv -f $(DEPDIR)/tcmalloc_unittest-tcmalloc_unittest.Tpo $(DEPDIR)/tcmalloc_unittest-tcmalloc_unittest.Po |
|
# source='src/tests/tcmalloc_unittest.cc' object='tcmalloc_unittest-tcmalloc_unittest.o' libtool=no \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(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 |
|
|
|
tcmalloc_unittest-tcmalloc_unittest.obj: src/tests/tcmalloc_unittest.cc |
|
$(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` |
|
mv -f $(DEPDIR)/tcmalloc_unittest-tcmalloc_unittest.Tpo $(DEPDIR)/tcmalloc_unittest-tcmalloc_unittest.Po |
|
# source='src/tests/tcmalloc_unittest.cc' object='tcmalloc_unittest-tcmalloc_unittest.obj' libtool=no \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(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` |
|
|
|
tcmalloc_unittest-testutil.o: src/tests/testutil.cc |
|
$(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 |
|
mv -f $(DEPDIR)/tcmalloc_unittest-testutil.Tpo $(DEPDIR)/tcmalloc_unittest-testutil.Po |
|
# source='src/tests/testutil.cc' object='tcmalloc_unittest-testutil.o' libtool=no \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(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 |
|
|
|
tcmalloc_unittest-testutil.obj: src/tests/testutil.cc |
|
$(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` |
|
mv -f $(DEPDIR)/tcmalloc_unittest-testutil.Tpo $(DEPDIR)/tcmalloc_unittest-testutil.Po |
|
# source='src/tests/testutil.cc' object='tcmalloc_unittest-testutil.obj' libtool=no \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(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` |
|
|
|
thread_dealloc_unittest-thread_dealloc_unittest.o: src/tests/thread_dealloc_unittest.cc |
|
$(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 |
|
mv -f $(DEPDIR)/thread_dealloc_unittest-thread_dealloc_unittest.Tpo $(DEPDIR)/thread_dealloc_unittest-thread_dealloc_unittest.Po |
|
# source='src/tests/thread_dealloc_unittest.cc' object='thread_dealloc_unittest-thread_dealloc_unittest.o' libtool=no \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(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 |
|
|
|
thread_dealloc_unittest-thread_dealloc_unittest.obj: src/tests/thread_dealloc_unittest.cc |
|
$(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` |
|
mv -f $(DEPDIR)/thread_dealloc_unittest-thread_dealloc_unittest.Tpo $(DEPDIR)/thread_dealloc_unittest-thread_dealloc_unittest.Po |
|
# source='src/tests/thread_dealloc_unittest.cc' object='thread_dealloc_unittest-thread_dealloc_unittest.obj' libtool=no \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(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` |
|
|
|
thread_dealloc_unittest-testutil.o: src/tests/testutil.cc |
|
$(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 |
|
mv -f $(DEPDIR)/thread_dealloc_unittest-testutil.Tpo $(DEPDIR)/thread_dealloc_unittest-testutil.Po |
|
# source='src/tests/testutil.cc' object='thread_dealloc_unittest-testutil.o' libtool=no \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(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 |
|
|
|
thread_dealloc_unittest-testutil.obj: src/tests/testutil.cc |
|
$(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` |
|
mv -f $(DEPDIR)/thread_dealloc_unittest-testutil.Tpo $(DEPDIR)/thread_dealloc_unittest-testutil.Po |
|
# source='src/tests/testutil.cc' object='thread_dealloc_unittest-testutil.obj' libtool=no \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(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` |
|
|
|
mostlyclean-libtool: |
|
-rm -f *.lo |
|
|
|
clean-libtool: |
|
-rm -rf .libs _libs |
|
|
|
distclean-libtool: |
|
-rm -f libtool |
|
install-man1: $(man1_MANS) $(man_MANS) |
|
@$(NORMAL_INSTALL) |
|
test -z "$(man1dir)" || $(MKDIR_P) "$(DESTDIR)$(man1dir)" |
|
@list='$(man1_MANS) $(dist_man1_MANS) $(nodist_man1_MANS)'; \ |
|
l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \ |
|
for i in $$l2; do \ |
|
case "$$i" in \ |
|
*.1*) list="$$list $$i" ;; \ |
|
esac; \ |
|
done; \ |
|
for i in $$list; do \ |
|
if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \ |
|
else file=$$i; fi; \ |
|
ext=`echo $$i | sed -e 's/^.*\\.//'`; \ |
|
case "$$ext" in \ |
|
1*) ;; \ |
|
*) ext='1' ;; \ |
|
esac; \ |
|
inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \ |
|
inst=`echo $$inst | sed -e 's/^.*\///'`; \ |
|
inst=`echo $$inst | sed '$(transform)'`.$$ext; \ |
|
echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \ |
|
$(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst"; \ |
|
done |
|
uninstall-man1: |
|
@$(NORMAL_UNINSTALL) |
|
@list='$(man1_MANS) $(dist_man1_MANS) $(nodist_man1_MANS)'; \ |
|
l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \ |
|
for i in $$l2; do \ |
|
case "$$i" in \ |
|
*.1*) list="$$list $$i" ;; \ |
|
esac; \ |
|
done; \ |
|
for i in $$list; do \ |
|
ext=`echo $$i | sed -e 's/^.*\\.//'`; \ |
|
case "$$ext" in \ |
|
1*) ;; \ |
|
*) ext='1' ;; \ |
|
esac; \ |
|
inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \ |
|
inst=`echo $$inst | sed -e 's/^.*\///'`; \ |
|
inst=`echo $$inst | sed '$(transform)'`.$$ext; \ |
|
echo " rm -f '$(DESTDIR)$(man1dir)/$$inst'"; \ |
|
rm -f "$(DESTDIR)$(man1dir)/$$inst"; \ |
|
done |
|
install-dist_docDATA: $(dist_doc_DATA) |
|
@$(NORMAL_INSTALL) |
|
test -z "$(docdir)" || $(MKDIR_P) "$(DESTDIR)$(docdir)" |
|
@list='$(dist_doc_DATA)'; for p in $$list; do \ |
|
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ |
|
f=$(am__strip_dir) \ |
|
echo " $(dist_docDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(docdir)/$$f'"; \ |
|
$(dist_docDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(docdir)/$$f"; \ |
|
done |
|
|
|
uninstall-dist_docDATA: |
|
@$(NORMAL_UNINSTALL) |
|
@list='$(dist_doc_DATA)'; for p in $$list; do \ |
|
f=$(am__strip_dir) \ |
|
echo " rm -f '$(DESTDIR)$(docdir)/$$f'"; \ |
|
rm -f "$(DESTDIR)$(docdir)/$$f"; \ |
|
done |
|
install-pkgconfigDATA: $(pkgconfig_DATA) |
|
@$(NORMAL_INSTALL) |
|
test -z "$(pkgconfigdir)" || $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" |
|
@list='$(pkgconfig_DATA)'; for p in $$list; do \ |
|
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ |
|
f=$(am__strip_dir) \ |
|
echo " $(pkgconfigDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(pkgconfigdir)/$$f'"; \ |
|
$(pkgconfigDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(pkgconfigdir)/$$f"; \ |
|
done |
|
|
|
uninstall-pkgconfigDATA: |
|
@$(NORMAL_UNINSTALL) |
|
@list='$(pkgconfig_DATA)'; for p in $$list; do \ |
|
f=$(am__strip_dir) \ |
|
echo " rm -f '$(DESTDIR)$(pkgconfigdir)/$$f'"; \ |
|
rm -f "$(DESTDIR)$(pkgconfigdir)/$$f"; \ |
|
done |
|
install-googleincludeHEADERS: $(googleinclude_HEADERS) |
|
@$(NORMAL_INSTALL) |
|
test -z "$(googleincludedir)" || $(MKDIR_P) "$(DESTDIR)$(googleincludedir)" |
|
@list='$(googleinclude_HEADERS)'; for p in $$list; do \ |
|
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ |
|
f=$(am__strip_dir) \ |
|
echo " $(googleincludeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(googleincludedir)/$$f'"; \ |
|
$(googleincludeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(googleincludedir)/$$f"; \ |
|
done |
|
|
|
uninstall-googleincludeHEADERS: |
|
@$(NORMAL_UNINSTALL) |
|
@list='$(googleinclude_HEADERS)'; for p in $$list; do \ |
|
f=$(am__strip_dir) \ |
|
echo " rm -f '$(DESTDIR)$(googleincludedir)/$$f'"; \ |
|
rm -f "$(DESTDIR)$(googleincludedir)/$$f"; \ |
|
done |
|
install-nodist_perftoolsincludeHEADERS: $(nodist_perftoolsinclude_HEADERS) |
|
@$(NORMAL_INSTALL) |
|
test -z "$(perftoolsincludedir)" || $(MKDIR_P) "$(DESTDIR)$(perftoolsincludedir)" |
|
@list='$(nodist_perftoolsinclude_HEADERS)'; for p in $$list; do \ |
|
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ |
|
f=$(am__strip_dir) \ |
|
echo " $(nodist_perftoolsincludeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(perftoolsincludedir)/$$f'"; \ |
|
$(nodist_perftoolsincludeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(perftoolsincludedir)/$$f"; \ |
|
done |
|
|
|
uninstall-nodist_perftoolsincludeHEADERS: |
|
@$(NORMAL_UNINSTALL) |
|
@list='$(nodist_perftoolsinclude_HEADERS)'; for p in $$list; do \ |
|
f=$(am__strip_dir) \ |
|
echo " rm -f '$(DESTDIR)$(perftoolsincludedir)/$$f'"; \ |
|
rm -f "$(DESTDIR)$(perftoolsincludedir)/$$f"; \ |
|
done |
|
install-perftoolsincludeHEADERS: $(perftoolsinclude_HEADERS) |
|
@$(NORMAL_INSTALL) |
|
test -z "$(perftoolsincludedir)" || $(MKDIR_P) "$(DESTDIR)$(perftoolsincludedir)" |
|
@list='$(perftoolsinclude_HEADERS)'; for p in $$list; do \ |
|
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ |
|
f=$(am__strip_dir) \ |
|
echo " $(perftoolsincludeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(perftoolsincludedir)/$$f'"; \ |
|
$(perftoolsincludeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(perftoolsincludedir)/$$f"; \ |
|
done |
|
|
|
uninstall-perftoolsincludeHEADERS: |
|
@$(NORMAL_UNINSTALL) |
|
@list='$(perftoolsinclude_HEADERS)'; for p in $$list; do \ |
|
f=$(am__strip_dir) \ |
|
echo " rm -f '$(DESTDIR)$(perftoolsincludedir)/$$f'"; \ |
|
rm -f "$(DESTDIR)$(perftoolsincludedir)/$$f"; \ |
|
done |
|
|
|
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) |
|
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
|
unique=`for i in $$list; do \ |
|
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
|
done | \ |
|
$(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \ |
|
END { if (nonempty) { for (i in files) print i; }; }'`; \ |
|
mkid -fID $$unique |
|
tags: TAGS |
|
|
|
TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ |
|
$(TAGS_FILES) $(LISP) |
|
tags=; \ |
|
here=`pwd`; \ |
|
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
|
unique=`for i in $$list; do \ |
|
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
|
done | \ |
|
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \ |
|
END { if (nonempty) { for (i in files) print i; }; }'`; \ |
|
if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ |
|
test -n "$$unique" || unique=$$empty_fix; \ |
|
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ |
|
$$tags $$unique; \ |
|
fi |
|
ctags: CTAGS |
|
CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ |
|
$(TAGS_FILES) $(LISP) |
|
tags=; \ |
|
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
|
unique=`for i in $$list; do \ |
|
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
|
done | \ |
|
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \ |
|
END { if (nonempty) { for (i in files) print i; }; }'`; \ |
|
test -z "$(CTAGS_ARGS)$$tags$$unique" \ |
|
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ |
|
$$tags $$unique |
|
|
|
GTAGS: |
|
here=`$(am__cd) $(top_builddir) && pwd` \ |
|
&& cd $(top_srcdir) \ |
|
&& gtags -i $(GTAGS_ARGS) $$here |
|
|
|
distclean-tags: |
|
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags |
|
|
|
check-TESTS: $(TESTS) |
|
@failed=0; all=0; xfail=0; xpass=0; skip=0; ws='[ ]'; \ |
|
srcdir=$(srcdir); export srcdir; \ |
|
list=' $(TESTS) '; \ |
|
if test -n "$$list"; then \ |
|
for tst in $$list; do \ |
|
if test -f ./$$tst; then dir=./; \ |
|
elif test -f $$tst; then dir=; \ |
|
else dir="$(srcdir)/"; fi; \ |
|
if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \ |
|
all=`expr $$all + 1`; \ |
|
case " $(XFAIL_TESTS) " in \ |
|
*$$ws$$tst$$ws*) \ |
|
xpass=`expr $$xpass + 1`; \ |
|
failed=`expr $$failed + 1`; \ |
|
echo "XPASS: $$tst"; \ |
|
;; \ |
|
*) \ |
|
echo "PASS: $$tst"; \ |
|
;; \ |
|
esac; \ |
|
elif test $$? -ne 77; then \ |
|
all=`expr $$all + 1`; \ |
|
case " $(XFAIL_TESTS) " in \ |
|
*$$ws$$tst$$ws*) \ |
|
xfail=`expr $$xfail + 1`; \ |
|
echo "XFAIL: $$tst"; \ |
|
;; \ |
|
*) \ |
|
failed=`expr $$failed + 1`; \ |
|
echo "FAIL: $$tst"; \ |
|
;; \ |
|
esac; \ |
|
else \ |
|
skip=`expr $$skip + 1`; \ |
|
echo "SKIP: $$tst"; \ |
|
fi; \ |
|
done; \ |
|
if test "$$failed" -eq 0; then \ |
|
if test "$$xfail" -eq 0; then \ |
|
banner="All $$all tests passed"; \ |
|
else \ |
|
banner="All $$all tests behaved as expected ($$xfail expected failures)"; \ |
|
fi; \ |
|
else \ |
|
if test "$$xpass" -eq 0; then \ |
|
banner="$$failed of $$all tests failed"; \ |
|
else \ |
|
banner="$$failed of $$all tests did not behave as expected ($$xpass unexpected passes)"; \ |
|
fi; \ |
|
fi; \ |
|
dashes="$$banner"; \ |
|
skipped=""; \ |
|
if test "$$skip" -ne 0; then \ |
|
skipped="($$skip tests were not run)"; \ |
|
test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \ |
|
dashes="$$skipped"; \ |
|
fi; \ |
|
report=""; \ |
|
if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \ |
|
report="Please report to $(PACKAGE_BUGREPORT)"; \ |
|
test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \ |
|
dashes="$$report"; \ |
|
fi; \ |
|
dashes=`echo "$$dashes" | sed s/./=/g`; \ |
|
echo "$$dashes"; \ |
|
echo "$$banner"; \ |
|
test -z "$$skipped" || echo "$$skipped"; \ |
|
test -z "$$report" || echo "$$report"; \ |
|
echo "$$dashes"; \ |
|
test "$$failed" -eq 0; \ |
|
else :; fi |
|
|
|
distdir: $(DISTFILES) |
|
$(am__remove_distdir) |
|
test -d $(distdir) || mkdir $(distdir) |
|
@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ |
|
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ |
|
list='$(DISTFILES)'; \ |
|
dist_files=`for file in $$list; do echo $$file; done | \ |
|
sed -e "s|^$$srcdirstrip/||;t" \ |
|
-e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ |
|
case $$dist_files in \ |
|
*/*) $(MKDIR_P) `echo "$$dist_files" | \ |
|
sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ |
|
sort -u` ;; \ |
|
esac; \ |
|
for file in $$dist_files; do \ |
|
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ |
|
if test -d $$d/$$file; then \ |
|
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ |
|
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ |
|
cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ |
|
fi; \ |
|
cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ |
|
else \ |
|
test -f $(distdir)/$$file \ |
|
|| cp -p $$d/$$file $(distdir)/$$file \ |
|
|| exit 1; \ |
|
fi; \ |
|
done |
|
$(MAKE) $(AM_MAKEFLAGS) \ |
|
top_distdir="$(top_distdir)" distdir="$(distdir)" \ |
|
dist-hook |
|
-find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \ |
|
! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ |
|
! -type d ! -perm -400 -exec chmod a+r {} \; -o \ |
|
! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ |
|
|| chmod -R a+r $(distdir) |
|
dist-gzip: distdir |
|
tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz |
|
$(am__remove_distdir) |
|
|
|
dist-bzip2: distdir |
|
tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2 |
|
$(am__remove_distdir) |
|
|
|
dist-lzma: distdir |
|
tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma |
|
$(am__remove_distdir) |
|
|
|
dist-tarZ: distdir |
|
tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z |
|
$(am__remove_distdir) |
|
|
|
dist-shar: distdir |
|
shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz |
|
$(am__remove_distdir) |
|
dist-zip: distdir |
|
-rm -f $(distdir).zip |
|
zip -rq $(distdir).zip $(distdir) |
|
$(am__remove_distdir) |
|
|
|
dist dist-all: distdir |
|
tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz |
|
-rm -f $(distdir).zip |
|
zip -rq $(distdir).zip $(distdir) |
|
$(am__remove_distdir) |
|
|
|
# This target untars the dist file and tries a VPATH configuration. Then |
|
# it guarantees that the distribution is self-contained by making another |
|
# tarfile. |
|
distcheck: dist |
|
case '$(DIST_ARCHIVES)' in \ |
|
*.tar.gz*) \ |
|
GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\ |
|
*.tar.bz2*) \ |
|
bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\ |
|
*.tar.lzma*) \ |
|
unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\ |
|
*.tar.Z*) \ |
|
uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ |
|
*.shar.gz*) \ |
|
GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\ |
|
*.zip*) \ |
|
unzip $(distdir).zip ;;\ |
|
esac |
|
chmod -R a-w $(distdir); chmod a+w $(distdir) |
|
mkdir $(distdir)/_build |
|
mkdir $(distdir)/_inst |
|
chmod a-w $(distdir) |
|
dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ |
|
&& dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ |
|
&& cd $(distdir)/_build \ |
|
&& ../configure --srcdir=.. --prefix="$$dc_install_base" \ |
|
$(DISTCHECK_CONFIGURE_FLAGS) \ |
|
&& $(MAKE) $(AM_MAKEFLAGS) \ |
|
&& $(MAKE) $(AM_MAKEFLAGS) dvi \ |
|
&& $(MAKE) $(AM_MAKEFLAGS) check \ |
|
&& $(MAKE) $(AM_MAKEFLAGS) install \ |
|
&& $(MAKE) $(AM_MAKEFLAGS) installcheck \ |
|
&& $(MAKE) $(AM_MAKEFLAGS) uninstall \ |
|
&& $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ |
|
distuninstallcheck \ |
|
&& chmod -R a-w "$$dc_install_base" \ |
|
&& ({ \ |
|
(cd ../.. && umask 077 && mkdir "$$dc_destdir") \ |
|
&& $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ |
|
&& $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ |
|
&& $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ |
|
distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ |
|
} || { rm -rf "$$dc_destdir"; exit 1; }) \ |
|
&& rm -rf "$$dc_destdir" \ |
|
&& $(MAKE) $(AM_MAKEFLAGS) dist \ |
|
&& rm -rf $(DIST_ARCHIVES) \ |
|
&& $(MAKE) $(AM_MAKEFLAGS) distcleancheck |
|
$(am__remove_distdir) |
|
@(echo "$(distdir) archives ready for distribution: "; \ |
|
list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ |
|
sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' |
|
distuninstallcheck: |
|
@cd $(distuninstallcheck_dir) \ |
|
&& test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \ |
|
|| { echo "ERROR: files left after uninstall:" ; \ |
|
if test -n "$(DESTDIR)"; then \ |
|
echo " (check DESTDIR support)"; \ |
|
fi ; \ |
|
$(distuninstallcheck_listfiles) ; \ |
|
exit 1; } >&2 |
|
distcleancheck: distclean |
|
@if test '$(srcdir)' = . ; then \ |
|
echo "ERROR: distcleancheck can only run from a VPATH build" ; \ |
|
exit 1 ; \ |
|
fi |
|
@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ |
|
|| { echo "ERROR: files left in build directory after distclean:" ; \ |
|
$(distcleancheck_listfiles) ; \ |
|
exit 1; } >&2 |
|
check-am: all-am |
|
$(MAKE) $(AM_MAKEFLAGS) $(check_SCRIPTS) |
|
$(MAKE) $(AM_MAKEFLAGS) check-TESTS |
|
check: check-am |
|
all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(SCRIPTS) $(MANS) $(DATA) \ |
|
$(HEADERS) all-local |
|
install-binPROGRAMS: install-libLTLIBRARIES |
|
|
|
installdirs: |
|
for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(docdir)" "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(googleincludedir)" "$(DESTDIR)$(perftoolsincludedir)" "$(DESTDIR)$(perftoolsincludedir)"; do \ |
|
test -z "$$dir" || $(MKDIR_P) "$$dir"; \ |
|
done |
|
install: install-am |
|
install-exec: install-exec-am |
|
install-data: install-data-am |
|
uninstall: uninstall-am |
|
|
|
install-am: all-am |
|
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am |
|
|
|
installcheck: installcheck-am |
|
install-strip: |
|
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ |
|
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ |
|
`test -z '$(STRIP)' || \ |
|
echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install |
|
mostlyclean-generic: |
|
|
|
clean-generic: |
|
-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) |
|
|
|
distclean-generic: |
|
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) |
|
|
|
maintainer-clean-generic: |
|
@echo "This command is intended for maintainers to use" |
|
@echo "it deletes files that may require special tools to rebuild." |
|
clean: clean-am |
|
|
|
clean-am: clean-binPROGRAMS clean-generic clean-libLTLIBRARIES \ |
|
clean-libtool clean-noinstLTLIBRARIES clean-noinstPROGRAMS \ |
|
mostlyclean-am |
|
|
|
distclean: distclean-am |
|
-rm -f $(am__CONFIG_DISTCLEAN_FILES) |
|
-rm -rf ./$(DEPDIR) |
|
-rm -f Makefile |
|
distclean-am: clean-am distclean-compile distclean-generic \ |
|
distclean-hdr distclean-libtool distclean-tags |
|
|
|
dvi: dvi-am |
|
|
|
dvi-am: |
|
|
|
html: html-am |
|
|
|
info: info-am |
|
|
|
info-am: |
|
|
|
install-data-am: install-dist_docDATA install-googleincludeHEADERS \ |
|
install-man install-nodist_perftoolsincludeHEADERS \ |
|
install-perftoolsincludeHEADERS install-pkgconfigDATA |
|
|
|
install-dvi: install-dvi-am |
|
|
|
install-exec-am: install-binPROGRAMS install-binSCRIPTS \ |
|
install-exec-local install-libLTLIBRARIES |
|
|
|
install-html: install-html-am |
|
|
|
install-info: install-info-am |
|
|
|
install-man: install-man1 |
|
|
|
install-pdf: install-pdf-am |
|
|
|
install-ps: install-ps-am |
|
|
|
installcheck-am: |
|
|
|
maintainer-clean: maintainer-clean-am |
|
-rm -f $(am__CONFIG_DISTCLEAN_FILES) |
|
-rm -rf $(top_srcdir)/autom4te.cache |
|
-rm -rf ./$(DEPDIR) |
|
-rm -f Makefile |
|
maintainer-clean-am: distclean-am maintainer-clean-generic |
|
|
|
mostlyclean: mostlyclean-am |
|
|
|
mostlyclean-am: mostlyclean-compile mostlyclean-generic \ |
|
mostlyclean-libtool |
|
|
|
pdf: pdf-am |
|
|
|
pdf-am: |
|
|
|
ps: ps-am |
|
|
|
ps-am: |
|
|
|
uninstall-am: uninstall-binPROGRAMS uninstall-binSCRIPTS \ |
|
uninstall-dist_docDATA uninstall-googleincludeHEADERS \ |
|
uninstall-libLTLIBRARIES uninstall-man \ |
|
uninstall-nodist_perftoolsincludeHEADERS \ |
|
uninstall-perftoolsincludeHEADERS uninstall-pkgconfigDATA |
|
|
|
uninstall-man: uninstall-man1 |
|
|
|
.MAKE: install-am install-strip |
|
|
|
.PHONY: CTAGS GTAGS all all-am all-local am--refresh check check-TESTS \ |
|
check-am clean clean-binPROGRAMS clean-generic \ |
|
clean-libLTLIBRARIES clean-libtool clean-noinstLTLIBRARIES \ |
|
clean-noinstPROGRAMS ctags dist dist-all dist-bzip2 dist-gzip \ |
|
dist-hook dist-lzma dist-shar dist-tarZ dist-zip distcheck \ |
|
distclean distclean-compile distclean-generic distclean-hdr \ |
|
distclean-libtool distclean-tags distcleancheck distdir \ |
|
distuninstallcheck dvi dvi-am html html-am info info-am \ |
|
install install-am install-binPROGRAMS install-binSCRIPTS \ |
|
install-data install-data-am install-dist_docDATA install-dvi \ |
|
install-dvi-am install-exec install-exec-am install-exec-local \ |
|
install-googleincludeHEADERS install-html install-html-am \ |
|
install-info install-info-am install-libLTLIBRARIES \ |
|
install-man install-man1 \ |
|
install-nodist_perftoolsincludeHEADERS install-pdf \ |
|
install-pdf-am install-perftoolsincludeHEADERS \ |
|
install-pkgconfigDATA install-ps install-ps-am install-strip \ |
|
installcheck installcheck-am installdirs maintainer-clean \ |
|
maintainer-clean-generic mostlyclean mostlyclean-compile \ |
|
mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ |
|
tags uninstall uninstall-am uninstall-binPROGRAMS \ |
|
uninstall-binSCRIPTS uninstall-dist_docDATA \ |
|
uninstall-googleincludeHEADERS uninstall-libLTLIBRARIES \ |
|
uninstall-man uninstall-man1 \ |
|
uninstall-nodist_perftoolsincludeHEADERS \ |
|
uninstall-perftoolsincludeHEADERS uninstall-pkgconfigDATA |
|
|
|
# # TODO(csilvers): check if -fomit-frame-pointer might be in $(CXXFLAGS), |
|
# # before setting this. |
|
pprof_unittest: $(top_srcdir)/src/pprof |
|
$(top_srcdir)/src/pprof -test |
|
# This script preloads libtcmalloc, and calls two other binaries as well |
|
# TODO(csilvers): replace by 'if ! cmp $^ $@ >/dev/null 2>&; then ...; fi' |
|
#maybe_threads_unittest.sh$(EXEEXT): $(top_srcdir)/$(maybe_threads_unittest_sh_SOURCES) \ |
|
# $(LIBTCMALLOC_MINIMAL) \ |
|
# low_level_alloc_unittest |
|
# rm -f $@ |
|
# cp -p $(top_srcdir)/$(maybe_threads_unittest_sh_SOURCES) $@ |
|
debugallocation_test.sh$(EXEEXT): $(top_srcdir)/$(debugallocation_test_sh_SOURCES) \ |
|
debugallocation_test |
|
rm -f $@ |
|
cp -p $(top_srcdir)/$(debugallocation_test_sh_SOURCES) $@ |
|
sampling_test.sh$(EXEEXT): $(top_srcdir)/$(sampling_test_sh_SOURCES) \ |
|
sampling_test |
|
rm -f $@ |
|
cp -p $(top_srcdir)/$(sampling_test_sh_SOURCES) $@ |
|
heap-profiler_unittest.sh$(EXEEXT): $(top_srcdir)/$(heap_profiler_unittest_sh_SOURCES) \ |
|
heap-profiler_unittest |
|
rm -f $@ |
|
cp -p $(top_srcdir)/$(heap_profiler_unittest_sh_SOURCES) $@ |
|
heap-checker_unittest.sh$(EXEEXT): $(top_srcdir)/$(heap_checker_unittest_sh_SOURCES) \ |
|
heap-checker_unittest |
|
rm -f $@ |
|
cp -p $(top_srcdir)/$(heap_checker_unittest_sh_SOURCES) $@ |
|
heap-checker-death_unittest.sh$(EXEEXT): $(heap_checker_death_unittest_sh_SOURCES) \ |
|
heap-checker_unittest |
|
rm -f $@ |
|
cp -p $(top_srcdir)/$(heap_checker_death_unittest_sh_SOURCES) $@ |
|
sampling_debug_test.sh$(EXEEXT): $(top_srcdir)/$(sampling_test_sh_SOURCES) \ |
|
sampling_debug_test |
|
rm -f $@ |
|
cp -p $(top_srcdir)/$(sampling_test_sh_SOURCES) $@ |
|
heap-profiler_debug_unittest.sh$(EXEEXT): $(top_srcdir)/$(heap_profiler_unittest_sh_SOURCES) \ |
|
heap-profiler_debug_unittest |
|
rm -f $@ |
|
cp -p $(top_srcdir)/$(heap_profiler_unittest_sh_SOURCES) $@ |
|
heap-checker_debug_unittest.sh$(EXEEXT): $(top_srcdir)/$(heap_checker_unittest_sh_SOURCES) \ |
|
heap-checker_debug_unittest |
|
rm -f $@ |
|
cp -p $(top_srcdir)/$(heap_checker_unittest_sh_SOURCES) $@ |
|
profiler_unittest.sh$(EXEEXT): $(top_srcdir)/$(profiler_unittest_sh_SOURCES) \ |
|
profiler1_unittest profiler2_unittest \ |
|
profiler3_unittest profiler4_unittest |
|
rm -f $@ |
|
cp -p $(top_srcdir)/$(profiler_unittest_sh_SOURCES) $@ |
|
|
|
# Do the weakening on some exported libtcmalloc symbols. |
|
install-exec-local: all-local |
|
all-local: $(LIBS_TO_WEAKEN) |
|
for la in $(LIBS_TO_WEAKEN); do lib=".libs/`basename $$la .la`.a"; [ ! -f "$$lib" ] || $(WEAKEN) "$$lib"; done |
|
|
|
rpm: dist-gzip packages/rpm.sh packages/rpm/rpm.spec |
|
@cd packages && ./rpm.sh ${PACKAGE} ${VERSION} |
|
|
|
deb: dist-gzip packages/deb.sh packages/deb/* |
|
@cd packages && ./deb.sh ${PACKAGE} ${VERSION} |
|
|
|
# I get the description and URL lines from the rpm spec. I use sed to |
|
# try to rewrite exec_prefix, libdir, and includedir in terms of |
|
# prefix, if possible. |
|
libtcmalloc.pc: Makefile packages/rpm/rpm.spec |
|
echo 'prefix=$(prefix)' > "$@".tmp |
|
echo 'exec_prefix='`echo '$(exec_prefix)' | sed 's@^$(prefix)@$${prefix}@'` >> "$@".tmp |
|
echo 'libdir='`echo '$(libdir)' | sed 's@^$(exec_prefix)@$${exec_prefix}@'` >> "$@".tmp |
|
echo 'includedir='`echo '$(includedir)' | sed 's@^$(prefix)@$${prefix}@'` >> "$@".tmp |
|
echo '' >> "$@".tmp |
|
echo 'Name: $(PACKAGE)' >> "$@".tmp |
|
echo 'Version: $(VERSION)' >> "$@".tmp |
|
-grep '^Summary:' $(top_srcdir)/packages/rpm/rpm.spec | sed s/^Summary:/Description:/ | head -n1 >> "$@".tmp |
|
-grep '^URL: ' $(top_srcdir)/packages/rpm/rpm.spec >> "$@".tmp |
|
echo 'Requires:' >> "$@".tmp |
|
echo 'Libs: -L$${libdir} -ltcmalloc' >> "$@".tmp |
|
echo 'Libs.private: $(PTHREAD_CFLAGS) $(PTHREAD_LIBS)' >> "$@".tmp |
|
echo 'Cflags: -I$${includedir}' >> "$@".tmp |
|
mv -f "$@".tmp "$@" |
|
|
|
# The other versions are mostly the same. |
|
libtcmalloc_minimal.pc: libtcmalloc.pc |
|
cat libtcmalloc.pc | sed s/-ltcmalloc/-ltcmalloc_minimal/ > "$@" |
|
|
|
libtcmalloc_debug.pc: libtcmalloc.pc |
|
cat libtcmalloc.pc | sed s/-ltcmalloc/-ltcmalloc_debug/ > "$@" |
|
|
|
libtcmalloc_minimal_debug.pc: libtcmalloc.pc |
|
cat libtcmalloc.pc | sed s/-ltcmalloc/-ltcmalloc_minimal_debug/ > "$@" |
|
|
|
libprofiler.pc: libtcmalloc.pc |
|
cat libtcmalloc.pc | sed s/-ltcmalloc/-lprofiler/ > "$@" |
|
|
|
libtool: $(LIBTOOL_DEPS) |
|
$(SHELL) ./config.status --recheck |
|
|
|
# Windows wants write permission to .vcproj files and maybe even sln files. |
|
dist-hook: |
|
test -e "$(distdir)/vsprojects" \ |
|
&& chmod -R u+w $(distdir)/*.sln $(distdir)/vsprojects/ |
|
# Tell versions [3.59,3.63) of GNU make to not export all variables. |
|
# Otherwise a system limit (for SysV at least) may be exceeded. |
|
.NOEXPORT:
|
|
|