Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(142)

Side by Side Diff: third_party/tcmalloc/vendor/Makefile.in

Issue 9701040: Revert 126715 - Update the tcmalloc vendor branch to r144 (gperftools 2.0). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « third_party/tcmalloc/vendor/Makefile.am ('k') | third_party/tcmalloc/vendor/NEWS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Makefile.in generated by automake 1.10.1 from Makefile.am. 1 # Makefile.in generated by automake 1.9.6 from Makefile.am.
2 # @configure_input@ 2 # @configure_input@
3 3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. 5 # 2003, 2004, 2005 Free Software Foundation, Inc.
6 # This Makefile.in is free software; the Free Software Foundation 6 # This Makefile.in is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it, 7 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved. 8 # with or without modifications, as long as this notice is preserved.
9 9
10 # This program is distributed in the hope that it will be useful, 10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without 11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A 12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13 # PARTICULAR PURPOSE. 13 # PARTICULAR PURPOSE.
14 14
15 @SET_MAKE@ 15 @SET_MAKE@
16 16
17 # Note: for every library we create, we're explicit about what symbols 17 # Note: for every library we create, we're explicit about what symbols
18 # we export. In order to avoid complications with C++ mangling, we always 18 # we export. In order to avoid complications with C++ mangling, we always
19 # use the regexp for of specifying symbols. 19 # use the regexp for of specifying symbols.
20 20
21 21
22 22
23 23
24 24
25 srcdir = @srcdir@
26 top_srcdir = @top_srcdir@
25 VPATH = @srcdir@ 27 VPATH = @srcdir@
26 pkgdatadir = $(datadir)/@PACKAGE@ 28 pkgdatadir = $(datadir)/@PACKAGE@
27 pkglibdir = $(libdir)/@PACKAGE@ 29 pkglibdir = $(libdir)/@PACKAGE@
28 pkgincludedir = $(includedir)/@PACKAGE@ 30 pkgincludedir = $(includedir)/@PACKAGE@
31 top_builddir = .
29 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 32 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
33 INSTALL = @INSTALL@
30 install_sh_DATA = $(install_sh) -c -m 644 34 install_sh_DATA = $(install_sh) -c -m 644
31 install_sh_PROGRAM = $(install_sh) -c 35 install_sh_PROGRAM = $(install_sh) -c
32 install_sh_SCRIPT = $(install_sh) -c 36 install_sh_SCRIPT = $(install_sh) -c
33 INSTALL_HEADER = $(INSTALL_DATA) 37 INSTALL_HEADER = $(INSTALL_DATA)
34 transform = $(program_transform_name) 38 transform = $(program_transform_name)
35 NORMAL_INSTALL = : 39 NORMAL_INSTALL = :
36 PRE_INSTALL = : 40 PRE_INSTALL = :
37 POST_INSTALL = : 41 POST_INSTALL = :
38 NORMAL_UNINSTALL = : 42 NORMAL_UNINSTALL = :
39 PRE_UNINSTALL = : 43 PRE_UNINSTALL = :
40 POST_UNINSTALL = : 44 POST_UNINSTALL = :
41 build_triplet = @build@ 45 build_triplet = @build@
42 host_triplet = @host@ 46 host_triplet = @host@
43 @WITH_STACK_TRACE_FALSE@am__append_1 = -DNO_TCMALLOC_SAMPLES 47 @WITH_STACK_TRACE_FALSE@am__append_1 = -DNO_TCMALLOC_SAMPLES
44 48
45 # These are good warnings to turn on by default. We also tell gcc 49 # These are good warnings to turn on by default. We also tell gcc
46 # that malloc, free, realloc, mmap, etc. are not builtins (these flags 50 # that malloc, free, realloc, mmap, etc. are not builtins (these flags
47 # are supported since gcc 3.1.1). gcc doesn't think most of them are 51 # are supported since gcc 3.1.1). gcc doesn't think most of them are
48 # builtins now in any case, but it's best to be explicit in case that 52 # builtins now in any case, but it's best to be explicit in case that
49 # changes one day. gcc ignores functions it doesn't understand. 53 # changes one day. gcc ignores functions it doesn't understand.
50 @GCC_TRUE@am__append_2 = -Wall -Wwrite-strings -Woverloaded-virtual \ 54 @GCC_TRUE@am__append_2 = -Wall -Wwrite-strings -Woverloaded-virtual \
51 @GCC_TRUE@ -Wno-sign-compare \ 55 @GCC_TRUE@ -Wno-sign-compare \
52 @GCC_TRUE@ -fno-builtin-malloc -fno-builtin-free -fno-builtin-real loc \ 56 @GCC_TRUE@ -fno-builtin-malloc -fno-builtin-free -fno-builtin-real loc \
53 @GCC_TRUE@ -fno-builtin-calloc -fno-builtin-cfree \ 57 @GCC_TRUE@ -fno-builtin-calloc -fno-builtin-cfree \
54 @GCC_TRUE@ -fno-builtin-memalign -fno-builtin-posix_memalign \ 58 @GCC_TRUE@ -fno-builtin-memalign -fno-builtin-posix_memalign \
55 @GCC_TRUE@ -fno-builtin-valloc -fno-builtin-pvalloc 59 @GCC_TRUE@ -fno-builtin-valloc -fno-builtin-pvalloc
56 60
57 # On i386, -mmmx is needed for the mmx-based instructions in 61 @HAVE_W_NO_UNUSED_RESULT_TRUE@am__append_3 = -Wno-unused-result
58 # atomicops-internal-x86.h.
59 @GCC_TRUE@@I386_TRUE@am__append_3 = -mmmx
60 @HAVE_W_NO_UNUSED_RESULT_TRUE@am__append_4 = -Wno-unused-result
61 62
62 # These are x86-specific, having to do with frame-pointers. In 63 # These are x86-specific, having to do with frame-pointers. In
63 # particular, some x86_64 systems do not insert frame pointers by 64 # particular, some x86_64 systems do not insert frame pointers by
64 # default (all i386 systems that I know of, do. I don't know about 65 # default (all i386 systems that I know of, do. I don't know about
65 # non-x86 chips). We need to tell perftools what to do about that. 66 # non-x86 chips). We need to tell perftools what to do about that.
66 @ENABLE_FRAME_POINTERS_TRUE@@X86_64_AND_NO_FP_BY_DEFAULT_TRUE@am__append_5 = -fn o-omit-frame-pointer 67 @ENABLE_FRAME_POINTERS_TRUE@@X86_64_AND_NO_FP_BY_DEFAULT_TRUE@am__append_4 = -fn o-omit-frame-pointer
67 @ENABLE_FRAME_POINTERS_FALSE@@X86_64_AND_NO_FP_BY_DEFAULT_TRUE@am__append_6 = -D NO_FRAME_POINTER 68 @ENABLE_FRAME_POINTERS_FALSE@@X86_64_AND_NO_FP_BY_DEFAULT_TRUE@am__append_5 = -D NO_FRAME_POINTER
68 @MINGW_TRUE@am__append_7 = -Wl,-u__tcmalloc 69 @MINGW_TRUE@am__append_6 = -Wl,-u__tcmalloc
69 TESTS = low_level_alloc_unittest$(EXEEXT) atomicops_unittest$(EXEEXT) \
70 » $(am__EXEEXT_9) tcmalloc_minimal_unittest$(EXEEXT) \
71 » tcmalloc_minimal_large_unittest$(EXEEXT) $(am__append_17) \
72 » addressmap_unittest$(EXEEXT) $(am__EXEEXT_10) \
73 » packed_cache_test$(EXEEXT) frag_unittest$(EXEEXT) \
74 » markidle_unittest$(EXEEXT) \
75 » current_allocated_bytes_test$(EXEEXT) \
76 » malloc_hook_test$(EXEEXT) malloc_extension_test$(EXEEXT) \
77 » $(am__EXEEXT_11) $(am__EXEEXT_12) page_heap_test$(EXEEXT) \
78 » pagemap_unittest$(EXEEXT) realloc_unittest$(EXEEXT) \
79 » stack_trace_table_test$(EXEEXT) \
80 » thread_dealloc_unittest$(EXEEXT) $(am__EXEEXT_13) \
81 » $(am__EXEEXT_14) $(am__EXEEXT_15) $(am__append_29) \
82 » $(am__EXEEXT_16) $(am__EXEEXT_17) $(am__EXEEXT_18) \
83 » $(am__EXEEXT_19) $(am__append_49) $(am__EXEEXT_20) \
84 » $(am__append_58) $(am__append_60) $(am__EXEEXT_21) \
85 » $(am__EXEEXT_22)
86 noinst_PROGRAMS = $(am__EXEEXT_1) $(am__EXEEXT_2) $(am__EXEEXT_3) \ 70 noinst_PROGRAMS = $(am__EXEEXT_1) $(am__EXEEXT_2) $(am__EXEEXT_3) \
87 $(am__EXEEXT_4) $(am__EXEEXT_5) $(am__EXEEXT_6) \ 71 $(am__EXEEXT_4) $(am__EXEEXT_5) $(am__EXEEXT_6) \
88 » $(am__EXEEXT_7) $(am__EXEEXT_8) $(am__EXEEXT_23) 72 » $(am__EXEEXT_7) $(am__EXEEXT_8) $(am__EXEEXT_28)
89 bin_PROGRAMS = 73 bin_PROGRAMS =
90 @MINGW_TRUE@am__append_8 = libwindows.la libspinlock.la 74 @MINGW_TRUE@am__append_7 = libwindows.la libspinlock.la
91 75
92 # We also need to tell mingw that sysinfo.cc needs shlwapi.lib. 76 # We also need to tell mingw that sysinfo.cc needs shlwapi.lib.
93 # (We do this via a #pragma for msvc, but need to do it here for mingw). 77 # (We do this via a #pragma for msvc, but need to do it here for mingw).
94 @MINGW_TRUE@am__append_9 = -lshlwapi 78 @MINGW_TRUE@am__append_8 = -lshlwapi
95 @MINGW_FALSE@am__append_10 = libspinlock.la 79 @MINGW_FALSE@am__append_9 = libspinlock.la
96 @WITH_STACK_TRACE_TRUE@am__append_11 = $(SG_STACKTRACE_INCLUDES) 80 @WITH_STACK_TRACE_TRUE@am__append_10 = $(SG_STACKTRACE_INCLUDES)
97 81
98 ### Making the library 82 ### Making the library
99 @WITH_STACK_TRACE_TRUE@am__append_12 = libstacktrace.la 83 @WITH_STACK_TRACE_TRUE@am__append_11 = libstacktrace.la
100 84
101 ### Unittests 85 ### Unittests
102 @WITH_STACK_TRACE_TRUE@am__append_13 = stacktrace_unittest 86 @WITH_STACK_TRACE_TRUE@am__append_12 = stacktrace_unittest
103 87
104 ### Documentation 88 ### Documentation
105 @WITH_STACK_TRACE_TRUE@am__append_14 = doc/pprof_remote_servers.html 89 @WITH_STACK_TRACE_TRUE@am__append_13 = doc/pprof_remote_servers.html
106 90
107 # Let unittests find pprof if they need to run it 91 # Let unittests find pprof if they need to run it
108 @WITH_STACK_TRACE_TRUE@am__append_15 = PPROF_PATH=$(top_srcdir)/src/pprof 92 @WITH_STACK_TRACE_TRUE@am__append_14 = PPROF_PATH=$(top_srcdir)/src/pprof
109 93
110 # On MSVC, we need our own versions of addr2line and nm to work with pprof. 94 # On MSVC, we need our own versions of addr2line and nm to work with pprof.
111 # This is a slight abuse of WINDOWS_PROJECTS, but not much 95 # This is a slight abuse of WINDOWS_PROJECTS, but not much
112 @WITH_STACK_TRACE_TRUE@am__append_16 = \ 96 @WITH_STACK_TRACE_TRUE@am__append_15 = \
113 @WITH_STACK_TRACE_TRUE@ vsprojects/nm-pdb/nm-pdb.vcproj \ 97 @WITH_STACK_TRACE_TRUE@ vsprojects/nm-pdb/nm-pdb.vcproj \
114 @WITH_STACK_TRACE_TRUE@ vsprojects/addr2line-pdb/addr2line-pdb.vcproj \ 98 @WITH_STACK_TRACE_TRUE@ vsprojects/addr2line-pdb/addr2line-pdb.vcproj \
115 @WITH_STACK_TRACE_TRUE@ src/windows/nm-pdb.c \ 99 @WITH_STACK_TRACE_TRUE@ src/windows/nm-pdb.c \
116 @WITH_STACK_TRACE_TRUE@ src/windows/addr2line-pdb.c 100 @WITH_STACK_TRACE_TRUE@ src/windows/addr2line-pdb.c
117 101
118 # This tests it works to LD_PRELOAD libtcmalloc (tests maybe_threads.cc) 102 # This tests it works to LD_PRELOAD libtcmalloc (tests maybe_threads.cc)
119 # In theory this should work under mingw, but mingw has trouble running 103 # In theory this should work under mingw, but mingw has trouble running
120 # shell scripts that end in .exe. And it doesn't seem to build shared 104 # shell scripts that end in .exe. And it doesn't seem to build shared
121 # libraries anyway (so can't be LD_PRELOADed) -- in fact, anybody who 105 # libraries anyway (so can't be LD_PRELOADed) -- in fact, anybody who
122 # chooses not to build shared libraries won't be able to run this test. 106 # chooses not to build shared libraries won't be able to run this test.
123 # TODO(csilvers): figure out how to nix ".exe" or otherwise work under mingw 107 # TODO(csilvers): figure out how to nix ".exe" or otherwise work under mingw
124 @ENABLE_STATIC_FALSE@@MINGW_FALSE@am__append_17 = maybe_threads_unittest.sh$(EXE EXT) 108 @ENABLE_STATIC_FALSE@@MINGW_FALSE@am__append_16 = maybe_threads_unittest.sh$(EXE EXT)
125 @ENABLE_STATIC_FALSE@@MINGW_FALSE@am__append_18 = $(maybe_threads_unittest_sh_SO URCES) 109 @ENABLE_STATIC_FALSE@@MINGW_FALSE@am__append_17 = $(maybe_threads_unittest_sh_SO URCES)
126 @MINGW_TRUE@am__append_19 = src/windows/port.h src/windows/port.cc 110 @MINGW_TRUE@am__append_18 = src/windows/port.h src/windows/port.cc
127 @MINGW_FALSE@am__append_20 = system_alloc_unittest 111 @MINGW_FALSE@am__append_19 = system_alloc_unittest
128 112
129 # This doesn't work with static linkage, because libtcmalloc.a isn't 113 # This doesn't work with static linkage, because libtcmalloc.a isn't
130 # happy with C linkage (it misses the stdc++ library). Likewise with 114 # happy with C linkage (it misses the stdc++ library). Likewise with
131 # mingw, which links foo.a even though it doesn't set ENABLE_STATIC. 115 # mingw, which links foo.a even though it doesn't set ENABLE_STATIC.
132 # TODO(csilvers): set enable_static=true in configure.ac:36? 116 # TODO(csilvers): set enable_static=true in configure.ac:36?
133 @ENABLE_STATIC_FALSE@@MINGW_FALSE@am__append_21 = malloc_extension_c_test 117 @ENABLE_STATIC_FALSE@@MINGW_FALSE@am__append_20 = malloc_extension_c_test
134 # -ansi here is just to help ensure the code is bog-standard C. 118 # -ansi here is just to help ensure the code is bog-standard C.
135 @ENABLE_STATIC_FALSE@@GCC_TRUE@@MINGW_FALSE@am__append_22 = -ansi 119 @ENABLE_STATIC_FALSE@@GCC_TRUE@@MINGW_FALSE@am__append_21 = -ansi
136 @MINGW_FALSE@@OSX_FALSE@am__append_23 = memalign_unittest 120 @MINGW_FALSE@@OSX_FALSE@am__append_22 = memalign_unittest
137 121
138 ### ------- tcmalloc_minimal_debug (thread-caching malloc with debugallocation) 122 ### ------- tcmalloc_minimal_debug (thread-caching malloc with debugallocation)
139 123
140 # Like tcmalloc.cc, debugallocation.cc needs exceptions to fulfill its 124 # Like tcmalloc.cc, debugallocation.cc needs exceptions to fulfill its
141 # API. Luckily, we can reuse everything else from tcmalloc_minimal. 125 # API. Luckily, we can reuse everything else from tcmalloc_minimal.
126 @WITH_DEBUGALLOC_TRUE@am__append_23 = libtcmalloc_minimal_debug.la
142 @WITH_DEBUGALLOC_TRUE@am__append_24 = libtcmalloc_minimal_debug.la 127 @WITH_DEBUGALLOC_TRUE@am__append_24 = libtcmalloc_minimal_debug.la
143 @WITH_DEBUGALLOC_TRUE@am__append_25 = libtcmalloc_minimal_debug.la
144 128
145 ### Unittests 129 ### Unittests
146 @WITH_DEBUGALLOC_TRUE@am__append_26 = tcmalloc_minimal_debug_unittest \ 130 @WITH_DEBUGALLOC_TRUE@am__append_25 = tcmalloc_minimal_debug_unittest \
147 @WITH_DEBUGALLOC_TRUE@ malloc_extension_debug_test 131 @WITH_DEBUGALLOC_TRUE@ malloc_extension_debug_test
148 @MINGW_FALSE@@OSX_FALSE@@WITH_DEBUGALLOC_TRUE@am__append_27 = memalign_debug_uni ttest 132 @MINGW_FALSE@@OSX_FALSE@@WITH_DEBUGALLOC_TRUE@am__append_26 = memalign_debug_uni ttest
149 @WITH_DEBUGALLOC_TRUE@am__append_28 = realloc_debug_unittest 133 @WITH_DEBUGALLOC_TRUE@am__append_27 = realloc_debug_unittest
150 134
151 # debugallocation_test checks that we print a proper stacktrace when 135 # debugallocation_test checks that we print a proper stacktrace when
152 # debug-allocs fail, so we can't run it if we don't have stacktrace info. 136 # debug-allocs fail, so we can't run it if we don't have stacktrace info.
153 @WITH_DEBUGALLOC_TRUE@@WITH_STACK_TRACE_TRUE@am__append_29 = debugallocation_tes t.sh$(EXEEXT) 137 @WITH_DEBUGALLOC_TRUE@@WITH_STACK_TRACE_TRUE@am__append_28 = debugallocation_tes t.sh$(EXEEXT)
154 @WITH_DEBUGALLOC_TRUE@@WITH_STACK_TRACE_TRUE@am__append_30 = $(debugallocation_t est_sh_SOURCES) 138 @WITH_DEBUGALLOC_TRUE@@WITH_STACK_TRACE_TRUE@am__append_29 = $(debugallocation_t est_sh_SOURCES)
155 139
156 # This is the sub-program used by debugallocation_test.sh 140 # This is the sub-program used by debugallocation_test.sh
157 @WITH_DEBUGALLOC_TRUE@@WITH_STACK_TRACE_TRUE@am__append_31 = debugallocation_tes t 141 @WITH_DEBUGALLOC_TRUE@@WITH_STACK_TRACE_TRUE@am__append_30 = debugallocation_tes t
158 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__append_32 = $(SG_TCMALLOC_INCLUDES) 142 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__append_31 = $(SG_TCMALLOC_INCLUDES)
159 143
160 ### Making the library 144 ### Making the library
161 145
162 # As we describe at the top of this file, we want to turn off exceptions 146 # As we describe at the top of this file, we want to turn off exceptions
163 # for all files in this library -- except tcmalloc.cc which needs them 147 # for all files in this library -- except tcmalloc.cc which needs them
164 # to fulfill its API. Automake doesn't allow per-file CXXFLAGS, so we need 148 # to fulfill its API. Automake doesn't allow per-file CXXFLAGS, so we need
165 # to separate into two libraries. 149 # to separate into two libraries.
166 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__append_33 = libtcmalloc_internal.la 150 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__append_32 = libtcmalloc_internal.la
167 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__append_34 = libtcmalloc.la 151 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__append_33 = libtcmalloc.la
168 @WITH_HEAP_CHECKER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__append_35 = $(HE AP_CHECKER_SOURCES) 152 @WITH_HEAP_CHECKER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__append_34 = $(HE AP_CHECKER_SOURCES)
153 @WITH_HEAP_CHECKER_FALSE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__append_35 = -DN O_HEAP_CHECK
169 @WITH_HEAP_CHECKER_FALSE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__append_36 = -DN O_HEAP_CHECK 154 @WITH_HEAP_CHECKER_FALSE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__append_36 = -DN O_HEAP_CHECK
170 @WITH_HEAP_CHECKER_FALSE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__append_37 = -DN O_HEAP_CHECK 155 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__append_37 = libtcmalloc.la
171 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__append_38 = libtcmalloc.la
172 156
173 ### Unittests 157 ### Unittests
174 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__append_39 = tcmalloc_unittest 158 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__append_38 = tcmalloc_unittest
175 @OSX_FALSE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__append_40 = tcmalloc_both_uni ttest 159 @OSX_FALSE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__append_39 = tcmalloc_both_uni ttest
176 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__append_41 = \ 160 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__append_40 = \
177 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ tcmalloc_large_unittest \ 161 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ tcmalloc_large_unittest \
178 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ raw_printer_test \ 162 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ raw_printer_test \
179 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ sampler_test \ 163 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ sampler_test \
180 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ sampling_test.sh$(EXEEXT) 164 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ sampling_test.sh$(EXEEXT)
181 165
182 # sampler_test and sampling_test both require sampling to be turned 166 # sampler_test and sampling_test both require sampling to be turned
183 # on, which it's not by default. Use the "standard" value of 2^19. 167 # on, which it's not by default. Use the "standard" value of 2^19.
184 168
185 # These unittests often need to run binaries. They're in the current dir 169 # These unittests often need to run binaries. They're in the current dir
186 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__append_42 = TCMALLOC_SAMPLE_PARAMETER=52 4288 \ 170 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__append_41 = TCMALLOC_SAMPLE_PARAMETER=52 4288 \
187 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ BINDIR=. \ 171 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ BINDIR=. \
188 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ TMPDIR=/tmp/perftools 172 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ TMPDIR=/tmp/perftools
189 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__append_43 = vsprojects/sampler_test/samp ler_test.vcproj 173 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__append_42 = vsprojects/sampler_test/samp ler_test.vcproj
190 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__append_44 = $(sampling_test_sh_SOURCES) 174 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__append_43 = $(sampling_test_sh_SOURCES)
191 175
192 # This is the sub-program used by sampling_test.sh 176 # This is the sub-program used by sampling_test.sh
193 # The -g is so pprof can get symbol information. 177 # The -g is so pprof can get symbol information.
194 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__append_45 = sampling_test 178 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__append_44 = sampling_test
195 179 @WITH_HEAP_PROFILER_TRUE@am__append_45 = heap-profiler_unittest.sh$(EXEEXT)
196 # Tests the compatibility include-headers in google/. Requires a function 180 @WITH_HEAP_PROFILER_TRUE@am__append_46 = $(heap_profiler_unittest_sh_SOURCES)
197 # defined in the heap-profiler, which is why the test lives here.
198 @WITH_HEAP_PROFILER_TRUE@am__append_46 = \
199 @WITH_HEAP_PROFILER_TRUE@» heap-profiler_unittest.sh$(EXEEXT) \
200 @WITH_HEAP_PROFILER_TRUE@» simple_compat_test
201 @WITH_HEAP_PROFILER_TRUE@am__append_47 = $(heap_profiler_unittest_sh_SOURCES)
202 181
203 # These are sub-programs used by heap-profiler_unittest.sh 182 # These are sub-programs used by heap-profiler_unittest.sh
204 @WITH_HEAP_PROFILER_TRUE@am__append_48 = heap-profiler_unittest 183 @WITH_HEAP_PROFILER_TRUE@am__append_47 = heap-profiler_unittest
205 @WITH_HEAP_CHECKER_TRUE@am__append_49 = \ 184 @WITH_HEAP_CHECKER_TRUE@am__append_48 = \
206 @WITH_HEAP_CHECKER_TRUE@ heap-checker_unittest.sh$(EXEEXT) \ 185 @WITH_HEAP_CHECKER_TRUE@ heap-checker_unittest.sh$(EXEEXT) \
207 @WITH_HEAP_CHECKER_TRUE@ heap-checker-death_unittest.sh$(EXEEXT) 186 @WITH_HEAP_CHECKER_TRUE@ heap-checker-death_unittest.sh$(EXEEXT)
208 @WITH_HEAP_CHECKER_TRUE@am__append_50 = \ 187 @WITH_HEAP_CHECKER_TRUE@am__append_49 = \
209 @WITH_HEAP_CHECKER_TRUE@ $(heap_checker_unittest_sh_SOURCES) \ 188 @WITH_HEAP_CHECKER_TRUE@ $(heap_checker_unittest_sh_SOURCES) \
210 @WITH_HEAP_CHECKER_TRUE@ $(top_srcdir)/$(heap_checker_death_unittest_sh_S OURCES) 189 @WITH_HEAP_CHECKER_TRUE@ $(top_srcdir)/$(heap_checker_death_unittest_sh_S OURCES)
211 190
212 # These are sub-programs used by heap-checker_unittest.sh 191 # These are sub-programs used by heap-checker_unittest.sh
213 @WITH_HEAP_CHECKER_TRUE@am__append_51 = heap-checker_unittest 192 @WITH_HEAP_CHECKER_TRUE@am__append_50 = heap-checker_unittest
214 193
215 ### Documentation (above and beyond tcmalloc_minimal documentation) 194 ### Documentation (above and beyond tcmalloc_minimal documentation)
216 @WITH_HEAP_PROFILER_TRUE@am__append_52 = doc/heapprofile.html doc/heap-example1. png 195 @WITH_HEAP_PROFILER_TRUE@am__append_51 = doc/heapprofile.html doc/heap-example1. png
217 @WITH_HEAP_CHECKER_TRUE@am__append_53 = doc/heap_checker.html 196 @WITH_HEAP_CHECKER_TRUE@am__append_52 = doc/heap_checker.html
218 197
219 ### ------- tcmalloc with debugallocation 198 ### ------- tcmalloc with debugallocation
199 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__append_53 = libtcm alloc_debug.la
220 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__append_54 = libtcm alloc_debug.la 200 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__append_54 = libtcm alloc_debug.la
221 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__append_55 = libtcm alloc_debug.la
222 201
223 ### Unittests 202 ### Unittests
224 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__append_56 = tcmall oc_debug_unittest \ 203 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__append_55 = tcmall oc_debug_unittest \
225 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ sampler_debug_te st \ 204 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ sampler_debug_te st \
226 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ sampling_debug_t est.sh$(EXEEXT) 205 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ sampling_debug_t est.sh$(EXEEXT)
227 206
228 # This is the sub-program using by sampling_debug_test.sh 207 # This is the sub-program using by sampling_debug_test.sh
229 # The -g is so pprof can get symbol information. 208 # The -g is so pprof can get symbol information.
230 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__append_57 = sampli ng_debug_test 209 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__append_56 = sampli ng_debug_test
231 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_TRUE@am__append_58 = heap-profiler_deb ug_unittest.sh$(EXEEXT) 210 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_TRUE@am__append_57 = heap-profiler_deb ug_unittest.sh$(EXEEXT)
232 211
233 # These are sub-programs used by heap-profiler_debug_unittest.sh 212 # These are sub-programs used by heap-profiler_debug_unittest.sh
234 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_TRUE@am__append_59 = heap-profiler_deb ug_unittest 213 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_TRUE@am__append_58 = heap-profiler_deb ug_unittest
235 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_CHECKER_TRUE@am__append_60 = heap-checker_debug _unittest.sh$(EXEEXT) 214 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_CHECKER_TRUE@am__append_59 = heap-checker_debug _unittest.sh$(EXEEXT)
236 215
237 # These are sub-programs used by heap-checker_debug_unittest.sh 216 # These are sub-programs used by heap-checker_debug_unittest.sh
238 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_CHECKER_TRUE@am__append_61 = heap-checker_debug _unittest 217 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_CHECKER_TRUE@am__append_60 = heap-checker_debug _unittest
239 @WITH_CPU_PROFILER_TRUE@am__append_62 = $(SG_CPU_PROFILER_INCLUDES) 218 @WITH_CPU_PROFILER_TRUE@am__append_61 = $(SG_CPU_PROFILER_INCLUDES)
240 219
241 ### Making the library 220 ### Making the library
242 @WITH_CPU_PROFILER_TRUE@am__append_63 = libprofiler.la 221 @WITH_CPU_PROFILER_TRUE@am__append_62 = libprofiler.la
243 222
244 ### Unittests 223 ### Unittests
245 @WITH_CPU_PROFILER_TRUE@am__append_64 = getpc_test \ 224 @WITH_CPU_PROFILER_TRUE@am__append_63 = getpc_test \
246 @WITH_CPU_PROFILER_TRUE@ profiledata_unittest \ 225 @WITH_CPU_PROFILER_TRUE@ profiledata_unittest \
247 @WITH_CPU_PROFILER_TRUE@ profile_handler_unittest \ 226 @WITH_CPU_PROFILER_TRUE@ profile_handler_unittest \
248 @WITH_CPU_PROFILER_TRUE@ profiler_unittest.sh$(EXEEXT) 227 @WITH_CPU_PROFILER_TRUE@ profiler_unittest.sh$(EXEEXT)
249 @WITH_CPU_PROFILER_TRUE@am__append_65 = $(profiler_unittest_sh_SOURCES) 228 @WITH_CPU_PROFILER_TRUE@am__append_64 = $(profiler_unittest_sh_SOURCES)
250 229
251 # These are sub-programs used by profiler_unittest.sh 230 # These are sub-programs used by profiler_unittest.sh
252 @WITH_CPU_PROFILER_TRUE@am__append_66 = profiler1_unittest profiler2_unittest pr ofiler3_unittest \ 231 @WITH_CPU_PROFILER_TRUE@am__append_65 = profiler1_unittest profiler2_unittest pr ofiler3_unittest \
253 @WITH_CPU_PROFILER_TRUE@ profiler4_unittest 232 @WITH_CPU_PROFILER_TRUE@ profiler4_unittest
254 233
255 @WITH_CPU_PROFILER_FALSE@profiler2_unittest_DEPENDENCIES = 234 @WITH_CPU_PROFILER_FALSE@profiler2_unittest_DEPENDENCIES =
256 235
257 ### Documentation 236 ### Documentation
258 @WITH_CPU_PROFILER_TRUE@am__append_67 = doc/cpuprofile.html \ 237 @WITH_CPU_PROFILER_TRUE@am__append_66 = doc/cpuprofile.html \
259 @WITH_CPU_PROFILER_TRUE@ doc/cpuprofile-fileformat.html \ 238 @WITH_CPU_PROFILER_TRUE@ doc/cpuprofile-fileformat.html \
260 @WITH_CPU_PROFILER_TRUE@ doc/pprof-test-big.gif \ 239 @WITH_CPU_PROFILER_TRUE@ doc/pprof-test-big.gif \
261 @WITH_CPU_PROFILER_TRUE@ doc/pprof-test.gif \ 240 @WITH_CPU_PROFILER_TRUE@ doc/pprof-test.gif \
262 @WITH_CPU_PROFILER_TRUE@ doc/pprof-vsnprintf-big.gif \ 241 @WITH_CPU_PROFILER_TRUE@ doc/pprof-vsnprintf-big.gif \
263 @WITH_CPU_PROFILER_TRUE@ doc/pprof-vsnprintf.gif 242 @WITH_CPU_PROFILER_TRUE@ doc/pprof-vsnprintf.gif
264 243
265 244
266 ### ------- CPU profiler and heap checker, in one! 245 ### ------- CPU profiler and heap checker, in one!
267 246
268 # Ideally, folks who wanted to use both tcmalloc and libprofiler, 247 # Ideally, folks who wanted to use both tcmalloc and libprofiler,
269 # could just link them both into their application. But while this 248 # could just link them both into their application. But while this
270 # works fine for .so files, it does not for .a files. The easiest way 249 # works fine for .so files, it does not for .a files. The easiest way
271 # around this -- and I've tried a bunch of the hard ways -- is to just 250 # around this -- and I've tried a bunch of the hard ways -- is to just
272 # to create another set of libraries that has both functionality in it. 251 # to create another set of libraries that has both functionality in it.
273 @WITH_CPU_PROFILER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__append_68 = libt cmalloc_and_profiler.la 252 @WITH_CPU_PROFILER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__append_67 = libt cmalloc_and_profiler.la
274 @WITH_CPU_PROFILER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__append_69 = tcma lloc_and_profiler_unittest 253 @WITH_CPU_PROFILER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__append_68 = tcma lloc_and_profiler_unittest
275 @WITH_CPU_PROFILER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__append_70 = libt cmalloc_and_profiler.la 254 @WITH_CPU_PROFILER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__append_69 = libt cmalloc_and_profiler.la
255 DIST_COMMON = README $(am__configure_deps) $(am__dist_doc_DATA_DIST) \
256 » $(am__googleinclude_HEADERS_DIST) $(dist_man_MANS) \
257 » $(noinst_HEADERS) $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
258 » $(top_srcdir)/configure $(top_srcdir)/src/config.h.in \
259 » $(top_srcdir)/src/google/tcmalloc.h.in \
260 » $(top_srcdir)/src/windows/google/tcmalloc.h.in AUTHORS COPYING \
261 » ChangeLog INSTALL NEWS TODO compile config.guess config.sub \
262 » depcomp install-sh ltmain.sh missing mkinstalldirs
276 subdir = . 263 subdir = .
277 DIST_COMMON = README $(am__configure_deps) $(am__dist_doc_DATA_DIST) \
278 $(am__perftoolsinclude_HEADERS_DIST) $(dist_man_MANS) \
279 $(googleinclude_HEADERS) $(noinst_HEADERS) \
280 $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
281 $(top_srcdir)/configure $(top_srcdir)/src/config.h.in \
282 $(top_srcdir)/src/gperftools/tcmalloc.h.in \
283 $(top_srcdir)/src/windows/gperftools/tcmalloc.h.in AUTHORS \
284 COPYING ChangeLog INSTALL NEWS TODO compile config.guess \
285 config.sub depcomp install-sh ltmain.sh missing mkinstalldirs
286 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 264 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
287 am__aclocal_m4_deps = $(top_srcdir)/m4/ac_have_attribute.m4 \ 265 am__aclocal_m4_deps = $(top_srcdir)/m4/ac_have_attribute.m4 \
288 $(top_srcdir)/m4/acx_nanosleep.m4 \ 266 $(top_srcdir)/m4/acx_nanosleep.m4 \
289 $(top_srcdir)/m4/acx_pthread.m4 \ 267 $(top_srcdir)/m4/acx_pthread.m4 \
290 $(top_srcdir)/m4/compiler_characteristics.m4 \ 268 $(top_srcdir)/m4/compiler_characteristics.m4 \
291 $(top_srcdir)/m4/install_prefix.m4 $(top_srcdir)/m4/libtool.m4 \ 269 $(top_srcdir)/m4/install_prefix.m4 $(top_srcdir)/m4/libtool.m4 \
292 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ 270 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
293 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ 271 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
294 $(top_srcdir)/m4/namespaces.m4 \ 272 $(top_srcdir)/m4/namespaces.m4 \
295 $(top_srcdir)/m4/pc_from_ucontext.m4 \ 273 $(top_srcdir)/m4/pc_from_ucontext.m4 \
296 $(top_srcdir)/m4/program_invocation_name.m4 \ 274 $(top_srcdir)/m4/program_invocation_name.m4 \
297 $(top_srcdir)/m4/stl_namespace.m4 $(top_srcdir)/configure.ac 275 $(top_srcdir)/m4/stl_namespace.m4 $(top_srcdir)/configure.ac
298 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 276 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
299 $(ACLOCAL_M4) 277 $(ACLOCAL_M4)
300 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ 278 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
301 configure.lineno config.status.lineno 279 configure.lineno configure.status.lineno
302 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs 280 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
303 CONFIG_HEADER = $(top_builddir)/src/config.h 281 CONFIG_HEADER = $(top_builddir)/src/config.h
304 CONFIG_CLEAN_FILES = src/gperftools/tcmalloc.h \ 282 CONFIG_CLEAN_FILES = src/google/tcmalloc.h \
305 » src/windows/gperftools/tcmalloc.h 283 » src/windows/google/tcmalloc.h
306 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 284 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
307 am__vpath_adj = case $$p in \ 285 am__vpath_adj = case $$p in \
308 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 286 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
309 *) f=$$p;; \ 287 *) f=$$p;; \
310 esac; 288 esac;
311 am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; 289 am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
312 am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" \ 290 am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" \
313 "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)" \ 291 "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)" \
314 "$(DESTDIR)$(docdir)" "$(DESTDIR)$(pkgconfigdir)" \ 292 "$(DESTDIR)$(docdir)" "$(DESTDIR)$(pkgconfigdir)" \
315 "$(DESTDIR)$(googleincludedir)" \ 293 "$(DESTDIR)$(googleincludedir)" \
316 » "$(DESTDIR)$(perftoolsincludedir)" \ 294 » "$(DESTDIR)$(googleincludedir)"
317 » "$(DESTDIR)$(perftoolsincludedir)"
318 libLTLIBRARIES_INSTALL = $(INSTALL) 295 libLTLIBRARIES_INSTALL = $(INSTALL)
319 LTLIBRARIES = $(lib_LTLIBRARIES) $(noinst_LTLIBRARIES) 296 LTLIBRARIES = $(lib_LTLIBRARIES) $(noinst_LTLIBRARIES)
320 liblogging_la_LIBADD = 297 liblogging_la_LIBADD =
321 am__objects_1 = 298 am__objects_1 =
322 am_liblogging_la_OBJECTS = logging.lo dynamic_annotations.lo \ 299 am_liblogging_la_OBJECTS = logging.lo dynamic_annotations.lo \
323 $(am__objects_1) 300 $(am__objects_1)
324 liblogging_la_OBJECTS = $(am_liblogging_la_OBJECTS) 301 liblogging_la_OBJECTS = $(am_liblogging_la_OBJECTS)
325 @WITH_CPU_PROFILER_TRUE@libprofiler_la_DEPENDENCIES = \ 302 @WITH_CPU_PROFILER_TRUE@libprofiler_la_DEPENDENCIES = \
326 @WITH_CPU_PROFILER_TRUE@ libstacktrace.la 303 @WITH_CPU_PROFILER_TRUE@ libstacktrace.la
327 am__libprofiler_la_SOURCES_DIST = src/profiler.cc \ 304 am__libprofiler_la_SOURCES_DIST = src/profiler.cc \
328 src/profile-handler.cc src/profiledata.cc src/profiledata.h \ 305 src/profile-handler.cc src/profiledata.cc src/profiledata.h \
329 src/profile-handler.h src/getpc.h src/base/basictypes.h \ 306 src/profile-handler.h src/getpc.h src/base/basictypes.h \
330 src/base/commandlineflags.h src/base/googleinit.h \ 307 src/base/commandlineflags.h src/base/googleinit.h \
331 src/base/logging.h src/base/simple_mutex.h src/base/sysinfo.h \ 308 src/base/logging.h src/base/simple_mutex.h src/base/sysinfo.h \
332 src/base/spinlock.h src/base/spinlock_internal.h \ 309 src/base/spinlock.h src/base/spinlock_internal.h \
333 src/base/atomicops.h src/base/atomicops-internals-macosx.h \ 310 src/base/atomicops.h src/base/atomicops-internals-macosx.h \
334 src/base/atomicops-internals-linuxppc.h \ 311 src/base/atomicops-internals-linuxppc.h \
335 src/base/atomicops-internals-windows.h \ 312 src/base/atomicops-internals-windows.h \
336 src/base/atomicops-internals-x86.h \ 313 src/base/atomicops-internals-x86.h \
337 src/base/spinlock_win32-inl.h src/base/spinlock_linux-inl.h \ 314 src/base/spinlock_win32-inl.h src/base/spinlock_linux-inl.h \
338 src/base/spinlock_posix-inl.h \ 315 src/base/spinlock_posix-inl.h \
339 src/base/synchronization_profiling.h \ 316 src/base/synchronization_profiling.h \
340 src/base/atomicops-internals-arm-generic.h \ 317 src/base/atomicops-internals-arm-generic.h \
341 src/base/atomicops-internals-arm-v6plus.h \ 318 src/base/atomicops-internals-arm-v6plus.h \
342 src/base/dynamic_annotations.h src/third_party/valgrind.h \ 319 src/base/dynamic_annotations.h src/third_party/valgrind.h \
343 » src/gperftools/profiler.h src/gperftools/stacktrace.h 320 » src/google/profiler.h src/google/stacktrace.h
344 @WITH_CPU_PROFILER_TRUE@am__objects_2 = $(am__objects_1) \ 321 @WITH_CPU_PROFILER_TRUE@am__objects_2 = $(am__objects_1) \
345 @WITH_CPU_PROFILER_TRUE@ $(am__objects_1) 322 @WITH_CPU_PROFILER_TRUE@ $(am__objects_1)
346 @WITH_CPU_PROFILER_TRUE@am__objects_3 = $(am__objects_2) \ 323 @WITH_CPU_PROFILER_TRUE@am__objects_3 = $(am__objects_2) \
347 @WITH_CPU_PROFILER_TRUE@ $(am__objects_1) 324 @WITH_CPU_PROFILER_TRUE@ $(am__objects_1)
348 @WITH_CPU_PROFILER_TRUE@am_libprofiler_la_OBJECTS = profiler.lo \ 325 @WITH_CPU_PROFILER_TRUE@am_libprofiler_la_OBJECTS = profiler.lo \
349 @WITH_CPU_PROFILER_TRUE@ profile-handler.lo profiledata.lo \ 326 @WITH_CPU_PROFILER_TRUE@ profile-handler.lo profiledata.lo \
350 @WITH_CPU_PROFILER_TRUE@ $(am__objects_3) 327 @WITH_CPU_PROFILER_TRUE@ $(am__objects_3)
351 libprofiler_la_OBJECTS = $(am_libprofiler_la_OBJECTS) 328 libprofiler_la_OBJECTS = $(am_libprofiler_la_OBJECTS)
352 libprofiler_la_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
353 $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
354 $(CXXFLAGS) $(libprofiler_la_LDFLAGS) $(LDFLAGS) -o $@
355 @WITH_CPU_PROFILER_TRUE@am_libprofiler_la_rpath = -rpath $(libdir) 329 @WITH_CPU_PROFILER_TRUE@am_libprofiler_la_rpath = -rpath $(libdir)
356 am__DEPENDENCIES_1 = 330 am__DEPENDENCIES_1 =
357 @MINGW_FALSE@libspinlock_la_DEPENDENCIES = $(am__DEPENDENCIES_1) 331 @MINGW_FALSE@libspinlock_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
358 am__libspinlock_la_SOURCES_DIST = src/base/spinlock.cc \ 332 am__libspinlock_la_SOURCES_DIST = src/base/spinlock.cc \
359 src/base/spinlock_internal.cc \ 333 src/base/spinlock_internal.cc \
360 src/base/atomicops-internals-x86.cc src/base/spinlock.h \ 334 src/base/atomicops-internals-x86.cc src/base/spinlock.h \
361 src/base/spinlock_internal.h src/base/atomicops.h \ 335 src/base/spinlock_internal.h src/base/atomicops.h \
362 src/base/atomicops-internals-macosx.h \ 336 src/base/atomicops-internals-macosx.h \
363 src/base/atomicops-internals-linuxppc.h \ 337 src/base/atomicops-internals-linuxppc.h \
364 src/base/atomicops-internals-windows.h \ 338 src/base/atomicops-internals-windows.h \
365 src/base/atomicops-internals-x86.h \ 339 src/base/atomicops-internals-x86.h \
366 src/base/spinlock_win32-inl.h src/base/spinlock_linux-inl.h \ 340 src/base/spinlock_win32-inl.h src/base/spinlock_linux-inl.h \
367 src/base/spinlock_posix-inl.h \ 341 src/base/spinlock_posix-inl.h \
368 src/base/synchronization_profiling.h \ 342 src/base/synchronization_profiling.h \
369 src/base/atomicops-internals-arm-generic.h \ 343 src/base/atomicops-internals-arm-generic.h \
370 src/base/atomicops-internals-arm-v6plus.h 344 src/base/atomicops-internals-arm-v6plus.h
371 @MINGW_FALSE@am_libspinlock_la_OBJECTS = spinlock.lo \ 345 @MINGW_FALSE@am_libspinlock_la_OBJECTS = spinlock.lo \
372 @MINGW_FALSE@ spinlock_internal.lo atomicops-internals-x86.lo \ 346 @MINGW_FALSE@ spinlock_internal.lo atomicops-internals-x86.lo \
373 @MINGW_FALSE@ $(am__objects_1) 347 @MINGW_FALSE@ $(am__objects_1)
374 @MINGW_TRUE@am_libspinlock_la_OBJECTS = spinlock.lo \ 348 @MINGW_TRUE@am_libspinlock_la_OBJECTS = spinlock.lo \
375 @MINGW_TRUE@ spinlock_internal.lo $(am__objects_1) 349 @MINGW_TRUE@ spinlock_internal.lo $(am__objects_1)
376 libspinlock_la_OBJECTS = $(am_libspinlock_la_OBJECTS) 350 libspinlock_la_OBJECTS = $(am_libspinlock_la_OBJECTS)
377 @MINGW_FALSE@am_libspinlock_la_rpath = 351 @MINGW_FALSE@am_libspinlock_la_rpath =
378 @MINGW_TRUE@am_libspinlock_la_rpath = 352 @MINGW_TRUE@am_libspinlock_la_rpath =
353 @MINGW_FALSE@am__DEPENDENCIES_2 = libspinlock.la libsysinfo.la \
354 @MINGW_FALSE@ liblogging.la
355 @MINGW_TRUE@am__DEPENDENCIES_2 = libwindows.la libspinlock.la \
356 @MINGW_TRUE@ libsysinfo.la liblogging.la
379 @WITH_STACK_TRACE_TRUE@libstacktrace_la_DEPENDENCIES = \ 357 @WITH_STACK_TRACE_TRUE@libstacktrace_la_DEPENDENCIES = \
380 @WITH_STACK_TRACE_TRUE@»$(am__DEPENDENCIES_1) $(LIBSPINLOCK) 358 @WITH_STACK_TRACE_TRUE@»$(am__DEPENDENCIES_1) \
359 @WITH_STACK_TRACE_TRUE@»$(am__DEPENDENCIES_2)
381 am__libstacktrace_la_SOURCES_DIST = src/stacktrace.cc \ 360 am__libstacktrace_la_SOURCES_DIST = src/stacktrace.cc \
382 src/base/elf_mem_image.cc src/base/vdso_support.cc \ 361 src/base/elf_mem_image.cc src/base/vdso_support.cc \
383 src/stacktrace_config.h src/stacktrace_generic-inl.h \ 362 src/stacktrace_config.h src/stacktrace_generic-inl.h \
384 » src/stacktrace_libunwind-inl.h src/stacktrace_arm-inl.h \ 363 » src/stacktrace_libunwind-inl.h src/stacktrace_nacl-inl.h \
385 » src/stacktrace_powerpc-inl.h src/stacktrace_x86-inl.h \ 364 » src/stacktrace_powerpc-inl.h src/stacktrace_x86_64-inl.h \
386 » src/stacktrace_win32-inl.h src/base/elf_mem_image.h \ 365 » src/stacktrace_x86-inl.h src/stacktrace_win32-inl.h \
387 » src/base/vdso_support.h src/gperftools/stacktrace.h 366 » src/base/elf_mem_image.h src/base/vdso_support.h \
367 » src/google/stacktrace.h
388 @WITH_STACK_TRACE_TRUE@am__objects_4 = $(am__objects_1) \ 368 @WITH_STACK_TRACE_TRUE@am__objects_4 = $(am__objects_1) \
389 @WITH_STACK_TRACE_TRUE@ $(am__objects_1) 369 @WITH_STACK_TRACE_TRUE@ $(am__objects_1)
390 @WITH_STACK_TRACE_TRUE@am_libstacktrace_la_OBJECTS = stacktrace.lo \ 370 @WITH_STACK_TRACE_TRUE@am_libstacktrace_la_OBJECTS = stacktrace.lo \
391 @WITH_STACK_TRACE_TRUE@ elf_mem_image.lo vdso_support.lo \ 371 @WITH_STACK_TRACE_TRUE@ elf_mem_image.lo vdso_support.lo \
392 @WITH_STACK_TRACE_TRUE@ $(am__objects_4) 372 @WITH_STACK_TRACE_TRUE@ $(am__objects_4)
393 libstacktrace_la_OBJECTS = $(am_libstacktrace_la_OBJECTS) 373 libstacktrace_la_OBJECTS = $(am_libstacktrace_la_OBJECTS)
394 libstacktrace_la_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
395 $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
396 $(CXXFLAGS) $(libstacktrace_la_LDFLAGS) $(LDFLAGS) -o $@
397 @WITH_STACK_TRACE_TRUE@am_libstacktrace_la_rpath = 374 @WITH_STACK_TRACE_TRUE@am_libstacktrace_la_rpath =
398 libsysinfo_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \ 375 libsysinfo_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
399 $(am__DEPENDENCIES_1) 376 $(am__DEPENDENCIES_1)
400 am_libsysinfo_la_OBJECTS = sysinfo.lo $(am__objects_1) 377 am_libsysinfo_la_OBJECTS = sysinfo.lo $(am__objects_1)
401 libsysinfo_la_OBJECTS = $(am_libsysinfo_la_OBJECTS) 378 libsysinfo_la_OBJECTS = $(am_libsysinfo_la_OBJECTS)
402 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@libtcmalloc_la_DEPENDENCIES = \ 379 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@libtcmalloc_la_DEPENDENCIES = \
403 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ libtcmalloc_internal.la \ 380 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ libtcmalloc_internal.la \
404 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(am__DEPENDENCIES_1) 381 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(am__DEPENDENCIES_1)
405 am__libtcmalloc_la_SOURCES_DIST = src/tcmalloc.cc src/common.h \ 382 am__libtcmalloc_la_SOURCES_DIST = src/tcmalloc.cc src/common.h \
406 src/internal_logging.h src/system-alloc.h \ 383 src/internal_logging.h src/system-alloc.h \
(...skipping 17 matching lines...) Expand all
424 src/static_vars.h src/symbolize.h src/thread_cache.h \ 401 src/static_vars.h src/symbolize.h src/thread_cache.h \
425 src/stack_trace_table.h src/base/thread_annotations.h \ 402 src/stack_trace_table.h src/base/thread_annotations.h \
426 src/malloc_hook-inl.h src/malloc_hook_mmap_linux.h \ 403 src/malloc_hook-inl.h src/malloc_hook_mmap_linux.h \
427 src/malloc_hook_mmap_freebsd.h src/maybe_threads.h \ 404 src/malloc_hook_mmap_freebsd.h src/maybe_threads.h \
428 src/base/logging.h src/base/dynamic_annotations.h \ 405 src/base/logging.h src/base/dynamic_annotations.h \
429 src/third_party/valgrind.h src/addressmap-inl.h \ 406 src/third_party/valgrind.h src/addressmap-inl.h \
430 src/raw_printer.h src/base/elfcore.h src/base/googleinit.h \ 407 src/raw_printer.h src/base/elfcore.h src/base/googleinit.h \
431 src/base/linux_syscall_support.h src/base/linuxthreads.h \ 408 src/base/linux_syscall_support.h src/base/linuxthreads.h \
432 src/base/stl_allocator.h src/base/sysinfo.h \ 409 src/base/stl_allocator.h src/base/sysinfo.h \
433 src/base/thread_lister.h src/heap-profile-table.h \ 410 src/base/thread_lister.h src/heap-profile-table.h \
434 » src/gperftools/malloc_hook.h src/gperftools/malloc_hook_c.h \ 411 » src/google/malloc_hook.h src/google/malloc_hook_c.h \
435 » src/gperftools/malloc_extension.h \ 412 » src/google/malloc_extension.h src/google/malloc_extension_c.h \
436 » src/gperftools/malloc_extension_c.h \ 413 » src/google/stacktrace.h src/google/heap-profiler.h \
437 » src/gperftools/stacktrace.h src/gperftools/heap-profiler.h \ 414 » src/google/heap-checker.h src/base/thread_lister.c \
438 » src/gperftools/heap-checker.h src/base/thread_lister.c \
439 src/base/linuxthreads.cc src/heap-checker.cc \ 415 src/base/linuxthreads.cc src/heap-checker.cc \
440 src/heap-checker-bcad.cc 416 src/heap-checker-bcad.cc
441 @MINGW_FALSE@am__objects_5 = libtcmalloc_la-tcmalloc.lo 417 @MINGW_FALSE@am__objects_5 = libtcmalloc_la-tcmalloc.lo
442 am__objects_6 = $(am__objects_1) 418 am__objects_6 = $(am__objects_1)
443 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__objects_7 = $(am__objects_6) \ 419 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__objects_7 = $(am__objects_6) \
444 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(am__objects_1) 420 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(am__objects_1)
445 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__objects_8 = $(am__objects_1) 421 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__objects_8 = $(am__objects_1)
446 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__objects_9 = $(am__objects_7) \ 422 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__objects_9 = $(am__objects_7) \
447 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(am__objects_8) 423 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(am__objects_8)
448 @WITH_HEAP_CHECKER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__objects_10 = thr ead_lister.lo \ 424 @WITH_HEAP_CHECKER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__objects_10 = thr ead_lister.lo \
449 @WITH_HEAP_CHECKER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ libtcmalloc_la-l inuxthreads.lo \ 425 @WITH_HEAP_CHECKER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ libtcmalloc_la-l inuxthreads.lo \
450 @WITH_HEAP_CHECKER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ libtcmalloc_la-h eap-checker.lo \ 426 @WITH_HEAP_CHECKER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ libtcmalloc_la-h eap-checker.lo \
451 @WITH_HEAP_CHECKER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ libtcmalloc_la-h eap-checker-bcad.lo 427 @WITH_HEAP_CHECKER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ libtcmalloc_la-h eap-checker-bcad.lo
452 @WITH_HEAP_CHECKER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__objects_11 = $(a m__objects_10) 428 @WITH_HEAP_CHECKER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__objects_11 = $(a m__objects_10)
453 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am_libtcmalloc_la_OBJECTS = \ 429 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am_libtcmalloc_la_OBJECTS = \
454 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(am__objects_5) \ 430 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(am__objects_5) \
455 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(am__objects_9) \ 431 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(am__objects_9) \
456 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(am__objects_11) 432 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(am__objects_11)
457 libtcmalloc_la_OBJECTS = $(am_libtcmalloc_la_OBJECTS) 433 libtcmalloc_la_OBJECTS = $(am_libtcmalloc_la_OBJECTS)
458 libtcmalloc_la_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
459 $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
460 $(libtcmalloc_la_CXXFLAGS) $(CXXFLAGS) \
461 $(libtcmalloc_la_LDFLAGS) $(LDFLAGS) -o $@
462 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am_libtcmalloc_la_rpath = -rpath \ 434 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am_libtcmalloc_la_rpath = -rpath \
463 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(libdir) 435 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(libdir)
464 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__DEPENDENCIES_2 = \ 436 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__DEPENDENCIES_3 = \
465 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ libtcmalloc_internal.la \ 437 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ libtcmalloc_internal.la \
466 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(am__DEPENDENCIES_1) 438 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(am__DEPENDENCIES_1)
467 @WITH_CPU_PROFILER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@libtcmalloc_and_prof iler_la_DEPENDENCIES = $(am__DEPENDENCIES_2) 439 @WITH_CPU_PROFILER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@libtcmalloc_and_prof iler_la_DEPENDENCIES = $(am__DEPENDENCIES_3)
468 am__libtcmalloc_and_profiler_la_SOURCES_DIST = src/tcmalloc.cc \ 440 am__libtcmalloc_and_profiler_la_SOURCES_DIST = src/tcmalloc.cc \
469 src/common.h src/internal_logging.h src/system-alloc.h \ 441 src/common.h src/internal_logging.h src/system-alloc.h \
470 src/packed-cache-inl.h src/base/spinlock.h \ 442 src/packed-cache-inl.h src/base/spinlock.h \
471 src/base/spinlock_internal.h src/base/atomicops.h \ 443 src/base/spinlock_internal.h src/base/atomicops.h \
472 src/base/atomicops-internals-macosx.h \ 444 src/base/atomicops-internals-macosx.h \
473 src/base/atomicops-internals-linuxppc.h \ 445 src/base/atomicops-internals-linuxppc.h \
474 src/base/atomicops-internals-windows.h \ 446 src/base/atomicops-internals-windows.h \
475 src/base/atomicops-internals-x86.h \ 447 src/base/atomicops-internals-x86.h \
476 src/base/spinlock_win32-inl.h src/base/spinlock_linux-inl.h \ 448 src/base/spinlock_win32-inl.h src/base/spinlock_linux-inl.h \
477 src/base/spinlock_posix-inl.h \ 449 src/base/spinlock_posix-inl.h \
478 src/base/synchronization_profiling.h \ 450 src/base/synchronization_profiling.h \
479 src/base/atomicops-internals-arm-generic.h \ 451 src/base/atomicops-internals-arm-generic.h \
480 src/base/atomicops-internals-arm-v6plus.h src/tcmalloc_guard.h \ 452 src/base/atomicops-internals-arm-v6plus.h src/tcmalloc_guard.h \
481 src/base/commandlineflags.h src/base/basictypes.h \ 453 src/base/commandlineflags.h src/base/basictypes.h \
482 src/pagemap.h src/sampler.h src/central_freelist.h \ 454 src/pagemap.h src/sampler.h src/central_freelist.h \
483 src/linked_list.h src/libc_override.h \ 455 src/linked_list.h src/libc_override.h \
484 src/libc_override_gcc_and_weak.h src/libc_override_glibc.h \ 456 src/libc_override_gcc_and_weak.h src/libc_override_glibc.h \
485 src/libc_override_osx.h src/libc_override_redefine.h \ 457 src/libc_override_osx.h src/libc_override_redefine.h \
486 src/page_heap.h src/page_heap_allocator.h src/span.h \ 458 src/page_heap.h src/page_heap_allocator.h src/span.h \
487 src/static_vars.h src/symbolize.h src/thread_cache.h \ 459 src/static_vars.h src/symbolize.h src/thread_cache.h \
488 src/stack_trace_table.h src/base/thread_annotations.h \ 460 src/stack_trace_table.h src/base/thread_annotations.h \
489 src/malloc_hook-inl.h src/malloc_hook_mmap_linux.h \ 461 src/malloc_hook-inl.h src/malloc_hook_mmap_linux.h \
490 src/malloc_hook_mmap_freebsd.h src/maybe_threads.h \ 462 src/malloc_hook_mmap_freebsd.h src/maybe_threads.h \
491 src/base/logging.h src/base/dynamic_annotations.h \ 463 src/base/logging.h src/base/dynamic_annotations.h \
492 src/third_party/valgrind.h src/addressmap-inl.h \ 464 src/third_party/valgrind.h src/addressmap-inl.h \
493 src/raw_printer.h src/base/elfcore.h src/base/googleinit.h \ 465 src/raw_printer.h src/base/elfcore.h src/base/googleinit.h \
494 src/base/linux_syscall_support.h src/base/linuxthreads.h \ 466 src/base/linux_syscall_support.h src/base/linuxthreads.h \
495 src/base/stl_allocator.h src/base/sysinfo.h \ 467 src/base/stl_allocator.h src/base/sysinfo.h \
496 src/base/thread_lister.h src/heap-profile-table.h \ 468 src/base/thread_lister.h src/heap-profile-table.h \
497 » src/gperftools/malloc_hook.h src/gperftools/malloc_hook_c.h \ 469 » src/google/malloc_hook.h src/google/malloc_hook_c.h \
498 » src/gperftools/malloc_extension.h \ 470 » src/google/malloc_extension.h src/google/malloc_extension_c.h \
499 » src/gperftools/malloc_extension_c.h \ 471 » src/google/stacktrace.h src/google/heap-profiler.h \
500 » src/gperftools/stacktrace.h src/gperftools/heap-profiler.h \ 472 » src/google/heap-checker.h src/base/thread_lister.c \
501 » src/gperftools/heap-checker.h src/base/thread_lister.c \
502 src/base/linuxthreads.cc src/heap-checker.cc \ 473 src/base/linuxthreads.cc src/heap-checker.cc \
503 src/heap-checker-bcad.cc src/profiler.cc \ 474 src/heap-checker-bcad.cc src/profiler.cc \
504 src/profile-handler.cc src/profiledata.cc src/profiledata.h \ 475 src/profile-handler.cc src/profiledata.cc src/profiledata.h \
505 src/profile-handler.h src/getpc.h src/base/simple_mutex.h \ 476 src/profile-handler.h src/getpc.h src/base/simple_mutex.h \
506 » src/gperftools/profiler.h 477 » src/google/profiler.h
507 @MINGW_FALSE@am__objects_12 = libtcmalloc_and_profiler_la-tcmalloc.lo 478 @MINGW_FALSE@am__objects_12 = libtcmalloc_and_profiler_la-tcmalloc.lo
508 @WITH_HEAP_CHECKER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__objects_13 = thr ead_lister.lo \ 479 @WITH_HEAP_CHECKER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__objects_13 = thr ead_lister.lo \
509 @WITH_HEAP_CHECKER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ libtcmalloc_and_ profiler_la-linuxthreads.lo \ 480 @WITH_HEAP_CHECKER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ libtcmalloc_and_ profiler_la-linuxthreads.lo \
510 @WITH_HEAP_CHECKER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ libtcmalloc_and_ profiler_la-heap-checker.lo \ 481 @WITH_HEAP_CHECKER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ libtcmalloc_and_ profiler_la-heap-checker.lo \
511 @WITH_HEAP_CHECKER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ libtcmalloc_and_ profiler_la-heap-checker-bcad.lo 482 @WITH_HEAP_CHECKER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ libtcmalloc_and_ profiler_la-heap-checker-bcad.lo
512 @WITH_HEAP_CHECKER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__objects_14 = $(a m__objects_13) 483 @WITH_HEAP_CHECKER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__objects_14 = $(a m__objects_13)
513 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__objects_15 = \ 484 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__objects_15 = \
514 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(am__objects_12) \ 485 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(am__objects_12) \
515 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(am__objects_9) \ 486 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(am__objects_9) \
516 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(am__objects_14) 487 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(am__objects_14)
517 @WITH_CPU_PROFILER_TRUE@am__objects_16 = libtcmalloc_and_profiler_la-profiler.lo \ 488 @WITH_CPU_PROFILER_TRUE@am__objects_16 = libtcmalloc_and_profiler_la-profiler.lo \
518 @WITH_CPU_PROFILER_TRUE@ libtcmalloc_and_profiler_la-profile-handler.lo \ 489 @WITH_CPU_PROFILER_TRUE@ libtcmalloc_and_profiler_la-profile-handler.lo \
519 @WITH_CPU_PROFILER_TRUE@ libtcmalloc_and_profiler_la-profiledata.lo \ 490 @WITH_CPU_PROFILER_TRUE@ libtcmalloc_and_profiler_la-profiledata.lo \
520 @WITH_CPU_PROFILER_TRUE@ $(am__objects_3) 491 @WITH_CPU_PROFILER_TRUE@ $(am__objects_3)
521 @WITH_CPU_PROFILER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am_libtcmalloc_and_p rofiler_la_OBJECTS = $(am__objects_15) \ 492 @WITH_CPU_PROFILER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am_libtcmalloc_and_p rofiler_la_OBJECTS = $(am__objects_15) \
522 @WITH_CPU_PROFILER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(am__objects_16 ) 493 @WITH_CPU_PROFILER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(am__objects_16 )
523 libtcmalloc_and_profiler_la_OBJECTS = \ 494 libtcmalloc_and_profiler_la_OBJECTS = \
524 $(am_libtcmalloc_and_profiler_la_OBJECTS) 495 $(am_libtcmalloc_and_profiler_la_OBJECTS)
525 libtcmalloc_and_profiler_la_LINK = $(LIBTOOL) --tag=CXX \
526 $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
527 $(libtcmalloc_and_profiler_la_CXXFLAGS) $(CXXFLAGS) \
528 $(libtcmalloc_and_profiler_la_LDFLAGS) $(LDFLAGS) -o $@
529 @WITH_CPU_PROFILER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am_libtcmalloc_and_p rofiler_la_rpath = -rpath \ 496 @WITH_CPU_PROFILER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am_libtcmalloc_and_p rofiler_la_rpath = -rpath \
530 @WITH_CPU_PROFILER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(libdir) 497 @WITH_CPU_PROFILER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(libdir)
531 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@libtcmalloc_debug_la_D EPENDENCIES = $(am__DEPENDENCIES_2) 498 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@libtcmalloc_debug_la_D EPENDENCIES = $(am__DEPENDENCIES_3)
532 am__libtcmalloc_debug_la_SOURCES_DIST = src/debugallocation.cc \ 499 am__libtcmalloc_debug_la_SOURCES_DIST = src/debugallocation.cc \
533 src/base/thread_lister.c src/base/linuxthreads.cc \ 500 src/base/thread_lister.c src/base/linuxthreads.cc \
534 src/heap-checker.cc src/heap-checker-bcad.cc src/common.h \ 501 src/heap-checker.cc src/heap-checker-bcad.cc src/common.h \
535 src/internal_logging.h src/system-alloc.h \ 502 src/internal_logging.h src/system-alloc.h \
536 src/packed-cache-inl.h src/base/spinlock.h \ 503 src/packed-cache-inl.h src/base/spinlock.h \
537 src/base/spinlock_internal.h src/base/atomicops.h \ 504 src/base/spinlock_internal.h src/base/atomicops.h \
538 src/base/atomicops-internals-macosx.h \ 505 src/base/atomicops-internals-macosx.h \
539 src/base/atomicops-internals-linuxppc.h \ 506 src/base/atomicops-internals-linuxppc.h \
540 src/base/atomicops-internals-windows.h \ 507 src/base/atomicops-internals-windows.h \
541 src/base/atomicops-internals-x86.h \ 508 src/base/atomicops-internals-x86.h \
(...skipping 11 matching lines...) Expand all
553 src/static_vars.h src/symbolize.h src/thread_cache.h \ 520 src/static_vars.h src/symbolize.h src/thread_cache.h \
554 src/stack_trace_table.h src/base/thread_annotations.h \ 521 src/stack_trace_table.h src/base/thread_annotations.h \
555 src/malloc_hook-inl.h src/malloc_hook_mmap_linux.h \ 522 src/malloc_hook-inl.h src/malloc_hook_mmap_linux.h \
556 src/malloc_hook_mmap_freebsd.h src/maybe_threads.h \ 523 src/malloc_hook_mmap_freebsd.h src/maybe_threads.h \
557 src/base/logging.h src/base/dynamic_annotations.h \ 524 src/base/logging.h src/base/dynamic_annotations.h \
558 src/third_party/valgrind.h src/addressmap-inl.h \ 525 src/third_party/valgrind.h src/addressmap-inl.h \
559 src/raw_printer.h src/base/elfcore.h src/base/googleinit.h \ 526 src/raw_printer.h src/base/elfcore.h src/base/googleinit.h \
560 src/base/linux_syscall_support.h src/base/linuxthreads.h \ 527 src/base/linux_syscall_support.h src/base/linuxthreads.h \
561 src/base/stl_allocator.h src/base/sysinfo.h \ 528 src/base/stl_allocator.h src/base/sysinfo.h \
562 src/base/thread_lister.h src/heap-profile-table.h \ 529 src/base/thread_lister.h src/heap-profile-table.h \
563 » src/gperftools/malloc_hook.h src/gperftools/malloc_hook_c.h \ 530 » src/google/malloc_hook.h src/google/malloc_hook_c.h \
564 » src/gperftools/malloc_extension.h \ 531 » src/google/malloc_extension.h src/google/malloc_extension_c.h \
565 » src/gperftools/malloc_extension_c.h \ 532 » src/google/stacktrace.h src/google/heap-profiler.h \
566 » src/gperftools/stacktrace.h src/gperftools/heap-profiler.h \ 533 » src/google/heap-checker.h
567 » src/gperftools/heap-checker.h
568 @WITH_HEAP_CHECKER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__objects_17 = thr ead_lister.lo \ 534 @WITH_HEAP_CHECKER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__objects_17 = thr ead_lister.lo \
569 @WITH_HEAP_CHECKER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ libtcmalloc_debu g_la-linuxthreads.lo \ 535 @WITH_HEAP_CHECKER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ libtcmalloc_debu g_la-linuxthreads.lo \
570 @WITH_HEAP_CHECKER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ libtcmalloc_debu g_la-heap-checker.lo \ 536 @WITH_HEAP_CHECKER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ libtcmalloc_debu g_la-heap-checker.lo \
571 @WITH_HEAP_CHECKER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ libtcmalloc_debu g_la-heap-checker-bcad.lo 537 @WITH_HEAP_CHECKER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ libtcmalloc_debu g_la-heap-checker-bcad.lo
572 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am_libtcmalloc_debug_l a_OBJECTS = libtcmalloc_debug_la-debugallocation.lo \ 538 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am_libtcmalloc_debug_l a_OBJECTS = libtcmalloc_debug_la-debugallocation.lo \
573 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(am__objects_17 ) \ 539 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(am__objects_17 ) \
574 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(am__objects_9) 540 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(am__objects_9)
575 libtcmalloc_debug_la_OBJECTS = $(am_libtcmalloc_debug_la_OBJECTS) 541 libtcmalloc_debug_la_OBJECTS = $(am_libtcmalloc_debug_la_OBJECTS)
576 libtcmalloc_debug_la_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
577 $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
578 $(libtcmalloc_debug_la_CXXFLAGS) $(CXXFLAGS) \
579 $(libtcmalloc_debug_la_LDFLAGS) $(LDFLAGS) -o $@
580 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am_libtcmalloc_debug_l a_rpath = -rpath \ 542 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am_libtcmalloc_debug_l a_rpath = -rpath \
581 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(libdir) 543 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(libdir)
582 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@libtcmalloc_internal_la_DEPENDENCIES = \ 544 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@libtcmalloc_internal_la_DEPENDENCIES = \
583 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ libstacktrace.la \ 545 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ libstacktrace.la \
584 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(am__DEPENDENCIES_1) 546 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(am__DEPENDENCIES_1)
585 am__libtcmalloc_internal_la_SOURCES_DIST = src/common.cc \ 547 am__libtcmalloc_internal_la_SOURCES_DIST = src/common.cc \
586 src/internal_logging.cc src/system-alloc.cc \ 548 src/internal_logging.cc src/system-alloc.cc \
587 src/memfs_malloc.cc src/central_freelist.cc src/page_heap.cc \ 549 src/memfs_malloc.cc src/central_freelist.cc src/page_heap.cc \
588 src/sampler.cc src/span.cc src/stack_trace_table.cc \ 550 src/sampler.cc src/span.cc src/stack_trace_table.cc \
589 src/static_vars.cc src/symbolize.cc src/thread_cache.cc \ 551 src/static_vars.cc src/symbolize.cc src/thread_cache.cc \
(...skipping 13 matching lines...) Expand all
603 src/base/commandlineflags.h src/base/basictypes.h \ 565 src/base/commandlineflags.h src/base/basictypes.h \
604 src/pagemap.h src/sampler.h src/central_freelist.h \ 566 src/pagemap.h src/sampler.h src/central_freelist.h \
605 src/linked_list.h src/libc_override.h \ 567 src/linked_list.h src/libc_override.h \
606 src/libc_override_gcc_and_weak.h src/libc_override_glibc.h \ 568 src/libc_override_gcc_and_weak.h src/libc_override_glibc.h \
607 src/libc_override_osx.h src/libc_override_redefine.h \ 569 src/libc_override_osx.h src/libc_override_redefine.h \
608 src/page_heap.h src/page_heap_allocator.h src/span.h \ 570 src/page_heap.h src/page_heap_allocator.h src/span.h \
609 src/static_vars.h src/symbolize.h src/thread_cache.h \ 571 src/static_vars.h src/symbolize.h src/thread_cache.h \
610 src/stack_trace_table.h src/base/thread_annotations.h \ 572 src/stack_trace_table.h src/base/thread_annotations.h \
611 src/malloc_hook-inl.h src/malloc_hook_mmap_linux.h \ 573 src/malloc_hook-inl.h src/malloc_hook_mmap_linux.h \
612 src/malloc_hook_mmap_freebsd.h src/maybe_threads.h \ 574 src/malloc_hook_mmap_freebsd.h src/maybe_threads.h \
613 » src/gperftools/malloc_hook.h src/gperftools/malloc_hook_c.h \ 575 » src/google/malloc_hook.h src/google/malloc_hook_c.h \
614 » src/gperftools/malloc_extension.h \ 576 » src/google/malloc_extension.h src/google/malloc_extension_c.h \
615 » src/gperftools/malloc_extension_c.h \ 577 » src/google/stacktrace.h src/base/logging.h \
616 » src/gperftools/stacktrace.h src/base/logging.h \
617 src/base/dynamic_annotations.h src/third_party/valgrind.h \ 578 src/base/dynamic_annotations.h src/third_party/valgrind.h \
618 src/addressmap-inl.h src/raw_printer.h src/base/elfcore.h \ 579 src/addressmap-inl.h src/raw_printer.h src/base/elfcore.h \
619 src/base/googleinit.h src/base/linux_syscall_support.h \ 580 src/base/googleinit.h src/base/linux_syscall_support.h \
620 src/base/linuxthreads.h src/base/stl_allocator.h \ 581 src/base/linuxthreads.h src/base/stl_allocator.h \
621 src/base/sysinfo.h src/base/thread_lister.h \ 582 src/base/sysinfo.h src/base/thread_lister.h \
622 » src/heap-profile-table.h src/gperftools/heap-profiler.h \ 583 » src/heap-profile-table.h src/google/heap-profiler.h \
623 » src/gperftools/heap-checker.h src/base/low_level_alloc.cc \ 584 » src/google/heap-checker.h src/base/low_level_alloc.cc \
624 src/heap-profile-table.cc src/heap-profiler.cc \ 585 src/heap-profile-table.cc src/heap-profiler.cc \
625 src/raw_printer.cc src/memory_region_map.cc 586 src/raw_printer.cc src/memory_region_map.cc
626 @MINGW_FALSE@am__objects_18 = libtcmalloc_internal_la-system-alloc.lo 587 @MINGW_FALSE@am__objects_18 = libtcmalloc_internal_la-system-alloc.lo
627 @MINGW_FALSE@am__objects_19 = \ 588 @MINGW_FALSE@am__objects_19 = \
628 @MINGW_FALSE@ libtcmalloc_internal_la-maybe_threads.lo 589 @MINGW_FALSE@ libtcmalloc_internal_la-maybe_threads.lo
629 am__objects_20 = $(am__objects_6) $(am__objects_1) 590 am__objects_20 = $(am__objects_6) $(am__objects_1)
630 am__objects_21 = libtcmalloc_internal_la-common.lo \ 591 am__objects_21 = libtcmalloc_internal_la-common.lo \
631 libtcmalloc_internal_la-internal_logging.lo $(am__objects_18) \ 592 libtcmalloc_internal_la-internal_logging.lo $(am__objects_18) \
632 libtcmalloc_internal_la-memfs_malloc.lo \ 593 libtcmalloc_internal_la-memfs_malloc.lo \
633 libtcmalloc_internal_la-central_freelist.lo \ 594 libtcmalloc_internal_la-central_freelist.lo \
(...skipping 10 matching lines...) Expand all
644 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am_libtcmalloc_internal_la_OBJECTS = \ 605 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am_libtcmalloc_internal_la_OBJECTS = \
645 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(am__objects_21) \ 606 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(am__objects_21) \
646 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(am__objects_9) \ 607 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(am__objects_9) \
647 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ libtcmalloc_internal_la-low_level_alloc. lo \ 608 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ libtcmalloc_internal_la-low_level_alloc. lo \
648 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ libtcmalloc_internal_la-heap-profile-tab le.lo \ 609 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ libtcmalloc_internal_la-heap-profile-tab le.lo \
649 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ libtcmalloc_internal_la-heap-profiler.lo \ 610 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ libtcmalloc_internal_la-heap-profiler.lo \
650 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ libtcmalloc_internal_la-raw_printer.lo \ 611 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ libtcmalloc_internal_la-raw_printer.lo \
651 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ libtcmalloc_internal_la-memory_region_ma p.lo 612 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ libtcmalloc_internal_la-memory_region_ma p.lo
652 libtcmalloc_internal_la_OBJECTS = \ 613 libtcmalloc_internal_la_OBJECTS = \
653 $(am_libtcmalloc_internal_la_OBJECTS) 614 $(am_libtcmalloc_internal_la_OBJECTS)
654 libtcmalloc_internal_la_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
655 $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
656 $(libtcmalloc_internal_la_CXXFLAGS) $(CXXFLAGS) \
657 $(libtcmalloc_internal_la_LDFLAGS) $(LDFLAGS) -o $@
658 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am_libtcmalloc_internal_la_rpath = 615 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am_libtcmalloc_internal_la_rpath =
659 libtcmalloc_minimal_la_DEPENDENCIES = libtcmalloc_minimal_internal.la \ 616 libtcmalloc_minimal_la_DEPENDENCIES = libtcmalloc_minimal_internal.la \
660 $(am__DEPENDENCIES_1) 617 $(am__DEPENDENCIES_1)
661 am__libtcmalloc_minimal_la_SOURCES_DIST = src/tcmalloc.cc src/common.h \ 618 am__libtcmalloc_minimal_la_SOURCES_DIST = src/tcmalloc.cc src/common.h \
662 src/internal_logging.h src/system-alloc.h \ 619 src/internal_logging.h src/system-alloc.h \
663 src/packed-cache-inl.h src/base/spinlock.h \ 620 src/packed-cache-inl.h src/base/spinlock.h \
664 src/base/spinlock_internal.h src/base/atomicops.h \ 621 src/base/spinlock_internal.h src/base/atomicops.h \
665 src/base/atomicops-internals-macosx.h \ 622 src/base/atomicops-internals-macosx.h \
666 src/base/atomicops-internals-linuxppc.h \ 623 src/base/atomicops-internals-linuxppc.h \
667 src/base/atomicops-internals-windows.h \ 624 src/base/atomicops-internals-windows.h \
668 src/base/atomicops-internals-x86.h \ 625 src/base/atomicops-internals-x86.h \
669 src/base/spinlock_win32-inl.h src/base/spinlock_linux-inl.h \ 626 src/base/spinlock_win32-inl.h src/base/spinlock_linux-inl.h \
670 src/base/spinlock_posix-inl.h \ 627 src/base/spinlock_posix-inl.h \
671 src/base/synchronization_profiling.h \ 628 src/base/synchronization_profiling.h \
672 src/base/atomicops-internals-arm-generic.h \ 629 src/base/atomicops-internals-arm-generic.h \
673 src/base/atomicops-internals-arm-v6plus.h src/tcmalloc_guard.h \ 630 src/base/atomicops-internals-arm-v6plus.h src/tcmalloc_guard.h \
674 src/base/commandlineflags.h src/base/basictypes.h \ 631 src/base/commandlineflags.h src/base/basictypes.h \
675 src/pagemap.h src/sampler.h src/central_freelist.h \ 632 src/pagemap.h src/sampler.h src/central_freelist.h \
676 src/linked_list.h src/libc_override.h \ 633 src/linked_list.h src/libc_override.h \
677 src/libc_override_gcc_and_weak.h src/libc_override_glibc.h \ 634 src/libc_override_gcc_and_weak.h src/libc_override_glibc.h \
678 src/libc_override_osx.h src/libc_override_redefine.h \ 635 src/libc_override_osx.h src/libc_override_redefine.h \
679 src/page_heap.h src/page_heap_allocator.h src/span.h \ 636 src/page_heap.h src/page_heap_allocator.h src/span.h \
680 src/static_vars.h src/symbolize.h src/thread_cache.h \ 637 src/static_vars.h src/symbolize.h src/thread_cache.h \
681 src/stack_trace_table.h src/base/thread_annotations.h \ 638 src/stack_trace_table.h src/base/thread_annotations.h \
682 src/malloc_hook-inl.h src/malloc_hook_mmap_linux.h \ 639 src/malloc_hook-inl.h src/malloc_hook_mmap_linux.h \
683 src/malloc_hook_mmap_freebsd.h src/maybe_threads.h \ 640 src/malloc_hook_mmap_freebsd.h src/maybe_threads.h \
684 » src/gperftools/malloc_hook.h src/gperftools/malloc_hook_c.h \ 641 » src/google/malloc_hook.h src/google/malloc_hook_c.h \
685 » src/gperftools/malloc_extension.h \ 642 » src/google/malloc_extension.h src/google/malloc_extension_c.h \
686 » src/gperftools/malloc_extension_c.h \ 643 » src/google/stacktrace.h
687 » src/gperftools/stacktrace.h
688 @MINGW_FALSE@am__objects_22 = libtcmalloc_minimal_la-tcmalloc.lo 644 @MINGW_FALSE@am__objects_22 = libtcmalloc_minimal_la-tcmalloc.lo
689 am_libtcmalloc_minimal_la_OBJECTS = $(am__objects_22) \ 645 am_libtcmalloc_minimal_la_OBJECTS = $(am__objects_22) \
690 $(am__objects_20) 646 $(am__objects_20)
691 libtcmalloc_minimal_la_OBJECTS = $(am_libtcmalloc_minimal_la_OBJECTS) 647 libtcmalloc_minimal_la_OBJECTS = $(am_libtcmalloc_minimal_la_OBJECTS)
692 libtcmalloc_minimal_la_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \ 648 am__DEPENDENCIES_4 = libtcmalloc_minimal_internal.la \
693 » $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
694 » $(libtcmalloc_minimal_la_CXXFLAGS) $(CXXFLAGS) \
695 » $(libtcmalloc_minimal_la_LDFLAGS) $(LDFLAGS) -o $@
696 am__DEPENDENCIES_3 = libtcmalloc_minimal_internal.la \
697 $(am__DEPENDENCIES_1) 649 $(am__DEPENDENCIES_1)
698 @WITH_DEBUGALLOC_TRUE@libtcmalloc_minimal_debug_la_DEPENDENCIES = \ 650 @WITH_DEBUGALLOC_TRUE@libtcmalloc_minimal_debug_la_DEPENDENCIES = \
699 @WITH_DEBUGALLOC_TRUE@» $(am__DEPENDENCIES_3) 651 @WITH_DEBUGALLOC_TRUE@» $(am__DEPENDENCIES_4)
700 am__libtcmalloc_minimal_debug_la_SOURCES_DIST = \ 652 am__libtcmalloc_minimal_debug_la_SOURCES_DIST = \
701 src/debugallocation.cc src/common.h src/internal_logging.h \ 653 src/debugallocation.cc src/common.h src/internal_logging.h \
702 src/system-alloc.h src/packed-cache-inl.h src/base/spinlock.h \ 654 src/system-alloc.h src/packed-cache-inl.h src/base/spinlock.h \
703 src/base/spinlock_internal.h src/base/atomicops.h \ 655 src/base/spinlock_internal.h src/base/atomicops.h \
704 src/base/atomicops-internals-macosx.h \ 656 src/base/atomicops-internals-macosx.h \
705 src/base/atomicops-internals-linuxppc.h \ 657 src/base/atomicops-internals-linuxppc.h \
706 src/base/atomicops-internals-windows.h \ 658 src/base/atomicops-internals-windows.h \
707 src/base/atomicops-internals-x86.h \ 659 src/base/atomicops-internals-x86.h \
708 src/base/spinlock_win32-inl.h src/base/spinlock_linux-inl.h \ 660 src/base/spinlock_win32-inl.h src/base/spinlock_linux-inl.h \
709 src/base/spinlock_posix-inl.h \ 661 src/base/spinlock_posix-inl.h \
710 src/base/synchronization_profiling.h \ 662 src/base/synchronization_profiling.h \
711 src/base/atomicops-internals-arm-generic.h \ 663 src/base/atomicops-internals-arm-generic.h \
712 src/base/atomicops-internals-arm-v6plus.h src/tcmalloc_guard.h \ 664 src/base/atomicops-internals-arm-v6plus.h src/tcmalloc_guard.h \
713 src/base/commandlineflags.h src/base/basictypes.h \ 665 src/base/commandlineflags.h src/base/basictypes.h \
714 src/pagemap.h src/sampler.h src/central_freelist.h \ 666 src/pagemap.h src/sampler.h src/central_freelist.h \
715 src/linked_list.h src/libc_override.h \ 667 src/linked_list.h src/libc_override.h \
716 src/libc_override_gcc_and_weak.h src/libc_override_glibc.h \ 668 src/libc_override_gcc_and_weak.h src/libc_override_glibc.h \
717 src/libc_override_osx.h src/libc_override_redefine.h \ 669 src/libc_override_osx.h src/libc_override_redefine.h \
718 src/page_heap.h src/page_heap_allocator.h src/span.h \ 670 src/page_heap.h src/page_heap_allocator.h src/span.h \
719 src/static_vars.h src/symbolize.h src/thread_cache.h \ 671 src/static_vars.h src/symbolize.h src/thread_cache.h \
720 src/stack_trace_table.h src/base/thread_annotations.h \ 672 src/stack_trace_table.h src/base/thread_annotations.h \
721 src/malloc_hook-inl.h src/malloc_hook_mmap_linux.h \ 673 src/malloc_hook-inl.h src/malloc_hook_mmap_linux.h \
722 src/malloc_hook_mmap_freebsd.h src/maybe_threads.h \ 674 src/malloc_hook_mmap_freebsd.h src/maybe_threads.h \
723 » src/gperftools/malloc_hook.h src/gperftools/malloc_hook_c.h \ 675 » src/google/malloc_hook.h src/google/malloc_hook_c.h \
724 » src/gperftools/malloc_extension.h \ 676 » src/google/malloc_extension.h src/google/malloc_extension_c.h \
725 » src/gperftools/malloc_extension_c.h \ 677 » src/google/stacktrace.h
726 » src/gperftools/stacktrace.h
727 @WITH_DEBUGALLOC_TRUE@am_libtcmalloc_minimal_debug_la_OBJECTS = libtcmalloc_mini mal_debug_la-debugallocation.lo \ 678 @WITH_DEBUGALLOC_TRUE@am_libtcmalloc_minimal_debug_la_OBJECTS = libtcmalloc_mini mal_debug_la-debugallocation.lo \
728 @WITH_DEBUGALLOC_TRUE@ $(am__objects_20) 679 @WITH_DEBUGALLOC_TRUE@ $(am__objects_20)
729 libtcmalloc_minimal_debug_la_OBJECTS = \ 680 libtcmalloc_minimal_debug_la_OBJECTS = \
730 $(am_libtcmalloc_minimal_debug_la_OBJECTS) 681 $(am_libtcmalloc_minimal_debug_la_OBJECTS)
731 libtcmalloc_minimal_debug_la_LINK = $(LIBTOOL) --tag=CXX \
732 $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
733 $(libtcmalloc_minimal_debug_la_CXXFLAGS) $(CXXFLAGS) \
734 $(libtcmalloc_minimal_debug_la_LDFLAGS) $(LDFLAGS) -o $@
735 @WITH_DEBUGALLOC_TRUE@am_libtcmalloc_minimal_debug_la_rpath = -rpath \ 682 @WITH_DEBUGALLOC_TRUE@am_libtcmalloc_minimal_debug_la_rpath = -rpath \
736 @WITH_DEBUGALLOC_TRUE@ $(libdir) 683 @WITH_DEBUGALLOC_TRUE@ $(libdir)
737 libtcmalloc_minimal_internal_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \ 684 libtcmalloc_minimal_internal_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
738 » $(LIBSPINLOCK) 685 » $(am__DEPENDENCIES_2)
739 am__libtcmalloc_minimal_internal_la_SOURCES_DIST = src/common.cc \ 686 am__libtcmalloc_minimal_internal_la_SOURCES_DIST = src/common.cc \
740 src/internal_logging.cc src/system-alloc.cc \ 687 src/internal_logging.cc src/system-alloc.cc \
741 src/memfs_malloc.cc src/central_freelist.cc src/page_heap.cc \ 688 src/memfs_malloc.cc src/central_freelist.cc src/page_heap.cc \
742 src/sampler.cc src/span.cc src/stack_trace_table.cc \ 689 src/sampler.cc src/span.cc src/stack_trace_table.cc \
743 src/static_vars.cc src/symbolize.cc src/thread_cache.cc \ 690 src/static_vars.cc src/symbolize.cc src/thread_cache.cc \
744 src/malloc_hook.cc src/malloc_extension.cc \ 691 src/malloc_hook.cc src/malloc_extension.cc \
745 src/maybe_threads.cc src/common.h src/internal_logging.h \ 692 src/maybe_threads.cc src/common.h src/internal_logging.h \
746 src/system-alloc.h src/packed-cache-inl.h src/base/spinlock.h \ 693 src/system-alloc.h src/packed-cache-inl.h src/base/spinlock.h \
747 src/base/spinlock_internal.h src/base/atomicops.h \ 694 src/base/spinlock_internal.h src/base/atomicops.h \
748 src/base/atomicops-internals-macosx.h \ 695 src/base/atomicops-internals-macosx.h \
749 src/base/atomicops-internals-linuxppc.h \ 696 src/base/atomicops-internals-linuxppc.h \
750 src/base/atomicops-internals-windows.h \ 697 src/base/atomicops-internals-windows.h \
751 src/base/atomicops-internals-x86.h \ 698 src/base/atomicops-internals-x86.h \
752 src/base/spinlock_win32-inl.h src/base/spinlock_linux-inl.h \ 699 src/base/spinlock_win32-inl.h src/base/spinlock_linux-inl.h \
753 src/base/spinlock_posix-inl.h \ 700 src/base/spinlock_posix-inl.h \
754 src/base/synchronization_profiling.h \ 701 src/base/synchronization_profiling.h \
755 src/base/atomicops-internals-arm-generic.h \ 702 src/base/atomicops-internals-arm-generic.h \
756 src/base/atomicops-internals-arm-v6plus.h src/tcmalloc_guard.h \ 703 src/base/atomicops-internals-arm-v6plus.h src/tcmalloc_guard.h \
757 src/base/commandlineflags.h src/base/basictypes.h \ 704 src/base/commandlineflags.h src/base/basictypes.h \
758 src/pagemap.h src/sampler.h src/central_freelist.h \ 705 src/pagemap.h src/sampler.h src/central_freelist.h \
759 src/linked_list.h src/libc_override.h \ 706 src/linked_list.h src/libc_override.h \
760 src/libc_override_gcc_and_weak.h src/libc_override_glibc.h \ 707 src/libc_override_gcc_and_weak.h src/libc_override_glibc.h \
761 src/libc_override_osx.h src/libc_override_redefine.h \ 708 src/libc_override_osx.h src/libc_override_redefine.h \
762 src/page_heap.h src/page_heap_allocator.h src/span.h \ 709 src/page_heap.h src/page_heap_allocator.h src/span.h \
763 src/static_vars.h src/symbolize.h src/thread_cache.h \ 710 src/static_vars.h src/symbolize.h src/thread_cache.h \
764 src/stack_trace_table.h src/base/thread_annotations.h \ 711 src/stack_trace_table.h src/base/thread_annotations.h \
765 src/malloc_hook-inl.h src/malloc_hook_mmap_linux.h \ 712 src/malloc_hook-inl.h src/malloc_hook_mmap_linux.h \
766 src/malloc_hook_mmap_freebsd.h src/maybe_threads.h \ 713 src/malloc_hook_mmap_freebsd.h src/maybe_threads.h \
767 » src/gperftools/malloc_hook.h src/gperftools/malloc_hook_c.h \ 714 » src/google/malloc_hook.h src/google/malloc_hook_c.h \
768 » src/gperftools/malloc_extension.h \ 715 » src/google/malloc_extension.h src/google/malloc_extension_c.h \
769 » src/gperftools/malloc_extension_c.h \ 716 » src/google/stacktrace.h
770 » src/gperftools/stacktrace.h
771 @MINGW_FALSE@am__objects_23 = \ 717 @MINGW_FALSE@am__objects_23 = \
772 @MINGW_FALSE@ libtcmalloc_minimal_internal_la-system-alloc.lo 718 @MINGW_FALSE@ libtcmalloc_minimal_internal_la-system-alloc.lo
773 @MINGW_FALSE@am__objects_24 = \ 719 @MINGW_FALSE@am__objects_24 = \
774 @MINGW_FALSE@ libtcmalloc_minimal_internal_la-maybe_threads.lo 720 @MINGW_FALSE@ libtcmalloc_minimal_internal_la-maybe_threads.lo
775 am_libtcmalloc_minimal_internal_la_OBJECTS = \ 721 am_libtcmalloc_minimal_internal_la_OBJECTS = \
776 libtcmalloc_minimal_internal_la-common.lo \ 722 libtcmalloc_minimal_internal_la-common.lo \
777 libtcmalloc_minimal_internal_la-internal_logging.lo \ 723 libtcmalloc_minimal_internal_la-internal_logging.lo \
778 $(am__objects_23) \ 724 $(am__objects_23) \
779 libtcmalloc_minimal_internal_la-memfs_malloc.lo \ 725 libtcmalloc_minimal_internal_la-memfs_malloc.lo \
780 libtcmalloc_minimal_internal_la-central_freelist.lo \ 726 libtcmalloc_minimal_internal_la-central_freelist.lo \
781 libtcmalloc_minimal_internal_la-page_heap.lo \ 727 libtcmalloc_minimal_internal_la-page_heap.lo \
782 libtcmalloc_minimal_internal_la-sampler.lo \ 728 libtcmalloc_minimal_internal_la-sampler.lo \
783 libtcmalloc_minimal_internal_la-span.lo \ 729 libtcmalloc_minimal_internal_la-span.lo \
784 libtcmalloc_minimal_internal_la-stack_trace_table.lo \ 730 libtcmalloc_minimal_internal_la-stack_trace_table.lo \
785 libtcmalloc_minimal_internal_la-static_vars.lo \ 731 libtcmalloc_minimal_internal_la-static_vars.lo \
786 libtcmalloc_minimal_internal_la-symbolize.lo \ 732 libtcmalloc_minimal_internal_la-symbolize.lo \
787 libtcmalloc_minimal_internal_la-thread_cache.lo \ 733 libtcmalloc_minimal_internal_la-thread_cache.lo \
788 libtcmalloc_minimal_internal_la-malloc_hook.lo \ 734 libtcmalloc_minimal_internal_la-malloc_hook.lo \
789 libtcmalloc_minimal_internal_la-malloc_extension.lo \ 735 libtcmalloc_minimal_internal_la-malloc_extension.lo \
790 $(am__objects_24) $(am__objects_20) 736 $(am__objects_24) $(am__objects_20)
791 libtcmalloc_minimal_internal_la_OBJECTS = \ 737 libtcmalloc_minimal_internal_la_OBJECTS = \
792 $(am_libtcmalloc_minimal_internal_la_OBJECTS) 738 $(am_libtcmalloc_minimal_internal_la_OBJECTS)
793 libtcmalloc_minimal_internal_la_LINK = $(LIBTOOL) --tag=CXX \
794 $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
795 $(libtcmalloc_minimal_internal_la_CXXFLAGS) $(CXXFLAGS) \
796 $(libtcmalloc_minimal_internal_la_LDFLAGS) $(LDFLAGS) -o $@
797 libwindows_la_DEPENDENCIES = 739 libwindows_la_DEPENDENCIES =
798 am__libwindows_la_SOURCES_DIST = src/windows/port.h \ 740 am__libwindows_la_SOURCES_DIST = src/windows/port.h \
799 src/windows/mingw.h src/windows/mini_disassembler.h \ 741 src/windows/mingw.h src/windows/mini_disassembler.h \
800 src/windows/mini_disassembler_types.h \ 742 src/windows/mini_disassembler_types.h \
801 src/windows/preamble_patcher.h src/windows/port.cc \ 743 src/windows/preamble_patcher.h src/windows/port.cc \
802 src/windows/ia32_modrm_map.cc src/windows/ia32_opcode_map.cc \ 744 src/windows/ia32_modrm_map.cc src/windows/ia32_opcode_map.cc \
803 src/windows/mini_disassembler.cc \ 745 src/windows/mini_disassembler.cc \
804 src/windows/patch_functions.cc src/windows/preamble_patcher.cc \ 746 src/windows/patch_functions.cc src/windows/preamble_patcher.cc \
805 src/windows/preamble_patcher_with_stub.cc 747 src/windows/preamble_patcher_with_stub.cc
806 @MINGW_TRUE@am_libwindows_la_OBJECTS = $(am__objects_1) port.lo \ 748 @MINGW_TRUE@am_libwindows_la_OBJECTS = $(am__objects_1) port.lo \
(...skipping 10 matching lines...) Expand all
817 @WITH_HEAP_PROFILER_TRUE@ heap-profiler_unittest$(EXEEXT) 759 @WITH_HEAP_PROFILER_TRUE@ heap-profiler_unittest$(EXEEXT)
818 @WITH_HEAP_CHECKER_TRUE@am__EXEEXT_4 = heap-checker_unittest$(EXEEXT) 760 @WITH_HEAP_CHECKER_TRUE@am__EXEEXT_4 = heap-checker_unittest$(EXEEXT)
819 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__EXEEXT_5 = samplin g_debug_test$(EXEEXT) 761 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__EXEEXT_5 = samplin g_debug_test$(EXEEXT)
820 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_TRUE@am__EXEEXT_6 = heap-profiler_debu g_unittest$(EXEEXT) 762 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_TRUE@am__EXEEXT_6 = heap-profiler_debu g_unittest$(EXEEXT)
821 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_CHECKER_TRUE@am__EXEEXT_7 = heap-checker_debug_ unittest$(EXEEXT) 763 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_CHECKER_TRUE@am__EXEEXT_7 = heap-checker_debug_ unittest$(EXEEXT)
822 @WITH_CPU_PROFILER_TRUE@am__EXEEXT_8 = profiler1_unittest$(EXEEXT) \ 764 @WITH_CPU_PROFILER_TRUE@am__EXEEXT_8 = profiler1_unittest$(EXEEXT) \
823 @WITH_CPU_PROFILER_TRUE@ profiler2_unittest$(EXEEXT) \ 765 @WITH_CPU_PROFILER_TRUE@ profiler2_unittest$(EXEEXT) \
824 @WITH_CPU_PROFILER_TRUE@ profiler3_unittest$(EXEEXT) \ 766 @WITH_CPU_PROFILER_TRUE@ profiler3_unittest$(EXEEXT) \
825 @WITH_CPU_PROFILER_TRUE@ profiler4_unittest$(EXEEXT) 767 @WITH_CPU_PROFILER_TRUE@ profiler4_unittest$(EXEEXT)
826 @WITH_STACK_TRACE_TRUE@am__EXEEXT_9 = stacktrace_unittest$(EXEEXT) 768 @WITH_STACK_TRACE_TRUE@am__EXEEXT_9 = stacktrace_unittest$(EXEEXT)
827 @MINGW_FALSE@am__EXEEXT_10 = system_alloc_unittest$(EXEEXT) 769 @ENABLE_STATIC_FALSE@@MINGW_FALSE@am__EXEEXT_10 = maybe_threads_unittest.sh$(EXE EXT)
828 @ENABLE_STATIC_FALSE@@MINGW_FALSE@am__EXEEXT_11 = malloc_extension_c_test$(EXEEX T) 770 @MINGW_FALSE@am__EXEEXT_11 = system_alloc_unittest$(EXEEXT)
829 @MINGW_FALSE@@OSX_FALSE@am__EXEEXT_12 = memalign_unittest$(EXEEXT) 771 @ENABLE_STATIC_FALSE@@MINGW_FALSE@am__EXEEXT_12 = malloc_extension_c_test$(EXEEX T)
830 @WITH_DEBUGALLOC_TRUE@am__EXEEXT_13 = tcmalloc_minimal_debug_unittest$(EXEEXT) \ 772 @MINGW_FALSE@@OSX_FALSE@am__EXEEXT_13 = memalign_unittest$(EXEEXT)
773 @WITH_DEBUGALLOC_TRUE@am__EXEEXT_14 = tcmalloc_minimal_debug_unittest$(EXEEXT) \
831 @WITH_DEBUGALLOC_TRUE@ malloc_extension_debug_test$(EXEEXT) 774 @WITH_DEBUGALLOC_TRUE@ malloc_extension_debug_test$(EXEEXT)
832 @MINGW_FALSE@@OSX_FALSE@@WITH_DEBUGALLOC_TRUE@am__EXEEXT_14 = memalign_debug_uni ttest$(EXEEXT) 775 @MINGW_FALSE@@OSX_FALSE@@WITH_DEBUGALLOC_TRUE@am__EXEEXT_15 = memalign_debug_uni ttest$(EXEEXT)
833 @WITH_DEBUGALLOC_TRUE@am__EXEEXT_15 = realloc_debug_unittest$(EXEEXT) 776 @WITH_DEBUGALLOC_TRUE@am__EXEEXT_16 = realloc_debug_unittest$(EXEEXT)
834 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__EXEEXT_16 = tcmalloc_unittest$(EXEEXT) 777 @WITH_DEBUGALLOC_TRUE@@WITH_STACK_TRACE_TRUE@am__EXEEXT_17 = debugallocation_tes t.sh$(EXEEXT)
835 @OSX_FALSE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__EXEEXT_17 = tcmalloc_both_uni ttest$(EXEEXT) 778 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__EXEEXT_18 = tcmalloc_unittest$(EXEEXT)
836 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__EXEEXT_18 = tcmalloc_large_unittest$(EXE EXT) \ 779 @OSX_FALSE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__EXEEXT_19 = tcmalloc_both_uni ttest$(EXEEXT)
780 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__EXEEXT_20 = tcmalloc_large_unittest$(EXE EXT) \
837 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ raw_printer_test$(EXEEXT) \ 781 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ raw_printer_test$(EXEEXT) \
838 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ sampler_test$(EXEEXT) \ 782 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ sampler_test$(EXEEXT) \
839 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ sampling_test.sh$(EXEEXT) 783 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ sampling_test.sh$(EXEEXT)
840 @WITH_HEAP_PROFILER_TRUE@am__EXEEXT_19 = \ 784 @WITH_HEAP_PROFILER_TRUE@am__EXEEXT_21 = \
841 @WITH_HEAP_PROFILER_TRUE@» heap-profiler_unittest.sh$(EXEEXT) \ 785 @WITH_HEAP_PROFILER_TRUE@» heap-profiler_unittest.sh$(EXEEXT)
842 @WITH_HEAP_PROFILER_TRUE@» simple_compat_test$(EXEEXT) 786 @WITH_HEAP_CHECKER_TRUE@am__EXEEXT_22 = \
843 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__EXEEXT_20 = tcmall oc_debug_unittest$(EXEEXT) \ 787 @WITH_HEAP_CHECKER_TRUE@» heap-checker_unittest.sh$(EXEEXT) \
788 @WITH_HEAP_CHECKER_TRUE@» heap-checker-death_unittest.sh$(EXEEXT)
789 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__EXEEXT_23 = tcmall oc_debug_unittest$(EXEEXT) \
844 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ sampler_debug_te st$(EXEEXT) \ 790 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ sampler_debug_te st$(EXEEXT) \
845 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ sampling_debug_t est.sh$(EXEEXT) 791 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ sampling_debug_t est.sh$(EXEEXT)
846 @WITH_CPU_PROFILER_TRUE@am__EXEEXT_21 = getpc_test$(EXEEXT) \ 792 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_TRUE@am__EXEEXT_24 = heap-profiler_deb ug_unittest.sh$(EXEEXT)
793 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_CHECKER_TRUE@am__EXEEXT_25 = heap-checker_debug _unittest.sh$(EXEEXT)
794 @WITH_CPU_PROFILER_TRUE@am__EXEEXT_26 = getpc_test$(EXEEXT) \
847 @WITH_CPU_PROFILER_TRUE@ profiledata_unittest$(EXEEXT) \ 795 @WITH_CPU_PROFILER_TRUE@ profiledata_unittest$(EXEEXT) \
848 @WITH_CPU_PROFILER_TRUE@ profile_handler_unittest$(EXEEXT) \ 796 @WITH_CPU_PROFILER_TRUE@ profile_handler_unittest$(EXEEXT) \
849 @WITH_CPU_PROFILER_TRUE@ profiler_unittest.sh$(EXEEXT) 797 @WITH_CPU_PROFILER_TRUE@ profiler_unittest.sh$(EXEEXT)
850 @WITH_CPU_PROFILER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__EXEEXT_22 = tcma lloc_and_profiler_unittest$(EXEEXT) 798 @WITH_CPU_PROFILER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__EXEEXT_27 = tcma lloc_and_profiler_unittest$(EXEEXT)
851 am__EXEEXT_23 = low_level_alloc_unittest$(EXEEXT) \ 799 am__EXEEXT_28 = low_level_alloc_unittest$(EXEEXT) \
852 atomicops_unittest$(EXEEXT) $(am__EXEEXT_9) \ 800 atomicops_unittest$(EXEEXT) $(am__EXEEXT_9) \
853 tcmalloc_minimal_unittest$(EXEEXT) \ 801 tcmalloc_minimal_unittest$(EXEEXT) \
854 » tcmalloc_minimal_large_unittest$(EXEEXT) $(am__append_17) \ 802 » tcmalloc_minimal_large_unittest$(EXEEXT) $(am__EXEEXT_10) \
855 » addressmap_unittest$(EXEEXT) $(am__EXEEXT_10) \ 803 » addressmap_unittest$(EXEEXT) $(am__EXEEXT_11) \
856 packed_cache_test$(EXEEXT) frag_unittest$(EXEEXT) \ 804 packed_cache_test$(EXEEXT) frag_unittest$(EXEEXT) \
857 markidle_unittest$(EXEEXT) \ 805 markidle_unittest$(EXEEXT) \
858 current_allocated_bytes_test$(EXEEXT) \ 806 current_allocated_bytes_test$(EXEEXT) \
859 malloc_hook_test$(EXEEXT) malloc_extension_test$(EXEEXT) \ 807 malloc_hook_test$(EXEEXT) malloc_extension_test$(EXEEXT) \
860 » $(am__EXEEXT_11) $(am__EXEEXT_12) page_heap_test$(EXEEXT) \ 808 » $(am__EXEEXT_12) $(am__EXEEXT_13) page_heap_test$(EXEEXT) \
861 pagemap_unittest$(EXEEXT) realloc_unittest$(EXEEXT) \ 809 pagemap_unittest$(EXEEXT) realloc_unittest$(EXEEXT) \
862 stack_trace_table_test$(EXEEXT) \ 810 stack_trace_table_test$(EXEEXT) \
863 » thread_dealloc_unittest$(EXEEXT) $(am__EXEEXT_13) \ 811 » thread_dealloc_unittest$(EXEEXT) $(am__EXEEXT_14) \
864 » $(am__EXEEXT_14) $(am__EXEEXT_15) $(am__append_29) \ 812 » $(am__EXEEXT_15) $(am__EXEEXT_16) $(am__EXEEXT_17) \
865 » $(am__EXEEXT_16) $(am__EXEEXT_17) $(am__EXEEXT_18) \ 813 » $(am__EXEEXT_18) $(am__EXEEXT_19) $(am__EXEEXT_20) \
866 » $(am__EXEEXT_19) $(am__append_49) $(am__EXEEXT_20) \ 814 » $(am__EXEEXT_21) $(am__EXEEXT_22) $(am__EXEEXT_23) \
867 » $(am__append_58) $(am__append_60) $(am__EXEEXT_21) \ 815 » $(am__EXEEXT_24) $(am__EXEEXT_25) $(am__EXEEXT_26) \
868 » $(am__EXEEXT_22) 816 » $(am__EXEEXT_27)
869 PROGRAMS = $(bin_PROGRAMS) $(noinst_PROGRAMS) 817 PROGRAMS = $(bin_PROGRAMS) $(noinst_PROGRAMS)
870 am__addressmap_unittest_SOURCES_DIST = \ 818 am__addressmap_unittest_SOURCES_DIST = \
871 src/tests/addressmap_unittest.cc src/addressmap-inl.h \ 819 src/tests/addressmap_unittest.cc src/addressmap-inl.h \
872 src/base/commandlineflags.h src/base/logging.h \ 820 src/base/commandlineflags.h src/base/logging.h \
873 src/base/basictypes.h src/base/dynamic_annotations.h \ 821 src/base/basictypes.h src/base/dynamic_annotations.h \
874 src/third_party/valgrind.h src/windows/port.h \ 822 src/third_party/valgrind.h src/windows/port.h \
875 src/windows/port.cc 823 src/windows/port.cc
876 @MINGW_TRUE@am__objects_25 = addressmap_unittest-port.$(OBJEXT) 824 @MINGW_TRUE@am__objects_25 = addressmap_unittest-port.$(OBJEXT)
877 am_addressmap_unittest_OBJECTS = \ 825 am_addressmap_unittest_OBJECTS = \
878 addressmap_unittest-addressmap_unittest.$(OBJEXT) \ 826 addressmap_unittest-addressmap_unittest.$(OBJEXT) \
879 $(am__objects_6) $(am__objects_25) 827 $(am__objects_6) $(am__objects_25)
880 addressmap_unittest_OBJECTS = $(am_addressmap_unittest_OBJECTS) 828 addressmap_unittest_OBJECTS = $(am_addressmap_unittest_OBJECTS)
881 addressmap_unittest_DEPENDENCIES = liblogging.la 829 addressmap_unittest_DEPENDENCIES = liblogging.la
882 addressmap_unittest_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
883 $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
884 $(addressmap_unittest_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \
885 $(LDFLAGS) -o $@
886 am_atomicops_unittest_OBJECTS = atomicops_unittest.$(OBJEXT) \ 830 am_atomicops_unittest_OBJECTS = atomicops_unittest.$(OBJEXT) \
887 $(am__objects_6) 831 $(am__objects_6)
888 atomicops_unittest_OBJECTS = $(am_atomicops_unittest_OBJECTS) 832 atomicops_unittest_OBJECTS = $(am_atomicops_unittest_OBJECTS)
889 atomicops_unittest_DEPENDENCIES = $(LIBSPINLOCK) 833 atomicops_unittest_DEPENDENCIES = $(am__DEPENDENCIES_2)
890 am_current_allocated_bytes_test_OBJECTS = current_allocated_bytes_test-current_a llocated_bytes_test.$(OBJEXT) 834 am_current_allocated_bytes_test_OBJECTS = current_allocated_bytes_test-current_a llocated_bytes_test.$(OBJEXT)
891 current_allocated_bytes_test_OBJECTS = \ 835 current_allocated_bytes_test_OBJECTS = \
892 $(am_current_allocated_bytes_test_OBJECTS) 836 $(am_current_allocated_bytes_test_OBJECTS)
893 current_allocated_bytes_test_DEPENDENCIES = $(LIBTCMALLOC_MINIMAL) \ 837 @MINGW_FALSE@am__DEPENDENCIES_5 = libtcmalloc_minimal.la
838 @MINGW_TRUE@am__DEPENDENCIES_5 = libtcmalloc_minimal.la \
839 @MINGW_TRUE@» libstacktrace.la
840 current_allocated_bytes_test_DEPENDENCIES = $(am__DEPENDENCIES_5) \
894 $(am__DEPENDENCIES_1) 841 $(am__DEPENDENCIES_1)
895 current_allocated_bytes_test_LINK = $(LIBTOOL) --tag=CXX \
896 $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
897 $(current_allocated_bytes_test_CXXFLAGS) $(CXXFLAGS) \
898 $(current_allocated_bytes_test_LDFLAGS) $(LDFLAGS) -o $@
899 am__debugallocation_test_SOURCES_DIST = \ 842 am__debugallocation_test_SOURCES_DIST = \
900 src/tests/debugallocation_test.cc 843 src/tests/debugallocation_test.cc
901 @WITH_DEBUGALLOC_TRUE@@WITH_STACK_TRACE_TRUE@am_debugallocation_test_OBJECTS = d ebugallocation_test-debugallocation_test.$(OBJEXT) 844 @WITH_DEBUGALLOC_TRUE@@WITH_STACK_TRACE_TRUE@am_debugallocation_test_OBJECTS = d ebugallocation_test-debugallocation_test.$(OBJEXT)
902 debugallocation_test_OBJECTS = $(am_debugallocation_test_OBJECTS) 845 debugallocation_test_OBJECTS = $(am_debugallocation_test_OBJECTS)
903 @WITH_DEBUGALLOC_TRUE@@WITH_STACK_TRACE_TRUE@debugallocation_test_DEPENDENCIES = libtcmalloc_debug.la \ 846 @WITH_DEBUGALLOC_TRUE@@WITH_STACK_TRACE_TRUE@debugallocation_test_DEPENDENCIES = libtcmalloc_debug.la \
904 @WITH_DEBUGALLOC_TRUE@@WITH_STACK_TRACE_TRUE@ $(am__DEPENDENCIES_1) 847 @WITH_DEBUGALLOC_TRUE@@WITH_STACK_TRACE_TRUE@ $(am__DEPENDENCIES_1)
905 debugallocation_test_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
906 $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
907 $(debugallocation_test_CXXFLAGS) $(CXXFLAGS) \
908 $(debugallocation_test_LDFLAGS) $(LDFLAGS) -o $@
909 am__debugallocation_test_sh_SOURCES_DIST = \ 848 am__debugallocation_test_sh_SOURCES_DIST = \
910 src/tests/debugallocation_test.sh 849 src/tests/debugallocation_test.sh
911 am_debugallocation_test_sh_OBJECTS = 850 am_debugallocation_test_sh_OBJECTS =
912 debugallocation_test_sh_OBJECTS = \ 851 debugallocation_test_sh_OBJECTS = \
913 $(am_debugallocation_test_sh_OBJECTS) 852 $(am_debugallocation_test_sh_OBJECTS)
914 debugallocation_test_sh_LDADD = $(LDADD) 853 debugallocation_test_sh_LDADD = $(LDADD)
915 am_frag_unittest_OBJECTS = frag_unittest-frag_unittest.$(OBJEXT) 854 am_frag_unittest_OBJECTS = frag_unittest-frag_unittest.$(OBJEXT)
916 frag_unittest_OBJECTS = $(am_frag_unittest_OBJECTS) 855 frag_unittest_OBJECTS = $(am_frag_unittest_OBJECTS)
917 frag_unittest_DEPENDENCIES = $(LIBTCMALLOC_MINIMAL) \ 856 frag_unittest_DEPENDENCIES = $(am__DEPENDENCIES_5) \
918 $(am__DEPENDENCIES_1) 857 $(am__DEPENDENCIES_1)
919 frag_unittest_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
920 $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(frag_unittest_CXXFLAGS) \
921 $(CXXFLAGS) $(frag_unittest_LDFLAGS) $(LDFLAGS) -o $@
922 am__getpc_test_SOURCES_DIST = src/tests/getpc_test.cc src/getpc.h 858 am__getpc_test_SOURCES_DIST = src/tests/getpc_test.cc src/getpc.h
923 @WITH_CPU_PROFILER_TRUE@am_getpc_test_OBJECTS = getpc_test.$(OBJEXT) 859 @WITH_CPU_PROFILER_TRUE@am_getpc_test_OBJECTS = getpc_test.$(OBJEXT)
924 getpc_test_OBJECTS = $(am_getpc_test_OBJECTS) 860 getpc_test_OBJECTS = $(am_getpc_test_OBJECTS)
925 getpc_test_LDADD = $(LDADD) 861 getpc_test_LDADD = $(LDADD)
926 am__heap_checker_death_unittest_sh_SOURCES_DIST = \ 862 am__heap_checker_death_unittest_sh_SOURCES_DIST = \
927 src/tests/heap-checker-death_unittest.sh 863 src/tests/heap-checker-death_unittest.sh
928 am_heap_checker_death_unittest_sh_OBJECTS = 864 am_heap_checker_death_unittest_sh_OBJECTS =
929 heap_checker_death_unittest_sh_OBJECTS = \ 865 heap_checker_death_unittest_sh_OBJECTS = \
930 $(am_heap_checker_death_unittest_sh_OBJECTS) 866 $(am_heap_checker_death_unittest_sh_OBJECTS)
931 heap_checker_death_unittest_sh_LDADD = $(LDADD) 867 heap_checker_death_unittest_sh_LDADD = $(LDADD)
932 am__heap_checker_debug_unittest_SOURCES_DIST = \ 868 am__heap_checker_debug_unittest_SOURCES_DIST = \
933 src/tests/heap-checker_unittest.cc src/config_for_unittests.h \ 869 src/tests/heap-checker_unittest.cc src/config_for_unittests.h \
934 src/memory_region_map.h src/base/commandlineflags.h \ 870 src/memory_region_map.h src/base/commandlineflags.h \
935 » src/base/googleinit.h src/gperftools/heap-checker.h \ 871 » src/base/googleinit.h src/google/heap-checker.h \
936 src/base/logging.h src/base/basictypes.h \ 872 src/base/logging.h src/base/basictypes.h \
937 src/base/dynamic_annotations.h src/third_party/valgrind.h 873 src/base/dynamic_annotations.h src/third_party/valgrind.h
938 @WITH_HEAP_CHECKER_TRUE@am__objects_26 = $(am__objects_1) 874 @WITH_HEAP_CHECKER_TRUE@am__objects_26 = $(am__objects_1)
939 @WITH_HEAP_CHECKER_TRUE@am__objects_27 = heap_checker_debug_unittest-heap-checke r_unittest.$(OBJEXT) \ 875 @WITH_HEAP_CHECKER_TRUE@am__objects_27 = heap_checker_debug_unittest-heap-checke r_unittest.$(OBJEXT) \
940 @WITH_HEAP_CHECKER_TRUE@ $(am__objects_26) 876 @WITH_HEAP_CHECKER_TRUE@ $(am__objects_26)
941 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_CHECKER_TRUE@am_heap_checker_debug_unittest_OBJ ECTS = $(am__objects_27) 877 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_CHECKER_TRUE@am_heap_checker_debug_unittest_OBJ ECTS = $(am__objects_27)
942 heap_checker_debug_unittest_OBJECTS = \ 878 heap_checker_debug_unittest_OBJECTS = \
943 $(am_heap_checker_debug_unittest_OBJECTS) 879 $(am_heap_checker_debug_unittest_OBJECTS)
944 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_CHECKER_TRUE@heap_checker_debug_unittest_DEPEND ENCIES = libtcmalloc_debug.la \ 880 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_CHECKER_TRUE@heap_checker_debug_unittest_DEPEND ENCIES = libtcmalloc_debug.la \
945 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_CHECKER_TRUE@ liblogging.la \ 881 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_CHECKER_TRUE@ liblogging.la \
946 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_CHECKER_TRUE@ $(am__DEPENDENCIES_1) 882 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_CHECKER_TRUE@ $(am__DEPENDENCIES_1)
947 heap_checker_debug_unittest_LINK = $(LIBTOOL) --tag=CXX \
948 $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
949 $(heap_checker_debug_unittest_CXXFLAGS) $(CXXFLAGS) \
950 $(heap_checker_debug_unittest_LDFLAGS) $(LDFLAGS) -o $@
951 am__heap_checker_debug_unittest_sh_SOURCES_DIST = \ 883 am__heap_checker_debug_unittest_sh_SOURCES_DIST = \
952 src/tests/heap-checker_unittest.sh 884 src/tests/heap-checker_unittest.sh
953 am_heap_checker_debug_unittest_sh_OBJECTS = 885 am_heap_checker_debug_unittest_sh_OBJECTS =
954 heap_checker_debug_unittest_sh_OBJECTS = \ 886 heap_checker_debug_unittest_sh_OBJECTS = \
955 $(am_heap_checker_debug_unittest_sh_OBJECTS) 887 $(am_heap_checker_debug_unittest_sh_OBJECTS)
956 heap_checker_debug_unittest_sh_LDADD = $(LDADD) 888 heap_checker_debug_unittest_sh_LDADD = $(LDADD)
957 am__heap_checker_unittest_SOURCES_DIST = \ 889 am__heap_checker_unittest_SOURCES_DIST = \
958 src/tests/heap-checker_unittest.cc src/config_for_unittests.h \ 890 src/tests/heap-checker_unittest.cc src/config_for_unittests.h \
959 src/memory_region_map.h src/base/commandlineflags.h \ 891 src/memory_region_map.h src/base/commandlineflags.h \
960 » src/base/googleinit.h src/gperftools/heap-checker.h \ 892 » src/base/googleinit.h src/google/heap-checker.h \
961 src/base/logging.h src/base/basictypes.h \ 893 src/base/logging.h src/base/basictypes.h \
962 src/base/dynamic_annotations.h src/third_party/valgrind.h 894 src/base/dynamic_annotations.h src/third_party/valgrind.h
963 @WITH_HEAP_CHECKER_TRUE@am_heap_checker_unittest_OBJECTS = heap_checker_unittest -heap-checker_unittest.$(OBJEXT) \ 895 @WITH_HEAP_CHECKER_TRUE@am_heap_checker_unittest_OBJECTS = heap_checker_unittest -heap-checker_unittest.$(OBJEXT) \
964 @WITH_HEAP_CHECKER_TRUE@ $(am__objects_26) 896 @WITH_HEAP_CHECKER_TRUE@ $(am__objects_26)
965 heap_checker_unittest_OBJECTS = $(am_heap_checker_unittest_OBJECTS) 897 heap_checker_unittest_OBJECTS = $(am_heap_checker_unittest_OBJECTS)
898 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__DEPENDENCIES_6 = \
899 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ libtcmalloc.la
966 @WITH_HEAP_CHECKER_TRUE@heap_checker_unittest_DEPENDENCIES = \ 900 @WITH_HEAP_CHECKER_TRUE@heap_checker_unittest_DEPENDENCIES = \
967 @WITH_HEAP_CHECKER_TRUE@» $(LIBTCMALLOC) liblogging.la \ 901 @WITH_HEAP_CHECKER_TRUE@» $(am__DEPENDENCIES_6) liblogging.la \
968 @WITH_HEAP_CHECKER_TRUE@ $(am__DEPENDENCIES_1) 902 @WITH_HEAP_CHECKER_TRUE@ $(am__DEPENDENCIES_1)
969 heap_checker_unittest_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
970 $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
971 $(heap_checker_unittest_CXXFLAGS) $(CXXFLAGS) \
972 $(heap_checker_unittest_LDFLAGS) $(LDFLAGS) -o $@
973 am__heap_checker_unittest_sh_SOURCES_DIST = \ 903 am__heap_checker_unittest_sh_SOURCES_DIST = \
974 src/tests/heap-checker_unittest.sh 904 src/tests/heap-checker_unittest.sh
975 am_heap_checker_unittest_sh_OBJECTS = 905 am_heap_checker_unittest_sh_OBJECTS =
976 heap_checker_unittest_sh_OBJECTS = \ 906 heap_checker_unittest_sh_OBJECTS = \
977 $(am_heap_checker_unittest_sh_OBJECTS) 907 $(am_heap_checker_unittest_sh_OBJECTS)
978 heap_checker_unittest_sh_LDADD = $(LDADD) 908 heap_checker_unittest_sh_LDADD = $(LDADD)
979 am__heap_profiler_debug_unittest_SOURCES_DIST = \ 909 am__heap_profiler_debug_unittest_SOURCES_DIST = \
980 src/tests/heap-profiler_unittest.cc src/config_for_unittests.h \ 910 src/tests/heap-profiler_unittest.cc src/config_for_unittests.h \
981 » src/gperftools/heap-profiler.h 911 » src/google/heap-profiler.h
982 @WITH_HEAP_PROFILER_TRUE@am__objects_28 = heap_profiler_debug_unittest-heap-prof iler_unittest.$(OBJEXT) \ 912 @WITH_HEAP_PROFILER_TRUE@am__objects_28 = heap_profiler_debug_unittest-heap-prof iler_unittest.$(OBJEXT) \
983 @WITH_HEAP_PROFILER_TRUE@ $(am__objects_1) 913 @WITH_HEAP_PROFILER_TRUE@ $(am__objects_1)
984 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_TRUE@am_heap_profiler_debug_unittest_O BJECTS = $(am__objects_28) 914 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_TRUE@am_heap_profiler_debug_unittest_O BJECTS = $(am__objects_28)
985 heap_profiler_debug_unittest_OBJECTS = \ 915 heap_profiler_debug_unittest_OBJECTS = \
986 $(am_heap_profiler_debug_unittest_OBJECTS) 916 $(am_heap_profiler_debug_unittest_OBJECTS)
987 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_TRUE@heap_profiler_debug_unittest_DEPE NDENCIES = libtcmalloc_debug.la \ 917 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_TRUE@heap_profiler_debug_unittest_DEPE NDENCIES = libtcmalloc_debug.la \
988 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_TRUE@ $(am__DEPENDENCIES_1) 918 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_TRUE@ $(am__DEPENDENCIES_1)
989 heap_profiler_debug_unittest_LINK = $(LIBTOOL) --tag=CXX \
990 $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
991 $(heap_profiler_debug_unittest_CXXFLAGS) $(CXXFLAGS) \
992 $(heap_profiler_debug_unittest_LDFLAGS) $(LDFLAGS) -o $@
993 am__heap_profiler_debug_unittest_sh_SOURCES_DIST = \ 919 am__heap_profiler_debug_unittest_sh_SOURCES_DIST = \
994 src/tests/heap-profiler_unittest.sh 920 src/tests/heap-profiler_unittest.sh
995 am_heap_profiler_debug_unittest_sh_OBJECTS = 921 am_heap_profiler_debug_unittest_sh_OBJECTS =
996 heap_profiler_debug_unittest_sh_OBJECTS = \ 922 heap_profiler_debug_unittest_sh_OBJECTS = \
997 $(am_heap_profiler_debug_unittest_sh_OBJECTS) 923 $(am_heap_profiler_debug_unittest_sh_OBJECTS)
998 heap_profiler_debug_unittest_sh_LDADD = $(LDADD) 924 heap_profiler_debug_unittest_sh_LDADD = $(LDADD)
999 am__heap_profiler_unittest_SOURCES_DIST = \ 925 am__heap_profiler_unittest_SOURCES_DIST = \
1000 src/tests/heap-profiler_unittest.cc src/config_for_unittests.h \ 926 src/tests/heap-profiler_unittest.cc src/config_for_unittests.h \
1001 » src/gperftools/heap-profiler.h 927 » src/google/heap-profiler.h
1002 @WITH_HEAP_PROFILER_TRUE@am_heap_profiler_unittest_OBJECTS = heap_profiler_unitt est-heap-profiler_unittest.$(OBJEXT) \ 928 @WITH_HEAP_PROFILER_TRUE@am_heap_profiler_unittest_OBJECTS = heap_profiler_unitt est-heap-profiler_unittest.$(OBJEXT) \
1003 @WITH_HEAP_PROFILER_TRUE@ $(am__objects_1) 929 @WITH_HEAP_PROFILER_TRUE@ $(am__objects_1)
1004 heap_profiler_unittest_OBJECTS = $(am_heap_profiler_unittest_OBJECTS) 930 heap_profiler_unittest_OBJECTS = $(am_heap_profiler_unittest_OBJECTS)
1005 @WITH_HEAP_PROFILER_TRUE@heap_profiler_unittest_DEPENDENCIES = \ 931 @WITH_HEAP_PROFILER_TRUE@heap_profiler_unittest_DEPENDENCIES = \
1006 @WITH_HEAP_PROFILER_TRUE@» $(LIBTCMALLOC) $(am__DEPENDENCIES_1) 932 @WITH_HEAP_PROFILER_TRUE@» $(am__DEPENDENCIES_6) \
1007 heap_profiler_unittest_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \ 933 @WITH_HEAP_PROFILER_TRUE@» $(am__DEPENDENCIES_1)
1008 » $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
1009 » $(heap_profiler_unittest_CXXFLAGS) $(CXXFLAGS) \
1010 » $(heap_profiler_unittest_LDFLAGS) $(LDFLAGS) -o $@
1011 am__heap_profiler_unittest_sh_SOURCES_DIST = \ 934 am__heap_profiler_unittest_sh_SOURCES_DIST = \
1012 src/tests/heap-profiler_unittest.sh 935 src/tests/heap-profiler_unittest.sh
1013 am_heap_profiler_unittest_sh_OBJECTS = 936 am_heap_profiler_unittest_sh_OBJECTS =
1014 heap_profiler_unittest_sh_OBJECTS = \ 937 heap_profiler_unittest_sh_OBJECTS = \
1015 $(am_heap_profiler_unittest_sh_OBJECTS) 938 $(am_heap_profiler_unittest_sh_OBJECTS)
1016 heap_profiler_unittest_sh_LDADD = $(LDADD) 939 heap_profiler_unittest_sh_LDADD = $(LDADD)
1017 am__low_level_alloc_unittest_SOURCES_DIST = \ 940 am__low_level_alloc_unittest_SOURCES_DIST = \
1018 src/base/low_level_alloc.cc src/malloc_hook.cc \ 941 src/base/low_level_alloc.cc src/malloc_hook.cc \
1019 src/maybe_threads.cc src/tests/low_level_alloc_unittest.cc \ 942 src/maybe_threads.cc src/tests/low_level_alloc_unittest.cc \
1020 src/base/low_level_alloc.h src/base/basictypes.h \ 943 src/base/low_level_alloc.h src/base/basictypes.h \
1021 » src/gperftools/malloc_hook.h src/gperftools/malloc_hook_c.h \ 944 » src/google/malloc_hook.h src/google/malloc_hook_c.h \
1022 src/malloc_hook-inl.h src/malloc_hook_mmap_linux.h \ 945 src/malloc_hook-inl.h src/malloc_hook_mmap_linux.h \
1023 src/malloc_hook_mmap_freebsd.h src/base/spinlock.h \ 946 src/malloc_hook_mmap_freebsd.h src/base/spinlock.h \
1024 src/base/spinlock_internal.h src/base/atomicops.h \ 947 src/base/spinlock_internal.h src/base/atomicops.h \
1025 src/base/atomicops-internals-macosx.h \ 948 src/base/atomicops-internals-macosx.h \
1026 src/base/atomicops-internals-linuxppc.h \ 949 src/base/atomicops-internals-linuxppc.h \
1027 src/base/atomicops-internals-windows.h \ 950 src/base/atomicops-internals-windows.h \
1028 src/base/atomicops-internals-x86.h \ 951 src/base/atomicops-internals-x86.h \
1029 src/base/spinlock_win32-inl.h src/base/spinlock_linux-inl.h \ 952 src/base/spinlock_win32-inl.h src/base/spinlock_linux-inl.h \
1030 src/base/spinlock_posix-inl.h \ 953 src/base/spinlock_posix-inl.h \
1031 src/base/synchronization_profiling.h \ 954 src/base/synchronization_profiling.h \
1032 src/base/atomicops-internals-arm-generic.h \ 955 src/base/atomicops-internals-arm-generic.h \
1033 src/base/atomicops-internals-arm-v6plus.h src/base/logging.h \ 956 src/base/atomicops-internals-arm-v6plus.h src/base/logging.h \
1034 src/base/commandlineflags.h src/base/dynamic_annotations.h \ 957 src/base/commandlineflags.h src/base/dynamic_annotations.h \
1035 src/third_party/valgrind.h 958 src/third_party/valgrind.h
1036 @MINGW_FALSE@am__objects_29 = \ 959 @MINGW_FALSE@am__objects_29 = \
1037 @MINGW_FALSE@ low_level_alloc_unittest-maybe_threads.$(OBJEXT) 960 @MINGW_FALSE@ low_level_alloc_unittest-maybe_threads.$(OBJEXT)
1038 am__objects_30 = $(am__objects_1) $(am__objects_1) 961 am__objects_30 = $(am__objects_1) $(am__objects_1)
1039 am_low_level_alloc_unittest_OBJECTS = \ 962 am_low_level_alloc_unittest_OBJECTS = \
1040 low_level_alloc_unittest-low_level_alloc.$(OBJEXT) \ 963 low_level_alloc_unittest-low_level_alloc.$(OBJEXT) \
1041 low_level_alloc_unittest-malloc_hook.$(OBJEXT) \ 964 low_level_alloc_unittest-malloc_hook.$(OBJEXT) \
1042 $(am__objects_29) \ 965 $(am__objects_29) \
1043 low_level_alloc_unittest-low_level_alloc_unittest.$(OBJEXT) \ 966 low_level_alloc_unittest-low_level_alloc_unittest.$(OBJEXT) \
1044 $(am__objects_30) 967 $(am__objects_30)
1045 low_level_alloc_unittest_OBJECTS = \ 968 low_level_alloc_unittest_OBJECTS = \
1046 $(am_low_level_alloc_unittest_OBJECTS) 969 $(am_low_level_alloc_unittest_OBJECTS)
1047 low_level_alloc_unittest_DEPENDENCIES = $(LIBSPINLOCK) 970 low_level_alloc_unittest_DEPENDENCIES = $(am__DEPENDENCIES_2)
1048 low_level_alloc_unittest_LINK = $(LIBTOOL) --tag=CXX \
1049 » $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
1050 » $(low_level_alloc_unittest_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \
1051 » $(LDFLAGS) -o $@
1052 am__malloc_extension_c_test_SOURCES_DIST = \ 971 am__malloc_extension_c_test_SOURCES_DIST = \
1053 src/tests/malloc_extension_c_test.c \ 972 src/tests/malloc_extension_c_test.c \
1054 » src/gperftools/malloc_extension.h \ 973 » src/google/malloc_extension.h src/google/malloc_extension_c.h
1055 » src/gperftools/malloc_extension_c.h
1056 @ENABLE_STATIC_FALSE@@MINGW_FALSE@am_malloc_extension_c_test_OBJECTS = malloc_ex tension_c_test-malloc_extension_c_test.$(OBJEXT) 974 @ENABLE_STATIC_FALSE@@MINGW_FALSE@am_malloc_extension_c_test_OBJECTS = malloc_ex tension_c_test-malloc_extension_c_test.$(OBJEXT)
1057 malloc_extension_c_test_OBJECTS = \ 975 malloc_extension_c_test_OBJECTS = \
1058 $(am_malloc_extension_c_test_OBJECTS) 976 $(am_malloc_extension_c_test_OBJECTS)
1059 @ENABLE_STATIC_FALSE@@MINGW_FALSE@malloc_extension_c_test_DEPENDENCIES = \ 977 @ENABLE_STATIC_FALSE@@MINGW_FALSE@malloc_extension_c_test_DEPENDENCIES = \
1060 @ENABLE_STATIC_FALSE@@MINGW_FALSE@» $(LIBTCMALLOC_MINIMAL) \ 978 @ENABLE_STATIC_FALSE@@MINGW_FALSE@» $(am__DEPENDENCIES_5) \
1061 @ENABLE_STATIC_FALSE@@MINGW_FALSE@ $(am__DEPENDENCIES_1) 979 @ENABLE_STATIC_FALSE@@MINGW_FALSE@ $(am__DEPENDENCIES_1)
1062 malloc_extension_c_test_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
1063 $(LIBTOOLFLAGS) --mode=link $(CCLD) \
1064 $(malloc_extension_c_test_CFLAGS) $(CFLAGS) \
1065 $(malloc_extension_c_test_LDFLAGS) $(LDFLAGS) -o $@
1066 am__malloc_extension_debug_test_SOURCES_DIST = \ 980 am__malloc_extension_debug_test_SOURCES_DIST = \
1067 src/tests/malloc_extension_test.cc src/config_for_unittests.h \ 981 src/tests/malloc_extension_test.cc src/config_for_unittests.h \
1068 » src/base/logging.h src/gperftools/malloc_extension.h \ 982 » src/base/logging.h src/google/malloc_extension.h \
1069 » src/gperftools/malloc_extension_c.h 983 » src/google/malloc_extension_c.h
1070 am__objects_31 = \ 984 am__objects_31 = \
1071 malloc_extension_debug_test-malloc_extension_test.$(OBJEXT) 985 malloc_extension_debug_test-malloc_extension_test.$(OBJEXT)
1072 @WITH_DEBUGALLOC_TRUE@am_malloc_extension_debug_test_OBJECTS = \ 986 @WITH_DEBUGALLOC_TRUE@am_malloc_extension_debug_test_OBJECTS = \
1073 @WITH_DEBUGALLOC_TRUE@ $(am__objects_31) 987 @WITH_DEBUGALLOC_TRUE@ $(am__objects_31)
1074 malloc_extension_debug_test_OBJECTS = \ 988 malloc_extension_debug_test_OBJECTS = \
1075 $(am_malloc_extension_debug_test_OBJECTS) 989 $(am_malloc_extension_debug_test_OBJECTS)
1076 @WITH_DEBUGALLOC_TRUE@malloc_extension_debug_test_DEPENDENCIES = \ 990 @WITH_DEBUGALLOC_TRUE@malloc_extension_debug_test_DEPENDENCIES = \
1077 @WITH_DEBUGALLOC_TRUE@ libtcmalloc_minimal_debug.la \ 991 @WITH_DEBUGALLOC_TRUE@ libtcmalloc_minimal_debug.la \
1078 @WITH_DEBUGALLOC_TRUE@ $(am__DEPENDENCIES_1) 992 @WITH_DEBUGALLOC_TRUE@ $(am__DEPENDENCIES_1)
1079 malloc_extension_debug_test_LINK = $(LIBTOOL) --tag=CXX \
1080 $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
1081 $(malloc_extension_debug_test_CXXFLAGS) $(CXXFLAGS) \
1082 $(malloc_extension_debug_test_LDFLAGS) $(LDFLAGS) -o $@
1083 am_malloc_extension_test_OBJECTS = \ 993 am_malloc_extension_test_OBJECTS = \
1084 malloc_extension_test-malloc_extension_test.$(OBJEXT) 994 malloc_extension_test-malloc_extension_test.$(OBJEXT)
1085 malloc_extension_test_OBJECTS = $(am_malloc_extension_test_OBJECTS) 995 malloc_extension_test_OBJECTS = $(am_malloc_extension_test_OBJECTS)
1086 malloc_extension_test_DEPENDENCIES = $(LIBTCMALLOC_MINIMAL) \ 996 malloc_extension_test_DEPENDENCIES = $(am__DEPENDENCIES_5) \
1087 $(am__DEPENDENCIES_1) 997 $(am__DEPENDENCIES_1)
1088 malloc_extension_test_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
1089 $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
1090 $(malloc_extension_test_CXXFLAGS) $(CXXFLAGS) \
1091 $(malloc_extension_test_LDFLAGS) $(LDFLAGS) -o $@
1092 am_malloc_hook_test_OBJECTS = \ 998 am_malloc_hook_test_OBJECTS = \
1093 malloc_hook_test-malloc_hook_test.$(OBJEXT) \ 999 malloc_hook_test-malloc_hook_test.$(OBJEXT) \
1094 malloc_hook_test-testutil.$(OBJEXT) 1000 malloc_hook_test-testutil.$(OBJEXT)
1095 malloc_hook_test_OBJECTS = $(am_malloc_hook_test_OBJECTS) 1001 malloc_hook_test_OBJECTS = $(am_malloc_hook_test_OBJECTS)
1096 malloc_hook_test_DEPENDENCIES = $(LIBTCMALLOC_MINIMAL) \ 1002 malloc_hook_test_DEPENDENCIES = $(am__DEPENDENCIES_5) \
1097 $(am__DEPENDENCIES_1) 1003 $(am__DEPENDENCIES_1)
1098 malloc_hook_test_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
1099 $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
1100 $(malloc_hook_test_CXXFLAGS) $(CXXFLAGS) \
1101 $(malloc_hook_test_LDFLAGS) $(LDFLAGS) -o $@
1102 am_markidle_unittest_OBJECTS = \ 1004 am_markidle_unittest_OBJECTS = \
1103 markidle_unittest-markidle_unittest.$(OBJEXT) \ 1005 markidle_unittest-markidle_unittest.$(OBJEXT) \
1104 markidle_unittest-testutil.$(OBJEXT) 1006 markidle_unittest-testutil.$(OBJEXT)
1105 markidle_unittest_OBJECTS = $(am_markidle_unittest_OBJECTS) 1007 markidle_unittest_OBJECTS = $(am_markidle_unittest_OBJECTS)
1106 markidle_unittest_DEPENDENCIES = $(LIBTCMALLOC_MINIMAL) \ 1008 markidle_unittest_DEPENDENCIES = $(am__DEPENDENCIES_5) \
1107 $(am__DEPENDENCIES_1) 1009 $(am__DEPENDENCIES_1)
1108 markidle_unittest_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
1109 $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
1110 $(markidle_unittest_CXXFLAGS) $(CXXFLAGS) \
1111 $(markidle_unittest_LDFLAGS) $(LDFLAGS) -o $@
1112 am__maybe_threads_unittest_sh_SOURCES_DIST = \ 1010 am__maybe_threads_unittest_sh_SOURCES_DIST = \
1113 src/tests/maybe_threads_unittest.sh 1011 src/tests/maybe_threads_unittest.sh
1114 am_maybe_threads_unittest_sh_OBJECTS = 1012 am_maybe_threads_unittest_sh_OBJECTS =
1115 maybe_threads_unittest_sh_OBJECTS = \ 1013 maybe_threads_unittest_sh_OBJECTS = \
1116 $(am_maybe_threads_unittest_sh_OBJECTS) 1014 $(am_maybe_threads_unittest_sh_OBJECTS)
1117 maybe_threads_unittest_sh_LDADD = $(LDADD) 1015 maybe_threads_unittest_sh_LDADD = $(LDADD)
1118 am__memalign_debug_unittest_SOURCES_DIST = \ 1016 am__memalign_debug_unittest_SOURCES_DIST = \
1119 src/tests/memalign_unittest.cc src/tcmalloc.h \ 1017 src/tests/memalign_unittest.cc src/tcmalloc.h \
1120 src/config_for_unittests.h src/tests/testutil.h \ 1018 src/config_for_unittests.h src/tests/testutil.h \
1121 src/tests/testutil.cc 1019 src/tests/testutil.cc
1122 @MINGW_FALSE@@OSX_FALSE@am__objects_32 = memalign_debug_unittest-memalign_unitte st.$(OBJEXT) \ 1020 @MINGW_FALSE@@OSX_FALSE@am__objects_32 = memalign_debug_unittest-memalign_unitte st.$(OBJEXT) \
1123 @MINGW_FALSE@@OSX_FALSE@ memalign_debug_unittest-testutil.$(OBJEXT) 1021 @MINGW_FALSE@@OSX_FALSE@ memalign_debug_unittest-testutil.$(OBJEXT)
1124 @MINGW_FALSE@@OSX_FALSE@@WITH_DEBUGALLOC_TRUE@am_memalign_debug_unittest_OBJECTS = $(am__objects_32) 1022 @MINGW_FALSE@@OSX_FALSE@@WITH_DEBUGALLOC_TRUE@am_memalign_debug_unittest_OBJECTS = $(am__objects_32)
1125 memalign_debug_unittest_OBJECTS = \ 1023 memalign_debug_unittest_OBJECTS = \
1126 $(am_memalign_debug_unittest_OBJECTS) 1024 $(am_memalign_debug_unittest_OBJECTS)
1127 @MINGW_FALSE@@OSX_FALSE@@WITH_DEBUGALLOC_TRUE@memalign_debug_unittest_DEPENDENCI ES = libtcmalloc_minimal_debug.la \ 1025 @MINGW_FALSE@@OSX_FALSE@@WITH_DEBUGALLOC_TRUE@memalign_debug_unittest_DEPENDENCI ES = libtcmalloc_minimal_debug.la \
1128 @MINGW_FALSE@@OSX_FALSE@@WITH_DEBUGALLOC_TRUE@ $(am__DEPENDENCIES_1) 1026 @MINGW_FALSE@@OSX_FALSE@@WITH_DEBUGALLOC_TRUE@ $(am__DEPENDENCIES_1)
1129 memalign_debug_unittest_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
1130 $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
1131 $(memalign_debug_unittest_CXXFLAGS) $(CXXFLAGS) \
1132 $(memalign_debug_unittest_LDFLAGS) $(LDFLAGS) -o $@
1133 am__memalign_unittest_SOURCES_DIST = src/tests/memalign_unittest.cc \ 1027 am__memalign_unittest_SOURCES_DIST = src/tests/memalign_unittest.cc \
1134 src/tcmalloc.h src/config_for_unittests.h src/tests/testutil.h \ 1028 src/tcmalloc.h src/config_for_unittests.h src/tests/testutil.h \
1135 src/tests/testutil.cc 1029 src/tests/testutil.cc
1136 @MINGW_FALSE@@OSX_FALSE@am_memalign_unittest_OBJECTS = memalign_unittest-memalig n_unittest.$(OBJEXT) \ 1030 @MINGW_FALSE@@OSX_FALSE@am_memalign_unittest_OBJECTS = memalign_unittest-memalig n_unittest.$(OBJEXT) \
1137 @MINGW_FALSE@@OSX_FALSE@ memalign_unittest-testutil.$(OBJEXT) 1031 @MINGW_FALSE@@OSX_FALSE@ memalign_unittest-testutil.$(OBJEXT)
1138 memalign_unittest_OBJECTS = $(am_memalign_unittest_OBJECTS) 1032 memalign_unittest_OBJECTS = $(am_memalign_unittest_OBJECTS)
1139 @MINGW_FALSE@@OSX_FALSE@memalign_unittest_DEPENDENCIES = \ 1033 @MINGW_FALSE@@OSX_FALSE@memalign_unittest_DEPENDENCIES = \
1140 @MINGW_FALSE@@OSX_FALSE@» $(LIBTCMALLOC_MINIMAL) \ 1034 @MINGW_FALSE@@OSX_FALSE@» $(am__DEPENDENCIES_5) \
1141 @MINGW_FALSE@@OSX_FALSE@ $(am__DEPENDENCIES_1) 1035 @MINGW_FALSE@@OSX_FALSE@ $(am__DEPENDENCIES_1)
1142 memalign_unittest_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
1143 $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
1144 $(memalign_unittest_CXXFLAGS) $(CXXFLAGS) \
1145 $(memalign_unittest_LDFLAGS) $(LDFLAGS) -o $@
1146 am_packed_cache_test_OBJECTS = \ 1036 am_packed_cache_test_OBJECTS = \
1147 packed_cache_test-packed-cache_test.$(OBJEXT) 1037 packed_cache_test-packed-cache_test.$(OBJEXT)
1148 packed_cache_test_OBJECTS = $(am_packed_cache_test_OBJECTS) 1038 packed_cache_test_OBJECTS = $(am_packed_cache_test_OBJECTS)
1149 packed_cache_test_DEPENDENCIES = $(LIBTCMALLOC_MINIMAL) \ 1039 packed_cache_test_DEPENDENCIES = $(am__DEPENDENCIES_5) \
1150 $(am__DEPENDENCIES_1) 1040 $(am__DEPENDENCIES_1)
1151 packed_cache_test_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
1152 $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
1153 $(packed_cache_test_CXXFLAGS) $(CXXFLAGS) \
1154 $(packed_cache_test_LDFLAGS) $(LDFLAGS) -o $@
1155 am_page_heap_test_OBJECTS = page_heap_test-page_heap_test.$(OBJEXT) 1041 am_page_heap_test_OBJECTS = page_heap_test-page_heap_test.$(OBJEXT)
1156 page_heap_test_OBJECTS = $(am_page_heap_test_OBJECTS) 1042 page_heap_test_OBJECTS = $(am_page_heap_test_OBJECTS)
1157 page_heap_test_DEPENDENCIES = $(LIBTCMALLOC_MINIMAL) \ 1043 page_heap_test_DEPENDENCIES = $(am__DEPENDENCIES_5) \
1158 $(am__DEPENDENCIES_1) 1044 $(am__DEPENDENCIES_1)
1159 page_heap_test_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
1160 $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
1161 $(page_heap_test_CXXFLAGS) $(CXXFLAGS) \
1162 $(page_heap_test_LDFLAGS) $(LDFLAGS) -o $@
1163 am_pagemap_unittest_OBJECTS = \ 1045 am_pagemap_unittest_OBJECTS = \
1164 pagemap_unittest-pagemap_unittest.$(OBJEXT) 1046 pagemap_unittest-pagemap_unittest.$(OBJEXT)
1165 pagemap_unittest_OBJECTS = $(am_pagemap_unittest_OBJECTS) 1047 pagemap_unittest_OBJECTS = $(am_pagemap_unittest_OBJECTS)
1166 pagemap_unittest_DEPENDENCIES = $(LIBTCMALLOC_MINIMAL) \ 1048 pagemap_unittest_DEPENDENCIES = $(am__DEPENDENCIES_5) \
1167 $(am__DEPENDENCIES_1) 1049 $(am__DEPENDENCIES_1)
1168 pagemap_unittest_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
1169 $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
1170 $(pagemap_unittest_CXXFLAGS) $(CXXFLAGS) \
1171 $(pagemap_unittest_LDFLAGS) $(LDFLAGS) -o $@
1172 am__profile_handler_unittest_SOURCES_DIST = \ 1050 am__profile_handler_unittest_SOURCES_DIST = \
1173 src/tests/profile-handler_unittest.cc src/profile-handler.h 1051 src/tests/profile-handler_unittest.cc src/profile-handler.h
1174 @WITH_CPU_PROFILER_TRUE@am_profile_handler_unittest_OBJECTS = profile_handler_un ittest-profile-handler_unittest.$(OBJEXT) 1052 @WITH_CPU_PROFILER_TRUE@am_profile_handler_unittest_OBJECTS = profile_handler_un ittest-profile-handler_unittest.$(OBJEXT)
1175 profile_handler_unittest_OBJECTS = \ 1053 profile_handler_unittest_OBJECTS = \
1176 $(am_profile_handler_unittest_OBJECTS) 1054 $(am_profile_handler_unittest_OBJECTS)
1055 @WITH_CPU_PROFILER_TRUE@am__DEPENDENCIES_7 = libstacktrace.la \
1056 @WITH_CPU_PROFILER_TRUE@ libprofiler.la
1177 @WITH_CPU_PROFILER_TRUE@profile_handler_unittest_DEPENDENCIES = \ 1057 @WITH_CPU_PROFILER_TRUE@profile_handler_unittest_DEPENDENCIES = \
1178 @WITH_CPU_PROFILER_TRUE@» $(LIBPROFILER) $(am__DEPENDENCIES_1) 1058 @WITH_CPU_PROFILER_TRUE@» $(am__DEPENDENCIES_7) \
1179 profile_handler_unittest_LINK = $(LIBTOOL) --tag=CXX \ 1059 @WITH_CPU_PROFILER_TRUE@» $(am__DEPENDENCIES_1)
1180 » $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
1181 » $(profile_handler_unittest_CXXFLAGS) $(CXXFLAGS) \
1182 » $(profile_handler_unittest_LDFLAGS) $(LDFLAGS) -o $@
1183 am__profiledata_unittest_SOURCES_DIST = \ 1060 am__profiledata_unittest_SOURCES_DIST = \
1184 src/tests/profiledata_unittest.cc src/profiledata.h \ 1061 src/tests/profiledata_unittest.cc src/profiledata.h \
1185 src/base/commandlineflags.h src/base/logging.h \ 1062 src/base/commandlineflags.h src/base/logging.h \
1186 src/base/basictypes.h 1063 src/base/basictypes.h
1187 @WITH_CPU_PROFILER_TRUE@am_profiledata_unittest_OBJECTS = \ 1064 @WITH_CPU_PROFILER_TRUE@am_profiledata_unittest_OBJECTS = \
1188 @WITH_CPU_PROFILER_TRUE@ profiledata_unittest.$(OBJEXT) 1065 @WITH_CPU_PROFILER_TRUE@ profiledata_unittest.$(OBJEXT)
1189 profiledata_unittest_OBJECTS = $(am_profiledata_unittest_OBJECTS) 1066 profiledata_unittest_OBJECTS = $(am_profiledata_unittest_OBJECTS)
1190 @WITH_CPU_PROFILER_TRUE@profiledata_unittest_DEPENDENCIES = \ 1067 @WITH_CPU_PROFILER_TRUE@profiledata_unittest_DEPENDENCIES = \
1191 @WITH_CPU_PROFILER_TRUE@» $(LIBPROFILER) 1068 @WITH_CPU_PROFILER_TRUE@» $(am__DEPENDENCIES_7)
1192 am__profiler1_unittest_SOURCES_DIST = src/tests/profiler_unittest.cc \ 1069 am__profiler1_unittest_SOURCES_DIST = src/tests/profiler_unittest.cc \
1193 src/tests/testutil.h src/tests/testutil.cc \ 1070 src/tests/testutil.h src/tests/testutil.cc \
1194 » src/config_for_unittests.h src/gperftools/profiler.h 1071 » src/config_for_unittests.h src/google/profiler.h
1195 @WITH_CPU_PROFILER_TRUE@am__objects_33 = profiler1_unittest-profiler_unittest.$( OBJEXT) \ 1072 @WITH_CPU_PROFILER_TRUE@am__objects_33 = profiler1_unittest-profiler_unittest.$( OBJEXT) \
1196 @WITH_CPU_PROFILER_TRUE@ profiler1_unittest-testutil.$(OBJEXT) \ 1073 @WITH_CPU_PROFILER_TRUE@ profiler1_unittest-testutil.$(OBJEXT) \
1197 @WITH_CPU_PROFILER_TRUE@ $(am__objects_1) 1074 @WITH_CPU_PROFILER_TRUE@ $(am__objects_1)
1198 @WITH_CPU_PROFILER_TRUE@am_profiler1_unittest_OBJECTS = \ 1075 @WITH_CPU_PROFILER_TRUE@am_profiler1_unittest_OBJECTS = \
1199 @WITH_CPU_PROFILER_TRUE@ $(am__objects_33) 1076 @WITH_CPU_PROFILER_TRUE@ $(am__objects_33)
1200 profiler1_unittest_OBJECTS = $(am_profiler1_unittest_OBJECTS) 1077 profiler1_unittest_OBJECTS = $(am_profiler1_unittest_OBJECTS)
1201 @WITH_CPU_PROFILER_TRUE@profiler1_unittest_DEPENDENCIES = \ 1078 @WITH_CPU_PROFILER_TRUE@profiler1_unittest_DEPENDENCIES = \
1202 @WITH_CPU_PROFILER_TRUE@» $(LIBPROFILER) 1079 @WITH_CPU_PROFILER_TRUE@» $(am__DEPENDENCIES_7)
1203 profiler1_unittest_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
1204 » $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
1205 » $(profiler1_unittest_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \
1206 » $(LDFLAGS) -o $@
1207 am__profiler2_unittest_SOURCES_DIST = src/tests/profiler_unittest.cc \ 1080 am__profiler2_unittest_SOURCES_DIST = src/tests/profiler_unittest.cc \
1208 src/tests/testutil.h src/tests/testutil.cc \ 1081 src/tests/testutil.h src/tests/testutil.cc \
1209 » src/config_for_unittests.h src/gperftools/profiler.h 1082 » src/config_for_unittests.h src/google/profiler.h
1210 @WITH_CPU_PROFILER_TRUE@am__objects_34 = profiler2_unittest-profiler_unittest.$( OBJEXT) \ 1083 @WITH_CPU_PROFILER_TRUE@am__objects_34 = profiler2_unittest-profiler_unittest.$( OBJEXT) \
1211 @WITH_CPU_PROFILER_TRUE@ profiler2_unittest-testutil.$(OBJEXT) \ 1084 @WITH_CPU_PROFILER_TRUE@ profiler2_unittest-testutil.$(OBJEXT) \
1212 @WITH_CPU_PROFILER_TRUE@ $(am__objects_1) 1085 @WITH_CPU_PROFILER_TRUE@ $(am__objects_1)
1213 @WITH_CPU_PROFILER_TRUE@am_profiler2_unittest_OBJECTS = \ 1086 @WITH_CPU_PROFILER_TRUE@am_profiler2_unittest_OBJECTS = \
1214 @WITH_CPU_PROFILER_TRUE@ $(am__objects_34) 1087 @WITH_CPU_PROFILER_TRUE@ $(am__objects_34)
1215 profiler2_unittest_OBJECTS = $(am_profiler2_unittest_OBJECTS) 1088 profiler2_unittest_OBJECTS = $(am_profiler2_unittest_OBJECTS)
1216 profiler2_unittest_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
1217 $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
1218 $(profiler2_unittest_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \
1219 $(LDFLAGS) -o $@
1220 am__profiler3_unittest_SOURCES_DIST = src/tests/profiler_unittest.cc \ 1089 am__profiler3_unittest_SOURCES_DIST = src/tests/profiler_unittest.cc \
1221 src/tests/testutil.h src/tests/testutil.cc \ 1090 src/tests/testutil.h src/tests/testutil.cc \
1222 » src/config_for_unittests.h src/gperftools/profiler.h 1091 » src/config_for_unittests.h src/google/profiler.h
1223 @WITH_CPU_PROFILER_TRUE@am__objects_35 = profiler3_unittest-profiler_unittest.$( OBJEXT) \ 1092 @WITH_CPU_PROFILER_TRUE@am__objects_35 = profiler3_unittest-profiler_unittest.$( OBJEXT) \
1224 @WITH_CPU_PROFILER_TRUE@ profiler3_unittest-testutil.$(OBJEXT) \ 1093 @WITH_CPU_PROFILER_TRUE@ profiler3_unittest-testutil.$(OBJEXT) \
1225 @WITH_CPU_PROFILER_TRUE@ $(am__objects_1) 1094 @WITH_CPU_PROFILER_TRUE@ $(am__objects_1)
1226 @WITH_CPU_PROFILER_TRUE@am_profiler3_unittest_OBJECTS = \ 1095 @WITH_CPU_PROFILER_TRUE@am_profiler3_unittest_OBJECTS = \
1227 @WITH_CPU_PROFILER_TRUE@ $(am__objects_35) 1096 @WITH_CPU_PROFILER_TRUE@ $(am__objects_35)
1228 profiler3_unittest_OBJECTS = $(am_profiler3_unittest_OBJECTS) 1097 profiler3_unittest_OBJECTS = $(am_profiler3_unittest_OBJECTS)
1229 @WITH_CPU_PROFILER_TRUE@profiler3_unittest_DEPENDENCIES = \ 1098 @WITH_CPU_PROFILER_TRUE@profiler3_unittest_DEPENDENCIES = \
1230 @WITH_CPU_PROFILER_TRUE@» $(LIBPROFILER) $(am__DEPENDENCIES_1) 1099 @WITH_CPU_PROFILER_TRUE@» $(am__DEPENDENCIES_7) \
1231 profiler3_unittest_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \ 1100 @WITH_CPU_PROFILER_TRUE@» $(am__DEPENDENCIES_1)
1232 » $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
1233 » $(profiler3_unittest_CXXFLAGS) $(CXXFLAGS) \
1234 » $(profiler3_unittest_LDFLAGS) $(LDFLAGS) -o $@
1235 am__profiler4_unittest_SOURCES_DIST = src/tests/profiler_unittest.cc \ 1101 am__profiler4_unittest_SOURCES_DIST = src/tests/profiler_unittest.cc \
1236 src/tests/testutil.h src/tests/testutil.cc \ 1102 src/tests/testutil.h src/tests/testutil.cc \
1237 » src/config_for_unittests.h src/gperftools/profiler.h 1103 » src/config_for_unittests.h src/google/profiler.h
1238 @WITH_CPU_PROFILER_TRUE@am__objects_36 = profiler4_unittest-profiler_unittest.$( OBJEXT) \ 1104 @WITH_CPU_PROFILER_TRUE@am__objects_36 = profiler4_unittest-profiler_unittest.$( OBJEXT) \
1239 @WITH_CPU_PROFILER_TRUE@ profiler4_unittest-testutil.$(OBJEXT) \ 1105 @WITH_CPU_PROFILER_TRUE@ profiler4_unittest-testutil.$(OBJEXT) \
1240 @WITH_CPU_PROFILER_TRUE@ $(am__objects_1) 1106 @WITH_CPU_PROFILER_TRUE@ $(am__objects_1)
1241 @WITH_CPU_PROFILER_TRUE@am_profiler4_unittest_OBJECTS = \ 1107 @WITH_CPU_PROFILER_TRUE@am_profiler4_unittest_OBJECTS = \
1242 @WITH_CPU_PROFILER_TRUE@ $(am__objects_36) 1108 @WITH_CPU_PROFILER_TRUE@ $(am__objects_36)
1243 profiler4_unittest_OBJECTS = $(am_profiler4_unittest_OBJECTS) 1109 profiler4_unittest_OBJECTS = $(am_profiler4_unittest_OBJECTS)
1244 profiler4_unittest_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
1245 $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
1246 $(profiler4_unittest_CXXFLAGS) $(CXXFLAGS) \
1247 $(profiler4_unittest_LDFLAGS) $(LDFLAGS) -o $@
1248 am__profiler_unittest_sh_SOURCES_DIST = \ 1110 am__profiler_unittest_sh_SOURCES_DIST = \
1249 src/tests/profiler_unittest.sh 1111 src/tests/profiler_unittest.sh
1250 am_profiler_unittest_sh_OBJECTS = 1112 am_profiler_unittest_sh_OBJECTS =
1251 profiler_unittest_sh_OBJECTS = $(am_profiler_unittest_sh_OBJECTS) 1113 profiler_unittest_sh_OBJECTS = $(am_profiler_unittest_sh_OBJECTS)
1252 profiler_unittest_sh_LDADD = $(LDADD) 1114 profiler_unittest_sh_LDADD = $(LDADD)
1253 am__raw_printer_test_SOURCES_DIST = src/tests/raw_printer_test.cc 1115 am__raw_printer_test_SOURCES_DIST = src/tests/raw_printer_test.cc
1254 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am_raw_printer_test_OBJECTS = raw_printer_te st-raw_printer_test.$(OBJEXT) 1116 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am_raw_printer_test_OBJECTS = raw_printer_te st-raw_printer_test.$(OBJEXT)
1255 raw_printer_test_OBJECTS = $(am_raw_printer_test_OBJECTS) 1117 raw_printer_test_OBJECTS = $(am_raw_printer_test_OBJECTS)
1256 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@raw_printer_test_DEPENDENCIES = \ 1118 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@raw_printer_test_DEPENDENCIES = \
1257 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@» $(LIBTCMALLOC) \ 1119 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@» $(am__DEPENDENCIES_6) \
1258 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(am__DEPENDENCIES_1) 1120 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(am__DEPENDENCIES_1)
1259 raw_printer_test_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
1260 $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
1261 $(raw_printer_test_CXXFLAGS) $(CXXFLAGS) \
1262 $(raw_printer_test_LDFLAGS) $(LDFLAGS) -o $@
1263 am__realloc_debug_unittest_SOURCES_DIST = \ 1121 am__realloc_debug_unittest_SOURCES_DIST = \
1264 src/tests/realloc_unittest.cc src/config_for_unittests.h \ 1122 src/tests/realloc_unittest.cc src/config_for_unittests.h \
1265 src/base/logging.h 1123 src/base/logging.h
1266 am__objects_37 = realloc_debug_unittest-realloc_unittest.$(OBJEXT) 1124 am__objects_37 = realloc_debug_unittest-realloc_unittest.$(OBJEXT)
1267 @WITH_DEBUGALLOC_TRUE@am_realloc_debug_unittest_OBJECTS = \ 1125 @WITH_DEBUGALLOC_TRUE@am_realloc_debug_unittest_OBJECTS = \
1268 @WITH_DEBUGALLOC_TRUE@ $(am__objects_37) 1126 @WITH_DEBUGALLOC_TRUE@ $(am__objects_37)
1269 realloc_debug_unittest_OBJECTS = $(am_realloc_debug_unittest_OBJECTS) 1127 realloc_debug_unittest_OBJECTS = $(am_realloc_debug_unittest_OBJECTS)
1270 @WITH_DEBUGALLOC_TRUE@realloc_debug_unittest_DEPENDENCIES = \ 1128 @WITH_DEBUGALLOC_TRUE@realloc_debug_unittest_DEPENDENCIES = \
1271 @WITH_DEBUGALLOC_TRUE@ libtcmalloc_minimal_debug.la \ 1129 @WITH_DEBUGALLOC_TRUE@ libtcmalloc_minimal_debug.la \
1272 @WITH_DEBUGALLOC_TRUE@ $(am__DEPENDENCIES_1) 1130 @WITH_DEBUGALLOC_TRUE@ $(am__DEPENDENCIES_1)
1273 realloc_debug_unittest_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
1274 $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
1275 $(realloc_debug_unittest_CXXFLAGS) $(CXXFLAGS) \
1276 $(realloc_debug_unittest_LDFLAGS) $(LDFLAGS) -o $@
1277 am_realloc_unittest_OBJECTS = \ 1131 am_realloc_unittest_OBJECTS = \
1278 realloc_unittest-realloc_unittest.$(OBJEXT) 1132 realloc_unittest-realloc_unittest.$(OBJEXT)
1279 realloc_unittest_OBJECTS = $(am_realloc_unittest_OBJECTS) 1133 realloc_unittest_OBJECTS = $(am_realloc_unittest_OBJECTS)
1280 realloc_unittest_DEPENDENCIES = $(LIBTCMALLOC_MINIMAL) \ 1134 realloc_unittest_DEPENDENCIES = $(am__DEPENDENCIES_5) \
1281 $(am__DEPENDENCIES_1) 1135 $(am__DEPENDENCIES_1)
1282 realloc_unittest_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
1283 $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
1284 $(realloc_unittest_CXXFLAGS) $(CXXFLAGS) \
1285 $(realloc_unittest_LDFLAGS) $(LDFLAGS) -o $@
1286 am__sampler_debug_test_SOURCES_DIST = src/tests/sampler_test.cc \ 1136 am__sampler_debug_test_SOURCES_DIST = src/tests/sampler_test.cc \
1287 src/config_for_unittests.h 1137 src/config_for_unittests.h
1288 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__objects_38 = sampler_debug_test-sampler_ test.$(OBJEXT) 1138 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__objects_38 = sampler_debug_test-sampler_ test.$(OBJEXT)
1289 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am_sampler_debug_test_ OBJECTS = $(am__objects_38) 1139 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am_sampler_debug_test_ OBJECTS = $(am__objects_38)
1290 sampler_debug_test_OBJECTS = $(am_sampler_debug_test_OBJECTS) 1140 sampler_debug_test_OBJECTS = $(am_sampler_debug_test_OBJECTS)
1291 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@sampler_debug_test_DEP ENDENCIES = libtcmalloc_debug.la \ 1141 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@sampler_debug_test_DEP ENDENCIES = libtcmalloc_debug.la \
1292 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(am__DEPENDENCI ES_1) 1142 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(am__DEPENDENCI ES_1)
1293 sampler_debug_test_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
1294 $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
1295 $(sampler_debug_test_CXXFLAGS) $(CXXFLAGS) \
1296 $(sampler_debug_test_LDFLAGS) $(LDFLAGS) -o $@
1297 am__sampler_test_SOURCES_DIST = src/tests/sampler_test.cc \ 1143 am__sampler_test_SOURCES_DIST = src/tests/sampler_test.cc \
1298 src/config_for_unittests.h 1144 src/config_for_unittests.h
1299 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am_sampler_test_OBJECTS = sampler_test-sampl er_test.$(OBJEXT) 1145 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am_sampler_test_OBJECTS = sampler_test-sampl er_test.$(OBJEXT)
1300 sampler_test_OBJECTS = $(am_sampler_test_OBJECTS) 1146 sampler_test_OBJECTS = $(am_sampler_test_OBJECTS)
1301 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@sampler_test_DEPENDENCIES = \ 1147 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@sampler_test_DEPENDENCIES = \
1302 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@» $(LIBTCMALLOC) \ 1148 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@» $(am__DEPENDENCIES_6) \
1303 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(am__DEPENDENCIES_1) 1149 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(am__DEPENDENCIES_1)
1304 sampler_test_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
1305 $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(sampler_test_CXXFLAGS) \
1306 $(CXXFLAGS) $(sampler_test_LDFLAGS) $(LDFLAGS) -o $@
1307 am__sampling_debug_test_SOURCES_DIST = src/tests/sampling_test.cc \ 1150 am__sampling_debug_test_SOURCES_DIST = src/tests/sampling_test.cc \
1308 src/config_for_unittests.h src/base/logging.h \ 1151 src/config_for_unittests.h src/base/logging.h \
1309 » src/gperftools/malloc_extension.h 1152 » src/google/malloc_extension.h
1310 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__objects_39 = sampling_debug_test-samplin g_test.$(OBJEXT) \ 1153 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__objects_39 = sampling_debug_test-samplin g_test.$(OBJEXT) \
1311 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(am__objects_1) 1154 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(am__objects_1)
1312 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am_sampling_debug_test _OBJECTS = $(am__objects_39) 1155 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am_sampling_debug_test _OBJECTS = $(am__objects_39)
1313 sampling_debug_test_OBJECTS = $(am_sampling_debug_test_OBJECTS) 1156 sampling_debug_test_OBJECTS = $(am_sampling_debug_test_OBJECTS)
1314 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@sampling_debug_test_DE PENDENCIES = libtcmalloc_debug.la \ 1157 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@sampling_debug_test_DE PENDENCIES = libtcmalloc_debug.la \
1315 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(am__DEPENDENCI ES_1) 1158 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(am__DEPENDENCI ES_1)
1316 sampling_debug_test_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
1317 $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
1318 $(sampling_debug_test_CXXFLAGS) $(CXXFLAGS) \
1319 $(sampling_debug_test_LDFLAGS) $(LDFLAGS) -o $@
1320 am__sampling_debug_test_sh_SOURCES_DIST = src/tests/sampling_test.sh 1159 am__sampling_debug_test_sh_SOURCES_DIST = src/tests/sampling_test.sh
1321 am_sampling_debug_test_sh_OBJECTS = 1160 am_sampling_debug_test_sh_OBJECTS =
1322 sampling_debug_test_sh_OBJECTS = $(am_sampling_debug_test_sh_OBJECTS) 1161 sampling_debug_test_sh_OBJECTS = $(am_sampling_debug_test_sh_OBJECTS)
1323 sampling_debug_test_sh_LDADD = $(LDADD) 1162 sampling_debug_test_sh_LDADD = $(LDADD)
1324 am__sampling_test_SOURCES_DIST = src/tests/sampling_test.cc \ 1163 am__sampling_test_SOURCES_DIST = src/tests/sampling_test.cc \
1325 src/config_for_unittests.h src/base/logging.h \ 1164 src/config_for_unittests.h src/base/logging.h \
1326 » src/gperftools/malloc_extension.h 1165 » src/google/malloc_extension.h
1327 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am_sampling_test_OBJECTS = sampling_test-sam pling_test.$(OBJEXT) \ 1166 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am_sampling_test_OBJECTS = sampling_test-sam pling_test.$(OBJEXT) \
1328 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(am__objects_1) 1167 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(am__objects_1)
1329 sampling_test_OBJECTS = $(am_sampling_test_OBJECTS) 1168 sampling_test_OBJECTS = $(am_sampling_test_OBJECTS)
1330 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@sampling_test_DEPENDENCIES = \ 1169 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@sampling_test_DEPENDENCIES = \
1331 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@» $(LIBTCMALLOC) \ 1170 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@» $(am__DEPENDENCIES_6) \
1332 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(am__DEPENDENCIES_1) 1171 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(am__DEPENDENCIES_1)
1333 sampling_test_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
1334 $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(sampling_test_CXXFLAGS) \
1335 $(CXXFLAGS) $(sampling_test_LDFLAGS) $(LDFLAGS) -o $@
1336 am__sampling_test_sh_SOURCES_DIST = src/tests/sampling_test.sh 1172 am__sampling_test_sh_SOURCES_DIST = src/tests/sampling_test.sh
1337 am_sampling_test_sh_OBJECTS = 1173 am_sampling_test_sh_OBJECTS =
1338 sampling_test_sh_OBJECTS = $(am_sampling_test_sh_OBJECTS) 1174 sampling_test_sh_OBJECTS = $(am_sampling_test_sh_OBJECTS)
1339 sampling_test_sh_LDADD = $(LDADD) 1175 sampling_test_sh_LDADD = $(LDADD)
1340 am__simple_compat_test_SOURCES_DIST = src/tests/simple_compat_test.cc \
1341 src/google/heap-checker.h src/google/heap-profiler.h \
1342 src/google/malloc_extension.h src/google/malloc_extension_c.h \
1343 src/google/malloc_hook.h src/google/malloc_hook_c.h \
1344 src/google/profiler.h src/google/stacktrace.h \
1345 src/google/tcmalloc.h src/windows/google/tcmalloc.h
1346 @WITH_HEAP_PROFILER_TRUE@am_simple_compat_test_OBJECTS = \
1347 @WITH_HEAP_PROFILER_TRUE@ simple_compat_test.$(OBJEXT) \
1348 @WITH_HEAP_PROFILER_TRUE@ $(am__objects_1)
1349 simple_compat_test_OBJECTS = $(am_simple_compat_test_OBJECTS)
1350 @WITH_HEAP_PROFILER_TRUE@simple_compat_test_DEPENDENCIES = \
1351 @WITH_HEAP_PROFILER_TRUE@ $(LIBTCMALLOC)
1352 simple_compat_test_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
1353 $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
1354 $(CXXFLAGS) $(simple_compat_test_LDFLAGS) $(LDFLAGS) -o $@
1355 am_stack_trace_table_test_OBJECTS = \ 1176 am_stack_trace_table_test_OBJECTS = \
1356 stack_trace_table_test-stack_trace_table_test.$(OBJEXT) 1177 stack_trace_table_test-stack_trace_table_test.$(OBJEXT)
1357 stack_trace_table_test_OBJECTS = $(am_stack_trace_table_test_OBJECTS) 1178 stack_trace_table_test_OBJECTS = $(am_stack_trace_table_test_OBJECTS)
1358 stack_trace_table_test_DEPENDENCIES = $(LIBTCMALLOC_MINIMAL) \ 1179 stack_trace_table_test_DEPENDENCIES = $(am__DEPENDENCIES_5) \
1359 $(am__DEPENDENCIES_1) 1180 $(am__DEPENDENCIES_1)
1360 stack_trace_table_test_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
1361 $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
1362 $(stack_trace_table_test_CXXFLAGS) $(CXXFLAGS) \
1363 $(stack_trace_table_test_LDFLAGS) $(LDFLAGS) -o $@
1364 am__stacktrace_unittest_SOURCES_DIST = \ 1181 am__stacktrace_unittest_SOURCES_DIST = \
1365 src/tests/stacktrace_unittest.cc src/config_for_unittests.h \ 1182 src/tests/stacktrace_unittest.cc src/config_for_unittests.h \
1366 src/base/commandlineflags.h src/stacktrace_config.h \ 1183 src/base/commandlineflags.h src/stacktrace_config.h \
1367 src/stacktrace_generic-inl.h src/stacktrace_libunwind-inl.h \ 1184 src/stacktrace_generic-inl.h src/stacktrace_libunwind-inl.h \
1368 » src/stacktrace_arm-inl.h src/stacktrace_powerpc-inl.h \ 1185 » src/stacktrace_nacl-inl.h src/stacktrace_powerpc-inl.h \
1369 » src/stacktrace_x86-inl.h src/stacktrace_win32-inl.h \ 1186 » src/stacktrace_x86_64-inl.h src/stacktrace_x86-inl.h \
1370 » src/base/elf_mem_image.h src/base/vdso_support.h \ 1187 » src/stacktrace_win32-inl.h src/base/elf_mem_image.h \
1371 » src/gperftools/stacktrace.h src/base/logging.h \ 1188 » src/base/vdso_support.h src/google/stacktrace.h \
1372 » src/base/basictypes.h src/base/dynamic_annotations.h \ 1189 » src/base/logging.h src/base/basictypes.h \
1373 » src/third_party/valgrind.h 1190 » src/base/dynamic_annotations.h src/third_party/valgrind.h
1374 @WITH_STACK_TRACE_TRUE@am__objects_40 = $(am__objects_4) \ 1191 @WITH_STACK_TRACE_TRUE@am__objects_40 = $(am__objects_4) \
1375 @WITH_STACK_TRACE_TRUE@ $(am__objects_1) 1192 @WITH_STACK_TRACE_TRUE@ $(am__objects_1)
1376 @WITH_STACK_TRACE_TRUE@am_stacktrace_unittest_OBJECTS = \ 1193 @WITH_STACK_TRACE_TRUE@am_stacktrace_unittest_OBJECTS = \
1377 @WITH_STACK_TRACE_TRUE@ stacktrace_unittest.$(OBJEXT) \ 1194 @WITH_STACK_TRACE_TRUE@ stacktrace_unittest.$(OBJEXT) \
1378 @WITH_STACK_TRACE_TRUE@ $(am__objects_40) 1195 @WITH_STACK_TRACE_TRUE@ $(am__objects_40)
1379 stacktrace_unittest_OBJECTS = $(am_stacktrace_unittest_OBJECTS) 1196 stacktrace_unittest_OBJECTS = $(am_stacktrace_unittest_OBJECTS)
1380 @WITH_STACK_TRACE_TRUE@stacktrace_unittest_DEPENDENCIES = \ 1197 @WITH_STACK_TRACE_TRUE@stacktrace_unittest_DEPENDENCIES = \
1381 @WITH_STACK_TRACE_TRUE@ libstacktrace.la liblogging.la 1198 @WITH_STACK_TRACE_TRUE@ libstacktrace.la liblogging.la
1382 am__system_alloc_unittest_SOURCES_DIST = src/config_for_unittests.h \ 1199 am__system_alloc_unittest_SOURCES_DIST = src/config_for_unittests.h \
1383 src/tests/system-alloc_unittest.cc 1200 src/tests/system-alloc_unittest.cc
1384 @MINGW_FALSE@am_system_alloc_unittest_OBJECTS = system_alloc_unittest-system-all oc_unittest.$(OBJEXT) 1201 @MINGW_FALSE@am_system_alloc_unittest_OBJECTS = system_alloc_unittest-system-all oc_unittest.$(OBJEXT)
1385 system_alloc_unittest_OBJECTS = $(am_system_alloc_unittest_OBJECTS) 1202 system_alloc_unittest_OBJECTS = $(am_system_alloc_unittest_OBJECTS)
1386 @MINGW_FALSE@system_alloc_unittest_DEPENDENCIES = \ 1203 @MINGW_FALSE@system_alloc_unittest_DEPENDENCIES = \
1387 @MINGW_FALSE@» $(LIBTCMALLOC_MINIMAL) $(am__DEPENDENCIES_1) 1204 @MINGW_FALSE@» $(am__DEPENDENCIES_5) $(am__DEPENDENCIES_1)
1388 system_alloc_unittest_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
1389 » $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
1390 » $(system_alloc_unittest_CXXFLAGS) $(CXXFLAGS) \
1391 » $(system_alloc_unittest_LDFLAGS) $(LDFLAGS) -o $@
1392 am__tcmalloc_and_profiler_unittest_SOURCES_DIST = \ 1205 am__tcmalloc_and_profiler_unittest_SOURCES_DIST = \
1393 src/tests/tcmalloc_unittest.cc src/tests/testutil.h \ 1206 src/tests/tcmalloc_unittest.cc src/tests/testutil.h \
1394 src/tests/testutil.cc src/config_for_unittests.h \ 1207 src/tests/testutil.cc src/config_for_unittests.h \
1395 » src/gperftools/malloc_extension.h 1208 » src/google/malloc_extension.h
1396 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__objects_41 = tcmalloc_and_profiler_unitt est-tcmalloc_unittest.$(OBJEXT) \ 1209 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__objects_41 = tcmalloc_and_profiler_unitt est-tcmalloc_unittest.$(OBJEXT) \
1397 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ tcmalloc_and_profiler_unittest-testutil. $(OBJEXT) \ 1210 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ tcmalloc_and_profiler_unittest-testutil. $(OBJEXT) \
1398 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(am__objects_1) 1211 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(am__objects_1)
1399 @WITH_CPU_PROFILER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am_tcmalloc_and_prof iler_unittest_OBJECTS = $(am__objects_41) 1212 @WITH_CPU_PROFILER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am_tcmalloc_and_prof iler_unittest_OBJECTS = $(am__objects_41)
1400 tcmalloc_and_profiler_unittest_OBJECTS = \ 1213 tcmalloc_and_profiler_unittest_OBJECTS = \
1401 $(am_tcmalloc_and_profiler_unittest_OBJECTS) 1214 $(am_tcmalloc_and_profiler_unittest_OBJECTS)
1402 @WITH_CPU_PROFILER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@tcmalloc_and_profile r_unittest_DEPENDENCIES = libtcmalloc_and_profiler.la 1215 @WITH_CPU_PROFILER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@tcmalloc_and_profile r_unittest_DEPENDENCIES = libtcmalloc_and_profiler.la
1403 tcmalloc_and_profiler_unittest_LINK = $(LIBTOOL) --tag=CXX \
1404 $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
1405 $(tcmalloc_and_profiler_unittest_CXXFLAGS) $(CXXFLAGS) \
1406 $(tcmalloc_and_profiler_unittest_LDFLAGS) $(LDFLAGS) -o $@
1407 am__tcmalloc_both_unittest_SOURCES_DIST = \ 1216 am__tcmalloc_both_unittest_SOURCES_DIST = \
1408 src/tests/tcmalloc_unittest.cc src/tests/testutil.h \ 1217 src/tests/tcmalloc_unittest.cc src/tests/testutil.h \
1409 src/tests/testutil.cc src/config_for_unittests.h \ 1218 src/tests/testutil.cc src/config_for_unittests.h \
1410 » src/gperftools/malloc_extension.h 1219 » src/google/malloc_extension.h
1411 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__objects_42 = tcmalloc_both_unittest-tcma lloc_unittest.$(OBJEXT) \ 1220 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__objects_42 = tcmalloc_both_unittest-tcma lloc_unittest.$(OBJEXT) \
1412 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ tcmalloc_both_unittest-testutil.$(OBJEXT ) \ 1221 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ tcmalloc_both_unittest-testutil.$(OBJEXT ) \
1413 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(am__objects_1) 1222 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(am__objects_1)
1414 @OSX_FALSE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am_tcmalloc_both_unittest_OBJECTS = $(am__objects_42) 1223 @OSX_FALSE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am_tcmalloc_both_unittest_OBJECTS = $(am__objects_42)
1415 tcmalloc_both_unittest_OBJECTS = $(am_tcmalloc_both_unittest_OBJECTS) 1224 tcmalloc_both_unittest_OBJECTS = $(am_tcmalloc_both_unittest_OBJECTS)
1416 @WITH_CPU_PROFILER_FALSE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__DEPENDENCIES_4 = $(LIBTCMALLOC) \ 1225 @WITH_CPU_PROFILER_FALSE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__DEPENDENCIES_8 = $(am__DEPENDENCIES_6) \
1417 @WITH_CPU_PROFILER_FALSE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@» $(LIBTCMALLOC_MI NIMAL) \ 1226 @WITH_CPU_PROFILER_FALSE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@» $(am__DEPENDENCI ES_5) \
1418 @WITH_CPU_PROFILER_FALSE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ liblogging.la \ 1227 @WITH_CPU_PROFILER_FALSE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ liblogging.la \
1419 @WITH_CPU_PROFILER_FALSE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(am__DEPENDENCI ES_1) 1228 @WITH_CPU_PROFILER_FALSE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(am__DEPENDENCI ES_1)
1420 @WITH_CPU_PROFILER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__DEPENDENCIES_4 = $(LIBTCMALLOC) \ 1229 @WITH_CPU_PROFILER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__DEPENDENCIES_8 = $(am__DEPENDENCIES_6) \
1421 @WITH_CPU_PROFILER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@» $(LIBTCMALLOC_MI NIMAL) \ 1230 @WITH_CPU_PROFILER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@» $(am__DEPENDENCI ES_5) \
1422 @WITH_CPU_PROFILER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ libprofiler.la \ 1231 @WITH_CPU_PROFILER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ libprofiler.la \
1423 @WITH_CPU_PROFILER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ liblogging.la \ 1232 @WITH_CPU_PROFILER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ liblogging.la \
1424 @WITH_CPU_PROFILER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(am__DEPENDENCI ES_1) 1233 @WITH_CPU_PROFILER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(am__DEPENDENCI ES_1)
1425 @OSX_FALSE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@tcmalloc_both_unittest_DEPENDENCI ES = $(am__DEPENDENCIES_4) 1234 @OSX_FALSE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@tcmalloc_both_unittest_DEPENDENCI ES = $(am__DEPENDENCIES_8)
1426 tcmalloc_both_unittest_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
1427 » $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
1428 » $(tcmalloc_both_unittest_CXXFLAGS) $(CXXFLAGS) \
1429 » $(tcmalloc_both_unittest_LDFLAGS) $(LDFLAGS) -o $@
1430 am__tcmalloc_debug_unittest_SOURCES_DIST = \ 1235 am__tcmalloc_debug_unittest_SOURCES_DIST = \
1431 src/tests/tcmalloc_unittest.cc src/tcmalloc.h \ 1236 src/tests/tcmalloc_unittest.cc src/tcmalloc.h \
1432 src/tests/testutil.h src/tests/testutil.cc \ 1237 src/tests/testutil.h src/tests/testutil.cc \
1433 » src/config_for_unittests.h src/gperftools/malloc_extension.h 1238 » src/config_for_unittests.h src/google/malloc_extension.h
1434 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__objects_43 = tcmalloc_debug_unittest-tcm alloc_unittest.$(OBJEXT) \ 1239 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__objects_43 = tcmalloc_debug_unittest-tcm alloc_unittest.$(OBJEXT) \
1435 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ tcmalloc_debug_unittest-testutil.$(OBJEX T) \ 1240 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ tcmalloc_debug_unittest-testutil.$(OBJEX T) \
1436 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(am__objects_1) 1241 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(am__objects_1)
1437 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am_tcmalloc_debug_unit test_OBJECTS = $(am__objects_43) 1242 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am_tcmalloc_debug_unit test_OBJECTS = $(am__objects_43)
1438 tcmalloc_debug_unittest_OBJECTS = \ 1243 tcmalloc_debug_unittest_OBJECTS = \
1439 $(am_tcmalloc_debug_unittest_OBJECTS) 1244 $(am_tcmalloc_debug_unittest_OBJECTS)
1440 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@tcmalloc_debug_unittes t_DEPENDENCIES = libtcmalloc_debug.la \ 1245 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@tcmalloc_debug_unittes t_DEPENDENCIES = libtcmalloc_debug.la \
1441 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(am__DEPENDENCI ES_1) 1246 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(am__DEPENDENCI ES_1)
1442 tcmalloc_debug_unittest_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
1443 $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
1444 $(tcmalloc_debug_unittest_CXXFLAGS) $(CXXFLAGS) \
1445 $(tcmalloc_debug_unittest_LDFLAGS) $(LDFLAGS) -o $@
1446 am__tcmalloc_large_unittest_SOURCES_DIST = \ 1247 am__tcmalloc_large_unittest_SOURCES_DIST = \
1447 src/tests/tcmalloc_large_unittest.cc 1248 src/tests/tcmalloc_large_unittest.cc
1448 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am_tcmalloc_large_unittest_OBJECTS = tcmallo c_large_unittest-tcmalloc_large_unittest.$(OBJEXT) 1249 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am_tcmalloc_large_unittest_OBJECTS = tcmallo c_large_unittest-tcmalloc_large_unittest.$(OBJEXT)
1449 tcmalloc_large_unittest_OBJECTS = \ 1250 tcmalloc_large_unittest_OBJECTS = \
1450 $(am_tcmalloc_large_unittest_OBJECTS) 1251 $(am_tcmalloc_large_unittest_OBJECTS)
1451 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@tcmalloc_large_unittest_DEPENDENCIES = \ 1252 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@tcmalloc_large_unittest_DEPENDENCIES = \
1452 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@» $(LIBTCMALLOC) \ 1253 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@» $(am__DEPENDENCIES_6) \
1453 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(am__DEPENDENCIES_1) 1254 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(am__DEPENDENCIES_1)
1454 tcmalloc_large_unittest_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
1455 $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
1456 $(tcmalloc_large_unittest_CXXFLAGS) $(CXXFLAGS) \
1457 $(tcmalloc_large_unittest_LDFLAGS) $(LDFLAGS) -o $@
1458 am__tcmalloc_minimal_debug_unittest_SOURCES_DIST = \ 1255 am__tcmalloc_minimal_debug_unittest_SOURCES_DIST = \
1459 src/tests/tcmalloc_unittest.cc src/tests/testutil.h \ 1256 src/tests/tcmalloc_unittest.cc src/tests/testutil.h \
1460 src/tests/testutil.cc src/config_for_unittests.h \ 1257 src/tests/testutil.cc src/config_for_unittests.h \
1461 » src/gperftools/malloc_extension.h 1258 » src/google/malloc_extension.h
1462 am__objects_44 = \ 1259 am__objects_44 = \
1463 tcmalloc_minimal_debug_unittest-tcmalloc_unittest.$(OBJEXT) \ 1260 tcmalloc_minimal_debug_unittest-tcmalloc_unittest.$(OBJEXT) \
1464 tcmalloc_minimal_debug_unittest-testutil.$(OBJEXT) \ 1261 tcmalloc_minimal_debug_unittest-testutil.$(OBJEXT) \
1465 $(am__objects_1) 1262 $(am__objects_1)
1466 @WITH_DEBUGALLOC_TRUE@am_tcmalloc_minimal_debug_unittest_OBJECTS = \ 1263 @WITH_DEBUGALLOC_TRUE@am_tcmalloc_minimal_debug_unittest_OBJECTS = \
1467 @WITH_DEBUGALLOC_TRUE@ $(am__objects_44) 1264 @WITH_DEBUGALLOC_TRUE@ $(am__objects_44)
1468 tcmalloc_minimal_debug_unittest_OBJECTS = \ 1265 tcmalloc_minimal_debug_unittest_OBJECTS = \
1469 $(am_tcmalloc_minimal_debug_unittest_OBJECTS) 1266 $(am_tcmalloc_minimal_debug_unittest_OBJECTS)
1470 @WITH_DEBUGALLOC_TRUE@tcmalloc_minimal_debug_unittest_DEPENDENCIES = \ 1267 @WITH_DEBUGALLOC_TRUE@tcmalloc_minimal_debug_unittest_DEPENDENCIES = \
1471 @WITH_DEBUGALLOC_TRUE@ libtcmalloc_minimal_debug.la \ 1268 @WITH_DEBUGALLOC_TRUE@ libtcmalloc_minimal_debug.la \
1472 @WITH_DEBUGALLOC_TRUE@ $(am__DEPENDENCIES_1) 1269 @WITH_DEBUGALLOC_TRUE@ $(am__DEPENDENCIES_1)
1473 tcmalloc_minimal_debug_unittest_LINK = $(LIBTOOL) --tag=CXX \
1474 $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
1475 $(tcmalloc_minimal_debug_unittest_CXXFLAGS) $(CXXFLAGS) \
1476 $(tcmalloc_minimal_debug_unittest_LDFLAGS) $(LDFLAGS) -o $@
1477 am_tcmalloc_minimal_large_unittest_OBJECTS = tcmalloc_minimal_large_unittest-tcm alloc_large_unittest.$(OBJEXT) 1270 am_tcmalloc_minimal_large_unittest_OBJECTS = tcmalloc_minimal_large_unittest-tcm alloc_large_unittest.$(OBJEXT)
1478 tcmalloc_minimal_large_unittest_OBJECTS = \ 1271 tcmalloc_minimal_large_unittest_OBJECTS = \
1479 $(am_tcmalloc_minimal_large_unittest_OBJECTS) 1272 $(am_tcmalloc_minimal_large_unittest_OBJECTS)
1480 tcmalloc_minimal_large_unittest_DEPENDENCIES = $(LIBTCMALLOC_MINIMAL) \ 1273 tcmalloc_minimal_large_unittest_DEPENDENCIES = $(am__DEPENDENCIES_5) \
1481 $(am__DEPENDENCIES_1) 1274 $(am__DEPENDENCIES_1)
1482 tcmalloc_minimal_large_unittest_LINK = $(LIBTOOL) --tag=CXX \
1483 $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
1484 $(tcmalloc_minimal_large_unittest_CXXFLAGS) $(CXXFLAGS) \
1485 $(tcmalloc_minimal_large_unittest_LDFLAGS) $(LDFLAGS) -o $@
1486 am__tcmalloc_minimal_unittest_SOURCES_DIST = \ 1275 am__tcmalloc_minimal_unittest_SOURCES_DIST = \
1487 src/tests/tcmalloc_unittest.cc src/tests/testutil.h \ 1276 src/tests/tcmalloc_unittest.cc src/tests/testutil.h \
1488 src/tests/testutil.cc src/config_for_unittests.h \ 1277 src/tests/testutil.cc src/config_for_unittests.h \
1489 » src/gperftools/malloc_extension.h 1278 » src/google/malloc_extension.h
1490 am_tcmalloc_minimal_unittest_OBJECTS = \ 1279 am_tcmalloc_minimal_unittest_OBJECTS = \
1491 tcmalloc_minimal_unittest-tcmalloc_unittest.$(OBJEXT) \ 1280 tcmalloc_minimal_unittest-tcmalloc_unittest.$(OBJEXT) \
1492 tcmalloc_minimal_unittest-testutil.$(OBJEXT) $(am__objects_1) 1281 tcmalloc_minimal_unittest-testutil.$(OBJEXT) $(am__objects_1)
1493 tcmalloc_minimal_unittest_OBJECTS = \ 1282 tcmalloc_minimal_unittest_OBJECTS = \
1494 $(am_tcmalloc_minimal_unittest_OBJECTS) 1283 $(am_tcmalloc_minimal_unittest_OBJECTS)
1495 tcmalloc_minimal_unittest_DEPENDENCIES = $(LIBTCMALLOC_MINIMAL) \ 1284 tcmalloc_minimal_unittest_DEPENDENCIES = $(am__DEPENDENCIES_5) \
1496 liblogging.la $(am__DEPENDENCIES_1) 1285 liblogging.la $(am__DEPENDENCIES_1)
1497 tcmalloc_minimal_unittest_LINK = $(LIBTOOL) --tag=CXX \
1498 $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
1499 $(tcmalloc_minimal_unittest_CXXFLAGS) $(CXXFLAGS) \
1500 $(tcmalloc_minimal_unittest_LDFLAGS) $(LDFLAGS) -o $@
1501 am__tcmalloc_unittest_SOURCES_DIST = src/tests/tcmalloc_unittest.cc \ 1286 am__tcmalloc_unittest_SOURCES_DIST = src/tests/tcmalloc_unittest.cc \
1502 src/tcmalloc.h src/tests/testutil.h src/tests/testutil.cc \ 1287 src/tcmalloc.h src/tests/testutil.h src/tests/testutil.cc \
1503 » src/config_for_unittests.h src/gperftools/malloc_extension.h 1288 » src/config_for_unittests.h src/google/malloc_extension.h
1504 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am_tcmalloc_unittest_OBJECTS = tcmalloc_unit test-tcmalloc_unittest.$(OBJEXT) \ 1289 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am_tcmalloc_unittest_OBJECTS = tcmalloc_unit test-tcmalloc_unittest.$(OBJEXT) \
1505 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ tcmalloc_unittest-testutil.$(OBJEXT) \ 1290 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ tcmalloc_unittest-testutil.$(OBJEXT) \
1506 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(am__objects_1) 1291 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(am__objects_1)
1507 tcmalloc_unittest_OBJECTS = $(am_tcmalloc_unittest_OBJECTS) 1292 tcmalloc_unittest_OBJECTS = $(am_tcmalloc_unittest_OBJECTS)
1508 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@tcmalloc_unittest_DEPENDENCIES = \ 1293 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@tcmalloc_unittest_DEPENDENCIES = \
1509 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@» $(LIBTCMALLOC) \ 1294 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@» $(am__DEPENDENCIES_6) \
1510 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ liblogging.la \ 1295 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ liblogging.la \
1511 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(am__DEPENDENCIES_1) 1296 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(am__DEPENDENCIES_1)
1512 tcmalloc_unittest_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
1513 $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
1514 $(tcmalloc_unittest_CXXFLAGS) $(CXXFLAGS) \
1515 $(tcmalloc_unittest_LDFLAGS) $(LDFLAGS) -o $@
1516 am_thread_dealloc_unittest_OBJECTS = \ 1297 am_thread_dealloc_unittest_OBJECTS = \
1517 thread_dealloc_unittest-thread_dealloc_unittest.$(OBJEXT) \ 1298 thread_dealloc_unittest-thread_dealloc_unittest.$(OBJEXT) \
1518 thread_dealloc_unittest-testutil.$(OBJEXT) 1299 thread_dealloc_unittest-testutil.$(OBJEXT)
1519 thread_dealloc_unittest_OBJECTS = \ 1300 thread_dealloc_unittest_OBJECTS = \
1520 $(am_thread_dealloc_unittest_OBJECTS) 1301 $(am_thread_dealloc_unittest_OBJECTS)
1521 thread_dealloc_unittest_DEPENDENCIES = $(LIBTCMALLOC_MINIMAL) \ 1302 thread_dealloc_unittest_DEPENDENCIES = $(am__DEPENDENCIES_5) \
1522 $(am__DEPENDENCIES_1) 1303 $(am__DEPENDENCIES_1)
1523 thread_dealloc_unittest_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
1524 $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
1525 $(thread_dealloc_unittest_CXXFLAGS) $(CXXFLAGS) \
1526 $(thread_dealloc_unittest_LDFLAGS) $(LDFLAGS) -o $@
1527 binSCRIPT_INSTALL = $(INSTALL_SCRIPT) 1304 binSCRIPT_INSTALL = $(INSTALL_SCRIPT)
1528 SCRIPTS = $(bin_SCRIPTS) $(noinst_SCRIPTS) 1305 SCRIPTS = $(bin_SCRIPTS) $(noinst_SCRIPTS)
1529 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src 1306 DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)/src
1530 depcomp = $(SHELL) $(top_srcdir)/depcomp 1307 depcomp = $(SHELL) $(top_srcdir)/depcomp
1531 am__depfiles_maybe = depfiles 1308 am__depfiles_maybe = depfiles
1532 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 1309 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
1533 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 1310 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
1534 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ 1311 LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
1535 » --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ 1312 » $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
1536 » $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 1313 » $(AM_CFLAGS) $(CFLAGS)
1537 CCLD = $(CC) 1314 CCLD = $(CC)
1538 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ 1315 LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
1539 » --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \ 1316 » $(AM_LDFLAGS) $(LDFLAGS) -o $@
1540 » $(LDFLAGS) -o $@
1541 CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ 1317 CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
1542 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) 1318 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
1543 LTCXXCOMPILE = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ 1319 LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
1544 » --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ 1320 » $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
1545 » $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) 1321 » $(AM_CXXFLAGS) $(CXXFLAGS)
1546 CXXLD = $(CXX) 1322 CXXLD = $(CXX)
1547 CXXLINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ 1323 CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
1548 » --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \ 1324 » $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
1549 » $(LDFLAGS) -o $@
1550 SOURCES = $(liblogging_la_SOURCES) $(libprofiler_la_SOURCES) \ 1325 SOURCES = $(liblogging_la_SOURCES) $(libprofiler_la_SOURCES) \
1551 $(libspinlock_la_SOURCES) $(libstacktrace_la_SOURCES) \ 1326 $(libspinlock_la_SOURCES) $(libstacktrace_la_SOURCES) \
1552 $(libsysinfo_la_SOURCES) $(libtcmalloc_la_SOURCES) \ 1327 $(libsysinfo_la_SOURCES) $(libtcmalloc_la_SOURCES) \
1553 $(libtcmalloc_and_profiler_la_SOURCES) \ 1328 $(libtcmalloc_and_profiler_la_SOURCES) \
1554 $(libtcmalloc_debug_la_SOURCES) \ 1329 $(libtcmalloc_debug_la_SOURCES) \
1555 $(libtcmalloc_internal_la_SOURCES) \ 1330 $(libtcmalloc_internal_la_SOURCES) \
1556 $(libtcmalloc_minimal_la_SOURCES) \ 1331 $(libtcmalloc_minimal_la_SOURCES) \
1557 $(libtcmalloc_minimal_debug_la_SOURCES) \ 1332 $(libtcmalloc_minimal_debug_la_SOURCES) \
1558 $(libtcmalloc_minimal_internal_la_SOURCES) \ 1333 $(libtcmalloc_minimal_internal_la_SOURCES) \
1559 $(libwindows_la_SOURCES) $(addressmap_unittest_SOURCES) \ 1334 $(libwindows_la_SOURCES) $(addressmap_unittest_SOURCES) \
(...skipping 21 matching lines...) Expand all
1581 $(memalign_unittest_SOURCES) $(packed_cache_test_SOURCES) \ 1356 $(memalign_unittest_SOURCES) $(packed_cache_test_SOURCES) \
1582 $(page_heap_test_SOURCES) $(pagemap_unittest_SOURCES) \ 1357 $(page_heap_test_SOURCES) $(pagemap_unittest_SOURCES) \
1583 $(profile_handler_unittest_SOURCES) \ 1358 $(profile_handler_unittest_SOURCES) \
1584 $(profiledata_unittest_SOURCES) $(profiler1_unittest_SOURCES) \ 1359 $(profiledata_unittest_SOURCES) $(profiler1_unittest_SOURCES) \
1585 $(profiler2_unittest_SOURCES) $(profiler3_unittest_SOURCES) \ 1360 $(profiler2_unittest_SOURCES) $(profiler3_unittest_SOURCES) \
1586 $(profiler4_unittest_SOURCES) $(profiler_unittest_sh_SOURCES) \ 1361 $(profiler4_unittest_SOURCES) $(profiler_unittest_sh_SOURCES) \
1587 $(raw_printer_test_SOURCES) $(realloc_debug_unittest_SOURCES) \ 1362 $(raw_printer_test_SOURCES) $(realloc_debug_unittest_SOURCES) \
1588 $(realloc_unittest_SOURCES) $(sampler_debug_test_SOURCES) \ 1363 $(realloc_unittest_SOURCES) $(sampler_debug_test_SOURCES) \
1589 $(sampler_test_SOURCES) $(sampling_debug_test_SOURCES) \ 1364 $(sampler_test_SOURCES) $(sampling_debug_test_SOURCES) \
1590 $(sampling_debug_test_sh_SOURCES) $(sampling_test_SOURCES) \ 1365 $(sampling_debug_test_sh_SOURCES) $(sampling_test_SOURCES) \
1591 » $(sampling_test_sh_SOURCES) $(simple_compat_test_SOURCES) \ 1366 » $(sampling_test_sh_SOURCES) $(stack_trace_table_test_SOURCES) \
1592 » $(stack_trace_table_test_SOURCES) \
1593 $(stacktrace_unittest_SOURCES) \ 1367 $(stacktrace_unittest_SOURCES) \
1594 $(system_alloc_unittest_SOURCES) \ 1368 $(system_alloc_unittest_SOURCES) \
1595 $(tcmalloc_and_profiler_unittest_SOURCES) \ 1369 $(tcmalloc_and_profiler_unittest_SOURCES) \
1596 $(tcmalloc_both_unittest_SOURCES) \ 1370 $(tcmalloc_both_unittest_SOURCES) \
1597 $(tcmalloc_debug_unittest_SOURCES) \ 1371 $(tcmalloc_debug_unittest_SOURCES) \
1598 $(tcmalloc_large_unittest_SOURCES) \ 1372 $(tcmalloc_large_unittest_SOURCES) \
1599 $(tcmalloc_minimal_debug_unittest_SOURCES) \ 1373 $(tcmalloc_minimal_debug_unittest_SOURCES) \
1600 $(tcmalloc_minimal_large_unittest_SOURCES) \ 1374 $(tcmalloc_minimal_large_unittest_SOURCES) \
1601 $(tcmalloc_minimal_unittest_SOURCES) \ 1375 $(tcmalloc_minimal_unittest_SOURCES) \
1602 $(tcmalloc_unittest_SOURCES) \ 1376 $(tcmalloc_unittest_SOURCES) \
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
1647 $(am__profiler_unittest_sh_SOURCES_DIST) \ 1421 $(am__profiler_unittest_sh_SOURCES_DIST) \
1648 $(am__raw_printer_test_SOURCES_DIST) \ 1422 $(am__raw_printer_test_SOURCES_DIST) \
1649 $(am__realloc_debug_unittest_SOURCES_DIST) \ 1423 $(am__realloc_debug_unittest_SOURCES_DIST) \
1650 $(realloc_unittest_SOURCES) \ 1424 $(realloc_unittest_SOURCES) \
1651 $(am__sampler_debug_test_SOURCES_DIST) \ 1425 $(am__sampler_debug_test_SOURCES_DIST) \
1652 $(am__sampler_test_SOURCES_DIST) \ 1426 $(am__sampler_test_SOURCES_DIST) \
1653 $(am__sampling_debug_test_SOURCES_DIST) \ 1427 $(am__sampling_debug_test_SOURCES_DIST) \
1654 $(am__sampling_debug_test_sh_SOURCES_DIST) \ 1428 $(am__sampling_debug_test_sh_SOURCES_DIST) \
1655 $(am__sampling_test_SOURCES_DIST) \ 1429 $(am__sampling_test_SOURCES_DIST) \
1656 $(am__sampling_test_sh_SOURCES_DIST) \ 1430 $(am__sampling_test_sh_SOURCES_DIST) \
1657 $(am__simple_compat_test_SOURCES_DIST) \
1658 $(stack_trace_table_test_SOURCES) \ 1431 $(stack_trace_table_test_SOURCES) \
1659 $(am__stacktrace_unittest_SOURCES_DIST) \ 1432 $(am__stacktrace_unittest_SOURCES_DIST) \
1660 $(am__system_alloc_unittest_SOURCES_DIST) \ 1433 $(am__system_alloc_unittest_SOURCES_DIST) \
1661 $(am__tcmalloc_and_profiler_unittest_SOURCES_DIST) \ 1434 $(am__tcmalloc_and_profiler_unittest_SOURCES_DIST) \
1662 $(am__tcmalloc_both_unittest_SOURCES_DIST) \ 1435 $(am__tcmalloc_both_unittest_SOURCES_DIST) \
1663 $(am__tcmalloc_debug_unittest_SOURCES_DIST) \ 1436 $(am__tcmalloc_debug_unittest_SOURCES_DIST) \
1664 $(am__tcmalloc_large_unittest_SOURCES_DIST) \ 1437 $(am__tcmalloc_large_unittest_SOURCES_DIST) \
1665 $(am__tcmalloc_minimal_debug_unittest_SOURCES_DIST) \ 1438 $(am__tcmalloc_minimal_debug_unittest_SOURCES_DIST) \
1666 $(tcmalloc_minimal_large_unittest_SOURCES) \ 1439 $(tcmalloc_minimal_large_unittest_SOURCES) \
1667 $(am__tcmalloc_minimal_unittest_SOURCES_DIST) \ 1440 $(am__tcmalloc_minimal_unittest_SOURCES_DIST) \
(...skipping 30 matching lines...) Expand all
1698 doc/tcmalloc-opspersec.vs.size.8.threads.png doc/overview.dot \ 1471 doc/tcmalloc-opspersec.vs.size.8.threads.png doc/overview.dot \
1699 doc/pageheap.dot doc/spanmap.dot doc/threadheap.dot \ 1472 doc/pageheap.dot doc/spanmap.dot doc/threadheap.dot \
1700 doc/heapprofile.html doc/heap-example1.png \ 1473 doc/heapprofile.html doc/heap-example1.png \
1701 doc/heap_checker.html doc/cpuprofile.html \ 1474 doc/heap_checker.html doc/cpuprofile.html \
1702 doc/cpuprofile-fileformat.html doc/pprof-test-big.gif \ 1475 doc/cpuprofile-fileformat.html doc/pprof-test-big.gif \
1703 doc/pprof-test.gif doc/pprof-vsnprintf-big.gif \ 1476 doc/pprof-test.gif doc/pprof-vsnprintf-big.gif \
1704 doc/pprof-vsnprintf.gif 1477 doc/pprof-vsnprintf.gif
1705 dist_docDATA_INSTALL = $(INSTALL_DATA) 1478 dist_docDATA_INSTALL = $(INSTALL_DATA)
1706 pkgconfigDATA_INSTALL = $(INSTALL_DATA) 1479 pkgconfigDATA_INSTALL = $(INSTALL_DATA)
1707 DATA = $(dist_doc_DATA) $(pkgconfig_DATA) 1480 DATA = $(dist_doc_DATA) $(pkgconfig_DATA)
1481 am__googleinclude_HEADERS_DIST = src/google/stacktrace.h \
1482 src/google/malloc_hook.h src/google/malloc_hook_c.h \
1483 src/google/malloc_extension.h src/google/malloc_extension_c.h \
1484 src/google/heap-profiler.h src/google/heap-checker.h \
1485 src/google/profiler.h
1708 googleincludeHEADERS_INSTALL = $(INSTALL_HEADER) 1486 googleincludeHEADERS_INSTALL = $(INSTALL_HEADER)
1709 nodist_perftoolsincludeHEADERS_INSTALL = $(INSTALL_HEADER) 1487 nodist_googleincludeHEADERS_INSTALL = $(INSTALL_HEADER)
1710 am__perftoolsinclude_HEADERS_DIST = src/gperftools/stacktrace.h \ 1488 HEADERS = $(googleinclude_HEADERS) $(nodist_googleinclude_HEADERS) \
1711 » src/gperftools/malloc_hook.h src/gperftools/malloc_hook_c.h \ 1489 » $(noinst_HEADERS)
1712 » src/gperftools/malloc_extension.h \
1713 » src/gperftools/malloc_extension_c.h \
1714 » src/gperftools/heap-profiler.h src/gperftools/heap-checker.h \
1715 » src/gperftools/profiler.h
1716 perftoolsincludeHEADERS_INSTALL = $(INSTALL_HEADER)
1717 HEADERS = $(googleinclude_HEADERS) $(nodist_perftoolsinclude_HEADERS) \
1718 » $(noinst_HEADERS) $(perftoolsinclude_HEADERS)
1719 ETAGS = etags 1490 ETAGS = etags
1720 CTAGS = ctags 1491 CTAGS = ctags
1721 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 1492 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
1722 distdir = $(PACKAGE)-$(VERSION) 1493 distdir = $(PACKAGE)-$(VERSION)
1723 top_distdir = $(distdir) 1494 top_distdir = $(distdir)
1724 am__remove_distdir = \ 1495 am__remove_distdir = \
1725 { test ! -d $(distdir) \ 1496 { test ! -d $(distdir) \
1726 || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \ 1497 || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
1727 && rm -fr $(distdir); }; } 1498 && rm -fr $(distdir); }; }
1728 DIST_ARCHIVES = $(distdir).tar.gz $(distdir).zip 1499 DIST_ARCHIVES = $(distdir).tar.gz $(distdir).zip
1729 GZIP_ENV = --best 1500 GZIP_ENV = --best
1730 distuninstallcheck_listfiles = find . -type f -print 1501 distuninstallcheck_listfiles = find . -type f -print
1731 distcleancheck_listfiles = find . -type f -print 1502 distcleancheck_listfiles = find . -type f -print
1732 ACLOCAL = @ACLOCAL@ 1503 ACLOCAL = @ACLOCAL@
1504 AMDEP_FALSE = @AMDEP_FALSE@
1505 AMDEP_TRUE = @AMDEP_TRUE@
1733 AMTAR = @AMTAR@ 1506 AMTAR = @AMTAR@
1734 AR = @AR@ 1507 AR = @AR@
1735 AUTOCONF = @AUTOCONF@ 1508 AUTOCONF = @AUTOCONF@
1736 AUTOHEADER = @AUTOHEADER@ 1509 AUTOHEADER = @AUTOHEADER@
1737 AUTOMAKE = @AUTOMAKE@ 1510 AUTOMAKE = @AUTOMAKE@
1738 AWK = @AWK@ 1511 AWK = @AWK@
1739 CC = @CC@ 1512 CC = @CC@
1740 CCDEPMODE = @CCDEPMODE@ 1513 CCDEPMODE = @CCDEPMODE@
1741 CFLAGS = @CFLAGS@ 1514 CFLAGS = @CFLAGS@
1742 CPP = @CPP@ 1515 CPP = @CPP@
1743 CPPFLAGS = @CPPFLAGS@ 1516 CPPFLAGS = @CPPFLAGS@
1744 CXX = @CXX@ 1517 CXX = @CXX@
1745 CXXCPP = @CXXCPP@ 1518 CXXCPP = @CXXCPP@
1746 CXXDEPMODE = @CXXDEPMODE@ 1519 CXXDEPMODE = @CXXDEPMODE@
1747 CXXFLAGS = @CXXFLAGS@ 1520 CXXFLAGS = @CXXFLAGS@
1748 CYGPATH_W = @CYGPATH_W@ 1521 CYGPATH_W = @CYGPATH_W@
1749 DEFS = @DEFS@ 1522 DEFS = @DEFS@
1750 DEPDIR = @DEPDIR@ 1523 DEPDIR = @DEPDIR@
1751 DSYMUTIL = @DSYMUTIL@ 1524 DSYMUTIL = @DSYMUTIL@
1752 DUMPBIN = @DUMPBIN@ 1525 DUMPBIN = @DUMPBIN@
1753 ECHO_C = @ECHO_C@ 1526 ECHO_C = @ECHO_C@
1754 ECHO_N = @ECHO_N@ 1527 ECHO_N = @ECHO_N@
1755 ECHO_T = @ECHO_T@ 1528 ECHO_T = @ECHO_T@
1756 EGREP = @EGREP@ 1529 EGREP = @EGREP@
1530 ENABLE_FRAME_POINTERS_FALSE = @ENABLE_FRAME_POINTERS_FALSE@
1531 ENABLE_FRAME_POINTERS_TRUE = @ENABLE_FRAME_POINTERS_TRUE@
1532 ENABLE_STATIC_FALSE = @ENABLE_STATIC_FALSE@
1533 ENABLE_STATIC_TRUE = @ENABLE_STATIC_TRUE@
1757 EXEEXT = @EXEEXT@ 1534 EXEEXT = @EXEEXT@
1758 FGREP = @FGREP@ 1535 FGREP = @FGREP@
1536 GCC_FALSE = @GCC_FALSE@
1537 GCC_TRUE = @GCC_TRUE@
1759 GREP = @GREP@ 1538 GREP = @GREP@
1760 INSTALL = @INSTALL@ 1539 HAVE_OBJCOPY_WEAKEN_FALSE = @HAVE_OBJCOPY_WEAKEN_FALSE@
1540 HAVE_OBJCOPY_WEAKEN_TRUE = @HAVE_OBJCOPY_WEAKEN_TRUE@
1541 HAVE_W_NO_UNUSED_RESULT_FALSE = @HAVE_W_NO_UNUSED_RESULT_FALSE@
1542 HAVE_W_NO_UNUSED_RESULT_TRUE = @HAVE_W_NO_UNUSED_RESULT_TRUE@
1761 INSTALL_DATA = @INSTALL_DATA@ 1543 INSTALL_DATA = @INSTALL_DATA@
1762 INSTALL_PROGRAM = @INSTALL_PROGRAM@ 1544 INSTALL_PROGRAM = @INSTALL_PROGRAM@
1763 INSTALL_SCRIPT = @INSTALL_SCRIPT@ 1545 INSTALL_SCRIPT = @INSTALL_SCRIPT@
1764 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 1546 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
1765 LD = @LD@ 1547 LD = @LD@
1766 LDFLAGS = @LDFLAGS@ 1548 LDFLAGS = @LDFLAGS@
1767 LIBOBJS = @LIBOBJS@ 1549 LIBOBJS = @LIBOBJS@
1768 LIBS = @LIBS@ 1550 LIBS = @LIBS@
1769 LIBSTDCXX_LA_LINKER_FLAG = @LIBSTDCXX_LA_LINKER_FLAG@ 1551 LIBSTDCXX_LA_LINKER_FLAG = @LIBSTDCXX_LA_LINKER_FLAG@
1770 LIBTOOL = @LIBTOOL@ 1552 LIBTOOL = @LIBTOOL@
1771 LIBTOOL_DEPS = @LIBTOOL_DEPS@ 1553 LIBTOOL_DEPS = @LIBTOOL_DEPS@
1772 LIPO = @LIPO@ 1554 LIPO = @LIPO@
1773 LN_S = @LN_S@ 1555 LN_S = @LN_S@
1774 LTLIBOBJS = @LTLIBOBJS@ 1556 LTLIBOBJS = @LTLIBOBJS@
1775 MAKEINFO = @MAKEINFO@ 1557 MAKEINFO = @MAKEINFO@
1776 MKDIR_P = @MKDIR_P@ 1558 MINGW_FALSE = @MINGW_FALSE@
1559 MINGW_TRUE = @MINGW_TRUE@
1777 NANOSLEEP_LIBS = @NANOSLEEP_LIBS@ 1560 NANOSLEEP_LIBS = @NANOSLEEP_LIBS@
1778 NM = @NM@ 1561 NM = @NM@
1779 NMEDIT = @NMEDIT@ 1562 NMEDIT = @NMEDIT@
1780 OBJCOPY = @OBJCOPY@ 1563 OBJCOPY = @OBJCOPY@
1781 OBJDUMP = @OBJDUMP@ 1564 OBJDUMP = @OBJDUMP@
1782 OBJEXT = @OBJEXT@ 1565 OBJEXT = @OBJEXT@
1566 OSX_FALSE = @OSX_FALSE@
1567 OSX_TRUE = @OSX_TRUE@
1783 OTOOL = @OTOOL@ 1568 OTOOL = @OTOOL@
1784 OTOOL64 = @OTOOL64@ 1569 OTOOL64 = @OTOOL64@
1785 PACKAGE = @PACKAGE@ 1570 PACKAGE = @PACKAGE@
1786 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 1571 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
1787 PACKAGE_NAME = @PACKAGE_NAME@ 1572 PACKAGE_NAME = @PACKAGE_NAME@
1788 PACKAGE_STRING = @PACKAGE_STRING@ 1573 PACKAGE_STRING = @PACKAGE_STRING@
1789 PACKAGE_TARNAME = @PACKAGE_TARNAME@ 1574 PACKAGE_TARNAME = @PACKAGE_TARNAME@
1790 PACKAGE_URL = @PACKAGE_URL@ 1575 PACKAGE_URL = @PACKAGE_URL@
1791 PACKAGE_VERSION = @PACKAGE_VERSION@ 1576 PACKAGE_VERSION = @PACKAGE_VERSION@
1792 PATH_SEPARATOR = @PATH_SEPARATOR@ 1577 PATH_SEPARATOR = @PATH_SEPARATOR@
1793 PROFILER_SO_VERSION = @PROFILER_SO_VERSION@ 1578 PROFILER_SO_VERSION = @PROFILER_SO_VERSION@
1794 PTHREAD_CC = @PTHREAD_CC@ 1579 PTHREAD_CC = @PTHREAD_CC@
1795 PTHREAD_CFLAGS = @PTHREAD_CFLAGS@ 1580 PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
1796 PTHREAD_LIBS = @PTHREAD_LIBS@ 1581 PTHREAD_LIBS = @PTHREAD_LIBS@
1797 RANLIB = @RANLIB@ 1582 RANLIB = @RANLIB@
1798 SED = @SED@ 1583 SED = @SED@
1799 SET_MAKE = @SET_MAKE@ 1584 SET_MAKE = @SET_MAKE@
1800 SHELL = @SHELL@ 1585 SHELL = @SHELL@
1801 STRIP = @STRIP@ 1586 STRIP = @STRIP@
1802 TCMALLOC_SO_VERSION = @TCMALLOC_SO_VERSION@ 1587 TCMALLOC_SO_VERSION = @TCMALLOC_SO_VERSION@
1803 TC_VERSION_MAJOR = @TC_VERSION_MAJOR@ 1588 TC_VERSION_MAJOR = @TC_VERSION_MAJOR@
1804 TC_VERSION_MINOR = @TC_VERSION_MINOR@ 1589 TC_VERSION_MINOR = @TC_VERSION_MINOR@
1805 TC_VERSION_PATCH = @TC_VERSION_PATCH@ 1590 TC_VERSION_PATCH = @TC_VERSION_PATCH@
1806 UNWIND_LIBS = @UNWIND_LIBS@ 1591 UNWIND_LIBS = @UNWIND_LIBS@
1592 USE_LIBTOOL_FALSE = @USE_LIBTOOL_FALSE@
1593 USE_LIBTOOL_TRUE = @USE_LIBTOOL_TRUE@
1807 VERSION = @VERSION@ 1594 VERSION = @VERSION@
1808 abs_builddir = @abs_builddir@ 1595 WITH_CPU_PROFILER_FALSE = @WITH_CPU_PROFILER_FALSE@
1809 abs_srcdir = @abs_srcdir@ 1596 WITH_CPU_PROFILER_TRUE = @WITH_CPU_PROFILER_TRUE@
1810 abs_top_builddir = @abs_top_builddir@ 1597 WITH_DEBUGALLOC_FALSE = @WITH_DEBUGALLOC_FALSE@
1811 abs_top_srcdir = @abs_top_srcdir@ 1598 WITH_DEBUGALLOC_TRUE = @WITH_DEBUGALLOC_TRUE@
1599 WITH_HEAP_CHECKER_FALSE = @WITH_HEAP_CHECKER_FALSE@
1600 WITH_HEAP_CHECKER_TRUE = @WITH_HEAP_CHECKER_TRUE@
1601 WITH_HEAP_PROFILER_FALSE = @WITH_HEAP_PROFILER_FALSE@
1602 WITH_HEAP_PROFILER_OR_CHECKER_FALSE = @WITH_HEAP_PROFILER_OR_CHECKER_FALSE@
1603 WITH_HEAP_PROFILER_OR_CHECKER_TRUE = @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@
1604 WITH_HEAP_PROFILER_TRUE = @WITH_HEAP_PROFILER_TRUE@
1605 WITH_STACK_TRACE_FALSE = @WITH_STACK_TRACE_FALSE@
1606 WITH_STACK_TRACE_TRUE = @WITH_STACK_TRACE_TRUE@
1607 X86_64_AND_NO_FP_BY_DEFAULT_FALSE = @X86_64_AND_NO_FP_BY_DEFAULT_FALSE@
1608 X86_64_AND_NO_FP_BY_DEFAULT_TRUE = @X86_64_AND_NO_FP_BY_DEFAULT_TRUE@
1812 ac_ct_CC = @ac_ct_CC@ 1609 ac_ct_CC = @ac_ct_CC@
1813 ac_ct_CXX = @ac_ct_CXX@ 1610 ac_ct_CXX = @ac_ct_CXX@
1814 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 1611 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
1815 ac_cv_have_struct_mallinfo = @ac_cv_have_struct_mallinfo@ 1612 ac_cv_have_struct_mallinfo = @ac_cv_have_struct_mallinfo@
1816 acx_pthread_config = @acx_pthread_config@ 1613 acx_pthread_config = @acx_pthread_config@
1614 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
1615 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
1616 am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
1617 am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
1817 am__include = @am__include@ 1618 am__include = @am__include@
1818 am__leading_dot = @am__leading_dot@ 1619 am__leading_dot = @am__leading_dot@
1819 am__quote = @am__quote@ 1620 am__quote = @am__quote@
1820 am__tar = @am__tar@ 1621 am__tar = @am__tar@
1821 am__untar = @am__untar@ 1622 am__untar = @am__untar@
1822 bindir = @bindir@ 1623 bindir = @bindir@
1823 build = @build@ 1624 build = @build@
1824 build_alias = @build_alias@ 1625 build_alias = @build_alias@
1825 build_cpu = @build_cpu@ 1626 build_cpu = @build_cpu@
1826 build_os = @build_os@ 1627 build_os = @build_os@
1827 build_vendor = @build_vendor@ 1628 build_vendor = @build_vendor@
1828 builddir = @builddir@
1829 datadir = @datadir@ 1629 datadir = @datadir@
1830 datarootdir = @datarootdir@ 1630 datarootdir = @datarootdir@
1831 docdir = $(prefix)/share/doc/$(PACKAGE)-$(VERSION) 1631 docdir = $(prefix)/share/doc/$(PACKAGE)-$(VERSION)
1832 dvidir = @dvidir@ 1632 dvidir = @dvidir@
1833 exec_prefix = @exec_prefix@ 1633 exec_prefix = @exec_prefix@
1834 host = @host@ 1634 host = @host@
1835 host_alias = @host_alias@ 1635 host_alias = @host_alias@
1836 host_cpu = @host_cpu@ 1636 host_cpu = @host_cpu@
1837 host_os = @host_os@ 1637 host_os = @host_os@
1838 host_vendor = @host_vendor@ 1638 host_vendor = @host_vendor@
1839 htmldir = @htmldir@ 1639 htmldir = @htmldir@
1840 includedir = @includedir@ 1640 includedir = @includedir@
1841 infodir = @infodir@ 1641 infodir = @infodir@
1842 install_sh = @install_sh@ 1642 install_sh = @install_sh@
1843 libdir = @libdir@ 1643 libdir = @libdir@
1844 libexecdir = @libexecdir@ 1644 libexecdir = @libexecdir@
1845 localedir = @localedir@ 1645 localedir = @localedir@
1846 localstatedir = @localstatedir@ 1646 localstatedir = @localstatedir@
1847 lt_ECHO = @lt_ECHO@ 1647 lt_ECHO = @lt_ECHO@
1848 mandir = @mandir@ 1648 mandir = @mandir@
1849 mkdir_p = @mkdir_p@ 1649 mkdir_p = @mkdir_p@
1850 oldincludedir = @oldincludedir@ 1650 oldincludedir = @oldincludedir@
1851 pdfdir = @pdfdir@ 1651 pdfdir = @pdfdir@
1852 prefix = @prefix@ 1652 prefix = @prefix@
1853 program_transform_name = @program_transform_name@ 1653 program_transform_name = @program_transform_name@
1854 psdir = @psdir@ 1654 psdir = @psdir@
1855 sbindir = @sbindir@ 1655 sbindir = @sbindir@
1856 sharedstatedir = @sharedstatedir@ 1656 sharedstatedir = @sharedstatedir@
1857 srcdir = @srcdir@
1858 sysconfdir = @sysconfdir@ 1657 sysconfdir = @sysconfdir@
1859 target_alias = @target_alias@ 1658 target_alias = @target_alias@
1860 top_build_prefix = @top_build_prefix@
1861 top_builddir = @top_builddir@
1862 top_srcdir = @top_srcdir@
1863 1659
1864 # Make sure that when we re-make ./configure, we get the macros we need 1660 # Make sure that when we re-make ./configure, we get the macros we need
1865 ACLOCAL_AMFLAGS = -I m4 1661 ACLOCAL_AMFLAGS = -I m4
1866 1662
1867 # This is so we can #include <gperftools/foo> 1663 # This is so we can #include <google/foo>
1868 AM_CPPFLAGS = -I$(top_srcdir)/src $(am__append_1) 1664 AM_CPPFLAGS = -I$(top_srcdir)/src $(am__append_1)
1869 1665
1870 # This is mostly based on configure options 1666 # This is mostly based on configure options
1871 AM_CXXFLAGS = $(am__append_2) $(am__append_3) $(am__append_4) \ 1667 AM_CXXFLAGS = $(am__append_2) $(am__append_3) $(am__append_4) \
1872 » $(am__append_5) $(am__append_6) 1668 » $(am__append_5)
1873 1669
1874 # The -no-undefined flag allows libtool to generate shared libraries for 1670 # The -no-undefined flag allows libtool to generate shared libraries for
1875 # Cygwin and MinGW. LIBSTDCXX_LA_LINKER_FLAG is used to fix a Solaris bug. 1671 # Cygwin and MinGW. LIBSTDCXX_LA_LINKER_FLAG is used to fix a Solaris bug.
1876 AM_LDFLAGS = -no-undefined $(LIBSTDCXX_LA_LINKER_FLAG) 1672 AM_LDFLAGS = -no-undefined $(LIBSTDCXX_LA_LINKER_FLAG)
1877 @GCC_FALSE@NO_EXCEPTIONS = 1673 @GCC_FALSE@NO_EXCEPTIONS =
1878 1674
1879 # We know our low-level code cannot trigger an exception. On some 1675 # We know our low-level code cannot trigger an exception. On some
1880 # systems, such as cygwin, it would be disastrous if they did, because 1676 # systems, such as cygwin, it would be disastrous if they did, because
1881 # the exception handler might call malloc! If our low-level routines 1677 # the exception handler might call malloc! If our low-level routines
1882 # raised an exception within the malloc, they'd deadlock. Luckily, 1678 # raised an exception within the malloc, they'd deadlock. Luckily,
1883 # we control all this code, and do not need exceptions for it. 1679 # we control all this code, and do not need exceptions for it.
1884 @GCC_TRUE@NO_EXCEPTIONS = -fno-exceptions 1680 @GCC_TRUE@NO_EXCEPTIONS = -fno-exceptions
1885 1681
1886 # For windows systems (at least, mingw), we need to tell all our 1682 # For windows systems (at least, mingw), we need to tell all our
1887 # tests to link in libtcmalloc using -u. This is because libtcmalloc 1683 # tests to link in libtcmalloc using -u. This is because libtcmalloc
1888 # accomplishes its tasks via patching, leaving no work for the linker 1684 # accomplishes its tasks via patching, leaving no work for the linker
1889 # to identify, so the linker will ignore libtcmalloc by default unless 1685 # to identify, so the linker will ignore libtcmalloc by default unless
1890 # we explicitly create a dependency via -u. 1686 # we explicitly create a dependency via -u.
1891 TCMALLOC_FLAGS = $(am__append_7) 1687 TCMALLOC_FLAGS = $(am__append_6)
1892 @HAVE_OBJCOPY_WEAKEN_FALSE@WEAKEN = : 1688 @HAVE_OBJCOPY_WEAKEN_FALSE@WEAKEN = :
1893 1689
1894 # If we have objcopy, make malloc/free/etc weak symbols. That way folks 1690 # If we have objcopy, make malloc/free/etc weak symbols. That way folks
1895 # can override our malloc if they want to (they can still use tc_malloc). 1691 # can override our malloc if they want to (they can still use tc_malloc).
1896 # Note: the weird-looking symbols are the c++ memory functions: 1692 # Note: the weird-looking symbols are the c++ memory functions:
1897 # (in order) new, new(nothrow), new[], new[](nothrow), delete, delete[] 1693 # (in order) new, new(nothrow), new[], new[](nothrow), delete, delete[]
1898 # In theory this will break if mangling changes, but that seems pretty 1694 # In theory this will break if mangling changes, but that seems pretty
1899 # unlikely at this point. Just in case, I throw in versions with an 1695 # unlikely at this point. Just in case, I throw in versions with an
1900 # extra underscore as well, which may help on OS X. 1696 # extra underscore as well, which may help on OS X.
1901 @HAVE_OBJCOPY_WEAKEN_TRUE@WEAKEN = $(OBJCOPY) -W malloc -W free -W realloc -W ca lloc -W cfree \ 1697 @HAVE_OBJCOPY_WEAKEN_TRUE@WEAKEN = $(OBJCOPY) -W malloc -W free -W realloc -W ca lloc -W cfree \
1902 @HAVE_OBJCOPY_WEAKEN_TRUE@ -W memalign -W posix_memalign -W valloc -W pv alloc \ 1698 @HAVE_OBJCOPY_WEAKEN_TRUE@ -W memalign -W posix_memalign -W valloc -W pv alloc \
1903 @HAVE_OBJCOPY_WEAKEN_TRUE@ -W malloc_stats -W mallopt -W mallinfo \ 1699 @HAVE_OBJCOPY_WEAKEN_TRUE@ -W malloc_stats -W mallopt -W mallinfo \
1904 @HAVE_OBJCOPY_WEAKEN_TRUE@ -W _Znwm -W _ZnwmRKSt9nothrow_t -W _Znam -W _ ZnamRKSt9nothrow_t \ 1700 @HAVE_OBJCOPY_WEAKEN_TRUE@ -W _Znwm -W _ZnwmRKSt9nothrow_t -W _Znam -W _ ZnamRKSt9nothrow_t \
1905 @HAVE_OBJCOPY_WEAKEN_TRUE@ -W _ZdlPv -W _ZdaPv \ 1701 @HAVE_OBJCOPY_WEAKEN_TRUE@ -W _ZdlPv -W _ZdaPv \
1906 @HAVE_OBJCOPY_WEAKEN_TRUE@ -W __Znwm -W __ZnwmRKSt9nothrow_t -W __Znam - W __ZnamRKSt9nothrow_t \ 1702 @HAVE_OBJCOPY_WEAKEN_TRUE@ -W __Znwm -W __ZnwmRKSt9nothrow_t -W __Znam - W __ZnamRKSt9nothrow_t \
1907 @HAVE_OBJCOPY_WEAKEN_TRUE@ -W __ZdlPv -W __ZdaPv 1703 @HAVE_OBJCOPY_WEAKEN_TRUE@ -W __ZdlPv -W __ZdaPv
1908 1704
1909 LIBS_TO_WEAKEN = libtcmalloc_minimal.la $(am__append_25) \ 1705 LIBS_TO_WEAKEN = libtcmalloc_minimal.la $(am__append_24) \
1910 » $(am__append_38) $(am__append_55) $(am__append_70) 1706 » $(am__append_37) $(am__append_54) $(am__append_69)
1911 perftoolsincludedir = $(includedir)/gperftools 1707 googleincludedir = $(includedir)/google
1912 # The .h files you want to install (that is, .h files that people 1708 # The .h files you want to install (that is, .h files that people
1913 # who install this package can include in their own applications.) 1709 # who install this package can include in their own applications.)
1914 # We'll add to this later, on a library-by-library basis 1710 # We'll add to this later, on a library-by-library basis
1915 perftoolsinclude_HEADERS = $(am__append_11) \ 1711 googleinclude_HEADERS = $(am__append_10) \
1916 » $(SG_TCMALLOC_MINIMAL_INCLUDES) $(am__append_32) \ 1712 » $(SG_TCMALLOC_MINIMAL_INCLUDES) $(am__append_31) \
1917 » $(am__append_62) 1713 » $(am__append_61)
1918 # tcmalloc.h is a special case, because it's a .h.in file 1714 # tcmalloc.h is a special case, because it's a .h.in file
1919 nodist_perftoolsinclude_HEADERS = src/gperftools/tcmalloc.h 1715 nodist_googleinclude_HEADERS = src/google/tcmalloc.h
1920 noinst_HEADERS = src/gperftools/tcmalloc.h.in 1716 noinst_HEADERS = src/google/tcmalloc.h.in
1921
1922 # This is provided for backwards compatibility. It is populated by
1923 # files that just forward to the canonical location in
1924 # perftoolsincludedir.
1925 googleincludedir = $(includedir)/google
1926 googleinclude_HEADERS = \
1927 src/google/heap-checker.h» » » \
1928 src/google/heap-profiler.h» » » \
1929 src/google/malloc_extension.h» » \
1930 src/google/malloc_extension_c.h» » \
1931 src/google/malloc_hook.h» » » \
1932 src/google/malloc_hook_c.h» » » \
1933 src/google/profiler.h» » » \
1934 src/google/stacktrace.h» » » \
1935 src/google/tcmalloc.h \
1936 src/windows/google/tcmalloc.h
1937
1938 # This is for HTML and other documentation you want to install. 1717 # This is for HTML and other documentation you want to install.
1939 # Add your documentation files (in doc/) in addition to these 1718 # Add your documentation files (in doc/) in addition to these
1940 # top-level boilerplate files. Also add a TODO file if you have one. 1719 # top-level boilerplate files. Also add a TODO file if you have one.
1941 # We'll add to this later, on a library-by-library basis 1720 # We'll add to this later, on a library-by-library basis
1942 1721
1943 ### Documentation 1722 ### Documentation
1944 1723
1945 # I don't know how to say "distribute the .dot files but don't install them"; 1724 # I don't know how to say "distribute the .dot files but don't install them";
1946 # noinst doesn't seem to work with data. I separate them out anyway, in case 1725 # noinst doesn't seem to work with data. I separate them out anyway, in case
1947 # one day we figure it out. Regardless, installing the dot files isn't the 1726 # one day we figure it out. Regardless, installing the dot files isn't the
1948 # end of the world. 1727 # end of the world.
1949 dist_doc_DATA = AUTHORS COPYING ChangeLog INSTALL NEWS README \ 1728 dist_doc_DATA = AUTHORS COPYING ChangeLog INSTALL NEWS README \
1950 README_windows.txt TODO doc/index.html doc/designstyle.css \ 1729 README_windows.txt TODO doc/index.html doc/designstyle.css \
1951 » $(am__append_14) doc/tcmalloc.html doc/overview.gif \ 1730 » $(am__append_13) doc/tcmalloc.html doc/overview.gif \
1952 doc/pageheap.gif doc/spanmap.gif doc/threadheap.gif \ 1731 doc/pageheap.gif doc/spanmap.gif doc/threadheap.gif \
1953 doc/t-test1.times.txt \ 1732 doc/t-test1.times.txt \
1954 doc/tcmalloc-opspercpusec.vs.threads.1024.bytes.png \ 1733 doc/tcmalloc-opspercpusec.vs.threads.1024.bytes.png \
1955 doc/tcmalloc-opspercpusec.vs.threads.128.bytes.png \ 1734 doc/tcmalloc-opspercpusec.vs.threads.128.bytes.png \
1956 doc/tcmalloc-opspercpusec.vs.threads.131072.bytes.png \ 1735 doc/tcmalloc-opspercpusec.vs.threads.131072.bytes.png \
1957 doc/tcmalloc-opspercpusec.vs.threads.16384.bytes.png \ 1736 doc/tcmalloc-opspercpusec.vs.threads.16384.bytes.png \
1958 doc/tcmalloc-opspercpusec.vs.threads.2048.bytes.png \ 1737 doc/tcmalloc-opspercpusec.vs.threads.2048.bytes.png \
1959 doc/tcmalloc-opspercpusec.vs.threads.256.bytes.png \ 1738 doc/tcmalloc-opspercpusec.vs.threads.256.bytes.png \
1960 doc/tcmalloc-opspercpusec.vs.threads.32768.bytes.png \ 1739 doc/tcmalloc-opspercpusec.vs.threads.32768.bytes.png \
1961 doc/tcmalloc-opspercpusec.vs.threads.4096.bytes.png \ 1740 doc/tcmalloc-opspercpusec.vs.threads.4096.bytes.png \
1962 doc/tcmalloc-opspercpusec.vs.threads.512.bytes.png \ 1741 doc/tcmalloc-opspercpusec.vs.threads.512.bytes.png \
1963 doc/tcmalloc-opspercpusec.vs.threads.64.bytes.png \ 1742 doc/tcmalloc-opspercpusec.vs.threads.64.bytes.png \
1964 doc/tcmalloc-opspercpusec.vs.threads.65536.bytes.png \ 1743 doc/tcmalloc-opspercpusec.vs.threads.65536.bytes.png \
1965 doc/tcmalloc-opspercpusec.vs.threads.8192.bytes.png \ 1744 doc/tcmalloc-opspercpusec.vs.threads.8192.bytes.png \
1966 doc/tcmalloc-opspersec.vs.size.1.threads.png \ 1745 doc/tcmalloc-opspersec.vs.size.1.threads.png \
1967 doc/tcmalloc-opspersec.vs.size.12.threads.png \ 1746 doc/tcmalloc-opspersec.vs.size.12.threads.png \
1968 doc/tcmalloc-opspersec.vs.size.16.threads.png \ 1747 doc/tcmalloc-opspersec.vs.size.16.threads.png \
1969 doc/tcmalloc-opspersec.vs.size.2.threads.png \ 1748 doc/tcmalloc-opspersec.vs.size.2.threads.png \
1970 doc/tcmalloc-opspersec.vs.size.20.threads.png \ 1749 doc/tcmalloc-opspersec.vs.size.20.threads.png \
1971 doc/tcmalloc-opspersec.vs.size.3.threads.png \ 1750 doc/tcmalloc-opspersec.vs.size.3.threads.png \
1972 doc/tcmalloc-opspersec.vs.size.4.threads.png \ 1751 doc/tcmalloc-opspersec.vs.size.4.threads.png \
1973 doc/tcmalloc-opspersec.vs.size.5.threads.png \ 1752 doc/tcmalloc-opspersec.vs.size.5.threads.png \
1974 doc/tcmalloc-opspersec.vs.size.8.threads.png doc/overview.dot \ 1753 doc/tcmalloc-opspersec.vs.size.8.threads.png doc/overview.dot \
1975 doc/pageheap.dot doc/spanmap.dot doc/threadheap.dot \ 1754 doc/pageheap.dot doc/spanmap.dot doc/threadheap.dot \
1976 » $(am__append_52) $(am__append_53) $(am__append_67) 1755 » $(am__append_51) $(am__append_52) $(am__append_66)
1977 1756
1978 # The libraries (.so's) you want to install 1757 # The libraries (.so's) you want to install
1979 # We'll add to this later, on a library-by-library basis 1758 # We'll add to this later, on a library-by-library basis
1980 lib_LTLIBRARIES = libtcmalloc_minimal.la $(am__append_24) \ 1759 lib_LTLIBRARIES = libtcmalloc_minimal.la $(am__append_23) \
1981 » $(am__append_34) $(am__append_54) $(am__append_63) \ 1760 » $(am__append_33) $(am__append_53) $(am__append_62) \
1982 » $(am__append_68) 1761 » $(am__append_67)
1983 # This is for 'convenience libraries' -- basically just a container for sources 1762 # This is for 'convenience libraries' -- basically just a container for sources
1984 1763
1985 ### Making the library 1764 ### Making the library
1986 1765
1987 # As we describe at the top of this file, we want to turn off exceptions 1766 # As we describe at the top of this file, we want to turn off exceptions
1988 # for all files in this library -- except tcmalloc.cc which needs them 1767 # for all files in this library -- except tcmalloc.cc which needs them
1989 # to fulfill its API. Automake doesn't allow per-file CXXFLAGS, so we need 1768 # to fulfill its API. Automake doesn't allow per-file CXXFLAGS, so we need
1990 # to separate into two libraries. 1769 # to separate into two libraries.
1991 noinst_LTLIBRARIES = liblogging.la libsysinfo.la $(am__append_8) \ 1770 noinst_LTLIBRARIES = liblogging.la libsysinfo.la $(am__append_7) \
1992 » $(am__append_10) $(am__append_12) \ 1771 » $(am__append_9) $(am__append_11) \
1993 » libtcmalloc_minimal_internal.la $(am__append_33) 1772 » libtcmalloc_minimal_internal.la $(am__append_32)
1994 1773 WINDOWS_PROJECTS = google-perftools.sln \
1995 # Add this whether or not we're under MinGW, to keep the tarball complete.
1996 # Because we've commented out the test, above, we have to explicitly add
1997 # the test files to the tarball or automake will leave them out.
1998 WINDOWS_PROJECTS = gperftools.sln \
1999 » vsprojects/preamble_patcher_test/preamble_patcher_test.vcproj \
2000 » src/windows/preamble_patcher_test.cc src/windows/shortproc.asm \
2001 » src/windows/auto_testing_hook.h \
2002 vsprojects/low_level_alloc_unittest/low_level_alloc_unittest.vcproj \ 1774 vsprojects/low_level_alloc_unittest/low_level_alloc_unittest.vcproj \
2003 » $(am__append_16) \ 1775 » $(am__append_15) \
2004 vsprojects/libtcmalloc_minimal/libtcmalloc_minimal.vcproj \ 1776 vsprojects/libtcmalloc_minimal/libtcmalloc_minimal.vcproj \
2005 vsprojects/tcmalloc_minimal_unittest/tcmalloc_minimal_unittest.vcproj \ 1777 vsprojects/tcmalloc_minimal_unittest/tcmalloc_minimal_unittest.vcproj \
2006 vsprojects/tmu-static/tmu-static.vcproj \ 1778 vsprojects/tmu-static/tmu-static.vcproj \
2007 vsprojects/tcmalloc_minimal_large/tcmalloc_minimal_large_unittest.vcproj \ 1779 vsprojects/tcmalloc_minimal_large/tcmalloc_minimal_large_unittest.vcproj \
2008 vsprojects/addressmap_unittest/addressmap_unittest.vcproj \ 1780 vsprojects/addressmap_unittest/addressmap_unittest.vcproj \
2009 vsprojects/packed-cache_test/packed-cache_test.vcproj \ 1781 vsprojects/packed-cache_test/packed-cache_test.vcproj \
2010 vsprojects/frag_unittest/frag_unittest.vcproj \ 1782 vsprojects/frag_unittest/frag_unittest.vcproj \
2011 vsprojects/markidle_unittest/markidle_unittest.vcproj \ 1783 vsprojects/markidle_unittest/markidle_unittest.vcproj \
2012 vsprojects/current_allocated_bytes_test/current_allocated_bytes_test.vcp roj \ 1784 vsprojects/current_allocated_bytes_test/current_allocated_bytes_test.vcp roj \
2013 vsprojects/malloc_hook_test/malloc_hook_test.vcproj \ 1785 vsprojects/malloc_hook_test/malloc_hook_test.vcproj \
2014 vsprojects/malloc_extension_test/malloc_extension_test.vcproj \ 1786 vsprojects/malloc_extension_test/malloc_extension_test.vcproj \
2015 vsprojects/page_heap_test/page_heap_test.vcproj \ 1787 vsprojects/page_heap_test/page_heap_test.vcproj \
2016 vsprojects/pagemap_unittest/pagemap_unittest.vcproj \ 1788 vsprojects/pagemap_unittest/pagemap_unittest.vcproj \
2017 vsprojects/realloc_unittest/realloc_unittest.vcproj \ 1789 vsprojects/realloc_unittest/realloc_unittest.vcproj \
2018 vsprojects/stack_trace_table_test/stack_trace_table_test.vcproj \ 1790 vsprojects/stack_trace_table_test/stack_trace_table_test.vcproj \
2019 vsprojects/thread_dealloc_unittest/thread_dealloc_unittest.vcproj \ 1791 vsprojects/thread_dealloc_unittest/thread_dealloc_unittest.vcproj \
2020 » $(am__append_43) 1792 » $(am__append_42)
1793
1794 # unittests you want to run when people type 'make check'.
1795 # Note: tests cannot take any arguments!
1796 # In theory, unittests that are scripts should be added to check_SCRIPTS
1797 # instead. But check_SCRIPTS is definitely a second-class testing mechanims:
1798 # it don't get TESTS_ENVIRONMENT, and it doesn't get success/failure counting
1799 # (in fact, a script failure aborts all the rest of the tests, even with -k).
1800 # So, for scripts, we add the script to tests, and also put in an empty
1801 # rule so automake doesn't try to build the script as a C binary.
1802
1803 ### Unittests
1804
1805 ### Unittests
1806
1807 # Commented out for the moment because malloc(very_big_num) is broken in
1808 # standard libc! At least, in some situations, some of the time.
1809
1810 # These all tests components of tcmalloc_minimal
1811 TESTS = low_level_alloc_unittest atomicops_unittest $(am__append_12) \
1812 » tcmalloc_minimal_unittest tcmalloc_minimal_large_unittest \
1813 » $(am__append_16) addressmap_unittest $(am__append_19) \
1814 » packed_cache_test frag_unittest markidle_unittest \
1815 » current_allocated_bytes_test malloc_hook_test \
1816 » malloc_extension_test $(am__append_20) $(am__append_22) \
1817 » page_heap_test pagemap_unittest realloc_unittest \
1818 » stack_trace_table_test thread_dealloc_unittest \
1819 » $(am__append_25) $(am__append_26) $(am__append_27) \
1820 » $(am__append_28) $(am__append_38) $(am__append_39) \
1821 » $(am__append_40) $(am__append_45) $(am__append_48) \
1822 » $(am__append_55) $(am__append_57) $(am__append_59) \
1823 » $(am__append_63) $(am__append_68)
2021 # TESTS_ENVIRONMENT sets environment variables for when you run unittest. 1824 # TESTS_ENVIRONMENT sets environment variables for when you run unittest.
2022 # We always get "srcdir" set for free. 1825 # We always get "srcdir" set for free.
2023 # We'll add to this later, on a library-by-library basis. 1826 # We'll add to this later, on a library-by-library basis.
2024 TESTS_ENVIRONMENT = $(am__append_15) $(am__append_42) 1827 TESTS_ENVIRONMENT = $(am__append_14) $(am__append_41)
2025 # All script tests should be added here 1828 # All script tests should be added here
2026 noinst_SCRIPTS = $(am__append_18) $(am__append_30) $(am__append_44) \ 1829 noinst_SCRIPTS = $(am__append_17) $(am__append_29) $(am__append_43) \
2027 » $(am__append_47) $(am__append_50) $(am__append_65) 1830 » $(am__append_46) $(am__append_49) $(am__append_64)
2028 1831
2029 # This is my own var, used for extra libraries I make that I need installed 1832 # This is my own var, used for extra libraries I make that I need installed
2030 EXTRA_INSTALL = 1833 EXTRA_INSTALL =
2031 1834
2032 ### ------- library routines, in src/base 1835 ### ------- library routines, in src/base
2033 1836
2034 # This is a 'convenience library' -- it's not actually installed or anything 1837 # This is a 'convenience library' -- it's not actually installed or anything
2035 LOGGING_INCLUDES = src/base/logging.h \ 1838 LOGGING_INCLUDES = src/base/logging.h \
2036 src/base/commandlineflags.h \ 1839 src/base/commandlineflags.h \
2037 src/base/basictypes.h \ 1840 src/base/basictypes.h \
2038 src/base/dynamic_annotations.h \ 1841 src/base/dynamic_annotations.h \
2039 src/third_party/valgrind.h 1842 src/third_party/valgrind.h
2040 1843
2041 liblogging_la_SOURCES = src/base/logging.cc \ 1844 liblogging_la_SOURCES = src/base/logging.cc \
2042 src/base/dynamic_annotations.c \ 1845 src/base/dynamic_annotations.c \
2043 $(LOGGING_INCLUDES) 1846 $(LOGGING_INCLUDES)
2044 1847
2045 SYSINFO_INCLUDES = src/base/sysinfo.h \ 1848 SYSINFO_INCLUDES = src/base/sysinfo.h \
2046 src/base/logging.h \ 1849 src/base/logging.h \
2047 src/base/commandlineflags.h \ 1850 src/base/commandlineflags.h \
2048 src/base/cycleclock.h \ 1851 src/base/cycleclock.h \
2049 src/base/arm_instruction_set_select.h \ 1852 src/base/arm_instruction_set_select.h \
2050 src/base/basictypes.h 1853 src/base/basictypes.h
2051 1854
2052 libsysinfo_la_SOURCES = src/base/sysinfo.cc \ 1855 libsysinfo_la_SOURCES = src/base/sysinfo.cc \
2053 $(SYSINFO_INCLUDES) 1856 $(SYSINFO_INCLUDES)
2054 1857
2055 libsysinfo_la_LIBADD = $(NANOSLEEP_LIBS) $(am__append_9) 1858 libsysinfo_la_LIBADD = $(NANOSLEEP_LIBS) $(am__append_8)
2056 1859
2057 # For MinGW, we use also have to use libwindows Luckily, we need the 1860 # For MinGW, we use also have to use libwindows Luckily, we need the
2058 # windows.a library in exactly the same place we need spinlock.a 1861 # windows.a library in exactly the same place we need spinlock.a
2059 # (pretty much everywhere), so we can use the same variable name for 1862 # (pretty much everywhere), so we can use the same variable name for
2060 # each. We can also optimize the MinGW rule a bit by leaving out 1863 # each. We can also optimize the MinGW rule a bit by leaving out
2061 # files we know aren't used on windows, such as 1864 # files we know aren't used on windows, such as
2062 # atomicops-internals-x86.cc. libwindows also obsoletes the need for 1865 # atomicops-internals-x86.cc. libwindows also obsoletes the need for
2063 # other files like system_alloc.cc. 1866 # other files like system_alloc.cc.
2064 @MINGW_TRUE@WINDOWS_INCLUDES = src/windows/port.h \ 1867 @MINGW_TRUE@WINDOWS_INCLUDES = src/windows/port.h \
2065 @MINGW_TRUE@ src/windows/mingw.h \ 1868 @MINGW_TRUE@ src/windows/mingw.h \
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
2107 1910
2108 @MINGW_TRUE@libspinlock_la_SOURCES = src/base/spinlock.cc \ 1911 @MINGW_TRUE@libspinlock_la_SOURCES = src/base/spinlock.cc \
2109 @MINGW_TRUE@ src/base/spinlock_internal.cc \ 1912 @MINGW_TRUE@ src/base/spinlock_internal.cc \
2110 @MINGW_TRUE@ $(SPINLOCK_INCLUDES) 1913 @MINGW_TRUE@ $(SPINLOCK_INCLUDES)
2111 1914
2112 # spinlock also needs NumCPUs, from libsysinfo, which in turn needs liblogging 1915 # spinlock also needs NumCPUs, from libsysinfo, which in turn needs liblogging
2113 @MINGW_FALSE@LIBSPINLOCK = libspinlock.la libsysinfo.la liblogging.la 1916 @MINGW_FALSE@LIBSPINLOCK = libspinlock.la libsysinfo.la liblogging.la
2114 @MINGW_TRUE@LIBSPINLOCK = libwindows.la libspinlock.la libsysinfo.la liblogging. la 1917 @MINGW_TRUE@LIBSPINLOCK = libwindows.la libspinlock.la libsysinfo.la liblogging. la
2115 @MINGW_FALSE@TCMALLOC_CC = src/tcmalloc.cc 1918 @MINGW_FALSE@TCMALLOC_CC = src/tcmalloc.cc
2116 1919
2117 # There's a windows-specific unittest we can run. Right now it's
2118 # win64-specific, and relies on masm, so we comment it out.
2119
2120 # patch_functions.cc #includes tcmalloc.cc, so no need to link it in. 1920 # patch_functions.cc #includes tcmalloc.cc, so no need to link it in.
2121 @MINGW_TRUE@TCMALLOC_CC = 1921 @MINGW_TRUE@TCMALLOC_CC =
2122 @MINGW_FALSE@MAYBE_THREADS_CC = src/maybe_threads.cc 1922 @MINGW_FALSE@MAYBE_THREADS_CC = src/maybe_threads.cc
2123 # windows has its own system for threads and system memory allocation. 1923 # windows has its own system for threads and system memory allocation.
2124 @MINGW_TRUE@MAYBE_THREADS_CC = 1924 @MINGW_TRUE@MAYBE_THREADS_CC =
2125 @MINGW_FALSE@SYSTEM_ALLOC_CC = src/system-alloc.cc 1925 @MINGW_FALSE@SYSTEM_ALLOC_CC = src/system-alloc.cc
2126 @MINGW_TRUE@SYSTEM_ALLOC_CC = 1926 @MINGW_TRUE@SYSTEM_ALLOC_CC =
2127 @MINGW_FALSE@libspinlock_la_LIBADD = $(NANOSLEEP_LIBS) 1927 @MINGW_FALSE@libspinlock_la_LIBADD = $(NANOSLEEP_LIBS)
2128 LOW_LEVEL_ALLOC_UNITTEST_INCLUDES = src/base/low_level_alloc.h \ 1928 LOW_LEVEL_ALLOC_UNITTEST_INCLUDES = src/base/low_level_alloc.h \
2129 src/base/basictypes.h \ 1929 src/base/basictypes.h \
2130 src/gperftools/malloc_hook.h \ 1930 src/google/malloc_hook.h \
2131 src/gperftools/malloc_hook_c.h \ 1931 src/google/malloc_hook_c.h \
2132 src/malloc_hook-inl.h \ 1932 src/malloc_hook-inl.h \
2133 src/malloc_hook_mmap_linux.h \ 1933 src/malloc_hook_mmap_linux.h \
2134 src/malloc_hook_mmap_freebsd.h \ 1934 src/malloc_hook_mmap_freebsd.h \
2135 $(SPINLOCK_INCLUDES) \ 1935 $(SPINLOCK_INCLUDES) \
2136 $(LOGGING_INCLUDES) 1936 $(LOGGING_INCLUDES)
2137 1937
2138 low_level_alloc_unittest_SOURCES = src/base/low_level_alloc.cc \ 1938 low_level_alloc_unittest_SOURCES = src/base/low_level_alloc.cc \
2139 src/malloc_hook.cc \ 1939 src/malloc_hook.cc \
2140 $(MAYBE_THREADS_CC) \ 1940 $(MAYBE_THREADS_CC) \
2141 src/tests/low_level_alloc_unittest.cc \ 1941 src/tests/low_level_alloc_unittest.cc \
(...skipping 13 matching lines...) Expand all
2155 $(ATOMICOPS_UNITTEST_INCLUDES) 1955 $(ATOMICOPS_UNITTEST_INCLUDES)
2156 1956
2157 atomicops_unittest_LDADD = $(LIBSPINLOCK) 1957 atomicops_unittest_LDADD = $(LIBSPINLOCK)
2158 1958
2159 ### ------- stack trace 1959 ### ------- stack trace
2160 1960
2161 ### The header files we use. We divide into categories based on directory 1961 ### The header files we use. We divide into categories based on directory
2162 @WITH_STACK_TRACE_TRUE@S_STACKTRACE_INCLUDES = src/stacktrace_config.h \ 1962 @WITH_STACK_TRACE_TRUE@S_STACKTRACE_INCLUDES = src/stacktrace_config.h \
2163 @WITH_STACK_TRACE_TRUE@ src/stacktrace_generic-inl.h \ 1963 @WITH_STACK_TRACE_TRUE@ src/stacktrace_generic-inl.h \
2164 @WITH_STACK_TRACE_TRUE@ src/stacktrace_libunwind-inl.h \ 1964 @WITH_STACK_TRACE_TRUE@ src/stacktrace_libunwind-inl.h \
2165 @WITH_STACK_TRACE_TRUE@»» » src/stacktrace_arm-inl.h \ 1965 @WITH_STACK_TRACE_TRUE@»» » src/stacktrace_nacl-inl.h \
2166 @WITH_STACK_TRACE_TRUE@ src/stacktrace_powerpc-inl.h \ 1966 @WITH_STACK_TRACE_TRUE@ src/stacktrace_powerpc-inl.h \
1967 @WITH_STACK_TRACE_TRUE@ src/stacktrace_x86_64-inl.h \
2167 @WITH_STACK_TRACE_TRUE@ src/stacktrace_x86-inl.h \ 1968 @WITH_STACK_TRACE_TRUE@ src/stacktrace_x86-inl.h \
2168 @WITH_STACK_TRACE_TRUE@ src/stacktrace_win32-inl.h \ 1969 @WITH_STACK_TRACE_TRUE@ src/stacktrace_win32-inl.h \
2169 @WITH_STACK_TRACE_TRUE@ src/base/elf_mem_image.h \ 1970 @WITH_STACK_TRACE_TRUE@ src/base/elf_mem_image.h \
2170 @WITH_STACK_TRACE_TRUE@ src/base/vdso_support.h 1971 @WITH_STACK_TRACE_TRUE@ src/base/vdso_support.h
2171 1972
2172 @WITH_STACK_TRACE_TRUE@SG_STACKTRACE_INCLUDES = src/gperftools/stacktrace.h 1973 @WITH_STACK_TRACE_TRUE@SG_STACKTRACE_INCLUDES = src/google/stacktrace.h
2173 @WITH_STACK_TRACE_TRUE@STACKTRACE_INCLUDES = $(S_STACKTRACE_INCLUDES) $(SG_STACK TRACE_INCLUDES) 1974 @WITH_STACK_TRACE_TRUE@STACKTRACE_INCLUDES = $(S_STACKTRACE_INCLUDES) $(SG_STACK TRACE_INCLUDES)
2174 @WITH_STACK_TRACE_TRUE@libstacktrace_la_SOURCES = src/stacktrace.cc \ 1975 @WITH_STACK_TRACE_TRUE@libstacktrace_la_SOURCES = src/stacktrace.cc \
2175 @WITH_STACK_TRACE_TRUE@ src/base/elf_mem_image.cc \ 1976 @WITH_STACK_TRACE_TRUE@ src/base/elf_mem_image.cc \
2176 @WITH_STACK_TRACE_TRUE@ src/base/vdso_support.cc \ 1977 @WITH_STACK_TRACE_TRUE@ src/base/vdso_support.cc \
2177 @WITH_STACK_TRACE_TRUE@ $(STACKTRACE_INCLUDES) 1978 @WITH_STACK_TRACE_TRUE@ $(STACKTRACE_INCLUDES)
2178 1979
2179 @WITH_STACK_TRACE_TRUE@libstacktrace_la_LIBADD = $(UNWIND_LIBS) $(LIBSPINLOCK) 1980 @WITH_STACK_TRACE_TRUE@libstacktrace_la_LIBADD = $(UNWIND_LIBS) $(LIBSPINLOCK)
2180 @WITH_STACK_TRACE_TRUE@STACKTRACE_SYMBOLS = '(GetStackTrace|GetStackFrames|GetSt ackTraceWithContext|GetStackFramesWithContext)' 1981 @WITH_STACK_TRACE_TRUE@STACKTRACE_SYMBOLS = '(GetStackTrace|GetStackFrames|GetSt ackTraceWithContext|GetStackFramesWithContext)'
2181 @WITH_STACK_TRACE_TRUE@libstacktrace_la_LDFLAGS = -export-symbols-regex $(STACKT RACE_SYMBOLS) 1982 @WITH_STACK_TRACE_TRUE@libstacktrace_la_LDFLAGS = -export-symbols-regex $(STACKT RACE_SYMBOLS)
2182 @WITH_STACK_TRACE_TRUE@STACKTRACE_UNITTEST_INCLUDES = src/config_for_unittests.h \ 1983 @WITH_STACK_TRACE_TRUE@STACKTRACE_UNITTEST_INLCUDES = src/config_for_unittests.h \
2183 @WITH_STACK_TRACE_TRUE@ src/base/commandlineflags. h \ 1984 @WITH_STACK_TRACE_TRUE@ src/base/commandlineflags. h \
2184 @WITH_STACK_TRACE_TRUE@ $(STACKTRACE_INCLUDES) \ 1985 @WITH_STACK_TRACE_TRUE@ $(STACKTRACE_INCLUDES) \
2185 @WITH_STACK_TRACE_TRUE@ $(LOGGING_INCLUDES) 1986 @WITH_STACK_TRACE_TRUE@ $(LOGGING_INCLUDES)
2186 1987
2187 @WITH_STACK_TRACE_TRUE@stacktrace_unittest_SOURCES = src/tests/stacktrace_unitte st.cc \ 1988 @WITH_STACK_TRACE_TRUE@stacktrace_unittest_SOURCES = src/tests/stacktrace_unitte st.cc \
2188 @WITH_STACK_TRACE_TRUE@ $(STACKTRACE_UNITTEST_INCLU DES) 1989 @WITH_STACK_TRACE_TRUE@ $(STACKTRACE_UNITTEST_INLCU DES)
2189 1990
2190 @WITH_STACK_TRACE_TRUE@stacktrace_unittest_LDADD = libstacktrace.la liblogging.l a 1991 @WITH_STACK_TRACE_TRUE@stacktrace_unittest_LDADD = libstacktrace.la liblogging.l a
2191 1992
2192 ### ------- pprof 1993 ### ------- pprof
2193 1994
2194 # If we are not compiling with stacktrace support, pprof is worthless 1995 # If we are not compiling with stacktrace support, pprof is worthless
2195 @WITH_STACK_TRACE_TRUE@bin_SCRIPTS = src/pprof 1996 @WITH_STACK_TRACE_TRUE@bin_SCRIPTS = src/pprof
2196 1997
2197 ### Unittests 1998 ### Unittests
2198 @WITH_STACK_TRACE_TRUE@check_SCRIPTS = pprof_unittest 1999 @WITH_STACK_TRACE_TRUE@check_SCRIPTS = pprof_unittest
(...skipping 27 matching lines...) Expand all
2226 src/static_vars.h \ 2027 src/static_vars.h \
2227 src/symbolize.h \ 2028 src/symbolize.h \
2228 src/thread_cache.h \ 2029 src/thread_cache.h \
2229 src/stack_trace_table.h \ 2030 src/stack_trace_table.h \
2230 src/base/thread_annotations.h \ 2031 src/base/thread_annotations.h \
2231 src/malloc_hook-inl.h \ 2032 src/malloc_hook-inl.h \
2232 src/malloc_hook_mmap_linux.h \ 2033 src/malloc_hook_mmap_linux.h \
2233 src/malloc_hook_mmap_freebsd.h \ 2034 src/malloc_hook_mmap_freebsd.h \
2234 src/maybe_threads.h 2035 src/maybe_threads.h
2235 2036
2236 SG_TCMALLOC_MINIMAL_INCLUDES = src/gperftools/malloc_hook.h \ 2037 SG_TCMALLOC_MINIMAL_INCLUDES = src/google/malloc_hook.h \
2237 src/gperftools/malloc_hook_c.h \ 2038 src/google/malloc_hook_c.h \
2238 src/gperftools/malloc_extension.h \ 2039 src/google/malloc_extension.h \
2239 src/gperftools/malloc_extension_c.h \ 2040 src/google/malloc_extension_c.h \
2240 src/gperftools/stacktrace.h 2041 src/google/stacktrace.h
2241 2042
2242 TCMALLOC_MINIMAL_INCLUDES = $(S_TCMALLOC_MINIMAL_INCLUDES) $(SG_TCMALLOC_MINIMAL _INCLUDES) 2043 TCMALLOC_MINIMAL_INCLUDES = $(S_TCMALLOC_MINIMAL_INCLUDES) $(SG_TCMALLOC_MINIMAL _INCLUDES)
2243 libtcmalloc_minimal_internal_la_SOURCES = src/common.cc \ 2044 libtcmalloc_minimal_internal_la_SOURCES = src/common.cc \
2244 src/internal_logging.cc \ 2045 src/internal_logging.cc \
2245 $(SYSTEM_ALLOC_CC) \ 2046 $(SYSTEM_ALLOC_CC) \
2246 src/memfs_malloc.cc \ 2047 src/memfs_malloc.cc \
2247 src/central_freelist.cc \ 2048 src/central_freelist.cc \
2248 src/page_heap.cc \ 2049 src/page_heap.cc \
2249 src/sampler.cc \ 2050 src/sampler.cc \
2250 src/span.cc \ 2051 src/span.cc \
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
2298 tcmalloc_minimal_large_unittest_SOURCES = src/tests/tcmalloc_large_unittest.cc 2099 tcmalloc_minimal_large_unittest_SOURCES = src/tests/tcmalloc_large_unittest.cc
2299 tcmalloc_minimal_large_unittest_CXXFLAGS = $(PTHREAD_CFLAGS) $(AM_CXXFLAGS) 2100 tcmalloc_minimal_large_unittest_CXXFLAGS = $(PTHREAD_CFLAGS) $(AM_CXXFLAGS)
2300 tcmalloc_minimal_large_unittest_LDFLAGS = $(PTHREAD_CFLAGS) $(TCMALLOC_FLAGS) 2101 tcmalloc_minimal_large_unittest_LDFLAGS = $(PTHREAD_CFLAGS) $(TCMALLOC_FLAGS)
2301 tcmalloc_minimal_large_unittest_LDADD = $(LIBTCMALLOC_MINIMAL) $(PTHREAD_LIBS) 2102 tcmalloc_minimal_large_unittest_LDADD = $(LIBTCMALLOC_MINIMAL) $(PTHREAD_LIBS)
2302 @ENABLE_STATIC_FALSE@@MINGW_FALSE@maybe_threads_unittest_sh_SOURCES = src/tests/ maybe_threads_unittest.sh 2103 @ENABLE_STATIC_FALSE@@MINGW_FALSE@maybe_threads_unittest_sh_SOURCES = src/tests/ maybe_threads_unittest.sh
2303 ADDRESSMAP_UNITTEST_INCLUDES = src/addressmap-inl.h \ 2104 ADDRESSMAP_UNITTEST_INCLUDES = src/addressmap-inl.h \
2304 src/base/commandlineflags.h \ 2105 src/base/commandlineflags.h \
2305 $(LOGGING_INCLUDES) 2106 $(LOGGING_INCLUDES)
2306 2107
2307 addressmap_unittest_SOURCES = src/tests/addressmap_unittest.cc \ 2108 addressmap_unittest_SOURCES = src/tests/addressmap_unittest.cc \
2308 » $(ADDRESSMAP_UNITTEST_INCLUDES) $(am__append_19) 2109 » $(ADDRESSMAP_UNITTEST_INCLUDES) $(am__append_18)
2309 addressmap_unittest_CXXFLAGS = -g $(AM_CXXFLAGS) 2110 addressmap_unittest_CXXFLAGS = -g $(AM_CXXFLAGS)
2310 addressmap_unittest_LDADD = liblogging.la 2111 addressmap_unittest_LDADD = liblogging.la
2311 @MINGW_FALSE@system_alloc_unittest_SOURCES = src/config_for_unittests.h \ 2112 @MINGW_FALSE@system_alloc_unittest_SOURCES = src/config_for_unittests.h \
2312 @MINGW_FALSE@ src/tests/system-alloc_unittest.cc 2113 @MINGW_FALSE@ src/tests/system-alloc_unittest.cc
2313 2114
2314 @MINGW_FALSE@system_alloc_unittest_CXXFLAGS = $(PTHREAD_CFLAGS) $(AM_CXXFLAGS) 2115 @MINGW_FALSE@system_alloc_unittest_CXXFLAGS = $(PTHREAD_CFLAGS) $(AM_CXXFLAGS)
2315 @MINGW_FALSE@system_alloc_unittest_LDFLAGS = $(PTHREAD_CFLAGS) $(TCMALLOC_FLAGS) 2116 @MINGW_FALSE@system_alloc_unittest_LDFLAGS = $(PTHREAD_CFLAGS) $(TCMALLOC_FLAGS)
2316 @MINGW_FALSE@system_alloc_unittest_LDADD = $(LIBTCMALLOC_MINIMAL) $(PTHREAD_LIBS ) 2117 @MINGW_FALSE@system_alloc_unittest_LDADD = $(LIBTCMALLOC_MINIMAL) $(PTHREAD_LIBS )
2317 packed_cache_test_SOURCES = src/tests/packed-cache_test.cc 2118 packed_cache_test_SOURCES = src/tests/packed-cache_test.cc
2318 packed_cache_test_CXXFLAGS = $(PTHREAD_CFLAGS) $(AM_CXXFLAGS) 2119 packed_cache_test_CXXFLAGS = $(PTHREAD_CFLAGS) $(AM_CXXFLAGS)
(...skipping 12 matching lines...) Expand all
2331 markidle_unittest_LDADD = $(LIBTCMALLOC_MINIMAL) $(PTHREAD_LIBS) 2132 markidle_unittest_LDADD = $(LIBTCMALLOC_MINIMAL) $(PTHREAD_LIBS)
2332 current_allocated_bytes_test_SOURCES = src/tests/current_allocated_bytes_test.cc \ 2133 current_allocated_bytes_test_SOURCES = src/tests/current_allocated_bytes_test.cc \
2333 src/config_for_unittests.h 2134 src/config_for_unittests.h
2334 2135
2335 current_allocated_bytes_test_CXXFLAGS = $(PTHREAD_CFLAGS) $(AM_CXXFLAGS) 2136 current_allocated_bytes_test_CXXFLAGS = $(PTHREAD_CFLAGS) $(AM_CXXFLAGS)
2336 current_allocated_bytes_test_LDFLAGS = $(PTHREAD_CFLAGS) $(TCMALLOC_FLAGS) 2137 current_allocated_bytes_test_LDFLAGS = $(PTHREAD_CFLAGS) $(TCMALLOC_FLAGS)
2337 current_allocated_bytes_test_LDADD = $(LIBTCMALLOC_MINIMAL) $(PTHREAD_LIBS) 2138 current_allocated_bytes_test_LDADD = $(LIBTCMALLOC_MINIMAL) $(PTHREAD_LIBS)
2338 malloc_hook_test_SOURCES = src/tests/malloc_hook_test.cc \ 2139 malloc_hook_test_SOURCES = src/tests/malloc_hook_test.cc \
2339 src/config_for_unittests.h \ 2140 src/config_for_unittests.h \
2340 src/base/logging.h \ 2141 src/base/logging.h \
2341 src/gperftools/malloc_hook.h \ 2142 src/google/malloc_hook.h \
2342 src/tests/testutil.h src/tests/testutil.cc 2143 src/tests/testutil.h src/tests/testutil.cc
2343 2144
2344 malloc_hook_test_CXXFLAGS = $(PTHREAD_CFLAGS) $(AM_CXXFLAGS) 2145 malloc_hook_test_CXXFLAGS = $(PTHREAD_CFLAGS) $(AM_CXXFLAGS)
2345 malloc_hook_test_LDFLAGS = $(PTHREAD_CFLAGS) $(TCMALLOC_FLAGS) 2146 malloc_hook_test_LDFLAGS = $(PTHREAD_CFLAGS) $(TCMALLOC_FLAGS)
2346 malloc_hook_test_LDADD = $(LIBTCMALLOC_MINIMAL) $(PTHREAD_LIBS) 2147 malloc_hook_test_LDADD = $(LIBTCMALLOC_MINIMAL) $(PTHREAD_LIBS)
2347 malloc_extension_test_SOURCES = src/tests/malloc_extension_test.cc \ 2148 malloc_extension_test_SOURCES = src/tests/malloc_extension_test.cc \
2348 src/config_for_unittests.h \ 2149 src/config_for_unittests.h \
2349 src/base/logging.h \ 2150 src/base/logging.h \
2350 src/gperftools/malloc_extension.h \ 2151 src/google/malloc_extension.h \
2351 src/gperftools/malloc_extension_c.h 2152 src/google/malloc_extension_c.h
2352 2153
2353 malloc_extension_test_CXXFLAGS = $(PTHREAD_CFLAGS) $(AM_CXXFLAGS) 2154 malloc_extension_test_CXXFLAGS = $(PTHREAD_CFLAGS) $(AM_CXXFLAGS)
2354 malloc_extension_test_LDFLAGS = $(PTHREAD_CFLAGS) $(TCMALLOC_FLAGS) 2155 malloc_extension_test_LDFLAGS = $(PTHREAD_CFLAGS) $(TCMALLOC_FLAGS)
2355 malloc_extension_test_LDADD = $(LIBTCMALLOC_MINIMAL) $(PTHREAD_LIBS) 2156 malloc_extension_test_LDADD = $(LIBTCMALLOC_MINIMAL) $(PTHREAD_LIBS)
2356 @ENABLE_STATIC_FALSE@@MINGW_FALSE@malloc_extension_c_test_SOURCES = src/tests/ma lloc_extension_c_test.c \ 2157 @ENABLE_STATIC_FALSE@@MINGW_FALSE@malloc_extension_c_test_SOURCES = src/tests/ma lloc_extension_c_test.c \
2357 @ENABLE_STATIC_FALSE@@MINGW_FALSE@ src/gperftoo ls/malloc_extension.h \ 2158 @ENABLE_STATIC_FALSE@@MINGW_FALSE@ src/google/m alloc_extension.h \
2358 @ENABLE_STATIC_FALSE@@MINGW_FALSE@ src/gperftoo ls/malloc_extension_c.h 2159 @ENABLE_STATIC_FALSE@@MINGW_FALSE@ src/google/m alloc_extension_c.h
2359 2160
2360 @ENABLE_STATIC_FALSE@@MINGW_FALSE@malloc_extension_c_test_CFLAGS = \ 2161 @ENABLE_STATIC_FALSE@@MINGW_FALSE@malloc_extension_c_test_CFLAGS = \
2361 @ENABLE_STATIC_FALSE@@MINGW_FALSE@ $(PTHREAD_CFLAGS) \ 2162 @ENABLE_STATIC_FALSE@@MINGW_FALSE@ $(PTHREAD_CFLAGS) \
2362 @ENABLE_STATIC_FALSE@@MINGW_FALSE@ $(AM_CFLAGS) \ 2163 @ENABLE_STATIC_FALSE@@MINGW_FALSE@ $(AM_CFLAGS) \
2363 @ENABLE_STATIC_FALSE@@MINGW_FALSE@» $(am__append_22) 2164 @ENABLE_STATIC_FALSE@@MINGW_FALSE@» $(am__append_21)
2364 @ENABLE_STATIC_FALSE@@MINGW_FALSE@malloc_extension_c_test_LDFLAGS = $(PTHREAD_CF LAGS) $(TCMALLOC_FLAGS) 2165 @ENABLE_STATIC_FALSE@@MINGW_FALSE@malloc_extension_c_test_LDFLAGS = $(PTHREAD_CF LAGS) $(TCMALLOC_FLAGS)
2365 @ENABLE_STATIC_FALSE@@MINGW_FALSE@malloc_extension_c_test_LDADD = $(LIBTCMALLOC_ MINIMAL) $(PTHREAD_LIBS) 2166 @ENABLE_STATIC_FALSE@@MINGW_FALSE@malloc_extension_c_test_LDADD = $(LIBTCMALLOC_ MINIMAL) $(PTHREAD_LIBS)
2366 @MINGW_FALSE@@OSX_FALSE@memalign_unittest_SOURCES = src/tests/memalign_unittest. cc \ 2167 @MINGW_FALSE@@OSX_FALSE@memalign_unittest_SOURCES = src/tests/memalign_unittest. cc \
2367 @MINGW_FALSE@@OSX_FALSE@ src/tcmalloc.h \ 2168 @MINGW_FALSE@@OSX_FALSE@ src/tcmalloc.h \
2368 @MINGW_FALSE@@OSX_FALSE@ src/config_for_unittests.h \ 2169 @MINGW_FALSE@@OSX_FALSE@ src/config_for_unittests.h \
2369 @MINGW_FALSE@@OSX_FALSE@ src/tests/testutil.h src/tes ts/testutil.cc 2170 @MINGW_FALSE@@OSX_FALSE@ src/tests/testutil.h src/tes ts/testutil.cc
2370 2171
2371 @MINGW_FALSE@@OSX_FALSE@memalign_unittest_CXXFLAGS = $(PTHREAD_CFLAGS) $(AM_CXXF LAGS) 2172 @MINGW_FALSE@@OSX_FALSE@memalign_unittest_CXXFLAGS = $(PTHREAD_CFLAGS) $(AM_CXXF LAGS)
2372 @MINGW_FALSE@@OSX_FALSE@memalign_unittest_LDFLAGS = $(PTHREAD_CFLAGS) $(TCMALLOC _FLAGS) 2173 @MINGW_FALSE@@OSX_FALSE@memalign_unittest_LDFLAGS = $(PTHREAD_CFLAGS) $(TCMALLOC _FLAGS)
2373 @MINGW_FALSE@@OSX_FALSE@memalign_unittest_LDADD = $(LIBTCMALLOC_MINIMAL) $(PTHRE AD_LIBS) 2174 @MINGW_FALSE@@OSX_FALSE@memalign_unittest_LDADD = $(LIBTCMALLOC_MINIMAL) $(PTHRE AD_LIBS)
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
2453 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ src/base/elfcore.h \ 2254 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ src/base/elfcore.h \
2454 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ src/base/googleinit.h \ 2255 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ src/base/googleinit.h \
2455 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ src/base/linux_syscall _support.h \ 2256 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ src/base/linux_syscall _support.h \
2456 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ src/base/linuxthreads. h \ 2257 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ src/base/linuxthreads. h \
2457 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ src/base/stl_allocator .h \ 2258 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ src/base/stl_allocator .h \
2458 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ src/base/sysinfo.h \ 2259 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ src/base/sysinfo.h \
2459 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ src/base/thread_lister .h \ 2260 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ src/base/thread_lister .h \
2460 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ src/heap-profile-table .h 2261 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ src/heap-profile-table .h
2461 2262
2462 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@SG_TCMALLOC_INCLUDES = $(SG_TCMALLOC_MINIMAL _INCLUDES) \ 2263 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@SG_TCMALLOC_INCLUDES = $(SG_TCMALLOC_MINIMAL _INCLUDES) \
2463 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ src/gperftools/heap-p rofiler.h \ 2264 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ src/google/heap-profi ler.h \
2464 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ src/gperftools/heap-c hecker.h 2265 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ src/google/heap-check er.h
2465 2266
2466 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@TCMALLOC_INCLUDES = $(S_TCMALLOC_INCLUDES) $ (SG_TCMALLOC_INCLUDES) 2267 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@TCMALLOC_INCLUDES = $(S_TCMALLOC_INCLUDES) $ (SG_TCMALLOC_INCLUDES)
2467 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@libtcmalloc_internal_la_SOURCES = $(libtcmal loc_minimal_internal_la_SOURCES) \ 2268 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@libtcmalloc_internal_la_SOURCES = $(libtcmal loc_minimal_internal_la_SOURCES) \
2468 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(TCMALLOC _INCLUDES) \ 2269 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(TCMALLOC _INCLUDES) \
2469 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ src/base/l ow_level_alloc.cc \ 2270 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ src/base/l ow_level_alloc.cc \
2470 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ src/heap-p rofile-table.cc \ 2271 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ src/heap-p rofile-table.cc \
2471 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ src/heap-p rofiler.cc \ 2272 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ src/heap-p rofiler.cc \
2472 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ src/raw_pr inter.cc \ 2273 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ src/raw_pr inter.cc \
2473 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ src/memory _region_map.cc 2274 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ src/memory _region_map.cc
2474 2275
2475 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@libtcmalloc_internal_la_CXXFLAGS = \ 2276 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@libtcmalloc_internal_la_CXXFLAGS = \
2476 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(PTHREAD_CFLAGS) -DNDEBUG \ 2277 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(PTHREAD_CFLAGS) -DNDEBUG \
2477 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(AM_CXXFLAGS) \ 2278 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(AM_CXXFLAGS) \
2478 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(NO_EXCEPTIONS) \ 2279 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(NO_EXCEPTIONS) \
2479 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@» $(am__append_36) 2280 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@» $(am__append_35)
2480 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@libtcmalloc_internal_la_LDFLAGS = $(PTHREAD_ CFLAGS) 2281 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@libtcmalloc_internal_la_LDFLAGS = $(PTHREAD_ CFLAGS)
2481 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@libtcmalloc_internal_la_LIBADD = libstacktra ce.la $(PTHREAD_LIBS) 2282 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@libtcmalloc_internal_la_LIBADD = libstacktra ce.la $(PTHREAD_LIBS)
2482 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@libtcmalloc_la_SOURCES = \ 2283 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@libtcmalloc_la_SOURCES = \
2483 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(TCMALLOC_CC) \ 2284 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(TCMALLOC_CC) \
2484 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(TCMALLOC_INCLUDES) \ 2285 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(TCMALLOC_INCLUDES) \
2485 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@» $(am__append_35) 2286 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@» $(am__append_34)
2486 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@libtcmalloc_la_CXXFLAGS = \ 2287 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@libtcmalloc_la_CXXFLAGS = \
2487 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(PTHREAD_CFLAGS) -DNDEBUG \ 2288 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(PTHREAD_CFLAGS) -DNDEBUG \
2488 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(AM_CXXFLAGS) \ 2289 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(AM_CXXFLAGS) \
2489 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@» $(am__append_37) 2290 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@» $(am__append_36)
2490 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@libtcmalloc_la_LDFLAGS = $(PTHREAD_CFLAGS) - version-info @TCMALLOC_SO_VERSION@ 2291 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@libtcmalloc_la_LDFLAGS = $(PTHREAD_CFLAGS) - version-info @TCMALLOC_SO_VERSION@
2491 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@libtcmalloc_la_LIBADD = libtcmalloc_internal .la $(PTHREAD_LIBS) 2292 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@libtcmalloc_la_LIBADD = libtcmalloc_internal .la $(PTHREAD_LIBS)
2492 @WITH_HEAP_CHECKER_FALSE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@HEAP_CHECKER_SOURCE S = 2293 @WITH_HEAP_CHECKER_FALSE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@HEAP_CHECKER_SOURCE S =
2493 2294
2494 # heap-checker-bcad is last, in hopes its global ctor will run first. 2295 # heap-checker-bcad is last, in hopes its global ctor will run first.
2495 # (Note this is added to libtcmalloc.la, not libtcmalloc_internal.la, 2296 # (Note this is added to libtcmalloc.la, not libtcmalloc_internal.la,
2496 # but that's ok; the internal/external distinction is only useful for 2297 # but that's ok; the internal/external distinction is only useful for
2497 # cygwin, and cygwin doesn't use HEAP_CHECKER anyway.) 2298 # cygwin, and cygwin doesn't use HEAP_CHECKER anyway.)
2498 @WITH_HEAP_CHECKER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@HEAP_CHECKER_SOURCES = src/base/thread_lister.c \ 2299 @WITH_HEAP_CHECKER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@HEAP_CHECKER_SOURCES = src/base/thread_lister.c \
2499 @WITH_HEAP_CHECKER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ src/base/linuxthreads.cc \ 2300 @WITH_HEAP_CHECKER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ src/base/linuxthreads.cc \
2500 @WITH_HEAP_CHECKER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ src/heap-checker.cc \ 2301 @WITH_HEAP_CHECKER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ src/heap-checker.cc \
2501 @WITH_HEAP_CHECKER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ src/heap-checker-bcad.cc 2302 @WITH_HEAP_CHECKER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ src/heap-checker-bcad.cc
2502 2303
2503 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@LIBTCMALLOC = libtcmalloc.la 2304 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@LIBTCMALLOC = libtcmalloc.la
2504 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@TCMALLOC_UNITTEST_INCLUDES = src/config_for_ unittests.h \ 2305 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@TCMALLOC_UNITTEST_INCLUDES = src/config_for_ unittests.h \
2505 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ src/gperftools/ malloc_extension.h 2306 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ src/google/mall oc_extension.h
2506 2307
2507 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@tcmalloc_unittest_SOURCES = src/tests/tcmall oc_unittest.cc \ 2308 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@tcmalloc_unittest_SOURCES = src/tests/tcmall oc_unittest.cc \
2508 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ src/tcmalloc.h \ 2309 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ src/tcmalloc.h \
2509 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ src/tests/testut il.h src/tests/testutil.cc \ 2310 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ src/tests/testut il.h src/tests/testutil.cc \
2510 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(TCMALLOC_UNITT EST_INCLUDES) 2311 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(TCMALLOC_UNITT EST_INCLUDES)
2511 2312
2512 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@tcmalloc_unittest_CXXFLAGS = $(PTHREAD_CFLAG S) $(AM_CXXFLAGS) 2313 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@tcmalloc_unittest_CXXFLAGS = $(PTHREAD_CFLAG S) $(AM_CXXFLAGS)
2513 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@tcmalloc_unittest_LDFLAGS = $(PTHREAD_CFLAGS ) $(TCMALLOC_FLAGS) 2314 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@tcmalloc_unittest_LDFLAGS = $(PTHREAD_CFLAGS ) $(TCMALLOC_FLAGS)
2514 # We want libtcmalloc last on the link line, but due to a bug in 2315 # We want libtcmalloc last on the link line, but due to a bug in
2515 # libtool involving convenience libs, they need to come last on the 2316 # libtool involving convenience libs, they need to come last on the
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
2560 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@raw_printer_test_LDADD = $(LIBTCMALLOC) $(PT HREAD_LIBS) 2361 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@raw_printer_test_LDADD = $(LIBTCMALLOC) $(PT HREAD_LIBS)
2561 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@sampler_test_SOURCES = src/tests/sampler_tes t.cc \ 2362 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@sampler_test_SOURCES = src/tests/sampler_tes t.cc \
2562 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ src/config_for_unitte sts.h 2363 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ src/config_for_unitte sts.h
2563 2364
2564 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@sampler_test_CXXFLAGS = $(PTHREAD_CFLAGS) $( AM_CXXFLAGS) 2365 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@sampler_test_CXXFLAGS = $(PTHREAD_CFLAGS) $( AM_CXXFLAGS)
2565 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@sampler_test_LDFLAGS = $(PTHREAD_CFLAGS) $(T CMALLOC_FLAGS) 2366 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@sampler_test_LDFLAGS = $(PTHREAD_CFLAGS) $(T CMALLOC_FLAGS)
2566 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@sampler_test_LDADD = $(LIBTCMALLOC) $(PTHREA D_LIBS) -lm 2367 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@sampler_test_LDADD = $(LIBTCMALLOC) $(PTHREA D_LIBS) -lm
2567 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@sampling_test_sh_SOURCES = src/tests/samplin g_test.sh 2368 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@sampling_test_sh_SOURCES = src/tests/samplin g_test.sh
2568 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@SAMPLING_TEST_INCLUDES = src/config_for_unit tests.h \ 2369 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@SAMPLING_TEST_INCLUDES = src/config_for_unit tests.h \
2569 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ src/base/logging.h \ 2370 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ src/base/logging.h \
2570 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ src/gperftools/mall oc_extension.h 2371 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ src/google/malloc_e xtension.h
2571 2372
2572 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@sampling_test_SOURCES = src/tests/sampling_t est.cc \ 2373 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@sampling_test_SOURCES = src/tests/sampling_t est.cc \
2573 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(SAMPLING_TEST_INCL UDES) 2374 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(SAMPLING_TEST_INCL UDES)
2574 2375
2575 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@sampling_test_CXXFLAGS = -g $(PTHREAD_CFLAGS ) $(AM_CXXFLAGS) 2376 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@sampling_test_CXXFLAGS = -g $(PTHREAD_CFLAGS ) $(AM_CXXFLAGS)
2576 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@sampling_test_LDFLAGS = -g $(PTHREAD_CFLAGS) $(TCMALLOC_FLAGS) 2377 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@sampling_test_LDFLAGS = -g $(PTHREAD_CFLAGS) $(TCMALLOC_FLAGS)
2577 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@sampling_test_LDADD = $(LIBTCMALLOC) $(PTHRE AD_LIBS) 2378 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@sampling_test_LDADD = $(LIBTCMALLOC) $(PTHRE AD_LIBS)
2578 @WITH_HEAP_PROFILER_TRUE@heap_profiler_unittest_sh_SOURCES = src/tests/heap-prof iler_unittest.sh 2379 @WITH_HEAP_PROFILER_TRUE@heap_profiler_unittest_sh_SOURCES = src/tests/heap-prof iler_unittest.sh
2579 @WITH_HEAP_PROFILER_TRUE@HEAP_PROFILER_UNITTEST_INCLUDES = src/config_for_unitte sts.h \ 2380 @WITH_HEAP_PROFILER_TRUE@HEAP_PROFILER_UNITTEST_INCLUDES = src/config_for_unitte sts.h \
2580 @WITH_HEAP_PROFILER_TRUE@ src/gperftools/heap-p rofiler.h 2381 @WITH_HEAP_PROFILER_TRUE@ src/google/heap-profi ler.h
2581 2382
2582 @WITH_HEAP_PROFILER_TRUE@heap_profiler_unittest_SOURCES = src/tests/heap-profile r_unittest.cc \ 2383 @WITH_HEAP_PROFILER_TRUE@heap_profiler_unittest_SOURCES = src/tests/heap-profile r_unittest.cc \
2583 @WITH_HEAP_PROFILER_TRUE@ $(HEAP_PROFILER_UNITTE ST_INCLUDES) 2384 @WITH_HEAP_PROFILER_TRUE@ $(HEAP_PROFILER_UNITTE ST_INCLUDES)
2584 2385
2585 @WITH_HEAP_PROFILER_TRUE@heap_profiler_unittest_CXXFLAGS = -g $(PTHREAD_CFLAGS) $(AM_CXXFLAGS) 2386 @WITH_HEAP_PROFILER_TRUE@heap_profiler_unittest_CXXFLAGS = -g $(PTHREAD_CFLAGS) $(AM_CXXFLAGS)
2586 @WITH_HEAP_PROFILER_TRUE@heap_profiler_unittest_LDFLAGS = -g $(PTHREAD_CFLAGS) $ (TCMALLOC_FLAGS) 2387 @WITH_HEAP_PROFILER_TRUE@heap_profiler_unittest_LDFLAGS = -g $(PTHREAD_CFLAGS) $ (TCMALLOC_FLAGS)
2587 @WITH_HEAP_PROFILER_TRUE@heap_profiler_unittest_LDADD = $(LIBTCMALLOC) $(PTHREAD _LIBS) 2388 @WITH_HEAP_PROFILER_TRUE@heap_profiler_unittest_LDADD = $(LIBTCMALLOC) $(PTHREAD _LIBS)
2588 @WITH_HEAP_PROFILER_TRUE@simple_compat_test_SOURCES = src/tests/simple_compat_te st.cc \
2589 @WITH_HEAP_PROFILER_TRUE@ $(googleinclude_HEADERS)
2590
2591 @WITH_HEAP_PROFILER_TRUE@simple_compat_test_LDFLAGS = $(TCMALLOC_FLAGS)
2592 @WITH_HEAP_PROFILER_TRUE@simple_compat_test_LDADD = $(LIBTCMALLOC)
2593 @WITH_HEAP_CHECKER_TRUE@heap_checker_unittest_sh_SOURCES = src/tests/heap-checke r_unittest.sh 2389 @WITH_HEAP_CHECKER_TRUE@heap_checker_unittest_sh_SOURCES = src/tests/heap-checke r_unittest.sh
2594 @WITH_HEAP_CHECKER_TRUE@heap_checker_death_unittest_sh_SOURCES = src/tests/heap- checker-death_unittest.sh 2390 @WITH_HEAP_CHECKER_TRUE@heap_checker_death_unittest_sh_SOURCES = src/tests/heap- checker-death_unittest.sh
2595 @WITH_HEAP_CHECKER_TRUE@HEAP_CHECKER_UNITTEST_INCLUDES = src/config_for_unittest s.h \ 2391 @WITH_HEAP_CHECKER_TRUE@HEAP_CHECKER_UNITTEST_INCLUDES = src/config_for_unittest s.h \
2596 @WITH_HEAP_CHECKER_TRUE@ src/memory_region_map.h \ 2392 @WITH_HEAP_CHECKER_TRUE@ src/memory_region_map.h \
2597 @WITH_HEAP_CHECKER_TRUE@ src/base/commandlinefla gs.h \ 2393 @WITH_HEAP_CHECKER_TRUE@ src/base/commandlinefla gs.h \
2598 @WITH_HEAP_CHECKER_TRUE@ src/base/googleinit.h \ 2394 @WITH_HEAP_CHECKER_TRUE@ src/base/googleinit.h \
2599 @WITH_HEAP_CHECKER_TRUE@ src/gperftools/heap-che cker.h \ 2395 @WITH_HEAP_CHECKER_TRUE@ src/google/heap-checker .h \
2600 @WITH_HEAP_CHECKER_TRUE@ $(LOGGING_INCLUDES) 2396 @WITH_HEAP_CHECKER_TRUE@ $(LOGGING_INCLUDES)
2601 2397
2602 @WITH_HEAP_CHECKER_TRUE@heap_checker_unittest_SOURCES = src/tests/heap-checker_u nittest.cc \ 2398 @WITH_HEAP_CHECKER_TRUE@heap_checker_unittest_SOURCES = src/tests/heap-checker_u nittest.cc \
2603 @WITH_HEAP_CHECKER_TRUE@ $(HEAP_CHECKER_UNITTEST_ INCLUDES) 2399 @WITH_HEAP_CHECKER_TRUE@ $(HEAP_CHECKER_UNITTEST_ INCLUDES)
2604 2400
2605 @WITH_HEAP_CHECKER_TRUE@heap_checker_unittest_CXXFLAGS = -g $(PTHREAD_CFLAGS) $( AM_CXXFLAGS) 2401 @WITH_HEAP_CHECKER_TRUE@heap_checker_unittest_CXXFLAGS = -g $(PTHREAD_CFLAGS) $( AM_CXXFLAGS)
2606 @WITH_HEAP_CHECKER_TRUE@heap_checker_unittest_LDFLAGS = -g $(PTHREAD_CFLAGS) $(T CMALLOC_FLAGS) 2402 @WITH_HEAP_CHECKER_TRUE@heap_checker_unittest_LDFLAGS = -g $(PTHREAD_CFLAGS) $(T CMALLOC_FLAGS)
2607 # We want libtcmalloc last on the link line, but due to a bug in 2403 # We want libtcmalloc last on the link line, but due to a bug in
2608 # libtool involving convenience libs, they need to come last on the 2404 # libtool involving convenience libs, they need to come last on the
2609 # link line in order to get dependency ordering right. This is ok: 2405 # link line in order to get dependency ordering right. This is ok:
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
2662 @WITH_CPU_PROFILER_TRUE@ src/getpc.h \ 2458 @WITH_CPU_PROFILER_TRUE@ src/getpc.h \
2663 @WITH_CPU_PROFILER_TRUE@ src/base/basictypes.h \ 2459 @WITH_CPU_PROFILER_TRUE@ src/base/basictypes.h \
2664 @WITH_CPU_PROFILER_TRUE@ src/base/commandlineflags.h \ 2460 @WITH_CPU_PROFILER_TRUE@ src/base/commandlineflags.h \
2665 @WITH_CPU_PROFILER_TRUE@ src/base/googleinit.h \ 2461 @WITH_CPU_PROFILER_TRUE@ src/base/googleinit.h \
2666 @WITH_CPU_PROFILER_TRUE@ src/base/logging.h \ 2462 @WITH_CPU_PROFILER_TRUE@ src/base/logging.h \
2667 @WITH_CPU_PROFILER_TRUE@ src/base/simple_mutex.h \ 2463 @WITH_CPU_PROFILER_TRUE@ src/base/simple_mutex.h \
2668 @WITH_CPU_PROFILER_TRUE@ src/base/sysinfo.h \ 2464 @WITH_CPU_PROFILER_TRUE@ src/base/sysinfo.h \
2669 @WITH_CPU_PROFILER_TRUE@ $(SPINLOCK_INCLUDES) \ 2465 @WITH_CPU_PROFILER_TRUE@ $(SPINLOCK_INCLUDES) \
2670 @WITH_CPU_PROFILER_TRUE@ $(LOGGING_INCLUDES) 2466 @WITH_CPU_PROFILER_TRUE@ $(LOGGING_INCLUDES)
2671 2467
2672 @WITH_CPU_PROFILER_TRUE@SG_CPU_PROFILER_INCLUDES = src/gperftools/profiler.h \ 2468 @WITH_CPU_PROFILER_TRUE@SG_CPU_PROFILER_INCLUDES = src/google/profiler.h \
2673 @WITH_CPU_PROFILER_TRUE@ src/gperftools/stacktrace.h 2469 @WITH_CPU_PROFILER_TRUE@ src/google/stacktrace.h
2674 2470
2675 @WITH_CPU_PROFILER_TRUE@CPU_PROFILER_INCLUDES = $(S_CPU_PROFILER_INCLUDES) $(SG_ CPU_PROFILER_INCLUDES) 2471 @WITH_CPU_PROFILER_TRUE@CPU_PROFILER_INCLUDES = $(S_CPU_PROFILER_INCLUDES) $(SG_ CPU_PROFILER_INCLUDES)
2676 @WITH_CPU_PROFILER_TRUE@libprofiler_la_SOURCES = src/profiler.cc \ 2472 @WITH_CPU_PROFILER_TRUE@libprofiler_la_SOURCES = src/profiler.cc \
2677 @WITH_CPU_PROFILER_TRUE@ src/profile-handler.cc \ 2473 @WITH_CPU_PROFILER_TRUE@ src/profile-handler.cc \
2678 @WITH_CPU_PROFILER_TRUE@ src/profiledata.cc \ 2474 @WITH_CPU_PROFILER_TRUE@ src/profiledata.cc \
2679 @WITH_CPU_PROFILER_TRUE@ $(CPU_PROFILER_INCLUDES) 2475 @WITH_CPU_PROFILER_TRUE@ $(CPU_PROFILER_INCLUDES)
2680 2476
2681 @WITH_CPU_PROFILER_TRUE@libprofiler_la_LIBADD = libstacktrace.la 2477 @WITH_CPU_PROFILER_TRUE@libprofiler_la_LIBADD = libstacktrace.la
2682 # We have to include ProfileData for profiledata_unittest 2478 # We have to include ProfileData for profiledata_unittest
2683 @WITH_CPU_PROFILER_TRUE@CPU_PROFILER_SYMBOLS = '(ProfilerStart|ProfilerStartWith Options|ProfilerStop|ProfilerFlush|ProfilerEnable|ProfilerDisable|ProfilingIsEna bledForAllThreads|ProfilerRegisterThread|ProfilerGetCurrentState|ProfilerState|P rofileData|ProfileHandler)' 2479 @WITH_CPU_PROFILER_TRUE@CPU_PROFILER_SYMBOLS = '(ProfilerStart|ProfilerStartWith Options|ProfilerStop|ProfilerFlush|ProfilerEnable|ProfilerDisable|ProfilingIsEna bledForAllThreads|ProfilerRegisterThread|ProfilerGetCurrentState|ProfilerState|P rofileData|ProfileHandler)'
(...skipping 15 matching lines...) Expand all
2699 2495
2700 @WITH_CPU_PROFILER_TRUE@profiledata_unittest_LDADD = $(LIBPROFILER) 2496 @WITH_CPU_PROFILER_TRUE@profiledata_unittest_LDADD = $(LIBPROFILER)
2701 @WITH_CPU_PROFILER_TRUE@profile_handler_unittest_SOURCES = src/tests/profile-han dler_unittest.cc \ 2497 @WITH_CPU_PROFILER_TRUE@profile_handler_unittest_SOURCES = src/tests/profile-han dler_unittest.cc \
2702 @WITH_CPU_PROFILER_TRUE@ src/profile-handler.h 2498 @WITH_CPU_PROFILER_TRUE@ src/profile-handler.h
2703 2499
2704 @WITH_CPU_PROFILER_TRUE@profile_handler_unittest_CXXFLAGS = $(PTHREAD_CFLAGS) 2500 @WITH_CPU_PROFILER_TRUE@profile_handler_unittest_CXXFLAGS = $(PTHREAD_CFLAGS)
2705 @WITH_CPU_PROFILER_TRUE@profile_handler_unittest_LDFLAGS = $(PTHREAD_CFLAGS) 2501 @WITH_CPU_PROFILER_TRUE@profile_handler_unittest_LDFLAGS = $(PTHREAD_CFLAGS)
2706 @WITH_CPU_PROFILER_TRUE@profile_handler_unittest_LDADD = $(LIBPROFILER) $(PTHREA D_LIBS) 2502 @WITH_CPU_PROFILER_TRUE@profile_handler_unittest_LDADD = $(LIBPROFILER) $(PTHREA D_LIBS)
2707 @WITH_CPU_PROFILER_TRUE@profiler_unittest_sh_SOURCES = src/tests/profiler_unitte st.sh 2503 @WITH_CPU_PROFILER_TRUE@profiler_unittest_sh_SOURCES = src/tests/profiler_unitte st.sh
2708 @WITH_CPU_PROFILER_TRUE@PROFILER_UNITTEST_INCLUDES = src/config_for_unittests.h \ 2504 @WITH_CPU_PROFILER_TRUE@PROFILER_UNITTEST_INCLUDES = src/config_for_unittests.h \
2709 @WITH_CPU_PROFILER_TRUE@ src/gperftools/profiler.h 2505 @WITH_CPU_PROFILER_TRUE@ src/google/profiler.h
2710 2506
2711 @WITH_CPU_PROFILER_TRUE@PROFILER_UNITTEST_SRCS = src/tests/profiler_unittest.cc \ 2507 @WITH_CPU_PROFILER_TRUE@PROFILER_UNITTEST_SRCS = src/tests/profiler_unittest.cc \
2712 @WITH_CPU_PROFILER_TRUE@ src/tests/testutil.h src/tests/ testutil.cc \ 2508 @WITH_CPU_PROFILER_TRUE@ src/tests/testutil.h src/tests/ testutil.cc \
2713 @WITH_CPU_PROFILER_TRUE@ $(PROFILER_UNITTEST_INCLUDES) 2509 @WITH_CPU_PROFILER_TRUE@ $(PROFILER_UNITTEST_INCLUDES)
2714 2510
2715 @WITH_CPU_PROFILER_TRUE@profiler1_unittest_SOURCES = $(PROFILER_UNITTEST_SRCS) 2511 @WITH_CPU_PROFILER_TRUE@profiler1_unittest_SOURCES = $(PROFILER_UNITTEST_SRCS)
2716 @WITH_CPU_PROFILER_TRUE@profiler1_unittest_CXXFLAGS = -g -DNO_THREADS $(AM_CXXFL AGS) 2512 @WITH_CPU_PROFILER_TRUE@profiler1_unittest_CXXFLAGS = -g -DNO_THREADS $(AM_CXXFL AGS)
2717 @WITH_CPU_PROFILER_TRUE@profiler1_unittest_LDADD = $(LIBPROFILER) 2513 @WITH_CPU_PROFILER_TRUE@profiler1_unittest_LDADD = $(LIBPROFILER)
2718 @WITH_CPU_PROFILER_TRUE@profiler2_unittest_SOURCES = $(PROFILER_UNITTEST_SRCS) 2514 @WITH_CPU_PROFILER_TRUE@profiler2_unittest_SOURCES = $(PROFILER_UNITTEST_SRCS)
2719 @WITH_CPU_PROFILER_TRUE@profiler2_unittest_CXXFLAGS = -g -DNO_THREADS $(AM_CXXFL AGS) 2515 @WITH_CPU_PROFILER_TRUE@profiler2_unittest_CXXFLAGS = -g -DNO_THREADS $(AM_CXXFL AGS)
(...skipping 30 matching lines...) Expand all
2750 # http://linux.die.net/man/1/pkg-config, http://pkg-config.freedesktop.org/wiki 2546 # http://linux.die.net/man/1/pkg-config, http://pkg-config.freedesktop.org/wiki
2751 pkgconfigdir = $(libdir)/pkgconfig 2547 pkgconfigdir = $(libdir)/pkgconfig
2752 pkgconfig_DATA = libtcmalloc.pc libtcmalloc_minimal.pc \ 2548 pkgconfig_DATA = libtcmalloc.pc libtcmalloc_minimal.pc \
2753 libtcmalloc_debug.pc libtcmalloc_minimal_debug.pc \ 2549 libtcmalloc_debug.pc libtcmalloc_minimal_debug.pc \
2754 libprofiler.pc 2550 libprofiler.pc
2755 2551
2756 CLEANFILES = $(pkgconfig_DATA) 2552 CLEANFILES = $(pkgconfig_DATA)
2757 EXTRA_DIST = packages/rpm.sh packages/rpm/rpm.spec packages/deb.sh packages/deb \ 2553 EXTRA_DIST = packages/rpm.sh packages/rpm/rpm.spec packages/deb.sh packages/deb \
2758 $(SCRIPTS) libtool \ 2554 $(SCRIPTS) libtool \
2759 src/windows/get_mangled_names.cc src/windows/override_functions.cc \ 2555 src/windows/get_mangled_names.cc src/windows/override_functions.cc \
2760 src/windows/config.h src/windows/gperftools/tcmalloc.h \ 2556 src/windows/config.h src/windows/google/tcmalloc.h \
2761 $(WINDOWS_PROJECTS) \ 2557 $(WINDOWS_PROJECTS) \
2762 src/solaris/libstdc++.la 2558 src/solaris/libstdc++.la
2763 2559
2764 all: all-am 2560 all: all-am
2765 2561
2766 .SUFFIXES: 2562 .SUFFIXES:
2767 .SUFFIXES: .c .cc .lo .o .obj 2563 .SUFFIXES: .c .cc .lo .o .obj
2768 am--refresh: 2564 am--refresh:
2769 @: 2565 @:
2770 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 2566 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
(...skipping 24 matching lines...) Expand all
2795 $(SHELL) ./config.status --recheck 2591 $(SHELL) ./config.status --recheck
2796 2592
2797 $(top_srcdir)/configure: $(am__configure_deps) 2593 $(top_srcdir)/configure: $(am__configure_deps)
2798 cd $(srcdir) && $(AUTOCONF) 2594 cd $(srcdir) && $(AUTOCONF)
2799 $(ACLOCAL_M4): $(am__aclocal_m4_deps) 2595 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
2800 cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) 2596 cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
2801 2597
2802 src/config.h: src/stamp-h1 2598 src/config.h: src/stamp-h1
2803 @if test ! -f $@; then \ 2599 @if test ! -f $@; then \
2804 rm -f src/stamp-h1; \ 2600 rm -f src/stamp-h1; \
2805 » $(MAKE) $(AM_MAKEFLAGS) src/stamp-h1; \ 2601 » $(MAKE) src/stamp-h1; \
2806 else :; fi 2602 else :; fi
2807 2603
2808 src/stamp-h1: $(top_srcdir)/src/config.h.in $(top_builddir)/config.status 2604 src/stamp-h1: $(top_srcdir)/src/config.h.in $(top_builddir)/config.status
2809 @rm -f src/stamp-h1 2605 @rm -f src/stamp-h1
2810 cd $(top_builddir) && $(SHELL) ./config.status src/config.h 2606 cd $(top_builddir) && $(SHELL) ./config.status src/config.h
2811 $(top_srcdir)/src/config.h.in: $(am__configure_deps) 2607 $(top_srcdir)/src/config.h.in: $(am__configure_deps)
2812 cd $(top_srcdir) && $(AUTOHEADER) 2608 cd $(top_srcdir) && $(AUTOHEADER)
2813 rm -f src/stamp-h1 2609 rm -f src/stamp-h1
2814 touch $@ 2610 touch $@
2815 2611
2816 distclean-hdr: 2612 distclean-hdr:
2817 -rm -f src/config.h src/stamp-h1 2613 -rm -f src/config.h src/stamp-h1
2818 src/gperftools/tcmalloc.h: $(top_builddir)/config.status $(top_srcdir)/src/gperf tools/tcmalloc.h.in 2614 src/google/tcmalloc.h: $(top_builddir)/config.status $(top_srcdir)/src/google/tc malloc.h.in
2819 cd $(top_builddir) && $(SHELL) ./config.status $@ 2615 cd $(top_builddir) && $(SHELL) ./config.status $@
2820 src/windows/gperftools/tcmalloc.h: $(top_builddir)/config.status $(top_srcdir)/s rc/windows/gperftools/tcmalloc.h.in 2616 src/windows/google/tcmalloc.h: $(top_builddir)/config.status $(top_srcdir)/src/w indows/google/tcmalloc.h.in
2821 cd $(top_builddir) && $(SHELL) ./config.status $@ 2617 cd $(top_builddir) && $(SHELL) ./config.status $@
2822 install-libLTLIBRARIES: $(lib_LTLIBRARIES) 2618 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
2823 @$(NORMAL_INSTALL) 2619 @$(NORMAL_INSTALL)
2824 » test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)" 2620 » test -z "$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)"
2825 @list='$(lib_LTLIBRARIES)'; for p in $$list; do \ 2621 @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
2826 if test -f $$p; then \ 2622 if test -f $$p; then \
2827 f=$(am__strip_dir) \ 2623 f=$(am__strip_dir) \
2828 » echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'" ; \ 2624 » echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL _STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
2829 » $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libLT LIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \ 2625 » $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_ FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
2830 else :; fi; \ 2626 else :; fi; \
2831 done 2627 done
2832 2628
2833 uninstall-libLTLIBRARIES: 2629 uninstall-libLTLIBRARIES:
2834 @$(NORMAL_UNINSTALL) 2630 @$(NORMAL_UNINSTALL)
2835 » @list='$(lib_LTLIBRARIES)'; for p in $$list; do \ 2631 » @set -x; list='$(lib_LTLIBRARIES)'; for p in $$list; do \
2836 p=$(am__strip_dir) \ 2632 p=$(am__strip_dir) \
2837 » echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \ 2633 » echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
2838 » $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f " $(DESTDIR)$(libdir)/$$p"; \ 2634 » $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
2839 done 2635 done
2840 2636
2841 clean-libLTLIBRARIES: 2637 clean-libLTLIBRARIES:
2842 -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES) 2638 -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
2843 @list='$(lib_LTLIBRARIES)'; for p in $$list; do \ 2639 @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
2844 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ 2640 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
2845 test "$$dir" != "$$p" || dir=.; \ 2641 test "$$dir" != "$$p" || dir=.; \
2846 echo "rm -f \"$${dir}/so_locations\""; \ 2642 echo "rm -f \"$${dir}/so_locations\""; \
2847 rm -f "$${dir}/so_locations"; \ 2643 rm -f "$${dir}/so_locations"; \
2848 done 2644 done
2849 2645
2850 clean-noinstLTLIBRARIES: 2646 clean-noinstLTLIBRARIES:
2851 -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES) 2647 -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
2852 @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \ 2648 @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
2853 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ 2649 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
2854 test "$$dir" != "$$p" || dir=.; \ 2650 test "$$dir" != "$$p" || dir=.; \
2855 echo "rm -f \"$${dir}/so_locations\""; \ 2651 echo "rm -f \"$${dir}/so_locations\""; \
2856 rm -f "$${dir}/so_locations"; \ 2652 rm -f "$${dir}/so_locations"; \
2857 done 2653 done
2858 liblogging.la: $(liblogging_la_OBJECTS) $(liblogging_la_DEPENDENCIES) 2654 liblogging.la: $(liblogging_la_OBJECTS) $(liblogging_la_DEPENDENCIES)
2859 » $(CXXLINK) $(liblogging_la_OBJECTS) $(liblogging_la_LIBADD) $(LIBS) 2655 » $(CXXLINK) $(liblogging_la_LDFLAGS) $(liblogging_la_OBJECTS) $(libloggi ng_la_LIBADD) $(LIBS)
2860 libprofiler.la: $(libprofiler_la_OBJECTS) $(libprofiler_la_DEPENDENCIES) 2656 libprofiler.la: $(libprofiler_la_OBJECTS) $(libprofiler_la_DEPENDENCIES)
2861 » $(libprofiler_la_LINK) $(am_libprofiler_la_rpath) $(libprofiler_la_OBJEC TS) $(libprofiler_la_LIBADD) $(LIBS) 2657 » $(CXXLINK) $(am_libprofiler_la_rpath) $(libprofiler_la_LDFLAGS) $(libpro filer_la_OBJECTS) $(libprofiler_la_LIBADD) $(LIBS)
2862 libspinlock.la: $(libspinlock_la_OBJECTS) $(libspinlock_la_DEPENDENCIES) 2658 libspinlock.la: $(libspinlock_la_OBJECTS) $(libspinlock_la_DEPENDENCIES)
2863 » $(CXXLINK) $(am_libspinlock_la_rpath) $(libspinlock_la_OBJECTS) $(libspi nlock_la_LIBADD) $(LIBS) 2659 » $(CXXLINK) $(am_libspinlock_la_rpath) $(libspinlock_la_LDFLAGS) $(libspi nlock_la_OBJECTS) $(libspinlock_la_LIBADD) $(LIBS)
2864 libstacktrace.la: $(libstacktrace_la_OBJECTS) $(libstacktrace_la_DEPENDENCIES) 2660 libstacktrace.la: $(libstacktrace_la_OBJECTS) $(libstacktrace_la_DEPENDENCIES)
2865 » $(libstacktrace_la_LINK) $(am_libstacktrace_la_rpath) $(libstacktrace_la _OBJECTS) $(libstacktrace_la_LIBADD) $(LIBS) 2661 » $(CXXLINK) $(am_libstacktrace_la_rpath) $(libstacktrace_la_LDFLAGS) $(li bstacktrace_la_OBJECTS) $(libstacktrace_la_LIBADD) $(LIBS)
2866 libsysinfo.la: $(libsysinfo_la_OBJECTS) $(libsysinfo_la_DEPENDENCIES) 2662 libsysinfo.la: $(libsysinfo_la_OBJECTS) $(libsysinfo_la_DEPENDENCIES)
2867 » $(CXXLINK) $(libsysinfo_la_OBJECTS) $(libsysinfo_la_LIBADD) $(LIBS) 2663 » $(CXXLINK) $(libsysinfo_la_LDFLAGS) $(libsysinfo_la_OBJECTS) $(libsysin fo_la_LIBADD) $(LIBS)
2868 libtcmalloc.la: $(libtcmalloc_la_OBJECTS) $(libtcmalloc_la_DEPENDENCIES) 2664 libtcmalloc.la: $(libtcmalloc_la_OBJECTS) $(libtcmalloc_la_DEPENDENCIES)
2869 » $(libtcmalloc_la_LINK) $(am_libtcmalloc_la_rpath) $(libtcmalloc_la_OBJEC TS) $(libtcmalloc_la_LIBADD) $(LIBS) 2665 » $(CXXLINK) $(am_libtcmalloc_la_rpath) $(libtcmalloc_la_LDFLAGS) $(libtcm alloc_la_OBJECTS) $(libtcmalloc_la_LIBADD) $(LIBS)
2870 libtcmalloc_and_profiler.la: $(libtcmalloc_and_profiler_la_OBJECTS) $(libtcmallo c_and_profiler_la_DEPENDENCIES) 2666 libtcmalloc_and_profiler.la: $(libtcmalloc_and_profiler_la_OBJECTS) $(libtcmallo c_and_profiler_la_DEPENDENCIES)
2871 » $(libtcmalloc_and_profiler_la_LINK) $(am_libtcmalloc_and_profiler_la_rpa th) $(libtcmalloc_and_profiler_la_OBJECTS) $(libtcmalloc_and_profiler_la_LIBADD) $(LIBS) 2667 » $(CXXLINK) $(am_libtcmalloc_and_profiler_la_rpath) $(libtcmalloc_and_pro filer_la_LDFLAGS) $(libtcmalloc_and_profiler_la_OBJECTS) $(libtcmalloc_and_profi ler_la_LIBADD) $(LIBS)
2872 libtcmalloc_debug.la: $(libtcmalloc_debug_la_OBJECTS) $(libtcmalloc_debug_la_DEP ENDENCIES) 2668 libtcmalloc_debug.la: $(libtcmalloc_debug_la_OBJECTS) $(libtcmalloc_debug_la_DEP ENDENCIES)
2873 » $(libtcmalloc_debug_la_LINK) $(am_libtcmalloc_debug_la_rpath) $(libtcmal loc_debug_la_OBJECTS) $(libtcmalloc_debug_la_LIBADD) $(LIBS) 2669 » $(CXXLINK) $(am_libtcmalloc_debug_la_rpath) $(libtcmalloc_debug_la_LDFLA GS) $(libtcmalloc_debug_la_OBJECTS) $(libtcmalloc_debug_la_LIBADD) $(LIBS)
2874 libtcmalloc_internal.la: $(libtcmalloc_internal_la_OBJECTS) $(libtcmalloc_intern al_la_DEPENDENCIES) 2670 libtcmalloc_internal.la: $(libtcmalloc_internal_la_OBJECTS) $(libtcmalloc_intern al_la_DEPENDENCIES)
2875 » $(libtcmalloc_internal_la_LINK) $(am_libtcmalloc_internal_la_rpath) $(li btcmalloc_internal_la_OBJECTS) $(libtcmalloc_internal_la_LIBADD) $(LIBS) 2671 » $(CXXLINK) $(am_libtcmalloc_internal_la_rpath) $(libtcmalloc_internal_la _LDFLAGS) $(libtcmalloc_internal_la_OBJECTS) $(libtcmalloc_internal_la_LIBADD) $ (LIBS)
2876 libtcmalloc_minimal.la: $(libtcmalloc_minimal_la_OBJECTS) $(libtcmalloc_minimal_ la_DEPENDENCIES) 2672 libtcmalloc_minimal.la: $(libtcmalloc_minimal_la_OBJECTS) $(libtcmalloc_minimal_ la_DEPENDENCIES)
2877 » $(libtcmalloc_minimal_la_LINK) -rpath $(libdir) $(libtcmalloc_minimal_la _OBJECTS) $(libtcmalloc_minimal_la_LIBADD) $(LIBS) 2673 » $(CXXLINK) -rpath $(libdir) $(libtcmalloc_minimal_la_LDFLAGS) $(libtcmal loc_minimal_la_OBJECTS) $(libtcmalloc_minimal_la_LIBADD) $(LIBS)
2878 libtcmalloc_minimal_debug.la: $(libtcmalloc_minimal_debug_la_OBJECTS) $(libtcmal loc_minimal_debug_la_DEPENDENCIES) 2674 libtcmalloc_minimal_debug.la: $(libtcmalloc_minimal_debug_la_OBJECTS) $(libtcmal loc_minimal_debug_la_DEPENDENCIES)
2879 » $(libtcmalloc_minimal_debug_la_LINK) $(am_libtcmalloc_minimal_debug_la_r path) $(libtcmalloc_minimal_debug_la_OBJECTS) $(libtcmalloc_minimal_debug_la_LIB ADD) $(LIBS) 2675 » $(CXXLINK) $(am_libtcmalloc_minimal_debug_la_rpath) $(libtcmalloc_minima l_debug_la_LDFLAGS) $(libtcmalloc_minimal_debug_la_OBJECTS) $(libtcmalloc_minima l_debug_la_LIBADD) $(LIBS)
2880 libtcmalloc_minimal_internal.la: $(libtcmalloc_minimal_internal_la_OBJECTS) $(li btcmalloc_minimal_internal_la_DEPENDENCIES) 2676 libtcmalloc_minimal_internal.la: $(libtcmalloc_minimal_internal_la_OBJECTS) $(li btcmalloc_minimal_internal_la_DEPENDENCIES)
2881 » $(libtcmalloc_minimal_internal_la_LINK) $(libtcmalloc_minimal_internal_ la_OBJECTS) $(libtcmalloc_minimal_internal_la_LIBADD) $(LIBS) 2677 » $(CXXLINK) $(libtcmalloc_minimal_internal_la_LDFLAGS) $(libtcmalloc_min imal_internal_la_OBJECTS) $(libtcmalloc_minimal_internal_la_LIBADD) $(LIBS)
2882 libwindows.la: $(libwindows_la_OBJECTS) $(libwindows_la_DEPENDENCIES) 2678 libwindows.la: $(libwindows_la_OBJECTS) $(libwindows_la_DEPENDENCIES)
2883 » $(CXXLINK) $(am_libwindows_la_rpath) $(libwindows_la_OBJECTS) $(libwindo ws_la_LIBADD) $(LIBS) 2679 » $(CXXLINK) $(am_libwindows_la_rpath) $(libwindows_la_LDFLAGS) $(libwindo ws_la_OBJECTS) $(libwindows_la_LIBADD) $(LIBS)
2884 install-binPROGRAMS: $(bin_PROGRAMS) 2680 install-binPROGRAMS: $(bin_PROGRAMS)
2885 @$(NORMAL_INSTALL) 2681 @$(NORMAL_INSTALL)
2886 » test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)" 2682 » test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)"
2887 @list='$(bin_PROGRAMS)'; for p in $$list; do \ 2683 @list='$(bin_PROGRAMS)'; for p in $$list; do \
2888 p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \ 2684 p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
2889 if test -f $$p \ 2685 if test -f $$p \
2890 || test -f $$p1 \ 2686 || test -f $$p1 \
2891 ; then \ 2687 ; then \
2892 f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \ 2688 f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
2893 » echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOL FLAGS) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \ 2689 » echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS _INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
2894 » $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \ 2690 » $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTAL L) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
2895 else :; fi; \ 2691 else :; fi; \
2896 done 2692 done
2897 2693
2898 uninstall-binPROGRAMS: 2694 uninstall-binPROGRAMS:
2899 @$(NORMAL_UNINSTALL) 2695 @$(NORMAL_UNINSTALL)
2900 @list='$(bin_PROGRAMS)'; for p in $$list; do \ 2696 @list='$(bin_PROGRAMS)'; for p in $$list; do \
2901 f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEE XT)/'`; \ 2697 f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEE XT)/'`; \
2902 echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \ 2698 echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
2903 rm -f "$(DESTDIR)$(bindir)/$$f"; \ 2699 rm -f "$(DESTDIR)$(bindir)/$$f"; \
2904 done 2700 done
2905 2701
2906 clean-binPROGRAMS: 2702 clean-binPROGRAMS:
2907 @list='$(bin_PROGRAMS)'; for p in $$list; do \ 2703 @list='$(bin_PROGRAMS)'; for p in $$list; do \
2908 f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \ 2704 f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
2909 echo " rm -f $$p $$f"; \ 2705 echo " rm -f $$p $$f"; \
2910 rm -f $$p $$f ; \ 2706 rm -f $$p $$f ; \
2911 done 2707 done
2912 2708
2913 clean-noinstPROGRAMS: 2709 clean-noinstPROGRAMS:
2914 @list='$(noinst_PROGRAMS)'; for p in $$list; do \ 2710 @list='$(noinst_PROGRAMS)'; for p in $$list; do \
2915 f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \ 2711 f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
2916 echo " rm -f $$p $$f"; \ 2712 echo " rm -f $$p $$f"; \
2917 rm -f $$p $$f ; \ 2713 rm -f $$p $$f ; \
2918 done 2714 done
2919 addressmap_unittest$(EXEEXT): $(addressmap_unittest_OBJECTS) $(addressmap_unitte st_DEPENDENCIES) 2715 addressmap_unittest$(EXEEXT): $(addressmap_unittest_OBJECTS) $(addressmap_unitte st_DEPENDENCIES)
2920 @rm -f addressmap_unittest$(EXEEXT) 2716 @rm -f addressmap_unittest$(EXEEXT)
2921 » $(addressmap_unittest_LINK) $(addressmap_unittest_OBJECTS) $(addressmap_ unittest_LDADD) $(LIBS) 2717 » $(CXXLINK) $(addressmap_unittest_LDFLAGS) $(addressmap_unittest_OBJECTS) $(addressmap_unittest_LDADD) $(LIBS)
2922 atomicops_unittest$(EXEEXT): $(atomicops_unittest_OBJECTS) $(atomicops_unittest_ DEPENDENCIES) 2718 atomicops_unittest$(EXEEXT): $(atomicops_unittest_OBJECTS) $(atomicops_unittest_ DEPENDENCIES)
2923 @rm -f atomicops_unittest$(EXEEXT) 2719 @rm -f atomicops_unittest$(EXEEXT)
2924 » $(CXXLINK) $(atomicops_unittest_OBJECTS) $(atomicops_unittest_LDADD) $(L IBS) 2720 » $(CXXLINK) $(atomicops_unittest_LDFLAGS) $(atomicops_unittest_OBJECTS) $ (atomicops_unittest_LDADD) $(LIBS)
2925 current_allocated_bytes_test$(EXEEXT): $(current_allocated_bytes_test_OBJECTS) $ (current_allocated_bytes_test_DEPENDENCIES) 2721 current_allocated_bytes_test$(EXEEXT): $(current_allocated_bytes_test_OBJECTS) $ (current_allocated_bytes_test_DEPENDENCIES)
2926 @rm -f current_allocated_bytes_test$(EXEEXT) 2722 @rm -f current_allocated_bytes_test$(EXEEXT)
2927 » $(current_allocated_bytes_test_LINK) $(current_allocated_bytes_test_OBJE CTS) $(current_allocated_bytes_test_LDADD) $(LIBS) 2723 » $(CXXLINK) $(current_allocated_bytes_test_LDFLAGS) $(current_allocated_b ytes_test_OBJECTS) $(current_allocated_bytes_test_LDADD) $(LIBS)
2928 debugallocation_test$(EXEEXT): $(debugallocation_test_OBJECTS) $(debugallocation _test_DEPENDENCIES) 2724 debugallocation_test$(EXEEXT): $(debugallocation_test_OBJECTS) $(debugallocation _test_DEPENDENCIES)
2929 @rm -f debugallocation_test$(EXEEXT) 2725 @rm -f debugallocation_test$(EXEEXT)
2930 » $(debugallocation_test_LINK) $(debugallocation_test_OBJECTS) $(debugallo cation_test_LDADD) $(LIBS) 2726 » $(CXXLINK) $(debugallocation_test_LDFLAGS) $(debugallocation_test_OBJECT S) $(debugallocation_test_LDADD) $(LIBS)
2931 @WITH_DEBUGALLOC_FALSE@debugallocation_test.sh$(EXEEXT): $(debugallocation_test_ sh_OBJECTS) $(debugallocation_test_sh_DEPENDENCIES) 2727 @WITH_DEBUGALLOC_FALSE@debugallocation_test.sh$(EXEEXT): $(debugallocation_test_ sh_OBJECTS) $(debugallocation_test_sh_DEPENDENCIES)
2932 @WITH_DEBUGALLOC_FALSE@ @rm -f debugallocation_test.sh$(EXEEXT) 2728 @WITH_DEBUGALLOC_FALSE@ @rm -f debugallocation_test.sh$(EXEEXT)
2933 @WITH_DEBUGALLOC_FALSE@»$(LINK) $(debugallocation_test_sh_OBJECTS) $(debugalloca tion_test_sh_LDADD) $(LIBS) 2729 @WITH_DEBUGALLOC_FALSE@»$(LINK) $(debugallocation_test_sh_LDFLAGS) $(debugalloca tion_test_sh_OBJECTS) $(debugallocation_test_sh_LDADD) $(LIBS)
2934 @WITH_STACK_TRACE_FALSE@debugallocation_test.sh$(EXEEXT): $(debugallocation_test _sh_OBJECTS) $(debugallocation_test_sh_DEPENDENCIES) 2730 @WITH_STACK_TRACE_FALSE@debugallocation_test.sh$(EXEEXT): $(debugallocation_test _sh_OBJECTS) $(debugallocation_test_sh_DEPENDENCIES)
2935 @WITH_STACK_TRACE_FALSE@ @rm -f debugallocation_test.sh$(EXEEXT) 2731 @WITH_STACK_TRACE_FALSE@ @rm -f debugallocation_test.sh$(EXEEXT)
2936 @WITH_STACK_TRACE_FALSE@» $(LINK) $(debugallocation_test_sh_OBJECTS) $(deb ugallocation_test_sh_LDADD) $(LIBS) 2732 @WITH_STACK_TRACE_FALSE@» $(LINK) $(debugallocation_test_sh_LDFLAGS) $(deb ugallocation_test_sh_OBJECTS) $(debugallocation_test_sh_LDADD) $(LIBS)
2937 frag_unittest$(EXEEXT): $(frag_unittest_OBJECTS) $(frag_unittest_DEPENDENCIES) 2733 frag_unittest$(EXEEXT): $(frag_unittest_OBJECTS) $(frag_unittest_DEPENDENCIES)
2938 @rm -f frag_unittest$(EXEEXT) 2734 @rm -f frag_unittest$(EXEEXT)
2939 » $(frag_unittest_LINK) $(frag_unittest_OBJECTS) $(frag_unittest_LDADD) $( LIBS) 2735 » $(CXXLINK) $(frag_unittest_LDFLAGS) $(frag_unittest_OBJECTS) $(frag_unit test_LDADD) $(LIBS)
2940 getpc_test$(EXEEXT): $(getpc_test_OBJECTS) $(getpc_test_DEPENDENCIES) 2736 getpc_test$(EXEEXT): $(getpc_test_OBJECTS) $(getpc_test_DEPENDENCIES)
2941 @rm -f getpc_test$(EXEEXT) 2737 @rm -f getpc_test$(EXEEXT)
2942 » $(CXXLINK) $(getpc_test_OBJECTS) $(getpc_test_LDADD) $(LIBS) 2738 » $(CXXLINK) $(getpc_test_LDFLAGS) $(getpc_test_OBJECTS) $(getpc_test_LDAD D) $(LIBS)
2943 @WITH_HEAP_CHECKER_FALSE@heap-checker-death_unittest.sh$(EXEEXT): $(heap_checker _death_unittest_sh_OBJECTS) $(heap_checker_death_unittest_sh_DEPENDENCIES) 2739 @WITH_HEAP_CHECKER_FALSE@heap-checker-death_unittest.sh$(EXEEXT): $(heap_checker _death_unittest_sh_OBJECTS) $(heap_checker_death_unittest_sh_DEPENDENCIES)
2944 @WITH_HEAP_CHECKER_FALSE@ @rm -f heap-checker-death_unittest.sh$(EXEEXT) 2740 @WITH_HEAP_CHECKER_FALSE@ @rm -f heap-checker-death_unittest.sh$(EXEEXT)
2945 @WITH_HEAP_CHECKER_FALSE@» $(LINK) $(heap_checker_death_unittest_sh_OBJECTS ) $(heap_checker_death_unittest_sh_LDADD) $(LIBS) 2741 @WITH_HEAP_CHECKER_FALSE@» $(LINK) $(heap_checker_death_unittest_sh_LDFLAGS ) $(heap_checker_death_unittest_sh_OBJECTS) $(heap_checker_death_unittest_sh_LDA DD) $(LIBS)
2946 heap-checker_debug_unittest$(EXEEXT): $(heap_checker_debug_unittest_OBJECTS) $(h eap_checker_debug_unittest_DEPENDENCIES) 2742 heap-checker_debug_unittest$(EXEEXT): $(heap_checker_debug_unittest_OBJECTS) $(h eap_checker_debug_unittest_DEPENDENCIES)
2947 @rm -f heap-checker_debug_unittest$(EXEEXT) 2743 @rm -f heap-checker_debug_unittest$(EXEEXT)
2948 » $(heap_checker_debug_unittest_LINK) $(heap_checker_debug_unittest_OBJECT S) $(heap_checker_debug_unittest_LDADD) $(LIBS) 2744 » $(CXXLINK) $(heap_checker_debug_unittest_LDFLAGS) $(heap_checker_debug_u nittest_OBJECTS) $(heap_checker_debug_unittest_LDADD) $(LIBS)
2949 @WITH_DEBUGALLOC_FALSE@heap-checker_debug_unittest.sh$(EXEEXT): $(heap_checker_d ebug_unittest_sh_OBJECTS) $(heap_checker_debug_unittest_sh_DEPENDENCIES) 2745 @WITH_DEBUGALLOC_FALSE@heap-checker_debug_unittest.sh$(EXEEXT): $(heap_checker_d ebug_unittest_sh_OBJECTS) $(heap_checker_debug_unittest_sh_DEPENDENCIES)
2950 @WITH_DEBUGALLOC_FALSE@ @rm -f heap-checker_debug_unittest.sh$(EXEEXT) 2746 @WITH_DEBUGALLOC_FALSE@ @rm -f heap-checker_debug_unittest.sh$(EXEEXT)
2951 @WITH_DEBUGALLOC_FALSE@»$(LINK) $(heap_checker_debug_unittest_sh_OBJECTS) $(heap _checker_debug_unittest_sh_LDADD) $(LIBS) 2747 @WITH_DEBUGALLOC_FALSE@»$(LINK) $(heap_checker_debug_unittest_sh_LDFLAGS) $(heap _checker_debug_unittest_sh_OBJECTS) $(heap_checker_debug_unittest_sh_LDADD) $(LI BS)
2952 @WITH_HEAP_CHECKER_FALSE@heap-checker_debug_unittest.sh$(EXEEXT): $(heap_checker _debug_unittest_sh_OBJECTS) $(heap_checker_debug_unittest_sh_DEPENDENCIES) 2748 @WITH_HEAP_CHECKER_FALSE@heap-checker_debug_unittest.sh$(EXEEXT): $(heap_checker _debug_unittest_sh_OBJECTS) $(heap_checker_debug_unittest_sh_DEPENDENCIES)
2953 @WITH_HEAP_CHECKER_FALSE@ @rm -f heap-checker_debug_unittest.sh$(EXEEXT) 2749 @WITH_HEAP_CHECKER_FALSE@ @rm -f heap-checker_debug_unittest.sh$(EXEEXT)
2954 @WITH_HEAP_CHECKER_FALSE@» $(LINK) $(heap_checker_debug_unittest_sh_OBJECTS ) $(heap_checker_debug_unittest_sh_LDADD) $(LIBS) 2750 @WITH_HEAP_CHECKER_FALSE@» $(LINK) $(heap_checker_debug_unittest_sh_LDFLAGS ) $(heap_checker_debug_unittest_sh_OBJECTS) $(heap_checker_debug_unittest_sh_LDA DD) $(LIBS)
2955 heap-checker_unittest$(EXEEXT): $(heap_checker_unittest_OBJECTS) $(heap_checker_ unittest_DEPENDENCIES) 2751 heap-checker_unittest$(EXEEXT): $(heap_checker_unittest_OBJECTS) $(heap_checker_ unittest_DEPENDENCIES)
2956 @rm -f heap-checker_unittest$(EXEEXT) 2752 @rm -f heap-checker_unittest$(EXEEXT)
2957 » $(heap_checker_unittest_LINK) $(heap_checker_unittest_OBJECTS) $(heap_ch ecker_unittest_LDADD) $(LIBS) 2753 » $(CXXLINK) $(heap_checker_unittest_LDFLAGS) $(heap_checker_unittest_OBJE CTS) $(heap_checker_unittest_LDADD) $(LIBS)
2958 @WITH_HEAP_CHECKER_FALSE@heap-checker_unittest.sh$(EXEEXT): $(heap_checker_unitt est_sh_OBJECTS) $(heap_checker_unittest_sh_DEPENDENCIES) 2754 @WITH_HEAP_CHECKER_FALSE@heap-checker_unittest.sh$(EXEEXT): $(heap_checker_unitt est_sh_OBJECTS) $(heap_checker_unittest_sh_DEPENDENCIES)
2959 @WITH_HEAP_CHECKER_FALSE@ @rm -f heap-checker_unittest.sh$(EXEEXT) 2755 @WITH_HEAP_CHECKER_FALSE@ @rm -f heap-checker_unittest.sh$(EXEEXT)
2960 @WITH_HEAP_CHECKER_FALSE@» $(LINK) $(heap_checker_unittest_sh_OBJECTS) $(he ap_checker_unittest_sh_LDADD) $(LIBS) 2756 @WITH_HEAP_CHECKER_FALSE@» $(LINK) $(heap_checker_unittest_sh_LDFLAGS) $(he ap_checker_unittest_sh_OBJECTS) $(heap_checker_unittest_sh_LDADD) $(LIBS)
2961 heap-profiler_debug_unittest$(EXEEXT): $(heap_profiler_debug_unittest_OBJECTS) $ (heap_profiler_debug_unittest_DEPENDENCIES) 2757 heap-profiler_debug_unittest$(EXEEXT): $(heap_profiler_debug_unittest_OBJECTS) $ (heap_profiler_debug_unittest_DEPENDENCIES)
2962 @rm -f heap-profiler_debug_unittest$(EXEEXT) 2758 @rm -f heap-profiler_debug_unittest$(EXEEXT)
2963 » $(heap_profiler_debug_unittest_LINK) $(heap_profiler_debug_unittest_OBJE CTS) $(heap_profiler_debug_unittest_LDADD) $(LIBS) 2759 » $(CXXLINK) $(heap_profiler_debug_unittest_LDFLAGS) $(heap_profiler_debug _unittest_OBJECTS) $(heap_profiler_debug_unittest_LDADD) $(LIBS)
2964 @WITH_DEBUGALLOC_FALSE@heap-profiler_debug_unittest.sh$(EXEEXT): $(heap_profiler _debug_unittest_sh_OBJECTS) $(heap_profiler_debug_unittest_sh_DEPENDENCIES) 2760 @WITH_DEBUGALLOC_FALSE@heap-profiler_debug_unittest.sh$(EXEEXT): $(heap_profiler _debug_unittest_sh_OBJECTS) $(heap_profiler_debug_unittest_sh_DEPENDENCIES)
2965 @WITH_DEBUGALLOC_FALSE@ @rm -f heap-profiler_debug_unittest.sh$(EXEEXT) 2761 @WITH_DEBUGALLOC_FALSE@ @rm -f heap-profiler_debug_unittest.sh$(EXEEXT)
2966 @WITH_DEBUGALLOC_FALSE@»$(LINK) $(heap_profiler_debug_unittest_sh_OBJECTS) $(hea p_profiler_debug_unittest_sh_LDADD) $(LIBS) 2762 @WITH_DEBUGALLOC_FALSE@»$(LINK) $(heap_profiler_debug_unittest_sh_LDFLAGS) $(hea p_profiler_debug_unittest_sh_OBJECTS) $(heap_profiler_debug_unittest_sh_LDADD) $ (LIBS)
2967 @WITH_HEAP_PROFILER_FALSE@heap-profiler_debug_unittest.sh$(EXEEXT): $(heap_profi ler_debug_unittest_sh_OBJECTS) $(heap_profiler_debug_unittest_sh_DEPENDENCIES) 2763 @WITH_HEAP_PROFILER_FALSE@heap-profiler_debug_unittest.sh$(EXEEXT): $(heap_profi ler_debug_unittest_sh_OBJECTS) $(heap_profiler_debug_unittest_sh_DEPENDENCIES)
2968 @WITH_HEAP_PROFILER_FALSE@ @rm -f heap-profiler_debug_unittest.sh$(EXEEXT) 2764 @WITH_HEAP_PROFILER_FALSE@ @rm -f heap-profiler_debug_unittest.sh$(EXEEXT)
2969 @WITH_HEAP_PROFILER_FALSE@» $(LINK) $(heap_profiler_debug_unittest_sh_OBJECT S) $(heap_profiler_debug_unittest_sh_LDADD) $(LIBS) 2765 @WITH_HEAP_PROFILER_FALSE@» $(LINK) $(heap_profiler_debug_unittest_sh_LDFLAG S) $(heap_profiler_debug_unittest_sh_OBJECTS) $(heap_profiler_debug_unittest_sh_ LDADD) $(LIBS)
2970 heap-profiler_unittest$(EXEEXT): $(heap_profiler_unittest_OBJECTS) $(heap_profil er_unittest_DEPENDENCIES) 2766 heap-profiler_unittest$(EXEEXT): $(heap_profiler_unittest_OBJECTS) $(heap_profil er_unittest_DEPENDENCIES)
2971 @rm -f heap-profiler_unittest$(EXEEXT) 2767 @rm -f heap-profiler_unittest$(EXEEXT)
2972 » $(heap_profiler_unittest_LINK) $(heap_profiler_unittest_OBJECTS) $(heap_ profiler_unittest_LDADD) $(LIBS) 2768 » $(CXXLINK) $(heap_profiler_unittest_LDFLAGS) $(heap_profiler_unittest_OB JECTS) $(heap_profiler_unittest_LDADD) $(LIBS)
2973 @WITH_HEAP_PROFILER_FALSE@heap-profiler_unittest.sh$(EXEEXT): $(heap_profiler_un ittest_sh_OBJECTS) $(heap_profiler_unittest_sh_DEPENDENCIES) 2769 @WITH_HEAP_PROFILER_FALSE@heap-profiler_unittest.sh$(EXEEXT): $(heap_profiler_un ittest_sh_OBJECTS) $(heap_profiler_unittest_sh_DEPENDENCIES)
2974 @WITH_HEAP_PROFILER_FALSE@ @rm -f heap-profiler_unittest.sh$(EXEEXT) 2770 @WITH_HEAP_PROFILER_FALSE@ @rm -f heap-profiler_unittest.sh$(EXEEXT)
2975 @WITH_HEAP_PROFILER_FALSE@» $(LINK) $(heap_profiler_unittest_sh_OBJECTS) $(h eap_profiler_unittest_sh_LDADD) $(LIBS) 2771 @WITH_HEAP_PROFILER_FALSE@» $(LINK) $(heap_profiler_unittest_sh_LDFLAGS) $(h eap_profiler_unittest_sh_OBJECTS) $(heap_profiler_unittest_sh_LDADD) $(LIBS)
2976 low_level_alloc_unittest$(EXEEXT): $(low_level_alloc_unittest_OBJECTS) $(low_lev el_alloc_unittest_DEPENDENCIES) 2772 low_level_alloc_unittest$(EXEEXT): $(low_level_alloc_unittest_OBJECTS) $(low_lev el_alloc_unittest_DEPENDENCIES)
2977 @rm -f low_level_alloc_unittest$(EXEEXT) 2773 @rm -f low_level_alloc_unittest$(EXEEXT)
2978 » $(low_level_alloc_unittest_LINK) $(low_level_alloc_unittest_OBJECTS) $(l ow_level_alloc_unittest_LDADD) $(LIBS) 2774 » $(CXXLINK) $(low_level_alloc_unittest_LDFLAGS) $(low_level_alloc_unittes t_OBJECTS) $(low_level_alloc_unittest_LDADD) $(LIBS)
2979 malloc_extension_c_test$(EXEEXT): $(malloc_extension_c_test_OBJECTS) $(malloc_ex tension_c_test_DEPENDENCIES) 2775 malloc_extension_c_test$(EXEEXT): $(malloc_extension_c_test_OBJECTS) $(malloc_ex tension_c_test_DEPENDENCIES)
2980 @rm -f malloc_extension_c_test$(EXEEXT) 2776 @rm -f malloc_extension_c_test$(EXEEXT)
2981 » $(malloc_extension_c_test_LINK) $(malloc_extension_c_test_OBJECTS) $(mal loc_extension_c_test_LDADD) $(LIBS) 2777 » $(LINK) $(malloc_extension_c_test_LDFLAGS) $(malloc_extension_c_test_OBJ ECTS) $(malloc_extension_c_test_LDADD) $(LIBS)
2982 malloc_extension_debug_test$(EXEEXT): $(malloc_extension_debug_test_OBJECTS) $(m alloc_extension_debug_test_DEPENDENCIES) 2778 malloc_extension_debug_test$(EXEEXT): $(malloc_extension_debug_test_OBJECTS) $(m alloc_extension_debug_test_DEPENDENCIES)
2983 @rm -f malloc_extension_debug_test$(EXEEXT) 2779 @rm -f malloc_extension_debug_test$(EXEEXT)
2984 » $(malloc_extension_debug_test_LINK) $(malloc_extension_debug_test_OBJECT S) $(malloc_extension_debug_test_LDADD) $(LIBS) 2780 » $(CXXLINK) $(malloc_extension_debug_test_LDFLAGS) $(malloc_extension_deb ug_test_OBJECTS) $(malloc_extension_debug_test_LDADD) $(LIBS)
2985 malloc_extension_test$(EXEEXT): $(malloc_extension_test_OBJECTS) $(malloc_extens ion_test_DEPENDENCIES) 2781 malloc_extension_test$(EXEEXT): $(malloc_extension_test_OBJECTS) $(malloc_extens ion_test_DEPENDENCIES)
2986 @rm -f malloc_extension_test$(EXEEXT) 2782 @rm -f malloc_extension_test$(EXEEXT)
2987 » $(malloc_extension_test_LINK) $(malloc_extension_test_OBJECTS) $(malloc_ extension_test_LDADD) $(LIBS) 2783 » $(CXXLINK) $(malloc_extension_test_LDFLAGS) $(malloc_extension_test_OBJE CTS) $(malloc_extension_test_LDADD) $(LIBS)
2988 malloc_hook_test$(EXEEXT): $(malloc_hook_test_OBJECTS) $(malloc_hook_test_DEPEND ENCIES) 2784 malloc_hook_test$(EXEEXT): $(malloc_hook_test_OBJECTS) $(malloc_hook_test_DEPEND ENCIES)
2989 @rm -f malloc_hook_test$(EXEEXT) 2785 @rm -f malloc_hook_test$(EXEEXT)
2990 » $(malloc_hook_test_LINK) $(malloc_hook_test_OBJECTS) $(malloc_hook_test_ LDADD) $(LIBS) 2786 » $(CXXLINK) $(malloc_hook_test_LDFLAGS) $(malloc_hook_test_OBJECTS) $(mal loc_hook_test_LDADD) $(LIBS)
2991 markidle_unittest$(EXEEXT): $(markidle_unittest_OBJECTS) $(markidle_unittest_DEP ENDENCIES) 2787 markidle_unittest$(EXEEXT): $(markidle_unittest_OBJECTS) $(markidle_unittest_DEP ENDENCIES)
2992 @rm -f markidle_unittest$(EXEEXT) 2788 @rm -f markidle_unittest$(EXEEXT)
2993 » $(markidle_unittest_LINK) $(markidle_unittest_OBJECTS) $(markidle_unitte st_LDADD) $(LIBS) 2789 » $(CXXLINK) $(markidle_unittest_LDFLAGS) $(markidle_unittest_OBJECTS) $(m arkidle_unittest_LDADD) $(LIBS)
2994 @ENABLE_STATIC_TRUE@maybe_threads_unittest.sh$(EXEEXT): $(maybe_threads_unittest _sh_OBJECTS) $(maybe_threads_unittest_sh_DEPENDENCIES) 2790 @ENABLE_STATIC_TRUE@maybe_threads_unittest.sh$(EXEEXT): $(maybe_threads_unittest _sh_OBJECTS) $(maybe_threads_unittest_sh_DEPENDENCIES)
2995 @ENABLE_STATIC_TRUE@ @rm -f maybe_threads_unittest.sh$(EXEEXT) 2791 @ENABLE_STATIC_TRUE@ @rm -f maybe_threads_unittest.sh$(EXEEXT)
2996 @ENABLE_STATIC_TRUE@» $(LINK) $(maybe_threads_unittest_sh_OBJECTS) $(maybe_thr eads_unittest_sh_LDADD) $(LIBS) 2792 @ENABLE_STATIC_TRUE@» $(LINK) $(maybe_threads_unittest_sh_LDFLAGS) $(maybe_thr eads_unittest_sh_OBJECTS) $(maybe_threads_unittest_sh_LDADD) $(LIBS)
2997 @MINGW_TRUE@maybe_threads_unittest.sh$(EXEEXT): $(maybe_threads_unittest_sh_OBJE CTS) $(maybe_threads_unittest_sh_DEPENDENCIES) 2793 @MINGW_TRUE@maybe_threads_unittest.sh$(EXEEXT): $(maybe_threads_unittest_sh_OBJE CTS) $(maybe_threads_unittest_sh_DEPENDENCIES)
2998 @MINGW_TRUE@ @rm -f maybe_threads_unittest.sh$(EXEEXT) 2794 @MINGW_TRUE@ @rm -f maybe_threads_unittest.sh$(EXEEXT)
2999 @MINGW_TRUE@» $(LINK) $(maybe_threads_unittest_sh_OBJECTS) $(maybe_threads_uni ttest_sh_LDADD) $(LIBS) 2795 @MINGW_TRUE@» $(LINK) $(maybe_threads_unittest_sh_LDFLAGS) $(maybe_threads_uni ttest_sh_OBJECTS) $(maybe_threads_unittest_sh_LDADD) $(LIBS)
3000 memalign_debug_unittest$(EXEEXT): $(memalign_debug_unittest_OBJECTS) $(memalign_ debug_unittest_DEPENDENCIES) 2796 memalign_debug_unittest$(EXEEXT): $(memalign_debug_unittest_OBJECTS) $(memalign_ debug_unittest_DEPENDENCIES)
3001 @rm -f memalign_debug_unittest$(EXEEXT) 2797 @rm -f memalign_debug_unittest$(EXEEXT)
3002 » $(memalign_debug_unittest_LINK) $(memalign_debug_unittest_OBJECTS) $(mem align_debug_unittest_LDADD) $(LIBS) 2798 » $(CXXLINK) $(memalign_debug_unittest_LDFLAGS) $(memalign_debug_unittest_ OBJECTS) $(memalign_debug_unittest_LDADD) $(LIBS)
3003 memalign_unittest$(EXEEXT): $(memalign_unittest_OBJECTS) $(memalign_unittest_DEP ENDENCIES) 2799 memalign_unittest$(EXEEXT): $(memalign_unittest_OBJECTS) $(memalign_unittest_DEP ENDENCIES)
3004 @rm -f memalign_unittest$(EXEEXT) 2800 @rm -f memalign_unittest$(EXEEXT)
3005 » $(memalign_unittest_LINK) $(memalign_unittest_OBJECTS) $(memalign_unitte st_LDADD) $(LIBS) 2801 » $(CXXLINK) $(memalign_unittest_LDFLAGS) $(memalign_unittest_OBJECTS) $(m emalign_unittest_LDADD) $(LIBS)
3006 packed_cache_test$(EXEEXT): $(packed_cache_test_OBJECTS) $(packed_cache_test_DEP ENDENCIES) 2802 packed_cache_test$(EXEEXT): $(packed_cache_test_OBJECTS) $(packed_cache_test_DEP ENDENCIES)
3007 @rm -f packed_cache_test$(EXEEXT) 2803 @rm -f packed_cache_test$(EXEEXT)
3008 » $(packed_cache_test_LINK) $(packed_cache_test_OBJECTS) $(packed_cache_te st_LDADD) $(LIBS) 2804 » $(CXXLINK) $(packed_cache_test_LDFLAGS) $(packed_cache_test_OBJECTS) $(p acked_cache_test_LDADD) $(LIBS)
3009 page_heap_test$(EXEEXT): $(page_heap_test_OBJECTS) $(page_heap_test_DEPENDENCIES ) 2805 page_heap_test$(EXEEXT): $(page_heap_test_OBJECTS) $(page_heap_test_DEPENDENCIES )
3010 @rm -f page_heap_test$(EXEEXT) 2806 @rm -f page_heap_test$(EXEEXT)
3011 » $(page_heap_test_LINK) $(page_heap_test_OBJECTS) $(page_heap_test_LDADD) $(LIBS) 2807 » $(CXXLINK) $(page_heap_test_LDFLAGS) $(page_heap_test_OBJECTS) $(page_he ap_test_LDADD) $(LIBS)
3012 pagemap_unittest$(EXEEXT): $(pagemap_unittest_OBJECTS) $(pagemap_unittest_DEPEND ENCIES) 2808 pagemap_unittest$(EXEEXT): $(pagemap_unittest_OBJECTS) $(pagemap_unittest_DEPEND ENCIES)
3013 @rm -f pagemap_unittest$(EXEEXT) 2809 @rm -f pagemap_unittest$(EXEEXT)
3014 » $(pagemap_unittest_LINK) $(pagemap_unittest_OBJECTS) $(pagemap_unittest_ LDADD) $(LIBS) 2810 » $(CXXLINK) $(pagemap_unittest_LDFLAGS) $(pagemap_unittest_OBJECTS) $(pag emap_unittest_LDADD) $(LIBS)
3015 profile_handler_unittest$(EXEEXT): $(profile_handler_unittest_OBJECTS) $(profile _handler_unittest_DEPENDENCIES) 2811 profile_handler_unittest$(EXEEXT): $(profile_handler_unittest_OBJECTS) $(profile _handler_unittest_DEPENDENCIES)
3016 @rm -f profile_handler_unittest$(EXEEXT) 2812 @rm -f profile_handler_unittest$(EXEEXT)
3017 » $(profile_handler_unittest_LINK) $(profile_handler_unittest_OBJECTS) $(p rofile_handler_unittest_LDADD) $(LIBS) 2813 » $(CXXLINK) $(profile_handler_unittest_LDFLAGS) $(profile_handler_unittes t_OBJECTS) $(profile_handler_unittest_LDADD) $(LIBS)
3018 profiledata_unittest$(EXEEXT): $(profiledata_unittest_OBJECTS) $(profiledata_uni ttest_DEPENDENCIES) 2814 profiledata_unittest$(EXEEXT): $(profiledata_unittest_OBJECTS) $(profiledata_uni ttest_DEPENDENCIES)
3019 @rm -f profiledata_unittest$(EXEEXT) 2815 @rm -f profiledata_unittest$(EXEEXT)
3020 » $(CXXLINK) $(profiledata_unittest_OBJECTS) $(profiledata_unittest_LDADD) $(LIBS) 2816 » $(CXXLINK) $(profiledata_unittest_LDFLAGS) $(profiledata_unittest_OBJECT S) $(profiledata_unittest_LDADD) $(LIBS)
3021 profiler1_unittest$(EXEEXT): $(profiler1_unittest_OBJECTS) $(profiler1_unittest_ DEPENDENCIES) 2817 profiler1_unittest$(EXEEXT): $(profiler1_unittest_OBJECTS) $(profiler1_unittest_ DEPENDENCIES)
3022 @rm -f profiler1_unittest$(EXEEXT) 2818 @rm -f profiler1_unittest$(EXEEXT)
3023 » $(profiler1_unittest_LINK) $(profiler1_unittest_OBJECTS) $(profiler1_uni ttest_LDADD) $(LIBS) 2819 » $(CXXLINK) $(profiler1_unittest_LDFLAGS) $(profiler1_unittest_OBJECTS) $ (profiler1_unittest_LDADD) $(LIBS)
3024 profiler2_unittest$(EXEEXT): $(profiler2_unittest_OBJECTS) $(profiler2_unittest_ DEPENDENCIES) 2820 profiler2_unittest$(EXEEXT): $(profiler2_unittest_OBJECTS) $(profiler2_unittest_ DEPENDENCIES)
3025 @rm -f profiler2_unittest$(EXEEXT) 2821 @rm -f profiler2_unittest$(EXEEXT)
3026 » $(profiler2_unittest_LINK) $(profiler2_unittest_OBJECTS) $(profiler2_uni ttest_LDADD) $(LIBS) 2822 » $(CXXLINK) $(profiler2_unittest_LDFLAGS) $(profiler2_unittest_OBJECTS) $ (profiler2_unittest_LDADD) $(LIBS)
3027 profiler3_unittest$(EXEEXT): $(profiler3_unittest_OBJECTS) $(profiler3_unittest_ DEPENDENCIES) 2823 profiler3_unittest$(EXEEXT): $(profiler3_unittest_OBJECTS) $(profiler3_unittest_ DEPENDENCIES)
3028 @rm -f profiler3_unittest$(EXEEXT) 2824 @rm -f profiler3_unittest$(EXEEXT)
3029 » $(profiler3_unittest_LINK) $(profiler3_unittest_OBJECTS) $(profiler3_uni ttest_LDADD) $(LIBS) 2825 » $(CXXLINK) $(profiler3_unittest_LDFLAGS) $(profiler3_unittest_OBJECTS) $ (profiler3_unittest_LDADD) $(LIBS)
3030 profiler4_unittest$(EXEEXT): $(profiler4_unittest_OBJECTS) $(profiler4_unittest_ DEPENDENCIES) 2826 profiler4_unittest$(EXEEXT): $(profiler4_unittest_OBJECTS) $(profiler4_unittest_ DEPENDENCIES)
3031 @rm -f profiler4_unittest$(EXEEXT) 2827 @rm -f profiler4_unittest$(EXEEXT)
3032 » $(profiler4_unittest_LINK) $(profiler4_unittest_OBJECTS) $(profiler4_uni ttest_LDADD) $(LIBS) 2828 » $(CXXLINK) $(profiler4_unittest_LDFLAGS) $(profiler4_unittest_OBJECTS) $ (profiler4_unittest_LDADD) $(LIBS)
3033 @WITH_CPU_PROFILER_FALSE@profiler_unittest.sh$(EXEEXT): $(profiler_unittest_sh_O BJECTS) $(profiler_unittest_sh_DEPENDENCIES) 2829 @WITH_CPU_PROFILER_FALSE@profiler_unittest.sh$(EXEEXT): $(profiler_unittest_sh_O BJECTS) $(profiler_unittest_sh_DEPENDENCIES)
3034 @WITH_CPU_PROFILER_FALSE@ @rm -f profiler_unittest.sh$(EXEEXT) 2830 @WITH_CPU_PROFILER_FALSE@ @rm -f profiler_unittest.sh$(EXEEXT)
3035 @WITH_CPU_PROFILER_FALSE@» $(LINK) $(profiler_unittest_sh_OBJECTS) $(profil er_unittest_sh_LDADD) $(LIBS) 2831 @WITH_CPU_PROFILER_FALSE@» $(LINK) $(profiler_unittest_sh_LDFLAGS) $(profil er_unittest_sh_OBJECTS) $(profiler_unittest_sh_LDADD) $(LIBS)
3036 raw_printer_test$(EXEEXT): $(raw_printer_test_OBJECTS) $(raw_printer_test_DEPEND ENCIES) 2832 raw_printer_test$(EXEEXT): $(raw_printer_test_OBJECTS) $(raw_printer_test_DEPEND ENCIES)
3037 @rm -f raw_printer_test$(EXEEXT) 2833 @rm -f raw_printer_test$(EXEEXT)
3038 » $(raw_printer_test_LINK) $(raw_printer_test_OBJECTS) $(raw_printer_test_ LDADD) $(LIBS) 2834 » $(CXXLINK) $(raw_printer_test_LDFLAGS) $(raw_printer_test_OBJECTS) $(raw _printer_test_LDADD) $(LIBS)
3039 realloc_debug_unittest$(EXEEXT): $(realloc_debug_unittest_OBJECTS) $(realloc_deb ug_unittest_DEPENDENCIES) 2835 realloc_debug_unittest$(EXEEXT): $(realloc_debug_unittest_OBJECTS) $(realloc_deb ug_unittest_DEPENDENCIES)
3040 @rm -f realloc_debug_unittest$(EXEEXT) 2836 @rm -f realloc_debug_unittest$(EXEEXT)
3041 » $(realloc_debug_unittest_LINK) $(realloc_debug_unittest_OBJECTS) $(reall oc_debug_unittest_LDADD) $(LIBS) 2837 » $(CXXLINK) $(realloc_debug_unittest_LDFLAGS) $(realloc_debug_unittest_OB JECTS) $(realloc_debug_unittest_LDADD) $(LIBS)
3042 realloc_unittest$(EXEEXT): $(realloc_unittest_OBJECTS) $(realloc_unittest_DEPEND ENCIES) 2838 realloc_unittest$(EXEEXT): $(realloc_unittest_OBJECTS) $(realloc_unittest_DEPEND ENCIES)
3043 @rm -f realloc_unittest$(EXEEXT) 2839 @rm -f realloc_unittest$(EXEEXT)
3044 » $(realloc_unittest_LINK) $(realloc_unittest_OBJECTS) $(realloc_unittest_ LDADD) $(LIBS) 2840 » $(CXXLINK) $(realloc_unittest_LDFLAGS) $(realloc_unittest_OBJECTS) $(rea lloc_unittest_LDADD) $(LIBS)
3045 sampler_debug_test$(EXEEXT): $(sampler_debug_test_OBJECTS) $(sampler_debug_test_ DEPENDENCIES) 2841 sampler_debug_test$(EXEEXT): $(sampler_debug_test_OBJECTS) $(sampler_debug_test_ DEPENDENCIES)
3046 @rm -f sampler_debug_test$(EXEEXT) 2842 @rm -f sampler_debug_test$(EXEEXT)
3047 » $(sampler_debug_test_LINK) $(sampler_debug_test_OBJECTS) $(sampler_debug _test_LDADD) $(LIBS) 2843 » $(CXXLINK) $(sampler_debug_test_LDFLAGS) $(sampler_debug_test_OBJECTS) $ (sampler_debug_test_LDADD) $(LIBS)
3048 sampler_test$(EXEEXT): $(sampler_test_OBJECTS) $(sampler_test_DEPENDENCIES) 2844 sampler_test$(EXEEXT): $(sampler_test_OBJECTS) $(sampler_test_DEPENDENCIES)
3049 @rm -f sampler_test$(EXEEXT) 2845 @rm -f sampler_test$(EXEEXT)
3050 » $(sampler_test_LINK) $(sampler_test_OBJECTS) $(sampler_test_LDADD) $(LIB S) 2846 » $(CXXLINK) $(sampler_test_LDFLAGS) $(sampler_test_OBJECTS) $(sampler_tes t_LDADD) $(LIBS)
3051 sampling_debug_test$(EXEEXT): $(sampling_debug_test_OBJECTS) $(sampling_debug_te st_DEPENDENCIES) 2847 sampling_debug_test$(EXEEXT): $(sampling_debug_test_OBJECTS) $(sampling_debug_te st_DEPENDENCIES)
3052 @rm -f sampling_debug_test$(EXEEXT) 2848 @rm -f sampling_debug_test$(EXEEXT)
3053 » $(sampling_debug_test_LINK) $(sampling_debug_test_OBJECTS) $(sampling_de bug_test_LDADD) $(LIBS) 2849 » $(CXXLINK) $(sampling_debug_test_LDFLAGS) $(sampling_debug_test_OBJECTS) $(sampling_debug_test_LDADD) $(LIBS)
3054 @WITH_DEBUGALLOC_FALSE@sampling_debug_test.sh$(EXEEXT): $(sampling_debug_test_sh _OBJECTS) $(sampling_debug_test_sh_DEPENDENCIES) 2850 @WITH_DEBUGALLOC_FALSE@sampling_debug_test.sh$(EXEEXT): $(sampling_debug_test_sh _OBJECTS) $(sampling_debug_test_sh_DEPENDENCIES)
3055 @WITH_DEBUGALLOC_FALSE@ @rm -f sampling_debug_test.sh$(EXEEXT) 2851 @WITH_DEBUGALLOC_FALSE@ @rm -f sampling_debug_test.sh$(EXEEXT)
3056 @WITH_DEBUGALLOC_FALSE@»$(LINK) $(sampling_debug_test_sh_OBJECTS) $(sampling_deb ug_test_sh_LDADD) $(LIBS) 2852 @WITH_DEBUGALLOC_FALSE@»$(LINK) $(sampling_debug_test_sh_LDFLAGS) $(sampling_deb ug_test_sh_OBJECTS) $(sampling_debug_test_sh_LDADD) $(LIBS)
3057 @WITH_HEAP_PROFILER_OR_CHECKER_FALSE@sampling_debug_test.sh$(EXEEXT): $(sampling _debug_test_sh_OBJECTS) $(sampling_debug_test_sh_DEPENDENCIES) 2853 @WITH_HEAP_PROFILER_OR_CHECKER_FALSE@sampling_debug_test.sh$(EXEEXT): $(sampling _debug_test_sh_OBJECTS) $(sampling_debug_test_sh_DEPENDENCIES)
3058 @WITH_HEAP_PROFILER_OR_CHECKER_FALSE@ @rm -f sampling_debug_test.sh$(EXEEXT) 2854 @WITH_HEAP_PROFILER_OR_CHECKER_FALSE@ @rm -f sampling_debug_test.sh$(EXEEXT)
3059 @WITH_HEAP_PROFILER_OR_CHECKER_FALSE@» $(LINK) $(sampling_debug_test_sh_OBJECTS ) $(sampling_debug_test_sh_LDADD) $(LIBS) 2855 @WITH_HEAP_PROFILER_OR_CHECKER_FALSE@» $(LINK) $(sampling_debug_test_sh_LDFLAGS ) $(sampling_debug_test_sh_OBJECTS) $(sampling_debug_test_sh_LDADD) $(LIBS)
3060 sampling_test$(EXEEXT): $(sampling_test_OBJECTS) $(sampling_test_DEPENDENCIES) 2856 sampling_test$(EXEEXT): $(sampling_test_OBJECTS) $(sampling_test_DEPENDENCIES)
3061 @rm -f sampling_test$(EXEEXT) 2857 @rm -f sampling_test$(EXEEXT)
3062 » $(sampling_test_LINK) $(sampling_test_OBJECTS) $(sampling_test_LDADD) $( LIBS) 2858 » $(CXXLINK) $(sampling_test_LDFLAGS) $(sampling_test_OBJECTS) $(sampling_ test_LDADD) $(LIBS)
3063 @WITH_HEAP_PROFILER_OR_CHECKER_FALSE@sampling_test.sh$(EXEEXT): $(sampling_test_ sh_OBJECTS) $(sampling_test_sh_DEPENDENCIES) 2859 @WITH_HEAP_PROFILER_OR_CHECKER_FALSE@sampling_test.sh$(EXEEXT): $(sampling_test_ sh_OBJECTS) $(sampling_test_sh_DEPENDENCIES)
3064 @WITH_HEAP_PROFILER_OR_CHECKER_FALSE@ @rm -f sampling_test.sh$(EXEEXT) 2860 @WITH_HEAP_PROFILER_OR_CHECKER_FALSE@ @rm -f sampling_test.sh$(EXEEXT)
3065 @WITH_HEAP_PROFILER_OR_CHECKER_FALSE@» $(LINK) $(sampling_test_sh_OBJECTS) $(sa mpling_test_sh_LDADD) $(LIBS) 2861 @WITH_HEAP_PROFILER_OR_CHECKER_FALSE@» $(LINK) $(sampling_test_sh_LDFLAGS) $(sa mpling_test_sh_OBJECTS) $(sampling_test_sh_LDADD) $(LIBS)
3066 simple_compat_test$(EXEEXT): $(simple_compat_test_OBJECTS) $(simple_compat_test_ DEPENDENCIES)
3067 » @rm -f simple_compat_test$(EXEEXT)
3068 » $(simple_compat_test_LINK) $(simple_compat_test_OBJECTS) $(simple_compat _test_LDADD) $(LIBS)
3069 stack_trace_table_test$(EXEEXT): $(stack_trace_table_test_OBJECTS) $(stack_trace _table_test_DEPENDENCIES) 2862 stack_trace_table_test$(EXEEXT): $(stack_trace_table_test_OBJECTS) $(stack_trace _table_test_DEPENDENCIES)
3070 @rm -f stack_trace_table_test$(EXEEXT) 2863 @rm -f stack_trace_table_test$(EXEEXT)
3071 » $(stack_trace_table_test_LINK) $(stack_trace_table_test_OBJECTS) $(stack _trace_table_test_LDADD) $(LIBS) 2864 » $(CXXLINK) $(stack_trace_table_test_LDFLAGS) $(stack_trace_table_test_OB JECTS) $(stack_trace_table_test_LDADD) $(LIBS)
3072 stacktrace_unittest$(EXEEXT): $(stacktrace_unittest_OBJECTS) $(stacktrace_unitte st_DEPENDENCIES) 2865 stacktrace_unittest$(EXEEXT): $(stacktrace_unittest_OBJECTS) $(stacktrace_unitte st_DEPENDENCIES)
3073 @rm -f stacktrace_unittest$(EXEEXT) 2866 @rm -f stacktrace_unittest$(EXEEXT)
3074 » $(CXXLINK) $(stacktrace_unittest_OBJECTS) $(stacktrace_unittest_LDADD) $ (LIBS) 2867 » $(CXXLINK) $(stacktrace_unittest_LDFLAGS) $(stacktrace_unittest_OBJECTS) $(stacktrace_unittest_LDADD) $(LIBS)
3075 system_alloc_unittest$(EXEEXT): $(system_alloc_unittest_OBJECTS) $(system_alloc_ unittest_DEPENDENCIES) 2868 system_alloc_unittest$(EXEEXT): $(system_alloc_unittest_OBJECTS) $(system_alloc_ unittest_DEPENDENCIES)
3076 @rm -f system_alloc_unittest$(EXEEXT) 2869 @rm -f system_alloc_unittest$(EXEEXT)
3077 » $(system_alloc_unittest_LINK) $(system_alloc_unittest_OBJECTS) $(system_ alloc_unittest_LDADD) $(LIBS) 2870 » $(CXXLINK) $(system_alloc_unittest_LDFLAGS) $(system_alloc_unittest_OBJE CTS) $(system_alloc_unittest_LDADD) $(LIBS)
3078 tcmalloc_and_profiler_unittest$(EXEEXT): $(tcmalloc_and_profiler_unittest_OBJECT S) $(tcmalloc_and_profiler_unittest_DEPENDENCIES) 2871 tcmalloc_and_profiler_unittest$(EXEEXT): $(tcmalloc_and_profiler_unittest_OBJECT S) $(tcmalloc_and_profiler_unittest_DEPENDENCIES)
3079 @rm -f tcmalloc_and_profiler_unittest$(EXEEXT) 2872 @rm -f tcmalloc_and_profiler_unittest$(EXEEXT)
3080 » $(tcmalloc_and_profiler_unittest_LINK) $(tcmalloc_and_profiler_unittest_ OBJECTS) $(tcmalloc_and_profiler_unittest_LDADD) $(LIBS) 2873 » $(CXXLINK) $(tcmalloc_and_profiler_unittest_LDFLAGS) $(tcmalloc_and_prof iler_unittest_OBJECTS) $(tcmalloc_and_profiler_unittest_LDADD) $(LIBS)
3081 tcmalloc_both_unittest$(EXEEXT): $(tcmalloc_both_unittest_OBJECTS) $(tcmalloc_bo th_unittest_DEPENDENCIES) 2874 tcmalloc_both_unittest$(EXEEXT): $(tcmalloc_both_unittest_OBJECTS) $(tcmalloc_bo th_unittest_DEPENDENCIES)
3082 @rm -f tcmalloc_both_unittest$(EXEEXT) 2875 @rm -f tcmalloc_both_unittest$(EXEEXT)
3083 » $(tcmalloc_both_unittest_LINK) $(tcmalloc_both_unittest_OBJECTS) $(tcmal loc_both_unittest_LDADD) $(LIBS) 2876 » $(CXXLINK) $(tcmalloc_both_unittest_LDFLAGS) $(tcmalloc_both_unittest_OB JECTS) $(tcmalloc_both_unittest_LDADD) $(LIBS)
3084 tcmalloc_debug_unittest$(EXEEXT): $(tcmalloc_debug_unittest_OBJECTS) $(tcmalloc_ debug_unittest_DEPENDENCIES) 2877 tcmalloc_debug_unittest$(EXEEXT): $(tcmalloc_debug_unittest_OBJECTS) $(tcmalloc_ debug_unittest_DEPENDENCIES)
3085 @rm -f tcmalloc_debug_unittest$(EXEEXT) 2878 @rm -f tcmalloc_debug_unittest$(EXEEXT)
3086 » $(tcmalloc_debug_unittest_LINK) $(tcmalloc_debug_unittest_OBJECTS) $(tcm alloc_debug_unittest_LDADD) $(LIBS) 2879 » $(CXXLINK) $(tcmalloc_debug_unittest_LDFLAGS) $(tcmalloc_debug_unittest_ OBJECTS) $(tcmalloc_debug_unittest_LDADD) $(LIBS)
3087 tcmalloc_large_unittest$(EXEEXT): $(tcmalloc_large_unittest_OBJECTS) $(tcmalloc_ large_unittest_DEPENDENCIES) 2880 tcmalloc_large_unittest$(EXEEXT): $(tcmalloc_large_unittest_OBJECTS) $(tcmalloc_ large_unittest_DEPENDENCIES)
3088 @rm -f tcmalloc_large_unittest$(EXEEXT) 2881 @rm -f tcmalloc_large_unittest$(EXEEXT)
3089 » $(tcmalloc_large_unittest_LINK) $(tcmalloc_large_unittest_OBJECTS) $(tcm alloc_large_unittest_LDADD) $(LIBS) 2882 » $(CXXLINK) $(tcmalloc_large_unittest_LDFLAGS) $(tcmalloc_large_unittest_ OBJECTS) $(tcmalloc_large_unittest_LDADD) $(LIBS)
3090 tcmalloc_minimal_debug_unittest$(EXEEXT): $(tcmalloc_minimal_debug_unittest_OBJE CTS) $(tcmalloc_minimal_debug_unittest_DEPENDENCIES) 2883 tcmalloc_minimal_debug_unittest$(EXEEXT): $(tcmalloc_minimal_debug_unittest_OBJE CTS) $(tcmalloc_minimal_debug_unittest_DEPENDENCIES)
3091 @rm -f tcmalloc_minimal_debug_unittest$(EXEEXT) 2884 @rm -f tcmalloc_minimal_debug_unittest$(EXEEXT)
3092 » $(tcmalloc_minimal_debug_unittest_LINK) $(tcmalloc_minimal_debug_unittes t_OBJECTS) $(tcmalloc_minimal_debug_unittest_LDADD) $(LIBS) 2885 » $(CXXLINK) $(tcmalloc_minimal_debug_unittest_LDFLAGS) $(tcmalloc_minimal _debug_unittest_OBJECTS) $(tcmalloc_minimal_debug_unittest_LDADD) $(LIBS)
3093 tcmalloc_minimal_large_unittest$(EXEEXT): $(tcmalloc_minimal_large_unittest_OBJE CTS) $(tcmalloc_minimal_large_unittest_DEPENDENCIES) 2886 tcmalloc_minimal_large_unittest$(EXEEXT): $(tcmalloc_minimal_large_unittest_OBJE CTS) $(tcmalloc_minimal_large_unittest_DEPENDENCIES)
3094 @rm -f tcmalloc_minimal_large_unittest$(EXEEXT) 2887 @rm -f tcmalloc_minimal_large_unittest$(EXEEXT)
3095 » $(tcmalloc_minimal_large_unittest_LINK) $(tcmalloc_minimal_large_unittes t_OBJECTS) $(tcmalloc_minimal_large_unittest_LDADD) $(LIBS) 2888 » $(CXXLINK) $(tcmalloc_minimal_large_unittest_LDFLAGS) $(tcmalloc_minimal _large_unittest_OBJECTS) $(tcmalloc_minimal_large_unittest_LDADD) $(LIBS)
3096 tcmalloc_minimal_unittest$(EXEEXT): $(tcmalloc_minimal_unittest_OBJECTS) $(tcmal loc_minimal_unittest_DEPENDENCIES) 2889 tcmalloc_minimal_unittest$(EXEEXT): $(tcmalloc_minimal_unittest_OBJECTS) $(tcmal loc_minimal_unittest_DEPENDENCIES)
3097 @rm -f tcmalloc_minimal_unittest$(EXEEXT) 2890 @rm -f tcmalloc_minimal_unittest$(EXEEXT)
3098 » $(tcmalloc_minimal_unittest_LINK) $(tcmalloc_minimal_unittest_OBJECTS) $ (tcmalloc_minimal_unittest_LDADD) $(LIBS) 2891 » $(CXXLINK) $(tcmalloc_minimal_unittest_LDFLAGS) $(tcmalloc_minimal_unitt est_OBJECTS) $(tcmalloc_minimal_unittest_LDADD) $(LIBS)
3099 tcmalloc_unittest$(EXEEXT): $(tcmalloc_unittest_OBJECTS) $(tcmalloc_unittest_DEP ENDENCIES) 2892 tcmalloc_unittest$(EXEEXT): $(tcmalloc_unittest_OBJECTS) $(tcmalloc_unittest_DEP ENDENCIES)
3100 @rm -f tcmalloc_unittest$(EXEEXT) 2893 @rm -f tcmalloc_unittest$(EXEEXT)
3101 » $(tcmalloc_unittest_LINK) $(tcmalloc_unittest_OBJECTS) $(tcmalloc_unitte st_LDADD) $(LIBS) 2894 » $(CXXLINK) $(tcmalloc_unittest_LDFLAGS) $(tcmalloc_unittest_OBJECTS) $(t cmalloc_unittest_LDADD) $(LIBS)
3102 thread_dealloc_unittest$(EXEEXT): $(thread_dealloc_unittest_OBJECTS) $(thread_de alloc_unittest_DEPENDENCIES) 2895 thread_dealloc_unittest$(EXEEXT): $(thread_dealloc_unittest_OBJECTS) $(thread_de alloc_unittest_DEPENDENCIES)
3103 @rm -f thread_dealloc_unittest$(EXEEXT) 2896 @rm -f thread_dealloc_unittest$(EXEEXT)
3104 » $(thread_dealloc_unittest_LINK) $(thread_dealloc_unittest_OBJECTS) $(thr ead_dealloc_unittest_LDADD) $(LIBS) 2897 » $(CXXLINK) $(thread_dealloc_unittest_LDFLAGS) $(thread_dealloc_unittest_ OBJECTS) $(thread_dealloc_unittest_LDADD) $(LIBS)
3105 install-binSCRIPTS: $(bin_SCRIPTS) 2898 install-binSCRIPTS: $(bin_SCRIPTS)
3106 @$(NORMAL_INSTALL) 2899 @$(NORMAL_INSTALL)
3107 » test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)" 2900 » test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)"
3108 @list='$(bin_SCRIPTS)'; for p in $$list; do \ 2901 @list='$(bin_SCRIPTS)'; for p in $$list; do \
3109 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 2902 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
3110 if test -f $$d$$p; then \ 2903 if test -f $$d$$p; then \
3111 f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \ 2904 f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
3112 echo " $(binSCRIPT_INSTALL) '$$d$$p' '$(DESTDIR)$(bindir)/$$f'"; \ 2905 echo " $(binSCRIPT_INSTALL) '$$d$$p' '$(DESTDIR)$(bindir)/$$f'"; \
3113 $(binSCRIPT_INSTALL) "$$d$$p" "$(DESTDIR)$(bindir)/$$f"; \ 2906 $(binSCRIPT_INSTALL) "$$d$$p" "$(DESTDIR)$(bindir)/$$f"; \
3114 else :; fi; \ 2907 else :; fi; \
3115 done 2908 done
3116 2909
3117 uninstall-binSCRIPTS: 2910 uninstall-binSCRIPTS:
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
3233 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/profiler3_unittest-testutil.Po@ am__quote@ 3026 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/profiler3_unittest-testutil.Po@ am__quote@
3234 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/profiler4_unittest-profiler_uni ttest.Po@am__quote@ 3027 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/profiler4_unittest-profiler_uni ttest.Po@am__quote@
3235 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/profiler4_unittest-testutil.Po@ am__quote@ 3028 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/profiler4_unittest-testutil.Po@ am__quote@
3236 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/raw_printer_test-raw_printer_te st.Po@am__quote@ 3029 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/raw_printer_test-raw_printer_te st.Po@am__quote@
3237 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/realloc_debug_unittest-realloc_ unittest.Po@am__quote@ 3030 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/realloc_debug_unittest-realloc_ unittest.Po@am__quote@
3238 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/realloc_unittest-realloc_unitte st.Po@am__quote@ 3031 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/realloc_unittest-realloc_unitte st.Po@am__quote@
3239 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sampler_debug_test-sampler_test .Po@am__quote@ 3032 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sampler_debug_test-sampler_test .Po@am__quote@
3240 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sampler_test-sampler_test.Po@am __quote@ 3033 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sampler_test-sampler_test.Po@am __quote@
3241 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sampling_debug_test-sampling_te st.Po@am__quote@ 3034 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sampling_debug_test-sampling_te st.Po@am__quote@
3242 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sampling_test-sampling_test.Po@ am__quote@ 3035 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sampling_test-sampling_test.Po@ am__quote@
3243 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/simple_compat_test.Po@am__quote @
3244 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/spinlock.Plo@am__quote@ 3036 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/spinlock.Plo@am__quote@
3245 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/spinlock_internal.Plo@am__quote @ 3037 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/spinlock_internal.Plo@am__quote @
3246 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stack_trace_table_test-stack_tr ace_table_test.Po@am__quote@ 3038 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stack_trace_table_test-stack_tr ace_table_test.Po@am__quote@
3247 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stacktrace.Plo@am__quote@ 3039 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stacktrace.Plo@am__quote@
3248 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stacktrace_unittest.Po@am__quot e@ 3040 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stacktrace_unittest.Po@am__quot e@
3249 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sysinfo.Plo@am__quote@ 3041 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sysinfo.Plo@am__quote@
3250 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/system_alloc_unittest-system-al loc_unittest.Po@am__quote@ 3042 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/system_alloc_unittest-system-al loc_unittest.Po@am__quote@
3251 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tcmalloc_and_profiler_unittest- tcmalloc_unittest.Po@am__quote@ 3043 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tcmalloc_and_profiler_unittest- tcmalloc_unittest.Po@am__quote@
3252 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tcmalloc_and_profiler_unittest- testutil.Po@am__quote@ 3044 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tcmalloc_and_profiler_unittest- testutil.Po@am__quote@
3253 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tcmalloc_both_unittest-tcmalloc _unittest.Po@am__quote@ 3045 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tcmalloc_both_unittest-tcmalloc _unittest.Po@am__quote@
3254 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tcmalloc_both_unittest-testutil .Po@am__quote@ 3046 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tcmalloc_both_unittest-testutil .Po@am__quote@
3255 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tcmalloc_debug_unittest-tcmallo c_unittest.Po@am__quote@ 3047 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tcmalloc_debug_unittest-tcmallo c_unittest.Po@am__quote@
3256 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tcmalloc_debug_unittest-testuti l.Po@am__quote@ 3048 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tcmalloc_debug_unittest-testuti l.Po@am__quote@
3257 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tcmalloc_large_unittest-tcmallo c_large_unittest.Po@am__quote@ 3049 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tcmalloc_large_unittest-tcmallo c_large_unittest.Po@am__quote@
3258 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tcmalloc_minimal_debug_unittest -tcmalloc_unittest.Po@am__quote@ 3050 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tcmalloc_minimal_debug_unittest -tcmalloc_unittest.Po@am__quote@
3259 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tcmalloc_minimal_debug_unittest -testutil.Po@am__quote@ 3051 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tcmalloc_minimal_debug_unittest -testutil.Po@am__quote@
3260 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tcmalloc_minimal_large_unittest -tcmalloc_large_unittest.Po@am__quote@ 3052 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tcmalloc_minimal_large_unittest -tcmalloc_large_unittest.Po@am__quote@
3261 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tcmalloc_minimal_unittest-tcmal loc_unittest.Po@am__quote@ 3053 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tcmalloc_minimal_unittest-tcmal loc_unittest.Po@am__quote@
3262 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tcmalloc_minimal_unittest-testu til.Po@am__quote@ 3054 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tcmalloc_minimal_unittest-testu til.Po@am__quote@
3263 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tcmalloc_unittest-tcmalloc_unit test.Po@am__quote@ 3055 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tcmalloc_unittest-tcmalloc_unit test.Po@am__quote@
3264 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tcmalloc_unittest-testutil.Po@a m__quote@ 3056 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tcmalloc_unittest-testutil.Po@a m__quote@
3265 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/thread_dealloc_unittest-testuti l.Po@am__quote@ 3057 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/thread_dealloc_unittest-testuti l.Po@am__quote@
3266 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/thread_dealloc_unittest-thread_ dealloc_unittest.Po@am__quote@ 3058 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/thread_dealloc_unittest-thread_ dealloc_unittest.Po@am__quote@
3267 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/thread_lister.Plo@am__quote@ 3059 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/thread_lister.Plo@am__quote@
3268 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vdso_support.Plo@am__quote@ 3060 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vdso_support.Plo@am__quote@
3269 3061
3270 .c.o: 3062 .c.o:
3271 @am__fastdepCC_TRUE@» $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 3063 @am__fastdepCC_TRUE@» if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c - o $@ $<; \
3272 @am__fastdepCC_TRUE@» mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 3064 @am__fastdepCC_TRUE@» then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
3273 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDE PBACKSLASH@ 3065 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDE PBACKSLASH@
3274 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 3066 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3275 @am__fastdepCC_FALSE@ $(COMPILE) -c $< 3067 @am__fastdepCC_FALSE@ $(COMPILE) -c $<
3276 3068
3277 .c.obj: 3069 .c.obj:
3278 @am__fastdepCC_TRUE@» $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` 3070 @am__fastdepCC_TRUE@» if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c - o $@ `$(CYGPATH_W) '$<'`; \
3279 @am__fastdepCC_TRUE@» mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 3071 @am__fastdepCC_TRUE@» then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
3280 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDE PBACKSLASH@ 3072 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDE PBACKSLASH@
3281 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 3073 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3282 @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` 3074 @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
3283 3075
3284 .c.lo: 3076 .c.lo:
3285 @am__fastdepCC_TRUE@» $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $ @ $< 3077 @am__fastdepCC_TRUE@» if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
3286 @am__fastdepCC_TRUE@» mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo 3078 @am__fastdepCC_TRUE@» then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else r m -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
3287 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMD EPBACKSLASH@ 3079 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMD EPBACKSLASH@
3288 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 3080 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3289 @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $< 3081 @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
3290 3082
3291 dynamic_annotations.lo: src/base/dynamic_annotations.c 3083 dynamic_annotations.lo: src/base/dynamic_annotations.c
3292 @am__fastdepCC_TRUE@» $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) - -mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPP FLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dynamic_annotations.lo -MD -MP -MF $(DEPDIR)/d ynamic_annotations.Tpo -c -o dynamic_annotations.lo `test -f 'src/base/dynamic_a nnotations.c' || echo '$(srcdir)/'`src/base/dynamic_annotations.c 3084 @am__fastdepCC_TRUE@» if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DE FAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -M T dynamic_annotations.lo -MD -MP -MF "$(DEPDIR)/dynamic_annotations.Tpo" -c -o d ynamic_annotations.lo `test -f 'src/base/dynamic_annotations.c' || echo '$(srcdi r)/'`src/base/dynamic_annotations.c; \
3293 @am__fastdepCC_TRUE@» mv -f $(DEPDIR)/dynamic_annotations.Tpo $(DEPDIR)/dynami c_annotations.Plo 3085 @am__fastdepCC_TRUE@» then mv -f "$(DEPDIR)/dynamic_annotations.Tpo" "$(DEPDIR )/dynamic_annotations.Plo"; else rm -f "$(DEPDIR)/dynamic_annotations.Tpo"; exit 1; fi
3294 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/base/dynamic_annotations.c' object='dynamic_annotations.lo' libtool=yes @AMDEPBACKSLASH@ 3086 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/base/dynamic_annotations.c' object='dynamic_annotations.lo' libtool=yes @AMDEPBACKSLASH@
3295 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 3087 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3296 @am__fastdepCC_FALSE@» $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) - -mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPP FLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dynamic_annotations.lo `test -f 'src/base/dy namic_annotations.c' || echo '$(srcdir)/'`src/base/dynamic_annotations.c 3088 @am__fastdepCC_FALSE@» $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAU LT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dynamic_annotations.lo `test -f 'src/base/dynamic_annotations.c' || echo '$(src dir)/'`src/base/dynamic_annotations.c
3297 3089
3298 thread_lister.lo: src/base/thread_lister.c 3090 thread_lister.lo: src/base/thread_lister.c
3299 @am__fastdepCC_TRUE@» $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) - -mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPP FLAGS) $(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 3091 @am__fastdepCC_TRUE@» if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DE FAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -M T 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_lis ter.c; \
3300 @am__fastdepCC_TRUE@» mv -f $(DEPDIR)/thread_lister.Tpo $(DEPDIR)/thread_liste r.Plo 3092 @am__fastdepCC_TRUE@» then mv -f "$(DEPDIR)/thread_lister.Tpo" "$(DEPDIR)/thre ad_lister.Plo"; else rm -f "$(DEPDIR)/thread_lister.Tpo"; exit 1; fi
3301 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/base/thread_lister.c' object ='thread_lister.lo' libtool=yes @AMDEPBACKSLASH@ 3093 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/base/thread_lister.c' object ='thread_lister.lo' libtool=yes @AMDEPBACKSLASH@
3302 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 3094 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3303 @am__fastdepCC_FALSE@» $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) - -mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPP FLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o thread_lister.lo `test -f 'src/base/thread_l ister.c' || echo '$(srcdir)/'`src/base/thread_lister.c 3095 @am__fastdepCC_FALSE@» $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAU LT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o thread_lister.lo `test -f 'src/base/thread_lister.c' || echo '$(srcdir)/'`src/b ase/thread_lister.c
3304 3096
3305 malloc_extension_c_test-malloc_extension_c_test.o: src/tests/malloc_extension_c_ test.c 3097 malloc_extension_c_test-malloc_extension_c_test.o: src/tests/malloc_extension_c_ test.c
3306 @am__fastdepCC_TRUE@» $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFL AGS) $(CPPFLAGS) $(malloc_extension_c_test_CFLAGS) $(CFLAGS) -MT malloc_extensio n_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_te st.o `test -f 'src/tests/malloc_extension_c_test.c' || echo '$(srcdir)/'`src/tes ts/malloc_extension_c_test.c 3098 @am__fastdepCC_TRUE@» if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CP PFLAGS) $(CPPFLAGS) $(malloc_extension_c_test_CFLAGS) $(CFLAGS) -MT malloc_exten sion_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)/'`sr c/tests/malloc_extension_c_test.c; \
3307 @am__fastdepCC_TRUE@» mv -f $(DEPDIR)/malloc_extension_c_test-malloc_extension _c_test.Tpo $(DEPDIR)/malloc_extension_c_test-malloc_extension_c_test.Po 3099 @am__fastdepCC_TRUE@» then mv -f "$(DEPDIR)/malloc_extension_c_test-malloc_ext ension_c_test.Tpo" "$(DEPDIR)/malloc_extension_c_test-malloc_extension_c_test.Po "; else rm -f "$(DEPDIR)/malloc_extension_c_test-malloc_extension_c_test.Tpo"; e xit 1; fi
3308 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/tests/malloc_extension_c_tes t.c' object='malloc_extension_c_test-malloc_extension_c_test.o' libtool=no @AMDE PBACKSLASH@ 3100 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/tests/malloc_extension_c_tes t.c' object='malloc_extension_c_test-malloc_extension_c_test.o' libtool=no @AMDE PBACKSLASH@
3309 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 3101 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3310 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFL AGS) $(CPPFLAGS) $(malloc_extension_c_test_CFLAGS) $(CFLAGS) -c -o malloc_extens ion_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 3102 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFL AGS) $(CPPFLAGS) $(malloc_extension_c_test_CFLAGS) $(CFLAGS) -c -o malloc_extens ion_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
3311 3103
3312 malloc_extension_c_test-malloc_extension_c_test.obj: src/tests/malloc_extension_ c_test.c 3104 malloc_extension_c_test-malloc_extension_c_test.obj: src/tests/malloc_extension_ c_test.c
3313 @am__fastdepCC_TRUE@» $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFL AGS) $(CPPFLAGS) $(malloc_extension_c_test_CFLAGS) $(CFLAGS) -MT malloc_extensio n_c_test-malloc_extension_c_test.obj -MD -MP -MF $(DEPDIR)/malloc_extension_c_te st-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) 's rc/tests/malloc_extension_c_test.c'; else $(CYGPATH_W) '$(srcdir)/src/tests/mall oc_extension_c_test.c'; fi` 3105 @am__fastdepCC_TRUE@» if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CP PFLAGS) $(CPPFLAGS) $(malloc_extension_c_test_CFLAGS) $(CFLAGS) -MT malloc_exten sion_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_extensi on_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`; \
3314 @am__fastdepCC_TRUE@» mv -f $(DEPDIR)/malloc_extension_c_test-malloc_extension _c_test.Tpo $(DEPDIR)/malloc_extension_c_test-malloc_extension_c_test.Po 3106 @am__fastdepCC_TRUE@» then mv -f "$(DEPDIR)/malloc_extension_c_test-malloc_ext ension_c_test.Tpo" "$(DEPDIR)/malloc_extension_c_test-malloc_extension_c_test.Po "; else rm -f "$(DEPDIR)/malloc_extension_c_test-malloc_extension_c_test.Tpo"; e xit 1; fi
3315 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/tests/malloc_extension_c_tes t.c' object='malloc_extension_c_test-malloc_extension_c_test.obj' libtool=no @AM DEPBACKSLASH@ 3107 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/tests/malloc_extension_c_tes t.c' object='malloc_extension_c_test-malloc_extension_c_test.obj' libtool=no @AM DEPBACKSLASH@
3316 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 3108 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3317 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFL AGS) $(CPPFLAGS) $(malloc_extension_c_test_CFLAGS) $(CFLAGS) -c -o malloc_extens ion_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 $(CYGPAT H_W) '$(srcdir)/src/tests/malloc_extension_c_test.c'; fi` 3109 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFL AGS) $(CPPFLAGS) $(malloc_extension_c_test_CFLAGS) $(CFLAGS) -c -o malloc_extens ion_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 $(CYGPAT H_W) '$(srcdir)/src/tests/malloc_extension_c_test.c'; fi`
3318 3110
3319 .cc.o: 3111 .cc.o:
3320 @am__fastdepCXX_TRUE@» $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 3112 @am__fastdepCXX_TRUE@» if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" - c -o $@ $<; \
3321 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 3113 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
3322 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDE PBACKSLASH@ 3114 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDE PBACKSLASH@
3323 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3115 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
3324 @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ $< 3116 @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ $<
3325 3117
3326 .cc.obj: 3118 .cc.obj:
3327 @am__fastdepCXX_TRUE@» $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` 3119 @am__fastdepCXX_TRUE@» if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" - c -o $@ `$(CYGPATH_W) '$<'`; \
3328 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 3120 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
3329 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDE PBACKSLASH@ 3121 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDE PBACKSLASH@
3330 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3122 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
3331 @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` 3123 @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
3332 3124
3333 .cc.lo: 3125 .cc.lo:
3334 @am__fastdepCXX_TRUE@» $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c - o $@ $< 3126 @am__fastdepCXX_TRUE@» if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
3335 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo 3127 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else r m -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
3336 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=yes @AMD EPBACKSLASH@ 3128 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=yes @AMD EPBACKSLASH@
3337 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3129 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
3338 @am__fastdepCXX_FALSE@ $(LTCXXCOMPILE) -c -o $@ $< 3130 @am__fastdepCXX_FALSE@ $(LTCXXCOMPILE) -c -o $@ $<
3339 3131
3340 logging.lo: src/base/logging.cc 3132 logging.lo: src/base/logging.cc
3341 @am__fastdepCXX_TRUE@» $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(C PPFLAGS) $(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/ba se/logging.cc 3133 @am__fastdepCXX_TRUE@» if $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $( DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLA GS) -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; \
3342 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/logging.Tpo $(DEPDIR)/logging.Plo 3134 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/logging.Tpo" "$(DEPDIR)/logging.Pl o"; else rm -f "$(DEPDIR)/logging.Tpo"; exit 1; fi
3343 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/base/logging.cc' object='log ging.lo' libtool=yes @AMDEPBACKSLASH@ 3135 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/base/logging.cc' object='log ging.lo' libtool=yes @AMDEPBACKSLASH@
3344 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3136 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
3345 @am__fastdepCXX_FALSE@» $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(C PPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o logging.lo `test -f 'src/base/logging. cc' || echo '$(srcdir)/'`src/base/logging.cc 3137 @am__fastdepCXX_FALSE@» $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEF AULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o logging.lo `test -f 'src/base/logging.cc' || echo '$(srcdir)/'`src/base/l ogging.cc
3346 3138
3347 profiler.lo: src/profiler.cc 3139 profiler.lo: src/profiler.cc
3348 @am__fastdepCXX_TRUE@» $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(C PPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT profiler.lo -MD -MP -MF $(DEPDIR)/profil er.Tpo -c -o profiler.lo `test -f 'src/profiler.cc' || echo '$(srcdir)/'`src/pro filer.cc 3140 @am__fastdepCXX_TRUE@» if $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $( DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLA GS) -MT profiler.lo -MD -MP -MF "$(DEPDIR)/profiler.Tpo" -c -o profiler.lo `test -f 'src/profiler.cc' || echo '$(srcdir)/'`src/profiler.cc; \
3349 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/profiler.Tpo $(DEPDIR)/profiler.Plo 3141 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/profiler.Tpo" "$(DEPDIR)/profiler. Plo"; else rm -f "$(DEPDIR)/profiler.Tpo"; exit 1; fi
3350 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/profiler.cc' object='profile r.lo' libtool=yes @AMDEPBACKSLASH@ 3142 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/profiler.cc' object='profile r.lo' libtool=yes @AMDEPBACKSLASH@
3351 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3143 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
3352 @am__fastdepCXX_FALSE@» $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(C PPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o profiler.lo `test -f 'src/profiler.cc' || echo '$(srcdir)/'`src/profiler.cc 3144 @am__fastdepCXX_FALSE@» $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEF AULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o profiler.lo `test -f 'src/profiler.cc' || echo '$(srcdir)/'`src/profiler. cc
3353 3145
3354 profile-handler.lo: src/profile-handler.cc 3146 profile-handler.lo: src/profile-handler.cc
3355 @am__fastdepCXX_TRUE@» $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(C PPFLAGS) $(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 3147 @am__fastdepCXX_TRUE@» if $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $( DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLA GS) -MT profile-handler.lo -MD -MP -MF "$(DEPDIR)/profile-handler.Tpo" -c -o pro file-handler.lo `test -f 'src/profile-handler.cc' || echo '$(srcdir)/'`src/profi le-handler.cc; \
3356 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/profile-handler.Tpo $(DEPDIR)/profile-ha ndler.Plo 3148 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/profile-handler.Tpo" "$(DEPDIR)/pr ofile-handler.Plo"; else rm -f "$(DEPDIR)/profile-handler.Tpo"; exit 1; fi
3357 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/profile-handler.cc' object=' profile-handler.lo' libtool=yes @AMDEPBACKSLASH@ 3149 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/profile-handler.cc' object=' profile-handler.lo' libtool=yes @AMDEPBACKSLASH@
3358 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3150 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
3359 @am__fastdepCXX_FALSE@» $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(C PPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o profile-handler.lo `test -f 'src/profi le-handler.cc' || echo '$(srcdir)/'`src/profile-handler.cc 3151 @am__fastdepCXX_FALSE@» $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEF AULT_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
3360 3152
3361 profiledata.lo: src/profiledata.cc 3153 profiledata.lo: src/profiledata.cc
3362 @am__fastdepCXX_TRUE@» $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(C PPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT profiledata.lo -MD -MP -MF $(DEPDIR)/pro filedata.Tpo -c -o profiledata.lo `test -f 'src/profiledata.cc' || echo '$(srcdi r)/'`src/profiledata.cc 3154 @am__fastdepCXX_TRUE@» if $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $( DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLA GS) -MT profiledata.lo -MD -MP -MF "$(DEPDIR)/profiledata.Tpo" -c -o profiledata .lo `test -f 'src/profiledata.cc' || echo '$(srcdir)/'`src/profiledata.cc; \
3363 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/profiledata.Tpo $(DEPDIR)/profiledata.Pl o 3155 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/profiledata.Tpo" "$(DEPDIR)/profil edata.Plo"; else rm -f "$(DEPDIR)/profiledata.Tpo"; exit 1; fi
3364 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/profiledata.cc' object='prof iledata.lo' libtool=yes @AMDEPBACKSLASH@ 3156 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/profiledata.cc' object='prof iledata.lo' libtool=yes @AMDEPBACKSLASH@
3365 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3157 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
3366 @am__fastdepCXX_FALSE@» $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(C PPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o profiledata.lo `test -f 'src/profileda ta.cc' || echo '$(srcdir)/'`src/profiledata.cc 3158 @am__fastdepCXX_FALSE@» $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEF AULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o profiledata.lo `test -f 'src/profiledata.cc' || echo '$(srcdir)/'`src/pro filedata.cc
3367 3159
3368 spinlock.lo: src/base/spinlock.cc 3160 spinlock.lo: src/base/spinlock.cc
3369 @am__fastdepCXX_TRUE@» $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(C PPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT spinlock.lo -MD -MP -MF $(DEPDIR)/spinlo ck.Tpo -c -o spinlock.lo `test -f 'src/base/spinlock.cc' || echo '$(srcdir)/'`sr c/base/spinlock.cc 3161 @am__fastdepCXX_TRUE@» if $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $( DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLA GS) -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; \
3370 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/spinlock.Tpo $(DEPDIR)/spinlock.Plo 3162 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/spinlock.Tpo" "$(DEPDIR)/spinlock. Plo"; else rm -f "$(DEPDIR)/spinlock.Tpo"; exit 1; fi
3371 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/base/spinlock.cc' object='sp inlock.lo' libtool=yes @AMDEPBACKSLASH@ 3163 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/base/spinlock.cc' object='sp inlock.lo' libtool=yes @AMDEPBACKSLASH@
3372 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3164 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
3373 @am__fastdepCXX_FALSE@» $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(C PPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o spinlock.lo `test -f 'src/base/spinloc k.cc' || echo '$(srcdir)/'`src/base/spinlock.cc 3165 @am__fastdepCXX_FALSE@» $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEF AULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o spinlock.lo `test -f 'src/base/spinlock.cc' || echo '$(srcdir)/'`src/base /spinlock.cc
3374 3166
3375 spinlock_internal.lo: src/base/spinlock_internal.cc 3167 spinlock_internal.lo: src/base/spinlock_internal.cc
3376 @am__fastdepCXX_TRUE@» $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(C PPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT spinlock_internal.lo -MD -MP -MF $(DEPDI R)/spinlock_internal.Tpo -c -o spinlock_internal.lo `test -f 'src/base/spinlock_ internal.cc' || echo '$(srcdir)/'`src/base/spinlock_internal.cc 3168 @am__fastdepCXX_TRUE@» if $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $( DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLA GS) -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; \
3377 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/spinlock_internal.Tpo $(DEPDIR)/spinlock _internal.Plo 3169 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/spinlock_internal.Tpo" "$(DEPDIR)/ spinlock_internal.Plo"; else rm -f "$(DEPDIR)/spinlock_internal.Tpo"; exit 1; fi
3378 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/base/spinlock_internal.cc' o bject='spinlock_internal.lo' libtool=yes @AMDEPBACKSLASH@ 3170 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/base/spinlock_internal.cc' o bject='spinlock_internal.lo' libtool=yes @AMDEPBACKSLASH@
3379 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3171 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
3380 @am__fastdepCXX_FALSE@» $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(C PPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o spinlock_internal.lo `test -f 'src/bas e/spinlock_internal.cc' || echo '$(srcdir)/'`src/base/spinlock_internal.cc 3172 @am__fastdepCXX_FALSE@» $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEF AULT_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
3381 3173
3382 atomicops-internals-x86.lo: src/base/atomicops-internals-x86.cc 3174 atomicops-internals-x86.lo: src/base/atomicops-internals-x86.cc
3383 @am__fastdepCXX_TRUE@» $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(C PPFLAGS) $(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-int ernals-x86.cc 3175 @am__fastdepCXX_TRUE@» if $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $( DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLA GS) -MT atomicops-internals-x86.lo -MD -MP -MF "$(DEPDIR)/atomicops-internals-x8 6.Tpo" -c -o atomicops-internals-x86.lo `test -f 'src/base/atomicops-internals-x 86.cc' || echo '$(srcdir)/'`src/base/atomicops-internals-x86.cc; \
3384 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/atomicops-internals-x86.Tpo $(DEPDIR)/at omicops-internals-x86.Plo 3176 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/atomicops-internals-x86.Tpo" "$(DE PDIR)/atomicops-internals-x86.Plo"; else rm -f "$(DEPDIR)/atomicops-internals-x8 6.Tpo"; exit 1; fi
3385 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/base/atomicops-internals-x86 .cc' object='atomicops-internals-x86.lo' libtool=yes @AMDEPBACKSLASH@ 3177 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/base/atomicops-internals-x86 .cc' object='atomicops-internals-x86.lo' libtool=yes @AMDEPBACKSLASH@
3386 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3178 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
3387 @am__fastdepCXX_FALSE@» $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(C PPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o atomicops-internals-x86.lo `test -f 's rc/base/atomicops-internals-x86.cc' || echo '$(srcdir)/'`src/base/atomicops-inte rnals-x86.cc 3179 @am__fastdepCXX_FALSE@» $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEF AULT_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
3388 3180
3389 stacktrace.lo: src/stacktrace.cc 3181 stacktrace.lo: src/stacktrace.cc
3390 @am__fastdepCXX_TRUE@» $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(C PPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT stacktrace.lo -MD -MP -MF $(DEPDIR)/stac ktrace.Tpo -c -o stacktrace.lo `test -f 'src/stacktrace.cc' || echo '$(srcdir)/' `src/stacktrace.cc 3182 @am__fastdepCXX_TRUE@» if $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $( DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLA GS) -MT stacktrace.lo -MD -MP -MF "$(DEPDIR)/stacktrace.Tpo" -c -o stacktrace.lo `test -f 'src/stacktrace.cc' || echo '$(srcdir)/'`src/stacktrace.cc; \
3391 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/stacktrace.Tpo $(DEPDIR)/stacktrace.Plo 3183 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/stacktrace.Tpo" "$(DEPDIR)/stacktr ace.Plo"; else rm -f "$(DEPDIR)/stacktrace.Tpo"; exit 1; fi
3392 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/stacktrace.cc' object='stack trace.lo' libtool=yes @AMDEPBACKSLASH@ 3184 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/stacktrace.cc' object='stack trace.lo' libtool=yes @AMDEPBACKSLASH@
3393 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3185 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
3394 @am__fastdepCXX_FALSE@» $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(C PPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o stacktrace.lo `test -f 'src/stacktrace .cc' || echo '$(srcdir)/'`src/stacktrace.cc 3186 @am__fastdepCXX_FALSE@» $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEF AULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o stacktrace.lo `test -f 'src/stacktrace.cc' || echo '$(srcdir)/'`src/stack trace.cc
3395 3187
3396 elf_mem_image.lo: src/base/elf_mem_image.cc 3188 elf_mem_image.lo: src/base/elf_mem_image.cc
3397 @am__fastdepCXX_TRUE@» $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(C PPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT elf_mem_image.lo -MD -MP -MF $(DEPDIR)/e lf_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 3189 @am__fastdepCXX_TRUE@» if $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $( DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLA GS) -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; \
3398 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/elf_mem_image.Tpo $(DEPDIR)/elf_mem_imag e.Plo 3190 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/elf_mem_image.Tpo" "$(DEPDIR)/elf_ mem_image.Plo"; else rm -f "$(DEPDIR)/elf_mem_image.Tpo"; exit 1; fi
3399 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/base/elf_mem_image.cc' objec t='elf_mem_image.lo' libtool=yes @AMDEPBACKSLASH@ 3191 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/base/elf_mem_image.cc' objec t='elf_mem_image.lo' libtool=yes @AMDEPBACKSLASH@
3400 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3192 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
3401 @am__fastdepCXX_FALSE@» $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(C PPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o elf_mem_image.lo `test -f 'src/base/el f_mem_image.cc' || echo '$(srcdir)/'`src/base/elf_mem_image.cc 3193 @am__fastdepCXX_FALSE@» $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEF AULT_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
3402 3194
3403 vdso_support.lo: src/base/vdso_support.cc 3195 vdso_support.lo: src/base/vdso_support.cc
3404 @am__fastdepCXX_TRUE@» $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(C PPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT vdso_support.lo -MD -MP -MF $(DEPDIR)/vd so_support.Tpo -c -o vdso_support.lo `test -f 'src/base/vdso_support.cc' || echo '$(srcdir)/'`src/base/vdso_support.cc 3196 @am__fastdepCXX_TRUE@» if $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $( DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLA GS) -MT vdso_support.lo -MD -MP -MF "$(DEPDIR)/vdso_support.Tpo" -c -o vdso_supp ort.lo `test -f 'src/base/vdso_support.cc' || echo '$(srcdir)/'`src/base/vdso_su pport.cc; \
3405 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/vdso_support.Tpo $(DEPDIR)/vdso_support. Plo 3197 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/vdso_support.Tpo" "$(DEPDIR)/vdso_ support.Plo"; else rm -f "$(DEPDIR)/vdso_support.Tpo"; exit 1; fi
3406 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/base/vdso_support.cc' object ='vdso_support.lo' libtool=yes @AMDEPBACKSLASH@ 3198 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/base/vdso_support.cc' object ='vdso_support.lo' libtool=yes @AMDEPBACKSLASH@
3407 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3199 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
3408 @am__fastdepCXX_FALSE@» $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(C PPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o vdso_support.lo `test -f 'src/base/vds o_support.cc' || echo '$(srcdir)/'`src/base/vdso_support.cc 3200 @am__fastdepCXX_FALSE@» $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEF AULT_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
3409 3201
3410 sysinfo.lo: src/base/sysinfo.cc 3202 sysinfo.lo: src/base/sysinfo.cc
3411 @am__fastdepCXX_TRUE@» $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(C PPFLAGS) $(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/ba se/sysinfo.cc 3203 @am__fastdepCXX_TRUE@» if $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $( DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLA GS) -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; \
3412 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/sysinfo.Tpo $(DEPDIR)/sysinfo.Plo 3204 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/sysinfo.Tpo" "$(DEPDIR)/sysinfo.Pl o"; else rm -f "$(DEPDIR)/sysinfo.Tpo"; exit 1; fi
3413 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/base/sysinfo.cc' object='sys info.lo' libtool=yes @AMDEPBACKSLASH@ 3205 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/base/sysinfo.cc' object='sys info.lo' libtool=yes @AMDEPBACKSLASH@
3414 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3206 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
3415 @am__fastdepCXX_FALSE@» $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(C PPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sysinfo.lo `test -f 'src/base/sysinfo. cc' || echo '$(srcdir)/'`src/base/sysinfo.cc 3207 @am__fastdepCXX_FALSE@» $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEF AULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sysinfo.lo `test -f 'src/base/sysinfo.cc' || echo '$(srcdir)/'`src/base/s ysinfo.cc
3416 3208
3417 libtcmalloc_la-tcmalloc.lo: src/tcmalloc.cc 3209 libtcmalloc_la-tcmalloc.lo: src/tcmalloc.cc
3418 @am__fastdepCXX_TRUE@» $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(C PPFLAGS) $(libtcmalloc_la_CXXFLAGS) $(CXXFLAGS) -MT libtcmalloc_la-tcmalloc.lo - MD -MP -MF $(DEPDIR)/libtcmalloc_la-tcmalloc.Tpo -c -o libtcmalloc_la-tcmalloc.l o `test -f 'src/tcmalloc.cc' || echo '$(srcdir)/'`src/tcmalloc.cc 3210 @am__fastdepCXX_TRUE@» if $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $( DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtcmalloc_la_CXXFLA GS) $(CXXFLAGS) -MT libtcmalloc_la-tcmalloc.lo -MD -MP -MF "$(DEPDIR)/libtcmallo c_la-tcmalloc.Tpo" -c -o libtcmalloc_la-tcmalloc.lo `test -f 'src/tcmalloc.cc' | | echo '$(srcdir)/'`src/tcmalloc.cc; \
3419 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/libtcmalloc_la-tcmalloc.Tpo $(DEPDIR)/li btcmalloc_la-tcmalloc.Plo 3211 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/libtcmalloc_la-tcmalloc.Tpo" "$(DE PDIR)/libtcmalloc_la-tcmalloc.Plo"; else rm -f "$(DEPDIR)/libtcmalloc_la-tcmallo c.Tpo"; exit 1; fi
3420 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tcmalloc.cc' object='libtcma lloc_la-tcmalloc.lo' libtool=yes @AMDEPBACKSLASH@ 3212 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tcmalloc.cc' object='libtcma lloc_la-tcmalloc.lo' libtool=yes @AMDEPBACKSLASH@
3421 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3213 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
3422 @am__fastdepCXX_FALSE@» $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(C PPFLAGS) $(libtcmalloc_la_CXXFLAGS) $(CXXFLAGS) -c -o libtcmalloc_la-tcmalloc.lo `test -f 'src/tcmalloc.cc' || echo '$(srcdir)/'`src/tcmalloc.cc 3214 @am__fastdepCXX_FALSE@» $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEF AULT_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
3423 3215
3424 libtcmalloc_la-linuxthreads.lo: src/base/linuxthreads.cc 3216 libtcmalloc_la-linuxthreads.lo: src/base/linuxthreads.cc
3425 @am__fastdepCXX_TRUE@» $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(C PPFLAGS) $(libtcmalloc_la_CXXFLAGS) $(CXXFLAGS) -MT libtcmalloc_la-linuxthreads. lo -MD -MP -MF $(DEPDIR)/libtcmalloc_la-linuxthreads.Tpo -c -o libtcmalloc_la-li nuxthreads.lo `test -f 'src/base/linuxthreads.cc' || echo '$(srcdir)/'`src/base/ linuxthreads.cc 3217 @am__fastdepCXX_TRUE@» if $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $( DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtcmalloc_la_CXXFLA GS) $(CXXFLAGS) -MT libtcmalloc_la-linuxthreads.lo -MD -MP -MF "$(DEPDIR)/libtcm alloc_la-linuxthreads.Tpo" -c -o libtcmalloc_la-linuxthreads.lo `test -f 'src/ba se/linuxthreads.cc' || echo '$(srcdir)/'`src/base/linuxthreads.cc; \
3426 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/libtcmalloc_la-linuxthreads.Tpo $(DEPDIR )/libtcmalloc_la-linuxthreads.Plo 3218 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/libtcmalloc_la-linuxthreads.Tpo" " $(DEPDIR)/libtcmalloc_la-linuxthreads.Plo"; else rm -f "$(DEPDIR)/libtcmalloc_la -linuxthreads.Tpo"; exit 1; fi
3427 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/base/linuxthreads.cc' object ='libtcmalloc_la-linuxthreads.lo' libtool=yes @AMDEPBACKSLASH@ 3219 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/base/linuxthreads.cc' object ='libtcmalloc_la-linuxthreads.lo' libtool=yes @AMDEPBACKSLASH@
3428 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3220 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
3429 @am__fastdepCXX_FALSE@» $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(C PPFLAGS) $(libtcmalloc_la_CXXFLAGS) $(CXXFLAGS) -c -o libtcmalloc_la-linuxthread s.lo `test -f 'src/base/linuxthreads.cc' || echo '$(srcdir)/'`src/base/linuxthre ads.cc 3221 @am__fastdepCXX_FALSE@» $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEF AULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtcmalloc_la_CXXFLAGS) $(CXXFLAGS) -c -o libtcmalloc_la-linuxthreads.lo `test -f 'src/base/linuxthread s.cc' || echo '$(srcdir)/'`src/base/linuxthreads.cc
3430 3222
3431 libtcmalloc_la-heap-checker.lo: src/heap-checker.cc 3223 libtcmalloc_la-heap-checker.lo: src/heap-checker.cc
3432 @am__fastdepCXX_TRUE@» $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(C PPFLAGS) $(libtcmalloc_la_CXXFLAGS) $(CXXFLAGS) -MT libtcmalloc_la-heap-checker. lo -MD -MP -MF $(DEPDIR)/libtcmalloc_la-heap-checker.Tpo -c -o libtcmalloc_la-he ap-checker.lo `test -f 'src/heap-checker.cc' || echo '$(srcdir)/'`src/heap-check er.cc 3224 @am__fastdepCXX_TRUE@» if $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $( DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtcmalloc_la_CXXFLA GS) $(CXXFLAGS) -MT libtcmalloc_la-heap-checker.lo -MD -MP -MF "$(DEPDIR)/libtcm alloc_la-heap-checker.Tpo" -c -o libtcmalloc_la-heap-checker.lo `test -f 'src/he ap-checker.cc' || echo '$(srcdir)/'`src/heap-checker.cc; \
3433 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/libtcmalloc_la-heap-checker.Tpo $(DEPDIR )/libtcmalloc_la-heap-checker.Plo 3225 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/libtcmalloc_la-heap-checker.Tpo" " $(DEPDIR)/libtcmalloc_la-heap-checker.Plo"; else rm -f "$(DEPDIR)/libtcmalloc_la -heap-checker.Tpo"; exit 1; fi
3434 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/heap-checker.cc' object='lib tcmalloc_la-heap-checker.lo' libtool=yes @AMDEPBACKSLASH@ 3226 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/heap-checker.cc' object='lib tcmalloc_la-heap-checker.lo' libtool=yes @AMDEPBACKSLASH@
3435 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3227 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
3436 @am__fastdepCXX_FALSE@» $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(C PPFLAGS) $(libtcmalloc_la_CXXFLAGS) $(CXXFLAGS) -c -o libtcmalloc_la-heap-checke r.lo `test -f 'src/heap-checker.cc' || echo '$(srcdir)/'`src/heap-checker.cc 3228 @am__fastdepCXX_FALSE@» $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEF AULT_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
3437 3229
3438 libtcmalloc_la-heap-checker-bcad.lo: src/heap-checker-bcad.cc 3230 libtcmalloc_la-heap-checker-bcad.lo: src/heap-checker-bcad.cc
3439 @am__fastdepCXX_TRUE@» $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(C PPFLAGS) $(libtcmalloc_la_CXXFLAGS) $(CXXFLAGS) -MT libtcmalloc_la-heap-checker- bcad.lo -MD -MP -MF $(DEPDIR)/libtcmalloc_la-heap-checker-bcad.Tpo -c -o libtcma lloc_la-heap-checker-bcad.lo `test -f 'src/heap-checker-bcad.cc' || echo '$(srcd ir)/'`src/heap-checker-bcad.cc 3231 @am__fastdepCXX_TRUE@» if $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $( DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtcmalloc_la_CXXFLA GS) $(CXXFLAGS) -MT libtcmalloc_la-heap-checker-bcad.lo -MD -MP -MF "$(DEPDIR)/l ibtcmalloc_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 ; \
3440 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/libtcmalloc_la-heap-checker-bcad.Tpo $(D EPDIR)/libtcmalloc_la-heap-checker-bcad.Plo 3232 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/libtcmalloc_la-heap-checker-bcad.T po" "$(DEPDIR)/libtcmalloc_la-heap-checker-bcad.Plo"; else rm -f "$(DEPDIR)/libt cmalloc_la-heap-checker-bcad.Tpo"; exit 1; fi
3441 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/heap-checker-bcad.cc' object ='libtcmalloc_la-heap-checker-bcad.lo' libtool=yes @AMDEPBACKSLASH@ 3233 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/heap-checker-bcad.cc' object ='libtcmalloc_la-heap-checker-bcad.lo' libtool=yes @AMDEPBACKSLASH@
3442 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3234 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
3443 @am__fastdepCXX_FALSE@» $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(C PPFLAGS) $(libtcmalloc_la_CXXFLAGS) $(CXXFLAGS) -c -o libtcmalloc_la-heap-checke r-bcad.lo `test -f 'src/heap-checker-bcad.cc' || echo '$(srcdir)/'`src/heap-chec ker-bcad.cc 3235 @am__fastdepCXX_FALSE@» $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEF AULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtcmalloc_la_CXXFLAGS) $(CXXFLAGS) -c -o libtcmalloc_la-heap-checker-bcad.lo `test -f 'src/heap-checke r-bcad.cc' || echo '$(srcdir)/'`src/heap-checker-bcad.cc
3444 3236
3445 libtcmalloc_and_profiler_la-tcmalloc.lo: src/tcmalloc.cc 3237 libtcmalloc_and_profiler_la-tcmalloc.lo: src/tcmalloc.cc
3446 @am__fastdepCXX_TRUE@» $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(C PPFLAGS) $(libtcmalloc_and_profiler_la_CXXFLAGS) $(CXXFLAGS) -MT libtcmalloc_and _profiler_la-tcmalloc.lo -MD -MP -MF $(DEPDIR)/libtcmalloc_and_profiler_la-tcmal loc.Tpo -c -o libtcmalloc_and_profiler_la-tcmalloc.lo `test -f 'src/tcmalloc.cc' || echo '$(srcdir)/'`src/tcmalloc.cc 3238 @am__fastdepCXX_TRUE@» if $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $( DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtcmalloc_and_profi ler_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/tcma lloc.cc; \
3447 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/libtcmalloc_and_profiler_la-tcmalloc.Tpo $(DEPDIR)/libtcmalloc_and_profiler_la-tcmalloc.Plo 3239 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/libtcmalloc_and_profiler_la-tcmall oc.Tpo" "$(DEPDIR)/libtcmalloc_and_profiler_la-tcmalloc.Plo"; else rm -f "$(DEPD IR)/libtcmalloc_and_profiler_la-tcmalloc.Tpo"; exit 1; fi
3448 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tcmalloc.cc' object='libtcma lloc_and_profiler_la-tcmalloc.lo' libtool=yes @AMDEPBACKSLASH@ 3240 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tcmalloc.cc' object='libtcma lloc_and_profiler_la-tcmalloc.lo' libtool=yes @AMDEPBACKSLASH@
3449 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3241 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
3450 @am__fastdepCXX_FALSE@» $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(C PPFLAGS) $(libtcmalloc_and_profiler_la_CXXFLAGS) $(CXXFLAGS) -c -o libtcmalloc_a nd_profiler_la-tcmalloc.lo `test -f 'src/tcmalloc.cc' || echo '$(srcdir)/'`src/t cmalloc.cc 3242 @am__fastdepCXX_FALSE@» $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEF AULT_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
3451 3243
3452 libtcmalloc_and_profiler_la-linuxthreads.lo: src/base/linuxthreads.cc 3244 libtcmalloc_and_profiler_la-linuxthreads.lo: src/base/linuxthreads.cc
3453 @am__fastdepCXX_TRUE@» $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(C PPFLAGS) $(libtcmalloc_and_profiler_la_CXXFLAGS) $(CXXFLAGS) -MT libtcmalloc_and _profiler_la-linuxthreads.lo -MD -MP -MF $(DEPDIR)/libtcmalloc_and_profiler_la-l inuxthreads.Tpo -c -o libtcmalloc_and_profiler_la-linuxthreads.lo `test -f 'src/ base/linuxthreads.cc' || echo '$(srcdir)/'`src/base/linuxthreads.cc 3245 @am__fastdepCXX_TRUE@» if $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $( DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtcmalloc_and_profi ler_la_CXXFLAGS) $(CXXFLAGS) -MT libtcmalloc_and_profiler_la-linuxthreads.lo -MD -MP -MF "$(DEPDIR)/libtcmalloc_and_profiler_la-linuxthreads.Tpo" -c -o libtcmal loc_and_profiler_la-linuxthreads.lo `test -f 'src/base/linuxthreads.cc' || echo '$(srcdir)/'`src/base/linuxthreads.cc; \
3454 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/libtcmalloc_and_profiler_la-linuxthreads .Tpo $(DEPDIR)/libtcmalloc_and_profiler_la-linuxthreads.Plo 3246 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/libtcmalloc_and_profiler_la-linuxt hreads.Tpo" "$(DEPDIR)/libtcmalloc_and_profiler_la-linuxthreads.Plo"; else rm -f "$(DEPDIR)/libtcmalloc_and_profiler_la-linuxthreads.Tpo"; exit 1; fi
3455 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/base/linuxthreads.cc' object ='libtcmalloc_and_profiler_la-linuxthreads.lo' libtool=yes @AMDEPBACKSLASH@ 3247 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/base/linuxthreads.cc' object ='libtcmalloc_and_profiler_la-linuxthreads.lo' libtool=yes @AMDEPBACKSLASH@
3456 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3248 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
3457 @am__fastdepCXX_FALSE@» $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(C PPFLAGS) $(libtcmalloc_and_profiler_la_CXXFLAGS) $(CXXFLAGS) -c -o libtcmalloc_a nd_profiler_la-linuxthreads.lo `test -f 'src/base/linuxthreads.cc' || echo '$(sr cdir)/'`src/base/linuxthreads.cc 3249 @am__fastdepCXX_FALSE@» $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEF AULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtcmalloc_and_profiler _la_CXXFLAGS) $(CXXFLAGS) -c -o libtcmalloc_and_profiler_la-linuxthreads.lo `tes t -f 'src/base/linuxthreads.cc' || echo '$(srcdir)/'`src/base/linuxthreads.cc
3458 3250
3459 libtcmalloc_and_profiler_la-heap-checker.lo: src/heap-checker.cc 3251 libtcmalloc_and_profiler_la-heap-checker.lo: src/heap-checker.cc
3460 @am__fastdepCXX_TRUE@» $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(C PPFLAGS) $(libtcmalloc_and_profiler_la_CXXFLAGS) $(CXXFLAGS) -MT libtcmalloc_and _profiler_la-heap-checker.lo -MD -MP -MF $(DEPDIR)/libtcmalloc_and_profiler_la-h eap-checker.Tpo -c -o libtcmalloc_and_profiler_la-heap-checker.lo `test -f 'src/ heap-checker.cc' || echo '$(srcdir)/'`src/heap-checker.cc 3252 @am__fastdepCXX_TRUE@» if $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $( DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtcmalloc_and_profi ler_la_CXXFLAGS) $(CXXFLAGS) -MT libtcmalloc_and_profiler_la-heap-checker.lo -MD -MP -MF "$(DEPDIR)/libtcmalloc_and_profiler_la-heap-checker.Tpo" -c -o libtcmal loc_and_profiler_la-heap-checker.lo `test -f 'src/heap-checker.cc' || echo '$(sr cdir)/'`src/heap-checker.cc; \
3461 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/libtcmalloc_and_profiler_la-heap-checker .Tpo $(DEPDIR)/libtcmalloc_and_profiler_la-heap-checker.Plo 3253 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/libtcmalloc_and_profiler_la-heap-c hecker.Tpo" "$(DEPDIR)/libtcmalloc_and_profiler_la-heap-checker.Plo"; else rm -f "$(DEPDIR)/libtcmalloc_and_profiler_la-heap-checker.Tpo"; exit 1; fi
3462 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/heap-checker.cc' object='lib tcmalloc_and_profiler_la-heap-checker.lo' libtool=yes @AMDEPBACKSLASH@ 3254 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/heap-checker.cc' object='lib tcmalloc_and_profiler_la-heap-checker.lo' libtool=yes @AMDEPBACKSLASH@
3463 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3255 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
3464 @am__fastdepCXX_FALSE@» $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(C PPFLAGS) $(libtcmalloc_and_profiler_la_CXXFLAGS) $(CXXFLAGS) -c -o libtcmalloc_a nd_profiler_la-heap-checker.lo `test -f 'src/heap-checker.cc' || echo '$(srcdir) /'`src/heap-checker.cc 3256 @am__fastdepCXX_FALSE@» $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEF AULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtcmalloc_and_profiler _la_CXXFLAGS) $(CXXFLAGS) -c -o libtcmalloc_and_profiler_la-heap-checker.lo `tes t -f 'src/heap-checker.cc' || echo '$(srcdir)/'`src/heap-checker.cc
3465 3257
3466 libtcmalloc_and_profiler_la-heap-checker-bcad.lo: src/heap-checker-bcad.cc 3258 libtcmalloc_and_profiler_la-heap-checker-bcad.lo: src/heap-checker-bcad.cc
3467 @am__fastdepCXX_TRUE@» $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(C PPFLAGS) $(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 3259 @am__fastdepCXX_TRUE@» if $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $( DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtcmalloc_and_profi ler_la_CXXFLAGS) $(CXXFLAGS) -MT libtcmalloc_and_profiler_la-heap-checker-bcad.l o -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-bc ad.cc' || echo '$(srcdir)/'`src/heap-checker-bcad.cc; \
3468 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/libtcmalloc_and_profiler_la-heap-checker -bcad.Tpo $(DEPDIR)/libtcmalloc_and_profiler_la-heap-checker-bcad.Plo 3260 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/libtcmalloc_and_profiler_la-heap-c hecker-bcad.Tpo" "$(DEPDIR)/libtcmalloc_and_profiler_la-heap-checker-bcad.Plo"; else rm -f "$(DEPDIR)/libtcmalloc_and_profiler_la-heap-checker-bcad.Tpo"; exit 1 ; fi
3469 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/heap-checker-bcad.cc' object ='libtcmalloc_and_profiler_la-heap-checker-bcad.lo' libtool=yes @AMDEPBACKSLASH@ 3261 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/heap-checker-bcad.cc' object ='libtcmalloc_and_profiler_la-heap-checker-bcad.lo' libtool=yes @AMDEPBACKSLASH@
3470 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3262 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
3471 @am__fastdepCXX_FALSE@» $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(C PPFLAGS) $(libtcmalloc_and_profiler_la_CXXFLAGS) $(CXXFLAGS) -c -o libtcmalloc_a nd_profiler_la-heap-checker-bcad.lo `test -f 'src/heap-checker-bcad.cc' || echo '$(srcdir)/'`src/heap-checker-bcad.cc 3263 @am__fastdepCXX_FALSE@» $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEF AULT_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
3472 3264
3473 libtcmalloc_and_profiler_la-profiler.lo: src/profiler.cc 3265 libtcmalloc_and_profiler_la-profiler.lo: src/profiler.cc
3474 @am__fastdepCXX_TRUE@» $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(C PPFLAGS) $(libtcmalloc_and_profiler_la_CXXFLAGS) $(CXXFLAGS) -MT libtcmalloc_and _profiler_la-profiler.lo -MD -MP -MF $(DEPDIR)/libtcmalloc_and_profiler_la-profi ler.Tpo -c -o libtcmalloc_and_profiler_la-profiler.lo `test -f 'src/profiler.cc' || echo '$(srcdir)/'`src/profiler.cc 3266 @am__fastdepCXX_TRUE@» if $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $( DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtcmalloc_and_profi ler_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/prof iler.cc; \
3475 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/libtcmalloc_and_profiler_la-profiler.Tpo $(DEPDIR)/libtcmalloc_and_profiler_la-profiler.Plo 3267 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/libtcmalloc_and_profiler_la-profil er.Tpo" "$(DEPDIR)/libtcmalloc_and_profiler_la-profiler.Plo"; else rm -f "$(DEPD IR)/libtcmalloc_and_profiler_la-profiler.Tpo"; exit 1; fi
3476 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/profiler.cc' object='libtcma lloc_and_profiler_la-profiler.lo' libtool=yes @AMDEPBACKSLASH@ 3268 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/profiler.cc' object='libtcma lloc_and_profiler_la-profiler.lo' libtool=yes @AMDEPBACKSLASH@
3477 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3269 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
3478 @am__fastdepCXX_FALSE@» $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(C PPFLAGS) $(libtcmalloc_and_profiler_la_CXXFLAGS) $(CXXFLAGS) -c -o libtcmalloc_a nd_profiler_la-profiler.lo `test -f 'src/profiler.cc' || echo '$(srcdir)/'`src/p rofiler.cc 3270 @am__fastdepCXX_FALSE@» $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEF AULT_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
3479 3271
3480 libtcmalloc_and_profiler_la-profile-handler.lo: src/profile-handler.cc 3272 libtcmalloc_and_profiler_la-profile-handler.lo: src/profile-handler.cc
3481 @am__fastdepCXX_TRUE@» $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(C PPFLAGS) $(libtcmalloc_and_profiler_la_CXXFLAGS) $(CXXFLAGS) -MT libtcmalloc_and _profiler_la-profile-handler.lo -MD -MP -MF $(DEPDIR)/libtcmalloc_and_profiler_l a-profile-handler.Tpo -c -o libtcmalloc_and_profiler_la-profile-handler.lo `test -f 'src/profile-handler.cc' || echo '$(srcdir)/'`src/profile-handler.cc 3273 @am__fastdepCXX_TRUE@» if $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $( DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtcmalloc_and_profi ler_la_CXXFLAGS) $(CXXFLAGS) -MT libtcmalloc_and_profiler_la-profile-handler.lo -MD -MP -MF "$(DEPDIR)/libtcmalloc_and_profiler_la-profile-handler.Tpo" -c -o li btcmalloc_and_profiler_la-profile-handler.lo `test -f 'src/profile-handler.cc' | | echo '$(srcdir)/'`src/profile-handler.cc; \
3482 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/libtcmalloc_and_profiler_la-profile-hand ler.Tpo $(DEPDIR)/libtcmalloc_and_profiler_la-profile-handler.Plo 3274 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/libtcmalloc_and_profiler_la-profil e-handler.Tpo" "$(DEPDIR)/libtcmalloc_and_profiler_la-profile-handler.Plo"; else rm -f "$(DEPDIR)/libtcmalloc_and_profiler_la-profile-handler.Tpo"; exit 1; fi
3483 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/profile-handler.cc' object=' libtcmalloc_and_profiler_la-profile-handler.lo' libtool=yes @AMDEPBACKSLASH@ 3275 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/profile-handler.cc' object=' libtcmalloc_and_profiler_la-profile-handler.lo' libtool=yes @AMDEPBACKSLASH@
3484 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3276 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
3485 @am__fastdepCXX_FALSE@» $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(C PPFLAGS) $(libtcmalloc_and_profiler_la_CXXFLAGS) $(CXXFLAGS) -c -o libtcmalloc_a nd_profiler_la-profile-handler.lo `test -f 'src/profile-handler.cc' || echo '$(s rcdir)/'`src/profile-handler.cc 3277 @am__fastdepCXX_FALSE@» $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEF AULT_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
3486 3278
3487 libtcmalloc_and_profiler_la-profiledata.lo: src/profiledata.cc 3279 libtcmalloc_and_profiler_la-profiledata.lo: src/profiledata.cc
3488 @am__fastdepCXX_TRUE@» $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(C PPFLAGS) $(libtcmalloc_and_profiler_la_CXXFLAGS) $(CXXFLAGS) -MT libtcmalloc_and _profiler_la-profiledata.lo -MD -MP -MF $(DEPDIR)/libtcmalloc_and_profiler_la-pr ofiledata.Tpo -c -o libtcmalloc_and_profiler_la-profiledata.lo `test -f 'src/pro filedata.cc' || echo '$(srcdir)/'`src/profiledata.cc 3280 @am__fastdepCXX_TRUE@» if $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $( DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtcmalloc_and_profi ler_la_CXXFLAGS) $(CXXFLAGS) -MT libtcmalloc_and_profiler_la-profiledata.lo -MD -MP -MF "$(DEPDIR)/libtcmalloc_and_profiler_la-profiledata.Tpo" -c -o libtcmallo c_and_profiler_la-profiledata.lo `test -f 'src/profiledata.cc' || echo '$(srcdir )/'`src/profiledata.cc; \
3489 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/libtcmalloc_and_profiler_la-profiledata. Tpo $(DEPDIR)/libtcmalloc_and_profiler_la-profiledata.Plo 3281 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/libtcmalloc_and_profiler_la-profil edata.Tpo" "$(DEPDIR)/libtcmalloc_and_profiler_la-profiledata.Plo"; else rm -f " $(DEPDIR)/libtcmalloc_and_profiler_la-profiledata.Tpo"; exit 1; fi
3490 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/profiledata.cc' object='libt cmalloc_and_profiler_la-profiledata.lo' libtool=yes @AMDEPBACKSLASH@ 3282 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/profiledata.cc' object='libt cmalloc_and_profiler_la-profiledata.lo' libtool=yes @AMDEPBACKSLASH@
3491 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3283 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
3492 @am__fastdepCXX_FALSE@» $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(C PPFLAGS) $(libtcmalloc_and_profiler_la_CXXFLAGS) $(CXXFLAGS) -c -o libtcmalloc_a nd_profiler_la-profiledata.lo `test -f 'src/profiledata.cc' || echo '$(srcdir)/' `src/profiledata.cc 3284 @am__fastdepCXX_FALSE@» $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEF AULT_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
3493 3285
3494 libtcmalloc_debug_la-debugallocation.lo: src/debugallocation.cc 3286 libtcmalloc_debug_la-debugallocation.lo: src/debugallocation.cc
3495 @am__fastdepCXX_TRUE@» $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(C PPFLAGS) $(libtcmalloc_debug_la_CXXFLAGS) $(CXXFLAGS) -MT libtcmalloc_debug_la-d ebugallocation.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 3287 @am__fastdepCXX_TRUE@» if $(LIBTOOL) --tag=CXX --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-de bugallocation.lo `test -f 'src/debugallocation.cc' || echo '$(srcdir)/'`src/debu gallocation.cc; \
3496 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/libtcmalloc_debug_la-debugallocation.Tpo $(DEPDIR)/libtcmalloc_debug_la-debugallocation.Plo 3288 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/libtcmalloc_debug_la-debugallocati on.Tpo" "$(DEPDIR)/libtcmalloc_debug_la-debugallocation.Plo"; else rm -f "$(DEPD IR)/libtcmalloc_debug_la-debugallocation.Tpo"; exit 1; fi
3497 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/debugallocation.cc' object=' libtcmalloc_debug_la-debugallocation.lo' libtool=yes @AMDEPBACKSLASH@ 3289 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/debugallocation.cc' object=' libtcmalloc_debug_la-debugallocation.lo' libtool=yes @AMDEPBACKSLASH@
3498 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3290 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
3499 @am__fastdepCXX_FALSE@» $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(C PPFLAGS) $(libtcmalloc_debug_la_CXXFLAGS) $(CXXFLAGS) -c -o libtcmalloc_debug_la -debugallocation.lo `test -f 'src/debugallocation.cc' || echo '$(srcdir)/'`src/d ebugallocation.cc 3291 @am__fastdepCXX_FALSE@» $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEF AULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtcmalloc_debug_la_CXX FLAGS) $(CXXFLAGS) -c -o libtcmalloc_debug_la-debugallocation.lo `test -f 'src/d ebugallocation.cc' || echo '$(srcdir)/'`src/debugallocation.cc
3500 3292
3501 libtcmalloc_debug_la-linuxthreads.lo: src/base/linuxthreads.cc 3293 libtcmalloc_debug_la-linuxthreads.lo: src/base/linuxthreads.cc
3502 @am__fastdepCXX_TRUE@» $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(C PPFLAGS) $(libtcmalloc_debug_la_CXXFLAGS) $(CXXFLAGS) -MT libtcmalloc_debug_la-l inuxthreads.lo -MD -MP -MF $(DEPDIR)/libtcmalloc_debug_la-linuxthreads.Tpo -c -o libtcmalloc_debug_la-linuxthreads.lo `test -f 'src/base/linuxthreads.cc' || ech o '$(srcdir)/'`src/base/linuxthreads.cc 3294 @am__fastdepCXX_TRUE@» if $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $( DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtcmalloc_debug_la_ CXXFLAGS) $(CXXFLAGS) -MT libtcmalloc_debug_la-linuxthreads.lo -MD -MP -MF "$(DE PDIR)/libtcmalloc_debug_la-linuxthreads.Tpo" -c -o libtcmalloc_debug_la-linuxthr eads.lo `test -f 'src/base/linuxthreads.cc' || echo '$(srcdir)/'`src/base/linuxt hreads.cc; \
3503 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/libtcmalloc_debug_la-linuxthreads.Tpo $( DEPDIR)/libtcmalloc_debug_la-linuxthreads.Plo 3295 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/libtcmalloc_debug_la-linuxthreads. Tpo" "$(DEPDIR)/libtcmalloc_debug_la-linuxthreads.Plo"; else rm -f "$(DEPDIR)/li btcmalloc_debug_la-linuxthreads.Tpo"; exit 1; fi
3504 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/base/linuxthreads.cc' object ='libtcmalloc_debug_la-linuxthreads.lo' libtool=yes @AMDEPBACKSLASH@ 3296 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/base/linuxthreads.cc' object ='libtcmalloc_debug_la-linuxthreads.lo' libtool=yes @AMDEPBACKSLASH@
3505 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3297 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
3506 @am__fastdepCXX_FALSE@» $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(C PPFLAGS) $(libtcmalloc_debug_la_CXXFLAGS) $(CXXFLAGS) -c -o libtcmalloc_debug_la -linuxthreads.lo `test -f 'src/base/linuxthreads.cc' || echo '$(srcdir)/'`src/ba se/linuxthreads.cc 3298 @am__fastdepCXX_FALSE@» $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEF AULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtcmalloc_debug_la_CXX FLAGS) $(CXXFLAGS) -c -o libtcmalloc_debug_la-linuxthreads.lo `test -f 'src/base /linuxthreads.cc' || echo '$(srcdir)/'`src/base/linuxthreads.cc
3507 3299
3508 libtcmalloc_debug_la-heap-checker.lo: src/heap-checker.cc 3300 libtcmalloc_debug_la-heap-checker.lo: src/heap-checker.cc
3509 @am__fastdepCXX_TRUE@» $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(C PPFLAGS) $(libtcmalloc_debug_la_CXXFLAGS) $(CXXFLAGS) -MT libtcmalloc_debug_la-h eap-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 3301 @am__fastdepCXX_TRUE@» if $(LIBTOOL) --tag=CXX --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 "$(DE PDIR)/libtcmalloc_debug_la-heap-checker.Tpo" -c -o libtcmalloc_debug_la-heap-che cker.lo `test -f 'src/heap-checker.cc' || echo '$(srcdir)/'`src/heap-checker.cc; \
3510 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/libtcmalloc_debug_la-heap-checker.Tpo $( DEPDIR)/libtcmalloc_debug_la-heap-checker.Plo 3302 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/libtcmalloc_debug_la-heap-checker. Tpo" "$(DEPDIR)/libtcmalloc_debug_la-heap-checker.Plo"; else rm -f "$(DEPDIR)/li btcmalloc_debug_la-heap-checker.Tpo"; exit 1; fi
3511 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/heap-checker.cc' object='lib tcmalloc_debug_la-heap-checker.lo' libtool=yes @AMDEPBACKSLASH@ 3303 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/heap-checker.cc' object='lib tcmalloc_debug_la-heap-checker.lo' libtool=yes @AMDEPBACKSLASH@
3512 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3304 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
3513 @am__fastdepCXX_FALSE@» $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(C PPFLAGS) $(libtcmalloc_debug_la_CXXFLAGS) $(CXXFLAGS) -c -o libtcmalloc_debug_la -heap-checker.lo `test -f 'src/heap-checker.cc' || echo '$(srcdir)/'`src/heap-ch ecker.cc 3305 @am__fastdepCXX_FALSE@» $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEF AULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtcmalloc_debug_la_CXX FLAGS) $(CXXFLAGS) -c -o libtcmalloc_debug_la-heap-checker.lo `test -f 'src/heap -checker.cc' || echo '$(srcdir)/'`src/heap-checker.cc
3514 3306
3515 libtcmalloc_debug_la-heap-checker-bcad.lo: src/heap-checker-bcad.cc 3307 libtcmalloc_debug_la-heap-checker-bcad.lo: src/heap-checker-bcad.cc
3516 @am__fastdepCXX_TRUE@» $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(C PPFLAGS) $(libtcmalloc_debug_la_CXXFLAGS) $(CXXFLAGS) -MT libtcmalloc_debug_la-h eap-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 3308 @am__fastdepCXX_TRUE@» if $(LIBTOOL) --tag=CXX --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_l a-heap-checker-bcad.lo `test -f 'src/heap-checker-bcad.cc' || echo '$(srcdir)/'` src/heap-checker-bcad.cc; \
3517 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/libtcmalloc_debug_la-heap-checker-bcad.T po $(DEPDIR)/libtcmalloc_debug_la-heap-checker-bcad.Plo 3309 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/libtcmalloc_debug_la-heap-checker- bcad.Tpo" "$(DEPDIR)/libtcmalloc_debug_la-heap-checker-bcad.Plo"; else rm -f "$( DEPDIR)/libtcmalloc_debug_la-heap-checker-bcad.Tpo"; exit 1; fi
3518 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/heap-checker-bcad.cc' object ='libtcmalloc_debug_la-heap-checker-bcad.lo' libtool=yes @AMDEPBACKSLASH@ 3310 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/heap-checker-bcad.cc' object ='libtcmalloc_debug_la-heap-checker-bcad.lo' libtool=yes @AMDEPBACKSLASH@
3519 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3311 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
3520 @am__fastdepCXX_FALSE@» $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(C PPFLAGS) $(libtcmalloc_debug_la_CXXFLAGS) $(CXXFLAGS) -c -o libtcmalloc_debug_la -heap-checker-bcad.lo `test -f 'src/heap-checker-bcad.cc' || echo '$(srcdir)/'`s rc/heap-checker-bcad.cc 3312 @am__fastdepCXX_FALSE@» $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEF AULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtcmalloc_debug_la_CXX FLAGS) $(CXXFLAGS) -c -o libtcmalloc_debug_la-heap-checker-bcad.lo `test -f 'src /heap-checker-bcad.cc' || echo '$(srcdir)/'`src/heap-checker-bcad.cc
3521 3313
3522 libtcmalloc_internal_la-common.lo: src/common.cc 3314 libtcmalloc_internal_la-common.lo: src/common.cc
3523 @am__fastdepCXX_TRUE@» $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(C PPFLAGS) $(libtcmalloc_internal_la_CXXFLAGS) $(CXXFLAGS) -MT libtcmalloc_interna l_la-common.lo -MD -MP -MF $(DEPDIR)/libtcmalloc_internal_la-common.Tpo -c -o li btcmalloc_internal_la-common.lo `test -f 'src/common.cc' || echo '$(srcdir)/'`sr c/common.cc 3315 @am__fastdepCXX_TRUE@» if $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $( DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtcmalloc_internal_ la_CXXFLAGS) $(CXXFLAGS) -MT libtcmalloc_internal_la-common.lo -MD -MP -MF "$(DE PDIR)/libtcmalloc_internal_la-common.Tpo" -c -o libtcmalloc_internal_la-common.l o `test -f 'src/common.cc' || echo '$(srcdir)/'`src/common.cc; \
3524 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/libtcmalloc_internal_la-common.Tpo $(DEP DIR)/libtcmalloc_internal_la-common.Plo 3316 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/libtcmalloc_internal_la-common.Tpo " "$(DEPDIR)/libtcmalloc_internal_la-common.Plo"; else rm -f "$(DEPDIR)/libtcmal loc_internal_la-common.Tpo"; exit 1; fi
3525 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/common.cc' object='libtcmall oc_internal_la-common.lo' libtool=yes @AMDEPBACKSLASH@ 3317 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/common.cc' object='libtcmall oc_internal_la-common.lo' libtool=yes @AMDEPBACKSLASH@
3526 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3318 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
3527 @am__fastdepCXX_FALSE@» $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(C PPFLAGS) $(libtcmalloc_internal_la_CXXFLAGS) $(CXXFLAGS) -c -o libtcmalloc_inter nal_la-common.lo `test -f 'src/common.cc' || echo '$(srcdir)/'`src/common.cc 3319 @am__fastdepCXX_FALSE@» $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEF AULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtcmalloc_internal_la_ CXXFLAGS) $(CXXFLAGS) -c -o libtcmalloc_internal_la-common.lo `test -f 'src/comm on.cc' || echo '$(srcdir)/'`src/common.cc
3528 3320
3529 libtcmalloc_internal_la-internal_logging.lo: src/internal_logging.cc 3321 libtcmalloc_internal_la-internal_logging.lo: src/internal_logging.cc
3530 @am__fastdepCXX_TRUE@» $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(C PPFLAGS) $(libtcmalloc_internal_la_CXXFLAGS) $(CXXFLAGS) -MT libtcmalloc_interna l_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/inte rnal_logging.cc' || echo '$(srcdir)/'`src/internal_logging.cc 3322 @am__fastdepCXX_TRUE@» if $(LIBTOOL) --tag=CXX --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 '$(sr cdir)/'`src/internal_logging.cc; \
3531 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/libtcmalloc_internal_la-internal_logging .Tpo $(DEPDIR)/libtcmalloc_internal_la-internal_logging.Plo 3323 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/libtcmalloc_internal_la-internal_l ogging.Tpo" "$(DEPDIR)/libtcmalloc_internal_la-internal_logging.Plo"; else rm -f "$(DEPDIR)/libtcmalloc_internal_la-internal_logging.Tpo"; exit 1; fi
3532 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/internal_logging.cc' object= 'libtcmalloc_internal_la-internal_logging.lo' libtool=yes @AMDEPBACKSLASH@ 3324 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/internal_logging.cc' object= 'libtcmalloc_internal_la-internal_logging.lo' libtool=yes @AMDEPBACKSLASH@
3533 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3325 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
3534 @am__fastdepCXX_FALSE@» $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(C PPFLAGS) $(libtcmalloc_internal_la_CXXFLAGS) $(CXXFLAGS) -c -o libtcmalloc_inter nal_la-internal_logging.lo `test -f 'src/internal_logging.cc' || echo '$(srcdir) /'`src/internal_logging.cc 3326 @am__fastdepCXX_FALSE@» $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEF AULT_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
3535 3327
3536 libtcmalloc_internal_la-system-alloc.lo: src/system-alloc.cc 3328 libtcmalloc_internal_la-system-alloc.lo: src/system-alloc.cc
3537 @am__fastdepCXX_TRUE@» $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(C PPFLAGS) $(libtcmalloc_internal_la_CXXFLAGS) $(CXXFLAGS) -MT libtcmalloc_interna l_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 3329 @am__fastdepCXX_TRUE@» if $(LIBTOOL) --tag=CXX --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/syst em-alloc.cc; \
3538 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/libtcmalloc_internal_la-system-alloc.Tpo $(DEPDIR)/libtcmalloc_internal_la-system-alloc.Plo 3330 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/libtcmalloc_internal_la-system-all oc.Tpo" "$(DEPDIR)/libtcmalloc_internal_la-system-alloc.Plo"; else rm -f "$(DEPD IR)/libtcmalloc_internal_la-system-alloc.Tpo"; exit 1; fi
3539 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/system-alloc.cc' object='lib tcmalloc_internal_la-system-alloc.lo' libtool=yes @AMDEPBACKSLASH@ 3331 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/system-alloc.cc' object='lib tcmalloc_internal_la-system-alloc.lo' libtool=yes @AMDEPBACKSLASH@
3540 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3332 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
3541 @am__fastdepCXX_FALSE@» $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(C PPFLAGS) $(libtcmalloc_internal_la_CXXFLAGS) $(CXXFLAGS) -c -o libtcmalloc_inter nal_la-system-alloc.lo `test -f 'src/system-alloc.cc' || echo '$(srcdir)/'`src/s ystem-alloc.cc 3333 @am__fastdepCXX_FALSE@» $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEF AULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtcmalloc_internal_la_ CXXFLAGS) $(CXXFLAGS) -c -o libtcmalloc_internal_la-system-alloc.lo `test -f 'sr c/system-alloc.cc' || echo '$(srcdir)/'`src/system-alloc.cc
3542 3334
3543 libtcmalloc_internal_la-memfs_malloc.lo: src/memfs_malloc.cc 3335 libtcmalloc_internal_la-memfs_malloc.lo: src/memfs_malloc.cc
3544 @am__fastdepCXX_TRUE@» $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(C PPFLAGS) $(libtcmalloc_internal_la_CXXFLAGS) $(CXXFLAGS) -MT libtcmalloc_interna l_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 3336 @am__fastdepCXX_TRUE@» if $(LIBTOOL) --tag=CXX --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/memf s_malloc.cc; \
3545 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/libtcmalloc_internal_la-memfs_malloc.Tpo $(DEPDIR)/libtcmalloc_internal_la-memfs_malloc.Plo 3337 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/libtcmalloc_internal_la-memfs_mall oc.Tpo" "$(DEPDIR)/libtcmalloc_internal_la-memfs_malloc.Plo"; else rm -f "$(DEPD IR)/libtcmalloc_internal_la-memfs_malloc.Tpo"; exit 1; fi
3546 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/memfs_malloc.cc' object='lib tcmalloc_internal_la-memfs_malloc.lo' libtool=yes @AMDEPBACKSLASH@ 3338 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/memfs_malloc.cc' object='lib tcmalloc_internal_la-memfs_malloc.lo' libtool=yes @AMDEPBACKSLASH@
3547 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3339 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
3548 @am__fastdepCXX_FALSE@» $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(C PPFLAGS) $(libtcmalloc_internal_la_CXXFLAGS) $(CXXFLAGS) -c -o libtcmalloc_inter nal_la-memfs_malloc.lo `test -f 'src/memfs_malloc.cc' || echo '$(srcdir)/'`src/m emfs_malloc.cc 3340 @am__fastdepCXX_FALSE@» $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEF AULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtcmalloc_internal_la_ CXXFLAGS) $(CXXFLAGS) -c -o libtcmalloc_internal_la-memfs_malloc.lo `test -f 'sr c/memfs_malloc.cc' || echo '$(srcdir)/'`src/memfs_malloc.cc
3549 3341
3550 libtcmalloc_internal_la-central_freelist.lo: src/central_freelist.cc 3342 libtcmalloc_internal_la-central_freelist.lo: src/central_freelist.cc
3551 @am__fastdepCXX_TRUE@» $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(C PPFLAGS) $(libtcmalloc_internal_la_CXXFLAGS) $(CXXFLAGS) -MT libtcmalloc_interna l_la-central_freelist.lo -MD -MP -MF $(DEPDIR)/libtcmalloc_internal_la-central_f reelist.Tpo -c -o libtcmalloc_internal_la-central_freelist.lo `test -f 'src/cent ral_freelist.cc' || echo '$(srcdir)/'`src/central_freelist.cc 3343 @am__fastdepCXX_TRUE@» if $(LIBTOOL) --tag=CXX --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 '$(sr cdir)/'`src/central_freelist.cc; \
3552 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/libtcmalloc_internal_la-central_freelist .Tpo $(DEPDIR)/libtcmalloc_internal_la-central_freelist.Plo 3344 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/libtcmalloc_internal_la-central_fr eelist.Tpo" "$(DEPDIR)/libtcmalloc_internal_la-central_freelist.Plo"; else rm -f "$(DEPDIR)/libtcmalloc_internal_la-central_freelist.Tpo"; exit 1; fi
3553 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/central_freelist.cc' object= 'libtcmalloc_internal_la-central_freelist.lo' libtool=yes @AMDEPBACKSLASH@ 3345 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/central_freelist.cc' object= 'libtcmalloc_internal_la-central_freelist.lo' libtool=yes @AMDEPBACKSLASH@
3554 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3346 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
3555 @am__fastdepCXX_FALSE@» $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(C PPFLAGS) $(libtcmalloc_internal_la_CXXFLAGS) $(CXXFLAGS) -c -o libtcmalloc_inter nal_la-central_freelist.lo `test -f 'src/central_freelist.cc' || echo '$(srcdir) /'`src/central_freelist.cc 3347 @am__fastdepCXX_FALSE@» $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEF AULT_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
3556 3348
3557 libtcmalloc_internal_la-page_heap.lo: src/page_heap.cc 3349 libtcmalloc_internal_la-page_heap.lo: src/page_heap.cc
3558 @am__fastdepCXX_TRUE@» $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(C PPFLAGS) $(libtcmalloc_internal_la_CXXFLAGS) $(CXXFLAGS) -MT libtcmalloc_interna l_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 3350 @am__fastdepCXX_TRUE@» if $(LIBTOOL) --tag=CXX --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-pa ge_heap.lo `test -f 'src/page_heap.cc' || echo '$(srcdir)/'`src/page_heap.cc; \
3559 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/libtcmalloc_internal_la-page_heap.Tpo $( DEPDIR)/libtcmalloc_internal_la-page_heap.Plo 3351 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/libtcmalloc_internal_la-page_heap. Tpo" "$(DEPDIR)/libtcmalloc_internal_la-page_heap.Plo"; else rm -f "$(DEPDIR)/li btcmalloc_internal_la-page_heap.Tpo"; exit 1; fi
3560 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/page_heap.cc' object='libtcm alloc_internal_la-page_heap.lo' libtool=yes @AMDEPBACKSLASH@ 3352 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/page_heap.cc' object='libtcm alloc_internal_la-page_heap.lo' libtool=yes @AMDEPBACKSLASH@
3561 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3353 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
3562 @am__fastdepCXX_FALSE@» $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(C PPFLAGS) $(libtcmalloc_internal_la_CXXFLAGS) $(CXXFLAGS) -c -o libtcmalloc_inter nal_la-page_heap.lo `test -f 'src/page_heap.cc' || echo '$(srcdir)/'`src/page_he ap.cc 3354 @am__fastdepCXX_FALSE@» $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEF AULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtcmalloc_internal_la_ CXXFLAGS) $(CXXFLAGS) -c -o libtcmalloc_internal_la-page_heap.lo `test -f 'src/p age_heap.cc' || echo '$(srcdir)/'`src/page_heap.cc
3563 3355
3564 libtcmalloc_internal_la-sampler.lo: src/sampler.cc 3356 libtcmalloc_internal_la-sampler.lo: src/sampler.cc
3565 @am__fastdepCXX_TRUE@» $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(C PPFLAGS) $(libtcmalloc_internal_la_CXXFLAGS) $(CXXFLAGS) -MT libtcmalloc_interna l_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 3357 @am__fastdepCXX_TRUE@» if $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $( DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtcmalloc_internal_ la_CXXFLAGS) $(CXXFLAGS) -MT libtcmalloc_internal_la-sampler.lo -MD -MP -MF "$(D EPDIR)/libtcmalloc_internal_la-sampler.Tpo" -c -o libtcmalloc_internal_la-sample r.lo `test -f 'src/sampler.cc' || echo '$(srcdir)/'`src/sampler.cc; \
3566 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/libtcmalloc_internal_la-sampler.Tpo $(DE PDIR)/libtcmalloc_internal_la-sampler.Plo 3358 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/libtcmalloc_internal_la-sampler.Tp o" "$(DEPDIR)/libtcmalloc_internal_la-sampler.Plo"; else rm -f "$(DEPDIR)/libtcm alloc_internal_la-sampler.Tpo"; exit 1; fi
3567 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/sampler.cc' object='libtcmal loc_internal_la-sampler.lo' libtool=yes @AMDEPBACKSLASH@ 3359 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/sampler.cc' object='libtcmal loc_internal_la-sampler.lo' libtool=yes @AMDEPBACKSLASH@
3568 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3360 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
3569 @am__fastdepCXX_FALSE@» $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(C PPFLAGS) $(libtcmalloc_internal_la_CXXFLAGS) $(CXXFLAGS) -c -o libtcmalloc_inter nal_la-sampler.lo `test -f 'src/sampler.cc' || echo '$(srcdir)/'`src/sampler.cc 3361 @am__fastdepCXX_FALSE@» $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEF AULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtcmalloc_internal_la_ CXXFLAGS) $(CXXFLAGS) -c -o libtcmalloc_internal_la-sampler.lo `test -f 'src/sam pler.cc' || echo '$(srcdir)/'`src/sampler.cc
3570 3362
3571 libtcmalloc_internal_la-span.lo: src/span.cc 3363 libtcmalloc_internal_la-span.lo: src/span.cc
3572 @am__fastdepCXX_TRUE@» $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(C PPFLAGS) $(libtcmalloc_internal_la_CXXFLAGS) $(CXXFLAGS) -MT libtcmalloc_interna l_la-span.lo -MD -MP -MF $(DEPDIR)/libtcmalloc_internal_la-span.Tpo -c -o libtcm alloc_internal_la-span.lo `test -f 'src/span.cc' || echo '$(srcdir)/'`src/span.c c 3364 @am__fastdepCXX_TRUE@» if $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $( DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtcmalloc_internal_ la_CXXFLAGS) $(CXXFLAGS) -MT libtcmalloc_internal_la-span.lo -MD -MP -MF "$(DEPD IR)/libtcmalloc_internal_la-span.Tpo" -c -o libtcmalloc_internal_la-span.lo `tes t -f 'src/span.cc' || echo '$(srcdir)/'`src/span.cc; \
3573 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/libtcmalloc_internal_la-span.Tpo $(DEPDI R)/libtcmalloc_internal_la-span.Plo 3365 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/libtcmalloc_internal_la-span.Tpo" "$(DEPDIR)/libtcmalloc_internal_la-span.Plo"; else rm -f "$(DEPDIR)/libtcmalloc_ internal_la-span.Tpo"; exit 1; fi
3574 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/span.cc' object='libtcmalloc _internal_la-span.lo' libtool=yes @AMDEPBACKSLASH@ 3366 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/span.cc' object='libtcmalloc _internal_la-span.lo' libtool=yes @AMDEPBACKSLASH@
3575 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3367 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
3576 @am__fastdepCXX_FALSE@» $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(C PPFLAGS) $(libtcmalloc_internal_la_CXXFLAGS) $(CXXFLAGS) -c -o libtcmalloc_inter nal_la-span.lo `test -f 'src/span.cc' || echo '$(srcdir)/'`src/span.cc 3368 @am__fastdepCXX_FALSE@» $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEF AULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtcmalloc_internal_la_ CXXFLAGS) $(CXXFLAGS) -c -o libtcmalloc_internal_la-span.lo `test -f 'src/span.c c' || echo '$(srcdir)/'`src/span.cc
3577 3369
3578 libtcmalloc_internal_la-stack_trace_table.lo: src/stack_trace_table.cc 3370 libtcmalloc_internal_la-stack_trace_table.lo: src/stack_trace_table.cc
3579 @am__fastdepCXX_TRUE@» $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(C PPFLAGS) $(libtcmalloc_internal_la_CXXFLAGS) $(CXXFLAGS) -MT libtcmalloc_interna l_la-stack_trace_table.lo -MD -MP -MF $(DEPDIR)/libtcmalloc_internal_la-stack_tr ace_table.Tpo -c -o libtcmalloc_internal_la-stack_trace_table.lo `test -f 'src/s tack_trace_table.cc' || echo '$(srcdir)/'`src/stack_trace_table.cc 3371 @am__fastdepCXX_TRUE@» if $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $( DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtcmalloc_internal_ la_CXXFLAGS) $(CXXFLAGS) -MT libtcmalloc_internal_la-stack_trace_table.lo -MD -M P -MF "$(DEPDIR)/libtcmalloc_internal_la-stack_trace_table.Tpo" -c -o libtcmallo c_internal_la-stack_trace_table.lo `test -f 'src/stack_trace_table.cc' || echo ' $(srcdir)/'`src/stack_trace_table.cc; \
3580 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/libtcmalloc_internal_la-stack_trace_tabl e.Tpo $(DEPDIR)/libtcmalloc_internal_la-stack_trace_table.Plo 3372 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/libtcmalloc_internal_la-stack_trac e_table.Tpo" "$(DEPDIR)/libtcmalloc_internal_la-stack_trace_table.Plo"; else rm -f "$(DEPDIR)/libtcmalloc_internal_la-stack_trace_table.Tpo"; exit 1; fi
3581 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/stack_trace_table.cc' object ='libtcmalloc_internal_la-stack_trace_table.lo' libtool=yes @AMDEPBACKSLASH@ 3373 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/stack_trace_table.cc' object ='libtcmalloc_internal_la-stack_trace_table.lo' libtool=yes @AMDEPBACKSLASH@
3582 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3374 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
3583 @am__fastdepCXX_FALSE@» $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(C PPFLAGS) $(libtcmalloc_internal_la_CXXFLAGS) $(CXXFLAGS) -c -o libtcmalloc_inter nal_la-stack_trace_table.lo `test -f 'src/stack_trace_table.cc' || echo '$(srcdi r)/'`src/stack_trace_table.cc 3375 @am__fastdepCXX_FALSE@» $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEF AULT_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
3584 3376
3585 libtcmalloc_internal_la-static_vars.lo: src/static_vars.cc 3377 libtcmalloc_internal_la-static_vars.lo: src/static_vars.cc
3586 @am__fastdepCXX_TRUE@» $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(C PPFLAGS) $(libtcmalloc_internal_la_CXXFLAGS) $(CXXFLAGS) -MT libtcmalloc_interna l_la-static_vars.lo -MD -MP -MF $(DEPDIR)/libtcmalloc_internal_la-static_vars.Tp o -c -o libtcmalloc_internal_la-static_vars.lo `test -f 'src/static_vars.cc' || echo '$(srcdir)/'`src/static_vars.cc 3378 @am__fastdepCXX_TRUE@» if $(LIBTOOL) --tag=CXX --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_l a-static_vars.lo `test -f 'src/static_vars.cc' || echo '$(srcdir)/'`src/static_v ars.cc; \
3587 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/libtcmalloc_internal_la-static_vars.Tpo $(DEPDIR)/libtcmalloc_internal_la-static_vars.Plo 3379 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/libtcmalloc_internal_la-static_var s.Tpo" "$(DEPDIR)/libtcmalloc_internal_la-static_vars.Plo"; else rm -f "$(DEPDIR )/libtcmalloc_internal_la-static_vars.Tpo"; exit 1; fi
3588 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/static_vars.cc' object='libt cmalloc_internal_la-static_vars.lo' libtool=yes @AMDEPBACKSLASH@ 3380 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/static_vars.cc' object='libt cmalloc_internal_la-static_vars.lo' libtool=yes @AMDEPBACKSLASH@
3589 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3381 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
3590 @am__fastdepCXX_FALSE@» $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(C PPFLAGS) $(libtcmalloc_internal_la_CXXFLAGS) $(CXXFLAGS) -c -o libtcmalloc_inter nal_la-static_vars.lo `test -f 'src/static_vars.cc' || echo '$(srcdir)/'`src/sta tic_vars.cc 3382 @am__fastdepCXX_FALSE@» $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEF AULT_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
3591 3383
3592 libtcmalloc_internal_la-symbolize.lo: src/symbolize.cc 3384 libtcmalloc_internal_la-symbolize.lo: src/symbolize.cc
3593 @am__fastdepCXX_TRUE@» $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(C PPFLAGS) $(libtcmalloc_internal_la_CXXFLAGS) $(CXXFLAGS) -MT libtcmalloc_interna l_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 3385 @am__fastdepCXX_TRUE@» if $(LIBTOOL) --tag=CXX --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-sy mbolize.lo `test -f 'src/symbolize.cc' || echo '$(srcdir)/'`src/symbolize.cc; \
3594 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/libtcmalloc_internal_la-symbolize.Tpo $( DEPDIR)/libtcmalloc_internal_la-symbolize.Plo 3386 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/libtcmalloc_internal_la-symbolize. Tpo" "$(DEPDIR)/libtcmalloc_internal_la-symbolize.Plo"; else rm -f "$(DEPDIR)/li btcmalloc_internal_la-symbolize.Tpo"; exit 1; fi
3595 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/symbolize.cc' object='libtcm alloc_internal_la-symbolize.lo' libtool=yes @AMDEPBACKSLASH@ 3387 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/symbolize.cc' object='libtcm alloc_internal_la-symbolize.lo' libtool=yes @AMDEPBACKSLASH@
3596 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3388 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
3597 @am__fastdepCXX_FALSE@» $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(C PPFLAGS) $(libtcmalloc_internal_la_CXXFLAGS) $(CXXFLAGS) -c -o libtcmalloc_inter nal_la-symbolize.lo `test -f 'src/symbolize.cc' || echo '$(srcdir)/'`src/symboli ze.cc 3389 @am__fastdepCXX_FALSE@» $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEF AULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtcmalloc_internal_la_ CXXFLAGS) $(CXXFLAGS) -c -o libtcmalloc_internal_la-symbolize.lo `test -f 'src/s ymbolize.cc' || echo '$(srcdir)/'`src/symbolize.cc
3598 3390
3599 libtcmalloc_internal_la-thread_cache.lo: src/thread_cache.cc 3391 libtcmalloc_internal_la-thread_cache.lo: src/thread_cache.cc
3600 @am__fastdepCXX_TRUE@» $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(C PPFLAGS) $(libtcmalloc_internal_la_CXXFLAGS) $(CXXFLAGS) -MT libtcmalloc_interna l_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 3392 @am__fastdepCXX_TRUE@» if $(LIBTOOL) --tag=CXX --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/thre ad_cache.cc; \
3601 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/libtcmalloc_internal_la-thread_cache.Tpo $(DEPDIR)/libtcmalloc_internal_la-thread_cache.Plo 3393 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/libtcmalloc_internal_la-thread_cac he.Tpo" "$(DEPDIR)/libtcmalloc_internal_la-thread_cache.Plo"; else rm -f "$(DEPD IR)/libtcmalloc_internal_la-thread_cache.Tpo"; exit 1; fi
3602 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/thread_cache.cc' object='lib tcmalloc_internal_la-thread_cache.lo' libtool=yes @AMDEPBACKSLASH@ 3394 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/thread_cache.cc' object='lib tcmalloc_internal_la-thread_cache.lo' libtool=yes @AMDEPBACKSLASH@
3603 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3395 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
3604 @am__fastdepCXX_FALSE@» $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(C PPFLAGS) $(libtcmalloc_internal_la_CXXFLAGS) $(CXXFLAGS) -c -o libtcmalloc_inter nal_la-thread_cache.lo `test -f 'src/thread_cache.cc' || echo '$(srcdir)/'`src/t hread_cache.cc 3396 @am__fastdepCXX_FALSE@» $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEF AULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtcmalloc_internal_la_ CXXFLAGS) $(CXXFLAGS) -c -o libtcmalloc_internal_la-thread_cache.lo `test -f 'sr c/thread_cache.cc' || echo '$(srcdir)/'`src/thread_cache.cc
3605 3397
3606 libtcmalloc_internal_la-malloc_hook.lo: src/malloc_hook.cc 3398 libtcmalloc_internal_la-malloc_hook.lo: src/malloc_hook.cc
3607 @am__fastdepCXX_TRUE@» $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(C PPFLAGS) $(libtcmalloc_internal_la_CXXFLAGS) $(CXXFLAGS) -MT libtcmalloc_interna l_la-malloc_hook.lo -MD -MP -MF $(DEPDIR)/libtcmalloc_internal_la-malloc_hook.Tp o -c -o libtcmalloc_internal_la-malloc_hook.lo `test -f 'src/malloc_hook.cc' || echo '$(srcdir)/'`src/malloc_hook.cc 3399 @am__fastdepCXX_TRUE@» if $(LIBTOOL) --tag=CXX --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_l a-malloc_hook.lo `test -f 'src/malloc_hook.cc' || echo '$(srcdir)/'`src/malloc_h ook.cc; \
3608 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/libtcmalloc_internal_la-malloc_hook.Tpo $(DEPDIR)/libtcmalloc_internal_la-malloc_hook.Plo 3400 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/libtcmalloc_internal_la-malloc_hoo k.Tpo" "$(DEPDIR)/libtcmalloc_internal_la-malloc_hook.Plo"; else rm -f "$(DEPDIR )/libtcmalloc_internal_la-malloc_hook.Tpo"; exit 1; fi
3609 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/malloc_hook.cc' object='libt cmalloc_internal_la-malloc_hook.lo' libtool=yes @AMDEPBACKSLASH@ 3401 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/malloc_hook.cc' object='libt cmalloc_internal_la-malloc_hook.lo' libtool=yes @AMDEPBACKSLASH@
3610 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3402 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
3611 @am__fastdepCXX_FALSE@» $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(C PPFLAGS) $(libtcmalloc_internal_la_CXXFLAGS) $(CXXFLAGS) -c -o libtcmalloc_inter nal_la-malloc_hook.lo `test -f 'src/malloc_hook.cc' || echo '$(srcdir)/'`src/mal loc_hook.cc 3403 @am__fastdepCXX_FALSE@» $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEF AULT_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
3612 3404
3613 libtcmalloc_internal_la-malloc_extension.lo: src/malloc_extension.cc 3405 libtcmalloc_internal_la-malloc_extension.lo: src/malloc_extension.cc
3614 @am__fastdepCXX_TRUE@» $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(C PPFLAGS) $(libtcmalloc_internal_la_CXXFLAGS) $(CXXFLAGS) -MT libtcmalloc_interna l_la-malloc_extension.lo -MD -MP -MF $(DEPDIR)/libtcmalloc_internal_la-malloc_ex tension.Tpo -c -o libtcmalloc_internal_la-malloc_extension.lo `test -f 'src/mall oc_extension.cc' || echo '$(srcdir)/'`src/malloc_extension.cc 3406 @am__fastdepCXX_TRUE@» if $(LIBTOOL) --tag=CXX --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 '$(sr cdir)/'`src/malloc_extension.cc; \
3615 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/libtcmalloc_internal_la-malloc_extension .Tpo $(DEPDIR)/libtcmalloc_internal_la-malloc_extension.Plo 3407 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/libtcmalloc_internal_la-malloc_ext ension.Tpo" "$(DEPDIR)/libtcmalloc_internal_la-malloc_extension.Plo"; else rm -f "$(DEPDIR)/libtcmalloc_internal_la-malloc_extension.Tpo"; exit 1; fi
3616 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/malloc_extension.cc' object= 'libtcmalloc_internal_la-malloc_extension.lo' libtool=yes @AMDEPBACKSLASH@ 3408 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/malloc_extension.cc' object= 'libtcmalloc_internal_la-malloc_extension.lo' libtool=yes @AMDEPBACKSLASH@
3617 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3409 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
3618 @am__fastdepCXX_FALSE@» $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(C PPFLAGS) $(libtcmalloc_internal_la_CXXFLAGS) $(CXXFLAGS) -c -o libtcmalloc_inter nal_la-malloc_extension.lo `test -f 'src/malloc_extension.cc' || echo '$(srcdir) /'`src/malloc_extension.cc 3410 @am__fastdepCXX_FALSE@» $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEF AULT_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
3619 3411
3620 libtcmalloc_internal_la-maybe_threads.lo: src/maybe_threads.cc 3412 libtcmalloc_internal_la-maybe_threads.lo: src/maybe_threads.cc
3621 @am__fastdepCXX_TRUE@» $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(C PPFLAGS) $(libtcmalloc_internal_la_CXXFLAGS) $(CXXFLAGS) -MT libtcmalloc_interna l_la-maybe_threads.lo -MD -MP -MF $(DEPDIR)/libtcmalloc_internal_la-maybe_thread s.Tpo -c -o libtcmalloc_internal_la-maybe_threads.lo `test -f 'src/maybe_threads .cc' || echo '$(srcdir)/'`src/maybe_threads.cc 3413 @am__fastdepCXX_TRUE@» if $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $( DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtcmalloc_internal_ la_CXXFLAGS) $(CXXFLAGS) -MT libtcmalloc_internal_la-maybe_threads.lo -MD -MP -M F "$(DEPDIR)/libtcmalloc_internal_la-maybe_threads.Tpo" -c -o libtcmalloc_intern al_la-maybe_threads.lo `test -f 'src/maybe_threads.cc' || echo '$(srcdir)/'`src/ maybe_threads.cc; \
3622 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/libtcmalloc_internal_la-maybe_threads.Tp o $(DEPDIR)/libtcmalloc_internal_la-maybe_threads.Plo 3414 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/libtcmalloc_internal_la-maybe_thre ads.Tpo" "$(DEPDIR)/libtcmalloc_internal_la-maybe_threads.Plo"; else rm -f "$(DE PDIR)/libtcmalloc_internal_la-maybe_threads.Tpo"; exit 1; fi
3623 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/maybe_threads.cc' object='li btcmalloc_internal_la-maybe_threads.lo' libtool=yes @AMDEPBACKSLASH@ 3415 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/maybe_threads.cc' object='li btcmalloc_internal_la-maybe_threads.lo' libtool=yes @AMDEPBACKSLASH@
3624 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3416 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
3625 @am__fastdepCXX_FALSE@» $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(C PPFLAGS) $(libtcmalloc_internal_la_CXXFLAGS) $(CXXFLAGS) -c -o libtcmalloc_inter nal_la-maybe_threads.lo `test -f 'src/maybe_threads.cc' || echo '$(srcdir)/'`src /maybe_threads.cc 3417 @am__fastdepCXX_FALSE@» $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEF AULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtcmalloc_internal_la_ CXXFLAGS) $(CXXFLAGS) -c -o libtcmalloc_internal_la-maybe_threads.lo `test -f 's rc/maybe_threads.cc' || echo '$(srcdir)/'`src/maybe_threads.cc
3626 3418
3627 libtcmalloc_internal_la-low_level_alloc.lo: src/base/low_level_alloc.cc 3419 libtcmalloc_internal_la-low_level_alloc.lo: src/base/low_level_alloc.cc
3628 @am__fastdepCXX_TRUE@» $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(C PPFLAGS) $(libtcmalloc_internal_la_CXXFLAGS) $(CXXFLAGS) -MT libtcmalloc_interna l_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/lo w_level_alloc.cc' || echo '$(srcdir)/'`src/base/low_level_alloc.cc 3420 @am__fastdepCXX_TRUE@» if $(LIBTOOL) --tag=CXX --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_in ternal_la-low_level_alloc.lo `test -f 'src/base/low_level_alloc.cc' || echo '$(s rcdir)/'`src/base/low_level_alloc.cc; \
3629 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/libtcmalloc_internal_la-low_level_alloc. Tpo $(DEPDIR)/libtcmalloc_internal_la-low_level_alloc.Plo 3421 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/libtcmalloc_internal_la-low_level_ alloc.Tpo" "$(DEPDIR)/libtcmalloc_internal_la-low_level_alloc.Plo"; else rm -f " $(DEPDIR)/libtcmalloc_internal_la-low_level_alloc.Tpo"; exit 1; fi
3630 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/base/low_level_alloc.cc' obj ect='libtcmalloc_internal_la-low_level_alloc.lo' libtool=yes @AMDEPBACKSLASH@ 3422 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/base/low_level_alloc.cc' obj ect='libtcmalloc_internal_la-low_level_alloc.lo' libtool=yes @AMDEPBACKSLASH@
3631 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3423 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
3632 @am__fastdepCXX_FALSE@» $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(C PPFLAGS) $(libtcmalloc_internal_la_CXXFLAGS) $(CXXFLAGS) -c -o libtcmalloc_inter nal_la-low_level_alloc.lo `test -f 'src/base/low_level_alloc.cc' || echo '$(srcd ir)/'`src/base/low_level_alloc.cc 3424 @am__fastdepCXX_FALSE@» $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEF AULT_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
3633 3425
3634 libtcmalloc_internal_la-heap-profile-table.lo: src/heap-profile-table.cc 3426 libtcmalloc_internal_la-heap-profile-table.lo: src/heap-profile-table.cc
3635 @am__fastdepCXX_TRUE@» $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(C PPFLAGS) $(libtcmalloc_internal_la_CXXFLAGS) $(CXXFLAGS) -MT libtcmalloc_interna l_la-heap-profile-table.lo -MD -MP -MF $(DEPDIR)/libtcmalloc_internal_la-heap-pr ofile-table.Tpo -c -o libtcmalloc_internal_la-heap-profile-table.lo `test -f 'sr c/heap-profile-table.cc' || echo '$(srcdir)/'`src/heap-profile-table.cc 3427 @am__fastdepCXX_TRUE@» if $(LIBTOOL) --tag=CXX --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 libtcmal loc_internal_la-heap-profile-table.lo `test -f 'src/heap-profile-table.cc' || ec ho '$(srcdir)/'`src/heap-profile-table.cc; \
3636 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/libtcmalloc_internal_la-heap-profile-tab le.Tpo $(DEPDIR)/libtcmalloc_internal_la-heap-profile-table.Plo 3428 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/libtcmalloc_internal_la-heap-profi le-table.Tpo" "$(DEPDIR)/libtcmalloc_internal_la-heap-profile-table.Plo"; else r m -f "$(DEPDIR)/libtcmalloc_internal_la-heap-profile-table.Tpo"; exit 1; fi
3637 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/heap-profile-table.cc' objec t='libtcmalloc_internal_la-heap-profile-table.lo' libtool=yes @AMDEPBACKSLASH@ 3429 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/heap-profile-table.cc' objec t='libtcmalloc_internal_la-heap-profile-table.lo' libtool=yes @AMDEPBACKSLASH@
3638 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3430 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
3639 @am__fastdepCXX_FALSE@» $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(C PPFLAGS) $(libtcmalloc_internal_la_CXXFLAGS) $(CXXFLAGS) -c -o libtcmalloc_inter nal_la-heap-profile-table.lo `test -f 'src/heap-profile-table.cc' || echo '$(src dir)/'`src/heap-profile-table.cc 3431 @am__fastdepCXX_FALSE@» $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEF AULT_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
3640 3432
3641 libtcmalloc_internal_la-heap-profiler.lo: src/heap-profiler.cc 3433 libtcmalloc_internal_la-heap-profiler.lo: src/heap-profiler.cc
3642 @am__fastdepCXX_TRUE@» $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(C PPFLAGS) $(libtcmalloc_internal_la_CXXFLAGS) $(CXXFLAGS) -MT libtcmalloc_interna l_la-heap-profiler.lo -MD -MP -MF $(DEPDIR)/libtcmalloc_internal_la-heap-profile r.Tpo -c -o libtcmalloc_internal_la-heap-profiler.lo `test -f 'src/heap-profiler .cc' || echo '$(srcdir)/'`src/heap-profiler.cc 3434 @am__fastdepCXX_TRUE@» if $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $( DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtcmalloc_internal_ la_CXXFLAGS) $(CXXFLAGS) -MT libtcmalloc_internal_la-heap-profiler.lo -MD -MP -M F "$(DEPDIR)/libtcmalloc_internal_la-heap-profiler.Tpo" -c -o libtcmalloc_intern al_la-heap-profiler.lo `test -f 'src/heap-profiler.cc' || echo '$(srcdir)/'`src/ heap-profiler.cc; \
3643 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/libtcmalloc_internal_la-heap-profiler.Tp o $(DEPDIR)/libtcmalloc_internal_la-heap-profiler.Plo 3435 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/libtcmalloc_internal_la-heap-profi ler.Tpo" "$(DEPDIR)/libtcmalloc_internal_la-heap-profiler.Plo"; else rm -f "$(DE PDIR)/libtcmalloc_internal_la-heap-profiler.Tpo"; exit 1; fi
3644 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/heap-profiler.cc' object='li btcmalloc_internal_la-heap-profiler.lo' libtool=yes @AMDEPBACKSLASH@ 3436 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/heap-profiler.cc' object='li btcmalloc_internal_la-heap-profiler.lo' libtool=yes @AMDEPBACKSLASH@
3645 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3437 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
3646 @am__fastdepCXX_FALSE@» $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(C PPFLAGS) $(libtcmalloc_internal_la_CXXFLAGS) $(CXXFLAGS) -c -o libtcmalloc_inter nal_la-heap-profiler.lo `test -f 'src/heap-profiler.cc' || echo '$(srcdir)/'`src /heap-profiler.cc 3438 @am__fastdepCXX_FALSE@» $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEF AULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtcmalloc_internal_la_ CXXFLAGS) $(CXXFLAGS) -c -o libtcmalloc_internal_la-heap-profiler.lo `test -f 's rc/heap-profiler.cc' || echo '$(srcdir)/'`src/heap-profiler.cc
3647 3439
3648 libtcmalloc_internal_la-raw_printer.lo: src/raw_printer.cc 3440 libtcmalloc_internal_la-raw_printer.lo: src/raw_printer.cc
3649 @am__fastdepCXX_TRUE@» $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(C PPFLAGS) $(libtcmalloc_internal_la_CXXFLAGS) $(CXXFLAGS) -MT libtcmalloc_interna l_la-raw_printer.lo -MD -MP -MF $(DEPDIR)/libtcmalloc_internal_la-raw_printer.Tp o -c -o libtcmalloc_internal_la-raw_printer.lo `test -f 'src/raw_printer.cc' || echo '$(srcdir)/'`src/raw_printer.cc 3441 @am__fastdepCXX_TRUE@» if $(LIBTOOL) --tag=CXX --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_l a-raw_printer.lo `test -f 'src/raw_printer.cc' || echo '$(srcdir)/'`src/raw_prin ter.cc; \
3650 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/libtcmalloc_internal_la-raw_printer.Tpo $(DEPDIR)/libtcmalloc_internal_la-raw_printer.Plo 3442 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/libtcmalloc_internal_la-raw_printe r.Tpo" "$(DEPDIR)/libtcmalloc_internal_la-raw_printer.Plo"; else rm -f "$(DEPDIR )/libtcmalloc_internal_la-raw_printer.Tpo"; exit 1; fi
3651 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/raw_printer.cc' object='libt cmalloc_internal_la-raw_printer.lo' libtool=yes @AMDEPBACKSLASH@ 3443 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/raw_printer.cc' object='libt cmalloc_internal_la-raw_printer.lo' libtool=yes @AMDEPBACKSLASH@
3652 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3444 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
3653 @am__fastdepCXX_FALSE@» $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(C PPFLAGS) $(libtcmalloc_internal_la_CXXFLAGS) $(CXXFLAGS) -c -o libtcmalloc_inter nal_la-raw_printer.lo `test -f 'src/raw_printer.cc' || echo '$(srcdir)/'`src/raw _printer.cc 3445 @am__fastdepCXX_FALSE@» $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEF AULT_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
3654 3446
3655 libtcmalloc_internal_la-memory_region_map.lo: src/memory_region_map.cc 3447 libtcmalloc_internal_la-memory_region_map.lo: src/memory_region_map.cc
3656 @am__fastdepCXX_TRUE@» $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(C PPFLAGS) $(libtcmalloc_internal_la_CXXFLAGS) $(CXXFLAGS) -MT libtcmalloc_interna l_la-memory_region_map.lo -MD -MP -MF $(DEPDIR)/libtcmalloc_internal_la-memory_r egion_map.Tpo -c -o libtcmalloc_internal_la-memory_region_map.lo `test -f 'src/m emory_region_map.cc' || echo '$(srcdir)/'`src/memory_region_map.cc 3448 @am__fastdepCXX_TRUE@» if $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $( DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtcmalloc_internal_ la_CXXFLAGS) $(CXXFLAGS) -MT libtcmalloc_internal_la-memory_region_map.lo -MD -M P -MF "$(DEPDIR)/libtcmalloc_internal_la-memory_region_map.Tpo" -c -o libtcmallo c_internal_la-memory_region_map.lo `test -f 'src/memory_region_map.cc' || echo ' $(srcdir)/'`src/memory_region_map.cc; \
3657 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/libtcmalloc_internal_la-memory_region_ma p.Tpo $(DEPDIR)/libtcmalloc_internal_la-memory_region_map.Plo 3449 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/libtcmalloc_internal_la-memory_reg ion_map.Tpo" "$(DEPDIR)/libtcmalloc_internal_la-memory_region_map.Plo"; else rm -f "$(DEPDIR)/libtcmalloc_internal_la-memory_region_map.Tpo"; exit 1; fi
3658 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/memory_region_map.cc' object ='libtcmalloc_internal_la-memory_region_map.lo' libtool=yes @AMDEPBACKSLASH@ 3450 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/memory_region_map.cc' object ='libtcmalloc_internal_la-memory_region_map.lo' libtool=yes @AMDEPBACKSLASH@
3659 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3451 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
3660 @am__fastdepCXX_FALSE@» $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(C PPFLAGS) $(libtcmalloc_internal_la_CXXFLAGS) $(CXXFLAGS) -c -o libtcmalloc_inter nal_la-memory_region_map.lo `test -f 'src/memory_region_map.cc' || echo '$(srcdi r)/'`src/memory_region_map.cc 3452 @am__fastdepCXX_FALSE@» $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEF AULT_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
3661 3453
3662 libtcmalloc_minimal_la-tcmalloc.lo: src/tcmalloc.cc 3454 libtcmalloc_minimal_la-tcmalloc.lo: src/tcmalloc.cc
3663 @am__fastdepCXX_TRUE@» $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(C PPFLAGS) $(libtcmalloc_minimal_la_CXXFLAGS) $(CXXFLAGS) -MT libtcmalloc_minimal_ la-tcmalloc.lo -MD -MP -MF $(DEPDIR)/libtcmalloc_minimal_la-tcmalloc.Tpo -c -o l ibtcmalloc_minimal_la-tcmalloc.lo `test -f 'src/tcmalloc.cc' || echo '$(srcdir)/ '`src/tcmalloc.cc 3455 @am__fastdepCXX_TRUE@» if $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $( DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtcmalloc_minimal_l a_CXXFLAGS) $(CXXFLAGS) -MT libtcmalloc_minimal_la-tcmalloc.lo -MD -MP -MF "$(DE PDIR)/libtcmalloc_minimal_la-tcmalloc.Tpo" -c -o libtcmalloc_minimal_la-tcmalloc .lo `test -f 'src/tcmalloc.cc' || echo '$(srcdir)/'`src/tcmalloc.cc; \
3664 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/libtcmalloc_minimal_la-tcmalloc.Tpo $(DE PDIR)/libtcmalloc_minimal_la-tcmalloc.Plo 3456 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/libtcmalloc_minimal_la-tcmalloc.Tp o" "$(DEPDIR)/libtcmalloc_minimal_la-tcmalloc.Plo"; else rm -f "$(DEPDIR)/libtcm alloc_minimal_la-tcmalloc.Tpo"; exit 1; fi
3665 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tcmalloc.cc' object='libtcma lloc_minimal_la-tcmalloc.lo' libtool=yes @AMDEPBACKSLASH@ 3457 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tcmalloc.cc' object='libtcma lloc_minimal_la-tcmalloc.lo' libtool=yes @AMDEPBACKSLASH@
3666 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3458 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
3667 @am__fastdepCXX_FALSE@» $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(C PPFLAGS) $(libtcmalloc_minimal_la_CXXFLAGS) $(CXXFLAGS) -c -o libtcmalloc_minima l_la-tcmalloc.lo `test -f 'src/tcmalloc.cc' || echo '$(srcdir)/'`src/tcmalloc.cc 3459 @am__fastdepCXX_FALSE@» $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEF AULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtcmalloc_minimal_la_C XXFLAGS) $(CXXFLAGS) -c -o libtcmalloc_minimal_la-tcmalloc.lo `test -f 'src/tcma lloc.cc' || echo '$(srcdir)/'`src/tcmalloc.cc
3668 3460
3669 libtcmalloc_minimal_debug_la-debugallocation.lo: src/debugallocation.cc 3461 libtcmalloc_minimal_debug_la-debugallocation.lo: src/debugallocation.cc
3670 @am__fastdepCXX_TRUE@» $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(C PPFLAGS) $(libtcmalloc_minimal_debug_la_CXXFLAGS) $(CXXFLAGS) -MT libtcmalloc_mi nimal_debug_la-debugallocation.lo -MD -MP -MF $(DEPDIR)/libtcmalloc_minimal_debu g_la-debugallocation.Tpo -c -o libtcmalloc_minimal_debug_la-debugallocation.lo ` test -f 'src/debugallocation.cc' || echo '$(srcdir)/'`src/debugallocation.cc 3462 @am__fastdepCXX_TRUE@» if $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $( DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtcmalloc_minimal_d ebug_la_CXXFLAGS) $(CXXFLAGS) -MT libtcmalloc_minimal_debug_la-debugallocation.l o -MD -MP -MF "$(DEPDIR)/libtcmalloc_minimal_debug_la-debugallocation.Tpo" -c -o libtcmalloc_minimal_debug_la-debugallocation.lo `test -f 'src/debugallocation.c c' || echo '$(srcdir)/'`src/debugallocation.cc; \
3671 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/libtcmalloc_minimal_debug_la-debugalloca tion.Tpo $(DEPDIR)/libtcmalloc_minimal_debug_la-debugallocation.Plo 3463 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/libtcmalloc_minimal_debug_la-debug allocation.Tpo" "$(DEPDIR)/libtcmalloc_minimal_debug_la-debugallocation.Plo"; el se rm -f "$(DEPDIR)/libtcmalloc_minimal_debug_la-debugallocation.Tpo"; exit 1; f i
3672 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/debugallocation.cc' object=' libtcmalloc_minimal_debug_la-debugallocation.lo' libtool=yes @AMDEPBACKSLASH@ 3464 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/debugallocation.cc' object=' libtcmalloc_minimal_debug_la-debugallocation.lo' libtool=yes @AMDEPBACKSLASH@
3673 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3465 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
3674 @am__fastdepCXX_FALSE@» $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(C PPFLAGS) $(libtcmalloc_minimal_debug_la_CXXFLAGS) $(CXXFLAGS) -c -o libtcmalloc_ minimal_debug_la-debugallocation.lo `test -f 'src/debugallocation.cc' || echo '$ (srcdir)/'`src/debugallocation.cc 3466 @am__fastdepCXX_FALSE@» $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEF AULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtcmalloc_minimal_debu g_la_CXXFLAGS) $(CXXFLAGS) -c -o libtcmalloc_minimal_debug_la-debugallocation.lo `test -f 'src/debugallocation.cc' || echo '$(srcdir)/'`src/debugallocation.cc
3675 3467
3676 libtcmalloc_minimal_internal_la-common.lo: src/common.cc 3468 libtcmalloc_minimal_internal_la-common.lo: src/common.cc
3677 @am__fastdepCXX_TRUE@» $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(C PPFLAGS) $(libtcmalloc_minimal_internal_la_CXXFLAGS) $(CXXFLAGS) -MT libtcmalloc _minimal_internal_la-common.lo -MD -MP -MF $(DEPDIR)/libtcmalloc_minimal_interna l_la-common.Tpo -c -o libtcmalloc_minimal_internal_la-common.lo `test -f 'src/co mmon.cc' || echo '$(srcdir)/'`src/common.cc 3469 @am__fastdepCXX_TRUE@» if $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $( DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtcmalloc_minimal_i nternal_la_CXXFLAGS) $(CXXFLAGS) -MT libtcmalloc_minimal_internal_la-common.lo - MD -MP -MF "$(DEPDIR)/libtcmalloc_minimal_internal_la-common.Tpo" -c -o libtcmal loc_minimal_internal_la-common.lo `test -f 'src/common.cc' || echo '$(srcdir)/'` src/common.cc; \
3678 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/libtcmalloc_minimal_internal_la-common.T po $(DEPDIR)/libtcmalloc_minimal_internal_la-common.Plo 3470 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/libtcmalloc_minimal_internal_la-co mmon.Tpo" "$(DEPDIR)/libtcmalloc_minimal_internal_la-common.Plo"; else rm -f "$( DEPDIR)/libtcmalloc_minimal_internal_la-common.Tpo"; exit 1; fi
3679 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/common.cc' object='libtcmall oc_minimal_internal_la-common.lo' libtool=yes @AMDEPBACKSLASH@ 3471 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/common.cc' object='libtcmall oc_minimal_internal_la-common.lo' libtool=yes @AMDEPBACKSLASH@
3680 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3472 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
3681 @am__fastdepCXX_FALSE@» $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(C PPFLAGS) $(libtcmalloc_minimal_internal_la_CXXFLAGS) $(CXXFLAGS) -c -o libtcmall oc_minimal_internal_la-common.lo `test -f 'src/common.cc' || echo '$(srcdir)/'`s rc/common.cc 3473 @am__fastdepCXX_FALSE@» $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEF AULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtcmalloc_minimal_inte rnal_la_CXXFLAGS) $(CXXFLAGS) -c -o libtcmalloc_minimal_internal_la-common.lo `t est -f 'src/common.cc' || echo '$(srcdir)/'`src/common.cc
3682 3474
3683 libtcmalloc_minimal_internal_la-internal_logging.lo: src/internal_logging.cc 3475 libtcmalloc_minimal_internal_la-internal_logging.lo: src/internal_logging.cc
3684 @am__fastdepCXX_TRUE@» $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(C PPFLAGS) $(libtcmalloc_minimal_internal_la_CXXFLAGS) $(CXXFLAGS) -MT libtcmalloc _minimal_internal_la-internal_logging.lo -MD -MP -MF $(DEPDIR)/libtcmalloc_minim al_internal_la-internal_logging.Tpo -c -o libtcmalloc_minimal_internal_la-intern al_logging.lo `test -f 'src/internal_logging.cc' || echo '$(srcdir)/'`src/intern al_logging.cc 3476 @am__fastdepCXX_TRUE@» if $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $( DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtcmalloc_minimal_i nternal_la_CXXFLAGS) $(CXXFLAGS) -MT libtcmalloc_minimal_internal_la-internal_lo gging.lo -MD -MP -MF "$(DEPDIR)/libtcmalloc_minimal_internal_la-internal_logging .Tpo" -c -o libtcmalloc_minimal_internal_la-internal_logging.lo `test -f 'src/in ternal_logging.cc' || echo '$(srcdir)/'`src/internal_logging.cc; \
3685 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/libtcmalloc_minimal_internal_la-internal _logging.Tpo $(DEPDIR)/libtcmalloc_minimal_internal_la-internal_logging.Plo 3477 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/libtcmalloc_minimal_internal_la-in ternal_logging.Tpo" "$(DEPDIR)/libtcmalloc_minimal_internal_la-internal_logging. Plo"; else rm -f "$(DEPDIR)/libtcmalloc_minimal_internal_la-internal_logging.Tpo "; exit 1; fi
3686 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/internal_logging.cc' object= 'libtcmalloc_minimal_internal_la-internal_logging.lo' libtool=yes @AMDEPBACKSLAS H@ 3478 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/internal_logging.cc' object= 'libtcmalloc_minimal_internal_la-internal_logging.lo' libtool=yes @AMDEPBACKSLAS H@
3687 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3479 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
3688 @am__fastdepCXX_FALSE@» $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(C PPFLAGS) $(libtcmalloc_minimal_internal_la_CXXFLAGS) $(CXXFLAGS) -c -o libtcmall oc_minimal_internal_la-internal_logging.lo `test -f 'src/internal_logging.cc' || echo '$(srcdir)/'`src/internal_logging.cc 3480 @am__fastdepCXX_FALSE@» $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEF AULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtcmalloc_minimal_inte rnal_la_CXXFLAGS) $(CXXFLAGS) -c -o libtcmalloc_minimal_internal_la-internal_log ging.lo `test -f 'src/internal_logging.cc' || echo '$(srcdir)/'`src/internal_log ging.cc
3689 3481
3690 libtcmalloc_minimal_internal_la-system-alloc.lo: src/system-alloc.cc 3482 libtcmalloc_minimal_internal_la-system-alloc.lo: src/system-alloc.cc
3691 @am__fastdepCXX_TRUE@» $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(C PPFLAGS) $(libtcmalloc_minimal_internal_la_CXXFLAGS) $(CXXFLAGS) -MT libtcmalloc _minimal_internal_la-system-alloc.lo -MD -MP -MF $(DEPDIR)/libtcmalloc_minimal_i nternal_la-system-alloc.Tpo -c -o libtcmalloc_minimal_internal_la-system-alloc.l o `test -f 'src/system-alloc.cc' || echo '$(srcdir)/'`src/system-alloc.cc 3483 @am__fastdepCXX_TRUE@» if $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $( DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtcmalloc_minimal_i nternal_la_CXXFLAGS) $(CXXFLAGS) -MT libtcmalloc_minimal_internal_la-system-allo c.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.c c' || echo '$(srcdir)/'`src/system-alloc.cc; \
3692 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/libtcmalloc_minimal_internal_la-system-a lloc.Tpo $(DEPDIR)/libtcmalloc_minimal_internal_la-system-alloc.Plo 3484 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/libtcmalloc_minimal_internal_la-sy stem-alloc.Tpo" "$(DEPDIR)/libtcmalloc_minimal_internal_la-system-alloc.Plo"; el se rm -f "$(DEPDIR)/libtcmalloc_minimal_internal_la-system-alloc.Tpo"; exit 1; f i
3693 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/system-alloc.cc' object='lib tcmalloc_minimal_internal_la-system-alloc.lo' libtool=yes @AMDEPBACKSLASH@ 3485 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/system-alloc.cc' object='lib tcmalloc_minimal_internal_la-system-alloc.lo' libtool=yes @AMDEPBACKSLASH@
3694 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3486 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
3695 @am__fastdepCXX_FALSE@» $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(C PPFLAGS) $(libtcmalloc_minimal_internal_la_CXXFLAGS) $(CXXFLAGS) -c -o libtcmall oc_minimal_internal_la-system-alloc.lo `test -f 'src/system-alloc.cc' || echo '$ (srcdir)/'`src/system-alloc.cc 3487 @am__fastdepCXX_FALSE@» $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEF AULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtcmalloc_minimal_inte rnal_la_CXXFLAGS) $(CXXFLAGS) -c -o libtcmalloc_minimal_internal_la-system-alloc .lo `test -f 'src/system-alloc.cc' || echo '$(srcdir)/'`src/system-alloc.cc
3696 3488
3697 libtcmalloc_minimal_internal_la-memfs_malloc.lo: src/memfs_malloc.cc 3489 libtcmalloc_minimal_internal_la-memfs_malloc.lo: src/memfs_malloc.cc
3698 @am__fastdepCXX_TRUE@» $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(C PPFLAGS) $(libtcmalloc_minimal_internal_la_CXXFLAGS) $(CXXFLAGS) -MT libtcmalloc _minimal_internal_la-memfs_malloc.lo -MD -MP -MF $(DEPDIR)/libtcmalloc_minimal_i nternal_la-memfs_malloc.Tpo -c -o libtcmalloc_minimal_internal_la-memfs_malloc.l o `test -f 'src/memfs_malloc.cc' || echo '$(srcdir)/'`src/memfs_malloc.cc 3490 @am__fastdepCXX_TRUE@» if $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $( DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtcmalloc_minimal_i nternal_la_CXXFLAGS) $(CXXFLAGS) -MT libtcmalloc_minimal_internal_la-memfs_mallo c.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.c c' || echo '$(srcdir)/'`src/memfs_malloc.cc; \
3699 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/libtcmalloc_minimal_internal_la-memfs_ma lloc.Tpo $(DEPDIR)/libtcmalloc_minimal_internal_la-memfs_malloc.Plo 3491 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/libtcmalloc_minimal_internal_la-me mfs_malloc.Tpo" "$(DEPDIR)/libtcmalloc_minimal_internal_la-memfs_malloc.Plo"; el se rm -f "$(DEPDIR)/libtcmalloc_minimal_internal_la-memfs_malloc.Tpo"; exit 1; f i
3700 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/memfs_malloc.cc' object='lib tcmalloc_minimal_internal_la-memfs_malloc.lo' libtool=yes @AMDEPBACKSLASH@ 3492 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/memfs_malloc.cc' object='lib tcmalloc_minimal_internal_la-memfs_malloc.lo' libtool=yes @AMDEPBACKSLASH@
3701 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3493 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
3702 @am__fastdepCXX_FALSE@» $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(C PPFLAGS) $(libtcmalloc_minimal_internal_la_CXXFLAGS) $(CXXFLAGS) -c -o libtcmall oc_minimal_internal_la-memfs_malloc.lo `test -f 'src/memfs_malloc.cc' || echo '$ (srcdir)/'`src/memfs_malloc.cc 3494 @am__fastdepCXX_FALSE@» $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEF AULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtcmalloc_minimal_inte rnal_la_CXXFLAGS) $(CXXFLAGS) -c -o libtcmalloc_minimal_internal_la-memfs_malloc .lo `test -f 'src/memfs_malloc.cc' || echo '$(srcdir)/'`src/memfs_malloc.cc
3703 3495
3704 libtcmalloc_minimal_internal_la-central_freelist.lo: src/central_freelist.cc 3496 libtcmalloc_minimal_internal_la-central_freelist.lo: src/central_freelist.cc
3705 @am__fastdepCXX_TRUE@» $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(C PPFLAGS) $(libtcmalloc_minimal_internal_la_CXXFLAGS) $(CXXFLAGS) -MT libtcmalloc _minimal_internal_la-central_freelist.lo -MD -MP -MF $(DEPDIR)/libtcmalloc_minim al_internal_la-central_freelist.Tpo -c -o libtcmalloc_minimal_internal_la-centra l_freelist.lo `test -f 'src/central_freelist.cc' || echo '$(srcdir)/'`src/centra l_freelist.cc 3497 @am__fastdepCXX_TRUE@» if $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $( DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtcmalloc_minimal_i nternal_la_CXXFLAGS) $(CXXFLAGS) -MT libtcmalloc_minimal_internal_la-central_fre elist.lo -MD -MP -MF "$(DEPDIR)/libtcmalloc_minimal_internal_la-central_freelist .Tpo" -c -o libtcmalloc_minimal_internal_la-central_freelist.lo `test -f 'src/ce ntral_freelist.cc' || echo '$(srcdir)/'`src/central_freelist.cc; \
3706 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/libtcmalloc_minimal_internal_la-central_ freelist.Tpo $(DEPDIR)/libtcmalloc_minimal_internal_la-central_freelist.Plo 3498 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/libtcmalloc_minimal_internal_la-ce ntral_freelist.Tpo" "$(DEPDIR)/libtcmalloc_minimal_internal_la-central_freelist. Plo"; else rm -f "$(DEPDIR)/libtcmalloc_minimal_internal_la-central_freelist.Tpo "; exit 1; fi
3707 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/central_freelist.cc' object= 'libtcmalloc_minimal_internal_la-central_freelist.lo' libtool=yes @AMDEPBACKSLAS H@ 3499 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/central_freelist.cc' object= 'libtcmalloc_minimal_internal_la-central_freelist.lo' libtool=yes @AMDEPBACKSLAS H@
3708 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3500 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
3709 @am__fastdepCXX_FALSE@» $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(C PPFLAGS) $(libtcmalloc_minimal_internal_la_CXXFLAGS) $(CXXFLAGS) -c -o libtcmall oc_minimal_internal_la-central_freelist.lo `test -f 'src/central_freelist.cc' || echo '$(srcdir)/'`src/central_freelist.cc 3501 @am__fastdepCXX_FALSE@» $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEF AULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtcmalloc_minimal_inte rnal_la_CXXFLAGS) $(CXXFLAGS) -c -o libtcmalloc_minimal_internal_la-central_free list.lo `test -f 'src/central_freelist.cc' || echo '$(srcdir)/'`src/central_free list.cc
3710 3502
3711 libtcmalloc_minimal_internal_la-page_heap.lo: src/page_heap.cc 3503 libtcmalloc_minimal_internal_la-page_heap.lo: src/page_heap.cc
3712 @am__fastdepCXX_TRUE@» $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(C PPFLAGS) $(libtcmalloc_minimal_internal_la_CXXFLAGS) $(CXXFLAGS) -MT libtcmalloc _minimal_internal_la-page_heap.lo -MD -MP -MF $(DEPDIR)/libtcmalloc_minimal_inte rnal_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 3504 @am__fastdepCXX_TRUE@» if $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $( DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtcmalloc_minimal_i nternal_la_CXXFLAGS) $(CXXFLAGS) -MT libtcmalloc_minimal_internal_la-page_heap.l o -MD -MP -MF "$(DEPDIR)/libtcmalloc_minimal_internal_la-page_heap.Tpo" -c -o li btcmalloc_minimal_internal_la-page_heap.lo `test -f 'src/page_heap.cc' || echo ' $(srcdir)/'`src/page_heap.cc; \
3713 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/libtcmalloc_minimal_internal_la-page_hea p.Tpo $(DEPDIR)/libtcmalloc_minimal_internal_la-page_heap.Plo 3505 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/libtcmalloc_minimal_internal_la-pa ge_heap.Tpo" "$(DEPDIR)/libtcmalloc_minimal_internal_la-page_heap.Plo"; else rm -f "$(DEPDIR)/libtcmalloc_minimal_internal_la-page_heap.Tpo"; exit 1; fi
3714 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/page_heap.cc' object='libtcm alloc_minimal_internal_la-page_heap.lo' libtool=yes @AMDEPBACKSLASH@ 3506 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/page_heap.cc' object='libtcm alloc_minimal_internal_la-page_heap.lo' libtool=yes @AMDEPBACKSLASH@
3715 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3507 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
3716 @am__fastdepCXX_FALSE@» $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(C PPFLAGS) $(libtcmalloc_minimal_internal_la_CXXFLAGS) $(CXXFLAGS) -c -o libtcmall oc_minimal_internal_la-page_heap.lo `test -f 'src/page_heap.cc' || echo '$(srcdi r)/'`src/page_heap.cc 3508 @am__fastdepCXX_FALSE@» $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEF AULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtcmalloc_minimal_inte rnal_la_CXXFLAGS) $(CXXFLAGS) -c -o libtcmalloc_minimal_internal_la-page_heap.lo `test -f 'src/page_heap.cc' || echo '$(srcdir)/'`src/page_heap.cc
3717 3509
3718 libtcmalloc_minimal_internal_la-sampler.lo: src/sampler.cc 3510 libtcmalloc_minimal_internal_la-sampler.lo: src/sampler.cc
3719 @am__fastdepCXX_TRUE@» $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(C PPFLAGS) $(libtcmalloc_minimal_internal_la_CXXFLAGS) $(CXXFLAGS) -MT libtcmalloc _minimal_internal_la-sampler.lo -MD -MP -MF $(DEPDIR)/libtcmalloc_minimal_intern al_la-sampler.Tpo -c -o libtcmalloc_minimal_internal_la-sampler.lo `test -f 'src /sampler.cc' || echo '$(srcdir)/'`src/sampler.cc 3511 @am__fastdepCXX_TRUE@» if $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $( DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtcmalloc_minimal_i nternal_la_CXXFLAGS) $(CXXFLAGS) -MT libtcmalloc_minimal_internal_la-sampler.lo -MD -MP -MF "$(DEPDIR)/libtcmalloc_minimal_internal_la-sampler.Tpo" -c -o libtcm alloc_minimal_internal_la-sampler.lo `test -f 'src/sampler.cc' || echo '$(srcdir )/'`src/sampler.cc; \
3720 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/libtcmalloc_minimal_internal_la-sampler. Tpo $(DEPDIR)/libtcmalloc_minimal_internal_la-sampler.Plo 3512 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/libtcmalloc_minimal_internal_la-sa mpler.Tpo" "$(DEPDIR)/libtcmalloc_minimal_internal_la-sampler.Plo"; else rm -f " $(DEPDIR)/libtcmalloc_minimal_internal_la-sampler.Tpo"; exit 1; fi
3721 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/sampler.cc' object='libtcmal loc_minimal_internal_la-sampler.lo' libtool=yes @AMDEPBACKSLASH@ 3513 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/sampler.cc' object='libtcmal loc_minimal_internal_la-sampler.lo' libtool=yes @AMDEPBACKSLASH@
3722 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3514 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
3723 @am__fastdepCXX_FALSE@» $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(C PPFLAGS) $(libtcmalloc_minimal_internal_la_CXXFLAGS) $(CXXFLAGS) -c -o libtcmall oc_minimal_internal_la-sampler.lo `test -f 'src/sampler.cc' || echo '$(srcdir)/' `src/sampler.cc 3515 @am__fastdepCXX_FALSE@» $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEF AULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtcmalloc_minimal_inte rnal_la_CXXFLAGS) $(CXXFLAGS) -c -o libtcmalloc_minimal_internal_la-sampler.lo ` test -f 'src/sampler.cc' || echo '$(srcdir)/'`src/sampler.cc
3724 3516
3725 libtcmalloc_minimal_internal_la-span.lo: src/span.cc 3517 libtcmalloc_minimal_internal_la-span.lo: src/span.cc
3726 @am__fastdepCXX_TRUE@» $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(C PPFLAGS) $(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 3518 @am__fastdepCXX_TRUE@» if $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $( DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtcmalloc_minimal_i nternal_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; \
3727 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/libtcmalloc_minimal_internal_la-span.Tpo $(DEPDIR)/libtcmalloc_minimal_internal_la-span.Plo 3519 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/libtcmalloc_minimal_internal_la-sp an.Tpo" "$(DEPDIR)/libtcmalloc_minimal_internal_la-span.Plo"; else rm -f "$(DEPD IR)/libtcmalloc_minimal_internal_la-span.Tpo"; exit 1; fi
3728 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/span.cc' object='libtcmalloc _minimal_internal_la-span.lo' libtool=yes @AMDEPBACKSLASH@ 3520 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/span.cc' object='libtcmalloc _minimal_internal_la-span.lo' libtool=yes @AMDEPBACKSLASH@
3729 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3521 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
3730 @am__fastdepCXX_FALSE@» $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(C PPFLAGS) $(libtcmalloc_minimal_internal_la_CXXFLAGS) $(CXXFLAGS) -c -o libtcmall oc_minimal_internal_la-span.lo `test -f 'src/span.cc' || echo '$(srcdir)/'`src/s pan.cc 3522 @am__fastdepCXX_FALSE@» $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEF AULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtcmalloc_minimal_inte rnal_la_CXXFLAGS) $(CXXFLAGS) -c -o libtcmalloc_minimal_internal_la-span.lo `tes t -f 'src/span.cc' || echo '$(srcdir)/'`src/span.cc
3731 3523
3732 libtcmalloc_minimal_internal_la-stack_trace_table.lo: src/stack_trace_table.cc 3524 libtcmalloc_minimal_internal_la-stack_trace_table.lo: src/stack_trace_table.cc
3733 @am__fastdepCXX_TRUE@» $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(C PPFLAGS) $(libtcmalloc_minimal_internal_la_CXXFLAGS) $(CXXFLAGS) -MT libtcmalloc _minimal_internal_la-stack_trace_table.lo -MD -MP -MF $(DEPDIR)/libtcmalloc_mini mal_internal_la-stack_trace_table.Tpo -c -o libtcmalloc_minimal_internal_la-stac k_trace_table.lo `test -f 'src/stack_trace_table.cc' || echo '$(srcdir)/'`src/st ack_trace_table.cc 3525 @am__fastdepCXX_TRUE@» if $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $( DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtcmalloc_minimal_i nternal_la_CXXFLAGS) $(CXXFLAGS) -MT libtcmalloc_minimal_internal_la-stack_trace _table.lo -MD -MP -MF "$(DEPDIR)/libtcmalloc_minimal_internal_la-stack_trace_tab le.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; \
3734 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/libtcmalloc_minimal_internal_la-stack_tr ace_table.Tpo $(DEPDIR)/libtcmalloc_minimal_internal_la-stack_trace_table.Plo 3526 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/libtcmalloc_minimal_internal_la-st ack_trace_table.Tpo" "$(DEPDIR)/libtcmalloc_minimal_internal_la-stack_trace_tabl e.Plo"; else rm -f "$(DEPDIR)/libtcmalloc_minimal_internal_la-stack_trace_table. Tpo"; exit 1; fi
3735 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/stack_trace_table.cc' object ='libtcmalloc_minimal_internal_la-stack_trace_table.lo' libtool=yes @AMDEPBACKSL ASH@ 3527 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/stack_trace_table.cc' object ='libtcmalloc_minimal_internal_la-stack_trace_table.lo' libtool=yes @AMDEPBACKSL ASH@
3736 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3528 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
3737 @am__fastdepCXX_FALSE@» $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(C PPFLAGS) $(libtcmalloc_minimal_internal_la_CXXFLAGS) $(CXXFLAGS) -c -o libtcmall oc_minimal_internal_la-stack_trace_table.lo `test -f 'src/stack_trace_table.cc' || echo '$(srcdir)/'`src/stack_trace_table.cc 3529 @am__fastdepCXX_FALSE@» $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEF AULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtcmalloc_minimal_inte rnal_la_CXXFLAGS) $(CXXFLAGS) -c -o libtcmalloc_minimal_internal_la-stack_trace_ table.lo `test -f 'src/stack_trace_table.cc' || echo '$(srcdir)/'`src/stack_trac e_table.cc
3738 3530
3739 libtcmalloc_minimal_internal_la-static_vars.lo: src/static_vars.cc 3531 libtcmalloc_minimal_internal_la-static_vars.lo: src/static_vars.cc
3740 @am__fastdepCXX_TRUE@» $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(C PPFLAGS) $(libtcmalloc_minimal_internal_la_CXXFLAGS) $(CXXFLAGS) -MT libtcmalloc _minimal_internal_la-static_vars.lo -MD -MP -MF $(DEPDIR)/libtcmalloc_minimal_in ternal_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 3532 @am__fastdepCXX_TRUE@» if $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $( DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtcmalloc_minimal_i nternal_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; \
3741 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/libtcmalloc_minimal_internal_la-static_v ars.Tpo $(DEPDIR)/libtcmalloc_minimal_internal_la-static_vars.Plo 3533 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/libtcmalloc_minimal_internal_la-st atic_vars.Tpo" "$(DEPDIR)/libtcmalloc_minimal_internal_la-static_vars.Plo"; else rm -f "$(DEPDIR)/libtcmalloc_minimal_internal_la-static_vars.Tpo"; exit 1; fi
3742 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/static_vars.cc' object='libt cmalloc_minimal_internal_la-static_vars.lo' libtool=yes @AMDEPBACKSLASH@ 3534 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/static_vars.cc' object='libt cmalloc_minimal_internal_la-static_vars.lo' libtool=yes @AMDEPBACKSLASH@
3743 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3535 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
3744 @am__fastdepCXX_FALSE@» $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(C PPFLAGS) $(libtcmalloc_minimal_internal_la_CXXFLAGS) $(CXXFLAGS) -c -o libtcmall oc_minimal_internal_la-static_vars.lo `test -f 'src/static_vars.cc' || echo '$(s rcdir)/'`src/static_vars.cc 3536 @am__fastdepCXX_FALSE@» $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEF AULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtcmalloc_minimal_inte rnal_la_CXXFLAGS) $(CXXFLAGS) -c -o libtcmalloc_minimal_internal_la-static_vars. lo `test -f 'src/static_vars.cc' || echo '$(srcdir)/'`src/static_vars.cc
3745 3537
3746 libtcmalloc_minimal_internal_la-symbolize.lo: src/symbolize.cc 3538 libtcmalloc_minimal_internal_la-symbolize.lo: src/symbolize.cc
3747 @am__fastdepCXX_TRUE@» $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(C PPFLAGS) $(libtcmalloc_minimal_internal_la_CXXFLAGS) $(CXXFLAGS) -MT libtcmalloc _minimal_internal_la-symbolize.lo -MD -MP -MF $(DEPDIR)/libtcmalloc_minimal_inte rnal_la-symbolize.Tpo -c -o libtcmalloc_minimal_internal_la-symbolize.lo `test - f 'src/symbolize.cc' || echo '$(srcdir)/'`src/symbolize.cc 3539 @am__fastdepCXX_TRUE@» if $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $( DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtcmalloc_minimal_i nternal_la_CXXFLAGS) $(CXXFLAGS) -MT libtcmalloc_minimal_internal_la-symbolize.l o -MD -MP -MF "$(DEPDIR)/libtcmalloc_minimal_internal_la-symbolize.Tpo" -c -o li btcmalloc_minimal_internal_la-symbolize.lo `test -f 'src/symbolize.cc' || echo ' $(srcdir)/'`src/symbolize.cc; \
3748 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/libtcmalloc_minimal_internal_la-symboliz e.Tpo $(DEPDIR)/libtcmalloc_minimal_internal_la-symbolize.Plo 3540 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/libtcmalloc_minimal_internal_la-sy mbolize.Tpo" "$(DEPDIR)/libtcmalloc_minimal_internal_la-symbolize.Plo"; else rm -f "$(DEPDIR)/libtcmalloc_minimal_internal_la-symbolize.Tpo"; exit 1; fi
3749 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/symbolize.cc' object='libtcm alloc_minimal_internal_la-symbolize.lo' libtool=yes @AMDEPBACKSLASH@ 3541 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/symbolize.cc' object='libtcm alloc_minimal_internal_la-symbolize.lo' libtool=yes @AMDEPBACKSLASH@
3750 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3542 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
3751 @am__fastdepCXX_FALSE@» $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(C PPFLAGS) $(libtcmalloc_minimal_internal_la_CXXFLAGS) $(CXXFLAGS) -c -o libtcmall oc_minimal_internal_la-symbolize.lo `test -f 'src/symbolize.cc' || echo '$(srcdi r)/'`src/symbolize.cc 3543 @am__fastdepCXX_FALSE@» $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEF AULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtcmalloc_minimal_inte rnal_la_CXXFLAGS) $(CXXFLAGS) -c -o libtcmalloc_minimal_internal_la-symbolize.lo `test -f 'src/symbolize.cc' || echo '$(srcdir)/'`src/symbolize.cc
3752 3544
3753 libtcmalloc_minimal_internal_la-thread_cache.lo: src/thread_cache.cc 3545 libtcmalloc_minimal_internal_la-thread_cache.lo: src/thread_cache.cc
3754 @am__fastdepCXX_TRUE@» $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(C PPFLAGS) $(libtcmalloc_minimal_internal_la_CXXFLAGS) $(CXXFLAGS) -MT libtcmalloc _minimal_internal_la-thread_cache.lo -MD -MP -MF $(DEPDIR)/libtcmalloc_minimal_i nternal_la-thread_cache.Tpo -c -o libtcmalloc_minimal_internal_la-thread_cache.l o `test -f 'src/thread_cache.cc' || echo '$(srcdir)/'`src/thread_cache.cc 3546 @am__fastdepCXX_TRUE@» if $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $( DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtcmalloc_minimal_i nternal_la_CXXFLAGS) $(CXXFLAGS) -MT libtcmalloc_minimal_internal_la-thread_cach e.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.c c' || echo '$(srcdir)/'`src/thread_cache.cc; \
3755 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/libtcmalloc_minimal_internal_la-thread_c ache.Tpo $(DEPDIR)/libtcmalloc_minimal_internal_la-thread_cache.Plo 3547 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/libtcmalloc_minimal_internal_la-th read_cache.Tpo" "$(DEPDIR)/libtcmalloc_minimal_internal_la-thread_cache.Plo"; el se rm -f "$(DEPDIR)/libtcmalloc_minimal_internal_la-thread_cache.Tpo"; exit 1; f i
3756 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/thread_cache.cc' object='lib tcmalloc_minimal_internal_la-thread_cache.lo' libtool=yes @AMDEPBACKSLASH@ 3548 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/thread_cache.cc' object='lib tcmalloc_minimal_internal_la-thread_cache.lo' libtool=yes @AMDEPBACKSLASH@
3757 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3549 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
3758 @am__fastdepCXX_FALSE@» $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(C PPFLAGS) $(libtcmalloc_minimal_internal_la_CXXFLAGS) $(CXXFLAGS) -c -o libtcmall oc_minimal_internal_la-thread_cache.lo `test -f 'src/thread_cache.cc' || echo '$ (srcdir)/'`src/thread_cache.cc 3550 @am__fastdepCXX_FALSE@» $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEF AULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtcmalloc_minimal_inte rnal_la_CXXFLAGS) $(CXXFLAGS) -c -o libtcmalloc_minimal_internal_la-thread_cache .lo `test -f 'src/thread_cache.cc' || echo '$(srcdir)/'`src/thread_cache.cc
3759 3551
3760 libtcmalloc_minimal_internal_la-malloc_hook.lo: src/malloc_hook.cc 3552 libtcmalloc_minimal_internal_la-malloc_hook.lo: src/malloc_hook.cc
3761 @am__fastdepCXX_TRUE@» $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(C PPFLAGS) $(libtcmalloc_minimal_internal_la_CXXFLAGS) $(CXXFLAGS) -MT libtcmalloc _minimal_internal_la-malloc_hook.lo -MD -MP -MF $(DEPDIR)/libtcmalloc_minimal_in ternal_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 3553 @am__fastdepCXX_TRUE@» if $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $( DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtcmalloc_minimal_i nternal_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; \
3762 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/libtcmalloc_minimal_internal_la-malloc_h ook.Tpo $(DEPDIR)/libtcmalloc_minimal_internal_la-malloc_hook.Plo 3554 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/libtcmalloc_minimal_internal_la-ma lloc_hook.Tpo" "$(DEPDIR)/libtcmalloc_minimal_internal_la-malloc_hook.Plo"; else rm -f "$(DEPDIR)/libtcmalloc_minimal_internal_la-malloc_hook.Tpo"; exit 1; fi
3763 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/malloc_hook.cc' object='libt cmalloc_minimal_internal_la-malloc_hook.lo' libtool=yes @AMDEPBACKSLASH@ 3555 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/malloc_hook.cc' object='libt cmalloc_minimal_internal_la-malloc_hook.lo' libtool=yes @AMDEPBACKSLASH@
3764 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3556 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
3765 @am__fastdepCXX_FALSE@» $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(C PPFLAGS) $(libtcmalloc_minimal_internal_la_CXXFLAGS) $(CXXFLAGS) -c -o libtcmall oc_minimal_internal_la-malloc_hook.lo `test -f 'src/malloc_hook.cc' || echo '$(s rcdir)/'`src/malloc_hook.cc 3557 @am__fastdepCXX_FALSE@» $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEF AULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtcmalloc_minimal_inte rnal_la_CXXFLAGS) $(CXXFLAGS) -c -o libtcmalloc_minimal_internal_la-malloc_hook. lo `test -f 'src/malloc_hook.cc' || echo '$(srcdir)/'`src/malloc_hook.cc
3766 3558
3767 libtcmalloc_minimal_internal_la-malloc_extension.lo: src/malloc_extension.cc 3559 libtcmalloc_minimal_internal_la-malloc_extension.lo: src/malloc_extension.cc
3768 @am__fastdepCXX_TRUE@» $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(C PPFLAGS) $(libtcmalloc_minimal_internal_la_CXXFLAGS) $(CXXFLAGS) -MT libtcmalloc _minimal_internal_la-malloc_extension.lo -MD -MP -MF $(DEPDIR)/libtcmalloc_minim al_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 3560 @am__fastdepCXX_TRUE@» if $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $( DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtcmalloc_minimal_i nternal_la_CXXFLAGS) $(CXXFLAGS) -MT libtcmalloc_minimal_internal_la-malloc_exte nsion.lo -MD -MP -MF "$(DEPDIR)/libtcmalloc_minimal_internal_la-malloc_extension .Tpo" -c -o libtcmalloc_minimal_internal_la-malloc_extension.lo `test -f 'src/ma lloc_extension.cc' || echo '$(srcdir)/'`src/malloc_extension.cc; \
3769 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/libtcmalloc_minimal_internal_la-malloc_e xtension.Tpo $(DEPDIR)/libtcmalloc_minimal_internal_la-malloc_extension.Plo 3561 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/libtcmalloc_minimal_internal_la-ma lloc_extension.Tpo" "$(DEPDIR)/libtcmalloc_minimal_internal_la-malloc_extension. Plo"; else rm -f "$(DEPDIR)/libtcmalloc_minimal_internal_la-malloc_extension.Tpo "; exit 1; fi
3770 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/malloc_extension.cc' object= 'libtcmalloc_minimal_internal_la-malloc_extension.lo' libtool=yes @AMDEPBACKSLAS H@ 3562 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/malloc_extension.cc' object= 'libtcmalloc_minimal_internal_la-malloc_extension.lo' libtool=yes @AMDEPBACKSLAS H@
3771 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3563 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
3772 @am__fastdepCXX_FALSE@» $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(C PPFLAGS) $(libtcmalloc_minimal_internal_la_CXXFLAGS) $(CXXFLAGS) -c -o libtcmall oc_minimal_internal_la-malloc_extension.lo `test -f 'src/malloc_extension.cc' || echo '$(srcdir)/'`src/malloc_extension.cc 3564 @am__fastdepCXX_FALSE@» $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEF AULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtcmalloc_minimal_inte rnal_la_CXXFLAGS) $(CXXFLAGS) -c -o libtcmalloc_minimal_internal_la-malloc_exten sion.lo `test -f 'src/malloc_extension.cc' || echo '$(srcdir)/'`src/malloc_exten sion.cc
3773 3565
3774 libtcmalloc_minimal_internal_la-maybe_threads.lo: src/maybe_threads.cc 3566 libtcmalloc_minimal_internal_la-maybe_threads.lo: src/maybe_threads.cc
3775 @am__fastdepCXX_TRUE@» $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(C PPFLAGS) $(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_thread s.lo `test -f 'src/maybe_threads.cc' || echo '$(srcdir)/'`src/maybe_threads.cc 3567 @am__fastdepCXX_TRUE@» if $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $( DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtcmalloc_minimal_i nternal_la_CXXFLAGS) $(CXXFLAGS) -MT libtcmalloc_minimal_internal_la-maybe_threa ds.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_threa ds.cc' || echo '$(srcdir)/'`src/maybe_threads.cc; \
3776 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/libtcmalloc_minimal_internal_la-maybe_th reads.Tpo $(DEPDIR)/libtcmalloc_minimal_internal_la-maybe_threads.Plo 3568 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/libtcmalloc_minimal_internal_la-ma ybe_threads.Tpo" "$(DEPDIR)/libtcmalloc_minimal_internal_la-maybe_threads.Plo"; else rm -f "$(DEPDIR)/libtcmalloc_minimal_internal_la-maybe_threads.Tpo"; exit 1 ; fi
3777 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/maybe_threads.cc' object='li btcmalloc_minimal_internal_la-maybe_threads.lo' libtool=yes @AMDEPBACKSLASH@ 3569 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/maybe_threads.cc' object='li btcmalloc_minimal_internal_la-maybe_threads.lo' libtool=yes @AMDEPBACKSLASH@
3778 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3570 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
3779 @am__fastdepCXX_FALSE@» $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(C PPFLAGS) $(libtcmalloc_minimal_internal_la_CXXFLAGS) $(CXXFLAGS) -c -o libtcmall oc_minimal_internal_la-maybe_threads.lo `test -f 'src/maybe_threads.cc' || echo '$(srcdir)/'`src/maybe_threads.cc 3571 @am__fastdepCXX_FALSE@» $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEF AULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtcmalloc_minimal_inte rnal_la_CXXFLAGS) $(CXXFLAGS) -c -o libtcmalloc_minimal_internal_la-maybe_thread s.lo `test -f 'src/maybe_threads.cc' || echo '$(srcdir)/'`src/maybe_threads.cc
3780 3572
3781 port.lo: src/windows/port.cc 3573 port.lo: src/windows/port.cc
3782 @am__fastdepCXX_TRUE@» $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(C PPFLAGS) $(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/por t.cc 3574 @am__fastdepCXX_TRUE@» if $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $( DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLA GS) -MT port.lo -MD -MP -MF "$(DEPDIR)/port.Tpo" -c -o port.lo `test -f 'src/win dows/port.cc' || echo '$(srcdir)/'`src/windows/port.cc; \
3783 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/port.Tpo $(DEPDIR)/port.Plo 3575 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/port.Tpo" "$(DEPDIR)/port.Plo"; el se rm -f "$(DEPDIR)/port.Tpo"; exit 1; fi
3784 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/windows/port.cc' object='por t.lo' libtool=yes @AMDEPBACKSLASH@ 3576 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/windows/port.cc' object='por t.lo' libtool=yes @AMDEPBACKSLASH@
3785 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3577 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
3786 @am__fastdepCXX_FALSE@» $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(C PPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o port.lo `test -f 'src/windows/port.cc' || echo '$(srcdir)/'`src/windows/port.cc 3578 @am__fastdepCXX_FALSE@» $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEF AULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o port.lo `test -f 'src/windows/port.cc' || echo '$(srcdir)/'`src/windows/p ort.cc
3787 3579
3788 ia32_modrm_map.lo: src/windows/ia32_modrm_map.cc 3580 ia32_modrm_map.lo: src/windows/ia32_modrm_map.cc
3789 @am__fastdepCXX_TRUE@» $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(C PPFLAGS) $(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 3581 @am__fastdepCXX_TRUE@» if $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $( DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLA GS) -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/w indows/ia32_modrm_map.cc; \
3790 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/ia32_modrm_map.Tpo $(DEPDIR)/ia32_modrm_ map.Plo 3582 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/ia32_modrm_map.Tpo" "$(DEPDIR)/ia3 2_modrm_map.Plo"; else rm -f "$(DEPDIR)/ia32_modrm_map.Tpo"; exit 1; fi
3791 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/windows/ia32_modrm_map.cc' o bject='ia32_modrm_map.lo' libtool=yes @AMDEPBACKSLASH@ 3583 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/windows/ia32_modrm_map.cc' o bject='ia32_modrm_map.lo' libtool=yes @AMDEPBACKSLASH@
3792 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3584 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
3793 @am__fastdepCXX_FALSE@» $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(C PPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o ia32_modrm_map.lo `test -f 'src/window s/ia32_modrm_map.cc' || echo '$(srcdir)/'`src/windows/ia32_modrm_map.cc 3585 @am__fastdepCXX_FALSE@» $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEF AULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o ia32_modrm_map.lo `test -f 'src/windows/ia32_modrm_map.cc' || echo '$(src dir)/'`src/windows/ia32_modrm_map.cc
3794 3586
3795 ia32_opcode_map.lo: src/windows/ia32_opcode_map.cc 3587 ia32_opcode_map.lo: src/windows/ia32_opcode_map.cc
3796 @am__fastdepCXX_TRUE@» $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(C PPFLAGS) $(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 3588 @am__fastdepCXX_TRUE@» if $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $( DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLA GS) -MT ia32_opcode_map.lo -MD -MP -MF "$(DEPDIR)/ia32_opcode_map.Tpo" -c -o ia3 2_opcode_map.lo `test -f 'src/windows/ia32_opcode_map.cc' || echo '$(srcdir)/'`s rc/windows/ia32_opcode_map.cc; \
3797 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/ia32_opcode_map.Tpo $(DEPDIR)/ia32_opcod e_map.Plo 3589 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/ia32_opcode_map.Tpo" "$(DEPDIR)/ia 32_opcode_map.Plo"; else rm -f "$(DEPDIR)/ia32_opcode_map.Tpo"; exit 1; fi
3798 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/windows/ia32_opcode_map.cc' object='ia32_opcode_map.lo' libtool=yes @AMDEPBACKSLASH@ 3590 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/windows/ia32_opcode_map.cc' object='ia32_opcode_map.lo' libtool=yes @AMDEPBACKSLASH@
3799 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3591 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
3800 @am__fastdepCXX_FALSE@» $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(C PPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o ia32_opcode_map.lo `test -f 'src/windo ws/ia32_opcode_map.cc' || echo '$(srcdir)/'`src/windows/ia32_opcode_map.cc 3592 @am__fastdepCXX_FALSE@» $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEF AULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o ia32_opcode_map.lo `test -f 'src/windows/ia32_opcode_map.cc' || echo '$(s rcdir)/'`src/windows/ia32_opcode_map.cc
3801 3593
3802 mini_disassembler.lo: src/windows/mini_disassembler.cc 3594 mini_disassembler.lo: src/windows/mini_disassembler.cc
3803 @am__fastdepCXX_TRUE@» $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(C PPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT mini_disassembler.lo -MD -MP -MF $(DEPDI R)/mini_disassembler.Tpo -c -o mini_disassembler.lo `test -f 'src/windows/mini_d isassembler.cc' || echo '$(srcdir)/'`src/windows/mini_disassembler.cc 3595 @am__fastdepCXX_TRUE@» if $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $( DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLA GS) -MT mini_disassembler.lo -MD -MP -MF "$(DEPDIR)/mini_disassembler.Tpo" -c -o mini_disassembler.lo `test -f 'src/windows/mini_disassembler.cc' || echo '$(src dir)/'`src/windows/mini_disassembler.cc; \
3804 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/mini_disassembler.Tpo $(DEPDIR)/mini_dis assembler.Plo 3596 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/mini_disassembler.Tpo" "$(DEPDIR)/ mini_disassembler.Plo"; else rm -f "$(DEPDIR)/mini_disassembler.Tpo"; exit 1; fi
3805 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/windows/mini_disassembler.cc ' object='mini_disassembler.lo' libtool=yes @AMDEPBACKSLASH@ 3597 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/windows/mini_disassembler.cc ' object='mini_disassembler.lo' libtool=yes @AMDEPBACKSLASH@
3806 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3598 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
3807 @am__fastdepCXX_FALSE@» $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(C PPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o mini_disassembler.lo `test -f 'src/win dows/mini_disassembler.cc' || echo '$(srcdir)/'`src/windows/mini_disassembler.cc 3599 @am__fastdepCXX_FALSE@» $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEF AULT_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
3808 3600
3809 patch_functions.lo: src/windows/patch_functions.cc 3601 patch_functions.lo: src/windows/patch_functions.cc
3810 @am__fastdepCXX_TRUE@» $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(C PPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT patch_functions.lo -MD -MP -MF $(DEPDIR) /patch_functions.Tpo -c -o patch_functions.lo `test -f 'src/windows/patch_functi ons.cc' || echo '$(srcdir)/'`src/windows/patch_functions.cc 3602 @am__fastdepCXX_TRUE@» if $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $( DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLA GS) -MT patch_functions.lo -MD -MP -MF "$(DEPDIR)/patch_functions.Tpo" -c -o pat ch_functions.lo `test -f 'src/windows/patch_functions.cc' || echo '$(srcdir)/'`s rc/windows/patch_functions.cc; \
3811 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/patch_functions.Tpo $(DEPDIR)/patch_func tions.Plo 3603 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/patch_functions.Tpo" "$(DEPDIR)/pa tch_functions.Plo"; else rm -f "$(DEPDIR)/patch_functions.Tpo"; exit 1; fi
3812 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/windows/patch_functions.cc' object='patch_functions.lo' libtool=yes @AMDEPBACKSLASH@ 3604 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/windows/patch_functions.cc' object='patch_functions.lo' libtool=yes @AMDEPBACKSLASH@
3813 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3605 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
3814 @am__fastdepCXX_FALSE@» $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(C PPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o patch_functions.lo `test -f 'src/windo ws/patch_functions.cc' || echo '$(srcdir)/'`src/windows/patch_functions.cc 3606 @am__fastdepCXX_FALSE@» $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEF AULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o patch_functions.lo `test -f 'src/windows/patch_functions.cc' || echo '$(s rcdir)/'`src/windows/patch_functions.cc
3815 3607
3816 preamble_patcher.lo: src/windows/preamble_patcher.cc 3608 preamble_patcher.lo: src/windows/preamble_patcher.cc
3817 @am__fastdepCXX_TRUE@» $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(C PPFLAGS) $(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 3609 @am__fastdepCXX_TRUE@» if $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $( DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLA GS) -MT preamble_patcher.lo -MD -MP -MF "$(DEPDIR)/preamble_patcher.Tpo" -c -o p reamble_patcher.lo `test -f 'src/windows/preamble_patcher.cc' || echo '$(srcdir) /'`src/windows/preamble_patcher.cc; \
3818 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/preamble_patcher.Tpo $(DEPDIR)/preamble_ patcher.Plo 3610 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/preamble_patcher.Tpo" "$(DEPDIR)/p reamble_patcher.Plo"; else rm -f "$(DEPDIR)/preamble_patcher.Tpo"; exit 1; fi
3819 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/windows/preamble_patcher.cc' object='preamble_patcher.lo' libtool=yes @AMDEPBACKSLASH@ 3611 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/windows/preamble_patcher.cc' object='preamble_patcher.lo' libtool=yes @AMDEPBACKSLASH@
3820 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3612 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
3821 @am__fastdepCXX_FALSE@» $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(C PPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o preamble_patcher.lo `test -f 'src/wind ows/preamble_patcher.cc' || echo '$(srcdir)/'`src/windows/preamble_patcher.cc 3613 @am__fastdepCXX_FALSE@» $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEF AULT_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
3822 3614
3823 preamble_patcher_with_stub.lo: src/windows/preamble_patcher_with_stub.cc 3615 preamble_patcher_with_stub.lo: src/windows/preamble_patcher_with_stub.cc
3824 @am__fastdepCXX_TRUE@» $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(C PPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT preamble_patcher_with_stub.lo -MD -MP -M F $(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/win dows/preamble_patcher_with_stub.cc 3616 @am__fastdepCXX_TRUE@» if $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $( DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLA GS) -MT preamble_patcher_with_stub.lo -MD -MP -MF "$(DEPDIR)/preamble_patcher_wi th_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_stu b.cc; \
3825 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/preamble_patcher_with_stub.Tpo $(DEPDIR) /preamble_patcher_with_stub.Plo 3617 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/preamble_patcher_with_stub.Tpo" "$ (DEPDIR)/preamble_patcher_with_stub.Plo"; else rm -f "$(DEPDIR)/preamble_patcher _with_stub.Tpo"; exit 1; fi
3826 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/windows/preamble_patcher_wit h_stub.cc' object='preamble_patcher_with_stub.lo' libtool=yes @AMDEPBACKSLASH@ 3618 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/windows/preamble_patcher_wit h_stub.cc' object='preamble_patcher_with_stub.lo' libtool=yes @AMDEPBACKSLASH@
3827 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3619 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
3828 @am__fastdepCXX_FALSE@» $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(C PPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o preamble_patcher_with_stub.lo `test -f 'src/windows/preamble_patcher_with_stub.cc' || echo '$(srcdir)/'`src/windows/pr eamble_patcher_with_stub.cc 3620 @am__fastdepCXX_FALSE@» $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEF AULT_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
3829 3621
3830 addressmap_unittest-addressmap_unittest.o: src/tests/addressmap_unittest.cc 3622 addressmap_unittest-addressmap_unittest.o: src/tests/addressmap_unittest.cc
3831 @am__fastdepCXX_TRUE@» $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(addressmap_unittest_CXXFLAGS) $(CXXFLAGS) -MT addressmap_uni ttest-addressmap_unittest.o -MD -MP -MF $(DEPDIR)/addressmap_unittest-addressmap _unittest.Tpo -c -o addressmap_unittest-addressmap_unittest.o `test -f 'src/test s/addressmap_unittest.cc' || echo '$(srcdir)/'`src/tests/addressmap_unittest.cc 3623 @am__fastdepCXX_TRUE@» if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_C PPFLAGS) $(CPPFLAGS) $(addressmap_unittest_CXXFLAGS) $(CXXFLAGS) -MT addressmap_ unittest-addressmap_unittest.o -MD -MP -MF "$(DEPDIR)/addressmap_unittest-addres smap_unittest.Tpo" -c -o addressmap_unittest-addressmap_unittest.o `test -f 'src /tests/addressmap_unittest.cc' || echo '$(srcdir)/'`src/tests/addressmap_unittes t.cc; \
3832 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/addressmap_unittest-addressmap_unittest. Tpo $(DEPDIR)/addressmap_unittest-addressmap_unittest.Po 3624 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/addressmap_unittest-addressmap_uni ttest.Tpo" "$(DEPDIR)/addressmap_unittest-addressmap_unittest.Po"; else rm -f "$ (DEPDIR)/addressmap_unittest-addressmap_unittest.Tpo"; exit 1; fi
3833 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/addressmap_unittest.cc ' object='addressmap_unittest-addressmap_unittest.o' libtool=no @AMDEPBACKSLASH@ 3625 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/addressmap_unittest.cc ' object='addressmap_unittest-addressmap_unittest.o' libtool=no @AMDEPBACKSLASH@
3834 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3626 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
3835 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(addressmap_unittest_CXXFLAGS) $(CXXFLAGS) -c -o addressmap_u nittest-addressmap_unittest.o `test -f 'src/tests/addressmap_unittest.cc' || ech o '$(srcdir)/'`src/tests/addressmap_unittest.cc 3627 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(addressmap_unittest_CXXFLAGS) $(CXXFLAGS) -c -o addressmap_u nittest-addressmap_unittest.o `test -f 'src/tests/addressmap_unittest.cc' || ech o '$(srcdir)/'`src/tests/addressmap_unittest.cc
3836 3628
3837 addressmap_unittest-addressmap_unittest.obj: src/tests/addressmap_unittest.cc 3629 addressmap_unittest-addressmap_unittest.obj: src/tests/addressmap_unittest.cc
3838 @am__fastdepCXX_TRUE@» $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(addressmap_unittest_CXXFLAGS) $(CXXFLAGS) -MT addressmap_uni ttest-addressmap_unittest.obj -MD -MP -MF $(DEPDIR)/addressmap_unittest-addressm ap_unittest.Tpo -c -o addressmap_unittest-addressmap_unittest.obj `if test -f 's rc/tests/addressmap_unittest.cc'; then $(CYGPATH_W) 'src/tests/addressmap_unitte st.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/addressmap_unittest.cc'; fi` 3630 @am__fastdepCXX_TRUE@» if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_C PPFLAGS) $(CPPFLAGS) $(addressmap_unittest_CXXFLAGS) $(CXXFLAGS) -MT addressmap_ unittest-addressmap_unittest.obj -MD -MP -MF "$(DEPDIR)/addressmap_unittest-addr essmap_unittest.Tpo" -c -o addressmap_unittest-addressmap_unittest.obj `if test -f 'src/tests/addressmap_unittest.cc'; then $(CYGPATH_W) 'src/tests/addressmap_u nittest.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/addressmap_unittest.cc'; fi` ; \
3839 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/addressmap_unittest-addressmap_unittest. Tpo $(DEPDIR)/addressmap_unittest-addressmap_unittest.Po 3631 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/addressmap_unittest-addressmap_uni ttest.Tpo" "$(DEPDIR)/addressmap_unittest-addressmap_unittest.Po"; else rm -f "$ (DEPDIR)/addressmap_unittest-addressmap_unittest.Tpo"; exit 1; fi
3840 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/addressmap_unittest.cc ' object='addressmap_unittest-addressmap_unittest.obj' libtool=no @AMDEPBACKSLAS H@ 3632 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/addressmap_unittest.cc ' object='addressmap_unittest-addressmap_unittest.obj' libtool=no @AMDEPBACKSLAS H@
3841 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3633 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
3842 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(addressmap_unittest_CXXFLAGS) $(CXXFLAGS) -c -o addressmap_u nittest-addressmap_unittest.obj `if test -f 'src/tests/addressmap_unittest.cc'; then $(CYGPATH_W) 'src/tests/addressmap_unittest.cc'; else $(CYGPATH_W) '$(srcdi r)/src/tests/addressmap_unittest.cc'; fi` 3634 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(addressmap_unittest_CXXFLAGS) $(CXXFLAGS) -c -o addressmap_u nittest-addressmap_unittest.obj `if test -f 'src/tests/addressmap_unittest.cc'; then $(CYGPATH_W) 'src/tests/addressmap_unittest.cc'; else $(CYGPATH_W) '$(srcdi r)/src/tests/addressmap_unittest.cc'; fi`
3843 3635
3844 addressmap_unittest-port.o: src/windows/port.cc 3636 addressmap_unittest-port.o: src/windows/port.cc
3845 @am__fastdepCXX_TRUE@» $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(addressmap_unittest_CXXFLAGS) $(CXXFLAGS) -MT addressmap_uni ttest-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 3637 @am__fastdepCXX_TRUE@» if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_C PPFLAGS) $(CPPFLAGS) $(addressmap_unittest_CXXFLAGS) $(CXXFLAGS) -MT addressmap_ unittest-port.o -MD -MP -MF "$(DEPDIR)/addressmap_unittest-port.Tpo" -c -o addre ssmap_unittest-port.o `test -f 'src/windows/port.cc' || echo '$(srcdir)/'`src/wi ndows/port.cc; \
3846 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/addressmap_unittest-port.Tpo $(DEPDIR)/a ddressmap_unittest-port.Po 3638 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/addressmap_unittest-port.Tpo" "$(D EPDIR)/addressmap_unittest-port.Po"; else rm -f "$(DEPDIR)/addressmap_unittest-p ort.Tpo"; exit 1; fi
3847 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/windows/port.cc' object='add ressmap_unittest-port.o' libtool=no @AMDEPBACKSLASH@ 3639 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/windows/port.cc' object='add ressmap_unittest-port.o' libtool=no @AMDEPBACKSLASH@
3848 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3640 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
3849 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(addressmap_unittest_CXXFLAGS) $(CXXFLAGS) -c -o addressmap_u nittest-port.o `test -f 'src/windows/port.cc' || echo '$(srcdir)/'`src/windows/p ort.cc 3641 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(addressmap_unittest_CXXFLAGS) $(CXXFLAGS) -c -o addressmap_u nittest-port.o `test -f 'src/windows/port.cc' || echo '$(srcdir)/'`src/windows/p ort.cc
3850 3642
3851 addressmap_unittest-port.obj: src/windows/port.cc 3643 addressmap_unittest-port.obj: src/windows/port.cc
3852 @am__fastdepCXX_TRUE@» $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(addressmap_unittest_CXXFLAGS) $(CXXFLAGS) -MT addressmap_uni ttest-port.obj -MD -MP -MF $(DEPDIR)/addressmap_unittest-port.Tpo -c -o addressm ap_unittest-port.obj `if test -f 'src/windows/port.cc'; then $(CYGPATH_W) 'src/w indows/port.cc'; else $(CYGPATH_W) '$(srcdir)/src/windows/port.cc'; fi` 3644 @am__fastdepCXX_TRUE@» if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_C PPFLAGS) $(CPPFLAGS) $(addressmap_unittest_CXXFLAGS) $(CXXFLAGS) -MT addressmap_ unittest-port.obj -MD -MP -MF "$(DEPDIR)/addressmap_unittest-port.Tpo" -c -o add ressmap_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`; \
3853 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/addressmap_unittest-port.Tpo $(DEPDIR)/a ddressmap_unittest-port.Po 3645 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/addressmap_unittest-port.Tpo" "$(D EPDIR)/addressmap_unittest-port.Po"; else rm -f "$(DEPDIR)/addressmap_unittest-p ort.Tpo"; exit 1; fi
3854 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/windows/port.cc' object='add ressmap_unittest-port.obj' libtool=no @AMDEPBACKSLASH@ 3646 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/windows/port.cc' object='add ressmap_unittest-port.obj' libtool=no @AMDEPBACKSLASH@
3855 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3647 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
3856 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(addressmap_unittest_CXXFLAGS) $(CXXFLAGS) -c -o addressmap_u nittest-port.obj `if test -f 'src/windows/port.cc'; then $(CYGPATH_W) 'src/windo ws/port.cc'; else $(CYGPATH_W) '$(srcdir)/src/windows/port.cc'; fi` 3648 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(addressmap_unittest_CXXFLAGS) $(CXXFLAGS) -c -o addressmap_u nittest-port.obj `if test -f 'src/windows/port.cc'; then $(CYGPATH_W) 'src/windo ws/port.cc'; else $(CYGPATH_W) '$(srcdir)/src/windows/port.cc'; fi`
3857 3649
3858 atomicops_unittest.o: src/tests/atomicops_unittest.cc 3650 atomicops_unittest.o: src/tests/atomicops_unittest.cc
3859 @am__fastdepCXX_TRUE@» $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT atomicops_unittest.o -MD -MP -M F $(DEPDIR)/atomicops_unittest.Tpo -c -o atomicops_unittest.o `test -f 'src/test s/atomicops_unittest.cc' || echo '$(srcdir)/'`src/tests/atomicops_unittest.cc 3651 @am__fastdepCXX_TRUE@» if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_C PPFLAGS) $(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; \
3860 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/atomicops_unittest.Tpo $(DEPDIR)/atomico ps_unittest.Po 3652 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/atomicops_unittest.Tpo" "$(DEPDIR) /atomicops_unittest.Po"; else rm -f "$(DEPDIR)/atomicops_unittest.Tpo"; exit 1; fi
3861 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/atomicops_unittest.cc' object='atomicops_unittest.o' libtool=no @AMDEPBACKSLASH@ 3653 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/atomicops_unittest.cc' object='atomicops_unittest.o' libtool=no @AMDEPBACKSLASH@
3862 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3654 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
3863 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o atomicops_unittest.o `test -f 'src/tests/atomicops_unittest.cc' || echo '$(srcdir)/'`src/tests/atomicops_unit test.cc 3655 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o atomicops_unittest.o `test -f 'src/tests/atomicops_unittest.cc' || echo '$(srcdir)/'`src/tests/atomicops_unit test.cc
3864 3656
3865 atomicops_unittest.obj: src/tests/atomicops_unittest.cc 3657 atomicops_unittest.obj: src/tests/atomicops_unittest.cc
3866 @am__fastdepCXX_TRUE@» $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT atomicops_unittest.obj -MD -MP -MF $(DEPDIR)/atomicops_unittest.Tpo -c -o atomicops_unittest.obj `if test -f 's rc/tests/atomicops_unittest.cc'; then $(CYGPATH_W) 'src/tests/atomicops_unittest .cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/atomicops_unittest.cc'; fi` 3658 @am__fastdepCXX_TRUE@» if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_C PPFLAGS) $(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_uni ttest.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/atomicops_unittest.cc'; fi`; \
3867 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/atomicops_unittest.Tpo $(DEPDIR)/atomico ps_unittest.Po 3659 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/atomicops_unittest.Tpo" "$(DEPDIR) /atomicops_unittest.Po"; else rm -f "$(DEPDIR)/atomicops_unittest.Tpo"; exit 1; fi
3868 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/atomicops_unittest.cc' object='atomicops_unittest.obj' libtool=no @AMDEPBACKSLASH@ 3660 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/atomicops_unittest.cc' object='atomicops_unittest.obj' libtool=no @AMDEPBACKSLASH@
3869 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3661 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
3870 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o atomicops_unittest.obj `if te st -f 'src/tests/atomicops_unittest.cc'; then $(CYGPATH_W) 'src/tests/atomicops_ unittest.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/atomicops_unittest.cc'; fi` 3662 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o atomicops_unittest.obj `if te st -f 'src/tests/atomicops_unittest.cc'; then $(CYGPATH_W) 'src/tests/atomicops_ unittest.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/atomicops_unittest.cc'; fi`
3871 3663
3872 current_allocated_bytes_test-current_allocated_bytes_test.o: src/tests/current_a llocated_bytes_test.cc 3664 current_allocated_bytes_test-current_allocated_bytes_test.o: src/tests/current_a llocated_bytes_test.cc
3873 @am__fastdepCXX_TRUE@» $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(current_allocated_bytes_test_CXXFLAGS) $(CXXFLAGS) -MT curre nt_allocated_bytes_test-current_allocated_bytes_test.o -MD -MP -MF $(DEPDIR)/cur rent_allocated_bytes_test-current_allocated_bytes_test.Tpo -c -o current_allocat ed_bytes_test-current_allocated_bytes_test.o `test -f 'src/tests/current_allocat ed_bytes_test.cc' || echo '$(srcdir)/'`src/tests/current_allocated_bytes_test.cc 3665 @am__fastdepCXX_TRUE@» if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_C PPFLAGS) $(CPPFLAGS) $(current_allocated_bytes_test_CXXFLAGS) $(CXXFLAGS) -MT cu rrent_allocated_bytes_test-current_allocated_bytes_test.o -MD -MP -MF "$(DEPDIR) /current_allocated_bytes_test-current_allocated_bytes_test.Tpo" -c -o current_al located_bytes_test-current_allocated_bytes_test.o `test -f 'src/tests/current_al located_bytes_test.cc' || echo '$(srcdir)/'`src/tests/current_allocated_bytes_te st.cc; \
3874 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/current_allocated_bytes_test-current_all ocated_bytes_test.Tpo $(DEPDIR)/current_allocated_bytes_test-current_allocated_b ytes_test.Po 3666 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/current_allocated_bytes_test-curre nt_allocated_bytes_test.Tpo" "$(DEPDIR)/current_allocated_bytes_test-current_all ocated_bytes_test.Po"; else rm -f "$(DEPDIR)/current_allocated_bytes_test-curren t_allocated_bytes_test.Tpo"; exit 1; fi
3875 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/current_allocated_byte s_test.cc' object='current_allocated_bytes_test-current_allocated_bytes_test.o' libtool=no @AMDEPBACKSLASH@ 3667 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/current_allocated_byte s_test.cc' object='current_allocated_bytes_test-current_allocated_bytes_test.o' libtool=no @AMDEPBACKSLASH@
3876 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3668 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
3877 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(current_allocated_bytes_test_CXXFLAGS) $(CXXFLAGS) -c -o cur rent_allocated_bytes_test-current_allocated_bytes_test.o `test -f 'src/tests/cur rent_allocated_bytes_test.cc' || echo '$(srcdir)/'`src/tests/current_allocated_b ytes_test.cc 3669 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(current_allocated_bytes_test_CXXFLAGS) $(CXXFLAGS) -c -o cur rent_allocated_bytes_test-current_allocated_bytes_test.o `test -f 'src/tests/cur rent_allocated_bytes_test.cc' || echo '$(srcdir)/'`src/tests/current_allocated_b ytes_test.cc
3878 3670
3879 current_allocated_bytes_test-current_allocated_bytes_test.obj: src/tests/current _allocated_bytes_test.cc 3671 current_allocated_bytes_test-current_allocated_bytes_test.obj: src/tests/current _allocated_bytes_test.cc
3880 @am__fastdepCXX_TRUE@» $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(current_allocated_bytes_test_CXXFLAGS) $(CXXFLAGS) -MT curre nt_allocated_bytes_test-current_allocated_bytes_test.obj -MD -MP -MF $(DEPDIR)/c urrent_allocated_bytes_test-current_allocated_bytes_test.Tpo -c -o current_alloc ated_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_t est.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/current_allocated_bytes_test.cc' ; fi` 3672 @am__fastdepCXX_TRUE@» if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_C PPFLAGS) $(CPPFLAGS) $(current_allocated_bytes_test_CXXFLAGS) $(CXXFLAGS) -MT cu rrent_allocated_bytes_test-current_allocated_bytes_test.obj -MD -MP -MF "$(DEPDI R)/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/cur rent_allocated_bytes_test.cc'; then $(CYGPATH_W) 'src/tests/current_allocated_by tes_test.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/current_allocated_bytes_tes t.cc'; fi`; \
3881 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/current_allocated_bytes_test-current_all ocated_bytes_test.Tpo $(DEPDIR)/current_allocated_bytes_test-current_allocated_b ytes_test.Po 3673 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/current_allocated_bytes_test-curre nt_allocated_bytes_test.Tpo" "$(DEPDIR)/current_allocated_bytes_test-current_all ocated_bytes_test.Po"; else rm -f "$(DEPDIR)/current_allocated_bytes_test-curren t_allocated_bytes_test.Tpo"; exit 1; fi
3882 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/current_allocated_byte s_test.cc' object='current_allocated_bytes_test-current_allocated_bytes_test.obj ' libtool=no @AMDEPBACKSLASH@ 3674 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/current_allocated_byte s_test.cc' object='current_allocated_bytes_test-current_allocated_bytes_test.obj ' libtool=no @AMDEPBACKSLASH@
3883 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3675 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
3884 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(current_allocated_bytes_test_CXXFLAGS) $(CXXFLAGS) -c -o cur rent_allocated_bytes_test-current_allocated_bytes_test.obj `if test -f 'src/test s/current_allocated_bytes_test.cc'; then $(CYGPATH_W) 'src/tests/current_allocat ed_bytes_test.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/current_allocated_byte s_test.cc'; fi` 3676 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(current_allocated_bytes_test_CXXFLAGS) $(CXXFLAGS) -c -o cur rent_allocated_bytes_test-current_allocated_bytes_test.obj `if test -f 'src/test s/current_allocated_bytes_test.cc'; then $(CYGPATH_W) 'src/tests/current_allocat ed_bytes_test.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/current_allocated_byte s_test.cc'; fi`
3885 3677
3886 debugallocation_test-debugallocation_test.o: src/tests/debugallocation_test.cc 3678 debugallocation_test-debugallocation_test.o: src/tests/debugallocation_test.cc
3887 @am__fastdepCXX_TRUE@» $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(debugallocation_test_CXXFLAGS) $(CXXFLAGS) -MT debugallocati on_test-debugallocation_test.o -MD -MP -MF $(DEPDIR)/debugallocation_test-debuga llocation_test.Tpo -c -o debugallocation_test-debugallocation_test.o `test -f 's rc/tests/debugallocation_test.cc' || echo '$(srcdir)/'`src/tests/debugallocation _test.cc 3679 @am__fastdepCXX_TRUE@» if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_C PPFLAGS) $(CPPFLAGS) $(debugallocation_test_CXXFLAGS) $(CXXFLAGS) -MT debugalloc ation_test-debugallocation_test.o -MD -MP -MF "$(DEPDIR)/debugallocation_test-de bugallocation_test.Tpo" -c -o debugallocation_test-debugallocation_test.o `test -f 'src/tests/debugallocation_test.cc' || echo '$(srcdir)/'`src/tests/debugalloc ation_test.cc; \
3888 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/debugallocation_test-debugallocation_tes t.Tpo $(DEPDIR)/debugallocation_test-debugallocation_test.Po 3680 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/debugallocation_test-debugallocati on_test.Tpo" "$(DEPDIR)/debugallocation_test-debugallocation_test.Po"; else rm - f "$(DEPDIR)/debugallocation_test-debugallocation_test.Tpo"; exit 1; fi
3889 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/debugallocation_test.c c' object='debugallocation_test-debugallocation_test.o' libtool=no @AMDEPBACKSLA SH@ 3681 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/debugallocation_test.c c' object='debugallocation_test-debugallocation_test.o' libtool=no @AMDEPBACKSLA SH@
3890 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3682 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
3891 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(debugallocation_test_CXXFLAGS) $(CXXFLAGS) -c -o debugalloca tion_test-debugallocation_test.o `test -f 'src/tests/debugallocation_test.cc' || echo '$(srcdir)/'`src/tests/debugallocation_test.cc 3683 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(debugallocation_test_CXXFLAGS) $(CXXFLAGS) -c -o debugalloca tion_test-debugallocation_test.o `test -f 'src/tests/debugallocation_test.cc' || echo '$(srcdir)/'`src/tests/debugallocation_test.cc
3892 3684
3893 debugallocation_test-debugallocation_test.obj: src/tests/debugallocation_test.cc 3685 debugallocation_test-debugallocation_test.obj: src/tests/debugallocation_test.cc
3894 @am__fastdepCXX_TRUE@» $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(debugallocation_test_CXXFLAGS) $(CXXFLAGS) -MT debugallocati on_test-debugallocation_test.obj -MD -MP -MF $(DEPDIR)/debugallocation_test-debu gallocation_test.Tpo -c -o debugallocation_test-debugallocation_test.obj `if tes t -f 'src/tests/debugallocation_test.cc'; then $(CYGPATH_W) 'src/tests/debugallo cation_test.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/debugallocation_test.cc' ; fi` 3686 @am__fastdepCXX_TRUE@» if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_C PPFLAGS) $(CPPFLAGS) $(debugallocation_test_CXXFLAGS) $(CXXFLAGS) -MT debugalloc ation_test-debugallocation_test.obj -MD -MP -MF "$(DEPDIR)/debugallocation_test- debugallocation_test.Tpo" -c -o debugallocation_test-debugallocation_test.obj `i f test -f 'src/tests/debugallocation_test.cc'; then $(CYGPATH_W) 'src/tests/debu gallocation_test.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/debugallocation_tes t.cc'; fi`; \
3895 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/debugallocation_test-debugallocation_tes t.Tpo $(DEPDIR)/debugallocation_test-debugallocation_test.Po 3687 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/debugallocation_test-debugallocati on_test.Tpo" "$(DEPDIR)/debugallocation_test-debugallocation_test.Po"; else rm - f "$(DEPDIR)/debugallocation_test-debugallocation_test.Tpo"; exit 1; fi
3896 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/debugallocation_test.c c' object='debugallocation_test-debugallocation_test.obj' libtool=no @AMDEPBACKS LASH@ 3688 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/debugallocation_test.c c' object='debugallocation_test-debugallocation_test.obj' libtool=no @AMDEPBACKS LASH@
3897 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3689 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
3898 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(debugallocation_test_CXXFLAGS) $(CXXFLAGS) -c -o debugalloca tion_test-debugallocation_test.obj `if test -f 'src/tests/debugallocation_test.c c'; then $(CYGPATH_W) 'src/tests/debugallocation_test.cc'; else $(CYGPATH_W) '$( srcdir)/src/tests/debugallocation_test.cc'; fi` 3690 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(debugallocation_test_CXXFLAGS) $(CXXFLAGS) -c -o debugalloca tion_test-debugallocation_test.obj `if test -f 'src/tests/debugallocation_test.c c'; then $(CYGPATH_W) 'src/tests/debugallocation_test.cc'; else $(CYGPATH_W) '$( srcdir)/src/tests/debugallocation_test.cc'; fi`
3899 3691
3900 frag_unittest-frag_unittest.o: src/tests/frag_unittest.cc 3692 frag_unittest-frag_unittest.o: src/tests/frag_unittest.cc
3901 @am__fastdepCXX_TRUE@» $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(frag_unittest_CXXFLAGS) $(CXXFLAGS) -MT frag_unittest-frag_u nittest.o -MD -MP -MF $(DEPDIR)/frag_unittest-frag_unittest.Tpo -c -o frag_unitt est-frag_unittest.o `test -f 'src/tests/frag_unittest.cc' || echo '$(srcdir)/'`s rc/tests/frag_unittest.cc 3693 @am__fastdepCXX_TRUE@» if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_C PPFLAGS) $(CPPFLAGS) $(frag_unittest_CXXFLAGS) $(CXXFLAGS) -MT frag_unittest-fra g_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; \
3902 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/frag_unittest-frag_unittest.Tpo $(DEPDIR )/frag_unittest-frag_unittest.Po 3694 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/frag_unittest-frag_unittest.Tpo" " $(DEPDIR)/frag_unittest-frag_unittest.Po"; else rm -f "$(DEPDIR)/frag_unittest-f rag_unittest.Tpo"; exit 1; fi
3903 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/frag_unittest.cc' obje ct='frag_unittest-frag_unittest.o' libtool=no @AMDEPBACKSLASH@ 3695 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/frag_unittest.cc' obje ct='frag_unittest-frag_unittest.o' libtool=no @AMDEPBACKSLASH@
3904 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3696 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
3905 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(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 3697 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(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
3906 3698
3907 frag_unittest-frag_unittest.obj: src/tests/frag_unittest.cc 3699 frag_unittest-frag_unittest.obj: src/tests/frag_unittest.cc
3908 @am__fastdepCXX_TRUE@» $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(frag_unittest_CXXFLAGS) $(CXXFLAGS) -MT frag_unittest-frag_u nittest.obj -MD -MP -MF $(DEPDIR)/frag_unittest-frag_unittest.Tpo -c -o frag_uni ttest-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_un ittest.cc'; fi` 3700 @am__fastdepCXX_TRUE@» if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_C PPFLAGS) $(CPPFLAGS) $(frag_unittest_CXXFLAGS) $(CXXFLAGS) -MT frag_unittest-fra g_unittest.obj -MD -MP -MF "$(DEPDIR)/frag_unittest-frag_unittest.Tpo" -c -o fra g_unittest-frag_unittest.obj `if test -f 'src/tests/frag_unittest.cc'; then $(CY GPATH_W) 'src/tests/frag_unittest.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/fr ag_unittest.cc'; fi`; \
3909 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/frag_unittest-frag_unittest.Tpo $(DEPDIR )/frag_unittest-frag_unittest.Po 3701 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/frag_unittest-frag_unittest.Tpo" " $(DEPDIR)/frag_unittest-frag_unittest.Po"; else rm -f "$(DEPDIR)/frag_unittest-f rag_unittest.Tpo"; exit 1; fi
3910 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/frag_unittest.cc' obje ct='frag_unittest-frag_unittest.obj' libtool=no @AMDEPBACKSLASH@ 3702 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/frag_unittest.cc' obje ct='frag_unittest-frag_unittest.obj' libtool=no @AMDEPBACKSLASH@
3911 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3703 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
3912 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(frag_unittest_CXXFLAGS) $(CXXFLAGS) -c -o frag_unittest-frag _unittest.obj `if test -f 'src/tests/frag_unittest.cc'; then $(CYGPATH_W) 'src/t ests/frag_unittest.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/frag_unittest.cc' ; fi` 3704 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(frag_unittest_CXXFLAGS) $(CXXFLAGS) -c -o frag_unittest-frag _unittest.obj `if test -f 'src/tests/frag_unittest.cc'; then $(CYGPATH_W) 'src/t ests/frag_unittest.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/frag_unittest.cc' ; fi`
3913 3705
3914 getpc_test.o: src/tests/getpc_test.cc 3706 getpc_test.o: src/tests/getpc_test.cc
3915 @am__fastdepCXX_TRUE@» $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT getpc_test.o -MD -MP -MF $(DEPD IR)/getpc_test.Tpo -c -o getpc_test.o `test -f 'src/tests/getpc_test.cc' || echo '$(srcdir)/'`src/tests/getpc_test.cc 3707 @am__fastdepCXX_TRUE@» if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_C PPFLAGS) $(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; \
3916 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/getpc_test.Tpo $(DEPDIR)/getpc_test.Po 3708 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/getpc_test.Tpo" "$(DEPDIR)/getpc_t est.Po"; else rm -f "$(DEPDIR)/getpc_test.Tpo"; exit 1; fi
3917 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/getpc_test.cc' object= 'getpc_test.o' libtool=no @AMDEPBACKSLASH@ 3709 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/getpc_test.cc' object= 'getpc_test.o' libtool=no @AMDEPBACKSLASH@
3918 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3710 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
3919 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o getpc_test.o `test -f 'src/te sts/getpc_test.cc' || echo '$(srcdir)/'`src/tests/getpc_test.cc 3711 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o getpc_test.o `test -f 'src/te sts/getpc_test.cc' || echo '$(srcdir)/'`src/tests/getpc_test.cc
3920 3712
3921 getpc_test.obj: src/tests/getpc_test.cc 3713 getpc_test.obj: src/tests/getpc_test.cc
3922 @am__fastdepCXX_TRUE@» $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT getpc_test.obj -MD -MP -MF $(DE PDIR)/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/t ests/getpc_test.cc'; fi` 3714 @am__fastdepCXX_TRUE@» if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_C PPFLAGS) $(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`; \
3923 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/getpc_test.Tpo $(DEPDIR)/getpc_test.Po 3715 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/getpc_test.Tpo" "$(DEPDIR)/getpc_t est.Po"; else rm -f "$(DEPDIR)/getpc_test.Tpo"; exit 1; fi
3924 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/getpc_test.cc' object= 'getpc_test.obj' libtool=no @AMDEPBACKSLASH@ 3716 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/getpc_test.cc' object= 'getpc_test.obj' libtool=no @AMDEPBACKSLASH@
3925 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3717 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
3926 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o getpc_test.obj `if test -f 's rc/tests/getpc_test.cc'; then $(CYGPATH_W) 'src/tests/getpc_test.cc'; else $(CYG PATH_W) '$(srcdir)/src/tests/getpc_test.cc'; fi` 3718 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o getpc_test.obj `if test -f 's rc/tests/getpc_test.cc'; then $(CYGPATH_W) 'src/tests/getpc_test.cc'; else $(CYG PATH_W) '$(srcdir)/src/tests/getpc_test.cc'; fi`
3927 3719
3928 heap_checker_debug_unittest-heap-checker_unittest.o: src/tests/heap-checker_unit test.cc 3720 heap_checker_debug_unittest-heap-checker_unittest.o: src/tests/heap-checker_unit test.cc
3929 @am__fastdepCXX_TRUE@» $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(heap_checker_debug_unittest_CXXFLAGS) $(CXXFLAGS) -MT heap_c hecker_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 '$(src dir)/'`src/tests/heap-checker_unittest.cc 3721 @am__fastdepCXX_TRUE@» if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_C PPFLAGS) $(CPPFLAGS) $(heap_checker_debug_unittest_CXXFLAGS) $(CXXFLAGS) -MT hea p_checker_debug_unittest-heap-checker_unittest.o -MD -MP -MF "$(DEPDIR)/heap_che cker_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; \
3930 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/heap_checker_debug_unittest-heap-checker _unittest.Tpo $(DEPDIR)/heap_checker_debug_unittest-heap-checker_unittest.Po 3722 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/heap_checker_debug_unittest-heap-c hecker_unittest.Tpo" "$(DEPDIR)/heap_checker_debug_unittest-heap-checker_unittes t.Po"; else rm -f "$(DEPDIR)/heap_checker_debug_unittest-heap-checker_unittest.T po"; exit 1; fi
3931 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/heap-checker_unittest. cc' object='heap_checker_debug_unittest-heap-checker_unittest.o' libtool=no @AMD EPBACKSLASH@ 3723 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/heap-checker_unittest. cc' object='heap_checker_debug_unittest-heap-checker_unittest.o' libtool=no @AMD EPBACKSLASH@
3932 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3724 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
3933 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(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 3725 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(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
3934 3726
3935 heap_checker_debug_unittest-heap-checker_unittest.obj: src/tests/heap-checker_un ittest.cc 3727 heap_checker_debug_unittest-heap-checker_unittest.obj: src/tests/heap-checker_un ittest.cc
3936 @am__fastdepCXX_TRUE@» $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(heap_checker_debug_unittest_CXXFLAGS) $(CXXFLAGS) -MT heap_c hecker_debug_unittest-heap-checker_unittest.obj -MD -MP -MF $(DEPDIR)/heap_check er_debug_unittest-heap-checker_unittest.Tpo -c -o heap_checker_debug_unittest-he ap-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)/s rc/tests/heap-checker_unittest.cc'; fi` 3728 @am__fastdepCXX_TRUE@» if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_C PPFLAGS) $(CPPFLAGS) $(heap_checker_debug_unittest_CXXFLAGS) $(CXXFLAGS) -MT hea p_checker_debug_unittest-heap-checker_unittest.obj -MD -MP -MF "$(DEPDIR)/heap_c hecker_debug_unittest-heap-checker_unittest.Tpo" -c -o heap_checker_debug_unitte st-heap-checker_unittest.obj `if test -f 'src/tests/heap-checker_unittest.cc'; t hen $(CYGPATH_W) 'src/tests/heap-checker_unittest.cc'; else $(CYGPATH_W) '$(srcd ir)/src/tests/heap-checker_unittest.cc'; fi`; \
3937 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/heap_checker_debug_unittest-heap-checker _unittest.Tpo $(DEPDIR)/heap_checker_debug_unittest-heap-checker_unittest.Po 3729 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/heap_checker_debug_unittest-heap-c hecker_unittest.Tpo" "$(DEPDIR)/heap_checker_debug_unittest-heap-checker_unittes t.Po"; else rm -f "$(DEPDIR)/heap_checker_debug_unittest-heap-checker_unittest.T po"; exit 1; fi
3938 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/heap-checker_unittest. cc' object='heap_checker_debug_unittest-heap-checker_unittest.obj' libtool=no @A MDEPBACKSLASH@ 3730 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/heap-checker_unittest. cc' object='heap_checker_debug_unittest-heap-checker_unittest.obj' libtool=no @A MDEPBACKSLASH@
3939 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3731 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
3940 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(heap_checker_debug_unittest_CXXFLAGS) $(CXXFLAGS) -c -o heap _checker_debug_unittest-heap-checker_unittest.obj `if test -f 'src/tests/heap-ch ecker_unittest.cc'; then $(CYGPATH_W) 'src/tests/heap-checker_unittest.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/heap-checker_unittest.cc'; fi` 3732 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(heap_checker_debug_unittest_CXXFLAGS) $(CXXFLAGS) -c -o heap _checker_debug_unittest-heap-checker_unittest.obj `if test -f 'src/tests/heap-ch ecker_unittest.cc'; then $(CYGPATH_W) 'src/tests/heap-checker_unittest.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/heap-checker_unittest.cc'; fi`
3941 3733
3942 heap_checker_unittest-heap-checker_unittest.o: src/tests/heap-checker_unittest.c c 3734 heap_checker_unittest-heap-checker_unittest.o: src/tests/heap-checker_unittest.c c
3943 @am__fastdepCXX_TRUE@» $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(heap_checker_unittest_CXXFLAGS) $(CXXFLAGS) -MT heap_checker _unittest-heap-checker_unittest.o -MD -MP -MF $(DEPDIR)/heap_checker_unittest-he ap-checker_unittest.Tpo -c -o heap_checker_unittest-heap-checker_unittest.o `tes t -f 'src/tests/heap-checker_unittest.cc' || echo '$(srcdir)/'`src/tests/heap-ch ecker_unittest.cc 3735 @am__fastdepCXX_TRUE@» if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_C PPFLAGS) $(CPPFLAGS) $(heap_checker_unittest_CXXFLAGS) $(CXXFLAGS) -MT heap_chec ker_unittest-heap-checker_unittest.o -MD -MP -MF "$(DEPDIR)/heap_checker_unittes t-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/he ap-checker_unittest.cc; \
3944 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/heap_checker_unittest-heap-checker_unitt est.Tpo $(DEPDIR)/heap_checker_unittest-heap-checker_unittest.Po 3736 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/heap_checker_unittest-heap-checker _unittest.Tpo" "$(DEPDIR)/heap_checker_unittest-heap-checker_unittest.Po"; else rm -f "$(DEPDIR)/heap_checker_unittest-heap-checker_unittest.Tpo"; exit 1; fi
3945 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/heap-checker_unittest. cc' object='heap_checker_unittest-heap-checker_unittest.o' libtool=no @AMDEPBACK SLASH@ 3737 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/heap-checker_unittest. cc' object='heap_checker_unittest-heap-checker_unittest.o' libtool=no @AMDEPBACK SLASH@
3946 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3738 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
3947 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(heap_checker_unittest_CXXFLAGS) $(CXXFLAGS) -c -o heap_check er_unittest-heap-checker_unittest.o `test -f 'src/tests/heap-checker_unittest.cc ' || echo '$(srcdir)/'`src/tests/heap-checker_unittest.cc 3739 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(heap_checker_unittest_CXXFLAGS) $(CXXFLAGS) -c -o heap_check er_unittest-heap-checker_unittest.o `test -f 'src/tests/heap-checker_unittest.cc ' || echo '$(srcdir)/'`src/tests/heap-checker_unittest.cc
3948 3740
3949 heap_checker_unittest-heap-checker_unittest.obj: src/tests/heap-checker_unittest .cc 3741 heap_checker_unittest-heap-checker_unittest.obj: src/tests/heap-checker_unittest .cc
3950 @am__fastdepCXX_TRUE@» $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(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/h eap-checker_unittest.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/heap-checker_un ittest.cc'; fi` 3742 @am__fastdepCXX_TRUE@» if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_C PPFLAGS) $(CPPFLAGS) $(heap_checker_unittest_CXXFLAGS) $(CXXFLAGS) -MT heap_chec ker_unittest-heap-checker_unittest.obj -MD -MP -MF "$(DEPDIR)/heap_checker_unitt est-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/te sts/heap-checker_unittest.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/heap-check er_unittest.cc'; fi`; \
3951 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/heap_checker_unittest-heap-checker_unitt est.Tpo $(DEPDIR)/heap_checker_unittest-heap-checker_unittest.Po 3743 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/heap_checker_unittest-heap-checker _unittest.Tpo" "$(DEPDIR)/heap_checker_unittest-heap-checker_unittest.Po"; else rm -f "$(DEPDIR)/heap_checker_unittest-heap-checker_unittest.Tpo"; exit 1; fi
3952 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/heap-checker_unittest. cc' object='heap_checker_unittest-heap-checker_unittest.obj' libtool=no @AMDEPBA CKSLASH@ 3744 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/heap-checker_unittest. cc' object='heap_checker_unittest-heap-checker_unittest.obj' libtool=no @AMDEPBA CKSLASH@
3953 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3745 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
3954 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(heap_checker_unittest_CXXFLAGS) $(CXXFLAGS) -c -o heap_check er_unittest-heap-checker_unittest.obj `if test -f 'src/tests/heap-checker_unitte st.cc'; then $(CYGPATH_W) 'src/tests/heap-checker_unittest.cc'; else $(CYGPATH_W ) '$(srcdir)/src/tests/heap-checker_unittest.cc'; fi` 3746 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(heap_checker_unittest_CXXFLAGS) $(CXXFLAGS) -c -o heap_check er_unittest-heap-checker_unittest.obj `if test -f 'src/tests/heap-checker_unitte st.cc'; then $(CYGPATH_W) 'src/tests/heap-checker_unittest.cc'; else $(CYGPATH_W ) '$(srcdir)/src/tests/heap-checker_unittest.cc'; fi`
3955 3747
3956 heap_profiler_debug_unittest-heap-profiler_unittest.o: src/tests/heap-profiler_u nittest.cc 3748 heap_profiler_debug_unittest-heap-profiler_unittest.o: src/tests/heap-profiler_u nittest.cc
3957 @am__fastdepCXX_TRUE@» $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(heap_profiler_debug_unittest_CXXFLAGS) $(CXXFLAGS) -MT heap_ profiler_debug_unittest-heap-profiler_unittest.o -MD -MP -MF $(DEPDIR)/heap_prof iler_debug_unittest-heap-profiler_unittest.Tpo -c -o heap_profiler_debug_unittes t-heap-profiler_unittest.o `test -f 'src/tests/heap-profiler_unittest.cc' || ech o '$(srcdir)/'`src/tests/heap-profiler_unittest.cc 3749 @am__fastdepCXX_TRUE@» if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_C PPFLAGS) $(CPPFLAGS) $(heap_profiler_debug_unittest_CXXFLAGS) $(CXXFLAGS) -MT he ap_profiler_debug_unittest-heap-profiler_unittest.o -MD -MP -MF "$(DEPDIR)/heap_ profiler_debug_unittest-heap-profiler_unittest.Tpo" -c -o heap_profiler_debug_un ittest-heap-profiler_unittest.o `test -f 'src/tests/heap-profiler_unittest.cc' | | echo '$(srcdir)/'`src/tests/heap-profiler_unittest.cc; \
3958 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/heap_profiler_debug_unittest-heap-profil er_unittest.Tpo $(DEPDIR)/heap_profiler_debug_unittest-heap-profiler_unittest.Po 3750 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/heap_profiler_debug_unittest-heap- profiler_unittest.Tpo" "$(DEPDIR)/heap_profiler_debug_unittest-heap-profiler_uni ttest.Po"; else rm -f "$(DEPDIR)/heap_profiler_debug_unittest-heap-profiler_unit test.Tpo"; exit 1; fi
3959 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/heap-profiler_unittest .cc' object='heap_profiler_debug_unittest-heap-profiler_unittest.o' libtool=no @ AMDEPBACKSLASH@ 3751 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/heap-profiler_unittest .cc' object='heap_profiler_debug_unittest-heap-profiler_unittest.o' libtool=no @ AMDEPBACKSLASH@
3960 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3752 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
3961 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(heap_profiler_debug_unittest_CXXFLAGS) $(CXXFLAGS) -c -o hea p_profiler_debug_unittest-heap-profiler_unittest.o `test -f 'src/tests/heap-prof iler_unittest.cc' || echo '$(srcdir)/'`src/tests/heap-profiler_unittest.cc 3753 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(heap_profiler_debug_unittest_CXXFLAGS) $(CXXFLAGS) -c -o hea p_profiler_debug_unittest-heap-profiler_unittest.o `test -f 'src/tests/heap-prof iler_unittest.cc' || echo '$(srcdir)/'`src/tests/heap-profiler_unittest.cc
3962 3754
3963 heap_profiler_debug_unittest-heap-profiler_unittest.obj: src/tests/heap-profiler _unittest.cc 3755 heap_profiler_debug_unittest-heap-profiler_unittest.obj: src/tests/heap-profiler _unittest.cc
3964 @am__fastdepCXX_TRUE@» $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(heap_profiler_debug_unittest_CXXFLAGS) $(CXXFLAGS) -MT heap_ profiler_debug_unittest-heap-profiler_unittest.obj -MD -MP -MF $(DEPDIR)/heap_pr ofiler_debug_unittest-heap-profiler_unittest.Tpo -c -o heap_profiler_debug_unitt est-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` 3756 @am__fastdepCXX_TRUE@» if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_C PPFLAGS) $(CPPFLAGS) $(heap_profiler_debug_unittest_CXXFLAGS) $(CXXFLAGS) -MT he ap_profiler_debug_unittest-heap-profiler_unittest.obj -MD -MP -MF "$(DEPDIR)/hea p_profiler_debug_unittest-heap-profiler_unittest.Tpo" -c -o heap_profiler_debug_ unittest-heap-profiler_unittest.obj `if test -f 'src/tests/heap-profiler_unittes t.cc'; then $(CYGPATH_W) 'src/tests/heap-profiler_unittest.cc'; else $(CYGPATH_W ) '$(srcdir)/src/tests/heap-profiler_unittest.cc'; fi`; \
3965 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/heap_profiler_debug_unittest-heap-profil er_unittest.Tpo $(DEPDIR)/heap_profiler_debug_unittest-heap-profiler_unittest.Po 3757 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/heap_profiler_debug_unittest-heap- profiler_unittest.Tpo" "$(DEPDIR)/heap_profiler_debug_unittest-heap-profiler_uni ttest.Po"; else rm -f "$(DEPDIR)/heap_profiler_debug_unittest-heap-profiler_unit test.Tpo"; exit 1; fi
3966 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/heap-profiler_unittest .cc' object='heap_profiler_debug_unittest-heap-profiler_unittest.obj' libtool=no @AMDEPBACKSLASH@ 3758 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/heap-profiler_unittest .cc' object='heap_profiler_debug_unittest-heap-profiler_unittest.obj' libtool=no @AMDEPBACKSLASH@
3967 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3759 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
3968 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(heap_profiler_debug_unittest_CXXFLAGS) $(CXXFLAGS) -c -o hea p_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` 3760 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(heap_profiler_debug_unittest_CXXFLAGS) $(CXXFLAGS) -c -o hea p_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`
3969 3761
3970 heap_profiler_unittest-heap-profiler_unittest.o: src/tests/heap-profiler_unittes t.cc 3762 heap_profiler_unittest-heap-profiler_unittest.o: src/tests/heap-profiler_unittes t.cc
3971 @am__fastdepCXX_TRUE@» $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(heap_profiler_unittest_CXXFLAGS) $(CXXFLAGS) -MT heap_profil er_unittest-heap-profiler_unittest.o -MD -MP -MF $(DEPDIR)/heap_profiler_unittes t-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 3763 @am__fastdepCXX_TRUE@» if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_C PPFLAGS) $(CPPFLAGS) $(heap_profiler_unittest_CXXFLAGS) $(CXXFLAGS) -MT heap_pro filer_unittest-heap-profiler_unittest.o -MD -MP -MF "$(DEPDIR)/heap_profiler_uni ttest-heap-profiler_unittest.Tpo" -c -o heap_profiler_unittest-heap-profiler_uni ttest.o `test -f 'src/tests/heap-profiler_unittest.cc' || echo '$(srcdir)/'`src/ tests/heap-profiler_unittest.cc; \
3972 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/heap_profiler_unittest-heap-profiler_uni ttest.Tpo $(DEPDIR)/heap_profiler_unittest-heap-profiler_unittest.Po 3764 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/heap_profiler_unittest-heap-profil er_unittest.Tpo" "$(DEPDIR)/heap_profiler_unittest-heap-profiler_unittest.Po"; e lse rm -f "$(DEPDIR)/heap_profiler_unittest-heap-profiler_unittest.Tpo"; exit 1; fi
3973 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/heap-profiler_unittest .cc' object='heap_profiler_unittest-heap-profiler_unittest.o' libtool=no @AMDEPB ACKSLASH@ 3765 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/heap-profiler_unittest .cc' object='heap_profiler_unittest-heap-profiler_unittest.o' libtool=no @AMDEPB ACKSLASH@
3974 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3766 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
3975 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(heap_profiler_unittest_CXXFLAGS) $(CXXFLAGS) -c -o heap_prof iler_unittest-heap-profiler_unittest.o `test -f 'src/tests/heap-profiler_unittes t.cc' || echo '$(srcdir)/'`src/tests/heap-profiler_unittest.cc 3767 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(heap_profiler_unittest_CXXFLAGS) $(CXXFLAGS) -c -o heap_prof iler_unittest-heap-profiler_unittest.o `test -f 'src/tests/heap-profiler_unittes t.cc' || echo '$(srcdir)/'`src/tests/heap-profiler_unittest.cc
3976 3768
3977 heap_profiler_unittest-heap-profiler_unittest.obj: src/tests/heap-profiler_unitt est.cc 3769 heap_profiler_unittest-heap-profiler_unittest.obj: src/tests/heap-profiler_unitt est.cc
3978 @am__fastdepCXX_TRUE@» $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(heap_profiler_unittest_CXXFLAGS) $(CXXFLAGS) -MT heap_profil er_unittest-heap-profiler_unittest.obj -MD -MP -MF $(DEPDIR)/heap_profiler_unitt est-heap-profiler_unittest.Tpo -c -o heap_profiler_unittest-heap-profiler_unitte st.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-p rofiler_unittest.cc'; fi` 3770 @am__fastdepCXX_TRUE@» if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_C PPFLAGS) $(CPPFLAGS) $(heap_profiler_unittest_CXXFLAGS) $(CXXFLAGS) -MT heap_pro filer_unittest-heap-profiler_unittest.obj -MD -MP -MF "$(DEPDIR)/heap_profiler_u nittest-heap-profiler_unittest.Tpo" -c -o heap_profiler_unittest-heap-profiler_u nittest.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/h eap-profiler_unittest.cc'; fi`; \
3979 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/heap_profiler_unittest-heap-profiler_uni ttest.Tpo $(DEPDIR)/heap_profiler_unittest-heap-profiler_unittest.Po 3771 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/heap_profiler_unittest-heap-profil er_unittest.Tpo" "$(DEPDIR)/heap_profiler_unittest-heap-profiler_unittest.Po"; e lse rm -f "$(DEPDIR)/heap_profiler_unittest-heap-profiler_unittest.Tpo"; exit 1; fi
3980 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/heap-profiler_unittest .cc' object='heap_profiler_unittest-heap-profiler_unittest.obj' libtool=no @AMDE PBACKSLASH@ 3772 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/heap-profiler_unittest .cc' object='heap_profiler_unittest-heap-profiler_unittest.obj' libtool=no @AMDE PBACKSLASH@
3981 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3773 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
3982 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(heap_profiler_unittest_CXXFLAGS) $(CXXFLAGS) -c -o heap_prof iler_unittest-heap-profiler_unittest.obj `if test -f 'src/tests/heap-profiler_un ittest.cc'; then $(CYGPATH_W) 'src/tests/heap-profiler_unittest.cc'; else $(CYGP ATH_W) '$(srcdir)/src/tests/heap-profiler_unittest.cc'; fi` 3774 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(heap_profiler_unittest_CXXFLAGS) $(CXXFLAGS) -c -o heap_prof iler_unittest-heap-profiler_unittest.obj `if test -f 'src/tests/heap-profiler_un ittest.cc'; then $(CYGPATH_W) 'src/tests/heap-profiler_unittest.cc'; else $(CYGP ATH_W) '$(srcdir)/src/tests/heap-profiler_unittest.cc'; fi`
3983 3775
3984 low_level_alloc_unittest-low_level_alloc.o: src/base/low_level_alloc.cc 3776 low_level_alloc_unittest-low_level_alloc.o: src/base/low_level_alloc.cc
3985 @am__fastdepCXX_TRUE@» $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(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 3777 @am__fastdepCXX_TRUE@» if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_C PPFLAGS) $(CPPFLAGS) $(low_level_alloc_unittest_CXXFLAGS) $(CXXFLAGS) -MT low_le vel_alloc_unittest-low_level_alloc.o -MD -MP -MF "$(DEPDIR)/low_level_alloc_unit test-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; \
3986 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/low_level_alloc_unittest-low_level_alloc .Tpo $(DEPDIR)/low_level_alloc_unittest-low_level_alloc.Po 3778 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/low_level_alloc_unittest-low_level _alloc.Tpo" "$(DEPDIR)/low_level_alloc_unittest-low_level_alloc.Po"; else rm -f "$(DEPDIR)/low_level_alloc_unittest-low_level_alloc.Tpo"; exit 1; fi
3987 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/base/low_level_alloc.cc' obj ect='low_level_alloc_unittest-low_level_alloc.o' libtool=no @AMDEPBACKSLASH@ 3779 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/base/low_level_alloc.cc' obj ect='low_level_alloc_unittest-low_level_alloc.o' libtool=no @AMDEPBACKSLASH@
3988 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3780 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
3989 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(low_level_alloc_unittest_CXXFLAGS) $(CXXFLAGS) -c -o low_lev el_alloc_unittest-low_level_alloc.o `test -f 'src/base/low_level_alloc.cc' || ec ho '$(srcdir)/'`src/base/low_level_alloc.cc 3781 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(low_level_alloc_unittest_CXXFLAGS) $(CXXFLAGS) -c -o low_lev el_alloc_unittest-low_level_alloc.o `test -f 'src/base/low_level_alloc.cc' || ec ho '$(srcdir)/'`src/base/low_level_alloc.cc
3990 3782
3991 low_level_alloc_unittest-low_level_alloc.obj: src/base/low_level_alloc.cc 3783 low_level_alloc_unittest-low_level_alloc.obj: src/base/low_level_alloc.cc
3992 @am__fastdepCXX_TRUE@» $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(low_level_alloc_unittest_CXXFLAGS) $(CXXFLAGS) -MT low_level _alloc_unittest-low_level_alloc.obj -MD -MP -MF $(DEPDIR)/low_level_alloc_unitte st-low_level_alloc.Tpo -c -o low_level_alloc_unittest-low_level_alloc.obj `if te st -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` 3784 @am__fastdepCXX_TRUE@» if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_C PPFLAGS) $(CPPFLAGS) $(low_level_alloc_unittest_CXXFLAGS) $(CXXFLAGS) -MT low_le vel_alloc_unittest-low_level_alloc.obj -MD -MP -MF "$(DEPDIR)/low_level_alloc_un ittest-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`; \
3993 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/low_level_alloc_unittest-low_level_alloc .Tpo $(DEPDIR)/low_level_alloc_unittest-low_level_alloc.Po 3785 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/low_level_alloc_unittest-low_level _alloc.Tpo" "$(DEPDIR)/low_level_alloc_unittest-low_level_alloc.Po"; else rm -f "$(DEPDIR)/low_level_alloc_unittest-low_level_alloc.Tpo"; exit 1; fi
3994 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/base/low_level_alloc.cc' obj ect='low_level_alloc_unittest-low_level_alloc.obj' libtool=no @AMDEPBACKSLASH@ 3786 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/base/low_level_alloc.cc' obj ect='low_level_alloc_unittest-low_level_alloc.obj' libtool=no @AMDEPBACKSLASH@
3995 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3787 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
3996 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(low_level_alloc_unittest_CXXFLAGS) $(CXXFLAGS) -c -o low_lev el_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)/s rc/base/low_level_alloc.cc'; fi` 3788 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(low_level_alloc_unittest_CXXFLAGS) $(CXXFLAGS) -c -o low_lev el_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)/s rc/base/low_level_alloc.cc'; fi`
3997 3789
3998 low_level_alloc_unittest-malloc_hook.o: src/malloc_hook.cc 3790 low_level_alloc_unittest-malloc_hook.o: src/malloc_hook.cc
3999 @am__fastdepCXX_TRUE@» $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(low_level_alloc_unittest_CXXFLAGS) $(CXXFLAGS) -MT low_level _alloc_unittest-malloc_hook.o -MD -MP -MF $(DEPDIR)/low_level_alloc_unittest-mal loc_hook.Tpo -c -o low_level_alloc_unittest-malloc_hook.o `test -f 'src/malloc_h ook.cc' || echo '$(srcdir)/'`src/malloc_hook.cc 3791 @am__fastdepCXX_TRUE@» if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_C PPFLAGS) $(CPPFLAGS) $(low_level_alloc_unittest_CXXFLAGS) $(CXXFLAGS) -MT low_le vel_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/mal loc_hook.cc' || echo '$(srcdir)/'`src/malloc_hook.cc; \
4000 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/low_level_alloc_unittest-malloc_hook.Tpo $(DEPDIR)/low_level_alloc_unittest-malloc_hook.Po 3792 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/low_level_alloc_unittest-malloc_ho ok.Tpo" "$(DEPDIR)/low_level_alloc_unittest-malloc_hook.Po"; else rm -f "$(DEPDI R)/low_level_alloc_unittest-malloc_hook.Tpo"; exit 1; fi
4001 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/malloc_hook.cc' object='low_ level_alloc_unittest-malloc_hook.o' libtool=no @AMDEPBACKSLASH@ 3793 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/malloc_hook.cc' object='low_ level_alloc_unittest-malloc_hook.o' libtool=no @AMDEPBACKSLASH@
4002 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3794 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
4003 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(low_level_alloc_unittest_CXXFLAGS) $(CXXFLAGS) -c -o low_lev el_alloc_unittest-malloc_hook.o `test -f 'src/malloc_hook.cc' || echo '$(srcdir) /'`src/malloc_hook.cc 3795 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(low_level_alloc_unittest_CXXFLAGS) $(CXXFLAGS) -c -o low_lev el_alloc_unittest-malloc_hook.o `test -f 'src/malloc_hook.cc' || echo '$(srcdir) /'`src/malloc_hook.cc
4004 3796
4005 low_level_alloc_unittest-malloc_hook.obj: src/malloc_hook.cc 3797 low_level_alloc_unittest-malloc_hook.obj: src/malloc_hook.cc
4006 @am__fastdepCXX_TRUE@» $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(low_level_alloc_unittest_CXXFLAGS) $(CXXFLAGS) -MT low_level _alloc_unittest-malloc_hook.obj -MD -MP -MF $(DEPDIR)/low_level_alloc_unittest-m alloc_hook.Tpo -c -o low_level_alloc_unittest-malloc_hook.obj `if test -f 'src/m alloc_hook.cc'; then $(CYGPATH_W) 'src/malloc_hook.cc'; else $(CYGPATH_W) '$(src dir)/src/malloc_hook.cc'; fi` 3798 @am__fastdepCXX_TRUE@» if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_C PPFLAGS) $(CPPFLAGS) $(low_level_alloc_unittest_CXXFLAGS) $(CXXFLAGS) -MT low_le vel_alloc_unittest-malloc_hook.obj -MD -MP -MF "$(DEPDIR)/low_level_alloc_unitte st-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`; \
4007 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/low_level_alloc_unittest-malloc_hook.Tpo $(DEPDIR)/low_level_alloc_unittest-malloc_hook.Po 3799 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/low_level_alloc_unittest-malloc_ho ok.Tpo" "$(DEPDIR)/low_level_alloc_unittest-malloc_hook.Po"; else rm -f "$(DEPDI R)/low_level_alloc_unittest-malloc_hook.Tpo"; exit 1; fi
4008 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/malloc_hook.cc' object='low_ level_alloc_unittest-malloc_hook.obj' libtool=no @AMDEPBACKSLASH@ 3800 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/malloc_hook.cc' object='low_ level_alloc_unittest-malloc_hook.obj' libtool=no @AMDEPBACKSLASH@
4009 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3801 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
4010 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(low_level_alloc_unittest_CXXFLAGS) $(CXXFLAGS) -c -o low_lev el_alloc_unittest-malloc_hook.obj `if test -f 'src/malloc_hook.cc'; then $(CYGPA TH_W) 'src/malloc_hook.cc'; else $(CYGPATH_W) '$(srcdir)/src/malloc_hook.cc'; fi ` 3802 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(low_level_alloc_unittest_CXXFLAGS) $(CXXFLAGS) -c -o low_lev el_alloc_unittest-malloc_hook.obj `if test -f 'src/malloc_hook.cc'; then $(CYGPA TH_W) 'src/malloc_hook.cc'; else $(CYGPATH_W) '$(srcdir)/src/malloc_hook.cc'; fi `
4011 3803
4012 low_level_alloc_unittest-maybe_threads.o: src/maybe_threads.cc 3804 low_level_alloc_unittest-maybe_threads.o: src/maybe_threads.cc
4013 @am__fastdepCXX_TRUE@» $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(low_level_alloc_unittest_CXXFLAGS) $(CXXFLAGS) -MT low_level _alloc_unittest-maybe_threads.o -MD -MP -MF $(DEPDIR)/low_level_alloc_unittest-m aybe_threads.Tpo -c -o low_level_alloc_unittest-maybe_threads.o `test -f 'src/ma ybe_threads.cc' || echo '$(srcdir)/'`src/maybe_threads.cc 3805 @am__fastdepCXX_TRUE@» if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_C PPFLAGS) $(CPPFLAGS) $(low_level_alloc_unittest_CXXFLAGS) $(CXXFLAGS) -MT low_le vel_alloc_unittest-maybe_threads.o -MD -MP -MF "$(DEPDIR)/low_level_alloc_unitte st-maybe_threads.Tpo" -c -o low_level_alloc_unittest-maybe_threads.o `test -f 's rc/maybe_threads.cc' || echo '$(srcdir)/'`src/maybe_threads.cc; \
4014 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/low_level_alloc_unittest-maybe_threads.T po $(DEPDIR)/low_level_alloc_unittest-maybe_threads.Po 3806 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/low_level_alloc_unittest-maybe_thr eads.Tpo" "$(DEPDIR)/low_level_alloc_unittest-maybe_threads.Po"; else rm -f "$(D EPDIR)/low_level_alloc_unittest-maybe_threads.Tpo"; exit 1; fi
4015 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/maybe_threads.cc' object='lo w_level_alloc_unittest-maybe_threads.o' libtool=no @AMDEPBACKSLASH@ 3807 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/maybe_threads.cc' object='lo w_level_alloc_unittest-maybe_threads.o' libtool=no @AMDEPBACKSLASH@
4016 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3808 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
4017 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(low_level_alloc_unittest_CXXFLAGS) $(CXXFLAGS) -c -o low_lev el_alloc_unittest-maybe_threads.o `test -f 'src/maybe_threads.cc' || echo '$(src dir)/'`src/maybe_threads.cc 3809 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(low_level_alloc_unittest_CXXFLAGS) $(CXXFLAGS) -c -o low_lev el_alloc_unittest-maybe_threads.o `test -f 'src/maybe_threads.cc' || echo '$(src dir)/'`src/maybe_threads.cc
4018 3810
4019 low_level_alloc_unittest-maybe_threads.obj: src/maybe_threads.cc 3811 low_level_alloc_unittest-maybe_threads.obj: src/maybe_threads.cc
4020 @am__fastdepCXX_TRUE@» $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(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` 3812 @am__fastdepCXX_TRUE@» if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_C PPFLAGS) $(CPPFLAGS) $(low_level_alloc_unittest_CXXFLAGS) $(CXXFLAGS) -MT low_le vel_alloc_unittest-maybe_threads.obj -MD -MP -MF "$(DEPDIR)/low_level_alloc_unit test-maybe_threads.Tpo" -c -o low_level_alloc_unittest-maybe_threads.obj `if tes t -f 'src/maybe_threads.cc'; then $(CYGPATH_W) 'src/maybe_threads.cc'; else $(CY GPATH_W) '$(srcdir)/src/maybe_threads.cc'; fi`; \
4021 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/low_level_alloc_unittest-maybe_threads.T po $(DEPDIR)/low_level_alloc_unittest-maybe_threads.Po 3813 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/low_level_alloc_unittest-maybe_thr eads.Tpo" "$(DEPDIR)/low_level_alloc_unittest-maybe_threads.Po"; else rm -f "$(D EPDIR)/low_level_alloc_unittest-maybe_threads.Tpo"; exit 1; fi
4022 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/maybe_threads.cc' object='lo w_level_alloc_unittest-maybe_threads.obj' libtool=no @AMDEPBACKSLASH@ 3814 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/maybe_threads.cc' object='lo w_level_alloc_unittest-maybe_threads.obj' libtool=no @AMDEPBACKSLASH@
4023 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3815 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
4024 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(low_level_alloc_unittest_CXXFLAGS) $(CXXFLAGS) -c -o low_lev el_alloc_unittest-maybe_threads.obj `if test -f 'src/maybe_threads.cc'; then $(C YGPATH_W) 'src/maybe_threads.cc'; else $(CYGPATH_W) '$(srcdir)/src/maybe_threads .cc'; fi` 3816 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(low_level_alloc_unittest_CXXFLAGS) $(CXXFLAGS) -c -o low_lev el_alloc_unittest-maybe_threads.obj `if test -f 'src/maybe_threads.cc'; then $(C YGPATH_W) 'src/maybe_threads.cc'; else $(CYGPATH_W) '$(srcdir)/src/maybe_threads .cc'; fi`
4025 3817
4026 low_level_alloc_unittest-low_level_alloc_unittest.o: src/tests/low_level_alloc_u nittest.cc 3818 low_level_alloc_unittest-low_level_alloc_unittest.o: src/tests/low_level_alloc_u nittest.cc
4027 @am__fastdepCXX_TRUE@» $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(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 '$(src dir)/'`src/tests/low_level_alloc_unittest.cc 3819 @am__fastdepCXX_TRUE@» if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_C PPFLAGS) $(CPPFLAGS) $(low_level_alloc_unittest_CXXFLAGS) $(CXXFLAGS) -MT low_le vel_alloc_unittest-low_level_alloc_unittest.o -MD -MP -MF "$(DEPDIR)/low_level_a lloc_unittest-low_level_alloc_unittest.Tpo" -c -o low_level_alloc_unittest-low_l evel_alloc_unittest.o `test -f 'src/tests/low_level_alloc_unittest.cc' || echo ' $(srcdir)/'`src/tests/low_level_alloc_unittest.cc; \
4028 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/low_level_alloc_unittest-low_level_alloc _unittest.Tpo $(DEPDIR)/low_level_alloc_unittest-low_level_alloc_unittest.Po 3820 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/low_level_alloc_unittest-low_level _alloc_unittest.Tpo" "$(DEPDIR)/low_level_alloc_unittest-low_level_alloc_unittes t.Po"; else rm -f "$(DEPDIR)/low_level_alloc_unittest-low_level_alloc_unittest.T po"; exit 1; fi
4029 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/low_level_alloc_unitte st.cc' object='low_level_alloc_unittest-low_level_alloc_unittest.o' libtool=no @ AMDEPBACKSLASH@ 3821 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/low_level_alloc_unitte st.cc' object='low_level_alloc_unittest-low_level_alloc_unittest.o' libtool=no @ AMDEPBACKSLASH@
4030 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3822 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
4031 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(low_level_alloc_unittest_CXXFLAGS) $(CXXFLAGS) -c -o low_lev el_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 3823 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(low_level_alloc_unittest_CXXFLAGS) $(CXXFLAGS) -c -o low_lev el_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
4032 3824
4033 low_level_alloc_unittest-low_level_alloc_unittest.obj: src/tests/low_level_alloc _unittest.cc 3825 low_level_alloc_unittest-low_level_alloc_unittest.obj: src/tests/low_level_alloc _unittest.cc
4034 @am__fastdepCXX_TRUE@» $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(low_level_alloc_unittest_CXXFLAGS) $(CXXFLAGS) -MT low_level _alloc_unittest-low_level_alloc_unittest.obj -MD -MP -MF $(DEPDIR)/low_level_all oc_unittest-low_level_alloc_unittest.Tpo -c -o low_level_alloc_unittest-low_leve l_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` 3826 @am__fastdepCXX_TRUE@» if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_C PPFLAGS) $(CPPFLAGS) $(low_level_alloc_unittest_CXXFLAGS) $(CXXFLAGS) -MT low_le vel_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'; t hen $(CYGPATH_W) 'src/tests/low_level_alloc_unittest.cc'; else $(CYGPATH_W) '$(s rcdir)/src/tests/low_level_alloc_unittest.cc'; fi`; \
4035 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/low_level_alloc_unittest-low_level_alloc _unittest.Tpo $(DEPDIR)/low_level_alloc_unittest-low_level_alloc_unittest.Po 3827 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/low_level_alloc_unittest-low_level _alloc_unittest.Tpo" "$(DEPDIR)/low_level_alloc_unittest-low_level_alloc_unittes t.Po"; else rm -f "$(DEPDIR)/low_level_alloc_unittest-low_level_alloc_unittest.T po"; exit 1; fi
4036 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/low_level_alloc_unitte st.cc' object='low_level_alloc_unittest-low_level_alloc_unittest.obj' libtool=no @AMDEPBACKSLASH@ 3828 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/low_level_alloc_unitte st.cc' object='low_level_alloc_unittest-low_level_alloc_unittest.obj' libtool=no @AMDEPBACKSLASH@
4037 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3829 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
4038 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(low_level_alloc_unittest_CXXFLAGS) $(CXXFLAGS) -c -o low_lev el_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'; e lse $(CYGPATH_W) '$(srcdir)/src/tests/low_level_alloc_unittest.cc'; fi` 3830 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(low_level_alloc_unittest_CXXFLAGS) $(CXXFLAGS) -c -o low_lev el_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'; e lse $(CYGPATH_W) '$(srcdir)/src/tests/low_level_alloc_unittest.cc'; fi`
4039 3831
4040 malloc_extension_debug_test-malloc_extension_test.o: src/tests/malloc_extension_ test.cc 3832 malloc_extension_debug_test-malloc_extension_test.o: src/tests/malloc_extension_ test.cc
4041 @am__fastdepCXX_TRUE@» $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(malloc_extension_debug_test_CXXFLAGS) $(CXXFLAGS) -MT malloc _extension_debug_test-malloc_extension_test.o -MD -MP -MF $(DEPDIR)/malloc_exten sion_debug_test-malloc_extension_test.Tpo -c -o malloc_extension_debug_test-mall oc_extension_test.o `test -f 'src/tests/malloc_extension_test.cc' || echo '$(src dir)/'`src/tests/malloc_extension_test.cc 3833 @am__fastdepCXX_TRUE@» if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_C PPFLAGS) $(CPPFLAGS) $(malloc_extension_debug_test_CXXFLAGS) $(CXXFLAGS) -MT mal loc_extension_debug_test-malloc_extension_test.o -MD -MP -MF "$(DEPDIR)/malloc_e xtension_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; \
4042 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/malloc_extension_debug_test-malloc_exten sion_test.Tpo $(DEPDIR)/malloc_extension_debug_test-malloc_extension_test.Po 3834 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/malloc_extension_debug_test-malloc _extension_test.Tpo" "$(DEPDIR)/malloc_extension_debug_test-malloc_extension_tes t.Po"; else rm -f "$(DEPDIR)/malloc_extension_debug_test-malloc_extension_test.T po"; exit 1; fi
4043 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/malloc_extension_test. cc' object='malloc_extension_debug_test-malloc_extension_test.o' libtool=no @AMD EPBACKSLASH@ 3835 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/malloc_extension_test. cc' object='malloc_extension_debug_test-malloc_extension_test.o' libtool=no @AMD EPBACKSLASH@
4044 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3836 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
4045 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(malloc_extension_debug_test_CXXFLAGS) $(CXXFLAGS) -c -o mall oc_extension_debug_test-malloc_extension_test.o `test -f 'src/tests/malloc_exten sion_test.cc' || echo '$(srcdir)/'`src/tests/malloc_extension_test.cc 3837 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(malloc_extension_debug_test_CXXFLAGS) $(CXXFLAGS) -c -o mall oc_extension_debug_test-malloc_extension_test.o `test -f 'src/tests/malloc_exten sion_test.cc' || echo '$(srcdir)/'`src/tests/malloc_extension_test.cc
4046 3838
4047 malloc_extension_debug_test-malloc_extension_test.obj: src/tests/malloc_extensio n_test.cc 3839 malloc_extension_debug_test-malloc_extension_test.obj: src/tests/malloc_extensio n_test.cc
4048 @am__fastdepCXX_TRUE@» $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(malloc_extension_debug_test_CXXFLAGS) $(CXXFLAGS) -MT malloc _extension_debug_test-malloc_extension_test.obj -MD -MP -MF $(DEPDIR)/malloc_ext ension_debug_test-malloc_extension_test.Tpo -c -o malloc_extension_debug_test-ma lloc_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)/s rc/tests/malloc_extension_test.cc'; fi` 3840 @am__fastdepCXX_TRUE@» if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_C PPFLAGS) $(CPPFLAGS) $(malloc_extension_debug_test_CXXFLAGS) $(CXXFLAGS) -MT mal loc_extension_debug_test-malloc_extension_test.obj -MD -MP -MF "$(DEPDIR)/malloc _extension_debug_test-malloc_extension_test.Tpo" -c -o malloc_extension_debug_te st-malloc_extension_test.obj `if test -f 'src/tests/malloc_extension_test.cc'; t hen $(CYGPATH_W) 'src/tests/malloc_extension_test.cc'; else $(CYGPATH_W) '$(srcd ir)/src/tests/malloc_extension_test.cc'; fi`; \
4049 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/malloc_extension_debug_test-malloc_exten sion_test.Tpo $(DEPDIR)/malloc_extension_debug_test-malloc_extension_test.Po 3841 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/malloc_extension_debug_test-malloc _extension_test.Tpo" "$(DEPDIR)/malloc_extension_debug_test-malloc_extension_tes t.Po"; else rm -f "$(DEPDIR)/malloc_extension_debug_test-malloc_extension_test.T po"; exit 1; fi
4050 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/malloc_extension_test. cc' object='malloc_extension_debug_test-malloc_extension_test.obj' libtool=no @A MDEPBACKSLASH@ 3842 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/malloc_extension_test. cc' object='malloc_extension_debug_test-malloc_extension_test.obj' libtool=no @A MDEPBACKSLASH@
4051 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3843 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
4052 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(malloc_extension_debug_test_CXXFLAGS) $(CXXFLAGS) -c -o mall oc_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` 3844 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(malloc_extension_debug_test_CXXFLAGS) $(CXXFLAGS) -c -o mall oc_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`
4053 3845
4054 malloc_extension_test-malloc_extension_test.o: src/tests/malloc_extension_test.c c 3846 malloc_extension_test-malloc_extension_test.o: src/tests/malloc_extension_test.c c
4055 @am__fastdepCXX_TRUE@» $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(malloc_extension_test_CXXFLAGS) $(CXXFLAGS) -MT malloc_exten sion_test-malloc_extension_test.o -MD -MP -MF $(DEPDIR)/malloc_extension_test-ma lloc_extension_test.Tpo -c -o malloc_extension_test-malloc_extension_test.o `tes t -f 'src/tests/malloc_extension_test.cc' || echo '$(srcdir)/'`src/tests/malloc_ extension_test.cc 3847 @am__fastdepCXX_TRUE@» if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_C PPFLAGS) $(CPPFLAGS) $(malloc_extension_test_CXXFLAGS) $(CXXFLAGS) -MT malloc_ex tension_test-malloc_extension_test.o -MD -MP -MF "$(DEPDIR)/malloc_extension_tes t-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/ma lloc_extension_test.cc; \
4056 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/malloc_extension_test-malloc_extension_t est.Tpo $(DEPDIR)/malloc_extension_test-malloc_extension_test.Po 3848 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/malloc_extension_test-malloc_exten sion_test.Tpo" "$(DEPDIR)/malloc_extension_test-malloc_extension_test.Po"; else rm -f "$(DEPDIR)/malloc_extension_test-malloc_extension_test.Tpo"; exit 1; fi
4057 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/malloc_extension_test. cc' object='malloc_extension_test-malloc_extension_test.o' libtool=no @AMDEPBACK SLASH@ 3849 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/malloc_extension_test. cc' object='malloc_extension_test-malloc_extension_test.o' libtool=no @AMDEPBACK SLASH@
4058 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3850 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
4059 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(malloc_extension_test_CXXFLAGS) $(CXXFLAGS) -c -o malloc_ext ension_test-malloc_extension_test.o `test -f 'src/tests/malloc_extension_test.cc ' || echo '$(srcdir)/'`src/tests/malloc_extension_test.cc 3851 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(malloc_extension_test_CXXFLAGS) $(CXXFLAGS) -c -o malloc_ext ension_test-malloc_extension_test.o `test -f 'src/tests/malloc_extension_test.cc ' || echo '$(srcdir)/'`src/tests/malloc_extension_test.cc
4060 3852
4061 malloc_extension_test-malloc_extension_test.obj: src/tests/malloc_extension_test .cc 3853 malloc_extension_test-malloc_extension_test.obj: src/tests/malloc_extension_test .cc
4062 @am__fastdepCXX_TRUE@» $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(malloc_extension_test_CXXFLAGS) $(CXXFLAGS) -MT malloc_exten sion_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/m alloc_extension_test.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/malloc_extensio n_test.cc'; fi` 3854 @am__fastdepCXX_TRUE@» if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_C PPFLAGS) $(CPPFLAGS) $(malloc_extension_test_CXXFLAGS) $(CXXFLAGS) -MT malloc_ex tension_test-malloc_extension_test.obj -MD -MP -MF "$(DEPDIR)/malloc_extension_t est-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/te sts/malloc_extension_test.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/malloc_ext ension_test.cc'; fi`; \
4063 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/malloc_extension_test-malloc_extension_t est.Tpo $(DEPDIR)/malloc_extension_test-malloc_extension_test.Po 3855 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/malloc_extension_test-malloc_exten sion_test.Tpo" "$(DEPDIR)/malloc_extension_test-malloc_extension_test.Po"; else rm -f "$(DEPDIR)/malloc_extension_test-malloc_extension_test.Tpo"; exit 1; fi
4064 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/malloc_extension_test. cc' object='malloc_extension_test-malloc_extension_test.obj' libtool=no @AMDEPBA CKSLASH@ 3856 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/malloc_extension_test. cc' object='malloc_extension_test-malloc_extension_test.obj' libtool=no @AMDEPBA CKSLASH@
4065 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3857 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
4066 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(malloc_extension_test_CXXFLAGS) $(CXXFLAGS) -c -o malloc_ext ension_test-malloc_extension_test.obj `if test -f 'src/tests/malloc_extension_te st.cc'; then $(CYGPATH_W) 'src/tests/malloc_extension_test.cc'; else $(CYGPATH_W ) '$(srcdir)/src/tests/malloc_extension_test.cc'; fi` 3858 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(malloc_extension_test_CXXFLAGS) $(CXXFLAGS) -c -o malloc_ext ension_test-malloc_extension_test.obj `if test -f 'src/tests/malloc_extension_te st.cc'; then $(CYGPATH_W) 'src/tests/malloc_extension_test.cc'; else $(CYGPATH_W ) '$(srcdir)/src/tests/malloc_extension_test.cc'; fi`
4067 3859
4068 malloc_hook_test-malloc_hook_test.o: src/tests/malloc_hook_test.cc 3860 malloc_hook_test-malloc_hook_test.o: src/tests/malloc_hook_test.cc
4069 @am__fastdepCXX_TRUE@» $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(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 3861 @am__fastdepCXX_TRUE@» if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_C PPFLAGS) $(CPPFLAGS) $(malloc_hook_test_CXXFLAGS) $(CXXFLAGS) -MT malloc_hook_te st-malloc_hook_test.o -MD -MP -MF "$(DEPDIR)/malloc_hook_test-malloc_hook_test.T po" -c -o malloc_hook_test-malloc_hook_test.o `test -f 'src/tests/malloc_hook_te st.cc' || echo '$(srcdir)/'`src/tests/malloc_hook_test.cc; \
4070 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/malloc_hook_test-malloc_hook_test.Tpo $( DEPDIR)/malloc_hook_test-malloc_hook_test.Po 3862 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/malloc_hook_test-malloc_hook_test. Tpo" "$(DEPDIR)/malloc_hook_test-malloc_hook_test.Po"; else rm -f "$(DEPDIR)/mal loc_hook_test-malloc_hook_test.Tpo"; exit 1; fi
4071 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/malloc_hook_test.cc' o bject='malloc_hook_test-malloc_hook_test.o' libtool=no @AMDEPBACKSLASH@ 3863 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/malloc_hook_test.cc' o bject='malloc_hook_test-malloc_hook_test.o' libtool=no @AMDEPBACKSLASH@
4072 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3864 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
4073 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(malloc_hook_test_CXXFLAGS) $(CXXFLAGS) -c -o malloc_hook_tes t-malloc_hook_test.o `test -f 'src/tests/malloc_hook_test.cc' || echo '$(srcdir) /'`src/tests/malloc_hook_test.cc 3865 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(malloc_hook_test_CXXFLAGS) $(CXXFLAGS) -c -o malloc_hook_tes t-malloc_hook_test.o `test -f 'src/tests/malloc_hook_test.cc' || echo '$(srcdir) /'`src/tests/malloc_hook_test.cc
4074 3866
4075 malloc_hook_test-malloc_hook_test.obj: src/tests/malloc_hook_test.cc 3867 malloc_hook_test-malloc_hook_test.obj: src/tests/malloc_hook_test.cc
4076 @am__fastdepCXX_TRUE@» $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(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` 3868 @am__fastdepCXX_TRUE@» if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_C PPFLAGS) $(CPPFLAGS) $(malloc_hook_test_CXXFLAGS) $(CXXFLAGS) -MT malloc_hook_te st-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`; \
4077 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/malloc_hook_test-malloc_hook_test.Tpo $( DEPDIR)/malloc_hook_test-malloc_hook_test.Po 3869 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/malloc_hook_test-malloc_hook_test. Tpo" "$(DEPDIR)/malloc_hook_test-malloc_hook_test.Po"; else rm -f "$(DEPDIR)/mal loc_hook_test-malloc_hook_test.Tpo"; exit 1; fi
4078 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/malloc_hook_test.cc' o bject='malloc_hook_test-malloc_hook_test.obj' libtool=no @AMDEPBACKSLASH@ 3870 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/malloc_hook_test.cc' o bject='malloc_hook_test-malloc_hook_test.obj' libtool=no @AMDEPBACKSLASH@
4079 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3871 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
4080 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(malloc_hook_test_CXXFLAGS) $(CXXFLAGS) -c -o malloc_hook_tes t-malloc_hook_test.obj `if test -f 'src/tests/malloc_hook_test.cc'; then $(CYGPA TH_W) 'src/tests/malloc_hook_test.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/ma lloc_hook_test.cc'; fi` 3872 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(malloc_hook_test_CXXFLAGS) $(CXXFLAGS) -c -o malloc_hook_tes t-malloc_hook_test.obj `if test -f 'src/tests/malloc_hook_test.cc'; then $(CYGPA TH_W) 'src/tests/malloc_hook_test.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/ma lloc_hook_test.cc'; fi`
4081 3873
4082 malloc_hook_test-testutil.o: src/tests/testutil.cc 3874 malloc_hook_test-testutil.o: src/tests/testutil.cc
4083 @am__fastdepCXX_TRUE@» $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(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 3875 @am__fastdepCXX_TRUE@» if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_C PPFLAGS) $(CPPFLAGS) $(malloc_hook_test_CXXFLAGS) $(CXXFLAGS) -MT malloc_hook_te st-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; \
4084 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/malloc_hook_test-testutil.Tpo $(DEPDIR)/ malloc_hook_test-testutil.Po 3876 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/malloc_hook_test-testutil.Tpo" "$( DEPDIR)/malloc_hook_test-testutil.Po"; else rm -f "$(DEPDIR)/malloc_hook_test-te stutil.Tpo"; exit 1; fi
4085 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/testutil.cc' object='m alloc_hook_test-testutil.o' libtool=no @AMDEPBACKSLASH@ 3877 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/testutil.cc' object='m alloc_hook_test-testutil.o' libtool=no @AMDEPBACKSLASH@
4086 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3878 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
4087 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(malloc_hook_test_CXXFLAGS) $(CXXFLAGS) -c -o malloc_hook_tes t-testutil.o `test -f 'src/tests/testutil.cc' || echo '$(srcdir)/'`src/tests/tes tutil.cc 3879 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(malloc_hook_test_CXXFLAGS) $(CXXFLAGS) -c -o malloc_hook_tes t-testutil.o `test -f 'src/tests/testutil.cc' || echo '$(srcdir)/'`src/tests/tes tutil.cc
4088 3880
4089 malloc_hook_test-testutil.obj: src/tests/testutil.cc 3881 malloc_hook_test-testutil.obj: src/tests/testutil.cc
4090 @am__fastdepCXX_TRUE@» $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(malloc_hook_test_CXXFLAGS) $(CXXFLAGS) -MT malloc_hook_test- testutil.obj -MD -MP -MF $(DEPDIR)/malloc_hook_test-testutil.Tpo -c -o malloc_ho ok_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` 3882 @am__fastdepCXX_TRUE@» if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_C PPFLAGS) $(CPPFLAGS) $(malloc_hook_test_CXXFLAGS) $(CXXFLAGS) -MT malloc_hook_te st-testutil.obj -MD -MP -MF "$(DEPDIR)/malloc_hook_test-testutil.Tpo" -c -o mall oc_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'; f i`; \
4091 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/malloc_hook_test-testutil.Tpo $(DEPDIR)/ malloc_hook_test-testutil.Po 3883 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/malloc_hook_test-testutil.Tpo" "$( DEPDIR)/malloc_hook_test-testutil.Po"; else rm -f "$(DEPDIR)/malloc_hook_test-te stutil.Tpo"; exit 1; fi
4092 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/testutil.cc' object='m alloc_hook_test-testutil.obj' libtool=no @AMDEPBACKSLASH@ 3884 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/testutil.cc' object='m alloc_hook_test-testutil.obj' libtool=no @AMDEPBACKSLASH@
4093 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3885 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
4094 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(malloc_hook_test_CXXFLAGS) $(CXXFLAGS) -c -o malloc_hook_tes t-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` 3886 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(malloc_hook_test_CXXFLAGS) $(CXXFLAGS) -c -o malloc_hook_tes t-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`
4095 3887
4096 markidle_unittest-markidle_unittest.o: src/tests/markidle_unittest.cc 3888 markidle_unittest-markidle_unittest.o: src/tests/markidle_unittest.cc
4097 @am__fastdepCXX_TRUE@» $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(markidle_unittest_CXXFLAGS) $(CXXFLAGS) -MT markidle_unittes t-markidle_unittest.o -MD -MP -MF $(DEPDIR)/markidle_unittest-markidle_unittest. Tpo -c -o markidle_unittest-markidle_unittest.o `test -f 'src/tests/markidle_uni ttest.cc' || echo '$(srcdir)/'`src/tests/markidle_unittest.cc 3889 @am__fastdepCXX_TRUE@» if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_C PPFLAGS) $(CPPFLAGS) $(markidle_unittest_CXXFLAGS) $(CXXFLAGS) -MT markidle_unit test-markidle_unittest.o -MD -MP -MF "$(DEPDIR)/markidle_unittest-markidle_unitt est.Tpo" -c -o markidle_unittest-markidle_unittest.o `test -f 'src/tests/markidl e_unittest.cc' || echo '$(srcdir)/'`src/tests/markidle_unittest.cc; \
4098 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/markidle_unittest-markidle_unittest.Tpo $(DEPDIR)/markidle_unittest-markidle_unittest.Po 3890 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/markidle_unittest-markidle_unittes t.Tpo" "$(DEPDIR)/markidle_unittest-markidle_unittest.Po"; else rm -f "$(DEPDIR) /markidle_unittest-markidle_unittest.Tpo"; exit 1; fi
4099 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/markidle_unittest.cc' object='markidle_unittest-markidle_unittest.o' libtool=no @AMDEPBACKSLASH@ 3891 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/markidle_unittest.cc' object='markidle_unittest-markidle_unittest.o' libtool=no @AMDEPBACKSLASH@
4100 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3892 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
4101 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(markidle_unittest_CXXFLAGS) $(CXXFLAGS) -c -o markidle_unitt est-markidle_unittest.o `test -f 'src/tests/markidle_unittest.cc' || echo '$(src dir)/'`src/tests/markidle_unittest.cc 3893 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(markidle_unittest_CXXFLAGS) $(CXXFLAGS) -c -o markidle_unitt est-markidle_unittest.o `test -f 'src/tests/markidle_unittest.cc' || echo '$(src dir)/'`src/tests/markidle_unittest.cc
4102 3894
4103 markidle_unittest-markidle_unittest.obj: src/tests/markidle_unittest.cc 3895 markidle_unittest-markidle_unittest.obj: src/tests/markidle_unittest.cc
4104 @am__fastdepCXX_TRUE@» $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(markidle_unittest_CXXFLAGS) $(CXXFLAGS) -MT markidle_unittes t-markidle_unittest.obj -MD -MP -MF $(DEPDIR)/markidle_unittest-markidle_unittes t.Tpo -c -o markidle_unittest-markidle_unittest.obj `if test -f 'src/tests/marki dle_unittest.cc'; then $(CYGPATH_W) 'src/tests/markidle_unittest.cc'; else $(CYG PATH_W) '$(srcdir)/src/tests/markidle_unittest.cc'; fi` 3896 @am__fastdepCXX_TRUE@» if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_C PPFLAGS) $(CPPFLAGS) $(markidle_unittest_CXXFLAGS) $(CXXFLAGS) -MT markidle_unit test-markidle_unittest.obj -MD -MP -MF "$(DEPDIR)/markidle_unittest-markidle_uni ttest.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`; \
4105 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/markidle_unittest-markidle_unittest.Tpo $(DEPDIR)/markidle_unittest-markidle_unittest.Po 3897 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/markidle_unittest-markidle_unittes t.Tpo" "$(DEPDIR)/markidle_unittest-markidle_unittest.Po"; else rm -f "$(DEPDIR) /markidle_unittest-markidle_unittest.Tpo"; exit 1; fi
4106 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/markidle_unittest.cc' object='markidle_unittest-markidle_unittest.obj' libtool=no @AMDEPBACKSLASH@ 3898 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/markidle_unittest.cc' object='markidle_unittest-markidle_unittest.obj' libtool=no @AMDEPBACKSLASH@
4107 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3899 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
4108 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(markidle_unittest_CXXFLAGS) $(CXXFLAGS) -c -o markidle_unitt est-markidle_unittest.obj `if test -f 'src/tests/markidle_unittest.cc'; then $(C YGPATH_W) 'src/tests/markidle_unittest.cc'; else $(CYGPATH_W) '$(srcdir)/src/tes ts/markidle_unittest.cc'; fi` 3900 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(markidle_unittest_CXXFLAGS) $(CXXFLAGS) -c -o markidle_unitt est-markidle_unittest.obj `if test -f 'src/tests/markidle_unittest.cc'; then $(C YGPATH_W) 'src/tests/markidle_unittest.cc'; else $(CYGPATH_W) '$(srcdir)/src/tes ts/markidle_unittest.cc'; fi`
4109 3901
4110 markidle_unittest-testutil.o: src/tests/testutil.cc 3902 markidle_unittest-testutil.o: src/tests/testutil.cc
4111 @am__fastdepCXX_TRUE@» $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(markidle_unittest_CXXFLAGS) $(CXXFLAGS) -MT markidle_unittes t-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/t ests/testutil.cc 3903 @am__fastdepCXX_TRUE@» if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_C PPFLAGS) $(CPPFLAGS) $(markidle_unittest_CXXFLAGS) $(CXXFLAGS) -MT markidle_unit test-testutil.o -MD -MP -MF "$(DEPDIR)/markidle_unittest-testutil.Tpo" -c -o mar kidle_unittest-testutil.o `test -f 'src/tests/testutil.cc' || echo '$(srcdir)/'` src/tests/testutil.cc; \
4112 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/markidle_unittest-testutil.Tpo $(DEPDIR) /markidle_unittest-testutil.Po 3904 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/markidle_unittest-testutil.Tpo" "$ (DEPDIR)/markidle_unittest-testutil.Po"; else rm -f "$(DEPDIR)/markidle_unittest -testutil.Tpo"; exit 1; fi
4113 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/testutil.cc' object='m arkidle_unittest-testutil.o' libtool=no @AMDEPBACKSLASH@ 3905 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/testutil.cc' object='m arkidle_unittest-testutil.o' libtool=no @AMDEPBACKSLASH@
4114 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3906 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
4115 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(markidle_unittest_CXXFLAGS) $(CXXFLAGS) -c -o markidle_unitt est-testutil.o `test -f 'src/tests/testutil.cc' || echo '$(srcdir)/'`src/tests/t estutil.cc 3907 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(markidle_unittest_CXXFLAGS) $(CXXFLAGS) -c -o markidle_unitt est-testutil.o `test -f 'src/tests/testutil.cc' || echo '$(srcdir)/'`src/tests/t estutil.cc
4116 3908
4117 markidle_unittest-testutil.obj: src/tests/testutil.cc 3909 markidle_unittest-testutil.obj: src/tests/testutil.cc
4118 @am__fastdepCXX_TRUE@» $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(markidle_unittest_CXXFLAGS) $(CXXFLAGS) -MT markidle_unittes t-testutil.obj -MD -MP -MF $(DEPDIR)/markidle_unittest-testutil.Tpo -c -o markid le_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 ` 3910 @am__fastdepCXX_TRUE@» if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_C PPFLAGS) $(CPPFLAGS) $(markidle_unittest_CXXFLAGS) $(CXXFLAGS) -MT markidle_unit test-testutil.obj -MD -MP -MF "$(DEPDIR)/markidle_unittest-testutil.Tpo" -c -o m arkidle_unittest-testutil.obj `if test -f 'src/tests/testutil.cc'; then $(CYGPAT H_W) 'src/tests/testutil.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/testutil.cc '; fi`; \
4119 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/markidle_unittest-testutil.Tpo $(DEPDIR) /markidle_unittest-testutil.Po 3911 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/markidle_unittest-testutil.Tpo" "$ (DEPDIR)/markidle_unittest-testutil.Po"; else rm -f "$(DEPDIR)/markidle_unittest -testutil.Tpo"; exit 1; fi
4120 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/testutil.cc' object='m arkidle_unittest-testutil.obj' libtool=no @AMDEPBACKSLASH@ 3912 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/testutil.cc' object='m arkidle_unittest-testutil.obj' libtool=no @AMDEPBACKSLASH@
4121 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3913 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
4122 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(markidle_unittest_CXXFLAGS) $(CXXFLAGS) -c -o markidle_unitt est-testutil.obj `if test -f 'src/tests/testutil.cc'; then $(CYGPATH_W) 'src/tes ts/testutil.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/testutil.cc'; fi` 3914 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(markidle_unittest_CXXFLAGS) $(CXXFLAGS) -c -o markidle_unitt est-testutil.obj `if test -f 'src/tests/testutil.cc'; then $(CYGPATH_W) 'src/tes ts/testutil.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/testutil.cc'; fi`
4123 3915
4124 memalign_debug_unittest-memalign_unittest.o: src/tests/memalign_unittest.cc 3916 memalign_debug_unittest-memalign_unittest.o: src/tests/memalign_unittest.cc
4125 @am__fastdepCXX_TRUE@» $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(memalign_debug_unittest_CXXFLAGS) $(CXXFLAGS) -MT memalign_d ebug_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_unitte st.cc 3917 @am__fastdepCXX_TRUE@» if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_C PPFLAGS) $(CPPFLAGS) $(memalign_debug_unittest_CXXFLAGS) $(CXXFLAGS) -MT memalig n_debug_unittest-memalign_unittest.o -MD -MP -MF "$(DEPDIR)/memalign_debug_unitt est-memalign_unittest.Tpo" -c -o memalign_debug_unittest-memalign_unittest.o `te st -f 'src/tests/memalign_unittest.cc' || echo '$(srcdir)/'`src/tests/memalign_u nittest.cc; \
4126 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/memalign_debug_unittest-memalign_unittes t.Tpo $(DEPDIR)/memalign_debug_unittest-memalign_unittest.Po 3918 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/memalign_debug_unittest-memalign_u nittest.Tpo" "$(DEPDIR)/memalign_debug_unittest-memalign_unittest.Po"; else rm - f "$(DEPDIR)/memalign_debug_unittest-memalign_unittest.Tpo"; exit 1; fi
4127 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/memalign_unittest.cc' object='memalign_debug_unittest-memalign_unittest.o' libtool=no @AMDEPBACKSLASH@ 3919 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/memalign_unittest.cc' object='memalign_debug_unittest-memalign_unittest.o' libtool=no @AMDEPBACKSLASH@
4128 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3920 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
4129 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(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 3921 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(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
4130 3922
4131 memalign_debug_unittest-memalign_unittest.obj: src/tests/memalign_unittest.cc 3923 memalign_debug_unittest-memalign_unittest.obj: src/tests/memalign_unittest.cc
4132 @am__fastdepCXX_TRUE@» $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(memalign_debug_unittest_CXXFLAGS) $(CXXFLAGS) -MT memalign_d ebug_unittest-memalign_unittest.obj -MD -MP -MF $(DEPDIR)/memalign_debug_unittes t-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` 3924 @am__fastdepCXX_TRUE@» if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_C PPFLAGS) $(CPPFLAGS) $(memalign_debug_unittest_CXXFLAGS) $(CXXFLAGS) -MT memalig n_debug_unittest-memalign_unittest.obj -MD -MP -MF "$(DEPDIR)/memalign_debug_uni ttest-memalign_unittest.Tpo" -c -o memalign_debug_unittest-memalign_unittest.obj `if test -f 'src/tests/memalign_unittest.cc'; then $(CYGPATH_W) 'src/tests/mema lign_unittest.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/memalign_unittest.cc'; fi`; \
4133 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/memalign_debug_unittest-memalign_unittes t.Tpo $(DEPDIR)/memalign_debug_unittest-memalign_unittest.Po 3925 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/memalign_debug_unittest-memalign_u nittest.Tpo" "$(DEPDIR)/memalign_debug_unittest-memalign_unittest.Po"; else rm - f "$(DEPDIR)/memalign_debug_unittest-memalign_unittest.Tpo"; exit 1; fi
4134 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/memalign_unittest.cc' object='memalign_debug_unittest-memalign_unittest.obj' libtool=no @AMDEPBACKSLAS H@ 3926 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/memalign_unittest.cc' object='memalign_debug_unittest-memalign_unittest.obj' libtool=no @AMDEPBACKSLAS H@
4135 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3927 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
4136 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(memalign_debug_unittest_CXXFLAGS) $(CXXFLAGS) -c -o memalign _debug_unittest-memalign_unittest.obj `if test -f 'src/tests/memalign_unittest.c c'; then $(CYGPATH_W) 'src/tests/memalign_unittest.cc'; else $(CYGPATH_W) '$(src dir)/src/tests/memalign_unittest.cc'; fi` 3928 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(memalign_debug_unittest_CXXFLAGS) $(CXXFLAGS) -c -o memalign _debug_unittest-memalign_unittest.obj `if test -f 'src/tests/memalign_unittest.c c'; then $(CYGPATH_W) 'src/tests/memalign_unittest.cc'; else $(CYGPATH_W) '$(src dir)/src/tests/memalign_unittest.cc'; fi`
4137 3929
4138 memalign_debug_unittest-testutil.o: src/tests/testutil.cc 3930 memalign_debug_unittest-testutil.o: src/tests/testutil.cc
4139 @am__fastdepCXX_TRUE@» $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(memalign_debug_unittest_CXXFLAGS) $(CXXFLAGS) -MT memalign_d ebug_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 3931 @am__fastdepCXX_TRUE@» if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_C PPFLAGS) $(CPPFLAGS) $(memalign_debug_unittest_CXXFLAGS) $(CXXFLAGS) -MT memalig n_debug_unittest-testutil.o -MD -MP -MF "$(DEPDIR)/memalign_debug_unittest-testu til.Tpo" -c -o memalign_debug_unittest-testutil.o `test -f 'src/tests/testutil.c c' || echo '$(srcdir)/'`src/tests/testutil.cc; \
4140 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/memalign_debug_unittest-testutil.Tpo $(D EPDIR)/memalign_debug_unittest-testutil.Po 3932 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/memalign_debug_unittest-testutil.T po" "$(DEPDIR)/memalign_debug_unittest-testutil.Po"; else rm -f "$(DEPDIR)/memal ign_debug_unittest-testutil.Tpo"; exit 1; fi
4141 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/testutil.cc' object='m emalign_debug_unittest-testutil.o' libtool=no @AMDEPBACKSLASH@ 3933 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/testutil.cc' object='m emalign_debug_unittest-testutil.o' libtool=no @AMDEPBACKSLASH@
4142 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3934 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
4143 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(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 3935 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(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
4144 3936
4145 memalign_debug_unittest-testutil.obj: src/tests/testutil.cc 3937 memalign_debug_unittest-testutil.obj: src/tests/testutil.cc
4146 @am__fastdepCXX_TRUE@» $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(memalign_debug_unittest_CXXFLAGS) $(CXXFLAGS) -MT memalign_d ebug_unittest-testutil.obj -MD -MP -MF $(DEPDIR)/memalign_debug_unittest-testuti l.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)/sr c/tests/testutil.cc'; fi` 3938 @am__fastdepCXX_TRUE@» if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_C PPFLAGS) $(CPPFLAGS) $(memalign_debug_unittest_CXXFLAGS) $(CXXFLAGS) -MT memalig n_debug_unittest-testutil.obj -MD -MP -MF "$(DEPDIR)/memalign_debug_unittest-tes tutil.Tpo" -c -o memalign_debug_unittest-testutil.obj `if test -f 'src/tests/tes tutil.cc'; then $(CYGPATH_W) 'src/tests/testutil.cc'; else $(CYGPATH_W) '$(srcdi r)/src/tests/testutil.cc'; fi`; \
4147 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/memalign_debug_unittest-testutil.Tpo $(D EPDIR)/memalign_debug_unittest-testutil.Po 3939 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/memalign_debug_unittest-testutil.T po" "$(DEPDIR)/memalign_debug_unittest-testutil.Po"; else rm -f "$(DEPDIR)/memal ign_debug_unittest-testutil.Tpo"; exit 1; fi
4148 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/testutil.cc' object='m emalign_debug_unittest-testutil.obj' libtool=no @AMDEPBACKSLASH@ 3940 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/testutil.cc' object='m emalign_debug_unittest-testutil.obj' libtool=no @AMDEPBACKSLASH@
4149 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3941 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
4150 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(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` 3942 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(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`
4151 3943
4152 memalign_unittest-memalign_unittest.o: src/tests/memalign_unittest.cc 3944 memalign_unittest-memalign_unittest.o: src/tests/memalign_unittest.cc
4153 @am__fastdepCXX_TRUE@» $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(memalign_unittest_CXXFLAGS) $(CXXFLAGS) -MT memalign_unittes t-memalign_unittest.o -MD -MP -MF $(DEPDIR)/memalign_unittest-memalign_unittest. Tpo -c -o memalign_unittest-memalign_unittest.o `test -f 'src/tests/memalign_uni ttest.cc' || echo '$(srcdir)/'`src/tests/memalign_unittest.cc 3945 @am__fastdepCXX_TRUE@» if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_C PPFLAGS) $(CPPFLAGS) $(memalign_unittest_CXXFLAGS) $(CXXFLAGS) -MT memalign_unit test-memalign_unittest.o -MD -MP -MF "$(DEPDIR)/memalign_unittest-memalign_unitt est.Tpo" -c -o memalign_unittest-memalign_unittest.o `test -f 'src/tests/memalig n_unittest.cc' || echo '$(srcdir)/'`src/tests/memalign_unittest.cc; \
4154 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/memalign_unittest-memalign_unittest.Tpo $(DEPDIR)/memalign_unittest-memalign_unittest.Po 3946 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/memalign_unittest-memalign_unittes t.Tpo" "$(DEPDIR)/memalign_unittest-memalign_unittest.Po"; else rm -f "$(DEPDIR) /memalign_unittest-memalign_unittest.Tpo"; exit 1; fi
4155 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/memalign_unittest.cc' object='memalign_unittest-memalign_unittest.o' libtool=no @AMDEPBACKSLASH@ 3947 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/memalign_unittest.cc' object='memalign_unittest-memalign_unittest.o' libtool=no @AMDEPBACKSLASH@
4156 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3948 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
4157 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(memalign_unittest_CXXFLAGS) $(CXXFLAGS) -c -o memalign_unitt est-memalign_unittest.o `test -f 'src/tests/memalign_unittest.cc' || echo '$(src dir)/'`src/tests/memalign_unittest.cc 3949 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(memalign_unittest_CXXFLAGS) $(CXXFLAGS) -c -o memalign_unitt est-memalign_unittest.o `test -f 'src/tests/memalign_unittest.cc' || echo '$(src dir)/'`src/tests/memalign_unittest.cc
4158 3950
4159 memalign_unittest-memalign_unittest.obj: src/tests/memalign_unittest.cc 3951 memalign_unittest-memalign_unittest.obj: src/tests/memalign_unittest.cc
4160 @am__fastdepCXX_TRUE@» $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(memalign_unittest_CXXFLAGS) $(CXXFLAGS) -MT memalign_unittes t-memalign_unittest.obj -MD -MP -MF $(DEPDIR)/memalign_unittest-memalign_unittes t.Tpo -c -o memalign_unittest-memalign_unittest.obj `if test -f 'src/tests/memal ign_unittest.cc'; then $(CYGPATH_W) 'src/tests/memalign_unittest.cc'; else $(CYG PATH_W) '$(srcdir)/src/tests/memalign_unittest.cc'; fi` 3952 @am__fastdepCXX_TRUE@» if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_C PPFLAGS) $(CPPFLAGS) $(memalign_unittest_CXXFLAGS) $(CXXFLAGS) -MT memalign_unit test-memalign_unittest.obj -MD -MP -MF "$(DEPDIR)/memalign_unittest-memalign_uni ttest.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`; \
4161 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/memalign_unittest-memalign_unittest.Tpo $(DEPDIR)/memalign_unittest-memalign_unittest.Po 3953 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/memalign_unittest-memalign_unittes t.Tpo" "$(DEPDIR)/memalign_unittest-memalign_unittest.Po"; else rm -f "$(DEPDIR) /memalign_unittest-memalign_unittest.Tpo"; exit 1; fi
4162 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/memalign_unittest.cc' object='memalign_unittest-memalign_unittest.obj' libtool=no @AMDEPBACKSLASH@ 3954 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/memalign_unittest.cc' object='memalign_unittest-memalign_unittest.obj' libtool=no @AMDEPBACKSLASH@
4163 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3955 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
4164 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(memalign_unittest_CXXFLAGS) $(CXXFLAGS) -c -o memalign_unitt est-memalign_unittest.obj `if test -f 'src/tests/memalign_unittest.cc'; then $(C YGPATH_W) 'src/tests/memalign_unittest.cc'; else $(CYGPATH_W) '$(srcdir)/src/tes ts/memalign_unittest.cc'; fi` 3956 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(memalign_unittest_CXXFLAGS) $(CXXFLAGS) -c -o memalign_unitt est-memalign_unittest.obj `if test -f 'src/tests/memalign_unittest.cc'; then $(C YGPATH_W) 'src/tests/memalign_unittest.cc'; else $(CYGPATH_W) '$(srcdir)/src/tes ts/memalign_unittest.cc'; fi`
4165 3957
4166 memalign_unittest-testutil.o: src/tests/testutil.cc 3958 memalign_unittest-testutil.o: src/tests/testutil.cc
4167 @am__fastdepCXX_TRUE@» $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(memalign_unittest_CXXFLAGS) $(CXXFLAGS) -MT memalign_unittes t-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/t ests/testutil.cc 3959 @am__fastdepCXX_TRUE@» if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_C PPFLAGS) $(CPPFLAGS) $(memalign_unittest_CXXFLAGS) $(CXXFLAGS) -MT memalign_unit test-testutil.o -MD -MP -MF "$(DEPDIR)/memalign_unittest-testutil.Tpo" -c -o mem align_unittest-testutil.o `test -f 'src/tests/testutil.cc' || echo '$(srcdir)/'` src/tests/testutil.cc; \
4168 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/memalign_unittest-testutil.Tpo $(DEPDIR) /memalign_unittest-testutil.Po 3960 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/memalign_unittest-testutil.Tpo" "$ (DEPDIR)/memalign_unittest-testutil.Po"; else rm -f "$(DEPDIR)/memalign_unittest -testutil.Tpo"; exit 1; fi
4169 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/testutil.cc' object='m emalign_unittest-testutil.o' libtool=no @AMDEPBACKSLASH@ 3961 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/testutil.cc' object='m emalign_unittest-testutil.o' libtool=no @AMDEPBACKSLASH@
4170 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3962 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
4171 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(memalign_unittest_CXXFLAGS) $(CXXFLAGS) -c -o memalign_unitt est-testutil.o `test -f 'src/tests/testutil.cc' || echo '$(srcdir)/'`src/tests/t estutil.cc 3963 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(memalign_unittest_CXXFLAGS) $(CXXFLAGS) -c -o memalign_unitt est-testutil.o `test -f 'src/tests/testutil.cc' || echo '$(srcdir)/'`src/tests/t estutil.cc
4172 3964
4173 memalign_unittest-testutil.obj: src/tests/testutil.cc 3965 memalign_unittest-testutil.obj: src/tests/testutil.cc
4174 @am__fastdepCXX_TRUE@» $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(memalign_unittest_CXXFLAGS) $(CXXFLAGS) -MT memalign_unittes t-testutil.obj -MD -MP -MF $(DEPDIR)/memalign_unittest-testutil.Tpo -c -o memali gn_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 ` 3966 @am__fastdepCXX_TRUE@» if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_C PPFLAGS) $(CPPFLAGS) $(memalign_unittest_CXXFLAGS) $(CXXFLAGS) -MT memalign_unit test-testutil.obj -MD -MP -MF "$(DEPDIR)/memalign_unittest-testutil.Tpo" -c -o m emalign_unittest-testutil.obj `if test -f 'src/tests/testutil.cc'; then $(CYGPAT H_W) 'src/tests/testutil.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/testutil.cc '; fi`; \
4175 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/memalign_unittest-testutil.Tpo $(DEPDIR) /memalign_unittest-testutil.Po 3967 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/memalign_unittest-testutil.Tpo" "$ (DEPDIR)/memalign_unittest-testutil.Po"; else rm -f "$(DEPDIR)/memalign_unittest -testutil.Tpo"; exit 1; fi
4176 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/testutil.cc' object='m emalign_unittest-testutil.obj' libtool=no @AMDEPBACKSLASH@ 3968 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/testutil.cc' object='m emalign_unittest-testutil.obj' libtool=no @AMDEPBACKSLASH@
4177 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3969 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
4178 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(memalign_unittest_CXXFLAGS) $(CXXFLAGS) -c -o memalign_unitt est-testutil.obj `if test -f 'src/tests/testutil.cc'; then $(CYGPATH_W) 'src/tes ts/testutil.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/testutil.cc'; fi` 3970 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(memalign_unittest_CXXFLAGS) $(CXXFLAGS) -c -o memalign_unitt est-testutil.obj `if test -f 'src/tests/testutil.cc'; then $(CYGPATH_W) 'src/tes ts/testutil.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/testutil.cc'; fi`
4179 3971
4180 packed_cache_test-packed-cache_test.o: src/tests/packed-cache_test.cc 3972 packed_cache_test-packed-cache_test.o: src/tests/packed-cache_test.cc
4181 @am__fastdepCXX_TRUE@» $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(packed_cache_test_CXXFLAGS) $(CXXFLAGS) -MT packed_cache_tes t-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 3973 @am__fastdepCXX_TRUE@» if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_C PPFLAGS) $(CPPFLAGS) $(packed_cache_test_CXXFLAGS) $(CXXFLAGS) -MT packed_cache_ test-packed-cache_test.o -MD -MP -MF "$(DEPDIR)/packed_cache_test-packed-cache_t est.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; \
4182 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/packed_cache_test-packed-cache_test.Tpo $(DEPDIR)/packed_cache_test-packed-cache_test.Po 3974 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/packed_cache_test-packed-cache_tes t.Tpo" "$(DEPDIR)/packed_cache_test-packed-cache_test.Po"; else rm -f "$(DEPDIR) /packed_cache_test-packed-cache_test.Tpo"; exit 1; fi
4183 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/packed-cache_test.cc' object='packed_cache_test-packed-cache_test.o' libtool=no @AMDEPBACKSLASH@ 3975 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/packed-cache_test.cc' object='packed_cache_test-packed-cache_test.o' libtool=no @AMDEPBACKSLASH@
4184 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3976 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
4185 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(packed_cache_test_CXXFLAGS) $(CXXFLAGS) -c -o packed_cache_t est-packed-cache_test.o `test -f 'src/tests/packed-cache_test.cc' || echo '$(src dir)/'`src/tests/packed-cache_test.cc 3977 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(packed_cache_test_CXXFLAGS) $(CXXFLAGS) -c -o packed_cache_t est-packed-cache_test.o `test -f 'src/tests/packed-cache_test.cc' || echo '$(src dir)/'`src/tests/packed-cache_test.cc
4186 3978
4187 packed_cache_test-packed-cache_test.obj: src/tests/packed-cache_test.cc 3979 packed_cache_test-packed-cache_test.obj: src/tests/packed-cache_test.cc
4188 @am__fastdepCXX_TRUE@» $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(packed_cache_test_CXXFLAGS) $(CXXFLAGS) -MT packed_cache_tes t-packed-cache_test.obj -MD -MP -MF $(DEPDIR)/packed_cache_test-packed-cache_tes t.Tpo -c -o packed_cache_test-packed-cache_test.obj `if test -f 'src/tests/packe d-cache_test.cc'; then $(CYGPATH_W) 'src/tests/packed-cache_test.cc'; else $(CYG PATH_W) '$(srcdir)/src/tests/packed-cache_test.cc'; fi` 3980 @am__fastdepCXX_TRUE@» if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_C PPFLAGS) $(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`; \
4189 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/packed_cache_test-packed-cache_test.Tpo $(DEPDIR)/packed_cache_test-packed-cache_test.Po 3981 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/packed_cache_test-packed-cache_tes t.Tpo" "$(DEPDIR)/packed_cache_test-packed-cache_test.Po"; else rm -f "$(DEPDIR) /packed_cache_test-packed-cache_test.Tpo"; exit 1; fi
4190 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/packed-cache_test.cc' object='packed_cache_test-packed-cache_test.obj' libtool=no @AMDEPBACKSLASH@ 3982 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/packed-cache_test.cc' object='packed_cache_test-packed-cache_test.obj' libtool=no @AMDEPBACKSLASH@
4191 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3983 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
4192 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(packed_cache_test_CXXFLAGS) $(CXXFLAGS) -c -o packed_cache_t est-packed-cache_test.obj `if test -f 'src/tests/packed-cache_test.cc'; then $(C YGPATH_W) 'src/tests/packed-cache_test.cc'; else $(CYGPATH_W) '$(srcdir)/src/tes ts/packed-cache_test.cc'; fi` 3984 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(packed_cache_test_CXXFLAGS) $(CXXFLAGS) -c -o packed_cache_t est-packed-cache_test.obj `if test -f 'src/tests/packed-cache_test.cc'; then $(C YGPATH_W) 'src/tests/packed-cache_test.cc'; else $(CYGPATH_W) '$(srcdir)/src/tes ts/packed-cache_test.cc'; fi`
4193 3985
4194 page_heap_test-page_heap_test.o: src/tests/page_heap_test.cc 3986 page_heap_test-page_heap_test.o: src/tests/page_heap_test.cc
4195 @am__fastdepCXX_TRUE@» $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(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 '$(src dir)/'`src/tests/page_heap_test.cc 3987 @am__fastdepCXX_TRUE@» if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_C PPFLAGS) $(CPPFLAGS) $(page_heap_test_CXXFLAGS) $(CXXFLAGS) -MT page_heap_test-p age_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; \
4196 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/page_heap_test-page_heap_test.Tpo $(DEPD IR)/page_heap_test-page_heap_test.Po 3988 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/page_heap_test-page_heap_test.Tpo" "$(DEPDIR)/page_heap_test-page_heap_test.Po"; else rm -f "$(DEPDIR)/page_heap_t est-page_heap_test.Tpo"; exit 1; fi
4197 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/page_heap_test.cc' obj ect='page_heap_test-page_heap_test.o' libtool=no @AMDEPBACKSLASH@ 3989 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/page_heap_test.cc' obj ect='page_heap_test-page_heap_test.o' libtool=no @AMDEPBACKSLASH@
4198 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3990 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
4199 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(page_heap_test_CXXFLAGS) $(CXXFLAGS) -c -o page_heap_test-pa ge_heap_test.o `test -f 'src/tests/page_heap_test.cc' || echo '$(srcdir)/'`src/t ests/page_heap_test.cc 3991 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(page_heap_test_CXXFLAGS) $(CXXFLAGS) -c -o page_heap_test-pa ge_heap_test.o `test -f 'src/tests/page_heap_test.cc' || echo '$(srcdir)/'`src/t ests/page_heap_test.cc
4200 3992
4201 page_heap_test-page_heap_test.obj: src/tests/page_heap_test.cc 3993 page_heap_test-page_heap_test.obj: src/tests/page_heap_test.cc
4202 @am__fastdepCXX_TRUE@» $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(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 pag e_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/test s/page_heap_test.cc'; fi` 3994 @am__fastdepCXX_TRUE@» if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_C PPFLAGS) $(CPPFLAGS) $(page_heap_test_CXXFLAGS) $(CXXFLAGS) -MT page_heap_test-p age_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'; t hen $(CYGPATH_W) 'src/tests/page_heap_test.cc'; else $(CYGPATH_W) '$(srcdir)/src /tests/page_heap_test.cc'; fi`; \
4203 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/page_heap_test-page_heap_test.Tpo $(DEPD IR)/page_heap_test-page_heap_test.Po 3995 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/page_heap_test-page_heap_test.Tpo" "$(DEPDIR)/page_heap_test-page_heap_test.Po"; else rm -f "$(DEPDIR)/page_heap_t est-page_heap_test.Tpo"; exit 1; fi
4204 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/page_heap_test.cc' obj ect='page_heap_test-page_heap_test.obj' libtool=no @AMDEPBACKSLASH@ 3996 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/page_heap_test.cc' obj ect='page_heap_test-page_heap_test.obj' libtool=no @AMDEPBACKSLASH@
4205 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3997 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
4206 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(page_heap_test_CXXFLAGS) $(CXXFLAGS) -c -o page_heap_test-pa ge_heap_test.obj `if test -f 'src/tests/page_heap_test.cc'; then $(CYGPATH_W) 's rc/tests/page_heap_test.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/page_heap_te st.cc'; fi` 3998 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(page_heap_test_CXXFLAGS) $(CXXFLAGS) -c -o page_heap_test-pa ge_heap_test.obj `if test -f 'src/tests/page_heap_test.cc'; then $(CYGPATH_W) 's rc/tests/page_heap_test.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/page_heap_te st.cc'; fi`
4207 3999
4208 pagemap_unittest-pagemap_unittest.o: src/tests/pagemap_unittest.cc 4000 pagemap_unittest-pagemap_unittest.o: src/tests/pagemap_unittest.cc
4209 @am__fastdepCXX_TRUE@» $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(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 4001 @am__fastdepCXX_TRUE@» if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_C PPFLAGS) $(CPPFLAGS) $(pagemap_unittest_CXXFLAGS) $(CXXFLAGS) -MT pagemap_unitte st-pagemap_unittest.o -MD -MP -MF "$(DEPDIR)/pagemap_unittest-pagemap_unittest.T po" -c -o pagemap_unittest-pagemap_unittest.o `test -f 'src/tests/pagemap_unitte st.cc' || echo '$(srcdir)/'`src/tests/pagemap_unittest.cc; \
4210 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/pagemap_unittest-pagemap_unittest.Tpo $( DEPDIR)/pagemap_unittest-pagemap_unittest.Po 4002 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/pagemap_unittest-pagemap_unittest. Tpo" "$(DEPDIR)/pagemap_unittest-pagemap_unittest.Po"; else rm -f "$(DEPDIR)/pag emap_unittest-pagemap_unittest.Tpo"; exit 1; fi
4211 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/pagemap_unittest.cc' o bject='pagemap_unittest-pagemap_unittest.o' libtool=no @AMDEPBACKSLASH@ 4003 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/pagemap_unittest.cc' o bject='pagemap_unittest-pagemap_unittest.o' libtool=no @AMDEPBACKSLASH@
4212 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 4004 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
4213 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(pagemap_unittest_CXXFLAGS) $(CXXFLAGS) -c -o pagemap_unittes t-pagemap_unittest.o `test -f 'src/tests/pagemap_unittest.cc' || echo '$(srcdir) /'`src/tests/pagemap_unittest.cc 4005 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(pagemap_unittest_CXXFLAGS) $(CXXFLAGS) -c -o pagemap_unittes t-pagemap_unittest.o `test -f 'src/tests/pagemap_unittest.cc' || echo '$(srcdir) /'`src/tests/pagemap_unittest.cc
4214 4006
4215 pagemap_unittest-pagemap_unittest.obj: src/tests/pagemap_unittest.cc 4007 pagemap_unittest-pagemap_unittest.obj: src/tests/pagemap_unittest.cc
4216 @am__fastdepCXX_TRUE@» $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(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_unit test.cc'; then $(CYGPATH_W) 'src/tests/pagemap_unittest.cc'; else $(CYGPATH_W) ' $(srcdir)/src/tests/pagemap_unittest.cc'; fi` 4008 @am__fastdepCXX_TRUE@» if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_C PPFLAGS) $(CPPFLAGS) $(pagemap_unittest_CXXFLAGS) $(CXXFLAGS) -MT pagemap_unitte st-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`; \
4217 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/pagemap_unittest-pagemap_unittest.Tpo $( DEPDIR)/pagemap_unittest-pagemap_unittest.Po 4009 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/pagemap_unittest-pagemap_unittest. Tpo" "$(DEPDIR)/pagemap_unittest-pagemap_unittest.Po"; else rm -f "$(DEPDIR)/pag emap_unittest-pagemap_unittest.Tpo"; exit 1; fi
4218 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/pagemap_unittest.cc' o bject='pagemap_unittest-pagemap_unittest.obj' libtool=no @AMDEPBACKSLASH@ 4010 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/pagemap_unittest.cc' o bject='pagemap_unittest-pagemap_unittest.obj' libtool=no @AMDEPBACKSLASH@
4219 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 4011 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
4220 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(pagemap_unittest_CXXFLAGS) $(CXXFLAGS) -c -o pagemap_unittes t-pagemap_unittest.obj `if test -f 'src/tests/pagemap_unittest.cc'; then $(CYGPA TH_W) 'src/tests/pagemap_unittest.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/pa gemap_unittest.cc'; fi` 4012 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(pagemap_unittest_CXXFLAGS) $(CXXFLAGS) -c -o pagemap_unittes t-pagemap_unittest.obj `if test -f 'src/tests/pagemap_unittest.cc'; then $(CYGPA TH_W) 'src/tests/pagemap_unittest.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/pa gemap_unittest.cc'; fi`
4221 4013
4222 profile_handler_unittest-profile-handler_unittest.o: src/tests/profile-handler_u nittest.cc 4014 profile_handler_unittest-profile-handler_unittest.o: src/tests/profile-handler_u nittest.cc
4223 @am__fastdepCXX_TRUE@» $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(profile_handler_unittest_CXXFLAGS) $(CXXFLAGS) -MT profile_h andler_unittest-profile-handler_unittest.o -MD -MP -MF $(DEPDIR)/profile_handler _unittest-profile-handler_unittest.Tpo -c -o profile_handler_unittest-profile-ha ndler_unittest.o `test -f 'src/tests/profile-handler_unittest.cc' || echo '$(src dir)/'`src/tests/profile-handler_unittest.cc 4015 @am__fastdepCXX_TRUE@» if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_C PPFLAGS) $(CPPFLAGS) $(profile_handler_unittest_CXXFLAGS) $(CXXFLAGS) -MT profil e_handler_unittest-profile-handler_unittest.o -MD -MP -MF "$(DEPDIR)/profile_han dler_unittest-profile-handler_unittest.Tpo" -c -o profile_handler_unittest-profi le-handler_unittest.o `test -f 'src/tests/profile-handler_unittest.cc' || echo ' $(srcdir)/'`src/tests/profile-handler_unittest.cc; \
4224 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/profile_handler_unittest-profile-handler _unittest.Tpo $(DEPDIR)/profile_handler_unittest-profile-handler_unittest.Po 4016 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/profile_handler_unittest-profile-h andler_unittest.Tpo" "$(DEPDIR)/profile_handler_unittest-profile-handler_unittes t.Po"; else rm -f "$(DEPDIR)/profile_handler_unittest-profile-handler_unittest.T po"; exit 1; fi
4225 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/profile-handler_unitte st.cc' object='profile_handler_unittest-profile-handler_unittest.o' libtool=no @ AMDEPBACKSLASH@ 4017 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/profile-handler_unitte st.cc' object='profile_handler_unittest-profile-handler_unittest.o' libtool=no @ AMDEPBACKSLASH@
4226 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 4018 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
4227 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(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 4019 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(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
4228 4020
4229 profile_handler_unittest-profile-handler_unittest.obj: src/tests/profile-handler _unittest.cc 4021 profile_handler_unittest-profile-handler_unittest.obj: src/tests/profile-handler _unittest.cc
4230 @am__fastdepCXX_TRUE@» $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(profile_handler_unittest_CXXFLAGS) $(CXXFLAGS) -MT profile_h andler_unittest-profile-handler_unittest.obj -MD -MP -MF $(DEPDIR)/profile_handl er_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` 4022 @am__fastdepCXX_TRUE@» if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_C PPFLAGS) $(CPPFLAGS) $(profile_handler_unittest_CXXFLAGS) $(CXXFLAGS) -MT profil e_handler_unittest-profile-handler_unittest.obj -MD -MP -MF "$(DEPDIR)/profile_h andler_unittest-profile-handler_unittest.Tpo" -c -o profile_handler_unittest-pro file-handler_unittest.obj `if test -f 'src/tests/profile-handler_unittest.cc'; t hen $(CYGPATH_W) 'src/tests/profile-handler_unittest.cc'; else $(CYGPATH_W) '$(s rcdir)/src/tests/profile-handler_unittest.cc'; fi`; \
4231 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/profile_handler_unittest-profile-handler _unittest.Tpo $(DEPDIR)/profile_handler_unittest-profile-handler_unittest.Po 4023 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/profile_handler_unittest-profile-h andler_unittest.Tpo" "$(DEPDIR)/profile_handler_unittest-profile-handler_unittes t.Po"; else rm -f "$(DEPDIR)/profile_handler_unittest-profile-handler_unittest.T po"; exit 1; fi
4232 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/profile-handler_unitte st.cc' object='profile_handler_unittest-profile-handler_unittest.obj' libtool=no @AMDEPBACKSLASH@ 4024 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/profile-handler_unitte st.cc' object='profile_handler_unittest-profile-handler_unittest.obj' libtool=no @AMDEPBACKSLASH@
4233 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 4025 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
4234 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(profile_handler_unittest_CXXFLAGS) $(CXXFLAGS) -c -o profile _handler_unittest-profile-handler_unittest.obj `if test -f 'src/tests/profile-ha ndler_unittest.cc'; then $(CYGPATH_W) 'src/tests/profile-handler_unittest.cc'; e lse $(CYGPATH_W) '$(srcdir)/src/tests/profile-handler_unittest.cc'; fi` 4026 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(profile_handler_unittest_CXXFLAGS) $(CXXFLAGS) -c -o profile _handler_unittest-profile-handler_unittest.obj `if test -f 'src/tests/profile-ha ndler_unittest.cc'; then $(CYGPATH_W) 'src/tests/profile-handler_unittest.cc'; e lse $(CYGPATH_W) '$(srcdir)/src/tests/profile-handler_unittest.cc'; fi`
4235 4027
4236 profiledata_unittest.o: src/tests/profiledata_unittest.cc 4028 profiledata_unittest.o: src/tests/profiledata_unittest.cc
4237 @am__fastdepCXX_TRUE@» $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT profiledata_unittest.o -MD -MP -MF $(DEPDIR)/profiledata_unittest.Tpo -c -o profiledata_unittest.o `test -f 'sr c/tests/profiledata_unittest.cc' || echo '$(srcdir)/'`src/tests/profiledata_unit test.cc 4029 @am__fastdepCXX_TRUE@» if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_C PPFLAGS) $(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; \
4238 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/profiledata_unittest.Tpo $(DEPDIR)/profi ledata_unittest.Po 4030 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/profiledata_unittest.Tpo" "$(DEPDI R)/profiledata_unittest.Po"; else rm -f "$(DEPDIR)/profiledata_unittest.Tpo"; ex it 1; fi
4239 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/profiledata_unittest.c c' object='profiledata_unittest.o' libtool=no @AMDEPBACKSLASH@ 4031 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/profiledata_unittest.c c' object='profiledata_unittest.o' libtool=no @AMDEPBACKSLASH@
4240 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 4032 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
4241 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o profiledata_unittest.o `test -f 'src/tests/profiledata_unittest.cc' || echo '$(srcdir)/'`src/tests/profiledat a_unittest.cc 4033 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o profiledata_unittest.o `test -f 'src/tests/profiledata_unittest.cc' || echo '$(srcdir)/'`src/tests/profiledat a_unittest.cc
4242 4034
4243 profiledata_unittest.obj: src/tests/profiledata_unittest.cc 4035 profiledata_unittest.obj: src/tests/profiledata_unittest.cc
4244 @am__fastdepCXX_TRUE@» $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT profiledata_unittest.obj -MD -M P -MF $(DEPDIR)/profiledata_unittest.Tpo -c -o profiledata_unittest.obj `if test -f 'src/tests/profiledata_unittest.cc'; then $(CYGPATH_W) 'src/tests/profiledat a_unittest.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/profiledata_unittest.cc'; fi` 4036 @am__fastdepCXX_TRUE@» if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_C PPFLAGS) $(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/profi ledata_unittest.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/profiledata_unittest .cc'; fi`; \
4245 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/profiledata_unittest.Tpo $(DEPDIR)/profi ledata_unittest.Po 4037 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/profiledata_unittest.Tpo" "$(DEPDI R)/profiledata_unittest.Po"; else rm -f "$(DEPDIR)/profiledata_unittest.Tpo"; ex it 1; fi
4246 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/profiledata_unittest.c c' object='profiledata_unittest.obj' libtool=no @AMDEPBACKSLASH@ 4038 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/profiledata_unittest.c c' object='profiledata_unittest.obj' libtool=no @AMDEPBACKSLASH@
4247 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 4039 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
4248 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o profiledata_unittest.obj `if test -f 'src/tests/profiledata_unittest.cc'; then $(CYGPATH_W) 'src/tests/profil edata_unittest.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/profiledata_unittest. cc'; fi` 4040 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o profiledata_unittest.obj `if test -f 'src/tests/profiledata_unittest.cc'; then $(CYGPATH_W) 'src/tests/profil edata_unittest.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/profiledata_unittest. cc'; fi`
4249 4041
4250 profiler1_unittest-profiler_unittest.o: src/tests/profiler_unittest.cc 4042 profiler1_unittest-profiler_unittest.o: src/tests/profiler_unittest.cc
4251 @am__fastdepCXX_TRUE@» $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(profiler1_unittest_CXXFLAGS) $(CXXFLAGS) -MT profiler1_unitt est-profiler_unittest.o -MD -MP -MF $(DEPDIR)/profiler1_unittest-profiler_unitte st.Tpo -c -o profiler1_unittest-profiler_unittest.o `test -f 'src/tests/profiler _unittest.cc' || echo '$(srcdir)/'`src/tests/profiler_unittest.cc 4043 @am__fastdepCXX_TRUE@» if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_C PPFLAGS) $(CPPFLAGS) $(profiler1_unittest_CXXFLAGS) $(CXXFLAGS) -MT profiler1_un ittest-profiler_unittest.o -MD -MP -MF "$(DEPDIR)/profiler1_unittest-profiler_un ittest.Tpo" -c -o profiler1_unittest-profiler_unittest.o `test -f 'src/tests/pro filer_unittest.cc' || echo '$(srcdir)/'`src/tests/profiler_unittest.cc; \
4252 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/profiler1_unittest-profiler_unittest.Tpo $(DEPDIR)/profiler1_unittest-profiler_unittest.Po 4044 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/profiler1_unittest-profiler_unitte st.Tpo" "$(DEPDIR)/profiler1_unittest-profiler_unittest.Po"; else rm -f "$(DEPDI R)/profiler1_unittest-profiler_unittest.Tpo"; exit 1; fi
4253 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/profiler_unittest.cc' object='profiler1_unittest-profiler_unittest.o' libtool=no @AMDEPBACKSLASH@ 4045 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/profiler_unittest.cc' object='profiler1_unittest-profiler_unittest.o' libtool=no @AMDEPBACKSLASH@
4254 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 4046 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
4255 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(profiler1_unittest_CXXFLAGS) $(CXXFLAGS) -c -o profiler1_uni ttest-profiler_unittest.o `test -f 'src/tests/profiler_unittest.cc' || echo '$(s rcdir)/'`src/tests/profiler_unittest.cc 4047 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(profiler1_unittest_CXXFLAGS) $(CXXFLAGS) -c -o profiler1_uni ttest-profiler_unittest.o `test -f 'src/tests/profiler_unittest.cc' || echo '$(s rcdir)/'`src/tests/profiler_unittest.cc
4256 4048
4257 profiler1_unittest-profiler_unittest.obj: src/tests/profiler_unittest.cc 4049 profiler1_unittest-profiler_unittest.obj: src/tests/profiler_unittest.cc
4258 @am__fastdepCXX_TRUE@» $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(profiler1_unittest_CXXFLAGS) $(CXXFLAGS) -MT profiler1_unitt est-profiler_unittest.obj -MD -MP -MF $(DEPDIR)/profiler1_unittest-profiler_unit test.Tpo -c -o profiler1_unittest-profiler_unittest.obj `if test -f 'src/tests/p rofiler_unittest.cc'; then $(CYGPATH_W) 'src/tests/profiler_unittest.cc'; else $ (CYGPATH_W) '$(srcdir)/src/tests/profiler_unittest.cc'; fi` 4050 @am__fastdepCXX_TRUE@» if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_C PPFLAGS) $(CPPFLAGS) $(profiler1_unittest_CXXFLAGS) $(CXXFLAGS) -MT profiler1_un ittest-profiler_unittest.obj -MD -MP -MF "$(DEPDIR)/profiler1_unittest-profiler_ unittest.Tpo" -c -o profiler1_unittest-profiler_unittest.obj `if test -f 'src/te sts/profiler_unittest.cc'; then $(CYGPATH_W) 'src/tests/profiler_unittest.cc'; e lse $(CYGPATH_W) '$(srcdir)/src/tests/profiler_unittest.cc'; fi`; \
4259 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/profiler1_unittest-profiler_unittest.Tpo $(DEPDIR)/profiler1_unittest-profiler_unittest.Po 4051 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/profiler1_unittest-profiler_unitte st.Tpo" "$(DEPDIR)/profiler1_unittest-profiler_unittest.Po"; else rm -f "$(DEPDI R)/profiler1_unittest-profiler_unittest.Tpo"; exit 1; fi
4260 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/profiler_unittest.cc' object='profiler1_unittest-profiler_unittest.obj' libtool=no @AMDEPBACKSLASH@ 4052 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/profiler_unittest.cc' object='profiler1_unittest-profiler_unittest.obj' libtool=no @AMDEPBACKSLASH@
4261 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 4053 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
4262 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(profiler1_unittest_CXXFLAGS) $(CXXFLAGS) -c -o profiler1_uni ttest-profiler_unittest.obj `if test -f 'src/tests/profiler_unittest.cc'; then $ (CYGPATH_W) 'src/tests/profiler_unittest.cc'; else $(CYGPATH_W) '$(srcdir)/src/t ests/profiler_unittest.cc'; fi` 4054 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(profiler1_unittest_CXXFLAGS) $(CXXFLAGS) -c -o profiler1_uni ttest-profiler_unittest.obj `if test -f 'src/tests/profiler_unittest.cc'; then $ (CYGPATH_W) 'src/tests/profiler_unittest.cc'; else $(CYGPATH_W) '$(srcdir)/src/t ests/profiler_unittest.cc'; fi`
4263 4055
4264 profiler1_unittest-testutil.o: src/tests/testutil.cc 4056 profiler1_unittest-testutil.o: src/tests/testutil.cc
4265 @am__fastdepCXX_TRUE@» $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(profiler1_unittest_CXXFLAGS) $(CXXFLAGS) -MT profiler1_unitt est-testutil.o -MD -MP -MF $(DEPDIR)/profiler1_unittest-testutil.Tpo -c -o profi ler1_unittest-testutil.o `test -f 'src/tests/testutil.cc' || echo '$(srcdir)/'`s rc/tests/testutil.cc 4057 @am__fastdepCXX_TRUE@» if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_C PPFLAGS) $(CPPFLAGS) $(profiler1_unittest_CXXFLAGS) $(CXXFLAGS) -MT profiler1_un ittest-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; \
4266 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/profiler1_unittest-testutil.Tpo $(DEPDIR )/profiler1_unittest-testutil.Po 4058 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/profiler1_unittest-testutil.Tpo" " $(DEPDIR)/profiler1_unittest-testutil.Po"; else rm -f "$(DEPDIR)/profiler1_unitt est-testutil.Tpo"; exit 1; fi
4267 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/testutil.cc' object='p rofiler1_unittest-testutil.o' libtool=no @AMDEPBACKSLASH@ 4059 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/testutil.cc' object='p rofiler1_unittest-testutil.o' libtool=no @AMDEPBACKSLASH@
4268 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 4060 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
4269 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(profiler1_unittest_CXXFLAGS) $(CXXFLAGS) -c -o profiler1_uni ttest-testutil.o `test -f 'src/tests/testutil.cc' || echo '$(srcdir)/'`src/tests /testutil.cc 4061 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(profiler1_unittest_CXXFLAGS) $(CXXFLAGS) -c -o profiler1_uni ttest-testutil.o `test -f 'src/tests/testutil.cc' || echo '$(srcdir)/'`src/tests /testutil.cc
4270 4062
4271 profiler1_unittest-testutil.obj: src/tests/testutil.cc 4063 profiler1_unittest-testutil.obj: src/tests/testutil.cc
4272 @am__fastdepCXX_TRUE@» $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(profiler1_unittest_CXXFLAGS) $(CXXFLAGS) -MT profiler1_unitt est-testutil.obj -MD -MP -MF $(DEPDIR)/profiler1_unittest-testutil.Tpo -c -o pro filer1_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` 4064 @am__fastdepCXX_TRUE@» if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_C PPFLAGS) $(CPPFLAGS) $(profiler1_unittest_CXXFLAGS) $(CXXFLAGS) -MT profiler1_un ittest-testutil.obj -MD -MP -MF "$(DEPDIR)/profiler1_unittest-testutil.Tpo" -c - o profiler1_unittest-testutil.obj `if test -f 'src/tests/testutil.cc'; then $(CY GPATH_W) 'src/tests/testutil.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/testuti l.cc'; fi`; \
4273 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/profiler1_unittest-testutil.Tpo $(DEPDIR )/profiler1_unittest-testutil.Po 4065 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/profiler1_unittest-testutil.Tpo" " $(DEPDIR)/profiler1_unittest-testutil.Po"; else rm -f "$(DEPDIR)/profiler1_unitt est-testutil.Tpo"; exit 1; fi
4274 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/testutil.cc' object='p rofiler1_unittest-testutil.obj' libtool=no @AMDEPBACKSLASH@ 4066 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/testutil.cc' object='p rofiler1_unittest-testutil.obj' libtool=no @AMDEPBACKSLASH@
4275 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 4067 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
4276 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(profiler1_unittest_CXXFLAGS) $(CXXFLAGS) -c -o profiler1_uni ttest-testutil.obj `if test -f 'src/tests/testutil.cc'; then $(CYGPATH_W) 'src/t ests/testutil.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/testutil.cc'; fi` 4068 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(profiler1_unittest_CXXFLAGS) $(CXXFLAGS) -c -o profiler1_uni ttest-testutil.obj `if test -f 'src/tests/testutil.cc'; then $(CYGPATH_W) 'src/t ests/testutil.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/testutil.cc'; fi`
4277 4069
4278 profiler2_unittest-profiler_unittest.o: src/tests/profiler_unittest.cc 4070 profiler2_unittest-profiler_unittest.o: src/tests/profiler_unittest.cc
4279 @am__fastdepCXX_TRUE@» $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(profiler2_unittest_CXXFLAGS) $(CXXFLAGS) -MT profiler2_unitt est-profiler_unittest.o -MD -MP -MF $(DEPDIR)/profiler2_unittest-profiler_unitte st.Tpo -c -o profiler2_unittest-profiler_unittest.o `test -f 'src/tests/profiler _unittest.cc' || echo '$(srcdir)/'`src/tests/profiler_unittest.cc 4071 @am__fastdepCXX_TRUE@» if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_C PPFLAGS) $(CPPFLAGS) $(profiler2_unittest_CXXFLAGS) $(CXXFLAGS) -MT profiler2_un ittest-profiler_unittest.o -MD -MP -MF "$(DEPDIR)/profiler2_unittest-profiler_un ittest.Tpo" -c -o profiler2_unittest-profiler_unittest.o `test -f 'src/tests/pro filer_unittest.cc' || echo '$(srcdir)/'`src/tests/profiler_unittest.cc; \
4280 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/profiler2_unittest-profiler_unittest.Tpo $(DEPDIR)/profiler2_unittest-profiler_unittest.Po 4072 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/profiler2_unittest-profiler_unitte st.Tpo" "$(DEPDIR)/profiler2_unittest-profiler_unittest.Po"; else rm -f "$(DEPDI R)/profiler2_unittest-profiler_unittest.Tpo"; exit 1; fi
4281 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/profiler_unittest.cc' object='profiler2_unittest-profiler_unittest.o' libtool=no @AMDEPBACKSLASH@ 4073 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/profiler_unittest.cc' object='profiler2_unittest-profiler_unittest.o' libtool=no @AMDEPBACKSLASH@
4282 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 4074 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
4283 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(profiler2_unittest_CXXFLAGS) $(CXXFLAGS) -c -o profiler2_uni ttest-profiler_unittest.o `test -f 'src/tests/profiler_unittest.cc' || echo '$(s rcdir)/'`src/tests/profiler_unittest.cc 4075 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(profiler2_unittest_CXXFLAGS) $(CXXFLAGS) -c -o profiler2_uni ttest-profiler_unittest.o `test -f 'src/tests/profiler_unittest.cc' || echo '$(s rcdir)/'`src/tests/profiler_unittest.cc
4284 4076
4285 profiler2_unittest-profiler_unittest.obj: src/tests/profiler_unittest.cc 4077 profiler2_unittest-profiler_unittest.obj: src/tests/profiler_unittest.cc
4286 @am__fastdepCXX_TRUE@» $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(profiler2_unittest_CXXFLAGS) $(CXXFLAGS) -MT profiler2_unitt est-profiler_unittest.obj -MD -MP -MF $(DEPDIR)/profiler2_unittest-profiler_unit test.Tpo -c -o profiler2_unittest-profiler_unittest.obj `if test -f 'src/tests/p rofiler_unittest.cc'; then $(CYGPATH_W) 'src/tests/profiler_unittest.cc'; else $ (CYGPATH_W) '$(srcdir)/src/tests/profiler_unittest.cc'; fi` 4078 @am__fastdepCXX_TRUE@» if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_C PPFLAGS) $(CPPFLAGS) $(profiler2_unittest_CXXFLAGS) $(CXXFLAGS) -MT profiler2_un ittest-profiler_unittest.obj -MD -MP -MF "$(DEPDIR)/profiler2_unittest-profiler_ unittest.Tpo" -c -o profiler2_unittest-profiler_unittest.obj `if test -f 'src/te sts/profiler_unittest.cc'; then $(CYGPATH_W) 'src/tests/profiler_unittest.cc'; e lse $(CYGPATH_W) '$(srcdir)/src/tests/profiler_unittest.cc'; fi`; \
4287 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/profiler2_unittest-profiler_unittest.Tpo $(DEPDIR)/profiler2_unittest-profiler_unittest.Po 4079 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/profiler2_unittest-profiler_unitte st.Tpo" "$(DEPDIR)/profiler2_unittest-profiler_unittest.Po"; else rm -f "$(DEPDI R)/profiler2_unittest-profiler_unittest.Tpo"; exit 1; fi
4288 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/profiler_unittest.cc' object='profiler2_unittest-profiler_unittest.obj' libtool=no @AMDEPBACKSLASH@ 4080 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/profiler_unittest.cc' object='profiler2_unittest-profiler_unittest.obj' libtool=no @AMDEPBACKSLASH@
4289 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 4081 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
4290 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(profiler2_unittest_CXXFLAGS) $(CXXFLAGS) -c -o profiler2_uni ttest-profiler_unittest.obj `if test -f 'src/tests/profiler_unittest.cc'; then $ (CYGPATH_W) 'src/tests/profiler_unittest.cc'; else $(CYGPATH_W) '$(srcdir)/src/t ests/profiler_unittest.cc'; fi` 4082 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(profiler2_unittest_CXXFLAGS) $(CXXFLAGS) -c -o profiler2_uni ttest-profiler_unittest.obj `if test -f 'src/tests/profiler_unittest.cc'; then $ (CYGPATH_W) 'src/tests/profiler_unittest.cc'; else $(CYGPATH_W) '$(srcdir)/src/t ests/profiler_unittest.cc'; fi`
4291 4083
4292 profiler2_unittest-testutil.o: src/tests/testutil.cc 4084 profiler2_unittest-testutil.o: src/tests/testutil.cc
4293 @am__fastdepCXX_TRUE@» $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(profiler2_unittest_CXXFLAGS) $(CXXFLAGS) -MT profiler2_unitt est-testutil.o -MD -MP -MF $(DEPDIR)/profiler2_unittest-testutil.Tpo -c -o profi ler2_unittest-testutil.o `test -f 'src/tests/testutil.cc' || echo '$(srcdir)/'`s rc/tests/testutil.cc 4085 @am__fastdepCXX_TRUE@» if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_C PPFLAGS) $(CPPFLAGS) $(profiler2_unittest_CXXFLAGS) $(CXXFLAGS) -MT profiler2_un ittest-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; \
4294 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/profiler2_unittest-testutil.Tpo $(DEPDIR )/profiler2_unittest-testutil.Po 4086 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/profiler2_unittest-testutil.Tpo" " $(DEPDIR)/profiler2_unittest-testutil.Po"; else rm -f "$(DEPDIR)/profiler2_unitt est-testutil.Tpo"; exit 1; fi
4295 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/testutil.cc' object='p rofiler2_unittest-testutil.o' libtool=no @AMDEPBACKSLASH@ 4087 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/testutil.cc' object='p rofiler2_unittest-testutil.o' libtool=no @AMDEPBACKSLASH@
4296 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 4088 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
4297 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(profiler2_unittest_CXXFLAGS) $(CXXFLAGS) -c -o profiler2_uni ttest-testutil.o `test -f 'src/tests/testutil.cc' || echo '$(srcdir)/'`src/tests /testutil.cc 4089 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(profiler2_unittest_CXXFLAGS) $(CXXFLAGS) -c -o profiler2_uni ttest-testutil.o `test -f 'src/tests/testutil.cc' || echo '$(srcdir)/'`src/tests /testutil.cc
4298 4090
4299 profiler2_unittest-testutil.obj: src/tests/testutil.cc 4091 profiler2_unittest-testutil.obj: src/tests/testutil.cc
4300 @am__fastdepCXX_TRUE@» $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(profiler2_unittest_CXXFLAGS) $(CXXFLAGS) -MT profiler2_unitt est-testutil.obj -MD -MP -MF $(DEPDIR)/profiler2_unittest-testutil.Tpo -c -o pro filer2_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` 4092 @am__fastdepCXX_TRUE@» if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_C PPFLAGS) $(CPPFLAGS) $(profiler2_unittest_CXXFLAGS) $(CXXFLAGS) -MT profiler2_un ittest-testutil.obj -MD -MP -MF "$(DEPDIR)/profiler2_unittest-testutil.Tpo" -c - o profiler2_unittest-testutil.obj `if test -f 'src/tests/testutil.cc'; then $(CY GPATH_W) 'src/tests/testutil.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/testuti l.cc'; fi`; \
4301 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/profiler2_unittest-testutil.Tpo $(DEPDIR )/profiler2_unittest-testutil.Po 4093 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/profiler2_unittest-testutil.Tpo" " $(DEPDIR)/profiler2_unittest-testutil.Po"; else rm -f "$(DEPDIR)/profiler2_unitt est-testutil.Tpo"; exit 1; fi
4302 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/testutil.cc' object='p rofiler2_unittest-testutil.obj' libtool=no @AMDEPBACKSLASH@ 4094 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/testutil.cc' object='p rofiler2_unittest-testutil.obj' libtool=no @AMDEPBACKSLASH@
4303 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 4095 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
4304 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(profiler2_unittest_CXXFLAGS) $(CXXFLAGS) -c -o profiler2_uni ttest-testutil.obj `if test -f 'src/tests/testutil.cc'; then $(CYGPATH_W) 'src/t ests/testutil.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/testutil.cc'; fi` 4096 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(profiler2_unittest_CXXFLAGS) $(CXXFLAGS) -c -o profiler2_uni ttest-testutil.obj `if test -f 'src/tests/testutil.cc'; then $(CYGPATH_W) 'src/t ests/testutil.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/testutil.cc'; fi`
4305 4097
4306 profiler3_unittest-profiler_unittest.o: src/tests/profiler_unittest.cc 4098 profiler3_unittest-profiler_unittest.o: src/tests/profiler_unittest.cc
4307 @am__fastdepCXX_TRUE@» $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(profiler3_unittest_CXXFLAGS) $(CXXFLAGS) -MT profiler3_unitt est-profiler_unittest.o -MD -MP -MF $(DEPDIR)/profiler3_unittest-profiler_unitte st.Tpo -c -o profiler3_unittest-profiler_unittest.o `test -f 'src/tests/profiler _unittest.cc' || echo '$(srcdir)/'`src/tests/profiler_unittest.cc 4099 @am__fastdepCXX_TRUE@» if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_C PPFLAGS) $(CPPFLAGS) $(profiler3_unittest_CXXFLAGS) $(CXXFLAGS) -MT profiler3_un ittest-profiler_unittest.o -MD -MP -MF "$(DEPDIR)/profiler3_unittest-profiler_un ittest.Tpo" -c -o profiler3_unittest-profiler_unittest.o `test -f 'src/tests/pro filer_unittest.cc' || echo '$(srcdir)/'`src/tests/profiler_unittest.cc; \
4308 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/profiler3_unittest-profiler_unittest.Tpo $(DEPDIR)/profiler3_unittest-profiler_unittest.Po 4100 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/profiler3_unittest-profiler_unitte st.Tpo" "$(DEPDIR)/profiler3_unittest-profiler_unittest.Po"; else rm -f "$(DEPDI R)/profiler3_unittest-profiler_unittest.Tpo"; exit 1; fi
4309 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/profiler_unittest.cc' object='profiler3_unittest-profiler_unittest.o' libtool=no @AMDEPBACKSLASH@ 4101 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/profiler_unittest.cc' object='profiler3_unittest-profiler_unittest.o' libtool=no @AMDEPBACKSLASH@
4310 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 4102 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
4311 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(profiler3_unittest_CXXFLAGS) $(CXXFLAGS) -c -o profiler3_uni ttest-profiler_unittest.o `test -f 'src/tests/profiler_unittest.cc' || echo '$(s rcdir)/'`src/tests/profiler_unittest.cc 4103 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(profiler3_unittest_CXXFLAGS) $(CXXFLAGS) -c -o profiler3_uni ttest-profiler_unittest.o `test -f 'src/tests/profiler_unittest.cc' || echo '$(s rcdir)/'`src/tests/profiler_unittest.cc
4312 4104
4313 profiler3_unittest-profiler_unittest.obj: src/tests/profiler_unittest.cc 4105 profiler3_unittest-profiler_unittest.obj: src/tests/profiler_unittest.cc
4314 @am__fastdepCXX_TRUE@» $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(profiler3_unittest_CXXFLAGS) $(CXXFLAGS) -MT profiler3_unitt est-profiler_unittest.obj -MD -MP -MF $(DEPDIR)/profiler3_unittest-profiler_unit test.Tpo -c -o profiler3_unittest-profiler_unittest.obj `if test -f 'src/tests/p rofiler_unittest.cc'; then $(CYGPATH_W) 'src/tests/profiler_unittest.cc'; else $ (CYGPATH_W) '$(srcdir)/src/tests/profiler_unittest.cc'; fi` 4106 @am__fastdepCXX_TRUE@» if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_C PPFLAGS) $(CPPFLAGS) $(profiler3_unittest_CXXFLAGS) $(CXXFLAGS) -MT profiler3_un ittest-profiler_unittest.obj -MD -MP -MF "$(DEPDIR)/profiler3_unittest-profiler_ unittest.Tpo" -c -o profiler3_unittest-profiler_unittest.obj `if test -f 'src/te sts/profiler_unittest.cc'; then $(CYGPATH_W) 'src/tests/profiler_unittest.cc'; e lse $(CYGPATH_W) '$(srcdir)/src/tests/profiler_unittest.cc'; fi`; \
4315 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/profiler3_unittest-profiler_unittest.Tpo $(DEPDIR)/profiler3_unittest-profiler_unittest.Po 4107 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/profiler3_unittest-profiler_unitte st.Tpo" "$(DEPDIR)/profiler3_unittest-profiler_unittest.Po"; else rm -f "$(DEPDI R)/profiler3_unittest-profiler_unittest.Tpo"; exit 1; fi
4316 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/profiler_unittest.cc' object='profiler3_unittest-profiler_unittest.obj' libtool=no @AMDEPBACKSLASH@ 4108 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/profiler_unittest.cc' object='profiler3_unittest-profiler_unittest.obj' libtool=no @AMDEPBACKSLASH@
4317 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 4109 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
4318 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(profiler3_unittest_CXXFLAGS) $(CXXFLAGS) -c -o profiler3_uni ttest-profiler_unittest.obj `if test -f 'src/tests/profiler_unittest.cc'; then $ (CYGPATH_W) 'src/tests/profiler_unittest.cc'; else $(CYGPATH_W) '$(srcdir)/src/t ests/profiler_unittest.cc'; fi` 4110 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(profiler3_unittest_CXXFLAGS) $(CXXFLAGS) -c -o profiler3_uni ttest-profiler_unittest.obj `if test -f 'src/tests/profiler_unittest.cc'; then $ (CYGPATH_W) 'src/tests/profiler_unittest.cc'; else $(CYGPATH_W) '$(srcdir)/src/t ests/profiler_unittest.cc'; fi`
4319 4111
4320 profiler3_unittest-testutil.o: src/tests/testutil.cc 4112 profiler3_unittest-testutil.o: src/tests/testutil.cc
4321 @am__fastdepCXX_TRUE@» $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(profiler3_unittest_CXXFLAGS) $(CXXFLAGS) -MT profiler3_unitt est-testutil.o -MD -MP -MF $(DEPDIR)/profiler3_unittest-testutil.Tpo -c -o profi ler3_unittest-testutil.o `test -f 'src/tests/testutil.cc' || echo '$(srcdir)/'`s rc/tests/testutil.cc 4113 @am__fastdepCXX_TRUE@» if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_C PPFLAGS) $(CPPFLAGS) $(profiler3_unittest_CXXFLAGS) $(CXXFLAGS) -MT profiler3_un ittest-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; \
4322 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/profiler3_unittest-testutil.Tpo $(DEPDIR )/profiler3_unittest-testutil.Po 4114 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/profiler3_unittest-testutil.Tpo" " $(DEPDIR)/profiler3_unittest-testutil.Po"; else rm -f "$(DEPDIR)/profiler3_unitt est-testutil.Tpo"; exit 1; fi
4323 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/testutil.cc' object='p rofiler3_unittest-testutil.o' libtool=no @AMDEPBACKSLASH@ 4115 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/testutil.cc' object='p rofiler3_unittest-testutil.o' libtool=no @AMDEPBACKSLASH@
4324 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 4116 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
4325 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(profiler3_unittest_CXXFLAGS) $(CXXFLAGS) -c -o profiler3_uni ttest-testutil.o `test -f 'src/tests/testutil.cc' || echo '$(srcdir)/'`src/tests /testutil.cc 4117 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(profiler3_unittest_CXXFLAGS) $(CXXFLAGS) -c -o profiler3_uni ttest-testutil.o `test -f 'src/tests/testutil.cc' || echo '$(srcdir)/'`src/tests /testutil.cc
4326 4118
4327 profiler3_unittest-testutil.obj: src/tests/testutil.cc 4119 profiler3_unittest-testutil.obj: src/tests/testutil.cc
4328 @am__fastdepCXX_TRUE@» $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(profiler3_unittest_CXXFLAGS) $(CXXFLAGS) -MT profiler3_unitt est-testutil.obj -MD -MP -MF $(DEPDIR)/profiler3_unittest-testutil.Tpo -c -o pro filer3_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` 4120 @am__fastdepCXX_TRUE@» if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_C PPFLAGS) $(CPPFLAGS) $(profiler3_unittest_CXXFLAGS) $(CXXFLAGS) -MT profiler3_un ittest-testutil.obj -MD -MP -MF "$(DEPDIR)/profiler3_unittest-testutil.Tpo" -c - o profiler3_unittest-testutil.obj `if test -f 'src/tests/testutil.cc'; then $(CY GPATH_W) 'src/tests/testutil.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/testuti l.cc'; fi`; \
4329 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/profiler3_unittest-testutil.Tpo $(DEPDIR )/profiler3_unittest-testutil.Po 4121 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/profiler3_unittest-testutil.Tpo" " $(DEPDIR)/profiler3_unittest-testutil.Po"; else rm -f "$(DEPDIR)/profiler3_unitt est-testutil.Tpo"; exit 1; fi
4330 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/testutil.cc' object='p rofiler3_unittest-testutil.obj' libtool=no @AMDEPBACKSLASH@ 4122 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/testutil.cc' object='p rofiler3_unittest-testutil.obj' libtool=no @AMDEPBACKSLASH@
4331 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 4123 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
4332 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(profiler3_unittest_CXXFLAGS) $(CXXFLAGS) -c -o profiler3_uni ttest-testutil.obj `if test -f 'src/tests/testutil.cc'; then $(CYGPATH_W) 'src/t ests/testutil.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/testutil.cc'; fi` 4124 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(profiler3_unittest_CXXFLAGS) $(CXXFLAGS) -c -o profiler3_uni ttest-testutil.obj `if test -f 'src/tests/testutil.cc'; then $(CYGPATH_W) 'src/t ests/testutil.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/testutil.cc'; fi`
4333 4125
4334 profiler4_unittest-profiler_unittest.o: src/tests/profiler_unittest.cc 4126 profiler4_unittest-profiler_unittest.o: src/tests/profiler_unittest.cc
4335 @am__fastdepCXX_TRUE@» $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(profiler4_unittest_CXXFLAGS) $(CXXFLAGS) -MT profiler4_unitt est-profiler_unittest.o -MD -MP -MF $(DEPDIR)/profiler4_unittest-profiler_unitte st.Tpo -c -o profiler4_unittest-profiler_unittest.o `test -f 'src/tests/profiler _unittest.cc' || echo '$(srcdir)/'`src/tests/profiler_unittest.cc 4127 @am__fastdepCXX_TRUE@» if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_C PPFLAGS) $(CPPFLAGS) $(profiler4_unittest_CXXFLAGS) $(CXXFLAGS) -MT profiler4_un ittest-profiler_unittest.o -MD -MP -MF "$(DEPDIR)/profiler4_unittest-profiler_un ittest.Tpo" -c -o profiler4_unittest-profiler_unittest.o `test -f 'src/tests/pro filer_unittest.cc' || echo '$(srcdir)/'`src/tests/profiler_unittest.cc; \
4336 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/profiler4_unittest-profiler_unittest.Tpo $(DEPDIR)/profiler4_unittest-profiler_unittest.Po 4128 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/profiler4_unittest-profiler_unitte st.Tpo" "$(DEPDIR)/profiler4_unittest-profiler_unittest.Po"; else rm -f "$(DEPDI R)/profiler4_unittest-profiler_unittest.Tpo"; exit 1; fi
4337 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/profiler_unittest.cc' object='profiler4_unittest-profiler_unittest.o' libtool=no @AMDEPBACKSLASH@ 4129 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/profiler_unittest.cc' object='profiler4_unittest-profiler_unittest.o' libtool=no @AMDEPBACKSLASH@
4338 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 4130 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
4339 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(profiler4_unittest_CXXFLAGS) $(CXXFLAGS) -c -o profiler4_uni ttest-profiler_unittest.o `test -f 'src/tests/profiler_unittest.cc' || echo '$(s rcdir)/'`src/tests/profiler_unittest.cc 4131 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(profiler4_unittest_CXXFLAGS) $(CXXFLAGS) -c -o profiler4_uni ttest-profiler_unittest.o `test -f 'src/tests/profiler_unittest.cc' || echo '$(s rcdir)/'`src/tests/profiler_unittest.cc
4340 4132
4341 profiler4_unittest-profiler_unittest.obj: src/tests/profiler_unittest.cc 4133 profiler4_unittest-profiler_unittest.obj: src/tests/profiler_unittest.cc
4342 @am__fastdepCXX_TRUE@» $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(profiler4_unittest_CXXFLAGS) $(CXXFLAGS) -MT profiler4_unitt est-profiler_unittest.obj -MD -MP -MF $(DEPDIR)/profiler4_unittest-profiler_unit test.Tpo -c -o profiler4_unittest-profiler_unittest.obj `if test -f 'src/tests/p rofiler_unittest.cc'; then $(CYGPATH_W) 'src/tests/profiler_unittest.cc'; else $ (CYGPATH_W) '$(srcdir)/src/tests/profiler_unittest.cc'; fi` 4134 @am__fastdepCXX_TRUE@» if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_C PPFLAGS) $(CPPFLAGS) $(profiler4_unittest_CXXFLAGS) $(CXXFLAGS) -MT profiler4_un ittest-profiler_unittest.obj -MD -MP -MF "$(DEPDIR)/profiler4_unittest-profiler_ unittest.Tpo" -c -o profiler4_unittest-profiler_unittest.obj `if test -f 'src/te sts/profiler_unittest.cc'; then $(CYGPATH_W) 'src/tests/profiler_unittest.cc'; e lse $(CYGPATH_W) '$(srcdir)/src/tests/profiler_unittest.cc'; fi`; \
4343 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/profiler4_unittest-profiler_unittest.Tpo $(DEPDIR)/profiler4_unittest-profiler_unittest.Po 4135 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/profiler4_unittest-profiler_unitte st.Tpo" "$(DEPDIR)/profiler4_unittest-profiler_unittest.Po"; else rm -f "$(DEPDI R)/profiler4_unittest-profiler_unittest.Tpo"; exit 1; fi
4344 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/profiler_unittest.cc' object='profiler4_unittest-profiler_unittest.obj' libtool=no @AMDEPBACKSLASH@ 4136 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/profiler_unittest.cc' object='profiler4_unittest-profiler_unittest.obj' libtool=no @AMDEPBACKSLASH@
4345 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 4137 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
4346 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(profiler4_unittest_CXXFLAGS) $(CXXFLAGS) -c -o profiler4_uni ttest-profiler_unittest.obj `if test -f 'src/tests/profiler_unittest.cc'; then $ (CYGPATH_W) 'src/tests/profiler_unittest.cc'; else $(CYGPATH_W) '$(srcdir)/src/t ests/profiler_unittest.cc'; fi` 4138 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(profiler4_unittest_CXXFLAGS) $(CXXFLAGS) -c -o profiler4_uni ttest-profiler_unittest.obj `if test -f 'src/tests/profiler_unittest.cc'; then $ (CYGPATH_W) 'src/tests/profiler_unittest.cc'; else $(CYGPATH_W) '$(srcdir)/src/t ests/profiler_unittest.cc'; fi`
4347 4139
4348 profiler4_unittest-testutil.o: src/tests/testutil.cc 4140 profiler4_unittest-testutil.o: src/tests/testutil.cc
4349 @am__fastdepCXX_TRUE@» $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(profiler4_unittest_CXXFLAGS) $(CXXFLAGS) -MT profiler4_unitt est-testutil.o -MD -MP -MF $(DEPDIR)/profiler4_unittest-testutil.Tpo -c -o profi ler4_unittest-testutil.o `test -f 'src/tests/testutil.cc' || echo '$(srcdir)/'`s rc/tests/testutil.cc 4141 @am__fastdepCXX_TRUE@» if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_C PPFLAGS) $(CPPFLAGS) $(profiler4_unittest_CXXFLAGS) $(CXXFLAGS) -MT profiler4_un ittest-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; \
4350 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/profiler4_unittest-testutil.Tpo $(DEPDIR )/profiler4_unittest-testutil.Po 4142 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/profiler4_unittest-testutil.Tpo" " $(DEPDIR)/profiler4_unittest-testutil.Po"; else rm -f "$(DEPDIR)/profiler4_unitt est-testutil.Tpo"; exit 1; fi
4351 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/testutil.cc' object='p rofiler4_unittest-testutil.o' libtool=no @AMDEPBACKSLASH@ 4143 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/testutil.cc' object='p rofiler4_unittest-testutil.o' libtool=no @AMDEPBACKSLASH@
4352 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 4144 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
4353 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(profiler4_unittest_CXXFLAGS) $(CXXFLAGS) -c -o profiler4_uni ttest-testutil.o `test -f 'src/tests/testutil.cc' || echo '$(srcdir)/'`src/tests /testutil.cc 4145 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(profiler4_unittest_CXXFLAGS) $(CXXFLAGS) -c -o profiler4_uni ttest-testutil.o `test -f 'src/tests/testutil.cc' || echo '$(srcdir)/'`src/tests /testutil.cc
4354 4146
4355 profiler4_unittest-testutil.obj: src/tests/testutil.cc 4147 profiler4_unittest-testutil.obj: src/tests/testutil.cc
4356 @am__fastdepCXX_TRUE@» $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(profiler4_unittest_CXXFLAGS) $(CXXFLAGS) -MT profiler4_unitt est-testutil.obj -MD -MP -MF $(DEPDIR)/profiler4_unittest-testutil.Tpo -c -o pro filer4_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` 4148 @am__fastdepCXX_TRUE@» if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_C PPFLAGS) $(CPPFLAGS) $(profiler4_unittest_CXXFLAGS) $(CXXFLAGS) -MT profiler4_un ittest-testutil.obj -MD -MP -MF "$(DEPDIR)/profiler4_unittest-testutil.Tpo" -c - o profiler4_unittest-testutil.obj `if test -f 'src/tests/testutil.cc'; then $(CY GPATH_W) 'src/tests/testutil.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/testuti l.cc'; fi`; \
4357 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/profiler4_unittest-testutil.Tpo $(DEPDIR )/profiler4_unittest-testutil.Po 4149 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/profiler4_unittest-testutil.Tpo" " $(DEPDIR)/profiler4_unittest-testutil.Po"; else rm -f "$(DEPDIR)/profiler4_unitt est-testutil.Tpo"; exit 1; fi
4358 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/testutil.cc' object='p rofiler4_unittest-testutil.obj' libtool=no @AMDEPBACKSLASH@ 4150 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/testutil.cc' object='p rofiler4_unittest-testutil.obj' libtool=no @AMDEPBACKSLASH@
4359 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 4151 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
4360 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(profiler4_unittest_CXXFLAGS) $(CXXFLAGS) -c -o profiler4_uni ttest-testutil.obj `if test -f 'src/tests/testutil.cc'; then $(CYGPATH_W) 'src/t ests/testutil.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/testutil.cc'; fi` 4152 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(profiler4_unittest_CXXFLAGS) $(CXXFLAGS) -c -o profiler4_uni ttest-testutil.obj `if test -f 'src/tests/testutil.cc'; then $(CYGPATH_W) 'src/t ests/testutil.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/testutil.cc'; fi`
4361 4153
4362 raw_printer_test-raw_printer_test.o: src/tests/raw_printer_test.cc 4154 raw_printer_test-raw_printer_test.o: src/tests/raw_printer_test.cc
4363 @am__fastdepCXX_TRUE@» $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(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 4155 @am__fastdepCXX_TRUE@» if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_C PPFLAGS) $(CPPFLAGS) $(raw_printer_test_CXXFLAGS) $(CXXFLAGS) -MT raw_printer_te st-raw_printer_test.o -MD -MP -MF "$(DEPDIR)/raw_printer_test-raw_printer_test.T po" -c -o raw_printer_test-raw_printer_test.o `test -f 'src/tests/raw_printer_te st.cc' || echo '$(srcdir)/'`src/tests/raw_printer_test.cc; \
4364 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/raw_printer_test-raw_printer_test.Tpo $( DEPDIR)/raw_printer_test-raw_printer_test.Po 4156 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/raw_printer_test-raw_printer_test. Tpo" "$(DEPDIR)/raw_printer_test-raw_printer_test.Po"; else rm -f "$(DEPDIR)/raw _printer_test-raw_printer_test.Tpo"; exit 1; fi
4365 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/raw_printer_test.cc' o bject='raw_printer_test-raw_printer_test.o' libtool=no @AMDEPBACKSLASH@ 4157 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/raw_printer_test.cc' o bject='raw_printer_test-raw_printer_test.o' libtool=no @AMDEPBACKSLASH@
4366 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 4158 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
4367 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(raw_printer_test_CXXFLAGS) $(CXXFLAGS) -c -o raw_printer_tes t-raw_printer_test.o `test -f 'src/tests/raw_printer_test.cc' || echo '$(srcdir) /'`src/tests/raw_printer_test.cc 4159 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(raw_printer_test_CXXFLAGS) $(CXXFLAGS) -c -o raw_printer_tes t-raw_printer_test.o `test -f 'src/tests/raw_printer_test.cc' || echo '$(srcdir) /'`src/tests/raw_printer_test.cc
4368 4160
4369 raw_printer_test-raw_printer_test.obj: src/tests/raw_printer_test.cc 4161 raw_printer_test-raw_printer_test.obj: src/tests/raw_printer_test.cc
4370 @am__fastdepCXX_TRUE@» $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(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` 4162 @am__fastdepCXX_TRUE@» if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_C PPFLAGS) $(CPPFLAGS) $(raw_printer_test_CXXFLAGS) $(CXXFLAGS) -MT raw_printer_te st-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_pri nter_test.cc'; then $(CYGPATH_W) 'src/tests/raw_printer_test.cc'; else $(CYGPATH _W) '$(srcdir)/src/tests/raw_printer_test.cc'; fi`; \
4371 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/raw_printer_test-raw_printer_test.Tpo $( DEPDIR)/raw_printer_test-raw_printer_test.Po 4163 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/raw_printer_test-raw_printer_test. Tpo" "$(DEPDIR)/raw_printer_test-raw_printer_test.Po"; else rm -f "$(DEPDIR)/raw _printer_test-raw_printer_test.Tpo"; exit 1; fi
4372 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/raw_printer_test.cc' o bject='raw_printer_test-raw_printer_test.obj' libtool=no @AMDEPBACKSLASH@ 4164 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/raw_printer_test.cc' o bject='raw_printer_test-raw_printer_test.obj' libtool=no @AMDEPBACKSLASH@
4373 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 4165 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
4374 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(raw_printer_test_CXXFLAGS) $(CXXFLAGS) -c -o raw_printer_tes t-raw_printer_test.obj `if test -f 'src/tests/raw_printer_test.cc'; then $(CYGPA TH_W) 'src/tests/raw_printer_test.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/ra w_printer_test.cc'; fi` 4166 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(raw_printer_test_CXXFLAGS) $(CXXFLAGS) -c -o raw_printer_tes t-raw_printer_test.obj `if test -f 'src/tests/raw_printer_test.cc'; then $(CYGPA TH_W) 'src/tests/raw_printer_test.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/ra w_printer_test.cc'; fi`
4375 4167
4376 realloc_debug_unittest-realloc_unittest.o: src/tests/realloc_unittest.cc 4168 realloc_debug_unittest-realloc_unittest.o: src/tests/realloc_unittest.cc
4377 @am__fastdepCXX_TRUE@» $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(realloc_debug_unittest_CXXFLAGS) $(CXXFLAGS) -MT realloc_deb ug_unittest-realloc_unittest.o -MD -MP -MF $(DEPDIR)/realloc_debug_unittest-real loc_unittest.Tpo -c -o realloc_debug_unittest-realloc_unittest.o `test -f 'src/t ests/realloc_unittest.cc' || echo '$(srcdir)/'`src/tests/realloc_unittest.cc 4169 @am__fastdepCXX_TRUE@» if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_C PPFLAGS) $(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.c c; \
4378 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/realloc_debug_unittest-realloc_unittest. Tpo $(DEPDIR)/realloc_debug_unittest-realloc_unittest.Po 4170 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/realloc_debug_unittest-realloc_uni ttest.Tpo" "$(DEPDIR)/realloc_debug_unittest-realloc_unittest.Po"; else rm -f "$ (DEPDIR)/realloc_debug_unittest-realloc_unittest.Tpo"; exit 1; fi
4379 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/realloc_unittest.cc' o bject='realloc_debug_unittest-realloc_unittest.o' libtool=no @AMDEPBACKSLASH@ 4171 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/realloc_unittest.cc' o bject='realloc_debug_unittest-realloc_unittest.o' libtool=no @AMDEPBACKSLASH@
4380 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 4172 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
4381 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(realloc_debug_unittest_CXXFLAGS) $(CXXFLAGS) -c -o realloc_d ebug_unittest-realloc_unittest.o `test -f 'src/tests/realloc_unittest.cc' || ech o '$(srcdir)/'`src/tests/realloc_unittest.cc 4173 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(realloc_debug_unittest_CXXFLAGS) $(CXXFLAGS) -c -o realloc_d ebug_unittest-realloc_unittest.o `test -f 'src/tests/realloc_unittest.cc' || ech o '$(srcdir)/'`src/tests/realloc_unittest.cc
4382 4174
4383 realloc_debug_unittest-realloc_unittest.obj: src/tests/realloc_unittest.cc 4175 realloc_debug_unittest-realloc_unittest.obj: src/tests/realloc_unittest.cc
4384 @am__fastdepCXX_TRUE@» $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(realloc_debug_unittest_CXXFLAGS) $(CXXFLAGS) -MT realloc_deb ug_unittest-realloc_unittest.obj -MD -MP -MF $(DEPDIR)/realloc_debug_unittest-re alloc_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` 4176 @am__fastdepCXX_TRUE@» if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_C PPFLAGS) $(CPPFLAGS) $(realloc_debug_unittest_CXXFLAGS) $(CXXFLAGS) -MT realloc_ debug_unittest-realloc_unittest.obj -MD -MP -MF "$(DEPDIR)/realloc_debug_unittes t-realloc_unittest.Tpo" -c -o realloc_debug_unittest-realloc_unittest.obj `if te st -f 'src/tests/realloc_unittest.cc'; then $(CYGPATH_W) 'src/tests/realloc_unit test.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/realloc_unittest.cc'; fi`; \
4385 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/realloc_debug_unittest-realloc_unittest. Tpo $(DEPDIR)/realloc_debug_unittest-realloc_unittest.Po 4177 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/realloc_debug_unittest-realloc_uni ttest.Tpo" "$(DEPDIR)/realloc_debug_unittest-realloc_unittest.Po"; else rm -f "$ (DEPDIR)/realloc_debug_unittest-realloc_unittest.Tpo"; exit 1; fi
4386 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/realloc_unittest.cc' o bject='realloc_debug_unittest-realloc_unittest.obj' libtool=no @AMDEPBACKSLASH@ 4178 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/realloc_unittest.cc' o bject='realloc_debug_unittest-realloc_unittest.obj' libtool=no @AMDEPBACKSLASH@
4387 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 4179 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
4388 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(realloc_debug_unittest_CXXFLAGS) $(CXXFLAGS) -c -o realloc_d ebug_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` 4180 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(realloc_debug_unittest_CXXFLAGS) $(CXXFLAGS) -c -o realloc_d ebug_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`
4389 4181
4390 realloc_unittest-realloc_unittest.o: src/tests/realloc_unittest.cc 4182 realloc_unittest-realloc_unittest.o: src/tests/realloc_unittest.cc
4391 @am__fastdepCXX_TRUE@» $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(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 4183 @am__fastdepCXX_TRUE@» if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_C PPFLAGS) $(CPPFLAGS) $(realloc_unittest_CXXFLAGS) $(CXXFLAGS) -MT realloc_unitte st-realloc_unittest.o -MD -MP -MF "$(DEPDIR)/realloc_unittest-realloc_unittest.T po" -c -o realloc_unittest-realloc_unittest.o `test -f 'src/tests/realloc_unitte st.cc' || echo '$(srcdir)/'`src/tests/realloc_unittest.cc; \
4392 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/realloc_unittest-realloc_unittest.Tpo $( DEPDIR)/realloc_unittest-realloc_unittest.Po 4184 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/realloc_unittest-realloc_unittest. Tpo" "$(DEPDIR)/realloc_unittest-realloc_unittest.Po"; else rm -f "$(DEPDIR)/rea lloc_unittest-realloc_unittest.Tpo"; exit 1; fi
4393 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/realloc_unittest.cc' o bject='realloc_unittest-realloc_unittest.o' libtool=no @AMDEPBACKSLASH@ 4185 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/realloc_unittest.cc' o bject='realloc_unittest-realloc_unittest.o' libtool=no @AMDEPBACKSLASH@
4394 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 4186 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
4395 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(realloc_unittest_CXXFLAGS) $(CXXFLAGS) -c -o realloc_unittes t-realloc_unittest.o `test -f 'src/tests/realloc_unittest.cc' || echo '$(srcdir) /'`src/tests/realloc_unittest.cc 4187 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(realloc_unittest_CXXFLAGS) $(CXXFLAGS) -c -o realloc_unittes t-realloc_unittest.o `test -f 'src/tests/realloc_unittest.cc' || echo '$(srcdir) /'`src/tests/realloc_unittest.cc
4396 4188
4397 realloc_unittest-realloc_unittest.obj: src/tests/realloc_unittest.cc 4189 realloc_unittest-realloc_unittest.obj: src/tests/realloc_unittest.cc
4398 @am__fastdepCXX_TRUE@» $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(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_unit test.cc'; then $(CYGPATH_W) 'src/tests/realloc_unittest.cc'; else $(CYGPATH_W) ' $(srcdir)/src/tests/realloc_unittest.cc'; fi` 4190 @am__fastdepCXX_TRUE@» if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_C PPFLAGS) $(CPPFLAGS) $(realloc_unittest_CXXFLAGS) $(CXXFLAGS) -MT realloc_unitte st-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`; \
4399 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/realloc_unittest-realloc_unittest.Tpo $( DEPDIR)/realloc_unittest-realloc_unittest.Po 4191 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/realloc_unittest-realloc_unittest. Tpo" "$(DEPDIR)/realloc_unittest-realloc_unittest.Po"; else rm -f "$(DEPDIR)/rea lloc_unittest-realloc_unittest.Tpo"; exit 1; fi
4400 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/realloc_unittest.cc' o bject='realloc_unittest-realloc_unittest.obj' libtool=no @AMDEPBACKSLASH@ 4192 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/realloc_unittest.cc' o bject='realloc_unittest-realloc_unittest.obj' libtool=no @AMDEPBACKSLASH@
4401 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 4193 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
4402 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(realloc_unittest_CXXFLAGS) $(CXXFLAGS) -c -o realloc_unittes t-realloc_unittest.obj `if test -f 'src/tests/realloc_unittest.cc'; then $(CYGPA TH_W) 'src/tests/realloc_unittest.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/re alloc_unittest.cc'; fi` 4194 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(realloc_unittest_CXXFLAGS) $(CXXFLAGS) -c -o realloc_unittes t-realloc_unittest.obj `if test -f 'src/tests/realloc_unittest.cc'; then $(CYGPA TH_W) 'src/tests/realloc_unittest.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/re alloc_unittest.cc'; fi`
4403 4195
4404 sampler_debug_test-sampler_test.o: src/tests/sampler_test.cc 4196 sampler_debug_test-sampler_test.o: src/tests/sampler_test.cc
4405 @am__fastdepCXX_TRUE@» $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(sampler_debug_test_CXXFLAGS) $(CXXFLAGS) -MT sampler_debug_t est-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' || ech o '$(srcdir)/'`src/tests/sampler_test.cc 4197 @am__fastdepCXX_TRUE@» if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_C PPFLAGS) $(CPPFLAGS) $(sampler_debug_test_CXXFLAGS) $(CXXFLAGS) -MT sampler_debu g_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; \
4406 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/sampler_debug_test-sampler_test.Tpo $(DE PDIR)/sampler_debug_test-sampler_test.Po 4198 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/sampler_debug_test-sampler_test.Tp o" "$(DEPDIR)/sampler_debug_test-sampler_test.Po"; else rm -f "$(DEPDIR)/sampler _debug_test-sampler_test.Tpo"; exit 1; fi
4407 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/sampler_test.cc' objec t='sampler_debug_test-sampler_test.o' libtool=no @AMDEPBACKSLASH@ 4199 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/sampler_test.cc' objec t='sampler_debug_test-sampler_test.o' libtool=no @AMDEPBACKSLASH@
4408 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 4200 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
4409 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(sampler_debug_test_CXXFLAGS) $(CXXFLAGS) -c -o sampler_debug _test-sampler_test.o `test -f 'src/tests/sampler_test.cc' || echo '$(srcdir)/'`s rc/tests/sampler_test.cc 4201 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(sampler_debug_test_CXXFLAGS) $(CXXFLAGS) -c -o sampler_debug _test-sampler_test.o `test -f 'src/tests/sampler_test.cc' || echo '$(srcdir)/'`s rc/tests/sampler_test.cc
4410 4202
4411 sampler_debug_test-sampler_test.obj: src/tests/sampler_test.cc 4203 sampler_debug_test-sampler_test.obj: src/tests/sampler_test.cc
4412 @am__fastdepCXX_TRUE@» $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(sampler_debug_test_CXXFLAGS) $(CXXFLAGS) -MT sampler_debug_t est-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)/sr c/tests/sampler_test.cc'; fi` 4204 @am__fastdepCXX_TRUE@» if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_C PPFLAGS) $(CPPFLAGS) $(sampler_debug_test_CXXFLAGS) $(CXXFLAGS) -MT sampler_debu g_test-sampler_test.obj -MD -MP -MF "$(DEPDIR)/sampler_debug_test-sampler_test.T po" -c -o sampler_debug_test-sampler_test.obj `if test -f 'src/tests/sampler_tes t.cc'; then $(CYGPATH_W) 'src/tests/sampler_test.cc'; else $(CYGPATH_W) '$(srcdi r)/src/tests/sampler_test.cc'; fi`; \
4413 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/sampler_debug_test-sampler_test.Tpo $(DE PDIR)/sampler_debug_test-sampler_test.Po 4205 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/sampler_debug_test-sampler_test.Tp o" "$(DEPDIR)/sampler_debug_test-sampler_test.Po"; else rm -f "$(DEPDIR)/sampler _debug_test-sampler_test.Tpo"; exit 1; fi
4414 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/sampler_test.cc' objec t='sampler_debug_test-sampler_test.obj' libtool=no @AMDEPBACKSLASH@ 4206 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/sampler_test.cc' objec t='sampler_debug_test-sampler_test.obj' libtool=no @AMDEPBACKSLASH@
4415 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 4207 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
4416 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(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_te st.cc'; fi` 4208 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(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_te st.cc'; fi`
4417 4209
4418 sampler_test-sampler_test.o: src/tests/sampler_test.cc 4210 sampler_test-sampler_test.o: src/tests/sampler_test.cc
4419 @am__fastdepCXX_TRUE@» $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(sampler_test_CXXFLAGS) $(CXXFLAGS) -MT sampler_test-sampler_ test.o -MD -MP -MF $(DEPDIR)/sampler_test-sampler_test.Tpo -c -o sampler_test-sa mpler_test.o `test -f 'src/tests/sampler_test.cc' || echo '$(srcdir)/'`src/tests /sampler_test.cc 4211 @am__fastdepCXX_TRUE@» if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_C PPFLAGS) $(CPPFLAGS) $(sampler_test_CXXFLAGS) $(CXXFLAGS) -MT sampler_test-sampl er_test.o -MD -MP -MF "$(DEPDIR)/sampler_test-sampler_test.Tpo" -c -o sampler_te st-sampler_test.o `test -f 'src/tests/sampler_test.cc' || echo '$(srcdir)/'`src/ tests/sampler_test.cc; \
4420 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/sampler_test-sampler_test.Tpo $(DEPDIR)/ sampler_test-sampler_test.Po 4212 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/sampler_test-sampler_test.Tpo" "$( DEPDIR)/sampler_test-sampler_test.Po"; else rm -f "$(DEPDIR)/sampler_test-sample r_test.Tpo"; exit 1; fi
4421 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/sampler_test.cc' objec t='sampler_test-sampler_test.o' libtool=no @AMDEPBACKSLASH@ 4213 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/sampler_test.cc' objec t='sampler_test-sampler_test.o' libtool=no @AMDEPBACKSLASH@
4422 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 4214 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
4423 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(sampler_test_CXXFLAGS) $(CXXFLAGS) -c -o sampler_test-sample r_test.o `test -f 'src/tests/sampler_test.cc' || echo '$(srcdir)/'`src/tests/sam pler_test.cc 4215 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(sampler_test_CXXFLAGS) $(CXXFLAGS) -c -o sampler_test-sample r_test.o `test -f 'src/tests/sampler_test.cc' || echo '$(srcdir)/'`src/tests/sam pler_test.cc
4424 4216
4425 sampler_test-sampler_test.obj: src/tests/sampler_test.cc 4217 sampler_test-sampler_test.obj: src/tests/sampler_test.cc
4426 @am__fastdepCXX_TRUE@» $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(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` 4218 @am__fastdepCXX_TRUE@» if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_C PPFLAGS) $(CPPFLAGS) $(sampler_test_CXXFLAGS) $(CXXFLAGS) -MT sampler_test-sampl er_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_tes t.cc'; fi`; \
4427 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/sampler_test-sampler_test.Tpo $(DEPDIR)/ sampler_test-sampler_test.Po 4219 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/sampler_test-sampler_test.Tpo" "$( DEPDIR)/sampler_test-sampler_test.Po"; else rm -f "$(DEPDIR)/sampler_test-sample r_test.Tpo"; exit 1; fi
4428 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/sampler_test.cc' objec t='sampler_test-sampler_test.obj' libtool=no @AMDEPBACKSLASH@ 4220 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/sampler_test.cc' objec t='sampler_test-sampler_test.obj' libtool=no @AMDEPBACKSLASH@
4429 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 4221 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
4430 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(sampler_test_CXXFLAGS) $(CXXFLAGS) -c -o sampler_test-sample r_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` 4222 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(sampler_test_CXXFLAGS) $(CXXFLAGS) -c -o sampler_test-sample r_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`
4431 4223
4432 sampling_debug_test-sampling_test.o: src/tests/sampling_test.cc 4224 sampling_debug_test-sampling_test.o: src/tests/sampling_test.cc
4433 @am__fastdepCXX_TRUE@» $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(sampling_debug_test_CXXFLAGS) $(CXXFLAGS) -MT sampling_debug _test-sampling_test.o -MD -MP -MF $(DEPDIR)/sampling_debug_test-sampling_test.Tp o -c -o sampling_debug_test-sampling_test.o `test -f 'src/tests/sampling_test.cc ' || echo '$(srcdir)/'`src/tests/sampling_test.cc 4225 @am__fastdepCXX_TRUE@» if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_C PPFLAGS) $(CPPFLAGS) $(sampling_debug_test_CXXFLAGS) $(CXXFLAGS) -MT sampling_de bug_test-sampling_test.o -MD -MP -MF "$(DEPDIR)/sampling_debug_test-sampling_tes t.Tpo" -c -o sampling_debug_test-sampling_test.o `test -f 'src/tests/sampling_te st.cc' || echo '$(srcdir)/'`src/tests/sampling_test.cc; \
4434 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/sampling_debug_test-sampling_test.Tpo $( DEPDIR)/sampling_debug_test-sampling_test.Po 4226 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/sampling_debug_test-sampling_test. Tpo" "$(DEPDIR)/sampling_debug_test-sampling_test.Po"; else rm -f "$(DEPDIR)/sam pling_debug_test-sampling_test.Tpo"; exit 1; fi
4435 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/sampling_test.cc' obje ct='sampling_debug_test-sampling_test.o' libtool=no @AMDEPBACKSLASH@ 4227 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/sampling_test.cc' obje ct='sampling_debug_test-sampling_test.o' libtool=no @AMDEPBACKSLASH@
4436 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 4228 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
4437 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(sampling_debug_test_CXXFLAGS) $(CXXFLAGS) -c -o sampling_deb ug_test-sampling_test.o `test -f 'src/tests/sampling_test.cc' || echo '$(srcdir) /'`src/tests/sampling_test.cc 4229 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(sampling_debug_test_CXXFLAGS) $(CXXFLAGS) -c -o sampling_deb ug_test-sampling_test.o `test -f 'src/tests/sampling_test.cc' || echo '$(srcdir) /'`src/tests/sampling_test.cc
4438 4230
4439 sampling_debug_test-sampling_test.obj: src/tests/sampling_test.cc 4231 sampling_debug_test-sampling_test.obj: src/tests/sampling_test.cc
4440 @am__fastdepCXX_TRUE@» $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(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) '$(s rcdir)/src/tests/sampling_test.cc'; fi` 4232 @am__fastdepCXX_TRUE@» if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_C PPFLAGS) $(CPPFLAGS) $(sampling_debug_test_CXXFLAGS) $(CXXFLAGS) -MT sampling_de bug_test-sampling_test.obj -MD -MP -MF "$(DEPDIR)/sampling_debug_test-sampling_t est.Tpo" -c -o sampling_debug_test-sampling_test.obj `if test -f 'src/tests/samp ling_test.cc'; then $(CYGPATH_W) 'src/tests/sampling_test.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/sampling_test.cc'; fi`; \
4441 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/sampling_debug_test-sampling_test.Tpo $( DEPDIR)/sampling_debug_test-sampling_test.Po 4233 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/sampling_debug_test-sampling_test. Tpo" "$(DEPDIR)/sampling_debug_test-sampling_test.Po"; else rm -f "$(DEPDIR)/sam pling_debug_test-sampling_test.Tpo"; exit 1; fi
4442 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/sampling_test.cc' obje ct='sampling_debug_test-sampling_test.obj' libtool=no @AMDEPBACKSLASH@ 4234 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/sampling_test.cc' obje ct='sampling_debug_test-sampling_test.obj' libtool=no @AMDEPBACKSLASH@
4443 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 4235 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
4444 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(sampling_debug_test_CXXFLAGS) $(CXXFLAGS) -c -o sampling_deb ug_test-sampling_test.obj `if test -f 'src/tests/sampling_test.cc'; then $(CYGPA TH_W) 'src/tests/sampling_test.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/sampl ing_test.cc'; fi` 4236 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(sampling_debug_test_CXXFLAGS) $(CXXFLAGS) -c -o sampling_deb ug_test-sampling_test.obj `if test -f 'src/tests/sampling_test.cc'; then $(CYGPA TH_W) 'src/tests/sampling_test.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/sampl ing_test.cc'; fi`
4445 4237
4446 sampling_test-sampling_test.o: src/tests/sampling_test.cc 4238 sampling_test-sampling_test.o: src/tests/sampling_test.cc
4447 @am__fastdepCXX_TRUE@» $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(sampling_test_CXXFLAGS) $(CXXFLAGS) -MT sampling_test-sampli ng_test.o -MD -MP -MF $(DEPDIR)/sampling_test-sampling_test.Tpo -c -o sampling_t est-sampling_test.o `test -f 'src/tests/sampling_test.cc' || echo '$(srcdir)/'`s rc/tests/sampling_test.cc 4239 @am__fastdepCXX_TRUE@» if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_C PPFLAGS) $(CPPFLAGS) $(sampling_test_CXXFLAGS) $(CXXFLAGS) -MT sampling_test-sam pling_test.o -MD -MP -MF "$(DEPDIR)/sampling_test-sampling_test.Tpo" -c -o sampl ing_test-sampling_test.o `test -f 'src/tests/sampling_test.cc' || echo '$(srcdir )/'`src/tests/sampling_test.cc; \
4448 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/sampling_test-sampling_test.Tpo $(DEPDIR )/sampling_test-sampling_test.Po 4240 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/sampling_test-sampling_test.Tpo" " $(DEPDIR)/sampling_test-sampling_test.Po"; else rm -f "$(DEPDIR)/sampling_test-s ampling_test.Tpo"; exit 1; fi
4449 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/sampling_test.cc' obje ct='sampling_test-sampling_test.o' libtool=no @AMDEPBACKSLASH@ 4241 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/sampling_test.cc' obje ct='sampling_test-sampling_test.o' libtool=no @AMDEPBACKSLASH@
4450 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 4242 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
4451 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(sampling_test_CXXFLAGS) $(CXXFLAGS) -c -o sampling_test-samp ling_test.o `test -f 'src/tests/sampling_test.cc' || echo '$(srcdir)/'`src/tests /sampling_test.cc 4243 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(sampling_test_CXXFLAGS) $(CXXFLAGS) -c -o sampling_test-samp ling_test.o `test -f 'src/tests/sampling_test.cc' || echo '$(srcdir)/'`src/tests /sampling_test.cc
4452 4244
4453 sampling_test-sampling_test.obj: src/tests/sampling_test.cc 4245 sampling_test-sampling_test.obj: src/tests/sampling_test.cc
4454 @am__fastdepCXX_TRUE@» $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(sampling_test_CXXFLAGS) $(CXXFLAGS) -MT sampling_test-sampli ng_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/samplin g_test.cc'; fi` 4246 @am__fastdepCXX_TRUE@» if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_C PPFLAGS) $(CPPFLAGS) $(sampling_test_CXXFLAGS) $(CXXFLAGS) -MT sampling_test-sam pling_test.obj -MD -MP -MF "$(DEPDIR)/sampling_test-sampling_test.Tpo" -c -o sam pling_test-sampling_test.obj `if test -f 'src/tests/sampling_test.cc'; then $(CY GPATH_W) 'src/tests/sampling_test.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/sa mpling_test.cc'; fi`; \
4455 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/sampling_test-sampling_test.Tpo $(DEPDIR )/sampling_test-sampling_test.Po 4247 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/sampling_test-sampling_test.Tpo" " $(DEPDIR)/sampling_test-sampling_test.Po"; else rm -f "$(DEPDIR)/sampling_test-s ampling_test.Tpo"; exit 1; fi
4456 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/sampling_test.cc' obje ct='sampling_test-sampling_test.obj' libtool=no @AMDEPBACKSLASH@ 4248 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/sampling_test.cc' obje ct='sampling_test-sampling_test.obj' libtool=no @AMDEPBACKSLASH@
4457 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 4249 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
4458 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(sampling_test_CXXFLAGS) $(CXXFLAGS) -c -o sampling_test-samp ling_test.obj `if test -f 'src/tests/sampling_test.cc'; then $(CYGPATH_W) 'src/t ests/sampling_test.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/sampling_test.cc' ; fi` 4250 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(sampling_test_CXXFLAGS) $(CXXFLAGS) -c -o sampling_test-samp ling_test.obj `if test -f 'src/tests/sampling_test.cc'; then $(CYGPATH_W) 'src/t ests/sampling_test.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/sampling_test.cc' ; fi`
4459 4251
4460 simple_compat_test.o: src/tests/simple_compat_test.cc
4461 @am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT simple_compat_test.o -MD -MP -M F $(DEPDIR)/simple_compat_test.Tpo -c -o simple_compat_test.o `test -f 'src/test s/simple_compat_test.cc' || echo '$(srcdir)/'`src/tests/simple_compat_test.cc
4462 @am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/simple_compat_test.Tpo $(DEPDIR)/simple_ compat_test.Po
4463 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/simple_compat_test.cc' object='simple_compat_test.o' libtool=no @AMDEPBACKSLASH@
4464 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
4465 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(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
4466
4467 simple_compat_test.obj: src/tests/simple_compat_test.cc
4468 @am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(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 's rc/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`
4469 @am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/simple_compat_test.Tpo $(DEPDIR)/simple_ compat_test.Po
4470 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/simple_compat_test.cc' object='simple_compat_test.obj' libtool=no @AMDEPBACKSLASH@
4471 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
4472 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o simple_compat_test.obj `if te st -f 'src/tests/simple_compat_test.cc'; then $(CYGPATH_W) 'src/tests/simple_com pat_test.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/simple_compat_test.cc'; fi`
4473
4474 stack_trace_table_test-stack_trace_table_test.o: src/tests/stack_trace_table_tes t.cc 4252 stack_trace_table_test-stack_trace_table_test.o: src/tests/stack_trace_table_tes t.cc
4475 @am__fastdepCXX_TRUE@» $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(stack_trace_table_test_CXXFLAGS) $(CXXFLAGS) -MT stack_trace _table_test-stack_trace_table_test.o -MD -MP -MF $(DEPDIR)/stack_trace_table_tes t-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 4253 @am__fastdepCXX_TRUE@» if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_C PPFLAGS) $(CPPFLAGS) $(stack_trace_table_test_CXXFLAGS) $(CXXFLAGS) -MT stack_tr ace_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; \
4476 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/stack_trace_table_test-stack_trace_table _test.Tpo $(DEPDIR)/stack_trace_table_test-stack_trace_table_test.Po 4254 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/stack_trace_table_test-stack_trace _table_test.Tpo" "$(DEPDIR)/stack_trace_table_test-stack_trace_table_test.Po"; e lse rm -f "$(DEPDIR)/stack_trace_table_test-stack_trace_table_test.Tpo"; exit 1; fi
4477 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/stack_trace_table_test .cc' object='stack_trace_table_test-stack_trace_table_test.o' libtool=no @AMDEPB ACKSLASH@ 4255 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/stack_trace_table_test .cc' object='stack_trace_table_test-stack_trace_table_test.o' libtool=no @AMDEPB ACKSLASH@
4478 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 4256 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
4479 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(stack_trace_table_test_CXXFLAGS) $(CXXFLAGS) -c -o stack_tra ce_table_test-stack_trace_table_test.o `test -f 'src/tests/stack_trace_table_tes t.cc' || echo '$(srcdir)/'`src/tests/stack_trace_table_test.cc 4257 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(stack_trace_table_test_CXXFLAGS) $(CXXFLAGS) -c -o stack_tra ce_table_test-stack_trace_table_test.o `test -f 'src/tests/stack_trace_table_tes t.cc' || echo '$(srcdir)/'`src/tests/stack_trace_table_test.cc
4480 4258
4481 stack_trace_table_test-stack_trace_table_test.obj: src/tests/stack_trace_table_t est.cc 4259 stack_trace_table_test-stack_trace_table_test.obj: src/tests/stack_trace_table_t est.cc
4482 @am__fastdepCXX_TRUE@» $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(stack_trace_table_test_CXXFLAGS) $(CXXFLAGS) -MT stack_trace _table_test-stack_trace_table_test.obj -MD -MP -MF $(DEPDIR)/stack_trace_table_t est-stack_trace_table_test.Tpo -c -o stack_trace_table_test-stack_trace_table_te st.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` 4260 @am__fastdepCXX_TRUE@» if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_C PPFLAGS) $(CPPFLAGS) $(stack_trace_table_test_CXXFLAGS) $(CXXFLAGS) -MT stack_tr ace_table_test-stack_trace_table_test.obj -MD -MP -MF "$(DEPDIR)/stack_trace_tab le_test-stack_trace_table_test.Tpo" -c -o stack_trace_table_test-stack_trace_tab le_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/s tack_trace_table_test.cc'; fi`; \
4483 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/stack_trace_table_test-stack_trace_table _test.Tpo $(DEPDIR)/stack_trace_table_test-stack_trace_table_test.Po 4261 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/stack_trace_table_test-stack_trace _table_test.Tpo" "$(DEPDIR)/stack_trace_table_test-stack_trace_table_test.Po"; e lse rm -f "$(DEPDIR)/stack_trace_table_test-stack_trace_table_test.Tpo"; exit 1; fi
4484 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/stack_trace_table_test .cc' object='stack_trace_table_test-stack_trace_table_test.obj' libtool=no @AMDE PBACKSLASH@ 4262 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/stack_trace_table_test .cc' object='stack_trace_table_test-stack_trace_table_test.obj' libtool=no @AMDE PBACKSLASH@
4485 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 4263 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
4486 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(stack_trace_table_test_CXXFLAGS) $(CXXFLAGS) -c -o stack_tra ce_table_test-stack_trace_table_test.obj `if test -f 'src/tests/stack_trace_tabl e_test.cc'; then $(CYGPATH_W) 'src/tests/stack_trace_table_test.cc'; else $(CYGP ATH_W) '$(srcdir)/src/tests/stack_trace_table_test.cc'; fi` 4264 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(stack_trace_table_test_CXXFLAGS) $(CXXFLAGS) -c -o stack_tra ce_table_test-stack_trace_table_test.obj `if test -f 'src/tests/stack_trace_tabl e_test.cc'; then $(CYGPATH_W) 'src/tests/stack_trace_table_test.cc'; else $(CYGP ATH_W) '$(srcdir)/src/tests/stack_trace_table_test.cc'; fi`
4487 4265
4488 stacktrace_unittest.o: src/tests/stacktrace_unittest.cc 4266 stacktrace_unittest.o: src/tests/stacktrace_unittest.cc
4489 @am__fastdepCXX_TRUE@» $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT stacktrace_unittest.o -MD -MP - MF $(DEPDIR)/stacktrace_unittest.Tpo -c -o stacktrace_unittest.o `test -f 'src/t ests/stacktrace_unittest.cc' || echo '$(srcdir)/'`src/tests/stacktrace_unittest. cc 4267 @am__fastdepCXX_TRUE@» if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_C PPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT stacktrace_unittest.o -MD -M P -MF "$(DEPDIR)/stacktrace_unittest.Tpo" -c -o stacktrace_unittest.o `test -f ' src/tests/stacktrace_unittest.cc' || echo '$(srcdir)/'`src/tests/stacktrace_unit test.cc; \
4490 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/stacktrace_unittest.Tpo $(DEPDIR)/stackt race_unittest.Po 4268 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/stacktrace_unittest.Tpo" "$(DEPDIR )/stacktrace_unittest.Po"; else rm -f "$(DEPDIR)/stacktrace_unittest.Tpo"; exit 1; fi
4491 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/stacktrace_unittest.cc ' object='stacktrace_unittest.o' libtool=no @AMDEPBACKSLASH@ 4269 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/stacktrace_unittest.cc ' object='stacktrace_unittest.o' libtool=no @AMDEPBACKSLASH@
4492 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 4270 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
4493 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o stacktrace_unittest.o `test - f 'src/tests/stacktrace_unittest.cc' || echo '$(srcdir)/'`src/tests/stacktrace_u nittest.cc 4271 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o stacktrace_unittest.o `test - f 'src/tests/stacktrace_unittest.cc' || echo '$(srcdir)/'`src/tests/stacktrace_u nittest.cc
4494 4272
4495 stacktrace_unittest.obj: src/tests/stacktrace_unittest.cc 4273 stacktrace_unittest.obj: src/tests/stacktrace_unittest.cc
4496 @am__fastdepCXX_TRUE@» $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(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_uni ttest.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/stacktrace_unittest.cc'; fi` 4274 @am__fastdepCXX_TRUE@» if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_C PPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT stacktrace_unittest.obj -MD -MP -MF "$(DEPDIR)/stacktrace_unittest.Tpo" -c -o stacktrace_unittest.obj `if te st -f 'src/tests/stacktrace_unittest.cc'; then $(CYGPATH_W) 'src/tests/stacktrac e_unittest.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/stacktrace_unittest.cc'; fi`; \
4497 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/stacktrace_unittest.Tpo $(DEPDIR)/stackt race_unittest.Po 4275 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/stacktrace_unittest.Tpo" "$(DEPDIR )/stacktrace_unittest.Po"; else rm -f "$(DEPDIR)/stacktrace_unittest.Tpo"; exit 1; fi
4498 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/stacktrace_unittest.cc ' object='stacktrace_unittest.obj' libtool=no @AMDEPBACKSLASH@ 4276 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/stacktrace_unittest.cc ' object='stacktrace_unittest.obj' libtool=no @AMDEPBACKSLASH@
4499 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 4277 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
4500 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o stacktrace_unittest.obj `if t est -f 'src/tests/stacktrace_unittest.cc'; then $(CYGPATH_W) 'src/tests/stacktra ce_unittest.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/stacktrace_unittest.cc'; fi` 4278 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o stacktrace_unittest.obj `if t est -f 'src/tests/stacktrace_unittest.cc'; then $(CYGPATH_W) 'src/tests/stacktra ce_unittest.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/stacktrace_unittest.cc'; fi`
4501 4279
4502 system_alloc_unittest-system-alloc_unittest.o: src/tests/system-alloc_unittest.c c 4280 system_alloc_unittest-system-alloc_unittest.o: src/tests/system-alloc_unittest.c c
4503 @am__fastdepCXX_TRUE@» $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(system_alloc_unittest_CXXFLAGS) $(CXXFLAGS) -MT system_alloc _unittest-system-alloc_unittest.o -MD -MP -MF $(DEPDIR)/system_alloc_unittest-sy stem-alloc_unittest.Tpo -c -o system_alloc_unittest-system-alloc_unittest.o `tes t -f 'src/tests/system-alloc_unittest.cc' || echo '$(srcdir)/'`src/tests/system- alloc_unittest.cc 4281 @am__fastdepCXX_TRUE@» if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_C PPFLAGS) $(CPPFLAGS) $(system_alloc_unittest_CXXFLAGS) $(CXXFLAGS) -MT system_al loc_unittest-system-alloc_unittest.o -MD -MP -MF "$(DEPDIR)/system_alloc_unittes t-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/sy stem-alloc_unittest.cc; \
4504 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/system_alloc_unittest-system-alloc_unitt est.Tpo $(DEPDIR)/system_alloc_unittest-system-alloc_unittest.Po 4282 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/system_alloc_unittest-system-alloc _unittest.Tpo" "$(DEPDIR)/system_alloc_unittest-system-alloc_unittest.Po"; else rm -f "$(DEPDIR)/system_alloc_unittest-system-alloc_unittest.Tpo"; exit 1; fi
4505 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/system-alloc_unittest. cc' object='system_alloc_unittest-system-alloc_unittest.o' libtool=no @AMDEPBACK SLASH@ 4283 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/system-alloc_unittest. cc' object='system_alloc_unittest-system-alloc_unittest.o' libtool=no @AMDEPBACK SLASH@
4506 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 4284 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
4507 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(system_alloc_unittest_CXXFLAGS) $(CXXFLAGS) -c -o system_all oc_unittest-system-alloc_unittest.o `test -f 'src/tests/system-alloc_unittest.cc ' || echo '$(srcdir)/'`src/tests/system-alloc_unittest.cc 4285 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(system_alloc_unittest_CXXFLAGS) $(CXXFLAGS) -c -o system_all oc_unittest-system-alloc_unittest.o `test -f 'src/tests/system-alloc_unittest.cc ' || echo '$(srcdir)/'`src/tests/system-alloc_unittest.cc
4508 4286
4509 system_alloc_unittest-system-alloc_unittest.obj: src/tests/system-alloc_unittest .cc 4287 system_alloc_unittest-system-alloc_unittest.obj: src/tests/system-alloc_unittest .cc
4510 @am__fastdepCXX_TRUE@» $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(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/s ystem-alloc_unittest.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/system-alloc_un ittest.cc'; fi` 4288 @am__fastdepCXX_TRUE@» if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_C PPFLAGS) $(CPPFLAGS) $(system_alloc_unittest_CXXFLAGS) $(CXXFLAGS) -MT system_al loc_unittest-system-alloc_unittest.obj -MD -MP -MF "$(DEPDIR)/system_alloc_unitt est-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/te sts/system-alloc_unittest.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/system-all oc_unittest.cc'; fi`; \
4511 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/system_alloc_unittest-system-alloc_unitt est.Tpo $(DEPDIR)/system_alloc_unittest-system-alloc_unittest.Po 4289 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/system_alloc_unittest-system-alloc _unittest.Tpo" "$(DEPDIR)/system_alloc_unittest-system-alloc_unittest.Po"; else rm -f "$(DEPDIR)/system_alloc_unittest-system-alloc_unittest.Tpo"; exit 1; fi
4512 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/system-alloc_unittest. cc' object='system_alloc_unittest-system-alloc_unittest.obj' libtool=no @AMDEPBA CKSLASH@ 4290 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/system-alloc_unittest. cc' object='system_alloc_unittest-system-alloc_unittest.obj' libtool=no @AMDEPBA CKSLASH@
4513 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 4291 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
4514 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(system_alloc_unittest_CXXFLAGS) $(CXXFLAGS) -c -o system_all oc_unittest-system-alloc_unittest.obj `if test -f 'src/tests/system-alloc_unitte st.cc'; then $(CYGPATH_W) 'src/tests/system-alloc_unittest.cc'; else $(CYGPATH_W ) '$(srcdir)/src/tests/system-alloc_unittest.cc'; fi` 4292 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(system_alloc_unittest_CXXFLAGS) $(CXXFLAGS) -c -o system_all oc_unittest-system-alloc_unittest.obj `if test -f 'src/tests/system-alloc_unitte st.cc'; then $(CYGPATH_W) 'src/tests/system-alloc_unittest.cc'; else $(CYGPATH_W ) '$(srcdir)/src/tests/system-alloc_unittest.cc'; fi`
4515 4293
4516 tcmalloc_and_profiler_unittest-tcmalloc_unittest.o: src/tests/tcmalloc_unittest. cc 4294 tcmalloc_and_profiler_unittest-tcmalloc_unittest.o: src/tests/tcmalloc_unittest. cc
4517 @am__fastdepCXX_TRUE@» $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(tcmalloc_and_profiler_unittest_CXXFLAGS) $(CXXFLAGS) -MT tcm alloc_and_profiler_unittest-tcmalloc_unittest.o -MD -MP -MF $(DEPDIR)/tcmalloc_a nd_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 4295 @am__fastdepCXX_TRUE@» if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_C PPFLAGS) $(CPPFLAGS) $(tcmalloc_and_profiler_unittest_CXXFLAGS) $(CXXFLAGS) -MT tcmalloc_and_profiler_unittest-tcmalloc_unittest.o -MD -MP -MF "$(DEPDIR)/tcmall oc_and_profiler_unittest-tcmalloc_unittest.Tpo" -c -o tcmalloc_and_profiler_unit test-tcmalloc_unittest.o `test -f 'src/tests/tcmalloc_unittest.cc' || echo '$(sr cdir)/'`src/tests/tcmalloc_unittest.cc; \
4518 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/tcmalloc_and_profiler_unittest-tcmalloc_ unittest.Tpo $(DEPDIR)/tcmalloc_and_profiler_unittest-tcmalloc_unittest.Po 4296 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/tcmalloc_and_profiler_unittest-tcm alloc_unittest.Tpo" "$(DEPDIR)/tcmalloc_and_profiler_unittest-tcmalloc_unittest. Po"; else rm -f "$(DEPDIR)/tcmalloc_and_profiler_unittest-tcmalloc_unittest.Tpo" ; exit 1; fi
4519 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/tcmalloc_unittest.cc' object='tcmalloc_and_profiler_unittest-tcmalloc_unittest.o' libtool=no @AMDEPBAC KSLASH@ 4297 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/tcmalloc_unittest.cc' object='tcmalloc_and_profiler_unittest-tcmalloc_unittest.o' libtool=no @AMDEPBAC KSLASH@
4520 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 4298 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
4521 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(tcmalloc_and_profiler_unittest_CXXFLAGS) $(CXXFLAGS) -c -o t cmalloc_and_profiler_unittest-tcmalloc_unittest.o `test -f 'src/tests/tcmalloc_u nittest.cc' || echo '$(srcdir)/'`src/tests/tcmalloc_unittest.cc 4299 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(tcmalloc_and_profiler_unittest_CXXFLAGS) $(CXXFLAGS) -c -o t cmalloc_and_profiler_unittest-tcmalloc_unittest.o `test -f 'src/tests/tcmalloc_u nittest.cc' || echo '$(srcdir)/'`src/tests/tcmalloc_unittest.cc
4522 4300
4523 tcmalloc_and_profiler_unittest-tcmalloc_unittest.obj: src/tests/tcmalloc_unittes t.cc 4301 tcmalloc_and_profiler_unittest-tcmalloc_unittest.obj: src/tests/tcmalloc_unittes t.cc
4524 @am__fastdepCXX_TRUE@» $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(tcmalloc_and_profiler_unittest_CXXFLAGS) $(CXXFLAGS) -MT tcm alloc_and_profiler_unittest-tcmalloc_unittest.obj -MD -MP -MF $(DEPDIR)/tcmalloc _and_profiler_unittest-tcmalloc_unittest.Tpo -c -o tcmalloc_and_profiler_unittes t-tcmalloc_unittest.obj `if test -f 'src/tests/tcmalloc_unittest.cc'; then $(CYG PATH_W) 'src/tests/tcmalloc_unittest.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests /tcmalloc_unittest.cc'; fi` 4302 @am__fastdepCXX_TRUE@» if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_C PPFLAGS) $(CPPFLAGS) $(tcmalloc_and_profiler_unittest_CXXFLAGS) $(CXXFLAGS) -MT tcmalloc_and_profiler_unittest-tcmalloc_unittest.obj -MD -MP -MF "$(DEPDIR)/tcma lloc_and_profiler_unittest-tcmalloc_unittest.Tpo" -c -o tcmalloc_and_profiler_un ittest-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`; \
4525 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/tcmalloc_and_profiler_unittest-tcmalloc_ unittest.Tpo $(DEPDIR)/tcmalloc_and_profiler_unittest-tcmalloc_unittest.Po 4303 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/tcmalloc_and_profiler_unittest-tcm alloc_unittest.Tpo" "$(DEPDIR)/tcmalloc_and_profiler_unittest-tcmalloc_unittest. Po"; else rm -f "$(DEPDIR)/tcmalloc_and_profiler_unittest-tcmalloc_unittest.Tpo" ; exit 1; fi
4526 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/tcmalloc_unittest.cc' object='tcmalloc_and_profiler_unittest-tcmalloc_unittest.obj' libtool=no @AMDEPB ACKSLASH@ 4304 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/tcmalloc_unittest.cc' object='tcmalloc_and_profiler_unittest-tcmalloc_unittest.obj' libtool=no @AMDEPB ACKSLASH@
4527 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 4305 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
4528 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(tcmalloc_and_profiler_unittest_CXXFLAGS) $(CXXFLAGS) -c -o t cmalloc_and_profiler_unittest-tcmalloc_unittest.obj `if test -f 'src/tests/tcmal loc_unittest.cc'; then $(CYGPATH_W) 'src/tests/tcmalloc_unittest.cc'; else $(CYG PATH_W) '$(srcdir)/src/tests/tcmalloc_unittest.cc'; fi` 4306 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(tcmalloc_and_profiler_unittest_CXXFLAGS) $(CXXFLAGS) -c -o t cmalloc_and_profiler_unittest-tcmalloc_unittest.obj `if test -f 'src/tests/tcmal loc_unittest.cc'; then $(CYGPATH_W) 'src/tests/tcmalloc_unittest.cc'; else $(CYG PATH_W) '$(srcdir)/src/tests/tcmalloc_unittest.cc'; fi`
4529 4307
4530 tcmalloc_and_profiler_unittest-testutil.o: src/tests/testutil.cc 4308 tcmalloc_and_profiler_unittest-testutil.o: src/tests/testutil.cc
4531 @am__fastdepCXX_TRUE@» $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(tcmalloc_and_profiler_unittest_CXXFLAGS) $(CXXFLAGS) -MT tcm alloc_and_profiler_unittest-testutil.o -MD -MP -MF $(DEPDIR)/tcmalloc_and_profil er_unittest-testutil.Tpo -c -o tcmalloc_and_profiler_unittest-testutil.o `test - f 'src/tests/testutil.cc' || echo '$(srcdir)/'`src/tests/testutil.cc 4309 @am__fastdepCXX_TRUE@» if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_C PPFLAGS) $(CPPFLAGS) $(tcmalloc_and_profiler_unittest_CXXFLAGS) $(CXXFLAGS) -MT tcmalloc_and_profiler_unittest-testutil.o -MD -MP -MF "$(DEPDIR)/tcmalloc_and_pr ofiler_unittest-testutil.Tpo" -c -o tcmalloc_and_profiler_unittest-testutil.o `t est -f 'src/tests/testutil.cc' || echo '$(srcdir)/'`src/tests/testutil.cc; \
4532 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/tcmalloc_and_profiler_unittest-testutil. Tpo $(DEPDIR)/tcmalloc_and_profiler_unittest-testutil.Po 4310 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/tcmalloc_and_profiler_unittest-tes tutil.Tpo" "$(DEPDIR)/tcmalloc_and_profiler_unittest-testutil.Po"; else rm -f "$ (DEPDIR)/tcmalloc_and_profiler_unittest-testutil.Tpo"; exit 1; fi
4533 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/testutil.cc' object='t cmalloc_and_profiler_unittest-testutil.o' libtool=no @AMDEPBACKSLASH@ 4311 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/testutil.cc' object='t cmalloc_and_profiler_unittest-testutil.o' libtool=no @AMDEPBACKSLASH@
4534 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 4312 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
4535 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(tcmalloc_and_profiler_unittest_CXXFLAGS) $(CXXFLAGS) -c -o t cmalloc_and_profiler_unittest-testutil.o `test -f 'src/tests/testutil.cc' || ech o '$(srcdir)/'`src/tests/testutil.cc 4313 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(tcmalloc_and_profiler_unittest_CXXFLAGS) $(CXXFLAGS) -c -o t cmalloc_and_profiler_unittest-testutil.o `test -f 'src/tests/testutil.cc' || ech o '$(srcdir)/'`src/tests/testutil.cc
4536 4314
4537 tcmalloc_and_profiler_unittest-testutil.obj: src/tests/testutil.cc 4315 tcmalloc_and_profiler_unittest-testutil.obj: src/tests/testutil.cc
4538 @am__fastdepCXX_TRUE@» $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(tcmalloc_and_profiler_unittest_CXXFLAGS) $(CXXFLAGS) -MT tcm alloc_and_profiler_unittest-testutil.obj -MD -MP -MF $(DEPDIR)/tcmalloc_and_prof iler_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'; els e $(CYGPATH_W) '$(srcdir)/src/tests/testutil.cc'; fi` 4316 @am__fastdepCXX_TRUE@» if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_C PPFLAGS) $(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.ob j `if test -f 'src/tests/testutil.cc'; then $(CYGPATH_W) 'src/tests/testutil.cc' ; else $(CYGPATH_W) '$(srcdir)/src/tests/testutil.cc'; fi`; \
4539 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/tcmalloc_and_profiler_unittest-testutil. Tpo $(DEPDIR)/tcmalloc_and_profiler_unittest-testutil.Po 4317 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/tcmalloc_and_profiler_unittest-tes tutil.Tpo" "$(DEPDIR)/tcmalloc_and_profiler_unittest-testutil.Po"; else rm -f "$ (DEPDIR)/tcmalloc_and_profiler_unittest-testutil.Tpo"; exit 1; fi
4540 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/testutil.cc' object='t cmalloc_and_profiler_unittest-testutil.obj' libtool=no @AMDEPBACKSLASH@ 4318 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/testutil.cc' object='t cmalloc_and_profiler_unittest-testutil.obj' libtool=no @AMDEPBACKSLASH@
4541 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 4319 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
4542 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(tcmalloc_and_profiler_unittest_CXXFLAGS) $(CXXFLAGS) -c -o t cmalloc_and_profiler_unittest-testutil.obj `if test -f 'src/tests/testutil.cc'; then $(CYGPATH_W) 'src/tests/testutil.cc'; else $(CYGPATH_W) '$(srcdir)/src/test s/testutil.cc'; fi` 4320 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(tcmalloc_and_profiler_unittest_CXXFLAGS) $(CXXFLAGS) -c -o t cmalloc_and_profiler_unittest-testutil.obj `if test -f 'src/tests/testutil.cc'; then $(CYGPATH_W) 'src/tests/testutil.cc'; else $(CYGPATH_W) '$(srcdir)/src/test s/testutil.cc'; fi`
4543 4321
4544 tcmalloc_both_unittest-tcmalloc_unittest.o: src/tests/tcmalloc_unittest.cc 4322 tcmalloc_both_unittest-tcmalloc_unittest.o: src/tests/tcmalloc_unittest.cc
4545 @am__fastdepCXX_TRUE@» $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(tcmalloc_both_unittest_CXXFLAGS) $(CXXFLAGS) -MT tcmalloc_bo th_unittest-tcmalloc_unittest.o -MD -MP -MF $(DEPDIR)/tcmalloc_both_unittest-tcm alloc_unittest.Tpo -c -o tcmalloc_both_unittest-tcmalloc_unittest.o `test -f 'sr c/tests/tcmalloc_unittest.cc' || echo '$(srcdir)/'`src/tests/tcmalloc_unittest.c c 4323 @am__fastdepCXX_TRUE@» if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_C PPFLAGS) $(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_unitt est.cc; \
4546 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/tcmalloc_both_unittest-tcmalloc_unittest .Tpo $(DEPDIR)/tcmalloc_both_unittest-tcmalloc_unittest.Po 4324 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/tcmalloc_both_unittest-tcmalloc_un ittest.Tpo" "$(DEPDIR)/tcmalloc_both_unittest-tcmalloc_unittest.Po"; else rm -f "$(DEPDIR)/tcmalloc_both_unittest-tcmalloc_unittest.Tpo"; exit 1; fi
4547 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/tcmalloc_unittest.cc' object='tcmalloc_both_unittest-tcmalloc_unittest.o' libtool=no @AMDEPBACKSLASH@ 4325 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/tcmalloc_unittest.cc' object='tcmalloc_both_unittest-tcmalloc_unittest.o' libtool=no @AMDEPBACKSLASH@
4548 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 4326 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
4549 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(tcmalloc_both_unittest_CXXFLAGS) $(CXXFLAGS) -c -o tcmalloc_ both_unittest-tcmalloc_unittest.o `test -f 'src/tests/tcmalloc_unittest.cc' || e cho '$(srcdir)/'`src/tests/tcmalloc_unittest.cc 4327 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(tcmalloc_both_unittest_CXXFLAGS) $(CXXFLAGS) -c -o tcmalloc_ both_unittest-tcmalloc_unittest.o `test -f 'src/tests/tcmalloc_unittest.cc' || e cho '$(srcdir)/'`src/tests/tcmalloc_unittest.cc
4550 4328
4551 tcmalloc_both_unittest-tcmalloc_unittest.obj: src/tests/tcmalloc_unittest.cc 4329 tcmalloc_both_unittest-tcmalloc_unittest.obj: src/tests/tcmalloc_unittest.cc
4552 @am__fastdepCXX_TRUE@» $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(tcmalloc_both_unittest_CXXFLAGS) $(CXXFLAGS) -MT tcmalloc_bo th_unittest-tcmalloc_unittest.obj -MD -MP -MF $(DEPDIR)/tcmalloc_both_unittest-t cmalloc_unittest.Tpo -c -o tcmalloc_both_unittest-tcmalloc_unittest.obj `if test -f 'src/tests/tcmalloc_unittest.cc'; then $(CYGPATH_W) 'src/tests/tcmalloc_unit test.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/tcmalloc_unittest.cc'; fi` 4330 @am__fastdepCXX_TRUE@» if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_C PPFLAGS) $(CPPFLAGS) $(tcmalloc_both_unittest_CXXFLAGS) $(CXXFLAGS) -MT tcmalloc _both_unittest-tcmalloc_unittest.obj -MD -MP -MF "$(DEPDIR)/tcmalloc_both_unitte st-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` ; \
4553 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/tcmalloc_both_unittest-tcmalloc_unittest .Tpo $(DEPDIR)/tcmalloc_both_unittest-tcmalloc_unittest.Po 4331 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/tcmalloc_both_unittest-tcmalloc_un ittest.Tpo" "$(DEPDIR)/tcmalloc_both_unittest-tcmalloc_unittest.Po"; else rm -f "$(DEPDIR)/tcmalloc_both_unittest-tcmalloc_unittest.Tpo"; exit 1; fi
4554 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/tcmalloc_unittest.cc' object='tcmalloc_both_unittest-tcmalloc_unittest.obj' libtool=no @AMDEPBACKSLASH @ 4332 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/tcmalloc_unittest.cc' object='tcmalloc_both_unittest-tcmalloc_unittest.obj' libtool=no @AMDEPBACKSLASH @
4555 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 4333 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
4556 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(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) '$(srcdi r)/src/tests/tcmalloc_unittest.cc'; fi` 4334 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(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) '$(srcdi r)/src/tests/tcmalloc_unittest.cc'; fi`
4557 4335
4558 tcmalloc_both_unittest-testutil.o: src/tests/testutil.cc 4336 tcmalloc_both_unittest-testutil.o: src/tests/testutil.cc
4559 @am__fastdepCXX_TRUE@» $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(tcmalloc_both_unittest_CXXFLAGS) $(CXXFLAGS) -MT tcmalloc_bo th_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' || ech o '$(srcdir)/'`src/tests/testutil.cc 4337 @am__fastdepCXX_TRUE@» if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_C PPFLAGS) $(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; \
4560 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/tcmalloc_both_unittest-testutil.Tpo $(DE PDIR)/tcmalloc_both_unittest-testutil.Po 4338 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/tcmalloc_both_unittest-testutil.Tp o" "$(DEPDIR)/tcmalloc_both_unittest-testutil.Po"; else rm -f "$(DEPDIR)/tcmallo c_both_unittest-testutil.Tpo"; exit 1; fi
4561 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/testutil.cc' object='t cmalloc_both_unittest-testutil.o' libtool=no @AMDEPBACKSLASH@ 4339 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/testutil.cc' object='t cmalloc_both_unittest-testutil.o' libtool=no @AMDEPBACKSLASH@
4562 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 4340 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
4563 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(tcmalloc_both_unittest_CXXFLAGS) $(CXXFLAGS) -c -o tcmalloc_ both_unittest-testutil.o `test -f 'src/tests/testutil.cc' || echo '$(srcdir)/'`s rc/tests/testutil.cc 4341 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(tcmalloc_both_unittest_CXXFLAGS) $(CXXFLAGS) -c -o tcmalloc_ both_unittest-testutil.o `test -f 'src/tests/testutil.cc' || echo '$(srcdir)/'`s rc/tests/testutil.cc
4564 4342
4565 tcmalloc_both_unittest-testutil.obj: src/tests/testutil.cc 4343 tcmalloc_both_unittest-testutil.obj: src/tests/testutil.cc
4566 @am__fastdepCXX_TRUE@» $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(tcmalloc_both_unittest_CXXFLAGS) $(CXXFLAGS) -MT tcmalloc_bo th_unittest-testutil.obj -MD -MP -MF $(DEPDIR)/tcmalloc_both_unittest-testutil.T po -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/te sts/testutil.cc'; fi` 4344 @am__fastdepCXX_TRUE@» if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_C PPFLAGS) $(CPPFLAGS) $(tcmalloc_both_unittest_CXXFLAGS) $(CXXFLAGS) -MT tcmalloc _both_unittest-testutil.obj -MD -MP -MF "$(DEPDIR)/tcmalloc_both_unittest-testut il.Tpo" -c -o tcmalloc_both_unittest-testutil.obj `if test -f 'src/tests/testuti l.cc'; then $(CYGPATH_W) 'src/tests/testutil.cc'; else $(CYGPATH_W) '$(srcdir)/s rc/tests/testutil.cc'; fi`; \
4567 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/tcmalloc_both_unittest-testutil.Tpo $(DE PDIR)/tcmalloc_both_unittest-testutil.Po 4345 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/tcmalloc_both_unittest-testutil.Tp o" "$(DEPDIR)/tcmalloc_both_unittest-testutil.Po"; else rm -f "$(DEPDIR)/tcmallo c_both_unittest-testutil.Tpo"; exit 1; fi
4568 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/testutil.cc' object='t cmalloc_both_unittest-testutil.obj' libtool=no @AMDEPBACKSLASH@ 4346 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/testutil.cc' object='t cmalloc_both_unittest-testutil.obj' libtool=no @AMDEPBACKSLASH@
4569 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 4347 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
4570 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(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` 4348 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(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`
4571 4349
4572 tcmalloc_debug_unittest-tcmalloc_unittest.o: src/tests/tcmalloc_unittest.cc 4350 tcmalloc_debug_unittest-tcmalloc_unittest.o: src/tests/tcmalloc_unittest.cc
4573 @am__fastdepCXX_TRUE@» $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(tcmalloc_debug_unittest_CXXFLAGS) $(CXXFLAGS) -MT tcmalloc_d ebug_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_unitte st.cc 4351 @am__fastdepCXX_TRUE@» if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_C PPFLAGS) $(CPPFLAGS) $(tcmalloc_debug_unittest_CXXFLAGS) $(CXXFLAGS) -MT tcmallo c_debug_unittest-tcmalloc_unittest.o -MD -MP -MF "$(DEPDIR)/tcmalloc_debug_unitt est-tcmalloc_unittest.Tpo" -c -o tcmalloc_debug_unittest-tcmalloc_unittest.o `te st -f 'src/tests/tcmalloc_unittest.cc' || echo '$(srcdir)/'`src/tests/tcmalloc_u nittest.cc; \
4574 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/tcmalloc_debug_unittest-tcmalloc_unittes t.Tpo $(DEPDIR)/tcmalloc_debug_unittest-tcmalloc_unittest.Po 4352 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/tcmalloc_debug_unittest-tcmalloc_u nittest.Tpo" "$(DEPDIR)/tcmalloc_debug_unittest-tcmalloc_unittest.Po"; else rm - f "$(DEPDIR)/tcmalloc_debug_unittest-tcmalloc_unittest.Tpo"; exit 1; fi
4575 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/tcmalloc_unittest.cc' object='tcmalloc_debug_unittest-tcmalloc_unittest.o' libtool=no @AMDEPBACKSLASH@ 4353 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/tcmalloc_unittest.cc' object='tcmalloc_debug_unittest-tcmalloc_unittest.o' libtool=no @AMDEPBACKSLASH@
4576 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 4354 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
4577 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(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 4355 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(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
4578 4356
4579 tcmalloc_debug_unittest-tcmalloc_unittest.obj: src/tests/tcmalloc_unittest.cc 4357 tcmalloc_debug_unittest-tcmalloc_unittest.obj: src/tests/tcmalloc_unittest.cc
4580 @am__fastdepCXX_TRUE@» $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(tcmalloc_debug_unittest_CXXFLAGS) $(CXXFLAGS) -MT tcmalloc_d ebug_unittest-tcmalloc_unittest.obj -MD -MP -MF $(DEPDIR)/tcmalloc_debug_unittes t-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` 4358 @am__fastdepCXX_TRUE@» if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_C PPFLAGS) $(CPPFLAGS) $(tcmalloc_debug_unittest_CXXFLAGS) $(CXXFLAGS) -MT tcmallo c_debug_unittest-tcmalloc_unittest.obj -MD -MP -MF "$(DEPDIR)/tcmalloc_debug_uni ttest-tcmalloc_unittest.Tpo" -c -o tcmalloc_debug_unittest-tcmalloc_unittest.obj `if test -f 'src/tests/tcmalloc_unittest.cc'; then $(CYGPATH_W) 'src/tests/tcma lloc_unittest.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/tcmalloc_unittest.cc'; fi`; \
4581 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/tcmalloc_debug_unittest-tcmalloc_unittes t.Tpo $(DEPDIR)/tcmalloc_debug_unittest-tcmalloc_unittest.Po 4359 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/tcmalloc_debug_unittest-tcmalloc_u nittest.Tpo" "$(DEPDIR)/tcmalloc_debug_unittest-tcmalloc_unittest.Po"; else rm - f "$(DEPDIR)/tcmalloc_debug_unittest-tcmalloc_unittest.Tpo"; exit 1; fi
4582 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/tcmalloc_unittest.cc' object='tcmalloc_debug_unittest-tcmalloc_unittest.obj' libtool=no @AMDEPBACKSLAS H@ 4360 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/tcmalloc_unittest.cc' object='tcmalloc_debug_unittest-tcmalloc_unittest.obj' libtool=no @AMDEPBACKSLAS H@
4583 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 4361 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
4584 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(tcmalloc_debug_unittest_CXXFLAGS) $(CXXFLAGS) -c -o tcmalloc _debug_unittest-tcmalloc_unittest.obj `if test -f 'src/tests/tcmalloc_unittest.c c'; then $(CYGPATH_W) 'src/tests/tcmalloc_unittest.cc'; else $(CYGPATH_W) '$(src dir)/src/tests/tcmalloc_unittest.cc'; fi` 4362 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(tcmalloc_debug_unittest_CXXFLAGS) $(CXXFLAGS) -c -o tcmalloc _debug_unittest-tcmalloc_unittest.obj `if test -f 'src/tests/tcmalloc_unittest.c c'; then $(CYGPATH_W) 'src/tests/tcmalloc_unittest.cc'; else $(CYGPATH_W) '$(src dir)/src/tests/tcmalloc_unittest.cc'; fi`
4585 4363
4586 tcmalloc_debug_unittest-testutil.o: src/tests/testutil.cc 4364 tcmalloc_debug_unittest-testutil.o: src/tests/testutil.cc
4587 @am__fastdepCXX_TRUE@» $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(tcmalloc_debug_unittest_CXXFLAGS) $(CXXFLAGS) -MT tcmalloc_d ebug_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 4365 @am__fastdepCXX_TRUE@» if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_C PPFLAGS) $(CPPFLAGS) $(tcmalloc_debug_unittest_CXXFLAGS) $(CXXFLAGS) -MT tcmallo c_debug_unittest-testutil.o -MD -MP -MF "$(DEPDIR)/tcmalloc_debug_unittest-testu til.Tpo" -c -o tcmalloc_debug_unittest-testutil.o `test -f 'src/tests/testutil.c c' || echo '$(srcdir)/'`src/tests/testutil.cc; \
4588 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/tcmalloc_debug_unittest-testutil.Tpo $(D EPDIR)/tcmalloc_debug_unittest-testutil.Po 4366 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/tcmalloc_debug_unittest-testutil.T po" "$(DEPDIR)/tcmalloc_debug_unittest-testutil.Po"; else rm -f "$(DEPDIR)/tcmal loc_debug_unittest-testutil.Tpo"; exit 1; fi
4589 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/testutil.cc' object='t cmalloc_debug_unittest-testutil.o' libtool=no @AMDEPBACKSLASH@ 4367 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/testutil.cc' object='t cmalloc_debug_unittest-testutil.o' libtool=no @AMDEPBACKSLASH@
4590 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 4368 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
4591 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(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 4369 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(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
4592 4370
4593 tcmalloc_debug_unittest-testutil.obj: src/tests/testutil.cc 4371 tcmalloc_debug_unittest-testutil.obj: src/tests/testutil.cc
4594 @am__fastdepCXX_TRUE@» $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(tcmalloc_debug_unittest_CXXFLAGS) $(CXXFLAGS) -MT tcmalloc_d ebug_unittest-testutil.obj -MD -MP -MF $(DEPDIR)/tcmalloc_debug_unittest-testuti l.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)/sr c/tests/testutil.cc'; fi` 4372 @am__fastdepCXX_TRUE@» if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_C PPFLAGS) $(CPPFLAGS) $(tcmalloc_debug_unittest_CXXFLAGS) $(CXXFLAGS) -MT tcmallo c_debug_unittest-testutil.obj -MD -MP -MF "$(DEPDIR)/tcmalloc_debug_unittest-tes tutil.Tpo" -c -o tcmalloc_debug_unittest-testutil.obj `if test -f 'src/tests/tes tutil.cc'; then $(CYGPATH_W) 'src/tests/testutil.cc'; else $(CYGPATH_W) '$(srcdi r)/src/tests/testutil.cc'; fi`; \
4595 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/tcmalloc_debug_unittest-testutil.Tpo $(D EPDIR)/tcmalloc_debug_unittest-testutil.Po 4373 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/tcmalloc_debug_unittest-testutil.T po" "$(DEPDIR)/tcmalloc_debug_unittest-testutil.Po"; else rm -f "$(DEPDIR)/tcmal loc_debug_unittest-testutil.Tpo"; exit 1; fi
4596 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/testutil.cc' object='t cmalloc_debug_unittest-testutil.obj' libtool=no @AMDEPBACKSLASH@ 4374 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/testutil.cc' object='t cmalloc_debug_unittest-testutil.obj' libtool=no @AMDEPBACKSLASH@
4597 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 4375 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
4598 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(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` 4376 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(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`
4599 4377
4600 tcmalloc_large_unittest-tcmalloc_large_unittest.o: src/tests/tcmalloc_large_unit test.cc 4378 tcmalloc_large_unittest-tcmalloc_large_unittest.o: src/tests/tcmalloc_large_unit test.cc
4601 @am__fastdepCXX_TRUE@» $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(tcmalloc_large_unittest_CXXFLAGS) $(CXXFLAGS) -MT tcmalloc_l arge_unittest-tcmalloc_large_unittest.o -MD -MP -MF $(DEPDIR)/tcmalloc_large_uni ttest-tcmalloc_large_unittest.Tpo -c -o tcmalloc_large_unittest-tcmalloc_large_u nittest.o `test -f 'src/tests/tcmalloc_large_unittest.cc' || echo '$(srcdir)/'`s rc/tests/tcmalloc_large_unittest.cc 4379 @am__fastdepCXX_TRUE@» if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_C PPFLAGS) $(CPPFLAGS) $(tcmalloc_large_unittest_CXXFLAGS) $(CXXFLAGS) -MT tcmallo c_large_unittest-tcmalloc_large_unittest.o -MD -MP -MF "$(DEPDIR)/tcmalloc_large _unittest-tcmalloc_large_unittest.Tpo" -c -o tcmalloc_large_unittest-tcmalloc_la rge_unittest.o `test -f 'src/tests/tcmalloc_large_unittest.cc' || echo '$(srcdir )/'`src/tests/tcmalloc_large_unittest.cc; \
4602 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/tcmalloc_large_unittest-tcmalloc_large_u nittest.Tpo $(DEPDIR)/tcmalloc_large_unittest-tcmalloc_large_unittest.Po 4380 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/tcmalloc_large_unittest-tcmalloc_l arge_unittest.Tpo" "$(DEPDIR)/tcmalloc_large_unittest-tcmalloc_large_unittest.Po "; else rm -f "$(DEPDIR)/tcmalloc_large_unittest-tcmalloc_large_unittest.Tpo"; e xit 1; fi
4603 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/tcmalloc_large_unittes t.cc' object='tcmalloc_large_unittest-tcmalloc_large_unittest.o' libtool=no @AMD EPBACKSLASH@ 4381 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/tcmalloc_large_unittes t.cc' object='tcmalloc_large_unittest-tcmalloc_large_unittest.o' libtool=no @AMD EPBACKSLASH@
4604 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 4382 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
4605 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(tcmalloc_large_unittest_CXXFLAGS) $(CXXFLAGS) -c -o tcmalloc _large_unittest-tcmalloc_large_unittest.o `test -f 'src/tests/tcmalloc_large_uni ttest.cc' || echo '$(srcdir)/'`src/tests/tcmalloc_large_unittest.cc 4383 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(tcmalloc_large_unittest_CXXFLAGS) $(CXXFLAGS) -c -o tcmalloc _large_unittest-tcmalloc_large_unittest.o `test -f 'src/tests/tcmalloc_large_uni ttest.cc' || echo '$(srcdir)/'`src/tests/tcmalloc_large_unittest.cc
4606 4384
4607 tcmalloc_large_unittest-tcmalloc_large_unittest.obj: src/tests/tcmalloc_large_un ittest.cc 4385 tcmalloc_large_unittest-tcmalloc_large_unittest.obj: src/tests/tcmalloc_large_un ittest.cc
4608 @am__fastdepCXX_TRUE@» $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(tcmalloc_large_unittest_CXXFLAGS) $(CXXFLAGS) -MT tcmalloc_l arge_unittest-tcmalloc_large_unittest.obj -MD -MP -MF $(DEPDIR)/tcmalloc_large_u nittest-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/tes ts/tcmalloc_large_unittest.cc'; fi` 4386 @am__fastdepCXX_TRUE@» if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_C PPFLAGS) $(CPPFLAGS) $(tcmalloc_large_unittest_CXXFLAGS) $(CXXFLAGS) -MT tcmallo c_large_unittest-tcmalloc_large_unittest.obj -MD -MP -MF "$(DEPDIR)/tcmalloc_lar ge_unittest-tcmalloc_large_unittest.Tpo" -c -o tcmalloc_large_unittest-tcmalloc_ large_unittest.obj `if test -f 'src/tests/tcmalloc_large_unittest.cc'; then $(CY GPATH_W) 'src/tests/tcmalloc_large_unittest.cc'; else $(CYGPATH_W) '$(srcdir)/sr c/tests/tcmalloc_large_unittest.cc'; fi`; \
4609 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/tcmalloc_large_unittest-tcmalloc_large_u nittest.Tpo $(DEPDIR)/tcmalloc_large_unittest-tcmalloc_large_unittest.Po 4387 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/tcmalloc_large_unittest-tcmalloc_l arge_unittest.Tpo" "$(DEPDIR)/tcmalloc_large_unittest-tcmalloc_large_unittest.Po "; else rm -f "$(DEPDIR)/tcmalloc_large_unittest-tcmalloc_large_unittest.Tpo"; e xit 1; fi
4610 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/tcmalloc_large_unittes t.cc' object='tcmalloc_large_unittest-tcmalloc_large_unittest.obj' libtool=no @A MDEPBACKSLASH@ 4388 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/tcmalloc_large_unittes t.cc' object='tcmalloc_large_unittest-tcmalloc_large_unittest.obj' libtool=no @A MDEPBACKSLASH@
4611 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 4389 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
4612 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(tcmalloc_large_unittest_CXXFLAGS) $(CXXFLAGS) -c -o tcmalloc _large_unittest-tcmalloc_large_unittest.obj `if test -f 'src/tests/tcmalloc_larg e_unittest.cc'; then $(CYGPATH_W) 'src/tests/tcmalloc_large_unittest.cc'; else $ (CYGPATH_W) '$(srcdir)/src/tests/tcmalloc_large_unittest.cc'; fi` 4390 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(tcmalloc_large_unittest_CXXFLAGS) $(CXXFLAGS) -c -o tcmalloc _large_unittest-tcmalloc_large_unittest.obj `if test -f 'src/tests/tcmalloc_larg e_unittest.cc'; then $(CYGPATH_W) 'src/tests/tcmalloc_large_unittest.cc'; else $ (CYGPATH_W) '$(srcdir)/src/tests/tcmalloc_large_unittest.cc'; fi`
4613 4391
4614 tcmalloc_minimal_debug_unittest-tcmalloc_unittest.o: src/tests/tcmalloc_unittest .cc 4392 tcmalloc_minimal_debug_unittest-tcmalloc_unittest.o: src/tests/tcmalloc_unittest .cc
4615 @am__fastdepCXX_TRUE@» $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(tcmalloc_minimal_debug_unittest_CXXFLAGS) $(CXXFLAGS) -MT tc malloc_minimal_debug_unittest-tcmalloc_unittest.o -MD -MP -MF $(DEPDIR)/tcmalloc _minimal_debug_unittest-tcmalloc_unittest.Tpo -c -o tcmalloc_minimal_debug_unitt est-tcmalloc_unittest.o `test -f 'src/tests/tcmalloc_unittest.cc' || echo '$(src dir)/'`src/tests/tcmalloc_unittest.cc 4393 @am__fastdepCXX_TRUE@» if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_C PPFLAGS) $(CPPFLAGS) $(tcmalloc_minimal_debug_unittest_CXXFLAGS) $(CXXFLAGS) -MT tcmalloc_minimal_debug_unittest-tcmalloc_unittest.o -MD -MP -MF "$(DEPDIR)/tcma lloc_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; \
4616 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/tcmalloc_minimal_debug_unittest-tcmalloc _unittest.Tpo $(DEPDIR)/tcmalloc_minimal_debug_unittest-tcmalloc_unittest.Po 4394 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/tcmalloc_minimal_debug_unittest-tc malloc_unittest.Tpo" "$(DEPDIR)/tcmalloc_minimal_debug_unittest-tcmalloc_unittes t.Po"; else rm -f "$(DEPDIR)/tcmalloc_minimal_debug_unittest-tcmalloc_unittest.T po"; exit 1; fi
4617 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/tcmalloc_unittest.cc' object='tcmalloc_minimal_debug_unittest-tcmalloc_unittest.o' libtool=no @AMDEPBA CKSLASH@ 4395 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/tcmalloc_unittest.cc' object='tcmalloc_minimal_debug_unittest-tcmalloc_unittest.o' libtool=no @AMDEPBA CKSLASH@
4618 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 4396 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
4619 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(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 4397 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(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
4620 4398
4621 tcmalloc_minimal_debug_unittest-tcmalloc_unittest.obj: src/tests/tcmalloc_unitte st.cc 4399 tcmalloc_minimal_debug_unittest-tcmalloc_unittest.obj: src/tests/tcmalloc_unitte st.cc
4622 @am__fastdepCXX_TRUE@» $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(tcmalloc_minimal_debug_unittest_CXXFLAGS) $(CXXFLAGS) -MT tc malloc_minimal_debug_unittest-tcmalloc_unittest.obj -MD -MP -MF $(DEPDIR)/tcmall oc_minimal_debug_unittest-tcmalloc_unittest.Tpo -c -o tcmalloc_minimal_debug_uni ttest-tcmalloc_unittest.obj `if test -f 'src/tests/tcmalloc_unittest.cc'; then $ (CYGPATH_W) 'src/tests/tcmalloc_unittest.cc'; else $(CYGPATH_W) '$(srcdir)/src/t ests/tcmalloc_unittest.cc'; fi` 4400 @am__fastdepCXX_TRUE@» if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_C PPFLAGS) $(CPPFLAGS) $(tcmalloc_minimal_debug_unittest_CXXFLAGS) $(CXXFLAGS) -MT tcmalloc_minimal_debug_unittest-tcmalloc_unittest.obj -MD -MP -MF "$(DEPDIR)/tc malloc_minimal_debug_unittest-tcmalloc_unittest.Tpo" -c -o tcmalloc_minimal_debu g_unittest-tcmalloc_unittest.obj `if test -f 'src/tests/tcmalloc_unittest.cc'; t hen $(CYGPATH_W) 'src/tests/tcmalloc_unittest.cc'; else $(CYGPATH_W) '$(srcdir)/ src/tests/tcmalloc_unittest.cc'; fi`; \
4623 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/tcmalloc_minimal_debug_unittest-tcmalloc _unittest.Tpo $(DEPDIR)/tcmalloc_minimal_debug_unittest-tcmalloc_unittest.Po 4401 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/tcmalloc_minimal_debug_unittest-tc malloc_unittest.Tpo" "$(DEPDIR)/tcmalloc_minimal_debug_unittest-tcmalloc_unittes t.Po"; else rm -f "$(DEPDIR)/tcmalloc_minimal_debug_unittest-tcmalloc_unittest.T po"; exit 1; fi
4624 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/tcmalloc_unittest.cc' object='tcmalloc_minimal_debug_unittest-tcmalloc_unittest.obj' libtool=no @AMDEP BACKSLASH@ 4402 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/tcmalloc_unittest.cc' object='tcmalloc_minimal_debug_unittest-tcmalloc_unittest.obj' libtool=no @AMDEP BACKSLASH@
4625 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 4403 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
4626 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(tcmalloc_minimal_debug_unittest_CXXFLAGS) $(CXXFLAGS) -c -o tcmalloc_minimal_debug_unittest-tcmalloc_unittest.obj `if test -f 'src/tests/tcm alloc_unittest.cc'; then $(CYGPATH_W) 'src/tests/tcmalloc_unittest.cc'; else $(C YGPATH_W) '$(srcdir)/src/tests/tcmalloc_unittest.cc'; fi` 4404 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(tcmalloc_minimal_debug_unittest_CXXFLAGS) $(CXXFLAGS) -c -o tcmalloc_minimal_debug_unittest-tcmalloc_unittest.obj `if test -f 'src/tests/tcm alloc_unittest.cc'; then $(CYGPATH_W) 'src/tests/tcmalloc_unittest.cc'; else $(C YGPATH_W) '$(srcdir)/src/tests/tcmalloc_unittest.cc'; fi`
4627 4405
4628 tcmalloc_minimal_debug_unittest-testutil.o: src/tests/testutil.cc 4406 tcmalloc_minimal_debug_unittest-testutil.o: src/tests/testutil.cc
4629 @am__fastdepCXX_TRUE@» $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(tcmalloc_minimal_debug_unittest_CXXFLAGS) $(CXXFLAGS) -MT tc malloc_minimal_debug_unittest-testutil.o -MD -MP -MF $(DEPDIR)/tcmalloc_minimal_ debug_unittest-testutil.Tpo -c -o tcmalloc_minimal_debug_unittest-testutil.o `te st -f 'src/tests/testutil.cc' || echo '$(srcdir)/'`src/tests/testutil.cc 4407 @am__fastdepCXX_TRUE@» if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_C PPFLAGS) $(CPPFLAGS) $(tcmalloc_minimal_debug_unittest_CXXFLAGS) $(CXXFLAGS) -MT tcmalloc_minimal_debug_unittest-testutil.o -MD -MP -MF "$(DEPDIR)/tcmalloc_mini mal_debug_unittest-testutil.Tpo" -c -o tcmalloc_minimal_debug_unittest-testutil. o `test -f 'src/tests/testutil.cc' || echo '$(srcdir)/'`src/tests/testutil.cc; \
4630 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/tcmalloc_minimal_debug_unittest-testutil .Tpo $(DEPDIR)/tcmalloc_minimal_debug_unittest-testutil.Po 4408 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/tcmalloc_minimal_debug_unittest-te stutil.Tpo" "$(DEPDIR)/tcmalloc_minimal_debug_unittest-testutil.Po"; else rm -f "$(DEPDIR)/tcmalloc_minimal_debug_unittest-testutil.Tpo"; exit 1; fi
4631 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/testutil.cc' object='t cmalloc_minimal_debug_unittest-testutil.o' libtool=no @AMDEPBACKSLASH@ 4409 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/testutil.cc' object='t cmalloc_minimal_debug_unittest-testutil.o' libtool=no @AMDEPBACKSLASH@
4632 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 4410 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
4633 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(tcmalloc_minimal_debug_unittest_CXXFLAGS) $(CXXFLAGS) -c -o tcmalloc_minimal_debug_unittest-testutil.o `test -f 'src/tests/testutil.cc' || e cho '$(srcdir)/'`src/tests/testutil.cc 4411 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(tcmalloc_minimal_debug_unittest_CXXFLAGS) $(CXXFLAGS) -c -o tcmalloc_minimal_debug_unittest-testutil.o `test -f 'src/tests/testutil.cc' || e cho '$(srcdir)/'`src/tests/testutil.cc
4634 4412
4635 tcmalloc_minimal_debug_unittest-testutil.obj: src/tests/testutil.cc 4413 tcmalloc_minimal_debug_unittest-testutil.obj: src/tests/testutil.cc
4636 @am__fastdepCXX_TRUE@» $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(tcmalloc_minimal_debug_unittest_CXXFLAGS) $(CXXFLAGS) -MT tc malloc_minimal_debug_unittest-testutil.obj -MD -MP -MF $(DEPDIR)/tcmalloc_minima l_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` 4414 @am__fastdepCXX_TRUE@» if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_C PPFLAGS) $(CPPFLAGS) $(tcmalloc_minimal_debug_unittest_CXXFLAGS) $(CXXFLAGS) -MT tcmalloc_minimal_debug_unittest-testutil.obj -MD -MP -MF "$(DEPDIR)/tcmalloc_mi nimal_debug_unittest-testutil.Tpo" -c -o tcmalloc_minimal_debug_unittest-testuti l.obj `if test -f 'src/tests/testutil.cc'; then $(CYGPATH_W) 'src/tests/testutil .cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/testutil.cc'; fi`; \
4637 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/tcmalloc_minimal_debug_unittest-testutil .Tpo $(DEPDIR)/tcmalloc_minimal_debug_unittest-testutil.Po 4415 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/tcmalloc_minimal_debug_unittest-te stutil.Tpo" "$(DEPDIR)/tcmalloc_minimal_debug_unittest-testutil.Po"; else rm -f "$(DEPDIR)/tcmalloc_minimal_debug_unittest-testutil.Tpo"; exit 1; fi
4638 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/testutil.cc' object='t cmalloc_minimal_debug_unittest-testutil.obj' libtool=no @AMDEPBACKSLASH@ 4416 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/testutil.cc' object='t cmalloc_minimal_debug_unittest-testutil.obj' libtool=no @AMDEPBACKSLASH@
4639 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 4417 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
4640 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(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/te sts/testutil.cc'; fi` 4418 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(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/te sts/testutil.cc'; fi`
4641 4419
4642 tcmalloc_minimal_large_unittest-tcmalloc_large_unittest.o: src/tests/tcmalloc_la rge_unittest.cc 4420 tcmalloc_minimal_large_unittest-tcmalloc_large_unittest.o: src/tests/tcmalloc_la rge_unittest.cc
4643 @am__fastdepCXX_TRUE@» $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(tcmalloc_minimal_large_unittest_CXXFLAGS) $(CXXFLAGS) -MT tc malloc_minimal_large_unittest-tcmalloc_large_unittest.o -MD -MP -MF $(DEPDIR)/tc malloc_minimal_large_unittest-tcmalloc_large_unittest.Tpo -c -o tcmalloc_minimal _large_unittest-tcmalloc_large_unittest.o `test -f 'src/tests/tcmalloc_large_uni ttest.cc' || echo '$(srcdir)/'`src/tests/tcmalloc_large_unittest.cc 4421 @am__fastdepCXX_TRUE@» if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_C PPFLAGS) $(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_mi nimal_large_unittest-tcmalloc_large_unittest.o `test -f 'src/tests/tcmalloc_larg e_unittest.cc' || echo '$(srcdir)/'`src/tests/tcmalloc_large_unittest.cc; \
4644 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/tcmalloc_minimal_large_unittest-tcmalloc _large_unittest.Tpo $(DEPDIR)/tcmalloc_minimal_large_unittest-tcmalloc_large_uni ttest.Po 4422 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/tcmalloc_minimal_large_unittest-tc malloc_large_unittest.Tpo" "$(DEPDIR)/tcmalloc_minimal_large_unittest-tcmalloc_l arge_unittest.Po"; else rm -f "$(DEPDIR)/tcmalloc_minimal_large_unittest-tcmallo c_large_unittest.Tpo"; exit 1; fi
4645 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/tcmalloc_large_unittes t.cc' object='tcmalloc_minimal_large_unittest-tcmalloc_large_unittest.o' libtool =no @AMDEPBACKSLASH@ 4423 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/tcmalloc_large_unittes t.cc' object='tcmalloc_minimal_large_unittest-tcmalloc_large_unittest.o' libtool =no @AMDEPBACKSLASH@
4646 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 4424 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
4647 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(tcmalloc_minimal_large_unittest_CXXFLAGS) $(CXXFLAGS) -c -o tcmalloc_minimal_large_unittest-tcmalloc_large_unittest.o `test -f 'src/tests/tc malloc_large_unittest.cc' || echo '$(srcdir)/'`src/tests/tcmalloc_large_unittest .cc 4425 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(tcmalloc_minimal_large_unittest_CXXFLAGS) $(CXXFLAGS) -c -o tcmalloc_minimal_large_unittest-tcmalloc_large_unittest.o `test -f 'src/tests/tc malloc_large_unittest.cc' || echo '$(srcdir)/'`src/tests/tcmalloc_large_unittest .cc
4648 4426
4649 tcmalloc_minimal_large_unittest-tcmalloc_large_unittest.obj: src/tests/tcmalloc_ large_unittest.cc 4427 tcmalloc_minimal_large_unittest-tcmalloc_large_unittest.obj: src/tests/tcmalloc_ large_unittest.cc
4650 @am__fastdepCXX_TRUE@» $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(tcmalloc_minimal_large_unittest_CXXFLAGS) $(CXXFLAGS) -MT tc malloc_minimal_large_unittest-tcmalloc_large_unittest.obj -MD -MP -MF $(DEPDIR)/ tcmalloc_minimal_large_unittest-tcmalloc_large_unittest.Tpo -c -o tcmalloc_minim al_large_unittest-tcmalloc_large_unittest.obj `if test -f 'src/tests/tcmalloc_la rge_unittest.cc'; then $(CYGPATH_W) 'src/tests/tcmalloc_large_unittest.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/tcmalloc_large_unittest.cc'; fi` 4428 @am__fastdepCXX_TRUE@» if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_C PPFLAGS) $(CPPFLAGS) $(tcmalloc_minimal_large_unittest_CXXFLAGS) $(CXXFLAGS) -MT tcmalloc_minimal_large_unittest-tcmalloc_large_unittest.obj -MD -MP -MF "$(DEPD IR)/tcmalloc_minimal_large_unittest-tcmalloc_large_unittest.Tpo" -c -o tcmalloc_ minimal_large_unittest-tcmalloc_large_unittest.obj `if test -f 'src/tests/tcmall oc_large_unittest.cc'; then $(CYGPATH_W) 'src/tests/tcmalloc_large_unittest.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/tcmalloc_large_unittest.cc'; fi`; \
4651 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/tcmalloc_minimal_large_unittest-tcmalloc _large_unittest.Tpo $(DEPDIR)/tcmalloc_minimal_large_unittest-tcmalloc_large_uni ttest.Po 4429 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/tcmalloc_minimal_large_unittest-tc malloc_large_unittest.Tpo" "$(DEPDIR)/tcmalloc_minimal_large_unittest-tcmalloc_l arge_unittest.Po"; else rm -f "$(DEPDIR)/tcmalloc_minimal_large_unittest-tcmallo c_large_unittest.Tpo"; exit 1; fi
4652 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/tcmalloc_large_unittes t.cc' object='tcmalloc_minimal_large_unittest-tcmalloc_large_unittest.obj' libto ol=no @AMDEPBACKSLASH@ 4430 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/tcmalloc_large_unittes t.cc' object='tcmalloc_minimal_large_unittest-tcmalloc_large_unittest.obj' libto ol=no @AMDEPBACKSLASH@
4653 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 4431 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
4654 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(tcmalloc_minimal_large_unittest_CXXFLAGS) $(CXXFLAGS) -c -o tcmalloc_minimal_large_unittest-tcmalloc_large_unittest.obj `if test -f 'src/tes ts/tcmalloc_large_unittest.cc'; then $(CYGPATH_W) 'src/tests/tcmalloc_large_unit test.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/tcmalloc_large_unittest.cc'; fi ` 4432 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(tcmalloc_minimal_large_unittest_CXXFLAGS) $(CXXFLAGS) -c -o tcmalloc_minimal_large_unittest-tcmalloc_large_unittest.obj `if test -f 'src/tes ts/tcmalloc_large_unittest.cc'; then $(CYGPATH_W) 'src/tests/tcmalloc_large_unit test.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/tcmalloc_large_unittest.cc'; fi `
4655 4433
4656 tcmalloc_minimal_unittest-tcmalloc_unittest.o: src/tests/tcmalloc_unittest.cc 4434 tcmalloc_minimal_unittest-tcmalloc_unittest.o: src/tests/tcmalloc_unittest.cc
4657 @am__fastdepCXX_TRUE@» $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(tcmalloc_minimal_unittest_CXXFLAGS) $(CXXFLAGS) -MT tcmalloc _minimal_unittest-tcmalloc_unittest.o -MD -MP -MF $(DEPDIR)/tcmalloc_minimal_uni ttest-tcmalloc_unittest.Tpo -c -o tcmalloc_minimal_unittest-tcmalloc_unittest.o `test -f 'src/tests/tcmalloc_unittest.cc' || echo '$(srcdir)/'`src/tests/tcmallo c_unittest.cc 4435 @am__fastdepCXX_TRUE@» if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_C PPFLAGS) $(CPPFLAGS) $(tcmalloc_minimal_unittest_CXXFLAGS) $(CXXFLAGS) -MT tcmal loc_minimal_unittest-tcmalloc_unittest.o -MD -MP -MF "$(DEPDIR)/tcmalloc_minimal _unittest-tcmalloc_unittest.Tpo" -c -o tcmalloc_minimal_unittest-tcmalloc_unitte st.o `test -f 'src/tests/tcmalloc_unittest.cc' || echo '$(srcdir)/'`src/tests/tc malloc_unittest.cc; \
4658 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/tcmalloc_minimal_unittest-tcmalloc_unitt est.Tpo $(DEPDIR)/tcmalloc_minimal_unittest-tcmalloc_unittest.Po 4436 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/tcmalloc_minimal_unittest-tcmalloc _unittest.Tpo" "$(DEPDIR)/tcmalloc_minimal_unittest-tcmalloc_unittest.Po"; else rm -f "$(DEPDIR)/tcmalloc_minimal_unittest-tcmalloc_unittest.Tpo"; exit 1; fi
4659 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/tcmalloc_unittest.cc' object='tcmalloc_minimal_unittest-tcmalloc_unittest.o' libtool=no @AMDEPBACKSLAS H@ 4437 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/tcmalloc_unittest.cc' object='tcmalloc_minimal_unittest-tcmalloc_unittest.o' libtool=no @AMDEPBACKSLAS H@
4660 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 4438 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
4661 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(tcmalloc_minimal_unittest_CXXFLAGS) $(CXXFLAGS) -c -o tcmall oc_minimal_unittest-tcmalloc_unittest.o `test -f 'src/tests/tcmalloc_unittest.cc ' || echo '$(srcdir)/'`src/tests/tcmalloc_unittest.cc 4439 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(tcmalloc_minimal_unittest_CXXFLAGS) $(CXXFLAGS) -c -o tcmall oc_minimal_unittest-tcmalloc_unittest.o `test -f 'src/tests/tcmalloc_unittest.cc ' || echo '$(srcdir)/'`src/tests/tcmalloc_unittest.cc
4662 4440
4663 tcmalloc_minimal_unittest-tcmalloc_unittest.obj: src/tests/tcmalloc_unittest.cc 4441 tcmalloc_minimal_unittest-tcmalloc_unittest.obj: src/tests/tcmalloc_unittest.cc
4664 @am__fastdepCXX_TRUE@» $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(tcmalloc_minimal_unittest_CXXFLAGS) $(CXXFLAGS) -MT tcmalloc _minimal_unittest-tcmalloc_unittest.obj -MD -MP -MF $(DEPDIR)/tcmalloc_minimal_u nittest-tcmalloc_unittest.Tpo -c -o tcmalloc_minimal_unittest-tcmalloc_unittest. obj `if test -f 'src/tests/tcmalloc_unittest.cc'; then $(CYGPATH_W) 'src/tests/t cmalloc_unittest.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/tcmalloc_unittest.c c'; fi` 4442 @am__fastdepCXX_TRUE@» if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_C PPFLAGS) $(CPPFLAGS) $(tcmalloc_minimal_unittest_CXXFLAGS) $(CXXFLAGS) -MT tcmal loc_minimal_unittest-tcmalloc_unittest.obj -MD -MP -MF "$(DEPDIR)/tcmalloc_minim al_unittest-tcmalloc_unittest.Tpo" -c -o tcmalloc_minimal_unittest-tcmalloc_unit test.obj `if test -f 'src/tests/tcmalloc_unittest.cc'; then $(CYGPATH_W) 'src/te sts/tcmalloc_unittest.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/tcmalloc_unitt est.cc'; fi`; \
4665 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/tcmalloc_minimal_unittest-tcmalloc_unitt est.Tpo $(DEPDIR)/tcmalloc_minimal_unittest-tcmalloc_unittest.Po 4443 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/tcmalloc_minimal_unittest-tcmalloc _unittest.Tpo" "$(DEPDIR)/tcmalloc_minimal_unittest-tcmalloc_unittest.Po"; else rm -f "$(DEPDIR)/tcmalloc_minimal_unittest-tcmalloc_unittest.Tpo"; exit 1; fi
4666 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/tcmalloc_unittest.cc' object='tcmalloc_minimal_unittest-tcmalloc_unittest.obj' libtool=no @AMDEPBACKSL ASH@ 4444 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/tcmalloc_unittest.cc' object='tcmalloc_minimal_unittest-tcmalloc_unittest.obj' libtool=no @AMDEPBACKSL ASH@
4667 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 4445 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
4668 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(tcmalloc_minimal_unittest_CXXFLAGS) $(CXXFLAGS) -c -o tcmall oc_minimal_unittest-tcmalloc_unittest.obj `if test -f 'src/tests/tcmalloc_unitte st.cc'; then $(CYGPATH_W) 'src/tests/tcmalloc_unittest.cc'; else $(CYGPATH_W) '$ (srcdir)/src/tests/tcmalloc_unittest.cc'; fi` 4446 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(tcmalloc_minimal_unittest_CXXFLAGS) $(CXXFLAGS) -c -o tcmall oc_minimal_unittest-tcmalloc_unittest.obj `if test -f 'src/tests/tcmalloc_unitte st.cc'; then $(CYGPATH_W) 'src/tests/tcmalloc_unittest.cc'; else $(CYGPATH_W) '$ (srcdir)/src/tests/tcmalloc_unittest.cc'; fi`
4669 4447
4670 tcmalloc_minimal_unittest-testutil.o: src/tests/testutil.cc 4448 tcmalloc_minimal_unittest-testutil.o: src/tests/testutil.cc
4671 @am__fastdepCXX_TRUE@» $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(tcmalloc_minimal_unittest_CXXFLAGS) $(CXXFLAGS) -MT tcmalloc _minimal_unittest-testutil.o -MD -MP -MF $(DEPDIR)/tcmalloc_minimal_unittest-tes tutil.Tpo -c -o tcmalloc_minimal_unittest-testutil.o `test -f 'src/tests/testuti l.cc' || echo '$(srcdir)/'`src/tests/testutil.cc 4449 @am__fastdepCXX_TRUE@» if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_C PPFLAGS) $(CPPFLAGS) $(tcmalloc_minimal_unittest_CXXFLAGS) $(CXXFLAGS) -MT tcmal loc_minimal_unittest-testutil.o -MD -MP -MF "$(DEPDIR)/tcmalloc_minimal_unittest -testutil.Tpo" -c -o tcmalloc_minimal_unittest-testutil.o `test -f 'src/tests/te stutil.cc' || echo '$(srcdir)/'`src/tests/testutil.cc; \
4672 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/tcmalloc_minimal_unittest-testutil.Tpo $ (DEPDIR)/tcmalloc_minimal_unittest-testutil.Po 4450 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/tcmalloc_minimal_unittest-testutil .Tpo" "$(DEPDIR)/tcmalloc_minimal_unittest-testutil.Po"; else rm -f "$(DEPDIR)/t cmalloc_minimal_unittest-testutil.Tpo"; exit 1; fi
4673 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/testutil.cc' object='t cmalloc_minimal_unittest-testutil.o' libtool=no @AMDEPBACKSLASH@ 4451 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/testutil.cc' object='t cmalloc_minimal_unittest-testutil.o' libtool=no @AMDEPBACKSLASH@
4674 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 4452 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
4675 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(tcmalloc_minimal_unittest_CXXFLAGS) $(CXXFLAGS) -c -o tcmall oc_minimal_unittest-testutil.o `test -f 'src/tests/testutil.cc' || echo '$(srcdi r)/'`src/tests/testutil.cc 4453 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(tcmalloc_minimal_unittest_CXXFLAGS) $(CXXFLAGS) -c -o tcmall oc_minimal_unittest-testutil.o `test -f 'src/tests/testutil.cc' || echo '$(srcdi r)/'`src/tests/testutil.cc
4676 4454
4677 tcmalloc_minimal_unittest-testutil.obj: src/tests/testutil.cc 4455 tcmalloc_minimal_unittest-testutil.obj: src/tests/testutil.cc
4678 @am__fastdepCXX_TRUE@» $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(tcmalloc_minimal_unittest_CXXFLAGS) $(CXXFLAGS) -MT tcmalloc _minimal_unittest-testutil.obj -MD -MP -MF $(DEPDIR)/tcmalloc_minimal_unittest-t estutil.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) '$(sr cdir)/src/tests/testutil.cc'; fi` 4456 @am__fastdepCXX_TRUE@» if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_C PPFLAGS) $(CPPFLAGS) $(tcmalloc_minimal_unittest_CXXFLAGS) $(CXXFLAGS) -MT tcmal loc_minimal_unittest-testutil.obj -MD -MP -MF "$(DEPDIR)/tcmalloc_minimal_unitte st-testutil.Tpo" -c -o tcmalloc_minimal_unittest-testutil.obj `if test -f 'src/t ests/testutil.cc'; then $(CYGPATH_W) 'src/tests/testutil.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/testutil.cc'; fi`; \
4679 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/tcmalloc_minimal_unittest-testutil.Tpo $ (DEPDIR)/tcmalloc_minimal_unittest-testutil.Po 4457 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/tcmalloc_minimal_unittest-testutil .Tpo" "$(DEPDIR)/tcmalloc_minimal_unittest-testutil.Po"; else rm -f "$(DEPDIR)/t cmalloc_minimal_unittest-testutil.Tpo"; exit 1; fi
4680 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/testutil.cc' object='t cmalloc_minimal_unittest-testutil.obj' libtool=no @AMDEPBACKSLASH@ 4458 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/testutil.cc' object='t cmalloc_minimal_unittest-testutil.obj' libtool=no @AMDEPBACKSLASH@
4681 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 4459 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
4682 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(tcmalloc_minimal_unittest_CXXFLAGS) $(CXXFLAGS) -c -o tcmall oc_minimal_unittest-testutil.obj `if test -f 'src/tests/testutil.cc'; then $(CYG PATH_W) 'src/tests/testutil.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/testutil .cc'; fi` 4460 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(tcmalloc_minimal_unittest_CXXFLAGS) $(CXXFLAGS) -c -o tcmall oc_minimal_unittest-testutil.obj `if test -f 'src/tests/testutil.cc'; then $(CYG PATH_W) 'src/tests/testutil.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/testutil .cc'; fi`
4683 4461
4684 tcmalloc_unittest-tcmalloc_unittest.o: src/tests/tcmalloc_unittest.cc 4462 tcmalloc_unittest-tcmalloc_unittest.o: src/tests/tcmalloc_unittest.cc
4685 @am__fastdepCXX_TRUE@» $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(tcmalloc_unittest_CXXFLAGS) $(CXXFLAGS) -MT tcmalloc_unittes t-tcmalloc_unittest.o -MD -MP -MF $(DEPDIR)/tcmalloc_unittest-tcmalloc_unittest. Tpo -c -o tcmalloc_unittest-tcmalloc_unittest.o `test -f 'src/tests/tcmalloc_uni ttest.cc' || echo '$(srcdir)/'`src/tests/tcmalloc_unittest.cc 4463 @am__fastdepCXX_TRUE@» if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_C PPFLAGS) $(CPPFLAGS) $(tcmalloc_unittest_CXXFLAGS) $(CXXFLAGS) -MT tcmalloc_unit test-tcmalloc_unittest.o -MD -MP -MF "$(DEPDIR)/tcmalloc_unittest-tcmalloc_unitt est.Tpo" -c -o tcmalloc_unittest-tcmalloc_unittest.o `test -f 'src/tests/tcmallo c_unittest.cc' || echo '$(srcdir)/'`src/tests/tcmalloc_unittest.cc; \
4686 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/tcmalloc_unittest-tcmalloc_unittest.Tpo $(DEPDIR)/tcmalloc_unittest-tcmalloc_unittest.Po 4464 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/tcmalloc_unittest-tcmalloc_unittes t.Tpo" "$(DEPDIR)/tcmalloc_unittest-tcmalloc_unittest.Po"; else rm -f "$(DEPDIR) /tcmalloc_unittest-tcmalloc_unittest.Tpo"; exit 1; fi
4687 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/tcmalloc_unittest.cc' object='tcmalloc_unittest-tcmalloc_unittest.o' libtool=no @AMDEPBACKSLASH@ 4465 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/tcmalloc_unittest.cc' object='tcmalloc_unittest-tcmalloc_unittest.o' libtool=no @AMDEPBACKSLASH@
4688 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 4466 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
4689 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(tcmalloc_unittest_CXXFLAGS) $(CXXFLAGS) -c -o tcmalloc_unitt est-tcmalloc_unittest.o `test -f 'src/tests/tcmalloc_unittest.cc' || echo '$(src dir)/'`src/tests/tcmalloc_unittest.cc 4467 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(tcmalloc_unittest_CXXFLAGS) $(CXXFLAGS) -c -o tcmalloc_unitt est-tcmalloc_unittest.o `test -f 'src/tests/tcmalloc_unittest.cc' || echo '$(src dir)/'`src/tests/tcmalloc_unittest.cc
4690 4468
4691 tcmalloc_unittest-tcmalloc_unittest.obj: src/tests/tcmalloc_unittest.cc 4469 tcmalloc_unittest-tcmalloc_unittest.obj: src/tests/tcmalloc_unittest.cc
4692 @am__fastdepCXX_TRUE@» $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(tcmalloc_unittest_CXXFLAGS) $(CXXFLAGS) -MT tcmalloc_unittes t-tcmalloc_unittest.obj -MD -MP -MF $(DEPDIR)/tcmalloc_unittest-tcmalloc_unittes t.Tpo -c -o tcmalloc_unittest-tcmalloc_unittest.obj `if test -f 'src/tests/tcmal loc_unittest.cc'; then $(CYGPATH_W) 'src/tests/tcmalloc_unittest.cc'; else $(CYG PATH_W) '$(srcdir)/src/tests/tcmalloc_unittest.cc'; fi` 4470 @am__fastdepCXX_TRUE@» if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_C PPFLAGS) $(CPPFLAGS) $(tcmalloc_unittest_CXXFLAGS) $(CXXFLAGS) -MT tcmalloc_unit test-tcmalloc_unittest.obj -MD -MP -MF "$(DEPDIR)/tcmalloc_unittest-tcmalloc_uni ttest.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`; \
4693 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/tcmalloc_unittest-tcmalloc_unittest.Tpo $(DEPDIR)/tcmalloc_unittest-tcmalloc_unittest.Po 4471 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/tcmalloc_unittest-tcmalloc_unittes t.Tpo" "$(DEPDIR)/tcmalloc_unittest-tcmalloc_unittest.Po"; else rm -f "$(DEPDIR) /tcmalloc_unittest-tcmalloc_unittest.Tpo"; exit 1; fi
4694 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/tcmalloc_unittest.cc' object='tcmalloc_unittest-tcmalloc_unittest.obj' libtool=no @AMDEPBACKSLASH@ 4472 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/tcmalloc_unittest.cc' object='tcmalloc_unittest-tcmalloc_unittest.obj' libtool=no @AMDEPBACKSLASH@
4695 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 4473 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
4696 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(tcmalloc_unittest_CXXFLAGS) $(CXXFLAGS) -c -o tcmalloc_unitt est-tcmalloc_unittest.obj `if test -f 'src/tests/tcmalloc_unittest.cc'; then $(C YGPATH_W) 'src/tests/tcmalloc_unittest.cc'; else $(CYGPATH_W) '$(srcdir)/src/tes ts/tcmalloc_unittest.cc'; fi` 4474 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(tcmalloc_unittest_CXXFLAGS) $(CXXFLAGS) -c -o tcmalloc_unitt est-tcmalloc_unittest.obj `if test -f 'src/tests/tcmalloc_unittest.cc'; then $(C YGPATH_W) 'src/tests/tcmalloc_unittest.cc'; else $(CYGPATH_W) '$(srcdir)/src/tes ts/tcmalloc_unittest.cc'; fi`
4697 4475
4698 tcmalloc_unittest-testutil.o: src/tests/testutil.cc 4476 tcmalloc_unittest-testutil.o: src/tests/testutil.cc
4699 @am__fastdepCXX_TRUE@» $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(tcmalloc_unittest_CXXFLAGS) $(CXXFLAGS) -MT tcmalloc_unittes t-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/t ests/testutil.cc 4477 @am__fastdepCXX_TRUE@» if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_C PPFLAGS) $(CPPFLAGS) $(tcmalloc_unittest_CXXFLAGS) $(CXXFLAGS) -MT tcmalloc_unit test-testutil.o -MD -MP -MF "$(DEPDIR)/tcmalloc_unittest-testutil.Tpo" -c -o tcm alloc_unittest-testutil.o `test -f 'src/tests/testutil.cc' || echo '$(srcdir)/'` src/tests/testutil.cc; \
4700 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/tcmalloc_unittest-testutil.Tpo $(DEPDIR) /tcmalloc_unittest-testutil.Po 4478 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/tcmalloc_unittest-testutil.Tpo" "$ (DEPDIR)/tcmalloc_unittest-testutil.Po"; else rm -f "$(DEPDIR)/tcmalloc_unittest -testutil.Tpo"; exit 1; fi
4701 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/testutil.cc' object='t cmalloc_unittest-testutil.o' libtool=no @AMDEPBACKSLASH@ 4479 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/testutil.cc' object='t cmalloc_unittest-testutil.o' libtool=no @AMDEPBACKSLASH@
4702 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 4480 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
4703 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(tcmalloc_unittest_CXXFLAGS) $(CXXFLAGS) -c -o tcmalloc_unitt est-testutil.o `test -f 'src/tests/testutil.cc' || echo '$(srcdir)/'`src/tests/t estutil.cc 4481 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(tcmalloc_unittest_CXXFLAGS) $(CXXFLAGS) -c -o tcmalloc_unitt est-testutil.o `test -f 'src/tests/testutil.cc' || echo '$(srcdir)/'`src/tests/t estutil.cc
4704 4482
4705 tcmalloc_unittest-testutil.obj: src/tests/testutil.cc 4483 tcmalloc_unittest-testutil.obj: src/tests/testutil.cc
4706 @am__fastdepCXX_TRUE@» $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(tcmalloc_unittest_CXXFLAGS) $(CXXFLAGS) -MT tcmalloc_unittes t-testutil.obj -MD -MP -MF $(DEPDIR)/tcmalloc_unittest-testutil.Tpo -c -o tcmall oc_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 ` 4484 @am__fastdepCXX_TRUE@» if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_C PPFLAGS) $(CPPFLAGS) $(tcmalloc_unittest_CXXFLAGS) $(CXXFLAGS) -MT tcmalloc_unit test-testutil.obj -MD -MP -MF "$(DEPDIR)/tcmalloc_unittest-testutil.Tpo" -c -o t cmalloc_unittest-testutil.obj `if test -f 'src/tests/testutil.cc'; then $(CYGPAT H_W) 'src/tests/testutil.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/testutil.cc '; fi`; \
4707 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/tcmalloc_unittest-testutil.Tpo $(DEPDIR) /tcmalloc_unittest-testutil.Po 4485 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/tcmalloc_unittest-testutil.Tpo" "$ (DEPDIR)/tcmalloc_unittest-testutil.Po"; else rm -f "$(DEPDIR)/tcmalloc_unittest -testutil.Tpo"; exit 1; fi
4708 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/testutil.cc' object='t cmalloc_unittest-testutil.obj' libtool=no @AMDEPBACKSLASH@ 4486 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/testutil.cc' object='t cmalloc_unittest-testutil.obj' libtool=no @AMDEPBACKSLASH@
4709 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 4487 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
4710 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(tcmalloc_unittest_CXXFLAGS) $(CXXFLAGS) -c -o tcmalloc_unitt est-testutil.obj `if test -f 'src/tests/testutil.cc'; then $(CYGPATH_W) 'src/tes ts/testutil.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/testutil.cc'; fi` 4488 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(tcmalloc_unittest_CXXFLAGS) $(CXXFLAGS) -c -o tcmalloc_unitt est-testutil.obj `if test -f 'src/tests/testutil.cc'; then $(CYGPATH_W) 'src/tes ts/testutil.cc'; else $(CYGPATH_W) '$(srcdir)/src/tests/testutil.cc'; fi`
4711 4489
4712 thread_dealloc_unittest-thread_dealloc_unittest.o: src/tests/thread_dealloc_unit test.cc 4490 thread_dealloc_unittest-thread_dealloc_unittest.o: src/tests/thread_dealloc_unit test.cc
4713 @am__fastdepCXX_TRUE@» $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(thread_dealloc_unittest_CXXFLAGS) $(CXXFLAGS) -MT thread_dea lloc_unittest-thread_dealloc_unittest.o -MD -MP -MF $(DEPDIR)/thread_dealloc_uni ttest-thread_dealloc_unittest.Tpo -c -o thread_dealloc_unittest-thread_dealloc_u nittest.o `test -f 'src/tests/thread_dealloc_unittest.cc' || echo '$(srcdir)/'`s rc/tests/thread_dealloc_unittest.cc 4491 @am__fastdepCXX_TRUE@» if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_C PPFLAGS) $(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_deal loc_unittest.o `test -f 'src/tests/thread_dealloc_unittest.cc' || echo '$(srcdir )/'`src/tests/thread_dealloc_unittest.cc; \
4714 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/thread_dealloc_unittest-thread_dealloc_u nittest.Tpo $(DEPDIR)/thread_dealloc_unittest-thread_dealloc_unittest.Po 4492 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/thread_dealloc_unittest-thread_dea lloc_unittest.Tpo" "$(DEPDIR)/thread_dealloc_unittest-thread_dealloc_unittest.Po "; else rm -f "$(DEPDIR)/thread_dealloc_unittest-thread_dealloc_unittest.Tpo"; e xit 1; fi
4715 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/thread_dealloc_unittes t.cc' object='thread_dealloc_unittest-thread_dealloc_unittest.o' libtool=no @AMD EPBACKSLASH@ 4493 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/thread_dealloc_unittes t.cc' object='thread_dealloc_unittest-thread_dealloc_unittest.o' libtool=no @AMD EPBACKSLASH@
4716 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 4494 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
4717 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(thread_dealloc_unittest_CXXFLAGS) $(CXXFLAGS) -c -o thread_d ealloc_unittest-thread_dealloc_unittest.o `test -f 'src/tests/thread_dealloc_uni ttest.cc' || echo '$(srcdir)/'`src/tests/thread_dealloc_unittest.cc 4495 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(thread_dealloc_unittest_CXXFLAGS) $(CXXFLAGS) -c -o thread_d ealloc_unittest-thread_dealloc_unittest.o `test -f 'src/tests/thread_dealloc_uni ttest.cc' || echo '$(srcdir)/'`src/tests/thread_dealloc_unittest.cc
4718 4496
4719 thread_dealloc_unittest-thread_dealloc_unittest.obj: src/tests/thread_dealloc_un ittest.cc 4497 thread_dealloc_unittest-thread_dealloc_unittest.obj: src/tests/thread_dealloc_un ittest.cc
4720 @am__fastdepCXX_TRUE@» $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(thread_dealloc_unittest_CXXFLAGS) $(CXXFLAGS) -MT thread_dea lloc_unittest-thread_dealloc_unittest.obj -MD -MP -MF $(DEPDIR)/thread_dealloc_u nittest-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/tes ts/thread_dealloc_unittest.cc'; fi` 4498 @am__fastdepCXX_TRUE@» if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_C PPFLAGS) $(CPPFLAGS) $(thread_dealloc_unittest_CXXFLAGS) $(CXXFLAGS) -MT thread_ dealloc_unittest-thread_dealloc_unittest.obj -MD -MP -MF "$(DEPDIR)/thread_deall oc_unittest-thread_dealloc_unittest.Tpo" -c -o thread_dealloc_unittest-thread_de alloc_unittest.obj `if test -f 'src/tests/thread_dealloc_unittest.cc'; then $(CY GPATH_W) 'src/tests/thread_dealloc_unittest.cc'; else $(CYGPATH_W) '$(srcdir)/sr c/tests/thread_dealloc_unittest.cc'; fi`; \
4721 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/thread_dealloc_unittest-thread_dealloc_u nittest.Tpo $(DEPDIR)/thread_dealloc_unittest-thread_dealloc_unittest.Po 4499 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/thread_dealloc_unittest-thread_dea lloc_unittest.Tpo" "$(DEPDIR)/thread_dealloc_unittest-thread_dealloc_unittest.Po "; else rm -f "$(DEPDIR)/thread_dealloc_unittest-thread_dealloc_unittest.Tpo"; e xit 1; fi
4722 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/thread_dealloc_unittes t.cc' object='thread_dealloc_unittest-thread_dealloc_unittest.obj' libtool=no @A MDEPBACKSLASH@ 4500 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/thread_dealloc_unittes t.cc' object='thread_dealloc_unittest-thread_dealloc_unittest.obj' libtool=no @A MDEPBACKSLASH@
4723 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 4501 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
4724 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(thread_dealloc_unittest_CXXFLAGS) $(CXXFLAGS) -c -o thread_d ealloc_unittest-thread_dealloc_unittest.obj `if test -f 'src/tests/thread_deallo c_unittest.cc'; then $(CYGPATH_W) 'src/tests/thread_dealloc_unittest.cc'; else $ (CYGPATH_W) '$(srcdir)/src/tests/thread_dealloc_unittest.cc'; fi` 4502 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(thread_dealloc_unittest_CXXFLAGS) $(CXXFLAGS) -c -o thread_d ealloc_unittest-thread_dealloc_unittest.obj `if test -f 'src/tests/thread_deallo c_unittest.cc'; then $(CYGPATH_W) 'src/tests/thread_dealloc_unittest.cc'; else $ (CYGPATH_W) '$(srcdir)/src/tests/thread_dealloc_unittest.cc'; fi`
4725 4503
4726 thread_dealloc_unittest-testutil.o: src/tests/testutil.cc 4504 thread_dealloc_unittest-testutil.o: src/tests/testutil.cc
4727 @am__fastdepCXX_TRUE@» $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(thread_dealloc_unittest_CXXFLAGS) $(CXXFLAGS) -MT thread_dea lloc_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 4505 @am__fastdepCXX_TRUE@» if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_C PPFLAGS) $(CPPFLAGS) $(thread_dealloc_unittest_CXXFLAGS) $(CXXFLAGS) -MT thread_ dealloc_unittest-testutil.o -MD -MP -MF "$(DEPDIR)/thread_dealloc_unittest-testu til.Tpo" -c -o thread_dealloc_unittest-testutil.o `test -f 'src/tests/testutil.c c' || echo '$(srcdir)/'`src/tests/testutil.cc; \
4728 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/thread_dealloc_unittest-testutil.Tpo $(D EPDIR)/thread_dealloc_unittest-testutil.Po 4506 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/thread_dealloc_unittest-testutil.T po" "$(DEPDIR)/thread_dealloc_unittest-testutil.Po"; else rm -f "$(DEPDIR)/threa d_dealloc_unittest-testutil.Tpo"; exit 1; fi
4729 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/testutil.cc' object='t hread_dealloc_unittest-testutil.o' libtool=no @AMDEPBACKSLASH@ 4507 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/testutil.cc' object='t hread_dealloc_unittest-testutil.o' libtool=no @AMDEPBACKSLASH@
4730 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 4508 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
4731 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(thread_dealloc_unittest_CXXFLAGS) $(CXXFLAGS) -c -o thread_d ealloc_unittest-testutil.o `test -f 'src/tests/testutil.cc' || echo '$(srcdir)/' `src/tests/testutil.cc 4509 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(thread_dealloc_unittest_CXXFLAGS) $(CXXFLAGS) -c -o thread_d ealloc_unittest-testutil.o `test -f 'src/tests/testutil.cc' || echo '$(srcdir)/' `src/tests/testutil.cc
4732 4510
4733 thread_dealloc_unittest-testutil.obj: src/tests/testutil.cc 4511 thread_dealloc_unittest-testutil.obj: src/tests/testutil.cc
4734 @am__fastdepCXX_TRUE@» $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(thread_dealloc_unittest_CXXFLAGS) $(CXXFLAGS) -MT thread_dea lloc_unittest-testutil.obj -MD -MP -MF $(DEPDIR)/thread_dealloc_unittest-testuti l.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)/sr c/tests/testutil.cc'; fi` 4512 @am__fastdepCXX_TRUE@» if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_C PPFLAGS) $(CPPFLAGS) $(thread_dealloc_unittest_CXXFLAGS) $(CXXFLAGS) -MT thread_ dealloc_unittest-testutil.obj -MD -MP -MF "$(DEPDIR)/thread_dealloc_unittest-tes tutil.Tpo" -c -o thread_dealloc_unittest-testutil.obj `if test -f 'src/tests/tes tutil.cc'; then $(CYGPATH_W) 'src/tests/testutil.cc'; else $(CYGPATH_W) '$(srcdi r)/src/tests/testutil.cc'; fi`; \
4735 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/thread_dealloc_unittest-testutil.Tpo $(D EPDIR)/thread_dealloc_unittest-testutil.Po 4513 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/thread_dealloc_unittest-testutil.T po" "$(DEPDIR)/thread_dealloc_unittest-testutil.Po"; else rm -f "$(DEPDIR)/threa d_dealloc_unittest-testutil.Tpo"; exit 1; fi
4736 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/testutil.cc' object='t hread_dealloc_unittest-testutil.obj' libtool=no @AMDEPBACKSLASH@ 4514 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/testutil.cc' object='t hread_dealloc_unittest-testutil.obj' libtool=no @AMDEPBACKSLASH@
4737 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 4515 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
4738 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(thread_dealloc_unittest_CXXFLAGS) $(CXXFLAGS) -c -o thread_d ealloc_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` 4516 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPF LAGS) $(CPPFLAGS) $(thread_dealloc_unittest_CXXFLAGS) $(CXXFLAGS) -c -o thread_d ealloc_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`
4739 4517
4740 mostlyclean-libtool: 4518 mostlyclean-libtool:
4741 -rm -f *.lo 4519 -rm -f *.lo
4742 4520
4743 clean-libtool: 4521 clean-libtool:
4744 -rm -rf .libs _libs 4522 -rm -rf .libs _libs
4745 4523
4746 distclean-libtool: 4524 distclean-libtool:
4747 -rm -f libtool 4525 -rm -f libtool
4526 uninstall-info-am:
4748 install-man1: $(man1_MANS) $(man_MANS) 4527 install-man1: $(man1_MANS) $(man_MANS)
4749 @$(NORMAL_INSTALL) 4528 @$(NORMAL_INSTALL)
4750 » test -z "$(man1dir)" || $(MKDIR_P) "$(DESTDIR)$(man1dir)" 4529 » test -z "$(man1dir)" || $(mkdir_p) "$(DESTDIR)$(man1dir)"
4751 @list='$(man1_MANS) $(dist_man1_MANS) $(nodist_man1_MANS)'; \ 4530 @list='$(man1_MANS) $(dist_man1_MANS) $(nodist_man1_MANS)'; \
4752 l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \ 4531 l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
4753 for i in $$l2; do \ 4532 for i in $$l2; do \
4754 case "$$i" in \ 4533 case "$$i" in \
4755 *.1*) list="$$list $$i" ;; \ 4534 *.1*) list="$$list $$i" ;; \
4756 esac; \ 4535 esac; \
4757 done; \ 4536 done; \
4758 for i in $$list; do \ 4537 for i in $$list; do \
4759 if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \ 4538 if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
4760 else file=$$i; fi; \ 4539 else file=$$i; fi; \
(...skipping 24 matching lines...) Expand all
4785 *) ext='1' ;; \ 4564 *) ext='1' ;; \
4786 esac; \ 4565 esac; \
4787 inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \ 4566 inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
4788 inst=`echo $$inst | sed -e 's/^.*\///'`; \ 4567 inst=`echo $$inst | sed -e 's/^.*\///'`; \
4789 inst=`echo $$inst | sed '$(transform)'`.$$ext; \ 4568 inst=`echo $$inst | sed '$(transform)'`.$$ext; \
4790 echo " rm -f '$(DESTDIR)$(man1dir)/$$inst'"; \ 4569 echo " rm -f '$(DESTDIR)$(man1dir)/$$inst'"; \
4791 rm -f "$(DESTDIR)$(man1dir)/$$inst"; \ 4570 rm -f "$(DESTDIR)$(man1dir)/$$inst"; \
4792 done 4571 done
4793 install-dist_docDATA: $(dist_doc_DATA) 4572 install-dist_docDATA: $(dist_doc_DATA)
4794 @$(NORMAL_INSTALL) 4573 @$(NORMAL_INSTALL)
4795 » test -z "$(docdir)" || $(MKDIR_P) "$(DESTDIR)$(docdir)" 4574 » test -z "$(docdir)" || $(mkdir_p) "$(DESTDIR)$(docdir)"
4796 @list='$(dist_doc_DATA)'; for p in $$list; do \ 4575 @list='$(dist_doc_DATA)'; for p in $$list; do \
4797 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 4576 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
4798 f=$(am__strip_dir) \ 4577 f=$(am__strip_dir) \
4799 echo " $(dist_docDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(docdir)/$$f'"; \ 4578 echo " $(dist_docDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(docdir)/$$f'"; \
4800 $(dist_docDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(docdir)/$$f"; \ 4579 $(dist_docDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(docdir)/$$f"; \
4801 done 4580 done
4802 4581
4803 uninstall-dist_docDATA: 4582 uninstall-dist_docDATA:
4804 @$(NORMAL_UNINSTALL) 4583 @$(NORMAL_UNINSTALL)
4805 @list='$(dist_doc_DATA)'; for p in $$list; do \ 4584 @list='$(dist_doc_DATA)'; for p in $$list; do \
4806 f=$(am__strip_dir) \ 4585 f=$(am__strip_dir) \
4807 echo " rm -f '$(DESTDIR)$(docdir)/$$f'"; \ 4586 echo " rm -f '$(DESTDIR)$(docdir)/$$f'"; \
4808 rm -f "$(DESTDIR)$(docdir)/$$f"; \ 4587 rm -f "$(DESTDIR)$(docdir)/$$f"; \
4809 done 4588 done
4810 install-pkgconfigDATA: $(pkgconfig_DATA) 4589 install-pkgconfigDATA: $(pkgconfig_DATA)
4811 @$(NORMAL_INSTALL) 4590 @$(NORMAL_INSTALL)
4812 » test -z "$(pkgconfigdir)" || $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" 4591 » test -z "$(pkgconfigdir)" || $(mkdir_p) "$(DESTDIR)$(pkgconfigdir)"
4813 @list='$(pkgconfig_DATA)'; for p in $$list; do \ 4592 @list='$(pkgconfig_DATA)'; for p in $$list; do \
4814 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 4593 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
4815 f=$(am__strip_dir) \ 4594 f=$(am__strip_dir) \
4816 echo " $(pkgconfigDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(pkgconfigdir)/$$ f'"; \ 4595 echo " $(pkgconfigDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(pkgconfigdir)/$$ f'"; \
4817 $(pkgconfigDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(pkgconfigdir)/$$f"; \ 4596 $(pkgconfigDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(pkgconfigdir)/$$f"; \
4818 done 4597 done
4819 4598
4820 uninstall-pkgconfigDATA: 4599 uninstall-pkgconfigDATA:
4821 @$(NORMAL_UNINSTALL) 4600 @$(NORMAL_UNINSTALL)
4822 @list='$(pkgconfig_DATA)'; for p in $$list; do \ 4601 @list='$(pkgconfig_DATA)'; for p in $$list; do \
4823 f=$(am__strip_dir) \ 4602 f=$(am__strip_dir) \
4824 echo " rm -f '$(DESTDIR)$(pkgconfigdir)/$$f'"; \ 4603 echo " rm -f '$(DESTDIR)$(pkgconfigdir)/$$f'"; \
4825 rm -f "$(DESTDIR)$(pkgconfigdir)/$$f"; \ 4604 rm -f "$(DESTDIR)$(pkgconfigdir)/$$f"; \
4826 done 4605 done
4827 install-googleincludeHEADERS: $(googleinclude_HEADERS) 4606 install-googleincludeHEADERS: $(googleinclude_HEADERS)
4828 @$(NORMAL_INSTALL) 4607 @$(NORMAL_INSTALL)
4829 » test -z "$(googleincludedir)" || $(MKDIR_P) "$(DESTDIR)$(googleincludedi r)" 4608 » test -z "$(googleincludedir)" || $(mkdir_p) "$(DESTDIR)$(googleincludedi r)"
4830 @list='$(googleinclude_HEADERS)'; for p in $$list; do \ 4609 @list='$(googleinclude_HEADERS)'; for p in $$list; do \
4831 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 4610 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
4832 f=$(am__strip_dir) \ 4611 f=$(am__strip_dir) \
4833 echo " $(googleincludeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(googleinc ludedir)/$$f'"; \ 4612 echo " $(googleincludeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(googleinc ludedir)/$$f'"; \
4834 $(googleincludeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(googleincludedir )/$$f"; \ 4613 $(googleincludeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(googleincludedir )/$$f"; \
4835 done 4614 done
4836 4615
4837 uninstall-googleincludeHEADERS: 4616 uninstall-googleincludeHEADERS:
4838 @$(NORMAL_UNINSTALL) 4617 @$(NORMAL_UNINSTALL)
4839 @list='$(googleinclude_HEADERS)'; for p in $$list; do \ 4618 @list='$(googleinclude_HEADERS)'; for p in $$list; do \
4840 f=$(am__strip_dir) \ 4619 f=$(am__strip_dir) \
4841 echo " rm -f '$(DESTDIR)$(googleincludedir)/$$f'"; \ 4620 echo " rm -f '$(DESTDIR)$(googleincludedir)/$$f'"; \
4842 rm -f "$(DESTDIR)$(googleincludedir)/$$f"; \ 4621 rm -f "$(DESTDIR)$(googleincludedir)/$$f"; \
4843 done 4622 done
4844 install-nodist_perftoolsincludeHEADERS: $(nodist_perftoolsinclude_HEADERS) 4623 install-nodist_googleincludeHEADERS: $(nodist_googleinclude_HEADERS)
4845 @$(NORMAL_INSTALL) 4624 @$(NORMAL_INSTALL)
4846 » test -z "$(perftoolsincludedir)" || $(MKDIR_P) "$(DESTDIR)$(perftoolsinc ludedir)" 4625 » test -z "$(googleincludedir)" || $(mkdir_p) "$(DESTDIR)$(googleincludedi r)"
4847 » @list='$(nodist_perftoolsinclude_HEADERS)'; for p in $$list; do \ 4626 » @list='$(nodist_googleinclude_HEADERS)'; for p in $$list; do \
4848 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 4627 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
4849 f=$(am__strip_dir) \ 4628 f=$(am__strip_dir) \
4850 » echo " $(nodist_perftoolsincludeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$ (perftoolsincludedir)/$$f'"; \ 4629 » echo " $(nodist_googleincludeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(go ogleincludedir)/$$f'"; \
4851 » $(nodist_perftoolsincludeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(perfto olsincludedir)/$$f"; \ 4630 » $(nodist_googleincludeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(googleinc ludedir)/$$f"; \
4852 done 4631 done
4853 4632
4854 uninstall-nodist_perftoolsincludeHEADERS: 4633 uninstall-nodist_googleincludeHEADERS:
4855 @$(NORMAL_UNINSTALL) 4634 @$(NORMAL_UNINSTALL)
4856 » @list='$(nodist_perftoolsinclude_HEADERS)'; for p in $$list; do \ 4635 » @list='$(nodist_googleinclude_HEADERS)'; for p in $$list; do \
4857 f=$(am__strip_dir) \ 4636 f=$(am__strip_dir) \
4858 » echo " rm -f '$(DESTDIR)$(perftoolsincludedir)/$$f'"; \ 4637 » echo " rm -f '$(DESTDIR)$(googleincludedir)/$$f'"; \
4859 » rm -f "$(DESTDIR)$(perftoolsincludedir)/$$f"; \ 4638 » rm -f "$(DESTDIR)$(googleincludedir)/$$f"; \
4860 » done
4861 install-perftoolsincludeHEADERS: $(perftoolsinclude_HEADERS)
4862 » @$(NORMAL_INSTALL)
4863 » test -z "$(perftoolsincludedir)" || $(MKDIR_P) "$(DESTDIR)$(perftoolsinc ludedir)"
4864 » @list='$(perftoolsinclude_HEADERS)'; for p in $$list; do \
4865 » if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
4866 » f=$(am__strip_dir) \
4867 » echo " $(perftoolsincludeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(perfto olsincludedir)/$$f'"; \
4868 » $(perftoolsincludeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(perftoolsincl udedir)/$$f"; \
4869 » done
4870
4871 uninstall-perftoolsincludeHEADERS:
4872 » @$(NORMAL_UNINSTALL)
4873 » @list='$(perftoolsinclude_HEADERS)'; for p in $$list; do \
4874 » f=$(am__strip_dir) \
4875 » echo " rm -f '$(DESTDIR)$(perftoolsincludedir)/$$f'"; \
4876 » rm -f "$(DESTDIR)$(perftoolsincludedir)/$$f"; \
4877 done 4639 done
4878 4640
4879 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) 4641 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
4880 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 4642 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
4881 unique=`for i in $$list; do \ 4643 unique=`for i in $$list; do \
4882 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 4644 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
4883 done | \ 4645 done | \
4884 » $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \ 4646 » $(AWK) ' { files[$$0] = 1; } \
4885 » END { if (nonempty) { for (i in files) print i; }; }'`; \ 4647 » END { for (i in files) print i; }'`; \
4886 mkid -fID $$unique 4648 mkid -fID $$unique
4887 tags: TAGS 4649 tags: TAGS
4888 4650
4889 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 4651 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
4890 $(TAGS_FILES) $(LISP) 4652 $(TAGS_FILES) $(LISP)
4891 tags=; \ 4653 tags=; \
4892 here=`pwd`; \ 4654 here=`pwd`; \
4893 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 4655 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
4894 unique=`for i in $$list; do \ 4656 unique=`for i in $$list; do \
4895 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 4657 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
4896 done | \ 4658 done | \
4897 » $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 4659 » $(AWK) ' { files[$$0] = 1; } \
4898 » END { if (nonempty) { for (i in files) print i; }; }'`; \ 4660 » END { for (i in files) print i; }'`; \
4899 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ 4661 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
4900 test -n "$$unique" || unique=$$empty_fix; \ 4662 test -n "$$unique" || unique=$$empty_fix; \
4901 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 4663 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
4902 $$tags $$unique; \ 4664 $$tags $$unique; \
4903 fi 4665 fi
4904 ctags: CTAGS 4666 ctags: CTAGS
4905 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 4667 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
4906 $(TAGS_FILES) $(LISP) 4668 $(TAGS_FILES) $(LISP)
4907 tags=; \ 4669 tags=; \
4670 here=`pwd`; \
4908 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 4671 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
4909 unique=`for i in $$list; do \ 4672 unique=`for i in $$list; do \
4910 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 4673 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
4911 done | \ 4674 done | \
4912 » $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 4675 » $(AWK) ' { files[$$0] = 1; } \
4913 » END { if (nonempty) { for (i in files) print i; }; }'`; \ 4676 » END { for (i in files) print i; }'`; \
4914 test -z "$(CTAGS_ARGS)$$tags$$unique" \ 4677 test -z "$(CTAGS_ARGS)$$tags$$unique" \
4915 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 4678 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
4916 $$tags $$unique 4679 $$tags $$unique
4917 4680
4918 GTAGS: 4681 GTAGS:
4919 here=`$(am__cd) $(top_builddir) && pwd` \ 4682 here=`$(am__cd) $(top_builddir) && pwd` \
4920 && cd $(top_srcdir) \ 4683 && cd $(top_srcdir) \
4921 && gtags -i $(GTAGS_ARGS) $$here 4684 && gtags -i $(GTAGS_ARGS) $$here
4922 4685
4923 distclean-tags: 4686 distclean-tags:
4924 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 4687 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
4925 4688
4926 check-TESTS: $(TESTS) 4689 check-TESTS: $(TESTS)
4927 » @failed=0; all=0; xfail=0; xpass=0; skip=0; ws='[» ]'; \ 4690 » @failed=0; all=0; xfail=0; xpass=0; skip=0; \
4928 srcdir=$(srcdir); export srcdir; \ 4691 srcdir=$(srcdir); export srcdir; \
4929 » list=' $(TESTS) '; \ 4692 » list='$(TESTS)'; \
4930 if test -n "$$list"; then \ 4693 if test -n "$$list"; then \
4931 for tst in $$list; do \ 4694 for tst in $$list; do \
4932 if test -f ./$$tst; then dir=./; \ 4695 if test -f ./$$tst; then dir=./; \
4933 elif test -f $$tst; then dir=; \ 4696 elif test -f $$tst; then dir=; \
4934 else dir="$(srcdir)/"; fi; \ 4697 else dir="$(srcdir)/"; fi; \
4935 if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \ 4698 if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
4936 all=`expr $$all + 1`; \ 4699 all=`expr $$all + 1`; \
4937 case " $(XFAIL_TESTS) " in \ 4700 case " $(XFAIL_TESTS) " in \
4938 » *$$ws$$tst$$ws*) \ 4701 » *" $$tst "*) \
4939 xpass=`expr $$xpass + 1`; \ 4702 xpass=`expr $$xpass + 1`; \
4940 failed=`expr $$failed + 1`; \ 4703 failed=`expr $$failed + 1`; \
4941 echo "XPASS: $$tst"; \ 4704 echo "XPASS: $$tst"; \
4942 ;; \ 4705 ;; \
4943 *) \ 4706 *) \
4944 echo "PASS: $$tst"; \ 4707 echo "PASS: $$tst"; \
4945 ;; \ 4708 ;; \
4946 esac; \ 4709 esac; \
4947 elif test $$? -ne 77; then \ 4710 elif test $$? -ne 77; then \
4948 all=`expr $$all + 1`; \ 4711 all=`expr $$all + 1`; \
4949 case " $(XFAIL_TESTS) " in \ 4712 case " $(XFAIL_TESTS) " in \
4950 » *$$ws$$tst$$ws*) \ 4713 » *" $$tst "*) \
4951 xfail=`expr $$xfail + 1`; \ 4714 xfail=`expr $$xfail + 1`; \
4952 echo "XFAIL: $$tst"; \ 4715 echo "XFAIL: $$tst"; \
4953 ;; \ 4716 ;; \
4954 *) \ 4717 *) \
4955 failed=`expr $$failed + 1`; \ 4718 failed=`expr $$failed + 1`; \
4956 echo "FAIL: $$tst"; \ 4719 echo "FAIL: $$tst"; \
4957 ;; \ 4720 ;; \
4958 esac; \ 4721 esac; \
4959 else \ 4722 else \
4960 skip=`expr $$skip + 1`; \ 4723 skip=`expr $$skip + 1`; \
(...skipping 30 matching lines...) Expand all
4991 echo "$$dashes"; \ 4754 echo "$$dashes"; \
4992 echo "$$banner"; \ 4755 echo "$$banner"; \
4993 test -z "$$skipped" || echo "$$skipped"; \ 4756 test -z "$$skipped" || echo "$$skipped"; \
4994 test -z "$$report" || echo "$$report"; \ 4757 test -z "$$report" || echo "$$report"; \
4995 echo "$$dashes"; \ 4758 echo "$$dashes"; \
4996 test "$$failed" -eq 0; \ 4759 test "$$failed" -eq 0; \
4997 else :; fi 4760 else :; fi
4998 4761
4999 distdir: $(DISTFILES) 4762 distdir: $(DISTFILES)
5000 $(am__remove_distdir) 4763 $(am__remove_distdir)
5001 » test -d $(distdir) || mkdir $(distdir) 4764 » mkdir $(distdir)
5002 » @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 4765 » $(mkdir_p) $(distdir)/$(top_srcdir) $(distdir)/doc $(distdir)/m4 $(distd ir)/packages $(distdir)/packages/rpm $(distdir)/src $(distdir)/src/google $(dist dir)/src/solaris $(distdir)/src/tests $(distdir)/src/windows $(distdir)/src/wind ows/google $(distdir)/vsprojects/addr2line-pdb $(distdir)/vsprojects/addressmap_ unittest $(distdir)/vsprojects/current_allocated_bytes_test $(distdir)/vsproject s/frag_unittest $(distdir)/vsprojects/libtcmalloc_minimal $(distdir)/vsprojects/ low_level_alloc_unittest $(distdir)/vsprojects/malloc_extension_test $(distdir)/ vsprojects/malloc_hook_test $(distdir)/vsprojects/markidle_unittest $(distdir)/v sprojects/nm-pdb $(distdir)/vsprojects/packed-cache_test $(distdir)/vsprojects/p age_heap_test $(distdir)/vsprojects/pagemap_unittest $(distdir)/vsprojects/reall oc_unittest $(distdir)/vsprojects/sampler_test $(distdir)/vsprojects/stack_trace _table_test $(distdir)/vsprojects/tcmalloc_minimal_large $(distdir)/vsprojects/t cmalloc_minimal_unittest $(distdir)/vsprojects/thread_dealloc_unittest $(distdir )/vsprojects/tmu-static
5003 » topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 4766 » @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
5004 » list='$(DISTFILES)'; \ 4767 » topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
5005 » dist_files=`for file in $$list; do echo $$file; done | \ 4768 » list='$(DISTFILES)'; for file in $$list; do \
5006 » sed -e "s|^$$srcdirstrip/||;t" \ 4769 » case $$file in \
5007 » -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 4770 » $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
5008 » case $$dist_files in \ 4771 » $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(t op_builddir)/|"`;; \
5009 » */*) $(MKDIR_P) `echo "$$dist_files" | \ 4772 » esac; \
5010 » » » sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
5011 » » » sort -u` ;; \
5012 » esac; \
5013 » for file in $$dist_files; do \
5014 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 4773 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
4774 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
4775 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
4776 dir="/$$dir"; \
4777 $(mkdir_p) "$(distdir)$$dir"; \
4778 else \
4779 dir=''; \
4780 fi; \
5015 if test -d $$d/$$file; then \ 4781 if test -d $$d/$$file; then \
5016 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
5017 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 4782 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
5018 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ 4783 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
5019 fi; \ 4784 fi; \
5020 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ 4785 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
5021 else \ 4786 else \
5022 test -f $(distdir)/$$file \ 4787 test -f $(distdir)/$$file \
5023 || cp -p $$d/$$file $(distdir)/$$file \ 4788 || cp -p $$d/$$file $(distdir)/$$file \
5024 || exit 1; \ 4789 || exit 1; \
5025 fi; \ 4790 fi; \
5026 done 4791 done
5027 $(MAKE) $(AM_MAKEFLAGS) \ 4792 $(MAKE) $(AM_MAKEFLAGS) \
5028 top_distdir="$(top_distdir)" distdir="$(distdir)" \ 4793 top_distdir="$(top_distdir)" distdir="$(distdir)" \
5029 dist-hook 4794 dist-hook
5030 -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \ 4795 -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
5031 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ 4796 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
5032 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ 4797 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
5033 » ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ 4798 » ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
5034 || chmod -R a+r $(distdir) 4799 || chmod -R a+r $(distdir)
5035 dist-gzip: distdir 4800 dist-gzip: distdir
5036 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).t ar.gz 4801 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).t ar.gz
5037 $(am__remove_distdir) 4802 $(am__remove_distdir)
5038 4803
5039 dist-bzip2: distdir 4804 dist-bzip2: distdir
5040 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2 4805 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
5041 $(am__remove_distdir) 4806 $(am__remove_distdir)
5042 4807
5043 dist-lzma: distdir
5044 tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
5045 $(am__remove_distdir)
5046
5047 dist-tarZ: distdir 4808 dist-tarZ: distdir
5048 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z 4809 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
5049 $(am__remove_distdir) 4810 $(am__remove_distdir)
5050 4811
5051 dist-shar: distdir 4812 dist-shar: distdir
5052 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz 4813 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
5053 $(am__remove_distdir) 4814 $(am__remove_distdir)
5054 dist-zip: distdir 4815 dist-zip: distdir
5055 -rm -f $(distdir).zip 4816 -rm -f $(distdir).zip
5056 zip -rq $(distdir).zip $(distdir) 4817 zip -rq $(distdir).zip $(distdir)
5057 $(am__remove_distdir) 4818 $(am__remove_distdir)
5058 4819
5059 dist dist-all: distdir 4820 dist dist-all: distdir
5060 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).t ar.gz 4821 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).t ar.gz
5061 -rm -f $(distdir).zip 4822 -rm -f $(distdir).zip
5062 zip -rq $(distdir).zip $(distdir) 4823 zip -rq $(distdir).zip $(distdir)
5063 $(am__remove_distdir) 4824 $(am__remove_distdir)
5064 4825
5065 # This target untars the dist file and tries a VPATH configuration. Then 4826 # This target untars the dist file and tries a VPATH configuration. Then
5066 # it guarantees that the distribution is self-contained by making another 4827 # it guarantees that the distribution is self-contained by making another
5067 # tarfile. 4828 # tarfile.
5068 distcheck: dist 4829 distcheck: dist
5069 case '$(DIST_ARCHIVES)' in \ 4830 case '$(DIST_ARCHIVES)' in \
5070 *.tar.gz*) \ 4831 *.tar.gz*) \
5071 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\ 4832 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
5072 *.tar.bz2*) \ 4833 *.tar.bz2*) \
5073 bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\ 4834 bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
5074 *.tar.lzma*) \
5075 unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
5076 *.tar.Z*) \ 4835 *.tar.Z*) \
5077 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ 4836 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
5078 *.shar.gz*) \ 4837 *.shar.gz*) \
5079 GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\ 4838 GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
5080 *.zip*) \ 4839 *.zip*) \
5081 unzip $(distdir).zip ;;\ 4840 unzip $(distdir).zip ;;\
5082 esac 4841 esac
5083 chmod -R a-w $(distdir); chmod a+w $(distdir) 4842 chmod -R a-w $(distdir); chmod a+w $(distdir)
5084 mkdir $(distdir)/_build 4843 mkdir $(distdir)/_build
5085 mkdir $(distdir)/_inst 4844 mkdir $(distdir)/_inst
(...skipping 19 matching lines...) Expand all
5105 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ 4864 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
5106 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ 4865 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
5107 } || { rm -rf "$$dc_destdir"; exit 1; }) \ 4866 } || { rm -rf "$$dc_destdir"; exit 1; }) \
5108 && rm -rf "$$dc_destdir" \ 4867 && rm -rf "$$dc_destdir" \
5109 && $(MAKE) $(AM_MAKEFLAGS) dist \ 4868 && $(MAKE) $(AM_MAKEFLAGS) dist \
5110 && rm -rf $(DIST_ARCHIVES) \ 4869 && rm -rf $(DIST_ARCHIVES) \
5111 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck 4870 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
5112 $(am__remove_distdir) 4871 $(am__remove_distdir)
5113 @(echo "$(distdir) archives ready for distribution: "; \ 4872 @(echo "$(distdir) archives ready for distribution: "; \
5114 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ 4873 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
5115 » sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' 4874 » sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}'
5116 distuninstallcheck: 4875 distuninstallcheck:
5117 @cd $(distuninstallcheck_dir) \ 4876 @cd $(distuninstallcheck_dir) \
5118 && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \ 4877 && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
5119 || { echo "ERROR: files left after uninstall:" ; \ 4878 || { echo "ERROR: files left after uninstall:" ; \
5120 if test -n "$(DESTDIR)"; then \ 4879 if test -n "$(DESTDIR)"; then \
5121 echo " (check DESTDIR support)"; \ 4880 echo " (check DESTDIR support)"; \
5122 fi ; \ 4881 fi ; \
5123 $(distuninstallcheck_listfiles) ; \ 4882 $(distuninstallcheck_listfiles) ; \
5124 exit 1; } >&2 4883 exit 1; } >&2
5125 distcleancheck: distclean 4884 distcleancheck: distclean
5126 @if test '$(srcdir)' = . ; then \ 4885 @if test '$(srcdir)' = . ; then \
5127 echo "ERROR: distcleancheck can only run from a VPATH build" ; \ 4886 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
5128 exit 1 ; \ 4887 exit 1 ; \
5129 fi 4888 fi
5130 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ 4889 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
5131 || { echo "ERROR: files left in build directory after distclean:" ; \ 4890 || { echo "ERROR: files left in build directory after distclean:" ; \
5132 $(distcleancheck_listfiles) ; \ 4891 $(distcleancheck_listfiles) ; \
5133 exit 1; } >&2 4892 exit 1; } >&2
5134 check-am: all-am 4893 check-am: all-am
5135 $(MAKE) $(AM_MAKEFLAGS) $(check_SCRIPTS) 4894 $(MAKE) $(AM_MAKEFLAGS) $(check_SCRIPTS)
5136 $(MAKE) $(AM_MAKEFLAGS) check-TESTS 4895 $(MAKE) $(AM_MAKEFLAGS) check-TESTS
5137 check: check-am 4896 check: check-am
5138 all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(SCRIPTS) $(MANS) $(DATA) \ 4897 all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(SCRIPTS) $(MANS) $(DATA) \
5139 $(HEADERS) all-local 4898 $(HEADERS) all-local
5140 install-binPROGRAMS: install-libLTLIBRARIES 4899 install-binPROGRAMS: install-libLTLIBRARIES
5141 4900
5142 installdirs: 4901 installdirs:
5143 » for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(bind ir)" "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(docdir)" "$(DESTDIR)$(pkgconfigdir)" "$ (DESTDIR)$(googleincludedir)" "$(DESTDIR)$(perftoolsincludedir)" "$(DESTDIR)$(pe rftoolsincludedir)"; do \ 4902 » for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(bind ir)" "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(docdir)" "$(DESTDIR)$(pkgconfigdir)" "$ (DESTDIR)$(googleincludedir)" "$(DESTDIR)$(googleincludedir)"; do \
5144 » test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 4903 » test -z "$$dir" || $(mkdir_p) "$$dir"; \
5145 done 4904 done
5146 install: install-am 4905 install: install-am
5147 install-exec: install-exec-am 4906 install-exec: install-exec-am
5148 install-data: install-data-am 4907 install-data: install-data-am
5149 uninstall: uninstall-am 4908 uninstall: uninstall-am
5150 4909
5151 install-am: all-am 4910 install-am: all-am
5152 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 4911 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
5153 4912
5154 installcheck: installcheck-am 4913 installcheck: installcheck-am
(...skipping 30 matching lines...) Expand all
5185 4944
5186 dvi-am: 4945 dvi-am:
5187 4946
5188 html: html-am 4947 html: html-am
5189 4948
5190 info: info-am 4949 info: info-am
5191 4950
5192 info-am: 4951 info-am:
5193 4952
5194 install-data-am: install-dist_docDATA install-googleincludeHEADERS \ 4953 install-data-am: install-dist_docDATA install-googleincludeHEADERS \
5195 » install-man install-nodist_perftoolsincludeHEADERS \ 4954 » install-man install-nodist_googleincludeHEADERS \
5196 » install-perftoolsincludeHEADERS install-pkgconfigDATA 4955 » install-pkgconfigDATA
5197
5198 install-dvi: install-dvi-am
5199 4956
5200 install-exec-am: install-binPROGRAMS install-binSCRIPTS \ 4957 install-exec-am: install-binPROGRAMS install-binSCRIPTS \
5201 install-exec-local install-libLTLIBRARIES 4958 install-exec-local install-libLTLIBRARIES
5202 4959
5203 install-html: install-html-am
5204
5205 install-info: install-info-am 4960 install-info: install-info-am
5206 4961
5207 install-man: install-man1 4962 install-man: install-man1
5208 4963
5209 install-pdf: install-pdf-am
5210
5211 install-ps: install-ps-am
5212
5213 installcheck-am: 4964 installcheck-am:
5214 4965
5215 maintainer-clean: maintainer-clean-am 4966 maintainer-clean: maintainer-clean-am
5216 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 4967 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
5217 -rm -rf $(top_srcdir)/autom4te.cache 4968 -rm -rf $(top_srcdir)/autom4te.cache
5218 -rm -rf ./$(DEPDIR) 4969 -rm -rf ./$(DEPDIR)
5219 -rm -f Makefile 4970 -rm -f Makefile
5220 maintainer-clean-am: distclean-am maintainer-clean-generic 4971 maintainer-clean-am: distclean-am maintainer-clean-generic
5221 4972
5222 mostlyclean: mostlyclean-am 4973 mostlyclean: mostlyclean-am
5223 4974
5224 mostlyclean-am: mostlyclean-compile mostlyclean-generic \ 4975 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
5225 mostlyclean-libtool 4976 mostlyclean-libtool
5226 4977
5227 pdf: pdf-am 4978 pdf: pdf-am
5228 4979
5229 pdf-am: 4980 pdf-am:
5230 4981
5231 ps: ps-am 4982 ps: ps-am
5232 4983
5233 ps-am: 4984 ps-am:
5234 4985
5235 uninstall-am: uninstall-binPROGRAMS uninstall-binSCRIPTS \ 4986 uninstall-am: uninstall-binPROGRAMS uninstall-binSCRIPTS \
5236 uninstall-dist_docDATA uninstall-googleincludeHEADERS \ 4987 uninstall-dist_docDATA uninstall-googleincludeHEADERS \
5237 » uninstall-libLTLIBRARIES uninstall-man \ 4988 » uninstall-info-am uninstall-libLTLIBRARIES uninstall-man \
5238 » uninstall-nodist_perftoolsincludeHEADERS \ 4989 » uninstall-nodist_googleincludeHEADERS uninstall-pkgconfigDATA
5239 » uninstall-perftoolsincludeHEADERS uninstall-pkgconfigDATA
5240 4990
5241 uninstall-man: uninstall-man1 4991 uninstall-man: uninstall-man1
5242 4992
5243 .MAKE: install-am install-strip
5244
5245 .PHONY: CTAGS GTAGS all all-am all-local am--refresh check check-TESTS \ 4993 .PHONY: CTAGS GTAGS all all-am all-local am--refresh check check-TESTS \
5246 check-am clean clean-binPROGRAMS clean-generic \ 4994 check-am clean clean-binPROGRAMS clean-generic \
5247 clean-libLTLIBRARIES clean-libtool clean-noinstLTLIBRARIES \ 4995 clean-libLTLIBRARIES clean-libtool clean-noinstLTLIBRARIES \
5248 clean-noinstPROGRAMS ctags dist dist-all dist-bzip2 dist-gzip \ 4996 clean-noinstPROGRAMS ctags dist dist-all dist-bzip2 dist-gzip \
5249 » dist-hook dist-lzma dist-shar dist-tarZ dist-zip distcheck \ 4997 » dist-hook dist-shar dist-tarZ dist-zip distcheck distclean \
5250 » distclean distclean-compile distclean-generic distclean-hdr \ 4998 » distclean-compile distclean-generic distclean-hdr \
5251 distclean-libtool distclean-tags distcleancheck distdir \ 4999 distclean-libtool distclean-tags distcleancheck distdir \
5252 distuninstallcheck dvi dvi-am html html-am info info-am \ 5000 distuninstallcheck dvi dvi-am html html-am info info-am \
5253 install install-am install-binPROGRAMS install-binSCRIPTS \ 5001 install install-am install-binPROGRAMS install-binSCRIPTS \
5254 » install-data install-data-am install-dist_docDATA install-dvi \ 5002 » install-data install-data-am install-dist_docDATA install-exec \
5255 » install-dvi-am install-exec install-exec-am install-exec-local \ 5003 » install-exec-am install-exec-local \
5256 » install-googleincludeHEADERS install-html install-html-am \ 5004 » install-googleincludeHEADERS install-info install-info-am \
5257 » install-info install-info-am install-libLTLIBRARIES \ 5005 » install-libLTLIBRARIES install-man install-man1 \
5258 » install-man install-man1 \ 5006 » install-nodist_googleincludeHEADERS install-pkgconfigDATA \
5259 » install-nodist_perftoolsincludeHEADERS install-pdf \ 5007 » install-strip installcheck installcheck-am installdirs \
5260 » install-pdf-am install-perftoolsincludeHEADERS \ 5008 » maintainer-clean maintainer-clean-generic mostlyclean \
5261 » install-pkgconfigDATA install-ps install-ps-am install-strip \ 5009 » mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
5262 » installcheck installcheck-am installdirs maintainer-clean \ 5010 » pdf pdf-am ps ps-am tags uninstall uninstall-am \
5263 » maintainer-clean-generic mostlyclean mostlyclean-compile \ 5011 » uninstall-binPROGRAMS uninstall-binSCRIPTS \
5264 » mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ 5012 » uninstall-dist_docDATA uninstall-googleincludeHEADERS \
5265 » tags uninstall uninstall-am uninstall-binPROGRAMS \ 5013 » uninstall-info-am uninstall-libLTLIBRARIES uninstall-man \
5266 » uninstall-binSCRIPTS uninstall-dist_docDATA \ 5014 » uninstall-man1 uninstall-nodist_googleincludeHEADERS \
5267 » uninstall-googleincludeHEADERS uninstall-libLTLIBRARIES \ 5015 » uninstall-pkgconfigDATA
5268 » uninstall-man uninstall-man1 \
5269 » uninstall-nodist_perftoolsincludeHEADERS \
5270 » uninstall-perftoolsincludeHEADERS uninstall-pkgconfigDATA
5271 5016
5272 @ENABLE_FRAME_POINTERS_FALSE@@X86_64_AND_NO_FP_BY_DEFAULT_TRUE@ # TODO(csilvers ): check if -fomit-frame-pointer might be in $(CXXFLAGS), 5017 @ENABLE_FRAME_POINTERS_FALSE@@X86_64_AND_NO_FP_BY_DEFAULT_TRUE@ # TODO(csilvers ): check if -fomit-frame-pointer might be in $(CXXFLAGS),
5273 @ENABLE_FRAME_POINTERS_FALSE@@X86_64_AND_NO_FP_BY_DEFAULT_TRUE@ # before setting this. 5018 @ENABLE_FRAME_POINTERS_FALSE@@X86_64_AND_NO_FP_BY_DEFAULT_TRUE@ # before setting this.
5274 @WITH_STACK_TRACE_TRUE@pprof_unittest: $(top_srcdir)/src/pprof 5019 @WITH_STACK_TRACE_TRUE@pprof_unittest: $(top_srcdir)/src/pprof
5275 @WITH_STACK_TRACE_TRUE@ $(top_srcdir)/src/pprof -test 5020 @WITH_STACK_TRACE_TRUE@ $(top_srcdir)/src/pprof -test
5276 # This script preloads libtcmalloc, and calls two other binaries as well 5021 # This script preloads libtcmalloc, and calls two other binaries as well
5277 # TODO(csilvers): replace by 'if ! cmp $^ $@ >/dev/null 2>&; then ...; fi' 5022 # TODO(csilvers): replace by 'if ! cmp $^ $@ >/dev/null 2>&; then ...; fi'
5278 @ENABLE_STATIC_FALSE@@MINGW_FALSE@maybe_threads_unittest.sh$(EXEEXT): $(top_srcd ir)/$(maybe_threads_unittest_sh_SOURCES) \ 5023 @ENABLE_STATIC_FALSE@@MINGW_FALSE@maybe_threads_unittest.sh$(EXEEXT): $(top_srcd ir)/$(maybe_threads_unittest_sh_SOURCES) \
5279 @ENABLE_STATIC_FALSE@@MINGW_FALSE@ $(LIBTCMALLOC_MINIM AL) \ 5024 @ENABLE_STATIC_FALSE@@MINGW_FALSE@ $(LIBTCMALLOC_MINIM AL) \
5280 @ENABLE_STATIC_FALSE@@MINGW_FALSE@ low_level_alloc_uni ttest 5025 @ENABLE_STATIC_FALSE@@MINGW_FALSE@ low_level_alloc_uni ttest
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
5364 libtool: $(LIBTOOL_DEPS) 5109 libtool: $(LIBTOOL_DEPS)
5365 $(SHELL) ./config.status --recheck 5110 $(SHELL) ./config.status --recheck
5366 5111
5367 # Windows wants write permission to .vcproj files and maybe even sln files. 5112 # Windows wants write permission to .vcproj files and maybe even sln files.
5368 dist-hook: 5113 dist-hook:
5369 test -e "$(distdir)/vsprojects" \ 5114 test -e "$(distdir)/vsprojects" \
5370 && chmod -R u+w $(distdir)/*.sln $(distdir)/vsprojects/ 5115 && chmod -R u+w $(distdir)/*.sln $(distdir)/vsprojects/
5371 # Tell versions [3.59,3.63) of GNU make to not export all variables. 5116 # Tell versions [3.59,3.63) of GNU make to not export all variables.
5372 # Otherwise a system limit (for SysV at least) may be exceeded. 5117 # Otherwise a system limit (for SysV at least) may be exceeded.
5373 .NOEXPORT: 5118 .NOEXPORT:
OLDNEW
« no previous file with comments | « third_party/tcmalloc/vendor/Makefile.am ('k') | third_party/tcmalloc/vendor/NEWS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698