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

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

Issue 9316021: Update the tcmalloc vendor branch to r144 (gperftools 2.0). (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Reuploading 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.9.6 from Makefile.am. 1 # Makefile.in generated by automake 1.10.1 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 Free Software Foundation, Inc. 5 # 2003, 2004, 2005, 2006, 2007, 2008 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@
27 VPATH = @srcdir@ 25 VPATH = @srcdir@
28 pkgdatadir = $(datadir)/@PACKAGE@ 26 pkgdatadir = $(datadir)/@PACKAGE@
29 pkglibdir = $(libdir)/@PACKAGE@ 27 pkglibdir = $(libdir)/@PACKAGE@
30 pkgincludedir = $(includedir)/@PACKAGE@ 28 pkgincludedir = $(includedir)/@PACKAGE@
31 top_builddir = .
32 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 29 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
33 INSTALL = @INSTALL@
34 install_sh_DATA = $(install_sh) -c -m 644 30 install_sh_DATA = $(install_sh) -c -m 644
35 install_sh_PROGRAM = $(install_sh) -c 31 install_sh_PROGRAM = $(install_sh) -c
36 install_sh_SCRIPT = $(install_sh) -c 32 install_sh_SCRIPT = $(install_sh) -c
37 INSTALL_HEADER = $(INSTALL_DATA) 33 INSTALL_HEADER = $(INSTALL_DATA)
38 transform = $(program_transform_name) 34 transform = $(program_transform_name)
39 NORMAL_INSTALL = : 35 NORMAL_INSTALL = :
40 PRE_INSTALL = : 36 PRE_INSTALL = :
41 POST_INSTALL = : 37 POST_INSTALL = :
42 NORMAL_UNINSTALL = : 38 NORMAL_UNINSTALL = :
43 PRE_UNINSTALL = : 39 PRE_UNINSTALL = :
44 POST_UNINSTALL = : 40 POST_UNINSTALL = :
45 build_triplet = @build@ 41 build_triplet = @build@
46 host_triplet = @host@ 42 host_triplet = @host@
47 @WITH_STACK_TRACE_FALSE@am__append_1 = -DNO_TCMALLOC_SAMPLES 43 @WITH_STACK_TRACE_FALSE@am__append_1 = -DNO_TCMALLOC_SAMPLES
48 44
49 # These are good warnings to turn on by default. We also tell gcc 45 # These are good warnings to turn on by default. We also tell gcc
50 # that malloc, free, realloc, mmap, etc. are not builtins (these flags 46 # that malloc, free, realloc, mmap, etc. are not builtins (these flags
51 # are supported since gcc 3.1.1). gcc doesn't think most of them are 47 # are supported since gcc 3.1.1). gcc doesn't think most of them are
52 # builtins now in any case, but it's best to be explicit in case that 48 # builtins now in any case, but it's best to be explicit in case that
53 # changes one day. gcc ignores functions it doesn't understand. 49 # changes one day. gcc ignores functions it doesn't understand.
54 @GCC_TRUE@am__append_2 = -Wall -Wwrite-strings -Woverloaded-virtual \ 50 @GCC_TRUE@am__append_2 = -Wall -Wwrite-strings -Woverloaded-virtual \
55 @GCC_TRUE@ -Wno-sign-compare \ 51 @GCC_TRUE@ -Wno-sign-compare \
56 @GCC_TRUE@ -fno-builtin-malloc -fno-builtin-free -fno-builtin-real loc \ 52 @GCC_TRUE@ -fno-builtin-malloc -fno-builtin-free -fno-builtin-real loc \
57 @GCC_TRUE@ -fno-builtin-calloc -fno-builtin-cfree \ 53 @GCC_TRUE@ -fno-builtin-calloc -fno-builtin-cfree \
58 @GCC_TRUE@ -fno-builtin-memalign -fno-builtin-posix_memalign \ 54 @GCC_TRUE@ -fno-builtin-memalign -fno-builtin-posix_memalign \
59 @GCC_TRUE@ -fno-builtin-valloc -fno-builtin-pvalloc 55 @GCC_TRUE@ -fno-builtin-valloc -fno-builtin-pvalloc
60 56
61 @HAVE_W_NO_UNUSED_RESULT_TRUE@am__append_3 = -Wno-unused-result 57 # On i386, -mmmx is needed for the mmx-based instructions in
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
62 61
63 # These are x86-specific, having to do with frame-pointers. In 62 # These are x86-specific, having to do with frame-pointers. In
64 # particular, some x86_64 systems do not insert frame pointers by 63 # particular, some x86_64 systems do not insert frame pointers by
65 # default (all i386 systems that I know of, do. I don't know about 64 # default (all i386 systems that I know of, do. I don't know about
66 # non-x86 chips). We need to tell perftools what to do about that. 65 # non-x86 chips). We need to tell perftools what to do about that.
67 @ENABLE_FRAME_POINTERS_TRUE@@X86_64_AND_NO_FP_BY_DEFAULT_TRUE@am__append_4 = -fn o-omit-frame-pointer 66 @ENABLE_FRAME_POINTERS_TRUE@@X86_64_AND_NO_FP_BY_DEFAULT_TRUE@am__append_5 = -fn o-omit-frame-pointer
68 @ENABLE_FRAME_POINTERS_FALSE@@X86_64_AND_NO_FP_BY_DEFAULT_TRUE@am__append_5 = -D NO_FRAME_POINTER 67 @ENABLE_FRAME_POINTERS_FALSE@@X86_64_AND_NO_FP_BY_DEFAULT_TRUE@am__append_6 = -D NO_FRAME_POINTER
69 @MINGW_TRUE@am__append_6 = -Wl,-u__tcmalloc 68 @MINGW_TRUE@am__append_7 = -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)
70 noinst_PROGRAMS = $(am__EXEEXT_1) $(am__EXEEXT_2) $(am__EXEEXT_3) \ 86 noinst_PROGRAMS = $(am__EXEEXT_1) $(am__EXEEXT_2) $(am__EXEEXT_3) \
71 $(am__EXEEXT_4) $(am__EXEEXT_5) $(am__EXEEXT_6) \ 87 $(am__EXEEXT_4) $(am__EXEEXT_5) $(am__EXEEXT_6) \
72 » $(am__EXEEXT_7) $(am__EXEEXT_8) $(am__EXEEXT_28) 88 » $(am__EXEEXT_7) $(am__EXEEXT_8) $(am__EXEEXT_23)
73 bin_PROGRAMS = 89 bin_PROGRAMS =
74 @MINGW_TRUE@am__append_7 = libwindows.la libspinlock.la 90 @MINGW_TRUE@am__append_8 = libwindows.la libspinlock.la
75 91
76 # We also need to tell mingw that sysinfo.cc needs shlwapi.lib. 92 # We also need to tell mingw that sysinfo.cc needs shlwapi.lib.
77 # (We do this via a #pragma for msvc, but need to do it here for mingw). 93 # (We do this via a #pragma for msvc, but need to do it here for mingw).
78 @MINGW_TRUE@am__append_8 = -lshlwapi 94 @MINGW_TRUE@am__append_9 = -lshlwapi
79 @MINGW_FALSE@am__append_9 = libspinlock.la 95 @MINGW_FALSE@am__append_10 = libspinlock.la
80 @WITH_STACK_TRACE_TRUE@am__append_10 = $(SG_STACKTRACE_INCLUDES) 96 @WITH_STACK_TRACE_TRUE@am__append_11 = $(SG_STACKTRACE_INCLUDES)
81 97
82 ### Making the library 98 ### Making the library
83 @WITH_STACK_TRACE_TRUE@am__append_11 = libstacktrace.la 99 @WITH_STACK_TRACE_TRUE@am__append_12 = libstacktrace.la
84 100
85 ### Unittests 101 ### Unittests
86 @WITH_STACK_TRACE_TRUE@am__append_12 = stacktrace_unittest 102 @WITH_STACK_TRACE_TRUE@am__append_13 = stacktrace_unittest
87 103
88 ### Documentation 104 ### Documentation
89 @WITH_STACK_TRACE_TRUE@am__append_13 = doc/pprof_remote_servers.html 105 @WITH_STACK_TRACE_TRUE@am__append_14 = doc/pprof_remote_servers.html
90 106
91 # Let unittests find pprof if they need to run it 107 # Let unittests find pprof if they need to run it
92 @WITH_STACK_TRACE_TRUE@am__append_14 = PPROF_PATH=$(top_srcdir)/src/pprof 108 @WITH_STACK_TRACE_TRUE@am__append_15 = PPROF_PATH=$(top_srcdir)/src/pprof
93 109
94 # On MSVC, we need our own versions of addr2line and nm to work with pprof. 110 # On MSVC, we need our own versions of addr2line and nm to work with pprof.
95 # This is a slight abuse of WINDOWS_PROJECTS, but not much 111 # This is a slight abuse of WINDOWS_PROJECTS, but not much
96 @WITH_STACK_TRACE_TRUE@am__append_15 = \ 112 @WITH_STACK_TRACE_TRUE@am__append_16 = \
97 @WITH_STACK_TRACE_TRUE@ vsprojects/nm-pdb/nm-pdb.vcproj \ 113 @WITH_STACK_TRACE_TRUE@ vsprojects/nm-pdb/nm-pdb.vcproj \
98 @WITH_STACK_TRACE_TRUE@ vsprojects/addr2line-pdb/addr2line-pdb.vcproj \ 114 @WITH_STACK_TRACE_TRUE@ vsprojects/addr2line-pdb/addr2line-pdb.vcproj \
99 @WITH_STACK_TRACE_TRUE@ src/windows/nm-pdb.c \ 115 @WITH_STACK_TRACE_TRUE@ src/windows/nm-pdb.c \
100 @WITH_STACK_TRACE_TRUE@ src/windows/addr2line-pdb.c 116 @WITH_STACK_TRACE_TRUE@ src/windows/addr2line-pdb.c
101 117
102 # This tests it works to LD_PRELOAD libtcmalloc (tests maybe_threads.cc) 118 # This tests it works to LD_PRELOAD libtcmalloc (tests maybe_threads.cc)
103 # In theory this should work under mingw, but mingw has trouble running 119 # In theory this should work under mingw, but mingw has trouble running
104 # shell scripts that end in .exe. And it doesn't seem to build shared 120 # shell scripts that end in .exe. And it doesn't seem to build shared
105 # libraries anyway (so can't be LD_PRELOADed) -- in fact, anybody who 121 # libraries anyway (so can't be LD_PRELOADed) -- in fact, anybody who
106 # chooses not to build shared libraries won't be able to run this test. 122 # chooses not to build shared libraries won't be able to run this test.
107 # TODO(csilvers): figure out how to nix ".exe" or otherwise work under mingw 123 # TODO(csilvers): figure out how to nix ".exe" or otherwise work under mingw
108 @ENABLE_STATIC_FALSE@@MINGW_FALSE@am__append_16 = maybe_threads_unittest.sh$(EXE EXT) 124 @ENABLE_STATIC_FALSE@@MINGW_FALSE@am__append_17 = maybe_threads_unittest.sh$(EXE EXT)
109 @ENABLE_STATIC_FALSE@@MINGW_FALSE@am__append_17 = $(maybe_threads_unittest_sh_SO URCES) 125 @ENABLE_STATIC_FALSE@@MINGW_FALSE@am__append_18 = $(maybe_threads_unittest_sh_SO URCES)
110 @MINGW_TRUE@am__append_18 = src/windows/port.h src/windows/port.cc 126 @MINGW_TRUE@am__append_19 = src/windows/port.h src/windows/port.cc
111 @MINGW_FALSE@am__append_19 = system_alloc_unittest 127 @MINGW_FALSE@am__append_20 = system_alloc_unittest
112 128
113 # This doesn't work with static linkage, because libtcmalloc.a isn't 129 # This doesn't work with static linkage, because libtcmalloc.a isn't
114 # happy with C linkage (it misses the stdc++ library). Likewise with 130 # happy with C linkage (it misses the stdc++ library). Likewise with
115 # mingw, which links foo.a even though it doesn't set ENABLE_STATIC. 131 # mingw, which links foo.a even though it doesn't set ENABLE_STATIC.
116 # TODO(csilvers): set enable_static=true in configure.ac:36? 132 # TODO(csilvers): set enable_static=true in configure.ac:36?
117 @ENABLE_STATIC_FALSE@@MINGW_FALSE@am__append_20 = malloc_extension_c_test 133 @ENABLE_STATIC_FALSE@@MINGW_FALSE@am__append_21 = malloc_extension_c_test
118 # -ansi here is just to help ensure the code is bog-standard C. 134 # -ansi here is just to help ensure the code is bog-standard C.
119 @ENABLE_STATIC_FALSE@@GCC_TRUE@@MINGW_FALSE@am__append_21 = -ansi 135 @ENABLE_STATIC_FALSE@@GCC_TRUE@@MINGW_FALSE@am__append_22 = -ansi
120 @MINGW_FALSE@@OSX_FALSE@am__append_22 = memalign_unittest 136 @MINGW_FALSE@@OSX_FALSE@am__append_23 = memalign_unittest
121 137
122 ### ------- tcmalloc_minimal_debug (thread-caching malloc with debugallocation) 138 ### ------- tcmalloc_minimal_debug (thread-caching malloc with debugallocation)
123 139
124 # Like tcmalloc.cc, debugallocation.cc needs exceptions to fulfill its 140 # Like tcmalloc.cc, debugallocation.cc needs exceptions to fulfill its
125 # API. Luckily, we can reuse everything else from tcmalloc_minimal. 141 # API. Luckily, we can reuse everything else from tcmalloc_minimal.
126 @WITH_DEBUGALLOC_TRUE@am__append_23 = libtcmalloc_minimal_debug.la
127 @WITH_DEBUGALLOC_TRUE@am__append_24 = libtcmalloc_minimal_debug.la 142 @WITH_DEBUGALLOC_TRUE@am__append_24 = libtcmalloc_minimal_debug.la
143 @WITH_DEBUGALLOC_TRUE@am__append_25 = libtcmalloc_minimal_debug.la
128 144
129 ### Unittests 145 ### Unittests
130 @WITH_DEBUGALLOC_TRUE@am__append_25 = tcmalloc_minimal_debug_unittest \ 146 @WITH_DEBUGALLOC_TRUE@am__append_26 = tcmalloc_minimal_debug_unittest \
131 @WITH_DEBUGALLOC_TRUE@ malloc_extension_debug_test 147 @WITH_DEBUGALLOC_TRUE@ malloc_extension_debug_test
132 @MINGW_FALSE@@OSX_FALSE@@WITH_DEBUGALLOC_TRUE@am__append_26 = memalign_debug_uni ttest 148 @MINGW_FALSE@@OSX_FALSE@@WITH_DEBUGALLOC_TRUE@am__append_27 = memalign_debug_uni ttest
133 @WITH_DEBUGALLOC_TRUE@am__append_27 = realloc_debug_unittest 149 @WITH_DEBUGALLOC_TRUE@am__append_28 = realloc_debug_unittest
134 150
135 # debugallocation_test checks that we print a proper stacktrace when 151 # debugallocation_test checks that we print a proper stacktrace when
136 # debug-allocs fail, so we can't run it if we don't have stacktrace info. 152 # debug-allocs fail, so we can't run it if we don't have stacktrace info.
137 @WITH_DEBUGALLOC_TRUE@@WITH_STACK_TRACE_TRUE@am__append_28 = debugallocation_tes t.sh$(EXEEXT) 153 @WITH_DEBUGALLOC_TRUE@@WITH_STACK_TRACE_TRUE@am__append_29 = debugallocation_tes t.sh$(EXEEXT)
138 @WITH_DEBUGALLOC_TRUE@@WITH_STACK_TRACE_TRUE@am__append_29 = $(debugallocation_t est_sh_SOURCES) 154 @WITH_DEBUGALLOC_TRUE@@WITH_STACK_TRACE_TRUE@am__append_30 = $(debugallocation_t est_sh_SOURCES)
139 155
140 # This is the sub-program used by debugallocation_test.sh 156 # This is the sub-program used by debugallocation_test.sh
141 @WITH_DEBUGALLOC_TRUE@@WITH_STACK_TRACE_TRUE@am__append_30 = debugallocation_tes t 157 @WITH_DEBUGALLOC_TRUE@@WITH_STACK_TRACE_TRUE@am__append_31 = debugallocation_tes t
142 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__append_31 = $(SG_TCMALLOC_INCLUDES) 158 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__append_32 = $(SG_TCMALLOC_INCLUDES)
143 159
144 ### Making the library 160 ### Making the library
145 161
146 # As we describe at the top of this file, we want to turn off exceptions 162 # As we describe at the top of this file, we want to turn off exceptions
147 # for all files in this library -- except tcmalloc.cc which needs them 163 # for all files in this library -- except tcmalloc.cc which needs them
148 # to fulfill its API. Automake doesn't allow per-file CXXFLAGS, so we need 164 # to fulfill its API. Automake doesn't allow per-file CXXFLAGS, so we need
149 # to separate into two libraries. 165 # to separate into two libraries.
150 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__append_32 = libtcmalloc_internal.la 166 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__append_33 = libtcmalloc_internal.la
151 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__append_33 = libtcmalloc.la 167 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__append_34 = libtcmalloc.la
152 @WITH_HEAP_CHECKER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__append_34 = $(HE AP_CHECKER_SOURCES) 168 @WITH_HEAP_CHECKER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__append_35 = $(HE AP_CHECKER_SOURCES)
153 @WITH_HEAP_CHECKER_FALSE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__append_35 = -DN O_HEAP_CHECK
154 @WITH_HEAP_CHECKER_FALSE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__append_36 = -DN O_HEAP_CHECK 169 @WITH_HEAP_CHECKER_FALSE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__append_36 = -DN O_HEAP_CHECK
155 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__append_37 = libtcmalloc.la 170 @WITH_HEAP_CHECKER_FALSE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__append_37 = -DN O_HEAP_CHECK
171 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__append_38 = libtcmalloc.la
156 172
157 ### Unittests 173 ### Unittests
158 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__append_38 = tcmalloc_unittest 174 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__append_39 = tcmalloc_unittest
159 @OSX_FALSE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__append_39 = tcmalloc_both_uni ttest 175 @OSX_FALSE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__append_40 = tcmalloc_both_uni ttest
160 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__append_40 = \ 176 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__append_41 = \
161 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ tcmalloc_large_unittest \ 177 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ tcmalloc_large_unittest \
162 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ raw_printer_test \ 178 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ raw_printer_test \
163 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ sampler_test \ 179 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ sampler_test \
164 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ sampling_test.sh$(EXEEXT) 180 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ sampling_test.sh$(EXEEXT)
165 181
166 # sampler_test and sampling_test both require sampling to be turned 182 # sampler_test and sampling_test both require sampling to be turned
167 # on, which it's not by default. Use the "standard" value of 2^19. 183 # on, which it's not by default. Use the "standard" value of 2^19.
168 184
169 # These unittests often need to run binaries. They're in the current dir 185 # These unittests often need to run binaries. They're in the current dir
170 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__append_41 = TCMALLOC_SAMPLE_PARAMETER=52 4288 \ 186 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__append_42 = TCMALLOC_SAMPLE_PARAMETER=52 4288 \
171 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ BINDIR=. \ 187 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ BINDIR=. \
172 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ TMPDIR=/tmp/perftools 188 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ TMPDIR=/tmp/perftools
173 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__append_42 = vsprojects/sampler_test/samp ler_test.vcproj 189 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__append_43 = vsprojects/sampler_test/samp ler_test.vcproj
174 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__append_43 = $(sampling_test_sh_SOURCES) 190 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__append_44 = $(sampling_test_sh_SOURCES)
175 191
176 # This is the sub-program used by sampling_test.sh 192 # This is the sub-program used by sampling_test.sh
177 # The -g is so pprof can get symbol information. 193 # The -g is so pprof can get symbol information.
178 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__append_44 = sampling_test 194 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__append_45 = sampling_test
179 @WITH_HEAP_PROFILER_TRUE@am__append_45 = heap-profiler_unittest.sh$(EXEEXT) 195
180 @WITH_HEAP_PROFILER_TRUE@am__append_46 = $(heap_profiler_unittest_sh_SOURCES) 196 # Tests the compatibility include-headers in google/. Requires a function
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)
181 202
182 # These are sub-programs used by heap-profiler_unittest.sh 203 # These are sub-programs used by heap-profiler_unittest.sh
183 @WITH_HEAP_PROFILER_TRUE@am__append_47 = heap-profiler_unittest 204 @WITH_HEAP_PROFILER_TRUE@am__append_48 = heap-profiler_unittest
184 @WITH_HEAP_CHECKER_TRUE@am__append_48 = \ 205 @WITH_HEAP_CHECKER_TRUE@am__append_49 = \
185 @WITH_HEAP_CHECKER_TRUE@ heap-checker_unittest.sh$(EXEEXT) \ 206 @WITH_HEAP_CHECKER_TRUE@ heap-checker_unittest.sh$(EXEEXT) \
186 @WITH_HEAP_CHECKER_TRUE@ heap-checker-death_unittest.sh$(EXEEXT) 207 @WITH_HEAP_CHECKER_TRUE@ heap-checker-death_unittest.sh$(EXEEXT)
187 @WITH_HEAP_CHECKER_TRUE@am__append_49 = \ 208 @WITH_HEAP_CHECKER_TRUE@am__append_50 = \
188 @WITH_HEAP_CHECKER_TRUE@ $(heap_checker_unittest_sh_SOURCES) \ 209 @WITH_HEAP_CHECKER_TRUE@ $(heap_checker_unittest_sh_SOURCES) \
189 @WITH_HEAP_CHECKER_TRUE@ $(top_srcdir)/$(heap_checker_death_unittest_sh_S OURCES) 210 @WITH_HEAP_CHECKER_TRUE@ $(top_srcdir)/$(heap_checker_death_unittest_sh_S OURCES)
190 211
191 # These are sub-programs used by heap-checker_unittest.sh 212 # These are sub-programs used by heap-checker_unittest.sh
192 @WITH_HEAP_CHECKER_TRUE@am__append_50 = heap-checker_unittest 213 @WITH_HEAP_CHECKER_TRUE@am__append_51 = heap-checker_unittest
193 214
194 ### Documentation (above and beyond tcmalloc_minimal documentation) 215 ### Documentation (above and beyond tcmalloc_minimal documentation)
195 @WITH_HEAP_PROFILER_TRUE@am__append_51 = doc/heapprofile.html doc/heap-example1. png 216 @WITH_HEAP_PROFILER_TRUE@am__append_52 = doc/heapprofile.html doc/heap-example1. png
196 @WITH_HEAP_CHECKER_TRUE@am__append_52 = doc/heap_checker.html 217 @WITH_HEAP_CHECKER_TRUE@am__append_53 = doc/heap_checker.html
197 218
198 ### ------- tcmalloc with debugallocation 219 ### ------- tcmalloc with debugallocation
199 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__append_53 = libtcm alloc_debug.la
200 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__append_54 = libtcm alloc_debug.la 220 @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
201 222
202 ### Unittests 223 ### Unittests
203 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__append_55 = tcmall oc_debug_unittest \ 224 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__append_56 = tcmall oc_debug_unittest \
204 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ sampler_debug_te st \ 225 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ sampler_debug_te st \
205 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ sampling_debug_t est.sh$(EXEEXT) 226 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ sampling_debug_t est.sh$(EXEEXT)
206 227
207 # This is the sub-program using by sampling_debug_test.sh 228 # This is the sub-program using by sampling_debug_test.sh
208 # The -g is so pprof can get symbol information. 229 # The -g is so pprof can get symbol information.
209 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__append_56 = sampli ng_debug_test 230 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__append_57 = sampli ng_debug_test
210 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_TRUE@am__append_57 = heap-profiler_deb ug_unittest.sh$(EXEEXT) 231 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_TRUE@am__append_58 = heap-profiler_deb ug_unittest.sh$(EXEEXT)
211 232
212 # These are sub-programs used by heap-profiler_debug_unittest.sh 233 # These are sub-programs used by heap-profiler_debug_unittest.sh
213 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_TRUE@am__append_58 = heap-profiler_deb ug_unittest 234 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_TRUE@am__append_59 = heap-profiler_deb ug_unittest
214 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_CHECKER_TRUE@am__append_59 = heap-checker_debug _unittest.sh$(EXEEXT) 235 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_CHECKER_TRUE@am__append_60 = heap-checker_debug _unittest.sh$(EXEEXT)
215 236
216 # These are sub-programs used by heap-checker_debug_unittest.sh 237 # These are sub-programs used by heap-checker_debug_unittest.sh
217 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_CHECKER_TRUE@am__append_60 = heap-checker_debug _unittest 238 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_CHECKER_TRUE@am__append_61 = heap-checker_debug _unittest
218 @WITH_CPU_PROFILER_TRUE@am__append_61 = $(SG_CPU_PROFILER_INCLUDES) 239 @WITH_CPU_PROFILER_TRUE@am__append_62 = $(SG_CPU_PROFILER_INCLUDES)
219 240
220 ### Making the library 241 ### Making the library
221 @WITH_CPU_PROFILER_TRUE@am__append_62 = libprofiler.la 242 @WITH_CPU_PROFILER_TRUE@am__append_63 = libprofiler.la
222 243
223 ### Unittests 244 ### Unittests
224 @WITH_CPU_PROFILER_TRUE@am__append_63 = getpc_test \ 245 @WITH_CPU_PROFILER_TRUE@am__append_64 = getpc_test \
225 @WITH_CPU_PROFILER_TRUE@ profiledata_unittest \ 246 @WITH_CPU_PROFILER_TRUE@ profiledata_unittest \
226 @WITH_CPU_PROFILER_TRUE@ profile_handler_unittest \ 247 @WITH_CPU_PROFILER_TRUE@ profile_handler_unittest \
227 @WITH_CPU_PROFILER_TRUE@ profiler_unittest.sh$(EXEEXT) 248 @WITH_CPU_PROFILER_TRUE@ profiler_unittest.sh$(EXEEXT)
228 @WITH_CPU_PROFILER_TRUE@am__append_64 = $(profiler_unittest_sh_SOURCES) 249 @WITH_CPU_PROFILER_TRUE@am__append_65 = $(profiler_unittest_sh_SOURCES)
229 250
230 # These are sub-programs used by profiler_unittest.sh 251 # These are sub-programs used by profiler_unittest.sh
231 @WITH_CPU_PROFILER_TRUE@am__append_65 = profiler1_unittest profiler2_unittest pr ofiler3_unittest \ 252 @WITH_CPU_PROFILER_TRUE@am__append_66 = profiler1_unittest profiler2_unittest pr ofiler3_unittest \
232 @WITH_CPU_PROFILER_TRUE@ profiler4_unittest 253 @WITH_CPU_PROFILER_TRUE@ profiler4_unittest
233 254
234 @WITH_CPU_PROFILER_FALSE@profiler2_unittest_DEPENDENCIES = 255 @WITH_CPU_PROFILER_FALSE@profiler2_unittest_DEPENDENCIES =
235 256
236 ### Documentation 257 ### Documentation
237 @WITH_CPU_PROFILER_TRUE@am__append_66 = doc/cpuprofile.html \ 258 @WITH_CPU_PROFILER_TRUE@am__append_67 = doc/cpuprofile.html \
238 @WITH_CPU_PROFILER_TRUE@ doc/cpuprofile-fileformat.html \ 259 @WITH_CPU_PROFILER_TRUE@ doc/cpuprofile-fileformat.html \
239 @WITH_CPU_PROFILER_TRUE@ doc/pprof-test-big.gif \ 260 @WITH_CPU_PROFILER_TRUE@ doc/pprof-test-big.gif \
240 @WITH_CPU_PROFILER_TRUE@ doc/pprof-test.gif \ 261 @WITH_CPU_PROFILER_TRUE@ doc/pprof-test.gif \
241 @WITH_CPU_PROFILER_TRUE@ doc/pprof-vsnprintf-big.gif \ 262 @WITH_CPU_PROFILER_TRUE@ doc/pprof-vsnprintf-big.gif \
242 @WITH_CPU_PROFILER_TRUE@ doc/pprof-vsnprintf.gif 263 @WITH_CPU_PROFILER_TRUE@ doc/pprof-vsnprintf.gif
243 264
244 265
245 ### ------- CPU profiler and heap checker, in one! 266 ### ------- CPU profiler and heap checker, in one!
246 267
247 # Ideally, folks who wanted to use both tcmalloc and libprofiler, 268 # Ideally, folks who wanted to use both tcmalloc and libprofiler,
248 # could just link them both into their application. But while this 269 # could just link them both into their application. But while this
249 # works fine for .so files, it does not for .a files. The easiest way 270 # works fine for .so files, it does not for .a files. The easiest way
250 # around this -- and I've tried a bunch of the hard ways -- is to just 271 # around this -- and I've tried a bunch of the hard ways -- is to just
251 # to create another set of libraries that has both functionality in it. 272 # to create another set of libraries that has both functionality in it.
252 @WITH_CPU_PROFILER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__append_67 = libt cmalloc_and_profiler.la 273 @WITH_CPU_PROFILER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__append_68 = libt cmalloc_and_profiler.la
253 @WITH_CPU_PROFILER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__append_68 = tcma lloc_and_profiler_unittest 274 @WITH_CPU_PROFILER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__append_69 = tcma lloc_and_profiler_unittest
254 @WITH_CPU_PROFILER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__append_69 = libt cmalloc_and_profiler.la 275 @WITH_CPU_PROFILER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__append_70 = libt cmalloc_and_profiler.la
276 subdir = .
255 DIST_COMMON = README $(am__configure_deps) $(am__dist_doc_DATA_DIST) \ 277 DIST_COMMON = README $(am__configure_deps) $(am__dist_doc_DATA_DIST) \
256 » $(am__googleinclude_HEADERS_DIST) $(dist_man_MANS) \ 278 » $(am__perftoolsinclude_HEADERS_DIST) $(dist_man_MANS) \
257 » $(noinst_HEADERS) $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ 279 » $(googleinclude_HEADERS) $(noinst_HEADERS) \
280 » $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
258 $(top_srcdir)/configure $(top_srcdir)/src/config.h.in \ 281 $(top_srcdir)/configure $(top_srcdir)/src/config.h.in \
259 » $(top_srcdir)/src/google/tcmalloc.h.in \ 282 » $(top_srcdir)/src/gperftools/tcmalloc.h.in \
260 » $(top_srcdir)/src/windows/google/tcmalloc.h.in AUTHORS COPYING \ 283 » $(top_srcdir)/src/windows/gperftools/tcmalloc.h.in AUTHORS \
261 » ChangeLog INSTALL NEWS TODO compile config.guess config.sub \ 284 » COPYING ChangeLog INSTALL NEWS TODO compile config.guess \
262 » depcomp install-sh ltmain.sh missing mkinstalldirs 285 » config.sub depcomp install-sh ltmain.sh missing mkinstalldirs
263 subdir = .
264 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 286 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
265 am__aclocal_m4_deps = $(top_srcdir)/m4/ac_have_attribute.m4 \ 287 am__aclocal_m4_deps = $(top_srcdir)/m4/ac_have_attribute.m4 \
266 $(top_srcdir)/m4/acx_nanosleep.m4 \ 288 $(top_srcdir)/m4/acx_nanosleep.m4 \
267 $(top_srcdir)/m4/acx_pthread.m4 \ 289 $(top_srcdir)/m4/acx_pthread.m4 \
268 $(top_srcdir)/m4/compiler_characteristics.m4 \ 290 $(top_srcdir)/m4/compiler_characteristics.m4 \
269 $(top_srcdir)/m4/install_prefix.m4 $(top_srcdir)/m4/libtool.m4 \ 291 $(top_srcdir)/m4/install_prefix.m4 $(top_srcdir)/m4/libtool.m4 \
270 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ 292 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
271 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ 293 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
272 $(top_srcdir)/m4/namespaces.m4 \ 294 $(top_srcdir)/m4/namespaces.m4 \
273 $(top_srcdir)/m4/pc_from_ucontext.m4 \ 295 $(top_srcdir)/m4/pc_from_ucontext.m4 \
274 $(top_srcdir)/m4/program_invocation_name.m4 \ 296 $(top_srcdir)/m4/program_invocation_name.m4 \
275 $(top_srcdir)/m4/stl_namespace.m4 $(top_srcdir)/configure.ac 297 $(top_srcdir)/m4/stl_namespace.m4 $(top_srcdir)/configure.ac
276 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 298 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
277 $(ACLOCAL_M4) 299 $(ACLOCAL_M4)
278 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ 300 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
279 configure.lineno configure.status.lineno 301 configure.lineno config.status.lineno
280 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs 302 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
281 CONFIG_HEADER = $(top_builddir)/src/config.h 303 CONFIG_HEADER = $(top_builddir)/src/config.h
282 CONFIG_CLEAN_FILES = src/google/tcmalloc.h \ 304 CONFIG_CLEAN_FILES = src/gperftools/tcmalloc.h \
283 » src/windows/google/tcmalloc.h 305 » src/windows/gperftools/tcmalloc.h
284 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 306 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
285 am__vpath_adj = case $$p in \ 307 am__vpath_adj = case $$p in \
286 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 308 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
287 *) f=$$p;; \ 309 *) f=$$p;; \
288 esac; 310 esac;
289 am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; 311 am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
290 am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" \ 312 am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" \
291 "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)" \ 313 "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)" \
292 "$(DESTDIR)$(docdir)" "$(DESTDIR)$(pkgconfigdir)" \ 314 "$(DESTDIR)$(docdir)" "$(DESTDIR)$(pkgconfigdir)" \
293 "$(DESTDIR)$(googleincludedir)" \ 315 "$(DESTDIR)$(googleincludedir)" \
294 » "$(DESTDIR)$(googleincludedir)" 316 » "$(DESTDIR)$(perftoolsincludedir)" \
317 » "$(DESTDIR)$(perftoolsincludedir)"
295 libLTLIBRARIES_INSTALL = $(INSTALL) 318 libLTLIBRARIES_INSTALL = $(INSTALL)
296 LTLIBRARIES = $(lib_LTLIBRARIES) $(noinst_LTLIBRARIES) 319 LTLIBRARIES = $(lib_LTLIBRARIES) $(noinst_LTLIBRARIES)
297 liblogging_la_LIBADD = 320 liblogging_la_LIBADD =
298 am__objects_1 = 321 am__objects_1 =
299 am_liblogging_la_OBJECTS = logging.lo dynamic_annotations.lo \ 322 am_liblogging_la_OBJECTS = logging.lo dynamic_annotations.lo \
300 $(am__objects_1) 323 $(am__objects_1)
301 liblogging_la_OBJECTS = $(am_liblogging_la_OBJECTS) 324 liblogging_la_OBJECTS = $(am_liblogging_la_OBJECTS)
302 @WITH_CPU_PROFILER_TRUE@libprofiler_la_DEPENDENCIES = \ 325 @WITH_CPU_PROFILER_TRUE@libprofiler_la_DEPENDENCIES = \
303 @WITH_CPU_PROFILER_TRUE@ libstacktrace.la 326 @WITH_CPU_PROFILER_TRUE@ libstacktrace.la
304 am__libprofiler_la_SOURCES_DIST = src/profiler.cc \ 327 am__libprofiler_la_SOURCES_DIST = src/profiler.cc \
305 src/profile-handler.cc src/profiledata.cc src/profiledata.h \ 328 src/profile-handler.cc src/profiledata.cc src/profiledata.h \
306 src/profile-handler.h src/getpc.h src/base/basictypes.h \ 329 src/profile-handler.h src/getpc.h src/base/basictypes.h \
307 src/base/commandlineflags.h src/base/googleinit.h \ 330 src/base/commandlineflags.h src/base/googleinit.h \
308 src/base/logging.h src/base/simple_mutex.h src/base/sysinfo.h \ 331 src/base/logging.h src/base/simple_mutex.h src/base/sysinfo.h \
309 src/base/spinlock.h src/base/spinlock_internal.h \ 332 src/base/spinlock.h src/base/spinlock_internal.h \
310 src/base/atomicops.h src/base/atomicops-internals-macosx.h \ 333 src/base/atomicops.h src/base/atomicops-internals-macosx.h \
311 src/base/atomicops-internals-linuxppc.h \ 334 src/base/atomicops-internals-linuxppc.h \
312 src/base/atomicops-internals-windows.h \ 335 src/base/atomicops-internals-windows.h \
313 src/base/atomicops-internals-x86.h \ 336 src/base/atomicops-internals-x86.h \
314 src/base/spinlock_win32-inl.h src/base/spinlock_linux-inl.h \ 337 src/base/spinlock_win32-inl.h src/base/spinlock_linux-inl.h \
315 src/base/spinlock_posix-inl.h \ 338 src/base/spinlock_posix-inl.h \
316 src/base/synchronization_profiling.h \ 339 src/base/synchronization_profiling.h \
317 src/base/atomicops-internals-arm-generic.h \ 340 src/base/atomicops-internals-arm-generic.h \
318 src/base/atomicops-internals-arm-v6plus.h \ 341 src/base/atomicops-internals-arm-v6plus.h \
319 src/base/dynamic_annotations.h src/third_party/valgrind.h \ 342 src/base/dynamic_annotations.h src/third_party/valgrind.h \
320 » src/google/profiler.h src/google/stacktrace.h 343 » src/gperftools/profiler.h src/gperftools/stacktrace.h
321 @WITH_CPU_PROFILER_TRUE@am__objects_2 = $(am__objects_1) \ 344 @WITH_CPU_PROFILER_TRUE@am__objects_2 = $(am__objects_1) \
322 @WITH_CPU_PROFILER_TRUE@ $(am__objects_1) 345 @WITH_CPU_PROFILER_TRUE@ $(am__objects_1)
323 @WITH_CPU_PROFILER_TRUE@am__objects_3 = $(am__objects_2) \ 346 @WITH_CPU_PROFILER_TRUE@am__objects_3 = $(am__objects_2) \
324 @WITH_CPU_PROFILER_TRUE@ $(am__objects_1) 347 @WITH_CPU_PROFILER_TRUE@ $(am__objects_1)
325 @WITH_CPU_PROFILER_TRUE@am_libprofiler_la_OBJECTS = profiler.lo \ 348 @WITH_CPU_PROFILER_TRUE@am_libprofiler_la_OBJECTS = profiler.lo \
326 @WITH_CPU_PROFILER_TRUE@ profile-handler.lo profiledata.lo \ 349 @WITH_CPU_PROFILER_TRUE@ profile-handler.lo profiledata.lo \
327 @WITH_CPU_PROFILER_TRUE@ $(am__objects_3) 350 @WITH_CPU_PROFILER_TRUE@ $(am__objects_3)
328 libprofiler_la_OBJECTS = $(am_libprofiler_la_OBJECTS) 351 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 $@
329 @WITH_CPU_PROFILER_TRUE@am_libprofiler_la_rpath = -rpath $(libdir) 355 @WITH_CPU_PROFILER_TRUE@am_libprofiler_la_rpath = -rpath $(libdir)
330 am__DEPENDENCIES_1 = 356 am__DEPENDENCIES_1 =
331 @MINGW_FALSE@libspinlock_la_DEPENDENCIES = $(am__DEPENDENCIES_1) 357 @MINGW_FALSE@libspinlock_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
332 am__libspinlock_la_SOURCES_DIST = src/base/spinlock.cc \ 358 am__libspinlock_la_SOURCES_DIST = src/base/spinlock.cc \
333 src/base/spinlock_internal.cc \ 359 src/base/spinlock_internal.cc \
334 src/base/atomicops-internals-x86.cc src/base/spinlock.h \ 360 src/base/atomicops-internals-x86.cc src/base/spinlock.h \
335 src/base/spinlock_internal.h src/base/atomicops.h \ 361 src/base/spinlock_internal.h src/base/atomicops.h \
336 src/base/atomicops-internals-macosx.h \ 362 src/base/atomicops-internals-macosx.h \
337 src/base/atomicops-internals-linuxppc.h \ 363 src/base/atomicops-internals-linuxppc.h \
338 src/base/atomicops-internals-windows.h \ 364 src/base/atomicops-internals-windows.h \
339 src/base/atomicops-internals-x86.h \ 365 src/base/atomicops-internals-x86.h \
340 src/base/spinlock_win32-inl.h src/base/spinlock_linux-inl.h \ 366 src/base/spinlock_win32-inl.h src/base/spinlock_linux-inl.h \
341 src/base/spinlock_posix-inl.h \ 367 src/base/spinlock_posix-inl.h \
342 src/base/synchronization_profiling.h \ 368 src/base/synchronization_profiling.h \
343 src/base/atomicops-internals-arm-generic.h \ 369 src/base/atomicops-internals-arm-generic.h \
344 src/base/atomicops-internals-arm-v6plus.h 370 src/base/atomicops-internals-arm-v6plus.h
345 @MINGW_FALSE@am_libspinlock_la_OBJECTS = spinlock.lo \ 371 @MINGW_FALSE@am_libspinlock_la_OBJECTS = spinlock.lo \
346 @MINGW_FALSE@ spinlock_internal.lo atomicops-internals-x86.lo \ 372 @MINGW_FALSE@ spinlock_internal.lo atomicops-internals-x86.lo \
347 @MINGW_FALSE@ $(am__objects_1) 373 @MINGW_FALSE@ $(am__objects_1)
348 @MINGW_TRUE@am_libspinlock_la_OBJECTS = spinlock.lo \ 374 @MINGW_TRUE@am_libspinlock_la_OBJECTS = spinlock.lo \
349 @MINGW_TRUE@ spinlock_internal.lo $(am__objects_1) 375 @MINGW_TRUE@ spinlock_internal.lo $(am__objects_1)
350 libspinlock_la_OBJECTS = $(am_libspinlock_la_OBJECTS) 376 libspinlock_la_OBJECTS = $(am_libspinlock_la_OBJECTS)
351 @MINGW_FALSE@am_libspinlock_la_rpath = 377 @MINGW_FALSE@am_libspinlock_la_rpath =
352 @MINGW_TRUE@am_libspinlock_la_rpath = 378 @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
357 @WITH_STACK_TRACE_TRUE@libstacktrace_la_DEPENDENCIES = \ 379 @WITH_STACK_TRACE_TRUE@libstacktrace_la_DEPENDENCIES = \
358 @WITH_STACK_TRACE_TRUE@»$(am__DEPENDENCIES_1) \ 380 @WITH_STACK_TRACE_TRUE@»$(am__DEPENDENCIES_1) $(LIBSPINLOCK)
359 @WITH_STACK_TRACE_TRUE@»$(am__DEPENDENCIES_2)
360 am__libstacktrace_la_SOURCES_DIST = src/stacktrace.cc \ 381 am__libstacktrace_la_SOURCES_DIST = src/stacktrace.cc \
361 src/base/elf_mem_image.cc src/base/vdso_support.cc \ 382 src/base/elf_mem_image.cc src/base/vdso_support.cc \
362 src/stacktrace_config.h src/stacktrace_generic-inl.h \ 383 src/stacktrace_config.h src/stacktrace_generic-inl.h \
363 » src/stacktrace_libunwind-inl.h src/stacktrace_nacl-inl.h \ 384 » src/stacktrace_libunwind-inl.h src/stacktrace_arm-inl.h \
364 » src/stacktrace_powerpc-inl.h src/stacktrace_x86_64-inl.h \ 385 » src/stacktrace_powerpc-inl.h src/stacktrace_x86-inl.h \
365 » src/stacktrace_x86-inl.h src/stacktrace_win32-inl.h \ 386 » src/stacktrace_win32-inl.h src/base/elf_mem_image.h \
366 » src/base/elf_mem_image.h src/base/vdso_support.h \ 387 » src/base/vdso_support.h src/gperftools/stacktrace.h
367 » src/google/stacktrace.h
368 @WITH_STACK_TRACE_TRUE@am__objects_4 = $(am__objects_1) \ 388 @WITH_STACK_TRACE_TRUE@am__objects_4 = $(am__objects_1) \
369 @WITH_STACK_TRACE_TRUE@ $(am__objects_1) 389 @WITH_STACK_TRACE_TRUE@ $(am__objects_1)
370 @WITH_STACK_TRACE_TRUE@am_libstacktrace_la_OBJECTS = stacktrace.lo \ 390 @WITH_STACK_TRACE_TRUE@am_libstacktrace_la_OBJECTS = stacktrace.lo \
371 @WITH_STACK_TRACE_TRUE@ elf_mem_image.lo vdso_support.lo \ 391 @WITH_STACK_TRACE_TRUE@ elf_mem_image.lo vdso_support.lo \
372 @WITH_STACK_TRACE_TRUE@ $(am__objects_4) 392 @WITH_STACK_TRACE_TRUE@ $(am__objects_4)
373 libstacktrace_la_OBJECTS = $(am_libstacktrace_la_OBJECTS) 393 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 $@
374 @WITH_STACK_TRACE_TRUE@am_libstacktrace_la_rpath = 397 @WITH_STACK_TRACE_TRUE@am_libstacktrace_la_rpath =
375 libsysinfo_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \ 398 libsysinfo_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
376 $(am__DEPENDENCIES_1) 399 $(am__DEPENDENCIES_1)
377 am_libsysinfo_la_OBJECTS = sysinfo.lo $(am__objects_1) 400 am_libsysinfo_la_OBJECTS = sysinfo.lo $(am__objects_1)
378 libsysinfo_la_OBJECTS = $(am_libsysinfo_la_OBJECTS) 401 libsysinfo_la_OBJECTS = $(am_libsysinfo_la_OBJECTS)
379 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@libtcmalloc_la_DEPENDENCIES = \ 402 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@libtcmalloc_la_DEPENDENCIES = \
380 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ libtcmalloc_internal.la \ 403 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ libtcmalloc_internal.la \
381 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(am__DEPENDENCIES_1) 404 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(am__DEPENDENCIES_1)
382 am__libtcmalloc_la_SOURCES_DIST = src/tcmalloc.cc src/common.h \ 405 am__libtcmalloc_la_SOURCES_DIST = src/tcmalloc.cc src/common.h \
383 src/internal_logging.h src/system-alloc.h \ 406 src/internal_logging.h src/system-alloc.h \
(...skipping 17 matching lines...) Expand all
401 src/static_vars.h src/symbolize.h src/thread_cache.h \ 424 src/static_vars.h src/symbolize.h src/thread_cache.h \
402 src/stack_trace_table.h src/base/thread_annotations.h \ 425 src/stack_trace_table.h src/base/thread_annotations.h \
403 src/malloc_hook-inl.h src/malloc_hook_mmap_linux.h \ 426 src/malloc_hook-inl.h src/malloc_hook_mmap_linux.h \
404 src/malloc_hook_mmap_freebsd.h src/maybe_threads.h \ 427 src/malloc_hook_mmap_freebsd.h src/maybe_threads.h \
405 src/base/logging.h src/base/dynamic_annotations.h \ 428 src/base/logging.h src/base/dynamic_annotations.h \
406 src/third_party/valgrind.h src/addressmap-inl.h \ 429 src/third_party/valgrind.h src/addressmap-inl.h \
407 src/raw_printer.h src/base/elfcore.h src/base/googleinit.h \ 430 src/raw_printer.h src/base/elfcore.h src/base/googleinit.h \
408 src/base/linux_syscall_support.h src/base/linuxthreads.h \ 431 src/base/linux_syscall_support.h src/base/linuxthreads.h \
409 src/base/stl_allocator.h src/base/sysinfo.h \ 432 src/base/stl_allocator.h src/base/sysinfo.h \
410 src/base/thread_lister.h src/heap-profile-table.h \ 433 src/base/thread_lister.h src/heap-profile-table.h \
411 » src/google/malloc_hook.h src/google/malloc_hook_c.h \ 434 » src/gperftools/malloc_hook.h src/gperftools/malloc_hook_c.h \
412 » src/google/malloc_extension.h src/google/malloc_extension_c.h \ 435 » src/gperftools/malloc_extension.h \
413 » src/google/stacktrace.h src/google/heap-profiler.h \ 436 » src/gperftools/malloc_extension_c.h \
414 » src/google/heap-checker.h src/base/thread_lister.c \ 437 » src/gperftools/stacktrace.h src/gperftools/heap-profiler.h \
438 » src/gperftools/heap-checker.h src/base/thread_lister.c \
415 src/base/linuxthreads.cc src/heap-checker.cc \ 439 src/base/linuxthreads.cc src/heap-checker.cc \
416 src/heap-checker-bcad.cc 440 src/heap-checker-bcad.cc
417 @MINGW_FALSE@am__objects_5 = libtcmalloc_la-tcmalloc.lo 441 @MINGW_FALSE@am__objects_5 = libtcmalloc_la-tcmalloc.lo
418 am__objects_6 = $(am__objects_1) 442 am__objects_6 = $(am__objects_1)
419 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__objects_7 = $(am__objects_6) \ 443 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__objects_7 = $(am__objects_6) \
420 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(am__objects_1) 444 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(am__objects_1)
421 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__objects_8 = $(am__objects_1) 445 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__objects_8 = $(am__objects_1)
422 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__objects_9 = $(am__objects_7) \ 446 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__objects_9 = $(am__objects_7) \
423 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(am__objects_8) 447 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(am__objects_8)
424 @WITH_HEAP_CHECKER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__objects_10 = thr ead_lister.lo \ 448 @WITH_HEAP_CHECKER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__objects_10 = thr ead_lister.lo \
425 @WITH_HEAP_CHECKER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ libtcmalloc_la-l inuxthreads.lo \ 449 @WITH_HEAP_CHECKER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ libtcmalloc_la-l inuxthreads.lo \
426 @WITH_HEAP_CHECKER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ libtcmalloc_la-h eap-checker.lo \ 450 @WITH_HEAP_CHECKER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ libtcmalloc_la-h eap-checker.lo \
427 @WITH_HEAP_CHECKER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ libtcmalloc_la-h eap-checker-bcad.lo 451 @WITH_HEAP_CHECKER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ libtcmalloc_la-h eap-checker-bcad.lo
428 @WITH_HEAP_CHECKER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__objects_11 = $(a m__objects_10) 452 @WITH_HEAP_CHECKER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__objects_11 = $(a m__objects_10)
429 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am_libtcmalloc_la_OBJECTS = \ 453 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am_libtcmalloc_la_OBJECTS = \
430 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(am__objects_5) \ 454 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(am__objects_5) \
431 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(am__objects_9) \ 455 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(am__objects_9) \
432 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(am__objects_11) 456 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(am__objects_11)
433 libtcmalloc_la_OBJECTS = $(am_libtcmalloc_la_OBJECTS) 457 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 $@
434 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am_libtcmalloc_la_rpath = -rpath \ 462 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am_libtcmalloc_la_rpath = -rpath \
435 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(libdir) 463 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(libdir)
436 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__DEPENDENCIES_3 = \ 464 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__DEPENDENCIES_2 = \
437 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ libtcmalloc_internal.la \ 465 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ libtcmalloc_internal.la \
438 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(am__DEPENDENCIES_1) 466 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(am__DEPENDENCIES_1)
439 @WITH_CPU_PROFILER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@libtcmalloc_and_prof iler_la_DEPENDENCIES = $(am__DEPENDENCIES_3) 467 @WITH_CPU_PROFILER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@libtcmalloc_and_prof iler_la_DEPENDENCIES = $(am__DEPENDENCIES_2)
440 am__libtcmalloc_and_profiler_la_SOURCES_DIST = src/tcmalloc.cc \ 468 am__libtcmalloc_and_profiler_la_SOURCES_DIST = src/tcmalloc.cc \
441 src/common.h src/internal_logging.h src/system-alloc.h \ 469 src/common.h src/internal_logging.h src/system-alloc.h \
442 src/packed-cache-inl.h src/base/spinlock.h \ 470 src/packed-cache-inl.h src/base/spinlock.h \
443 src/base/spinlock_internal.h src/base/atomicops.h \ 471 src/base/spinlock_internal.h src/base/atomicops.h \
444 src/base/atomicops-internals-macosx.h \ 472 src/base/atomicops-internals-macosx.h \
445 src/base/atomicops-internals-linuxppc.h \ 473 src/base/atomicops-internals-linuxppc.h \
446 src/base/atomicops-internals-windows.h \ 474 src/base/atomicops-internals-windows.h \
447 src/base/atomicops-internals-x86.h \ 475 src/base/atomicops-internals-x86.h \
448 src/base/spinlock_win32-inl.h src/base/spinlock_linux-inl.h \ 476 src/base/spinlock_win32-inl.h src/base/spinlock_linux-inl.h \
449 src/base/spinlock_posix-inl.h \ 477 src/base/spinlock_posix-inl.h \
450 src/base/synchronization_profiling.h \ 478 src/base/synchronization_profiling.h \
451 src/base/atomicops-internals-arm-generic.h \ 479 src/base/atomicops-internals-arm-generic.h \
452 src/base/atomicops-internals-arm-v6plus.h src/tcmalloc_guard.h \ 480 src/base/atomicops-internals-arm-v6plus.h src/tcmalloc_guard.h \
453 src/base/commandlineflags.h src/base/basictypes.h \ 481 src/base/commandlineflags.h src/base/basictypes.h \
454 src/pagemap.h src/sampler.h src/central_freelist.h \ 482 src/pagemap.h src/sampler.h src/central_freelist.h \
455 src/linked_list.h src/libc_override.h \ 483 src/linked_list.h src/libc_override.h \
456 src/libc_override_gcc_and_weak.h src/libc_override_glibc.h \ 484 src/libc_override_gcc_and_weak.h src/libc_override_glibc.h \
457 src/libc_override_osx.h src/libc_override_redefine.h \ 485 src/libc_override_osx.h src/libc_override_redefine.h \
458 src/page_heap.h src/page_heap_allocator.h src/span.h \ 486 src/page_heap.h src/page_heap_allocator.h src/span.h \
459 src/static_vars.h src/symbolize.h src/thread_cache.h \ 487 src/static_vars.h src/symbolize.h src/thread_cache.h \
460 src/stack_trace_table.h src/base/thread_annotations.h \ 488 src/stack_trace_table.h src/base/thread_annotations.h \
461 src/malloc_hook-inl.h src/malloc_hook_mmap_linux.h \ 489 src/malloc_hook-inl.h src/malloc_hook_mmap_linux.h \
462 src/malloc_hook_mmap_freebsd.h src/maybe_threads.h \ 490 src/malloc_hook_mmap_freebsd.h src/maybe_threads.h \
463 src/base/logging.h src/base/dynamic_annotations.h \ 491 src/base/logging.h src/base/dynamic_annotations.h \
464 src/third_party/valgrind.h src/addressmap-inl.h \ 492 src/third_party/valgrind.h src/addressmap-inl.h \
465 src/raw_printer.h src/base/elfcore.h src/base/googleinit.h \ 493 src/raw_printer.h src/base/elfcore.h src/base/googleinit.h \
466 src/base/linux_syscall_support.h src/base/linuxthreads.h \ 494 src/base/linux_syscall_support.h src/base/linuxthreads.h \
467 src/base/stl_allocator.h src/base/sysinfo.h \ 495 src/base/stl_allocator.h src/base/sysinfo.h \
468 src/base/thread_lister.h src/heap-profile-table.h \ 496 src/base/thread_lister.h src/heap-profile-table.h \
469 » src/google/malloc_hook.h src/google/malloc_hook_c.h \ 497 » src/gperftools/malloc_hook.h src/gperftools/malloc_hook_c.h \
470 » src/google/malloc_extension.h src/google/malloc_extension_c.h \ 498 » src/gperftools/malloc_extension.h \
471 » src/google/stacktrace.h src/google/heap-profiler.h \ 499 » src/gperftools/malloc_extension_c.h \
472 » src/google/heap-checker.h src/base/thread_lister.c \ 500 » src/gperftools/stacktrace.h src/gperftools/heap-profiler.h \
501 » src/gperftools/heap-checker.h src/base/thread_lister.c \
473 src/base/linuxthreads.cc src/heap-checker.cc \ 502 src/base/linuxthreads.cc src/heap-checker.cc \
474 src/heap-checker-bcad.cc src/profiler.cc \ 503 src/heap-checker-bcad.cc src/profiler.cc \
475 src/profile-handler.cc src/profiledata.cc src/profiledata.h \ 504 src/profile-handler.cc src/profiledata.cc src/profiledata.h \
476 src/profile-handler.h src/getpc.h src/base/simple_mutex.h \ 505 src/profile-handler.h src/getpc.h src/base/simple_mutex.h \
477 » src/google/profiler.h 506 » src/gperftools/profiler.h
478 @MINGW_FALSE@am__objects_12 = libtcmalloc_and_profiler_la-tcmalloc.lo 507 @MINGW_FALSE@am__objects_12 = libtcmalloc_and_profiler_la-tcmalloc.lo
479 @WITH_HEAP_CHECKER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__objects_13 = thr ead_lister.lo \ 508 @WITH_HEAP_CHECKER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__objects_13 = thr ead_lister.lo \
480 @WITH_HEAP_CHECKER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ libtcmalloc_and_ profiler_la-linuxthreads.lo \ 509 @WITH_HEAP_CHECKER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ libtcmalloc_and_ profiler_la-linuxthreads.lo \
481 @WITH_HEAP_CHECKER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ libtcmalloc_and_ profiler_la-heap-checker.lo \ 510 @WITH_HEAP_CHECKER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ libtcmalloc_and_ profiler_la-heap-checker.lo \
482 @WITH_HEAP_CHECKER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ libtcmalloc_and_ profiler_la-heap-checker-bcad.lo 511 @WITH_HEAP_CHECKER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ libtcmalloc_and_ profiler_la-heap-checker-bcad.lo
483 @WITH_HEAP_CHECKER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__objects_14 = $(a m__objects_13) 512 @WITH_HEAP_CHECKER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__objects_14 = $(a m__objects_13)
484 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__objects_15 = \ 513 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__objects_15 = \
485 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(am__objects_12) \ 514 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(am__objects_12) \
486 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(am__objects_9) \ 515 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(am__objects_9) \
487 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(am__objects_14) 516 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(am__objects_14)
488 @WITH_CPU_PROFILER_TRUE@am__objects_16 = libtcmalloc_and_profiler_la-profiler.lo \ 517 @WITH_CPU_PROFILER_TRUE@am__objects_16 = libtcmalloc_and_profiler_la-profiler.lo \
489 @WITH_CPU_PROFILER_TRUE@ libtcmalloc_and_profiler_la-profile-handler.lo \ 518 @WITH_CPU_PROFILER_TRUE@ libtcmalloc_and_profiler_la-profile-handler.lo \
490 @WITH_CPU_PROFILER_TRUE@ libtcmalloc_and_profiler_la-profiledata.lo \ 519 @WITH_CPU_PROFILER_TRUE@ libtcmalloc_and_profiler_la-profiledata.lo \
491 @WITH_CPU_PROFILER_TRUE@ $(am__objects_3) 520 @WITH_CPU_PROFILER_TRUE@ $(am__objects_3)
492 @WITH_CPU_PROFILER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am_libtcmalloc_and_p rofiler_la_OBJECTS = $(am__objects_15) \ 521 @WITH_CPU_PROFILER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am_libtcmalloc_and_p rofiler_la_OBJECTS = $(am__objects_15) \
493 @WITH_CPU_PROFILER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(am__objects_16 ) 522 @WITH_CPU_PROFILER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(am__objects_16 )
494 libtcmalloc_and_profiler_la_OBJECTS = \ 523 libtcmalloc_and_profiler_la_OBJECTS = \
495 $(am_libtcmalloc_and_profiler_la_OBJECTS) 524 $(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 $@
496 @WITH_CPU_PROFILER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am_libtcmalloc_and_p rofiler_la_rpath = -rpath \ 529 @WITH_CPU_PROFILER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am_libtcmalloc_and_p rofiler_la_rpath = -rpath \
497 @WITH_CPU_PROFILER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(libdir) 530 @WITH_CPU_PROFILER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(libdir)
498 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@libtcmalloc_debug_la_D EPENDENCIES = $(am__DEPENDENCIES_3) 531 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@libtcmalloc_debug_la_D EPENDENCIES = $(am__DEPENDENCIES_2)
499 am__libtcmalloc_debug_la_SOURCES_DIST = src/debugallocation.cc \ 532 am__libtcmalloc_debug_la_SOURCES_DIST = src/debugallocation.cc \
500 src/base/thread_lister.c src/base/linuxthreads.cc \ 533 src/base/thread_lister.c src/base/linuxthreads.cc \
501 src/heap-checker.cc src/heap-checker-bcad.cc src/common.h \ 534 src/heap-checker.cc src/heap-checker-bcad.cc src/common.h \
502 src/internal_logging.h src/system-alloc.h \ 535 src/internal_logging.h src/system-alloc.h \
503 src/packed-cache-inl.h src/base/spinlock.h \ 536 src/packed-cache-inl.h src/base/spinlock.h \
504 src/base/spinlock_internal.h src/base/atomicops.h \ 537 src/base/spinlock_internal.h src/base/atomicops.h \
505 src/base/atomicops-internals-macosx.h \ 538 src/base/atomicops-internals-macosx.h \
506 src/base/atomicops-internals-linuxppc.h \ 539 src/base/atomicops-internals-linuxppc.h \
507 src/base/atomicops-internals-windows.h \ 540 src/base/atomicops-internals-windows.h \
508 src/base/atomicops-internals-x86.h \ 541 src/base/atomicops-internals-x86.h \
(...skipping 11 matching lines...) Expand all
520 src/static_vars.h src/symbolize.h src/thread_cache.h \ 553 src/static_vars.h src/symbolize.h src/thread_cache.h \
521 src/stack_trace_table.h src/base/thread_annotations.h \ 554 src/stack_trace_table.h src/base/thread_annotations.h \
522 src/malloc_hook-inl.h src/malloc_hook_mmap_linux.h \ 555 src/malloc_hook-inl.h src/malloc_hook_mmap_linux.h \
523 src/malloc_hook_mmap_freebsd.h src/maybe_threads.h \ 556 src/malloc_hook_mmap_freebsd.h src/maybe_threads.h \
524 src/base/logging.h src/base/dynamic_annotations.h \ 557 src/base/logging.h src/base/dynamic_annotations.h \
525 src/third_party/valgrind.h src/addressmap-inl.h \ 558 src/third_party/valgrind.h src/addressmap-inl.h \
526 src/raw_printer.h src/base/elfcore.h src/base/googleinit.h \ 559 src/raw_printer.h src/base/elfcore.h src/base/googleinit.h \
527 src/base/linux_syscall_support.h src/base/linuxthreads.h \ 560 src/base/linux_syscall_support.h src/base/linuxthreads.h \
528 src/base/stl_allocator.h src/base/sysinfo.h \ 561 src/base/stl_allocator.h src/base/sysinfo.h \
529 src/base/thread_lister.h src/heap-profile-table.h \ 562 src/base/thread_lister.h src/heap-profile-table.h \
530 » src/google/malloc_hook.h src/google/malloc_hook_c.h \ 563 » src/gperftools/malloc_hook.h src/gperftools/malloc_hook_c.h \
531 » src/google/malloc_extension.h src/google/malloc_extension_c.h \ 564 » src/gperftools/malloc_extension.h \
532 » src/google/stacktrace.h src/google/heap-profiler.h \ 565 » src/gperftools/malloc_extension_c.h \
533 » src/google/heap-checker.h 566 » src/gperftools/stacktrace.h src/gperftools/heap-profiler.h \
567 » src/gperftools/heap-checker.h
534 @WITH_HEAP_CHECKER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__objects_17 = thr ead_lister.lo \ 568 @WITH_HEAP_CHECKER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__objects_17 = thr ead_lister.lo \
535 @WITH_HEAP_CHECKER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ libtcmalloc_debu g_la-linuxthreads.lo \ 569 @WITH_HEAP_CHECKER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ libtcmalloc_debu g_la-linuxthreads.lo \
536 @WITH_HEAP_CHECKER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ libtcmalloc_debu g_la-heap-checker.lo \ 570 @WITH_HEAP_CHECKER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ libtcmalloc_debu g_la-heap-checker.lo \
537 @WITH_HEAP_CHECKER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ libtcmalloc_debu g_la-heap-checker-bcad.lo 571 @WITH_HEAP_CHECKER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ libtcmalloc_debu g_la-heap-checker-bcad.lo
538 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am_libtcmalloc_debug_l a_OBJECTS = libtcmalloc_debug_la-debugallocation.lo \ 572 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am_libtcmalloc_debug_l a_OBJECTS = libtcmalloc_debug_la-debugallocation.lo \
539 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(am__objects_17 ) \ 573 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(am__objects_17 ) \
540 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(am__objects_9) 574 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(am__objects_9)
541 libtcmalloc_debug_la_OBJECTS = $(am_libtcmalloc_debug_la_OBJECTS) 575 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 $@
542 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am_libtcmalloc_debug_l a_rpath = -rpath \ 580 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am_libtcmalloc_debug_l a_rpath = -rpath \
543 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(libdir) 581 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(libdir)
544 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@libtcmalloc_internal_la_DEPENDENCIES = \ 582 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@libtcmalloc_internal_la_DEPENDENCIES = \
545 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ libstacktrace.la \ 583 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ libstacktrace.la \
546 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(am__DEPENDENCIES_1) 584 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(am__DEPENDENCIES_1)
547 am__libtcmalloc_internal_la_SOURCES_DIST = src/common.cc \ 585 am__libtcmalloc_internal_la_SOURCES_DIST = src/common.cc \
548 src/internal_logging.cc src/system-alloc.cc \ 586 src/internal_logging.cc src/system-alloc.cc \
549 src/memfs_malloc.cc src/central_freelist.cc src/page_heap.cc \ 587 src/memfs_malloc.cc src/central_freelist.cc src/page_heap.cc \
550 src/sampler.cc src/span.cc src/stack_trace_table.cc \ 588 src/sampler.cc src/span.cc src/stack_trace_table.cc \
551 src/static_vars.cc src/symbolize.cc src/thread_cache.cc \ 589 src/static_vars.cc src/symbolize.cc src/thread_cache.cc \
(...skipping 13 matching lines...) Expand all
565 src/base/commandlineflags.h src/base/basictypes.h \ 603 src/base/commandlineflags.h src/base/basictypes.h \
566 src/pagemap.h src/sampler.h src/central_freelist.h \ 604 src/pagemap.h src/sampler.h src/central_freelist.h \
567 src/linked_list.h src/libc_override.h \ 605 src/linked_list.h src/libc_override.h \
568 src/libc_override_gcc_and_weak.h src/libc_override_glibc.h \ 606 src/libc_override_gcc_and_weak.h src/libc_override_glibc.h \
569 src/libc_override_osx.h src/libc_override_redefine.h \ 607 src/libc_override_osx.h src/libc_override_redefine.h \
570 src/page_heap.h src/page_heap_allocator.h src/span.h \ 608 src/page_heap.h src/page_heap_allocator.h src/span.h \
571 src/static_vars.h src/symbolize.h src/thread_cache.h \ 609 src/static_vars.h src/symbolize.h src/thread_cache.h \
572 src/stack_trace_table.h src/base/thread_annotations.h \ 610 src/stack_trace_table.h src/base/thread_annotations.h \
573 src/malloc_hook-inl.h src/malloc_hook_mmap_linux.h \ 611 src/malloc_hook-inl.h src/malloc_hook_mmap_linux.h \
574 src/malloc_hook_mmap_freebsd.h src/maybe_threads.h \ 612 src/malloc_hook_mmap_freebsd.h src/maybe_threads.h \
575 » src/google/malloc_hook.h src/google/malloc_hook_c.h \ 613 » src/gperftools/malloc_hook.h src/gperftools/malloc_hook_c.h \
576 » src/google/malloc_extension.h src/google/malloc_extension_c.h \ 614 » src/gperftools/malloc_extension.h \
577 » src/google/stacktrace.h src/base/logging.h \ 615 » src/gperftools/malloc_extension_c.h \
616 » src/gperftools/stacktrace.h src/base/logging.h \
578 src/base/dynamic_annotations.h src/third_party/valgrind.h \ 617 src/base/dynamic_annotations.h src/third_party/valgrind.h \
579 src/addressmap-inl.h src/raw_printer.h src/base/elfcore.h \ 618 src/addressmap-inl.h src/raw_printer.h src/base/elfcore.h \
580 src/base/googleinit.h src/base/linux_syscall_support.h \ 619 src/base/googleinit.h src/base/linux_syscall_support.h \
581 src/base/linuxthreads.h src/base/stl_allocator.h \ 620 src/base/linuxthreads.h src/base/stl_allocator.h \
582 src/base/sysinfo.h src/base/thread_lister.h \ 621 src/base/sysinfo.h src/base/thread_lister.h \
583 » src/heap-profile-table.h src/google/heap-profiler.h \ 622 » src/heap-profile-table.h src/gperftools/heap-profiler.h \
584 » src/google/heap-checker.h src/base/low_level_alloc.cc \ 623 » src/gperftools/heap-checker.h src/base/low_level_alloc.cc \
585 src/heap-profile-table.cc src/heap-profiler.cc \ 624 src/heap-profile-table.cc src/heap-profiler.cc \
586 src/raw_printer.cc src/memory_region_map.cc 625 src/raw_printer.cc src/memory_region_map.cc
587 @MINGW_FALSE@am__objects_18 = libtcmalloc_internal_la-system-alloc.lo 626 @MINGW_FALSE@am__objects_18 = libtcmalloc_internal_la-system-alloc.lo
588 @MINGW_FALSE@am__objects_19 = \ 627 @MINGW_FALSE@am__objects_19 = \
589 @MINGW_FALSE@ libtcmalloc_internal_la-maybe_threads.lo 628 @MINGW_FALSE@ libtcmalloc_internal_la-maybe_threads.lo
590 am__objects_20 = $(am__objects_6) $(am__objects_1) 629 am__objects_20 = $(am__objects_6) $(am__objects_1)
591 am__objects_21 = libtcmalloc_internal_la-common.lo \ 630 am__objects_21 = libtcmalloc_internal_la-common.lo \
592 libtcmalloc_internal_la-internal_logging.lo $(am__objects_18) \ 631 libtcmalloc_internal_la-internal_logging.lo $(am__objects_18) \
593 libtcmalloc_internal_la-memfs_malloc.lo \ 632 libtcmalloc_internal_la-memfs_malloc.lo \
594 libtcmalloc_internal_la-central_freelist.lo \ 633 libtcmalloc_internal_la-central_freelist.lo \
(...skipping 10 matching lines...) Expand all
605 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am_libtcmalloc_internal_la_OBJECTS = \ 644 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am_libtcmalloc_internal_la_OBJECTS = \
606 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(am__objects_21) \ 645 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(am__objects_21) \
607 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(am__objects_9) \ 646 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(am__objects_9) \
608 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ libtcmalloc_internal_la-low_level_alloc. lo \ 647 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ libtcmalloc_internal_la-low_level_alloc. lo \
609 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ libtcmalloc_internal_la-heap-profile-tab le.lo \ 648 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ libtcmalloc_internal_la-heap-profile-tab le.lo \
610 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ libtcmalloc_internal_la-heap-profiler.lo \ 649 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ libtcmalloc_internal_la-heap-profiler.lo \
611 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ libtcmalloc_internal_la-raw_printer.lo \ 650 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ libtcmalloc_internal_la-raw_printer.lo \
612 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ libtcmalloc_internal_la-memory_region_ma p.lo 651 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ libtcmalloc_internal_la-memory_region_ma p.lo
613 libtcmalloc_internal_la_OBJECTS = \ 652 libtcmalloc_internal_la_OBJECTS = \
614 $(am_libtcmalloc_internal_la_OBJECTS) 653 $(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 $@
615 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am_libtcmalloc_internal_la_rpath = 658 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am_libtcmalloc_internal_la_rpath =
616 libtcmalloc_minimal_la_DEPENDENCIES = libtcmalloc_minimal_internal.la \ 659 libtcmalloc_minimal_la_DEPENDENCIES = libtcmalloc_minimal_internal.la \
617 $(am__DEPENDENCIES_1) 660 $(am__DEPENDENCIES_1)
618 am__libtcmalloc_minimal_la_SOURCES_DIST = src/tcmalloc.cc src/common.h \ 661 am__libtcmalloc_minimal_la_SOURCES_DIST = src/tcmalloc.cc src/common.h \
619 src/internal_logging.h src/system-alloc.h \ 662 src/internal_logging.h src/system-alloc.h \
620 src/packed-cache-inl.h src/base/spinlock.h \ 663 src/packed-cache-inl.h src/base/spinlock.h \
621 src/base/spinlock_internal.h src/base/atomicops.h \ 664 src/base/spinlock_internal.h src/base/atomicops.h \
622 src/base/atomicops-internals-macosx.h \ 665 src/base/atomicops-internals-macosx.h \
623 src/base/atomicops-internals-linuxppc.h \ 666 src/base/atomicops-internals-linuxppc.h \
624 src/base/atomicops-internals-windows.h \ 667 src/base/atomicops-internals-windows.h \
625 src/base/atomicops-internals-x86.h \ 668 src/base/atomicops-internals-x86.h \
626 src/base/spinlock_win32-inl.h src/base/spinlock_linux-inl.h \ 669 src/base/spinlock_win32-inl.h src/base/spinlock_linux-inl.h \
627 src/base/spinlock_posix-inl.h \ 670 src/base/spinlock_posix-inl.h \
628 src/base/synchronization_profiling.h \ 671 src/base/synchronization_profiling.h \
629 src/base/atomicops-internals-arm-generic.h \ 672 src/base/atomicops-internals-arm-generic.h \
630 src/base/atomicops-internals-arm-v6plus.h src/tcmalloc_guard.h \ 673 src/base/atomicops-internals-arm-v6plus.h src/tcmalloc_guard.h \
631 src/base/commandlineflags.h src/base/basictypes.h \ 674 src/base/commandlineflags.h src/base/basictypes.h \
632 src/pagemap.h src/sampler.h src/central_freelist.h \ 675 src/pagemap.h src/sampler.h src/central_freelist.h \
633 src/linked_list.h src/libc_override.h \ 676 src/linked_list.h src/libc_override.h \
634 src/libc_override_gcc_and_weak.h src/libc_override_glibc.h \ 677 src/libc_override_gcc_and_weak.h src/libc_override_glibc.h \
635 src/libc_override_osx.h src/libc_override_redefine.h \ 678 src/libc_override_osx.h src/libc_override_redefine.h \
636 src/page_heap.h src/page_heap_allocator.h src/span.h \ 679 src/page_heap.h src/page_heap_allocator.h src/span.h \
637 src/static_vars.h src/symbolize.h src/thread_cache.h \ 680 src/static_vars.h src/symbolize.h src/thread_cache.h \
638 src/stack_trace_table.h src/base/thread_annotations.h \ 681 src/stack_trace_table.h src/base/thread_annotations.h \
639 src/malloc_hook-inl.h src/malloc_hook_mmap_linux.h \ 682 src/malloc_hook-inl.h src/malloc_hook_mmap_linux.h \
640 src/malloc_hook_mmap_freebsd.h src/maybe_threads.h \ 683 src/malloc_hook_mmap_freebsd.h src/maybe_threads.h \
641 » src/google/malloc_hook.h src/google/malloc_hook_c.h \ 684 » src/gperftools/malloc_hook.h src/gperftools/malloc_hook_c.h \
642 » src/google/malloc_extension.h src/google/malloc_extension_c.h \ 685 » src/gperftools/malloc_extension.h \
643 » src/google/stacktrace.h 686 » src/gperftools/malloc_extension_c.h \
687 » src/gperftools/stacktrace.h
644 @MINGW_FALSE@am__objects_22 = libtcmalloc_minimal_la-tcmalloc.lo 688 @MINGW_FALSE@am__objects_22 = libtcmalloc_minimal_la-tcmalloc.lo
645 am_libtcmalloc_minimal_la_OBJECTS = $(am__objects_22) \ 689 am_libtcmalloc_minimal_la_OBJECTS = $(am__objects_22) \
646 $(am__objects_20) 690 $(am__objects_20)
647 libtcmalloc_minimal_la_OBJECTS = $(am_libtcmalloc_minimal_la_OBJECTS) 691 libtcmalloc_minimal_la_OBJECTS = $(am_libtcmalloc_minimal_la_OBJECTS)
648 am__DEPENDENCIES_4 = libtcmalloc_minimal_internal.la \ 692 libtcmalloc_minimal_la_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
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 \
649 $(am__DEPENDENCIES_1) 697 $(am__DEPENDENCIES_1)
650 @WITH_DEBUGALLOC_TRUE@libtcmalloc_minimal_debug_la_DEPENDENCIES = \ 698 @WITH_DEBUGALLOC_TRUE@libtcmalloc_minimal_debug_la_DEPENDENCIES = \
651 @WITH_DEBUGALLOC_TRUE@» $(am__DEPENDENCIES_4) 699 @WITH_DEBUGALLOC_TRUE@» $(am__DEPENDENCIES_3)
652 am__libtcmalloc_minimal_debug_la_SOURCES_DIST = \ 700 am__libtcmalloc_minimal_debug_la_SOURCES_DIST = \
653 src/debugallocation.cc src/common.h src/internal_logging.h \ 701 src/debugallocation.cc src/common.h src/internal_logging.h \
654 src/system-alloc.h src/packed-cache-inl.h src/base/spinlock.h \ 702 src/system-alloc.h src/packed-cache-inl.h src/base/spinlock.h \
655 src/base/spinlock_internal.h src/base/atomicops.h \ 703 src/base/spinlock_internal.h src/base/atomicops.h \
656 src/base/atomicops-internals-macosx.h \ 704 src/base/atomicops-internals-macosx.h \
657 src/base/atomicops-internals-linuxppc.h \ 705 src/base/atomicops-internals-linuxppc.h \
658 src/base/atomicops-internals-windows.h \ 706 src/base/atomicops-internals-windows.h \
659 src/base/atomicops-internals-x86.h \ 707 src/base/atomicops-internals-x86.h \
660 src/base/spinlock_win32-inl.h src/base/spinlock_linux-inl.h \ 708 src/base/spinlock_win32-inl.h src/base/spinlock_linux-inl.h \
661 src/base/spinlock_posix-inl.h \ 709 src/base/spinlock_posix-inl.h \
662 src/base/synchronization_profiling.h \ 710 src/base/synchronization_profiling.h \
663 src/base/atomicops-internals-arm-generic.h \ 711 src/base/atomicops-internals-arm-generic.h \
664 src/base/atomicops-internals-arm-v6plus.h src/tcmalloc_guard.h \ 712 src/base/atomicops-internals-arm-v6plus.h src/tcmalloc_guard.h \
665 src/base/commandlineflags.h src/base/basictypes.h \ 713 src/base/commandlineflags.h src/base/basictypes.h \
666 src/pagemap.h src/sampler.h src/central_freelist.h \ 714 src/pagemap.h src/sampler.h src/central_freelist.h \
667 src/linked_list.h src/libc_override.h \ 715 src/linked_list.h src/libc_override.h \
668 src/libc_override_gcc_and_weak.h src/libc_override_glibc.h \ 716 src/libc_override_gcc_and_weak.h src/libc_override_glibc.h \
669 src/libc_override_osx.h src/libc_override_redefine.h \ 717 src/libc_override_osx.h src/libc_override_redefine.h \
670 src/page_heap.h src/page_heap_allocator.h src/span.h \ 718 src/page_heap.h src/page_heap_allocator.h src/span.h \
671 src/static_vars.h src/symbolize.h src/thread_cache.h \ 719 src/static_vars.h src/symbolize.h src/thread_cache.h \
672 src/stack_trace_table.h src/base/thread_annotations.h \ 720 src/stack_trace_table.h src/base/thread_annotations.h \
673 src/malloc_hook-inl.h src/malloc_hook_mmap_linux.h \ 721 src/malloc_hook-inl.h src/malloc_hook_mmap_linux.h \
674 src/malloc_hook_mmap_freebsd.h src/maybe_threads.h \ 722 src/malloc_hook_mmap_freebsd.h src/maybe_threads.h \
675 » src/google/malloc_hook.h src/google/malloc_hook_c.h \ 723 » src/gperftools/malloc_hook.h src/gperftools/malloc_hook_c.h \
676 » src/google/malloc_extension.h src/google/malloc_extension_c.h \ 724 » src/gperftools/malloc_extension.h \
677 » src/google/stacktrace.h 725 » src/gperftools/malloc_extension_c.h \
726 » src/gperftools/stacktrace.h
678 @WITH_DEBUGALLOC_TRUE@am_libtcmalloc_minimal_debug_la_OBJECTS = libtcmalloc_mini mal_debug_la-debugallocation.lo \ 727 @WITH_DEBUGALLOC_TRUE@am_libtcmalloc_minimal_debug_la_OBJECTS = libtcmalloc_mini mal_debug_la-debugallocation.lo \
679 @WITH_DEBUGALLOC_TRUE@ $(am__objects_20) 728 @WITH_DEBUGALLOC_TRUE@ $(am__objects_20)
680 libtcmalloc_minimal_debug_la_OBJECTS = \ 729 libtcmalloc_minimal_debug_la_OBJECTS = \
681 $(am_libtcmalloc_minimal_debug_la_OBJECTS) 730 $(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 $@
682 @WITH_DEBUGALLOC_TRUE@am_libtcmalloc_minimal_debug_la_rpath = -rpath \ 735 @WITH_DEBUGALLOC_TRUE@am_libtcmalloc_minimal_debug_la_rpath = -rpath \
683 @WITH_DEBUGALLOC_TRUE@ $(libdir) 736 @WITH_DEBUGALLOC_TRUE@ $(libdir)
684 libtcmalloc_minimal_internal_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \ 737 libtcmalloc_minimal_internal_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
685 » $(am__DEPENDENCIES_2) 738 » $(LIBSPINLOCK)
686 am__libtcmalloc_minimal_internal_la_SOURCES_DIST = src/common.cc \ 739 am__libtcmalloc_minimal_internal_la_SOURCES_DIST = src/common.cc \
687 src/internal_logging.cc src/system-alloc.cc \ 740 src/internal_logging.cc src/system-alloc.cc \
688 src/memfs_malloc.cc src/central_freelist.cc src/page_heap.cc \ 741 src/memfs_malloc.cc src/central_freelist.cc src/page_heap.cc \
689 src/sampler.cc src/span.cc src/stack_trace_table.cc \ 742 src/sampler.cc src/span.cc src/stack_trace_table.cc \
690 src/static_vars.cc src/symbolize.cc src/thread_cache.cc \ 743 src/static_vars.cc src/symbolize.cc src/thread_cache.cc \
691 src/malloc_hook.cc src/malloc_extension.cc \ 744 src/malloc_hook.cc src/malloc_extension.cc \
692 src/maybe_threads.cc src/common.h src/internal_logging.h \ 745 src/maybe_threads.cc src/common.h src/internal_logging.h \
693 src/system-alloc.h src/packed-cache-inl.h src/base/spinlock.h \ 746 src/system-alloc.h src/packed-cache-inl.h src/base/spinlock.h \
694 src/base/spinlock_internal.h src/base/atomicops.h \ 747 src/base/spinlock_internal.h src/base/atomicops.h \
695 src/base/atomicops-internals-macosx.h \ 748 src/base/atomicops-internals-macosx.h \
696 src/base/atomicops-internals-linuxppc.h \ 749 src/base/atomicops-internals-linuxppc.h \
697 src/base/atomicops-internals-windows.h \ 750 src/base/atomicops-internals-windows.h \
698 src/base/atomicops-internals-x86.h \ 751 src/base/atomicops-internals-x86.h \
699 src/base/spinlock_win32-inl.h src/base/spinlock_linux-inl.h \ 752 src/base/spinlock_win32-inl.h src/base/spinlock_linux-inl.h \
700 src/base/spinlock_posix-inl.h \ 753 src/base/spinlock_posix-inl.h \
701 src/base/synchronization_profiling.h \ 754 src/base/synchronization_profiling.h \
702 src/base/atomicops-internals-arm-generic.h \ 755 src/base/atomicops-internals-arm-generic.h \
703 src/base/atomicops-internals-arm-v6plus.h src/tcmalloc_guard.h \ 756 src/base/atomicops-internals-arm-v6plus.h src/tcmalloc_guard.h \
704 src/base/commandlineflags.h src/base/basictypes.h \ 757 src/base/commandlineflags.h src/base/basictypes.h \
705 src/pagemap.h src/sampler.h src/central_freelist.h \ 758 src/pagemap.h src/sampler.h src/central_freelist.h \
706 src/linked_list.h src/libc_override.h \ 759 src/linked_list.h src/libc_override.h \
707 src/libc_override_gcc_and_weak.h src/libc_override_glibc.h \ 760 src/libc_override_gcc_and_weak.h src/libc_override_glibc.h \
708 src/libc_override_osx.h src/libc_override_redefine.h \ 761 src/libc_override_osx.h src/libc_override_redefine.h \
709 src/page_heap.h src/page_heap_allocator.h src/span.h \ 762 src/page_heap.h src/page_heap_allocator.h src/span.h \
710 src/static_vars.h src/symbolize.h src/thread_cache.h \ 763 src/static_vars.h src/symbolize.h src/thread_cache.h \
711 src/stack_trace_table.h src/base/thread_annotations.h \ 764 src/stack_trace_table.h src/base/thread_annotations.h \
712 src/malloc_hook-inl.h src/malloc_hook_mmap_linux.h \ 765 src/malloc_hook-inl.h src/malloc_hook_mmap_linux.h \
713 src/malloc_hook_mmap_freebsd.h src/maybe_threads.h \ 766 src/malloc_hook_mmap_freebsd.h src/maybe_threads.h \
714 » src/google/malloc_hook.h src/google/malloc_hook_c.h \ 767 » src/gperftools/malloc_hook.h src/gperftools/malloc_hook_c.h \
715 » src/google/malloc_extension.h src/google/malloc_extension_c.h \ 768 » src/gperftools/malloc_extension.h \
716 » src/google/stacktrace.h 769 » src/gperftools/malloc_extension_c.h \
770 » src/gperftools/stacktrace.h
717 @MINGW_FALSE@am__objects_23 = \ 771 @MINGW_FALSE@am__objects_23 = \
718 @MINGW_FALSE@ libtcmalloc_minimal_internal_la-system-alloc.lo 772 @MINGW_FALSE@ libtcmalloc_minimal_internal_la-system-alloc.lo
719 @MINGW_FALSE@am__objects_24 = \ 773 @MINGW_FALSE@am__objects_24 = \
720 @MINGW_FALSE@ libtcmalloc_minimal_internal_la-maybe_threads.lo 774 @MINGW_FALSE@ libtcmalloc_minimal_internal_la-maybe_threads.lo
721 am_libtcmalloc_minimal_internal_la_OBJECTS = \ 775 am_libtcmalloc_minimal_internal_la_OBJECTS = \
722 libtcmalloc_minimal_internal_la-common.lo \ 776 libtcmalloc_minimal_internal_la-common.lo \
723 libtcmalloc_minimal_internal_la-internal_logging.lo \ 777 libtcmalloc_minimal_internal_la-internal_logging.lo \
724 $(am__objects_23) \ 778 $(am__objects_23) \
725 libtcmalloc_minimal_internal_la-memfs_malloc.lo \ 779 libtcmalloc_minimal_internal_la-memfs_malloc.lo \
726 libtcmalloc_minimal_internal_la-central_freelist.lo \ 780 libtcmalloc_minimal_internal_la-central_freelist.lo \
727 libtcmalloc_minimal_internal_la-page_heap.lo \ 781 libtcmalloc_minimal_internal_la-page_heap.lo \
728 libtcmalloc_minimal_internal_la-sampler.lo \ 782 libtcmalloc_minimal_internal_la-sampler.lo \
729 libtcmalloc_minimal_internal_la-span.lo \ 783 libtcmalloc_minimal_internal_la-span.lo \
730 libtcmalloc_minimal_internal_la-stack_trace_table.lo \ 784 libtcmalloc_minimal_internal_la-stack_trace_table.lo \
731 libtcmalloc_minimal_internal_la-static_vars.lo \ 785 libtcmalloc_minimal_internal_la-static_vars.lo \
732 libtcmalloc_minimal_internal_la-symbolize.lo \ 786 libtcmalloc_minimal_internal_la-symbolize.lo \
733 libtcmalloc_minimal_internal_la-thread_cache.lo \ 787 libtcmalloc_minimal_internal_la-thread_cache.lo \
734 libtcmalloc_minimal_internal_la-malloc_hook.lo \ 788 libtcmalloc_minimal_internal_la-malloc_hook.lo \
735 libtcmalloc_minimal_internal_la-malloc_extension.lo \ 789 libtcmalloc_minimal_internal_la-malloc_extension.lo \
736 $(am__objects_24) $(am__objects_20) 790 $(am__objects_24) $(am__objects_20)
737 libtcmalloc_minimal_internal_la_OBJECTS = \ 791 libtcmalloc_minimal_internal_la_OBJECTS = \
738 $(am_libtcmalloc_minimal_internal_la_OBJECTS) 792 $(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 $@
739 libwindows_la_DEPENDENCIES = 797 libwindows_la_DEPENDENCIES =
740 am__libwindows_la_SOURCES_DIST = src/windows/port.h \ 798 am__libwindows_la_SOURCES_DIST = src/windows/port.h \
741 src/windows/mingw.h src/windows/mini_disassembler.h \ 799 src/windows/mingw.h src/windows/mini_disassembler.h \
742 src/windows/mini_disassembler_types.h \ 800 src/windows/mini_disassembler_types.h \
743 src/windows/preamble_patcher.h src/windows/port.cc \ 801 src/windows/preamble_patcher.h src/windows/port.cc \
744 src/windows/ia32_modrm_map.cc src/windows/ia32_opcode_map.cc \ 802 src/windows/ia32_modrm_map.cc src/windows/ia32_opcode_map.cc \
745 src/windows/mini_disassembler.cc \ 803 src/windows/mini_disassembler.cc \
746 src/windows/patch_functions.cc src/windows/preamble_patcher.cc \ 804 src/windows/patch_functions.cc src/windows/preamble_patcher.cc \
747 src/windows/preamble_patcher_with_stub.cc 805 src/windows/preamble_patcher_with_stub.cc
748 @MINGW_TRUE@am_libwindows_la_OBJECTS = $(am__objects_1) port.lo \ 806 @MINGW_TRUE@am_libwindows_la_OBJECTS = $(am__objects_1) port.lo \
(...skipping 10 matching lines...) Expand all
759 @WITH_HEAP_PROFILER_TRUE@ heap-profiler_unittest$(EXEEXT) 817 @WITH_HEAP_PROFILER_TRUE@ heap-profiler_unittest$(EXEEXT)
760 @WITH_HEAP_CHECKER_TRUE@am__EXEEXT_4 = heap-checker_unittest$(EXEEXT) 818 @WITH_HEAP_CHECKER_TRUE@am__EXEEXT_4 = heap-checker_unittest$(EXEEXT)
761 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__EXEEXT_5 = samplin g_debug_test$(EXEEXT) 819 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__EXEEXT_5 = samplin g_debug_test$(EXEEXT)
762 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_TRUE@am__EXEEXT_6 = heap-profiler_debu g_unittest$(EXEEXT) 820 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_TRUE@am__EXEEXT_6 = heap-profiler_debu g_unittest$(EXEEXT)
763 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_CHECKER_TRUE@am__EXEEXT_7 = heap-checker_debug_ unittest$(EXEEXT) 821 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_CHECKER_TRUE@am__EXEEXT_7 = heap-checker_debug_ unittest$(EXEEXT)
764 @WITH_CPU_PROFILER_TRUE@am__EXEEXT_8 = profiler1_unittest$(EXEEXT) \ 822 @WITH_CPU_PROFILER_TRUE@am__EXEEXT_8 = profiler1_unittest$(EXEEXT) \
765 @WITH_CPU_PROFILER_TRUE@ profiler2_unittest$(EXEEXT) \ 823 @WITH_CPU_PROFILER_TRUE@ profiler2_unittest$(EXEEXT) \
766 @WITH_CPU_PROFILER_TRUE@ profiler3_unittest$(EXEEXT) \ 824 @WITH_CPU_PROFILER_TRUE@ profiler3_unittest$(EXEEXT) \
767 @WITH_CPU_PROFILER_TRUE@ profiler4_unittest$(EXEEXT) 825 @WITH_CPU_PROFILER_TRUE@ profiler4_unittest$(EXEEXT)
768 @WITH_STACK_TRACE_TRUE@am__EXEEXT_9 = stacktrace_unittest$(EXEEXT) 826 @WITH_STACK_TRACE_TRUE@am__EXEEXT_9 = stacktrace_unittest$(EXEEXT)
769 @ENABLE_STATIC_FALSE@@MINGW_FALSE@am__EXEEXT_10 = maybe_threads_unittest.sh$(EXE EXT) 827 @MINGW_FALSE@am__EXEEXT_10 = system_alloc_unittest$(EXEEXT)
770 @MINGW_FALSE@am__EXEEXT_11 = system_alloc_unittest$(EXEEXT) 828 @ENABLE_STATIC_FALSE@@MINGW_FALSE@am__EXEEXT_11 = malloc_extension_c_test$(EXEEX T)
771 @ENABLE_STATIC_FALSE@@MINGW_FALSE@am__EXEEXT_12 = malloc_extension_c_test$(EXEEX T) 829 @MINGW_FALSE@@OSX_FALSE@am__EXEEXT_12 = memalign_unittest$(EXEEXT)
772 @MINGW_FALSE@@OSX_FALSE@am__EXEEXT_13 = memalign_unittest$(EXEEXT) 830 @WITH_DEBUGALLOC_TRUE@am__EXEEXT_13 = tcmalloc_minimal_debug_unittest$(EXEEXT) \
773 @WITH_DEBUGALLOC_TRUE@am__EXEEXT_14 = tcmalloc_minimal_debug_unittest$(EXEEXT) \
774 @WITH_DEBUGALLOC_TRUE@ malloc_extension_debug_test$(EXEEXT) 831 @WITH_DEBUGALLOC_TRUE@ malloc_extension_debug_test$(EXEEXT)
775 @MINGW_FALSE@@OSX_FALSE@@WITH_DEBUGALLOC_TRUE@am__EXEEXT_15 = memalign_debug_uni ttest$(EXEEXT) 832 @MINGW_FALSE@@OSX_FALSE@@WITH_DEBUGALLOC_TRUE@am__EXEEXT_14 = memalign_debug_uni ttest$(EXEEXT)
776 @WITH_DEBUGALLOC_TRUE@am__EXEEXT_16 = realloc_debug_unittest$(EXEEXT) 833 @WITH_DEBUGALLOC_TRUE@am__EXEEXT_15 = realloc_debug_unittest$(EXEEXT)
777 @WITH_DEBUGALLOC_TRUE@@WITH_STACK_TRACE_TRUE@am__EXEEXT_17 = debugallocation_tes t.sh$(EXEEXT) 834 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__EXEEXT_16 = tcmalloc_unittest$(EXEEXT)
778 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__EXEEXT_18 = tcmalloc_unittest$(EXEEXT) 835 @OSX_FALSE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__EXEEXT_17 = tcmalloc_both_uni ttest$(EXEEXT)
779 @OSX_FALSE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__EXEEXT_19 = tcmalloc_both_uni ttest$(EXEEXT) 836 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__EXEEXT_18 = tcmalloc_large_unittest$(EXE EXT) \
780 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__EXEEXT_20 = tcmalloc_large_unittest$(EXE EXT) \
781 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ raw_printer_test$(EXEEXT) \ 837 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ raw_printer_test$(EXEEXT) \
782 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ sampler_test$(EXEEXT) \ 838 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ sampler_test$(EXEEXT) \
783 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ sampling_test.sh$(EXEEXT) 839 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ sampling_test.sh$(EXEEXT)
784 @WITH_HEAP_PROFILER_TRUE@am__EXEEXT_21 = \ 840 @WITH_HEAP_PROFILER_TRUE@am__EXEEXT_19 = \
785 @WITH_HEAP_PROFILER_TRUE@» heap-profiler_unittest.sh$(EXEEXT) 841 @WITH_HEAP_PROFILER_TRUE@» heap-profiler_unittest.sh$(EXEEXT) \
786 @WITH_HEAP_CHECKER_TRUE@am__EXEEXT_22 = \ 842 @WITH_HEAP_PROFILER_TRUE@» simple_compat_test$(EXEEXT)
787 @WITH_HEAP_CHECKER_TRUE@» heap-checker_unittest.sh$(EXEEXT) \ 843 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__EXEEXT_20 = tcmall oc_debug_unittest$(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) \
790 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ sampler_debug_te st$(EXEEXT) \ 844 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ sampler_debug_te st$(EXEEXT) \
791 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ sampling_debug_t est.sh$(EXEEXT) 845 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ sampling_debug_t est.sh$(EXEEXT)
792 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_TRUE@am__EXEEXT_24 = heap-profiler_deb ug_unittest.sh$(EXEEXT) 846 @WITH_CPU_PROFILER_TRUE@am__EXEEXT_21 = getpc_test$(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) \
795 @WITH_CPU_PROFILER_TRUE@ profiledata_unittest$(EXEEXT) \ 847 @WITH_CPU_PROFILER_TRUE@ profiledata_unittest$(EXEEXT) \
796 @WITH_CPU_PROFILER_TRUE@ profile_handler_unittest$(EXEEXT) \ 848 @WITH_CPU_PROFILER_TRUE@ profile_handler_unittest$(EXEEXT) \
797 @WITH_CPU_PROFILER_TRUE@ profiler_unittest.sh$(EXEEXT) 849 @WITH_CPU_PROFILER_TRUE@ profiler_unittest.sh$(EXEEXT)
798 @WITH_CPU_PROFILER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__EXEEXT_27 = tcma lloc_and_profiler_unittest$(EXEEXT) 850 @WITH_CPU_PROFILER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__EXEEXT_22 = tcma lloc_and_profiler_unittest$(EXEEXT)
799 am__EXEEXT_28 = low_level_alloc_unittest$(EXEEXT) \ 851 am__EXEEXT_23 = low_level_alloc_unittest$(EXEEXT) \
800 atomicops_unittest$(EXEEXT) $(am__EXEEXT_9) \ 852 atomicops_unittest$(EXEEXT) $(am__EXEEXT_9) \
801 tcmalloc_minimal_unittest$(EXEEXT) \ 853 tcmalloc_minimal_unittest$(EXEEXT) \
802 » tcmalloc_minimal_large_unittest$(EXEEXT) $(am__EXEEXT_10) \ 854 » tcmalloc_minimal_large_unittest$(EXEEXT) $(am__append_17) \
803 » addressmap_unittest$(EXEEXT) $(am__EXEEXT_11) \ 855 » addressmap_unittest$(EXEEXT) $(am__EXEEXT_10) \
804 packed_cache_test$(EXEEXT) frag_unittest$(EXEEXT) \ 856 packed_cache_test$(EXEEXT) frag_unittest$(EXEEXT) \
805 markidle_unittest$(EXEEXT) \ 857 markidle_unittest$(EXEEXT) \
806 current_allocated_bytes_test$(EXEEXT) \ 858 current_allocated_bytes_test$(EXEEXT) \
807 malloc_hook_test$(EXEEXT) malloc_extension_test$(EXEEXT) \ 859 malloc_hook_test$(EXEEXT) malloc_extension_test$(EXEEXT) \
808 » $(am__EXEEXT_12) $(am__EXEEXT_13) page_heap_test$(EXEEXT) \ 860 » $(am__EXEEXT_11) $(am__EXEEXT_12) page_heap_test$(EXEEXT) \
809 pagemap_unittest$(EXEEXT) realloc_unittest$(EXEEXT) \ 861 pagemap_unittest$(EXEEXT) realloc_unittest$(EXEEXT) \
810 stack_trace_table_test$(EXEEXT) \ 862 stack_trace_table_test$(EXEEXT) \
811 » thread_dealloc_unittest$(EXEEXT) $(am__EXEEXT_14) \ 863 » thread_dealloc_unittest$(EXEEXT) $(am__EXEEXT_13) \
812 » $(am__EXEEXT_15) $(am__EXEEXT_16) $(am__EXEEXT_17) \ 864 » $(am__EXEEXT_14) $(am__EXEEXT_15) $(am__append_29) \
813 » $(am__EXEEXT_18) $(am__EXEEXT_19) $(am__EXEEXT_20) \ 865 » $(am__EXEEXT_16) $(am__EXEEXT_17) $(am__EXEEXT_18) \
814 » $(am__EXEEXT_21) $(am__EXEEXT_22) $(am__EXEEXT_23) \ 866 » $(am__EXEEXT_19) $(am__append_49) $(am__EXEEXT_20) \
815 » $(am__EXEEXT_24) $(am__EXEEXT_25) $(am__EXEEXT_26) \ 867 » $(am__append_58) $(am__append_60) $(am__EXEEXT_21) \
816 » $(am__EXEEXT_27) 868 » $(am__EXEEXT_22)
817 PROGRAMS = $(bin_PROGRAMS) $(noinst_PROGRAMS) 869 PROGRAMS = $(bin_PROGRAMS) $(noinst_PROGRAMS)
818 am__addressmap_unittest_SOURCES_DIST = \ 870 am__addressmap_unittest_SOURCES_DIST = \
819 src/tests/addressmap_unittest.cc src/addressmap-inl.h \ 871 src/tests/addressmap_unittest.cc src/addressmap-inl.h \
820 src/base/commandlineflags.h src/base/logging.h \ 872 src/base/commandlineflags.h src/base/logging.h \
821 src/base/basictypes.h src/base/dynamic_annotations.h \ 873 src/base/basictypes.h src/base/dynamic_annotations.h \
822 src/third_party/valgrind.h src/windows/port.h \ 874 src/third_party/valgrind.h src/windows/port.h \
823 src/windows/port.cc 875 src/windows/port.cc
824 @MINGW_TRUE@am__objects_25 = addressmap_unittest-port.$(OBJEXT) 876 @MINGW_TRUE@am__objects_25 = addressmap_unittest-port.$(OBJEXT)
825 am_addressmap_unittest_OBJECTS = \ 877 am_addressmap_unittest_OBJECTS = \
826 addressmap_unittest-addressmap_unittest.$(OBJEXT) \ 878 addressmap_unittest-addressmap_unittest.$(OBJEXT) \
827 $(am__objects_6) $(am__objects_25) 879 $(am__objects_6) $(am__objects_25)
828 addressmap_unittest_OBJECTS = $(am_addressmap_unittest_OBJECTS) 880 addressmap_unittest_OBJECTS = $(am_addressmap_unittest_OBJECTS)
829 addressmap_unittest_DEPENDENCIES = liblogging.la 881 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 $@
830 am_atomicops_unittest_OBJECTS = atomicops_unittest.$(OBJEXT) \ 886 am_atomicops_unittest_OBJECTS = atomicops_unittest.$(OBJEXT) \
831 $(am__objects_6) 887 $(am__objects_6)
832 atomicops_unittest_OBJECTS = $(am_atomicops_unittest_OBJECTS) 888 atomicops_unittest_OBJECTS = $(am_atomicops_unittest_OBJECTS)
833 atomicops_unittest_DEPENDENCIES = $(am__DEPENDENCIES_2) 889 atomicops_unittest_DEPENDENCIES = $(LIBSPINLOCK)
834 am_current_allocated_bytes_test_OBJECTS = current_allocated_bytes_test-current_a llocated_bytes_test.$(OBJEXT) 890 am_current_allocated_bytes_test_OBJECTS = current_allocated_bytes_test-current_a llocated_bytes_test.$(OBJEXT)
835 current_allocated_bytes_test_OBJECTS = \ 891 current_allocated_bytes_test_OBJECTS = \
836 $(am_current_allocated_bytes_test_OBJECTS) 892 $(am_current_allocated_bytes_test_OBJECTS)
837 @MINGW_FALSE@am__DEPENDENCIES_5 = libtcmalloc_minimal.la 893 current_allocated_bytes_test_DEPENDENCIES = $(LIBTCMALLOC_MINIMAL) \
838 @MINGW_TRUE@am__DEPENDENCIES_5 = libtcmalloc_minimal.la \
839 @MINGW_TRUE@» libstacktrace.la
840 current_allocated_bytes_test_DEPENDENCIES = $(am__DEPENDENCIES_5) \
841 $(am__DEPENDENCIES_1) 894 $(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 $@
842 am__debugallocation_test_SOURCES_DIST = \ 899 am__debugallocation_test_SOURCES_DIST = \
843 src/tests/debugallocation_test.cc 900 src/tests/debugallocation_test.cc
844 @WITH_DEBUGALLOC_TRUE@@WITH_STACK_TRACE_TRUE@am_debugallocation_test_OBJECTS = d ebugallocation_test-debugallocation_test.$(OBJEXT) 901 @WITH_DEBUGALLOC_TRUE@@WITH_STACK_TRACE_TRUE@am_debugallocation_test_OBJECTS = d ebugallocation_test-debugallocation_test.$(OBJEXT)
845 debugallocation_test_OBJECTS = $(am_debugallocation_test_OBJECTS) 902 debugallocation_test_OBJECTS = $(am_debugallocation_test_OBJECTS)
846 @WITH_DEBUGALLOC_TRUE@@WITH_STACK_TRACE_TRUE@debugallocation_test_DEPENDENCIES = libtcmalloc_debug.la \ 903 @WITH_DEBUGALLOC_TRUE@@WITH_STACK_TRACE_TRUE@debugallocation_test_DEPENDENCIES = libtcmalloc_debug.la \
847 @WITH_DEBUGALLOC_TRUE@@WITH_STACK_TRACE_TRUE@ $(am__DEPENDENCIES_1) 904 @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 $@
848 am__debugallocation_test_sh_SOURCES_DIST = \ 909 am__debugallocation_test_sh_SOURCES_DIST = \
849 src/tests/debugallocation_test.sh 910 src/tests/debugallocation_test.sh
850 am_debugallocation_test_sh_OBJECTS = 911 am_debugallocation_test_sh_OBJECTS =
851 debugallocation_test_sh_OBJECTS = \ 912 debugallocation_test_sh_OBJECTS = \
852 $(am_debugallocation_test_sh_OBJECTS) 913 $(am_debugallocation_test_sh_OBJECTS)
853 debugallocation_test_sh_LDADD = $(LDADD) 914 debugallocation_test_sh_LDADD = $(LDADD)
854 am_frag_unittest_OBJECTS = frag_unittest-frag_unittest.$(OBJEXT) 915 am_frag_unittest_OBJECTS = frag_unittest-frag_unittest.$(OBJEXT)
855 frag_unittest_OBJECTS = $(am_frag_unittest_OBJECTS) 916 frag_unittest_OBJECTS = $(am_frag_unittest_OBJECTS)
856 frag_unittest_DEPENDENCIES = $(am__DEPENDENCIES_5) \ 917 frag_unittest_DEPENDENCIES = $(LIBTCMALLOC_MINIMAL) \
857 $(am__DEPENDENCIES_1) 918 $(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 $@
858 am__getpc_test_SOURCES_DIST = src/tests/getpc_test.cc src/getpc.h 922 am__getpc_test_SOURCES_DIST = src/tests/getpc_test.cc src/getpc.h
859 @WITH_CPU_PROFILER_TRUE@am_getpc_test_OBJECTS = getpc_test.$(OBJEXT) 923 @WITH_CPU_PROFILER_TRUE@am_getpc_test_OBJECTS = getpc_test.$(OBJEXT)
860 getpc_test_OBJECTS = $(am_getpc_test_OBJECTS) 924 getpc_test_OBJECTS = $(am_getpc_test_OBJECTS)
861 getpc_test_LDADD = $(LDADD) 925 getpc_test_LDADD = $(LDADD)
862 am__heap_checker_death_unittest_sh_SOURCES_DIST = \ 926 am__heap_checker_death_unittest_sh_SOURCES_DIST = \
863 src/tests/heap-checker-death_unittest.sh 927 src/tests/heap-checker-death_unittest.sh
864 am_heap_checker_death_unittest_sh_OBJECTS = 928 am_heap_checker_death_unittest_sh_OBJECTS =
865 heap_checker_death_unittest_sh_OBJECTS = \ 929 heap_checker_death_unittest_sh_OBJECTS = \
866 $(am_heap_checker_death_unittest_sh_OBJECTS) 930 $(am_heap_checker_death_unittest_sh_OBJECTS)
867 heap_checker_death_unittest_sh_LDADD = $(LDADD) 931 heap_checker_death_unittest_sh_LDADD = $(LDADD)
868 am__heap_checker_debug_unittest_SOURCES_DIST = \ 932 am__heap_checker_debug_unittest_SOURCES_DIST = \
869 src/tests/heap-checker_unittest.cc src/config_for_unittests.h \ 933 src/tests/heap-checker_unittest.cc src/config_for_unittests.h \
870 src/memory_region_map.h src/base/commandlineflags.h \ 934 src/memory_region_map.h src/base/commandlineflags.h \
871 » src/base/googleinit.h src/google/heap-checker.h \ 935 » src/base/googleinit.h src/gperftools/heap-checker.h \
872 src/base/logging.h src/base/basictypes.h \ 936 src/base/logging.h src/base/basictypes.h \
873 src/base/dynamic_annotations.h src/third_party/valgrind.h 937 src/base/dynamic_annotations.h src/third_party/valgrind.h
874 @WITH_HEAP_CHECKER_TRUE@am__objects_26 = $(am__objects_1) 938 @WITH_HEAP_CHECKER_TRUE@am__objects_26 = $(am__objects_1)
875 @WITH_HEAP_CHECKER_TRUE@am__objects_27 = heap_checker_debug_unittest-heap-checke r_unittest.$(OBJEXT) \ 939 @WITH_HEAP_CHECKER_TRUE@am__objects_27 = heap_checker_debug_unittest-heap-checke r_unittest.$(OBJEXT) \
876 @WITH_HEAP_CHECKER_TRUE@ $(am__objects_26) 940 @WITH_HEAP_CHECKER_TRUE@ $(am__objects_26)
877 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_CHECKER_TRUE@am_heap_checker_debug_unittest_OBJ ECTS = $(am__objects_27) 941 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_CHECKER_TRUE@am_heap_checker_debug_unittest_OBJ ECTS = $(am__objects_27)
878 heap_checker_debug_unittest_OBJECTS = \ 942 heap_checker_debug_unittest_OBJECTS = \
879 $(am_heap_checker_debug_unittest_OBJECTS) 943 $(am_heap_checker_debug_unittest_OBJECTS)
880 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_CHECKER_TRUE@heap_checker_debug_unittest_DEPEND ENCIES = libtcmalloc_debug.la \ 944 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_CHECKER_TRUE@heap_checker_debug_unittest_DEPEND ENCIES = libtcmalloc_debug.la \
881 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_CHECKER_TRUE@ liblogging.la \ 945 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_CHECKER_TRUE@ liblogging.la \
882 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_CHECKER_TRUE@ $(am__DEPENDENCIES_1) 946 @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 $@
883 am__heap_checker_debug_unittest_sh_SOURCES_DIST = \ 951 am__heap_checker_debug_unittest_sh_SOURCES_DIST = \
884 src/tests/heap-checker_unittest.sh 952 src/tests/heap-checker_unittest.sh
885 am_heap_checker_debug_unittest_sh_OBJECTS = 953 am_heap_checker_debug_unittest_sh_OBJECTS =
886 heap_checker_debug_unittest_sh_OBJECTS = \ 954 heap_checker_debug_unittest_sh_OBJECTS = \
887 $(am_heap_checker_debug_unittest_sh_OBJECTS) 955 $(am_heap_checker_debug_unittest_sh_OBJECTS)
888 heap_checker_debug_unittest_sh_LDADD = $(LDADD) 956 heap_checker_debug_unittest_sh_LDADD = $(LDADD)
889 am__heap_checker_unittest_SOURCES_DIST = \ 957 am__heap_checker_unittest_SOURCES_DIST = \
890 src/tests/heap-checker_unittest.cc src/config_for_unittests.h \ 958 src/tests/heap-checker_unittest.cc src/config_for_unittests.h \
891 src/memory_region_map.h src/base/commandlineflags.h \ 959 src/memory_region_map.h src/base/commandlineflags.h \
892 » src/base/googleinit.h src/google/heap-checker.h \ 960 » src/base/googleinit.h src/gperftools/heap-checker.h \
893 src/base/logging.h src/base/basictypes.h \ 961 src/base/logging.h src/base/basictypes.h \
894 src/base/dynamic_annotations.h src/third_party/valgrind.h 962 src/base/dynamic_annotations.h src/third_party/valgrind.h
895 @WITH_HEAP_CHECKER_TRUE@am_heap_checker_unittest_OBJECTS = heap_checker_unittest -heap-checker_unittest.$(OBJEXT) \ 963 @WITH_HEAP_CHECKER_TRUE@am_heap_checker_unittest_OBJECTS = heap_checker_unittest -heap-checker_unittest.$(OBJEXT) \
896 @WITH_HEAP_CHECKER_TRUE@ $(am__objects_26) 964 @WITH_HEAP_CHECKER_TRUE@ $(am__objects_26)
897 heap_checker_unittest_OBJECTS = $(am_heap_checker_unittest_OBJECTS) 965 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
900 @WITH_HEAP_CHECKER_TRUE@heap_checker_unittest_DEPENDENCIES = \ 966 @WITH_HEAP_CHECKER_TRUE@heap_checker_unittest_DEPENDENCIES = \
901 @WITH_HEAP_CHECKER_TRUE@» $(am__DEPENDENCIES_6) liblogging.la \ 967 @WITH_HEAP_CHECKER_TRUE@» $(LIBTCMALLOC) liblogging.la \
902 @WITH_HEAP_CHECKER_TRUE@ $(am__DEPENDENCIES_1) 968 @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 $@
903 am__heap_checker_unittest_sh_SOURCES_DIST = \ 973 am__heap_checker_unittest_sh_SOURCES_DIST = \
904 src/tests/heap-checker_unittest.sh 974 src/tests/heap-checker_unittest.sh
905 am_heap_checker_unittest_sh_OBJECTS = 975 am_heap_checker_unittest_sh_OBJECTS =
906 heap_checker_unittest_sh_OBJECTS = \ 976 heap_checker_unittest_sh_OBJECTS = \
907 $(am_heap_checker_unittest_sh_OBJECTS) 977 $(am_heap_checker_unittest_sh_OBJECTS)
908 heap_checker_unittest_sh_LDADD = $(LDADD) 978 heap_checker_unittest_sh_LDADD = $(LDADD)
909 am__heap_profiler_debug_unittest_SOURCES_DIST = \ 979 am__heap_profiler_debug_unittest_SOURCES_DIST = \
910 src/tests/heap-profiler_unittest.cc src/config_for_unittests.h \ 980 src/tests/heap-profiler_unittest.cc src/config_for_unittests.h \
911 » src/google/heap-profiler.h 981 » src/gperftools/heap-profiler.h
912 @WITH_HEAP_PROFILER_TRUE@am__objects_28 = heap_profiler_debug_unittest-heap-prof iler_unittest.$(OBJEXT) \ 982 @WITH_HEAP_PROFILER_TRUE@am__objects_28 = heap_profiler_debug_unittest-heap-prof iler_unittest.$(OBJEXT) \
913 @WITH_HEAP_PROFILER_TRUE@ $(am__objects_1) 983 @WITH_HEAP_PROFILER_TRUE@ $(am__objects_1)
914 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_TRUE@am_heap_profiler_debug_unittest_O BJECTS = $(am__objects_28) 984 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_TRUE@am_heap_profiler_debug_unittest_O BJECTS = $(am__objects_28)
915 heap_profiler_debug_unittest_OBJECTS = \ 985 heap_profiler_debug_unittest_OBJECTS = \
916 $(am_heap_profiler_debug_unittest_OBJECTS) 986 $(am_heap_profiler_debug_unittest_OBJECTS)
917 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_TRUE@heap_profiler_debug_unittest_DEPE NDENCIES = libtcmalloc_debug.la \ 987 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_TRUE@heap_profiler_debug_unittest_DEPE NDENCIES = libtcmalloc_debug.la \
918 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_TRUE@ $(am__DEPENDENCIES_1) 988 @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 $@
919 am__heap_profiler_debug_unittest_sh_SOURCES_DIST = \ 993 am__heap_profiler_debug_unittest_sh_SOURCES_DIST = \
920 src/tests/heap-profiler_unittest.sh 994 src/tests/heap-profiler_unittest.sh
921 am_heap_profiler_debug_unittest_sh_OBJECTS = 995 am_heap_profiler_debug_unittest_sh_OBJECTS =
922 heap_profiler_debug_unittest_sh_OBJECTS = \ 996 heap_profiler_debug_unittest_sh_OBJECTS = \
923 $(am_heap_profiler_debug_unittest_sh_OBJECTS) 997 $(am_heap_profiler_debug_unittest_sh_OBJECTS)
924 heap_profiler_debug_unittest_sh_LDADD = $(LDADD) 998 heap_profiler_debug_unittest_sh_LDADD = $(LDADD)
925 am__heap_profiler_unittest_SOURCES_DIST = \ 999 am__heap_profiler_unittest_SOURCES_DIST = \
926 src/tests/heap-profiler_unittest.cc src/config_for_unittests.h \ 1000 src/tests/heap-profiler_unittest.cc src/config_for_unittests.h \
927 » src/google/heap-profiler.h 1001 » src/gperftools/heap-profiler.h
928 @WITH_HEAP_PROFILER_TRUE@am_heap_profiler_unittest_OBJECTS = heap_profiler_unitt est-heap-profiler_unittest.$(OBJEXT) \ 1002 @WITH_HEAP_PROFILER_TRUE@am_heap_profiler_unittest_OBJECTS = heap_profiler_unitt est-heap-profiler_unittest.$(OBJEXT) \
929 @WITH_HEAP_PROFILER_TRUE@ $(am__objects_1) 1003 @WITH_HEAP_PROFILER_TRUE@ $(am__objects_1)
930 heap_profiler_unittest_OBJECTS = $(am_heap_profiler_unittest_OBJECTS) 1004 heap_profiler_unittest_OBJECTS = $(am_heap_profiler_unittest_OBJECTS)
931 @WITH_HEAP_PROFILER_TRUE@heap_profiler_unittest_DEPENDENCIES = \ 1005 @WITH_HEAP_PROFILER_TRUE@heap_profiler_unittest_DEPENDENCIES = \
932 @WITH_HEAP_PROFILER_TRUE@» $(am__DEPENDENCIES_6) \ 1006 @WITH_HEAP_PROFILER_TRUE@» $(LIBTCMALLOC) $(am__DEPENDENCIES_1)
933 @WITH_HEAP_PROFILER_TRUE@» $(am__DEPENDENCIES_1) 1007 heap_profiler_unittest_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
1008 » $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
1009 » $(heap_profiler_unittest_CXXFLAGS) $(CXXFLAGS) \
1010 » $(heap_profiler_unittest_LDFLAGS) $(LDFLAGS) -o $@
934 am__heap_profiler_unittest_sh_SOURCES_DIST = \ 1011 am__heap_profiler_unittest_sh_SOURCES_DIST = \
935 src/tests/heap-profiler_unittest.sh 1012 src/tests/heap-profiler_unittest.sh
936 am_heap_profiler_unittest_sh_OBJECTS = 1013 am_heap_profiler_unittest_sh_OBJECTS =
937 heap_profiler_unittest_sh_OBJECTS = \ 1014 heap_profiler_unittest_sh_OBJECTS = \
938 $(am_heap_profiler_unittest_sh_OBJECTS) 1015 $(am_heap_profiler_unittest_sh_OBJECTS)
939 heap_profiler_unittest_sh_LDADD = $(LDADD) 1016 heap_profiler_unittest_sh_LDADD = $(LDADD)
940 am__low_level_alloc_unittest_SOURCES_DIST = \ 1017 am__low_level_alloc_unittest_SOURCES_DIST = \
941 src/base/low_level_alloc.cc src/malloc_hook.cc \ 1018 src/base/low_level_alloc.cc src/malloc_hook.cc \
942 src/maybe_threads.cc src/tests/low_level_alloc_unittest.cc \ 1019 src/maybe_threads.cc src/tests/low_level_alloc_unittest.cc \
943 src/base/low_level_alloc.h src/base/basictypes.h \ 1020 src/base/low_level_alloc.h src/base/basictypes.h \
944 » src/google/malloc_hook.h src/google/malloc_hook_c.h \ 1021 » src/gperftools/malloc_hook.h src/gperftools/malloc_hook_c.h \
945 src/malloc_hook-inl.h src/malloc_hook_mmap_linux.h \ 1022 src/malloc_hook-inl.h src/malloc_hook_mmap_linux.h \
946 src/malloc_hook_mmap_freebsd.h src/base/spinlock.h \ 1023 src/malloc_hook_mmap_freebsd.h src/base/spinlock.h \
947 src/base/spinlock_internal.h src/base/atomicops.h \ 1024 src/base/spinlock_internal.h src/base/atomicops.h \
948 src/base/atomicops-internals-macosx.h \ 1025 src/base/atomicops-internals-macosx.h \
949 src/base/atomicops-internals-linuxppc.h \ 1026 src/base/atomicops-internals-linuxppc.h \
950 src/base/atomicops-internals-windows.h \ 1027 src/base/atomicops-internals-windows.h \
951 src/base/atomicops-internals-x86.h \ 1028 src/base/atomicops-internals-x86.h \
952 src/base/spinlock_win32-inl.h src/base/spinlock_linux-inl.h \ 1029 src/base/spinlock_win32-inl.h src/base/spinlock_linux-inl.h \
953 src/base/spinlock_posix-inl.h \ 1030 src/base/spinlock_posix-inl.h \
954 src/base/synchronization_profiling.h \ 1031 src/base/synchronization_profiling.h \
955 src/base/atomicops-internals-arm-generic.h \ 1032 src/base/atomicops-internals-arm-generic.h \
956 src/base/atomicops-internals-arm-v6plus.h src/base/logging.h \ 1033 src/base/atomicops-internals-arm-v6plus.h src/base/logging.h \
957 src/base/commandlineflags.h src/base/dynamic_annotations.h \ 1034 src/base/commandlineflags.h src/base/dynamic_annotations.h \
958 src/third_party/valgrind.h 1035 src/third_party/valgrind.h
959 @MINGW_FALSE@am__objects_29 = \ 1036 @MINGW_FALSE@am__objects_29 = \
960 @MINGW_FALSE@ low_level_alloc_unittest-maybe_threads.$(OBJEXT) 1037 @MINGW_FALSE@ low_level_alloc_unittest-maybe_threads.$(OBJEXT)
961 am__objects_30 = $(am__objects_1) $(am__objects_1) 1038 am__objects_30 = $(am__objects_1) $(am__objects_1)
962 am_low_level_alloc_unittest_OBJECTS = \ 1039 am_low_level_alloc_unittest_OBJECTS = \
963 low_level_alloc_unittest-low_level_alloc.$(OBJEXT) \ 1040 low_level_alloc_unittest-low_level_alloc.$(OBJEXT) \
964 low_level_alloc_unittest-malloc_hook.$(OBJEXT) \ 1041 low_level_alloc_unittest-malloc_hook.$(OBJEXT) \
965 $(am__objects_29) \ 1042 $(am__objects_29) \
966 low_level_alloc_unittest-low_level_alloc_unittest.$(OBJEXT) \ 1043 low_level_alloc_unittest-low_level_alloc_unittest.$(OBJEXT) \
967 $(am__objects_30) 1044 $(am__objects_30)
968 low_level_alloc_unittest_OBJECTS = \ 1045 low_level_alloc_unittest_OBJECTS = \
969 $(am_low_level_alloc_unittest_OBJECTS) 1046 $(am_low_level_alloc_unittest_OBJECTS)
970 low_level_alloc_unittest_DEPENDENCIES = $(am__DEPENDENCIES_2) 1047 low_level_alloc_unittest_DEPENDENCIES = $(LIBSPINLOCK)
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 $@
971 am__malloc_extension_c_test_SOURCES_DIST = \ 1052 am__malloc_extension_c_test_SOURCES_DIST = \
972 src/tests/malloc_extension_c_test.c \ 1053 src/tests/malloc_extension_c_test.c \
973 » src/google/malloc_extension.h src/google/malloc_extension_c.h 1054 » src/gperftools/malloc_extension.h \
1055 » src/gperftools/malloc_extension_c.h
974 @ENABLE_STATIC_FALSE@@MINGW_FALSE@am_malloc_extension_c_test_OBJECTS = malloc_ex tension_c_test-malloc_extension_c_test.$(OBJEXT) 1056 @ENABLE_STATIC_FALSE@@MINGW_FALSE@am_malloc_extension_c_test_OBJECTS = malloc_ex tension_c_test-malloc_extension_c_test.$(OBJEXT)
975 malloc_extension_c_test_OBJECTS = \ 1057 malloc_extension_c_test_OBJECTS = \
976 $(am_malloc_extension_c_test_OBJECTS) 1058 $(am_malloc_extension_c_test_OBJECTS)
977 @ENABLE_STATIC_FALSE@@MINGW_FALSE@malloc_extension_c_test_DEPENDENCIES = \ 1059 @ENABLE_STATIC_FALSE@@MINGW_FALSE@malloc_extension_c_test_DEPENDENCIES = \
978 @ENABLE_STATIC_FALSE@@MINGW_FALSE@» $(am__DEPENDENCIES_5) \ 1060 @ENABLE_STATIC_FALSE@@MINGW_FALSE@» $(LIBTCMALLOC_MINIMAL) \
979 @ENABLE_STATIC_FALSE@@MINGW_FALSE@ $(am__DEPENDENCIES_1) 1061 @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 $@
980 am__malloc_extension_debug_test_SOURCES_DIST = \ 1066 am__malloc_extension_debug_test_SOURCES_DIST = \
981 src/tests/malloc_extension_test.cc src/config_for_unittests.h \ 1067 src/tests/malloc_extension_test.cc src/config_for_unittests.h \
982 » src/base/logging.h src/google/malloc_extension.h \ 1068 » src/base/logging.h src/gperftools/malloc_extension.h \
983 » src/google/malloc_extension_c.h 1069 » src/gperftools/malloc_extension_c.h
984 am__objects_31 = \ 1070 am__objects_31 = \
985 malloc_extension_debug_test-malloc_extension_test.$(OBJEXT) 1071 malloc_extension_debug_test-malloc_extension_test.$(OBJEXT)
986 @WITH_DEBUGALLOC_TRUE@am_malloc_extension_debug_test_OBJECTS = \ 1072 @WITH_DEBUGALLOC_TRUE@am_malloc_extension_debug_test_OBJECTS = \
987 @WITH_DEBUGALLOC_TRUE@ $(am__objects_31) 1073 @WITH_DEBUGALLOC_TRUE@ $(am__objects_31)
988 malloc_extension_debug_test_OBJECTS = \ 1074 malloc_extension_debug_test_OBJECTS = \
989 $(am_malloc_extension_debug_test_OBJECTS) 1075 $(am_malloc_extension_debug_test_OBJECTS)
990 @WITH_DEBUGALLOC_TRUE@malloc_extension_debug_test_DEPENDENCIES = \ 1076 @WITH_DEBUGALLOC_TRUE@malloc_extension_debug_test_DEPENDENCIES = \
991 @WITH_DEBUGALLOC_TRUE@ libtcmalloc_minimal_debug.la \ 1077 @WITH_DEBUGALLOC_TRUE@ libtcmalloc_minimal_debug.la \
992 @WITH_DEBUGALLOC_TRUE@ $(am__DEPENDENCIES_1) 1078 @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 $@
993 am_malloc_extension_test_OBJECTS = \ 1083 am_malloc_extension_test_OBJECTS = \
994 malloc_extension_test-malloc_extension_test.$(OBJEXT) 1084 malloc_extension_test-malloc_extension_test.$(OBJEXT)
995 malloc_extension_test_OBJECTS = $(am_malloc_extension_test_OBJECTS) 1085 malloc_extension_test_OBJECTS = $(am_malloc_extension_test_OBJECTS)
996 malloc_extension_test_DEPENDENCIES = $(am__DEPENDENCIES_5) \ 1086 malloc_extension_test_DEPENDENCIES = $(LIBTCMALLOC_MINIMAL) \
997 $(am__DEPENDENCIES_1) 1087 $(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 $@
998 am_malloc_hook_test_OBJECTS = \ 1092 am_malloc_hook_test_OBJECTS = \
999 malloc_hook_test-malloc_hook_test.$(OBJEXT) \ 1093 malloc_hook_test-malloc_hook_test.$(OBJEXT) \
1000 malloc_hook_test-testutil.$(OBJEXT) 1094 malloc_hook_test-testutil.$(OBJEXT)
1001 malloc_hook_test_OBJECTS = $(am_malloc_hook_test_OBJECTS) 1095 malloc_hook_test_OBJECTS = $(am_malloc_hook_test_OBJECTS)
1002 malloc_hook_test_DEPENDENCIES = $(am__DEPENDENCIES_5) \ 1096 malloc_hook_test_DEPENDENCIES = $(LIBTCMALLOC_MINIMAL) \
1003 $(am__DEPENDENCIES_1) 1097 $(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 $@
1004 am_markidle_unittest_OBJECTS = \ 1102 am_markidle_unittest_OBJECTS = \
1005 markidle_unittest-markidle_unittest.$(OBJEXT) \ 1103 markidle_unittest-markidle_unittest.$(OBJEXT) \
1006 markidle_unittest-testutil.$(OBJEXT) 1104 markidle_unittest-testutil.$(OBJEXT)
1007 markidle_unittest_OBJECTS = $(am_markidle_unittest_OBJECTS) 1105 markidle_unittest_OBJECTS = $(am_markidle_unittest_OBJECTS)
1008 markidle_unittest_DEPENDENCIES = $(am__DEPENDENCIES_5) \ 1106 markidle_unittest_DEPENDENCIES = $(LIBTCMALLOC_MINIMAL) \
1009 $(am__DEPENDENCIES_1) 1107 $(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 $@
1010 am__maybe_threads_unittest_sh_SOURCES_DIST = \ 1112 am__maybe_threads_unittest_sh_SOURCES_DIST = \
1011 src/tests/maybe_threads_unittest.sh 1113 src/tests/maybe_threads_unittest.sh
1012 am_maybe_threads_unittest_sh_OBJECTS = 1114 am_maybe_threads_unittest_sh_OBJECTS =
1013 maybe_threads_unittest_sh_OBJECTS = \ 1115 maybe_threads_unittest_sh_OBJECTS = \
1014 $(am_maybe_threads_unittest_sh_OBJECTS) 1116 $(am_maybe_threads_unittest_sh_OBJECTS)
1015 maybe_threads_unittest_sh_LDADD = $(LDADD) 1117 maybe_threads_unittest_sh_LDADD = $(LDADD)
1016 am__memalign_debug_unittest_SOURCES_DIST = \ 1118 am__memalign_debug_unittest_SOURCES_DIST = \
1017 src/tests/memalign_unittest.cc src/tcmalloc.h \ 1119 src/tests/memalign_unittest.cc src/tcmalloc.h \
1018 src/config_for_unittests.h src/tests/testutil.h \ 1120 src/config_for_unittests.h src/tests/testutil.h \
1019 src/tests/testutil.cc 1121 src/tests/testutil.cc
1020 @MINGW_FALSE@@OSX_FALSE@am__objects_32 = memalign_debug_unittest-memalign_unitte st.$(OBJEXT) \ 1122 @MINGW_FALSE@@OSX_FALSE@am__objects_32 = memalign_debug_unittest-memalign_unitte st.$(OBJEXT) \
1021 @MINGW_FALSE@@OSX_FALSE@ memalign_debug_unittest-testutil.$(OBJEXT) 1123 @MINGW_FALSE@@OSX_FALSE@ memalign_debug_unittest-testutil.$(OBJEXT)
1022 @MINGW_FALSE@@OSX_FALSE@@WITH_DEBUGALLOC_TRUE@am_memalign_debug_unittest_OBJECTS = $(am__objects_32) 1124 @MINGW_FALSE@@OSX_FALSE@@WITH_DEBUGALLOC_TRUE@am_memalign_debug_unittest_OBJECTS = $(am__objects_32)
1023 memalign_debug_unittest_OBJECTS = \ 1125 memalign_debug_unittest_OBJECTS = \
1024 $(am_memalign_debug_unittest_OBJECTS) 1126 $(am_memalign_debug_unittest_OBJECTS)
1025 @MINGW_FALSE@@OSX_FALSE@@WITH_DEBUGALLOC_TRUE@memalign_debug_unittest_DEPENDENCI ES = libtcmalloc_minimal_debug.la \ 1127 @MINGW_FALSE@@OSX_FALSE@@WITH_DEBUGALLOC_TRUE@memalign_debug_unittest_DEPENDENCI ES = libtcmalloc_minimal_debug.la \
1026 @MINGW_FALSE@@OSX_FALSE@@WITH_DEBUGALLOC_TRUE@ $(am__DEPENDENCIES_1) 1128 @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 $@
1027 am__memalign_unittest_SOURCES_DIST = src/tests/memalign_unittest.cc \ 1133 am__memalign_unittest_SOURCES_DIST = src/tests/memalign_unittest.cc \
1028 src/tcmalloc.h src/config_for_unittests.h src/tests/testutil.h \ 1134 src/tcmalloc.h src/config_for_unittests.h src/tests/testutil.h \
1029 src/tests/testutil.cc 1135 src/tests/testutil.cc
1030 @MINGW_FALSE@@OSX_FALSE@am_memalign_unittest_OBJECTS = memalign_unittest-memalig n_unittest.$(OBJEXT) \ 1136 @MINGW_FALSE@@OSX_FALSE@am_memalign_unittest_OBJECTS = memalign_unittest-memalig n_unittest.$(OBJEXT) \
1031 @MINGW_FALSE@@OSX_FALSE@ memalign_unittest-testutil.$(OBJEXT) 1137 @MINGW_FALSE@@OSX_FALSE@ memalign_unittest-testutil.$(OBJEXT)
1032 memalign_unittest_OBJECTS = $(am_memalign_unittest_OBJECTS) 1138 memalign_unittest_OBJECTS = $(am_memalign_unittest_OBJECTS)
1033 @MINGW_FALSE@@OSX_FALSE@memalign_unittest_DEPENDENCIES = \ 1139 @MINGW_FALSE@@OSX_FALSE@memalign_unittest_DEPENDENCIES = \
1034 @MINGW_FALSE@@OSX_FALSE@» $(am__DEPENDENCIES_5) \ 1140 @MINGW_FALSE@@OSX_FALSE@» $(LIBTCMALLOC_MINIMAL) \
1035 @MINGW_FALSE@@OSX_FALSE@ $(am__DEPENDENCIES_1) 1141 @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 $@
1036 am_packed_cache_test_OBJECTS = \ 1146 am_packed_cache_test_OBJECTS = \
1037 packed_cache_test-packed-cache_test.$(OBJEXT) 1147 packed_cache_test-packed-cache_test.$(OBJEXT)
1038 packed_cache_test_OBJECTS = $(am_packed_cache_test_OBJECTS) 1148 packed_cache_test_OBJECTS = $(am_packed_cache_test_OBJECTS)
1039 packed_cache_test_DEPENDENCIES = $(am__DEPENDENCIES_5) \ 1149 packed_cache_test_DEPENDENCIES = $(LIBTCMALLOC_MINIMAL) \
1040 $(am__DEPENDENCIES_1) 1150 $(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 $@
1041 am_page_heap_test_OBJECTS = page_heap_test-page_heap_test.$(OBJEXT) 1155 am_page_heap_test_OBJECTS = page_heap_test-page_heap_test.$(OBJEXT)
1042 page_heap_test_OBJECTS = $(am_page_heap_test_OBJECTS) 1156 page_heap_test_OBJECTS = $(am_page_heap_test_OBJECTS)
1043 page_heap_test_DEPENDENCIES = $(am__DEPENDENCIES_5) \ 1157 page_heap_test_DEPENDENCIES = $(LIBTCMALLOC_MINIMAL) \
1044 $(am__DEPENDENCIES_1) 1158 $(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 $@
1045 am_pagemap_unittest_OBJECTS = \ 1163 am_pagemap_unittest_OBJECTS = \
1046 pagemap_unittest-pagemap_unittest.$(OBJEXT) 1164 pagemap_unittest-pagemap_unittest.$(OBJEXT)
1047 pagemap_unittest_OBJECTS = $(am_pagemap_unittest_OBJECTS) 1165 pagemap_unittest_OBJECTS = $(am_pagemap_unittest_OBJECTS)
1048 pagemap_unittest_DEPENDENCIES = $(am__DEPENDENCIES_5) \ 1166 pagemap_unittest_DEPENDENCIES = $(LIBTCMALLOC_MINIMAL) \
1049 $(am__DEPENDENCIES_1) 1167 $(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 $@
1050 am__profile_handler_unittest_SOURCES_DIST = \ 1172 am__profile_handler_unittest_SOURCES_DIST = \
1051 src/tests/profile-handler_unittest.cc src/profile-handler.h 1173 src/tests/profile-handler_unittest.cc src/profile-handler.h
1052 @WITH_CPU_PROFILER_TRUE@am_profile_handler_unittest_OBJECTS = profile_handler_un ittest-profile-handler_unittest.$(OBJEXT) 1174 @WITH_CPU_PROFILER_TRUE@am_profile_handler_unittest_OBJECTS = profile_handler_un ittest-profile-handler_unittest.$(OBJEXT)
1053 profile_handler_unittest_OBJECTS = \ 1175 profile_handler_unittest_OBJECTS = \
1054 $(am_profile_handler_unittest_OBJECTS) 1176 $(am_profile_handler_unittest_OBJECTS)
1055 @WITH_CPU_PROFILER_TRUE@am__DEPENDENCIES_7 = libstacktrace.la \
1056 @WITH_CPU_PROFILER_TRUE@ libprofiler.la
1057 @WITH_CPU_PROFILER_TRUE@profile_handler_unittest_DEPENDENCIES = \ 1177 @WITH_CPU_PROFILER_TRUE@profile_handler_unittest_DEPENDENCIES = \
1058 @WITH_CPU_PROFILER_TRUE@» $(am__DEPENDENCIES_7) \ 1178 @WITH_CPU_PROFILER_TRUE@» $(LIBPROFILER) $(am__DEPENDENCIES_1)
1059 @WITH_CPU_PROFILER_TRUE@» $(am__DEPENDENCIES_1) 1179 profile_handler_unittest_LINK = $(LIBTOOL) --tag=CXX \
1180 » $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
1181 » $(profile_handler_unittest_CXXFLAGS) $(CXXFLAGS) \
1182 » $(profile_handler_unittest_LDFLAGS) $(LDFLAGS) -o $@
1060 am__profiledata_unittest_SOURCES_DIST = \ 1183 am__profiledata_unittest_SOURCES_DIST = \
1061 src/tests/profiledata_unittest.cc src/profiledata.h \ 1184 src/tests/profiledata_unittest.cc src/profiledata.h \
1062 src/base/commandlineflags.h src/base/logging.h \ 1185 src/base/commandlineflags.h src/base/logging.h \
1063 src/base/basictypes.h 1186 src/base/basictypes.h
1064 @WITH_CPU_PROFILER_TRUE@am_profiledata_unittest_OBJECTS = \ 1187 @WITH_CPU_PROFILER_TRUE@am_profiledata_unittest_OBJECTS = \
1065 @WITH_CPU_PROFILER_TRUE@ profiledata_unittest.$(OBJEXT) 1188 @WITH_CPU_PROFILER_TRUE@ profiledata_unittest.$(OBJEXT)
1066 profiledata_unittest_OBJECTS = $(am_profiledata_unittest_OBJECTS) 1189 profiledata_unittest_OBJECTS = $(am_profiledata_unittest_OBJECTS)
1067 @WITH_CPU_PROFILER_TRUE@profiledata_unittest_DEPENDENCIES = \ 1190 @WITH_CPU_PROFILER_TRUE@profiledata_unittest_DEPENDENCIES = \
1068 @WITH_CPU_PROFILER_TRUE@» $(am__DEPENDENCIES_7) 1191 @WITH_CPU_PROFILER_TRUE@» $(LIBPROFILER)
1069 am__profiler1_unittest_SOURCES_DIST = src/tests/profiler_unittest.cc \ 1192 am__profiler1_unittest_SOURCES_DIST = src/tests/profiler_unittest.cc \
1070 src/tests/testutil.h src/tests/testutil.cc \ 1193 src/tests/testutil.h src/tests/testutil.cc \
1071 » src/config_for_unittests.h src/google/profiler.h 1194 » src/config_for_unittests.h src/gperftools/profiler.h
1072 @WITH_CPU_PROFILER_TRUE@am__objects_33 = profiler1_unittest-profiler_unittest.$( OBJEXT) \ 1195 @WITH_CPU_PROFILER_TRUE@am__objects_33 = profiler1_unittest-profiler_unittest.$( OBJEXT) \
1073 @WITH_CPU_PROFILER_TRUE@ profiler1_unittest-testutil.$(OBJEXT) \ 1196 @WITH_CPU_PROFILER_TRUE@ profiler1_unittest-testutil.$(OBJEXT) \
1074 @WITH_CPU_PROFILER_TRUE@ $(am__objects_1) 1197 @WITH_CPU_PROFILER_TRUE@ $(am__objects_1)
1075 @WITH_CPU_PROFILER_TRUE@am_profiler1_unittest_OBJECTS = \ 1198 @WITH_CPU_PROFILER_TRUE@am_profiler1_unittest_OBJECTS = \
1076 @WITH_CPU_PROFILER_TRUE@ $(am__objects_33) 1199 @WITH_CPU_PROFILER_TRUE@ $(am__objects_33)
1077 profiler1_unittest_OBJECTS = $(am_profiler1_unittest_OBJECTS) 1200 profiler1_unittest_OBJECTS = $(am_profiler1_unittest_OBJECTS)
1078 @WITH_CPU_PROFILER_TRUE@profiler1_unittest_DEPENDENCIES = \ 1201 @WITH_CPU_PROFILER_TRUE@profiler1_unittest_DEPENDENCIES = \
1079 @WITH_CPU_PROFILER_TRUE@» $(am__DEPENDENCIES_7) 1202 @WITH_CPU_PROFILER_TRUE@» $(LIBPROFILER)
1203 profiler1_unittest_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
1204 » $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
1205 » $(profiler1_unittest_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \
1206 » $(LDFLAGS) -o $@
1080 am__profiler2_unittest_SOURCES_DIST = src/tests/profiler_unittest.cc \ 1207 am__profiler2_unittest_SOURCES_DIST = src/tests/profiler_unittest.cc \
1081 src/tests/testutil.h src/tests/testutil.cc \ 1208 src/tests/testutil.h src/tests/testutil.cc \
1082 » src/config_for_unittests.h src/google/profiler.h 1209 » src/config_for_unittests.h src/gperftools/profiler.h
1083 @WITH_CPU_PROFILER_TRUE@am__objects_34 = profiler2_unittest-profiler_unittest.$( OBJEXT) \ 1210 @WITH_CPU_PROFILER_TRUE@am__objects_34 = profiler2_unittest-profiler_unittest.$( OBJEXT) \
1084 @WITH_CPU_PROFILER_TRUE@ profiler2_unittest-testutil.$(OBJEXT) \ 1211 @WITH_CPU_PROFILER_TRUE@ profiler2_unittest-testutil.$(OBJEXT) \
1085 @WITH_CPU_PROFILER_TRUE@ $(am__objects_1) 1212 @WITH_CPU_PROFILER_TRUE@ $(am__objects_1)
1086 @WITH_CPU_PROFILER_TRUE@am_profiler2_unittest_OBJECTS = \ 1213 @WITH_CPU_PROFILER_TRUE@am_profiler2_unittest_OBJECTS = \
1087 @WITH_CPU_PROFILER_TRUE@ $(am__objects_34) 1214 @WITH_CPU_PROFILER_TRUE@ $(am__objects_34)
1088 profiler2_unittest_OBJECTS = $(am_profiler2_unittest_OBJECTS) 1215 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 $@
1089 am__profiler3_unittest_SOURCES_DIST = src/tests/profiler_unittest.cc \ 1220 am__profiler3_unittest_SOURCES_DIST = src/tests/profiler_unittest.cc \
1090 src/tests/testutil.h src/tests/testutil.cc \ 1221 src/tests/testutil.h src/tests/testutil.cc \
1091 » src/config_for_unittests.h src/google/profiler.h 1222 » src/config_for_unittests.h src/gperftools/profiler.h
1092 @WITH_CPU_PROFILER_TRUE@am__objects_35 = profiler3_unittest-profiler_unittest.$( OBJEXT) \ 1223 @WITH_CPU_PROFILER_TRUE@am__objects_35 = profiler3_unittest-profiler_unittest.$( OBJEXT) \
1093 @WITH_CPU_PROFILER_TRUE@ profiler3_unittest-testutil.$(OBJEXT) \ 1224 @WITH_CPU_PROFILER_TRUE@ profiler3_unittest-testutil.$(OBJEXT) \
1094 @WITH_CPU_PROFILER_TRUE@ $(am__objects_1) 1225 @WITH_CPU_PROFILER_TRUE@ $(am__objects_1)
1095 @WITH_CPU_PROFILER_TRUE@am_profiler3_unittest_OBJECTS = \ 1226 @WITH_CPU_PROFILER_TRUE@am_profiler3_unittest_OBJECTS = \
1096 @WITH_CPU_PROFILER_TRUE@ $(am__objects_35) 1227 @WITH_CPU_PROFILER_TRUE@ $(am__objects_35)
1097 profiler3_unittest_OBJECTS = $(am_profiler3_unittest_OBJECTS) 1228 profiler3_unittest_OBJECTS = $(am_profiler3_unittest_OBJECTS)
1098 @WITH_CPU_PROFILER_TRUE@profiler3_unittest_DEPENDENCIES = \ 1229 @WITH_CPU_PROFILER_TRUE@profiler3_unittest_DEPENDENCIES = \
1099 @WITH_CPU_PROFILER_TRUE@» $(am__DEPENDENCIES_7) \ 1230 @WITH_CPU_PROFILER_TRUE@» $(LIBPROFILER) $(am__DEPENDENCIES_1)
1100 @WITH_CPU_PROFILER_TRUE@» $(am__DEPENDENCIES_1) 1231 profiler3_unittest_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
1232 » $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
1233 » $(profiler3_unittest_CXXFLAGS) $(CXXFLAGS) \
1234 » $(profiler3_unittest_LDFLAGS) $(LDFLAGS) -o $@
1101 am__profiler4_unittest_SOURCES_DIST = src/tests/profiler_unittest.cc \ 1235 am__profiler4_unittest_SOURCES_DIST = src/tests/profiler_unittest.cc \
1102 src/tests/testutil.h src/tests/testutil.cc \ 1236 src/tests/testutil.h src/tests/testutil.cc \
1103 » src/config_for_unittests.h src/google/profiler.h 1237 » src/config_for_unittests.h src/gperftools/profiler.h
1104 @WITH_CPU_PROFILER_TRUE@am__objects_36 = profiler4_unittest-profiler_unittest.$( OBJEXT) \ 1238 @WITH_CPU_PROFILER_TRUE@am__objects_36 = profiler4_unittest-profiler_unittest.$( OBJEXT) \
1105 @WITH_CPU_PROFILER_TRUE@ profiler4_unittest-testutil.$(OBJEXT) \ 1239 @WITH_CPU_PROFILER_TRUE@ profiler4_unittest-testutil.$(OBJEXT) \
1106 @WITH_CPU_PROFILER_TRUE@ $(am__objects_1) 1240 @WITH_CPU_PROFILER_TRUE@ $(am__objects_1)
1107 @WITH_CPU_PROFILER_TRUE@am_profiler4_unittest_OBJECTS = \ 1241 @WITH_CPU_PROFILER_TRUE@am_profiler4_unittest_OBJECTS = \
1108 @WITH_CPU_PROFILER_TRUE@ $(am__objects_36) 1242 @WITH_CPU_PROFILER_TRUE@ $(am__objects_36)
1109 profiler4_unittest_OBJECTS = $(am_profiler4_unittest_OBJECTS) 1243 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 $@
1110 am__profiler_unittest_sh_SOURCES_DIST = \ 1248 am__profiler_unittest_sh_SOURCES_DIST = \
1111 src/tests/profiler_unittest.sh 1249 src/tests/profiler_unittest.sh
1112 am_profiler_unittest_sh_OBJECTS = 1250 am_profiler_unittest_sh_OBJECTS =
1113 profiler_unittest_sh_OBJECTS = $(am_profiler_unittest_sh_OBJECTS) 1251 profiler_unittest_sh_OBJECTS = $(am_profiler_unittest_sh_OBJECTS)
1114 profiler_unittest_sh_LDADD = $(LDADD) 1252 profiler_unittest_sh_LDADD = $(LDADD)
1115 am__raw_printer_test_SOURCES_DIST = src/tests/raw_printer_test.cc 1253 am__raw_printer_test_SOURCES_DIST = src/tests/raw_printer_test.cc
1116 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am_raw_printer_test_OBJECTS = raw_printer_te st-raw_printer_test.$(OBJEXT) 1254 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am_raw_printer_test_OBJECTS = raw_printer_te st-raw_printer_test.$(OBJEXT)
1117 raw_printer_test_OBJECTS = $(am_raw_printer_test_OBJECTS) 1255 raw_printer_test_OBJECTS = $(am_raw_printer_test_OBJECTS)
1118 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@raw_printer_test_DEPENDENCIES = \ 1256 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@raw_printer_test_DEPENDENCIES = \
1119 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@» $(am__DEPENDENCIES_6) \ 1257 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@» $(LIBTCMALLOC) \
1120 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(am__DEPENDENCIES_1) 1258 @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 $@
1121 am__realloc_debug_unittest_SOURCES_DIST = \ 1263 am__realloc_debug_unittest_SOURCES_DIST = \
1122 src/tests/realloc_unittest.cc src/config_for_unittests.h \ 1264 src/tests/realloc_unittest.cc src/config_for_unittests.h \
1123 src/base/logging.h 1265 src/base/logging.h
1124 am__objects_37 = realloc_debug_unittest-realloc_unittest.$(OBJEXT) 1266 am__objects_37 = realloc_debug_unittest-realloc_unittest.$(OBJEXT)
1125 @WITH_DEBUGALLOC_TRUE@am_realloc_debug_unittest_OBJECTS = \ 1267 @WITH_DEBUGALLOC_TRUE@am_realloc_debug_unittest_OBJECTS = \
1126 @WITH_DEBUGALLOC_TRUE@ $(am__objects_37) 1268 @WITH_DEBUGALLOC_TRUE@ $(am__objects_37)
1127 realloc_debug_unittest_OBJECTS = $(am_realloc_debug_unittest_OBJECTS) 1269 realloc_debug_unittest_OBJECTS = $(am_realloc_debug_unittest_OBJECTS)
1128 @WITH_DEBUGALLOC_TRUE@realloc_debug_unittest_DEPENDENCIES = \ 1270 @WITH_DEBUGALLOC_TRUE@realloc_debug_unittest_DEPENDENCIES = \
1129 @WITH_DEBUGALLOC_TRUE@ libtcmalloc_minimal_debug.la \ 1271 @WITH_DEBUGALLOC_TRUE@ libtcmalloc_minimal_debug.la \
1130 @WITH_DEBUGALLOC_TRUE@ $(am__DEPENDENCIES_1) 1272 @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 $@
1131 am_realloc_unittest_OBJECTS = \ 1277 am_realloc_unittest_OBJECTS = \
1132 realloc_unittest-realloc_unittest.$(OBJEXT) 1278 realloc_unittest-realloc_unittest.$(OBJEXT)
1133 realloc_unittest_OBJECTS = $(am_realloc_unittest_OBJECTS) 1279 realloc_unittest_OBJECTS = $(am_realloc_unittest_OBJECTS)
1134 realloc_unittest_DEPENDENCIES = $(am__DEPENDENCIES_5) \ 1280 realloc_unittest_DEPENDENCIES = $(LIBTCMALLOC_MINIMAL) \
1135 $(am__DEPENDENCIES_1) 1281 $(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 $@
1136 am__sampler_debug_test_SOURCES_DIST = src/tests/sampler_test.cc \ 1286 am__sampler_debug_test_SOURCES_DIST = src/tests/sampler_test.cc \
1137 src/config_for_unittests.h 1287 src/config_for_unittests.h
1138 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__objects_38 = sampler_debug_test-sampler_ test.$(OBJEXT) 1288 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__objects_38 = sampler_debug_test-sampler_ test.$(OBJEXT)
1139 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am_sampler_debug_test_ OBJECTS = $(am__objects_38) 1289 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am_sampler_debug_test_ OBJECTS = $(am__objects_38)
1140 sampler_debug_test_OBJECTS = $(am_sampler_debug_test_OBJECTS) 1290 sampler_debug_test_OBJECTS = $(am_sampler_debug_test_OBJECTS)
1141 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@sampler_debug_test_DEP ENDENCIES = libtcmalloc_debug.la \ 1291 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@sampler_debug_test_DEP ENDENCIES = libtcmalloc_debug.la \
1142 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(am__DEPENDENCI ES_1) 1292 @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 $@
1143 am__sampler_test_SOURCES_DIST = src/tests/sampler_test.cc \ 1297 am__sampler_test_SOURCES_DIST = src/tests/sampler_test.cc \
1144 src/config_for_unittests.h 1298 src/config_for_unittests.h
1145 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am_sampler_test_OBJECTS = sampler_test-sampl er_test.$(OBJEXT) 1299 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am_sampler_test_OBJECTS = sampler_test-sampl er_test.$(OBJEXT)
1146 sampler_test_OBJECTS = $(am_sampler_test_OBJECTS) 1300 sampler_test_OBJECTS = $(am_sampler_test_OBJECTS)
1147 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@sampler_test_DEPENDENCIES = \ 1301 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@sampler_test_DEPENDENCIES = \
1148 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@» $(am__DEPENDENCIES_6) \ 1302 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@» $(LIBTCMALLOC) \
1149 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(am__DEPENDENCIES_1) 1303 @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 $@
1150 am__sampling_debug_test_SOURCES_DIST = src/tests/sampling_test.cc \ 1307 am__sampling_debug_test_SOURCES_DIST = src/tests/sampling_test.cc \
1151 src/config_for_unittests.h src/base/logging.h \ 1308 src/config_for_unittests.h src/base/logging.h \
1152 » src/google/malloc_extension.h 1309 » src/gperftools/malloc_extension.h
1153 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__objects_39 = sampling_debug_test-samplin g_test.$(OBJEXT) \ 1310 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__objects_39 = sampling_debug_test-samplin g_test.$(OBJEXT) \
1154 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(am__objects_1) 1311 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(am__objects_1)
1155 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am_sampling_debug_test _OBJECTS = $(am__objects_39) 1312 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am_sampling_debug_test _OBJECTS = $(am__objects_39)
1156 sampling_debug_test_OBJECTS = $(am_sampling_debug_test_OBJECTS) 1313 sampling_debug_test_OBJECTS = $(am_sampling_debug_test_OBJECTS)
1157 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@sampling_debug_test_DE PENDENCIES = libtcmalloc_debug.la \ 1314 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@sampling_debug_test_DE PENDENCIES = libtcmalloc_debug.la \
1158 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(am__DEPENDENCI ES_1) 1315 @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 $@
1159 am__sampling_debug_test_sh_SOURCES_DIST = src/tests/sampling_test.sh 1320 am__sampling_debug_test_sh_SOURCES_DIST = src/tests/sampling_test.sh
1160 am_sampling_debug_test_sh_OBJECTS = 1321 am_sampling_debug_test_sh_OBJECTS =
1161 sampling_debug_test_sh_OBJECTS = $(am_sampling_debug_test_sh_OBJECTS) 1322 sampling_debug_test_sh_OBJECTS = $(am_sampling_debug_test_sh_OBJECTS)
1162 sampling_debug_test_sh_LDADD = $(LDADD) 1323 sampling_debug_test_sh_LDADD = $(LDADD)
1163 am__sampling_test_SOURCES_DIST = src/tests/sampling_test.cc \ 1324 am__sampling_test_SOURCES_DIST = src/tests/sampling_test.cc \
1164 src/config_for_unittests.h src/base/logging.h \ 1325 src/config_for_unittests.h src/base/logging.h \
1165 » src/google/malloc_extension.h 1326 » src/gperftools/malloc_extension.h
1166 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am_sampling_test_OBJECTS = sampling_test-sam pling_test.$(OBJEXT) \ 1327 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am_sampling_test_OBJECTS = sampling_test-sam pling_test.$(OBJEXT) \
1167 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(am__objects_1) 1328 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(am__objects_1)
1168 sampling_test_OBJECTS = $(am_sampling_test_OBJECTS) 1329 sampling_test_OBJECTS = $(am_sampling_test_OBJECTS)
1169 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@sampling_test_DEPENDENCIES = \ 1330 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@sampling_test_DEPENDENCIES = \
1170 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@» $(am__DEPENDENCIES_6) \ 1331 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@» $(LIBTCMALLOC) \
1171 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(am__DEPENDENCIES_1) 1332 @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 $@
1172 am__sampling_test_sh_SOURCES_DIST = src/tests/sampling_test.sh 1336 am__sampling_test_sh_SOURCES_DIST = src/tests/sampling_test.sh
1173 am_sampling_test_sh_OBJECTS = 1337 am_sampling_test_sh_OBJECTS =
1174 sampling_test_sh_OBJECTS = $(am_sampling_test_sh_OBJECTS) 1338 sampling_test_sh_OBJECTS = $(am_sampling_test_sh_OBJECTS)
1175 sampling_test_sh_LDADD = $(LDADD) 1339 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 $@
1176 am_stack_trace_table_test_OBJECTS = \ 1355 am_stack_trace_table_test_OBJECTS = \
1177 stack_trace_table_test-stack_trace_table_test.$(OBJEXT) 1356 stack_trace_table_test-stack_trace_table_test.$(OBJEXT)
1178 stack_trace_table_test_OBJECTS = $(am_stack_trace_table_test_OBJECTS) 1357 stack_trace_table_test_OBJECTS = $(am_stack_trace_table_test_OBJECTS)
1179 stack_trace_table_test_DEPENDENCIES = $(am__DEPENDENCIES_5) \ 1358 stack_trace_table_test_DEPENDENCIES = $(LIBTCMALLOC_MINIMAL) \
1180 $(am__DEPENDENCIES_1) 1359 $(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 $@
1181 am__stacktrace_unittest_SOURCES_DIST = \ 1364 am__stacktrace_unittest_SOURCES_DIST = \
1182 src/tests/stacktrace_unittest.cc src/config_for_unittests.h \ 1365 src/tests/stacktrace_unittest.cc src/config_for_unittests.h \
1183 src/base/commandlineflags.h src/stacktrace_config.h \ 1366 src/base/commandlineflags.h src/stacktrace_config.h \
1184 src/stacktrace_generic-inl.h src/stacktrace_libunwind-inl.h \ 1367 src/stacktrace_generic-inl.h src/stacktrace_libunwind-inl.h \
1185 » src/stacktrace_nacl-inl.h src/stacktrace_powerpc-inl.h \ 1368 » src/stacktrace_arm-inl.h src/stacktrace_powerpc-inl.h \
1186 » src/stacktrace_x86_64-inl.h src/stacktrace_x86-inl.h \ 1369 » src/stacktrace_x86-inl.h src/stacktrace_win32-inl.h \
1187 » src/stacktrace_win32-inl.h src/base/elf_mem_image.h \ 1370 » src/base/elf_mem_image.h src/base/vdso_support.h \
1188 » src/base/vdso_support.h src/google/stacktrace.h \ 1371 » src/gperftools/stacktrace.h src/base/logging.h \
1189 » src/base/logging.h src/base/basictypes.h \ 1372 » src/base/basictypes.h src/base/dynamic_annotations.h \
1190 » src/base/dynamic_annotations.h src/third_party/valgrind.h 1373 » src/third_party/valgrind.h
1191 @WITH_STACK_TRACE_TRUE@am__objects_40 = $(am__objects_4) \ 1374 @WITH_STACK_TRACE_TRUE@am__objects_40 = $(am__objects_4) \
1192 @WITH_STACK_TRACE_TRUE@ $(am__objects_1) 1375 @WITH_STACK_TRACE_TRUE@ $(am__objects_1)
1193 @WITH_STACK_TRACE_TRUE@am_stacktrace_unittest_OBJECTS = \ 1376 @WITH_STACK_TRACE_TRUE@am_stacktrace_unittest_OBJECTS = \
1194 @WITH_STACK_TRACE_TRUE@ stacktrace_unittest.$(OBJEXT) \ 1377 @WITH_STACK_TRACE_TRUE@ stacktrace_unittest.$(OBJEXT) \
1195 @WITH_STACK_TRACE_TRUE@ $(am__objects_40) 1378 @WITH_STACK_TRACE_TRUE@ $(am__objects_40)
1196 stacktrace_unittest_OBJECTS = $(am_stacktrace_unittest_OBJECTS) 1379 stacktrace_unittest_OBJECTS = $(am_stacktrace_unittest_OBJECTS)
1197 @WITH_STACK_TRACE_TRUE@stacktrace_unittest_DEPENDENCIES = \ 1380 @WITH_STACK_TRACE_TRUE@stacktrace_unittest_DEPENDENCIES = \
1198 @WITH_STACK_TRACE_TRUE@ libstacktrace.la liblogging.la 1381 @WITH_STACK_TRACE_TRUE@ libstacktrace.la liblogging.la
1199 am__system_alloc_unittest_SOURCES_DIST = src/config_for_unittests.h \ 1382 am__system_alloc_unittest_SOURCES_DIST = src/config_for_unittests.h \
1200 src/tests/system-alloc_unittest.cc 1383 src/tests/system-alloc_unittest.cc
1201 @MINGW_FALSE@am_system_alloc_unittest_OBJECTS = system_alloc_unittest-system-all oc_unittest.$(OBJEXT) 1384 @MINGW_FALSE@am_system_alloc_unittest_OBJECTS = system_alloc_unittest-system-all oc_unittest.$(OBJEXT)
1202 system_alloc_unittest_OBJECTS = $(am_system_alloc_unittest_OBJECTS) 1385 system_alloc_unittest_OBJECTS = $(am_system_alloc_unittest_OBJECTS)
1203 @MINGW_FALSE@system_alloc_unittest_DEPENDENCIES = \ 1386 @MINGW_FALSE@system_alloc_unittest_DEPENDENCIES = \
1204 @MINGW_FALSE@» $(am__DEPENDENCIES_5) $(am__DEPENDENCIES_1) 1387 @MINGW_FALSE@» $(LIBTCMALLOC_MINIMAL) $(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 $@
1205 am__tcmalloc_and_profiler_unittest_SOURCES_DIST = \ 1392 am__tcmalloc_and_profiler_unittest_SOURCES_DIST = \
1206 src/tests/tcmalloc_unittest.cc src/tests/testutil.h \ 1393 src/tests/tcmalloc_unittest.cc src/tests/testutil.h \
1207 src/tests/testutil.cc src/config_for_unittests.h \ 1394 src/tests/testutil.cc src/config_for_unittests.h \
1208 » src/google/malloc_extension.h 1395 » src/gperftools/malloc_extension.h
1209 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__objects_41 = tcmalloc_and_profiler_unitt est-tcmalloc_unittest.$(OBJEXT) \ 1396 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__objects_41 = tcmalloc_and_profiler_unitt est-tcmalloc_unittest.$(OBJEXT) \
1210 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ tcmalloc_and_profiler_unittest-testutil. $(OBJEXT) \ 1397 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ tcmalloc_and_profiler_unittest-testutil. $(OBJEXT) \
1211 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(am__objects_1) 1398 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(am__objects_1)
1212 @WITH_CPU_PROFILER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am_tcmalloc_and_prof iler_unittest_OBJECTS = $(am__objects_41) 1399 @WITH_CPU_PROFILER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am_tcmalloc_and_prof iler_unittest_OBJECTS = $(am__objects_41)
1213 tcmalloc_and_profiler_unittest_OBJECTS = \ 1400 tcmalloc_and_profiler_unittest_OBJECTS = \
1214 $(am_tcmalloc_and_profiler_unittest_OBJECTS) 1401 $(am_tcmalloc_and_profiler_unittest_OBJECTS)
1215 @WITH_CPU_PROFILER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@tcmalloc_and_profile r_unittest_DEPENDENCIES = libtcmalloc_and_profiler.la 1402 @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 $@
1216 am__tcmalloc_both_unittest_SOURCES_DIST = \ 1407 am__tcmalloc_both_unittest_SOURCES_DIST = \
1217 src/tests/tcmalloc_unittest.cc src/tests/testutil.h \ 1408 src/tests/tcmalloc_unittest.cc src/tests/testutil.h \
1218 src/tests/testutil.cc src/config_for_unittests.h \ 1409 src/tests/testutil.cc src/config_for_unittests.h \
1219 » src/google/malloc_extension.h 1410 » src/gperftools/malloc_extension.h
1220 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__objects_42 = tcmalloc_both_unittest-tcma lloc_unittest.$(OBJEXT) \ 1411 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__objects_42 = tcmalloc_both_unittest-tcma lloc_unittest.$(OBJEXT) \
1221 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ tcmalloc_both_unittest-testutil.$(OBJEXT ) \ 1412 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ tcmalloc_both_unittest-testutil.$(OBJEXT ) \
1222 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(am__objects_1) 1413 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(am__objects_1)
1223 @OSX_FALSE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am_tcmalloc_both_unittest_OBJECTS = $(am__objects_42) 1414 @OSX_FALSE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am_tcmalloc_both_unittest_OBJECTS = $(am__objects_42)
1224 tcmalloc_both_unittest_OBJECTS = $(am_tcmalloc_both_unittest_OBJECTS) 1415 tcmalloc_both_unittest_OBJECTS = $(am_tcmalloc_both_unittest_OBJECTS)
1225 @WITH_CPU_PROFILER_FALSE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__DEPENDENCIES_8 = $(am__DEPENDENCIES_6) \ 1416 @WITH_CPU_PROFILER_FALSE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__DEPENDENCIES_4 = $(LIBTCMALLOC) \
1226 @WITH_CPU_PROFILER_FALSE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@» $(am__DEPENDENCI ES_5) \ 1417 @WITH_CPU_PROFILER_FALSE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@» $(LIBTCMALLOC_MI NIMAL) \
1227 @WITH_CPU_PROFILER_FALSE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ liblogging.la \ 1418 @WITH_CPU_PROFILER_FALSE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ liblogging.la \
1228 @WITH_CPU_PROFILER_FALSE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(am__DEPENDENCI ES_1) 1419 @WITH_CPU_PROFILER_FALSE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(am__DEPENDENCI ES_1)
1229 @WITH_CPU_PROFILER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__DEPENDENCIES_8 = $(am__DEPENDENCIES_6) \ 1420 @WITH_CPU_PROFILER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__DEPENDENCIES_4 = $(LIBTCMALLOC) \
1230 @WITH_CPU_PROFILER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@» $(am__DEPENDENCI ES_5) \ 1421 @WITH_CPU_PROFILER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@» $(LIBTCMALLOC_MI NIMAL) \
1231 @WITH_CPU_PROFILER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ libprofiler.la \ 1422 @WITH_CPU_PROFILER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ libprofiler.la \
1232 @WITH_CPU_PROFILER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ liblogging.la \ 1423 @WITH_CPU_PROFILER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ liblogging.la \
1233 @WITH_CPU_PROFILER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(am__DEPENDENCI ES_1) 1424 @WITH_CPU_PROFILER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(am__DEPENDENCI ES_1)
1234 @OSX_FALSE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@tcmalloc_both_unittest_DEPENDENCI ES = $(am__DEPENDENCIES_8) 1425 @OSX_FALSE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@tcmalloc_both_unittest_DEPENDENCI ES = $(am__DEPENDENCIES_4)
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 $@
1235 am__tcmalloc_debug_unittest_SOURCES_DIST = \ 1430 am__tcmalloc_debug_unittest_SOURCES_DIST = \
1236 src/tests/tcmalloc_unittest.cc src/tcmalloc.h \ 1431 src/tests/tcmalloc_unittest.cc src/tcmalloc.h \
1237 src/tests/testutil.h src/tests/testutil.cc \ 1432 src/tests/testutil.h src/tests/testutil.cc \
1238 » src/config_for_unittests.h src/google/malloc_extension.h 1433 » src/config_for_unittests.h src/gperftools/malloc_extension.h
1239 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__objects_43 = tcmalloc_debug_unittest-tcm alloc_unittest.$(OBJEXT) \ 1434 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__objects_43 = tcmalloc_debug_unittest-tcm alloc_unittest.$(OBJEXT) \
1240 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ tcmalloc_debug_unittest-testutil.$(OBJEX T) \ 1435 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ tcmalloc_debug_unittest-testutil.$(OBJEX T) \
1241 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(am__objects_1) 1436 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(am__objects_1)
1242 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am_tcmalloc_debug_unit test_OBJECTS = $(am__objects_43) 1437 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am_tcmalloc_debug_unit test_OBJECTS = $(am__objects_43)
1243 tcmalloc_debug_unittest_OBJECTS = \ 1438 tcmalloc_debug_unittest_OBJECTS = \
1244 $(am_tcmalloc_debug_unittest_OBJECTS) 1439 $(am_tcmalloc_debug_unittest_OBJECTS)
1245 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@tcmalloc_debug_unittes t_DEPENDENCIES = libtcmalloc_debug.la \ 1440 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@tcmalloc_debug_unittes t_DEPENDENCIES = libtcmalloc_debug.la \
1246 @WITH_DEBUGALLOC_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(am__DEPENDENCI ES_1) 1441 @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 $@
1247 am__tcmalloc_large_unittest_SOURCES_DIST = \ 1446 am__tcmalloc_large_unittest_SOURCES_DIST = \
1248 src/tests/tcmalloc_large_unittest.cc 1447 src/tests/tcmalloc_large_unittest.cc
1249 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am_tcmalloc_large_unittest_OBJECTS = tcmallo c_large_unittest-tcmalloc_large_unittest.$(OBJEXT) 1448 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am_tcmalloc_large_unittest_OBJECTS = tcmallo c_large_unittest-tcmalloc_large_unittest.$(OBJEXT)
1250 tcmalloc_large_unittest_OBJECTS = \ 1449 tcmalloc_large_unittest_OBJECTS = \
1251 $(am_tcmalloc_large_unittest_OBJECTS) 1450 $(am_tcmalloc_large_unittest_OBJECTS)
1252 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@tcmalloc_large_unittest_DEPENDENCIES = \ 1451 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@tcmalloc_large_unittest_DEPENDENCIES = \
1253 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@» $(am__DEPENDENCIES_6) \ 1452 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@» $(LIBTCMALLOC) \
1254 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(am__DEPENDENCIES_1) 1453 @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 $@
1255 am__tcmalloc_minimal_debug_unittest_SOURCES_DIST = \ 1458 am__tcmalloc_minimal_debug_unittest_SOURCES_DIST = \
1256 src/tests/tcmalloc_unittest.cc src/tests/testutil.h \ 1459 src/tests/tcmalloc_unittest.cc src/tests/testutil.h \
1257 src/tests/testutil.cc src/config_for_unittests.h \ 1460 src/tests/testutil.cc src/config_for_unittests.h \
1258 » src/google/malloc_extension.h 1461 » src/gperftools/malloc_extension.h
1259 am__objects_44 = \ 1462 am__objects_44 = \
1260 tcmalloc_minimal_debug_unittest-tcmalloc_unittest.$(OBJEXT) \ 1463 tcmalloc_minimal_debug_unittest-tcmalloc_unittest.$(OBJEXT) \
1261 tcmalloc_minimal_debug_unittest-testutil.$(OBJEXT) \ 1464 tcmalloc_minimal_debug_unittest-testutil.$(OBJEXT) \
1262 $(am__objects_1) 1465 $(am__objects_1)
1263 @WITH_DEBUGALLOC_TRUE@am_tcmalloc_minimal_debug_unittest_OBJECTS = \ 1466 @WITH_DEBUGALLOC_TRUE@am_tcmalloc_minimal_debug_unittest_OBJECTS = \
1264 @WITH_DEBUGALLOC_TRUE@ $(am__objects_44) 1467 @WITH_DEBUGALLOC_TRUE@ $(am__objects_44)
1265 tcmalloc_minimal_debug_unittest_OBJECTS = \ 1468 tcmalloc_minimal_debug_unittest_OBJECTS = \
1266 $(am_tcmalloc_minimal_debug_unittest_OBJECTS) 1469 $(am_tcmalloc_minimal_debug_unittest_OBJECTS)
1267 @WITH_DEBUGALLOC_TRUE@tcmalloc_minimal_debug_unittest_DEPENDENCIES = \ 1470 @WITH_DEBUGALLOC_TRUE@tcmalloc_minimal_debug_unittest_DEPENDENCIES = \
1268 @WITH_DEBUGALLOC_TRUE@ libtcmalloc_minimal_debug.la \ 1471 @WITH_DEBUGALLOC_TRUE@ libtcmalloc_minimal_debug.la \
1269 @WITH_DEBUGALLOC_TRUE@ $(am__DEPENDENCIES_1) 1472 @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 $@
1270 am_tcmalloc_minimal_large_unittest_OBJECTS = tcmalloc_minimal_large_unittest-tcm alloc_large_unittest.$(OBJEXT) 1477 am_tcmalloc_minimal_large_unittest_OBJECTS = tcmalloc_minimal_large_unittest-tcm alloc_large_unittest.$(OBJEXT)
1271 tcmalloc_minimal_large_unittest_OBJECTS = \ 1478 tcmalloc_minimal_large_unittest_OBJECTS = \
1272 $(am_tcmalloc_minimal_large_unittest_OBJECTS) 1479 $(am_tcmalloc_minimal_large_unittest_OBJECTS)
1273 tcmalloc_minimal_large_unittest_DEPENDENCIES = $(am__DEPENDENCIES_5) \ 1480 tcmalloc_minimal_large_unittest_DEPENDENCIES = $(LIBTCMALLOC_MINIMAL) \
1274 $(am__DEPENDENCIES_1) 1481 $(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 $@
1275 am__tcmalloc_minimal_unittest_SOURCES_DIST = \ 1486 am__tcmalloc_minimal_unittest_SOURCES_DIST = \
1276 src/tests/tcmalloc_unittest.cc src/tests/testutil.h \ 1487 src/tests/tcmalloc_unittest.cc src/tests/testutil.h \
1277 src/tests/testutil.cc src/config_for_unittests.h \ 1488 src/tests/testutil.cc src/config_for_unittests.h \
1278 » src/google/malloc_extension.h 1489 » src/gperftools/malloc_extension.h
1279 am_tcmalloc_minimal_unittest_OBJECTS = \ 1490 am_tcmalloc_minimal_unittest_OBJECTS = \
1280 tcmalloc_minimal_unittest-tcmalloc_unittest.$(OBJEXT) \ 1491 tcmalloc_minimal_unittest-tcmalloc_unittest.$(OBJEXT) \
1281 tcmalloc_minimal_unittest-testutil.$(OBJEXT) $(am__objects_1) 1492 tcmalloc_minimal_unittest-testutil.$(OBJEXT) $(am__objects_1)
1282 tcmalloc_minimal_unittest_OBJECTS = \ 1493 tcmalloc_minimal_unittest_OBJECTS = \
1283 $(am_tcmalloc_minimal_unittest_OBJECTS) 1494 $(am_tcmalloc_minimal_unittest_OBJECTS)
1284 tcmalloc_minimal_unittest_DEPENDENCIES = $(am__DEPENDENCIES_5) \ 1495 tcmalloc_minimal_unittest_DEPENDENCIES = $(LIBTCMALLOC_MINIMAL) \
1285 liblogging.la $(am__DEPENDENCIES_1) 1496 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 $@
1286 am__tcmalloc_unittest_SOURCES_DIST = src/tests/tcmalloc_unittest.cc \ 1501 am__tcmalloc_unittest_SOURCES_DIST = src/tests/tcmalloc_unittest.cc \
1287 src/tcmalloc.h src/tests/testutil.h src/tests/testutil.cc \ 1502 src/tcmalloc.h src/tests/testutil.h src/tests/testutil.cc \
1288 » src/config_for_unittests.h src/google/malloc_extension.h 1503 » src/config_for_unittests.h src/gperftools/malloc_extension.h
1289 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am_tcmalloc_unittest_OBJECTS = tcmalloc_unit test-tcmalloc_unittest.$(OBJEXT) \ 1504 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am_tcmalloc_unittest_OBJECTS = tcmalloc_unit test-tcmalloc_unittest.$(OBJEXT) \
1290 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ tcmalloc_unittest-testutil.$(OBJEXT) \ 1505 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ tcmalloc_unittest-testutil.$(OBJEXT) \
1291 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(am__objects_1) 1506 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(am__objects_1)
1292 tcmalloc_unittest_OBJECTS = $(am_tcmalloc_unittest_OBJECTS) 1507 tcmalloc_unittest_OBJECTS = $(am_tcmalloc_unittest_OBJECTS)
1293 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@tcmalloc_unittest_DEPENDENCIES = \ 1508 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@tcmalloc_unittest_DEPENDENCIES = \
1294 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@» $(am__DEPENDENCIES_6) \ 1509 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@» $(LIBTCMALLOC) \
1295 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ liblogging.la \ 1510 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ liblogging.la \
1296 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(am__DEPENDENCIES_1) 1511 @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 $@
1297 am_thread_dealloc_unittest_OBJECTS = \ 1516 am_thread_dealloc_unittest_OBJECTS = \
1298 thread_dealloc_unittest-thread_dealloc_unittest.$(OBJEXT) \ 1517 thread_dealloc_unittest-thread_dealloc_unittest.$(OBJEXT) \
1299 thread_dealloc_unittest-testutil.$(OBJEXT) 1518 thread_dealloc_unittest-testutil.$(OBJEXT)
1300 thread_dealloc_unittest_OBJECTS = \ 1519 thread_dealloc_unittest_OBJECTS = \
1301 $(am_thread_dealloc_unittest_OBJECTS) 1520 $(am_thread_dealloc_unittest_OBJECTS)
1302 thread_dealloc_unittest_DEPENDENCIES = $(am__DEPENDENCIES_5) \ 1521 thread_dealloc_unittest_DEPENDENCIES = $(LIBTCMALLOC_MINIMAL) \
1303 $(am__DEPENDENCIES_1) 1522 $(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 $@
1304 binSCRIPT_INSTALL = $(INSTALL_SCRIPT) 1527 binSCRIPT_INSTALL = $(INSTALL_SCRIPT)
1305 SCRIPTS = $(bin_SCRIPTS) $(noinst_SCRIPTS) 1528 SCRIPTS = $(bin_SCRIPTS) $(noinst_SCRIPTS)
1306 DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)/src 1529 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src
1307 depcomp = $(SHELL) $(top_srcdir)/depcomp 1530 depcomp = $(SHELL) $(top_srcdir)/depcomp
1308 am__depfiles_maybe = depfiles 1531 am__depfiles_maybe = depfiles
1309 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 1532 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
1310 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 1533 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
1311 LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \ 1534 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
1312 » $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ 1535 » --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
1313 » $(AM_CFLAGS) $(CFLAGS) 1536 » $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
1314 CCLD = $(CC) 1537 CCLD = $(CC)
1315 LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 1538 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
1316 » $(AM_LDFLAGS) $(LDFLAGS) -o $@ 1539 » --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
1540 » $(LDFLAGS) -o $@
1317 CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ 1541 CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
1318 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) 1542 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
1319 LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \ 1543 LTCXXCOMPILE = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
1320 » $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ 1544 » --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
1321 » $(AM_CXXFLAGS) $(CXXFLAGS) 1545 » $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
1322 CXXLD = $(CXX) 1546 CXXLD = $(CXX)
1323 CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \ 1547 CXXLINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
1324 » $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ 1548 » --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \
1549 » $(LDFLAGS) -o $@
1325 SOURCES = $(liblogging_la_SOURCES) $(libprofiler_la_SOURCES) \ 1550 SOURCES = $(liblogging_la_SOURCES) $(libprofiler_la_SOURCES) \
1326 $(libspinlock_la_SOURCES) $(libstacktrace_la_SOURCES) \ 1551 $(libspinlock_la_SOURCES) $(libstacktrace_la_SOURCES) \
1327 $(libsysinfo_la_SOURCES) $(libtcmalloc_la_SOURCES) \ 1552 $(libsysinfo_la_SOURCES) $(libtcmalloc_la_SOURCES) \
1328 $(libtcmalloc_and_profiler_la_SOURCES) \ 1553 $(libtcmalloc_and_profiler_la_SOURCES) \
1329 $(libtcmalloc_debug_la_SOURCES) \ 1554 $(libtcmalloc_debug_la_SOURCES) \
1330 $(libtcmalloc_internal_la_SOURCES) \ 1555 $(libtcmalloc_internal_la_SOURCES) \
1331 $(libtcmalloc_minimal_la_SOURCES) \ 1556 $(libtcmalloc_minimal_la_SOURCES) \
1332 $(libtcmalloc_minimal_debug_la_SOURCES) \ 1557 $(libtcmalloc_minimal_debug_la_SOURCES) \
1333 $(libtcmalloc_minimal_internal_la_SOURCES) \ 1558 $(libtcmalloc_minimal_internal_la_SOURCES) \
1334 $(libwindows_la_SOURCES) $(addressmap_unittest_SOURCES) \ 1559 $(libwindows_la_SOURCES) $(addressmap_unittest_SOURCES) \
(...skipping 21 matching lines...) Expand all
1356 $(memalign_unittest_SOURCES) $(packed_cache_test_SOURCES) \ 1581 $(memalign_unittest_SOURCES) $(packed_cache_test_SOURCES) \
1357 $(page_heap_test_SOURCES) $(pagemap_unittest_SOURCES) \ 1582 $(page_heap_test_SOURCES) $(pagemap_unittest_SOURCES) \
1358 $(profile_handler_unittest_SOURCES) \ 1583 $(profile_handler_unittest_SOURCES) \
1359 $(profiledata_unittest_SOURCES) $(profiler1_unittest_SOURCES) \ 1584 $(profiledata_unittest_SOURCES) $(profiler1_unittest_SOURCES) \
1360 $(profiler2_unittest_SOURCES) $(profiler3_unittest_SOURCES) \ 1585 $(profiler2_unittest_SOURCES) $(profiler3_unittest_SOURCES) \
1361 $(profiler4_unittest_SOURCES) $(profiler_unittest_sh_SOURCES) \ 1586 $(profiler4_unittest_SOURCES) $(profiler_unittest_sh_SOURCES) \
1362 $(raw_printer_test_SOURCES) $(realloc_debug_unittest_SOURCES) \ 1587 $(raw_printer_test_SOURCES) $(realloc_debug_unittest_SOURCES) \
1363 $(realloc_unittest_SOURCES) $(sampler_debug_test_SOURCES) \ 1588 $(realloc_unittest_SOURCES) $(sampler_debug_test_SOURCES) \
1364 $(sampler_test_SOURCES) $(sampling_debug_test_SOURCES) \ 1589 $(sampler_test_SOURCES) $(sampling_debug_test_SOURCES) \
1365 $(sampling_debug_test_sh_SOURCES) $(sampling_test_SOURCES) \ 1590 $(sampling_debug_test_sh_SOURCES) $(sampling_test_SOURCES) \
1366 » $(sampling_test_sh_SOURCES) $(stack_trace_table_test_SOURCES) \ 1591 » $(sampling_test_sh_SOURCES) $(simple_compat_test_SOURCES) \
1592 » $(stack_trace_table_test_SOURCES) \
1367 $(stacktrace_unittest_SOURCES) \ 1593 $(stacktrace_unittest_SOURCES) \
1368 $(system_alloc_unittest_SOURCES) \ 1594 $(system_alloc_unittest_SOURCES) \
1369 $(tcmalloc_and_profiler_unittest_SOURCES) \ 1595 $(tcmalloc_and_profiler_unittest_SOURCES) \
1370 $(tcmalloc_both_unittest_SOURCES) \ 1596 $(tcmalloc_both_unittest_SOURCES) \
1371 $(tcmalloc_debug_unittest_SOURCES) \ 1597 $(tcmalloc_debug_unittest_SOURCES) \
1372 $(tcmalloc_large_unittest_SOURCES) \ 1598 $(tcmalloc_large_unittest_SOURCES) \
1373 $(tcmalloc_minimal_debug_unittest_SOURCES) \ 1599 $(tcmalloc_minimal_debug_unittest_SOURCES) \
1374 $(tcmalloc_minimal_large_unittest_SOURCES) \ 1600 $(tcmalloc_minimal_large_unittest_SOURCES) \
1375 $(tcmalloc_minimal_unittest_SOURCES) \ 1601 $(tcmalloc_minimal_unittest_SOURCES) \
1376 $(tcmalloc_unittest_SOURCES) \ 1602 $(tcmalloc_unittest_SOURCES) \
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
1421 $(am__profiler_unittest_sh_SOURCES_DIST) \ 1647 $(am__profiler_unittest_sh_SOURCES_DIST) \
1422 $(am__raw_printer_test_SOURCES_DIST) \ 1648 $(am__raw_printer_test_SOURCES_DIST) \
1423 $(am__realloc_debug_unittest_SOURCES_DIST) \ 1649 $(am__realloc_debug_unittest_SOURCES_DIST) \
1424 $(realloc_unittest_SOURCES) \ 1650 $(realloc_unittest_SOURCES) \
1425 $(am__sampler_debug_test_SOURCES_DIST) \ 1651 $(am__sampler_debug_test_SOURCES_DIST) \
1426 $(am__sampler_test_SOURCES_DIST) \ 1652 $(am__sampler_test_SOURCES_DIST) \
1427 $(am__sampling_debug_test_SOURCES_DIST) \ 1653 $(am__sampling_debug_test_SOURCES_DIST) \
1428 $(am__sampling_debug_test_sh_SOURCES_DIST) \ 1654 $(am__sampling_debug_test_sh_SOURCES_DIST) \
1429 $(am__sampling_test_SOURCES_DIST) \ 1655 $(am__sampling_test_SOURCES_DIST) \
1430 $(am__sampling_test_sh_SOURCES_DIST) \ 1656 $(am__sampling_test_sh_SOURCES_DIST) \
1657 $(am__simple_compat_test_SOURCES_DIST) \
1431 $(stack_trace_table_test_SOURCES) \ 1658 $(stack_trace_table_test_SOURCES) \
1432 $(am__stacktrace_unittest_SOURCES_DIST) \ 1659 $(am__stacktrace_unittest_SOURCES_DIST) \
1433 $(am__system_alloc_unittest_SOURCES_DIST) \ 1660 $(am__system_alloc_unittest_SOURCES_DIST) \
1434 $(am__tcmalloc_and_profiler_unittest_SOURCES_DIST) \ 1661 $(am__tcmalloc_and_profiler_unittest_SOURCES_DIST) \
1435 $(am__tcmalloc_both_unittest_SOURCES_DIST) \ 1662 $(am__tcmalloc_both_unittest_SOURCES_DIST) \
1436 $(am__tcmalloc_debug_unittest_SOURCES_DIST) \ 1663 $(am__tcmalloc_debug_unittest_SOURCES_DIST) \
1437 $(am__tcmalloc_large_unittest_SOURCES_DIST) \ 1664 $(am__tcmalloc_large_unittest_SOURCES_DIST) \
1438 $(am__tcmalloc_minimal_debug_unittest_SOURCES_DIST) \ 1665 $(am__tcmalloc_minimal_debug_unittest_SOURCES_DIST) \
1439 $(tcmalloc_minimal_large_unittest_SOURCES) \ 1666 $(tcmalloc_minimal_large_unittest_SOURCES) \
1440 $(am__tcmalloc_minimal_unittest_SOURCES_DIST) \ 1667 $(am__tcmalloc_minimal_unittest_SOURCES_DIST) \
(...skipping 30 matching lines...) Expand all
1471 doc/tcmalloc-opspersec.vs.size.8.threads.png doc/overview.dot \ 1698 doc/tcmalloc-opspersec.vs.size.8.threads.png doc/overview.dot \
1472 doc/pageheap.dot doc/spanmap.dot doc/threadheap.dot \ 1699 doc/pageheap.dot doc/spanmap.dot doc/threadheap.dot \
1473 doc/heapprofile.html doc/heap-example1.png \ 1700 doc/heapprofile.html doc/heap-example1.png \
1474 doc/heap_checker.html doc/cpuprofile.html \ 1701 doc/heap_checker.html doc/cpuprofile.html \
1475 doc/cpuprofile-fileformat.html doc/pprof-test-big.gif \ 1702 doc/cpuprofile-fileformat.html doc/pprof-test-big.gif \
1476 doc/pprof-test.gif doc/pprof-vsnprintf-big.gif \ 1703 doc/pprof-test.gif doc/pprof-vsnprintf-big.gif \
1477 doc/pprof-vsnprintf.gif 1704 doc/pprof-vsnprintf.gif
1478 dist_docDATA_INSTALL = $(INSTALL_DATA) 1705 dist_docDATA_INSTALL = $(INSTALL_DATA)
1479 pkgconfigDATA_INSTALL = $(INSTALL_DATA) 1706 pkgconfigDATA_INSTALL = $(INSTALL_DATA)
1480 DATA = $(dist_doc_DATA) $(pkgconfig_DATA) 1707 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
1486 googleincludeHEADERS_INSTALL = $(INSTALL_HEADER) 1708 googleincludeHEADERS_INSTALL = $(INSTALL_HEADER)
1487 nodist_googleincludeHEADERS_INSTALL = $(INSTALL_HEADER) 1709 nodist_perftoolsincludeHEADERS_INSTALL = $(INSTALL_HEADER)
1488 HEADERS = $(googleinclude_HEADERS) $(nodist_googleinclude_HEADERS) \ 1710 am__perftoolsinclude_HEADERS_DIST = src/gperftools/stacktrace.h \
1489 » $(noinst_HEADERS) 1711 » src/gperftools/malloc_hook.h src/gperftools/malloc_hook_c.h \
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)
1490 ETAGS = etags 1719 ETAGS = etags
1491 CTAGS = ctags 1720 CTAGS = ctags
1492 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 1721 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
1493 distdir = $(PACKAGE)-$(VERSION) 1722 distdir = $(PACKAGE)-$(VERSION)
1494 top_distdir = $(distdir) 1723 top_distdir = $(distdir)
1495 am__remove_distdir = \ 1724 am__remove_distdir = \
1496 { test ! -d $(distdir) \ 1725 { test ! -d $(distdir) \
1497 || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \ 1726 || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
1498 && rm -fr $(distdir); }; } 1727 && rm -fr $(distdir); }; }
1499 DIST_ARCHIVES = $(distdir).tar.gz $(distdir).zip 1728 DIST_ARCHIVES = $(distdir).tar.gz $(distdir).zip
1500 GZIP_ENV = --best 1729 GZIP_ENV = --best
1501 distuninstallcheck_listfiles = find . -type f -print 1730 distuninstallcheck_listfiles = find . -type f -print
1502 distcleancheck_listfiles = find . -type f -print 1731 distcleancheck_listfiles = find . -type f -print
1503 ACLOCAL = @ACLOCAL@ 1732 ACLOCAL = @ACLOCAL@
1504 AMDEP_FALSE = @AMDEP_FALSE@
1505 AMDEP_TRUE = @AMDEP_TRUE@
1506 AMTAR = @AMTAR@ 1733 AMTAR = @AMTAR@
1507 AR = @AR@ 1734 AR = @AR@
1508 AUTOCONF = @AUTOCONF@ 1735 AUTOCONF = @AUTOCONF@
1509 AUTOHEADER = @AUTOHEADER@ 1736 AUTOHEADER = @AUTOHEADER@
1510 AUTOMAKE = @AUTOMAKE@ 1737 AUTOMAKE = @AUTOMAKE@
1511 AWK = @AWK@ 1738 AWK = @AWK@
1512 CC = @CC@ 1739 CC = @CC@
1513 CCDEPMODE = @CCDEPMODE@ 1740 CCDEPMODE = @CCDEPMODE@
1514 CFLAGS = @CFLAGS@ 1741 CFLAGS = @CFLAGS@
1515 CPP = @CPP@ 1742 CPP = @CPP@
1516 CPPFLAGS = @CPPFLAGS@ 1743 CPPFLAGS = @CPPFLAGS@
1517 CXX = @CXX@ 1744 CXX = @CXX@
1518 CXXCPP = @CXXCPP@ 1745 CXXCPP = @CXXCPP@
1519 CXXDEPMODE = @CXXDEPMODE@ 1746 CXXDEPMODE = @CXXDEPMODE@
1520 CXXFLAGS = @CXXFLAGS@ 1747 CXXFLAGS = @CXXFLAGS@
1521 CYGPATH_W = @CYGPATH_W@ 1748 CYGPATH_W = @CYGPATH_W@
1522 DEFS = @DEFS@ 1749 DEFS = @DEFS@
1523 DEPDIR = @DEPDIR@ 1750 DEPDIR = @DEPDIR@
1524 DSYMUTIL = @DSYMUTIL@ 1751 DSYMUTIL = @DSYMUTIL@
1525 DUMPBIN = @DUMPBIN@ 1752 DUMPBIN = @DUMPBIN@
1526 ECHO_C = @ECHO_C@ 1753 ECHO_C = @ECHO_C@
1527 ECHO_N = @ECHO_N@ 1754 ECHO_N = @ECHO_N@
1528 ECHO_T = @ECHO_T@ 1755 ECHO_T = @ECHO_T@
1529 EGREP = @EGREP@ 1756 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@
1534 EXEEXT = @EXEEXT@ 1757 EXEEXT = @EXEEXT@
1535 FGREP = @FGREP@ 1758 FGREP = @FGREP@
1536 GCC_FALSE = @GCC_FALSE@
1537 GCC_TRUE = @GCC_TRUE@
1538 GREP = @GREP@ 1759 GREP = @GREP@
1539 HAVE_OBJCOPY_WEAKEN_FALSE = @HAVE_OBJCOPY_WEAKEN_FALSE@ 1760 INSTALL = @INSTALL@
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@
1543 INSTALL_DATA = @INSTALL_DATA@ 1761 INSTALL_DATA = @INSTALL_DATA@
1544 INSTALL_PROGRAM = @INSTALL_PROGRAM@ 1762 INSTALL_PROGRAM = @INSTALL_PROGRAM@
1545 INSTALL_SCRIPT = @INSTALL_SCRIPT@ 1763 INSTALL_SCRIPT = @INSTALL_SCRIPT@
1546 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 1764 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
1547 LD = @LD@ 1765 LD = @LD@
1548 LDFLAGS = @LDFLAGS@ 1766 LDFLAGS = @LDFLAGS@
1549 LIBOBJS = @LIBOBJS@ 1767 LIBOBJS = @LIBOBJS@
1550 LIBS = @LIBS@ 1768 LIBS = @LIBS@
1551 LIBSTDCXX_LA_LINKER_FLAG = @LIBSTDCXX_LA_LINKER_FLAG@ 1769 LIBSTDCXX_LA_LINKER_FLAG = @LIBSTDCXX_LA_LINKER_FLAG@
1552 LIBTOOL = @LIBTOOL@ 1770 LIBTOOL = @LIBTOOL@
1553 LIBTOOL_DEPS = @LIBTOOL_DEPS@ 1771 LIBTOOL_DEPS = @LIBTOOL_DEPS@
1554 LIPO = @LIPO@ 1772 LIPO = @LIPO@
1555 LN_S = @LN_S@ 1773 LN_S = @LN_S@
1556 LTLIBOBJS = @LTLIBOBJS@ 1774 LTLIBOBJS = @LTLIBOBJS@
1557 MAKEINFO = @MAKEINFO@ 1775 MAKEINFO = @MAKEINFO@
1558 MINGW_FALSE = @MINGW_FALSE@ 1776 MKDIR_P = @MKDIR_P@
1559 MINGW_TRUE = @MINGW_TRUE@
1560 NANOSLEEP_LIBS = @NANOSLEEP_LIBS@ 1777 NANOSLEEP_LIBS = @NANOSLEEP_LIBS@
1561 NM = @NM@ 1778 NM = @NM@
1562 NMEDIT = @NMEDIT@ 1779 NMEDIT = @NMEDIT@
1563 OBJCOPY = @OBJCOPY@ 1780 OBJCOPY = @OBJCOPY@
1564 OBJDUMP = @OBJDUMP@ 1781 OBJDUMP = @OBJDUMP@
1565 OBJEXT = @OBJEXT@ 1782 OBJEXT = @OBJEXT@
1566 OSX_FALSE = @OSX_FALSE@
1567 OSX_TRUE = @OSX_TRUE@
1568 OTOOL = @OTOOL@ 1783 OTOOL = @OTOOL@
1569 OTOOL64 = @OTOOL64@ 1784 OTOOL64 = @OTOOL64@
1570 PACKAGE = @PACKAGE@ 1785 PACKAGE = @PACKAGE@
1571 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 1786 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
1572 PACKAGE_NAME = @PACKAGE_NAME@ 1787 PACKAGE_NAME = @PACKAGE_NAME@
1573 PACKAGE_STRING = @PACKAGE_STRING@ 1788 PACKAGE_STRING = @PACKAGE_STRING@
1574 PACKAGE_TARNAME = @PACKAGE_TARNAME@ 1789 PACKAGE_TARNAME = @PACKAGE_TARNAME@
1575 PACKAGE_URL = @PACKAGE_URL@ 1790 PACKAGE_URL = @PACKAGE_URL@
1576 PACKAGE_VERSION = @PACKAGE_VERSION@ 1791 PACKAGE_VERSION = @PACKAGE_VERSION@
1577 PATH_SEPARATOR = @PATH_SEPARATOR@ 1792 PATH_SEPARATOR = @PATH_SEPARATOR@
1578 PROFILER_SO_VERSION = @PROFILER_SO_VERSION@ 1793 PROFILER_SO_VERSION = @PROFILER_SO_VERSION@
1579 PTHREAD_CC = @PTHREAD_CC@ 1794 PTHREAD_CC = @PTHREAD_CC@
1580 PTHREAD_CFLAGS = @PTHREAD_CFLAGS@ 1795 PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
1581 PTHREAD_LIBS = @PTHREAD_LIBS@ 1796 PTHREAD_LIBS = @PTHREAD_LIBS@
1582 RANLIB = @RANLIB@ 1797 RANLIB = @RANLIB@
1583 SED = @SED@ 1798 SED = @SED@
1584 SET_MAKE = @SET_MAKE@ 1799 SET_MAKE = @SET_MAKE@
1585 SHELL = @SHELL@ 1800 SHELL = @SHELL@
1586 STRIP = @STRIP@ 1801 STRIP = @STRIP@
1587 TCMALLOC_SO_VERSION = @TCMALLOC_SO_VERSION@ 1802 TCMALLOC_SO_VERSION = @TCMALLOC_SO_VERSION@
1588 TC_VERSION_MAJOR = @TC_VERSION_MAJOR@ 1803 TC_VERSION_MAJOR = @TC_VERSION_MAJOR@
1589 TC_VERSION_MINOR = @TC_VERSION_MINOR@ 1804 TC_VERSION_MINOR = @TC_VERSION_MINOR@
1590 TC_VERSION_PATCH = @TC_VERSION_PATCH@ 1805 TC_VERSION_PATCH = @TC_VERSION_PATCH@
1591 UNWIND_LIBS = @UNWIND_LIBS@ 1806 UNWIND_LIBS = @UNWIND_LIBS@
1592 USE_LIBTOOL_FALSE = @USE_LIBTOOL_FALSE@
1593 USE_LIBTOOL_TRUE = @USE_LIBTOOL_TRUE@
1594 VERSION = @VERSION@ 1807 VERSION = @VERSION@
1595 WITH_CPU_PROFILER_FALSE = @WITH_CPU_PROFILER_FALSE@ 1808 abs_builddir = @abs_builddir@
1596 WITH_CPU_PROFILER_TRUE = @WITH_CPU_PROFILER_TRUE@ 1809 abs_srcdir = @abs_srcdir@
1597 WITH_DEBUGALLOC_FALSE = @WITH_DEBUGALLOC_FALSE@ 1810 abs_top_builddir = @abs_top_builddir@
1598 WITH_DEBUGALLOC_TRUE = @WITH_DEBUGALLOC_TRUE@ 1811 abs_top_srcdir = @abs_top_srcdir@
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@
1609 ac_ct_CC = @ac_ct_CC@ 1812 ac_ct_CC = @ac_ct_CC@
1610 ac_ct_CXX = @ac_ct_CXX@ 1813 ac_ct_CXX = @ac_ct_CXX@
1611 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 1814 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
1612 ac_cv_have_struct_mallinfo = @ac_cv_have_struct_mallinfo@ 1815 ac_cv_have_struct_mallinfo = @ac_cv_have_struct_mallinfo@
1613 acx_pthread_config = @acx_pthread_config@ 1816 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@
1618 am__include = @am__include@ 1817 am__include = @am__include@
1619 am__leading_dot = @am__leading_dot@ 1818 am__leading_dot = @am__leading_dot@
1620 am__quote = @am__quote@ 1819 am__quote = @am__quote@
1621 am__tar = @am__tar@ 1820 am__tar = @am__tar@
1622 am__untar = @am__untar@ 1821 am__untar = @am__untar@
1623 bindir = @bindir@ 1822 bindir = @bindir@
1624 build = @build@ 1823 build = @build@
1625 build_alias = @build_alias@ 1824 build_alias = @build_alias@
1626 build_cpu = @build_cpu@ 1825 build_cpu = @build_cpu@
1627 build_os = @build_os@ 1826 build_os = @build_os@
1628 build_vendor = @build_vendor@ 1827 build_vendor = @build_vendor@
1828 builddir = @builddir@
1629 datadir = @datadir@ 1829 datadir = @datadir@
1630 datarootdir = @datarootdir@ 1830 datarootdir = @datarootdir@
1631 docdir = $(prefix)/share/doc/$(PACKAGE)-$(VERSION) 1831 docdir = $(prefix)/share/doc/$(PACKAGE)-$(VERSION)
1632 dvidir = @dvidir@ 1832 dvidir = @dvidir@
1633 exec_prefix = @exec_prefix@ 1833 exec_prefix = @exec_prefix@
1634 host = @host@ 1834 host = @host@
1635 host_alias = @host_alias@ 1835 host_alias = @host_alias@
1636 host_cpu = @host_cpu@ 1836 host_cpu = @host_cpu@
1637 host_os = @host_os@ 1837 host_os = @host_os@
1638 host_vendor = @host_vendor@ 1838 host_vendor = @host_vendor@
1639 htmldir = @htmldir@ 1839 htmldir = @htmldir@
1640 includedir = @includedir@ 1840 includedir = @includedir@
1641 infodir = @infodir@ 1841 infodir = @infodir@
1642 install_sh = @install_sh@ 1842 install_sh = @install_sh@
1643 libdir = @libdir@ 1843 libdir = @libdir@
1644 libexecdir = @libexecdir@ 1844 libexecdir = @libexecdir@
1645 localedir = @localedir@ 1845 localedir = @localedir@
1646 localstatedir = @localstatedir@ 1846 localstatedir = @localstatedir@
1647 lt_ECHO = @lt_ECHO@ 1847 lt_ECHO = @lt_ECHO@
1648 mandir = @mandir@ 1848 mandir = @mandir@
1649 mkdir_p = @mkdir_p@ 1849 mkdir_p = @mkdir_p@
1650 oldincludedir = @oldincludedir@ 1850 oldincludedir = @oldincludedir@
1651 pdfdir = @pdfdir@ 1851 pdfdir = @pdfdir@
1652 prefix = @prefix@ 1852 prefix = @prefix@
1653 program_transform_name = @program_transform_name@ 1853 program_transform_name = @program_transform_name@
1654 psdir = @psdir@ 1854 psdir = @psdir@
1655 sbindir = @sbindir@ 1855 sbindir = @sbindir@
1656 sharedstatedir = @sharedstatedir@ 1856 sharedstatedir = @sharedstatedir@
1857 srcdir = @srcdir@
1657 sysconfdir = @sysconfdir@ 1858 sysconfdir = @sysconfdir@
1658 target_alias = @target_alias@ 1859 target_alias = @target_alias@
1860 top_build_prefix = @top_build_prefix@
1861 top_builddir = @top_builddir@
1862 top_srcdir = @top_srcdir@
1659 1863
1660 # Make sure that when we re-make ./configure, we get the macros we need 1864 # Make sure that when we re-make ./configure, we get the macros we need
1661 ACLOCAL_AMFLAGS = -I m4 1865 ACLOCAL_AMFLAGS = -I m4
1662 1866
1663 # This is so we can #include <google/foo> 1867 # This is so we can #include <gperftools/foo>
1664 AM_CPPFLAGS = -I$(top_srcdir)/src $(am__append_1) 1868 AM_CPPFLAGS = -I$(top_srcdir)/src $(am__append_1)
1665 1869
1666 # This is mostly based on configure options 1870 # This is mostly based on configure options
1667 AM_CXXFLAGS = $(am__append_2) $(am__append_3) $(am__append_4) \ 1871 AM_CXXFLAGS = $(am__append_2) $(am__append_3) $(am__append_4) \
1668 » $(am__append_5) 1872 » $(am__append_5) $(am__append_6)
1669 1873
1670 # The -no-undefined flag allows libtool to generate shared libraries for 1874 # The -no-undefined flag allows libtool to generate shared libraries for
1671 # Cygwin and MinGW. LIBSTDCXX_LA_LINKER_FLAG is used to fix a Solaris bug. 1875 # Cygwin and MinGW. LIBSTDCXX_LA_LINKER_FLAG is used to fix a Solaris bug.
1672 AM_LDFLAGS = -no-undefined $(LIBSTDCXX_LA_LINKER_FLAG) 1876 AM_LDFLAGS = -no-undefined $(LIBSTDCXX_LA_LINKER_FLAG)
1673 @GCC_FALSE@NO_EXCEPTIONS = 1877 @GCC_FALSE@NO_EXCEPTIONS =
1674 1878
1675 # We know our low-level code cannot trigger an exception. On some 1879 # We know our low-level code cannot trigger an exception. On some
1676 # systems, such as cygwin, it would be disastrous if they did, because 1880 # systems, such as cygwin, it would be disastrous if they did, because
1677 # the exception handler might call malloc! If our low-level routines 1881 # the exception handler might call malloc! If our low-level routines
1678 # raised an exception within the malloc, they'd deadlock. Luckily, 1882 # raised an exception within the malloc, they'd deadlock. Luckily,
1679 # we control all this code, and do not need exceptions for it. 1883 # we control all this code, and do not need exceptions for it.
1680 @GCC_TRUE@NO_EXCEPTIONS = -fno-exceptions 1884 @GCC_TRUE@NO_EXCEPTIONS = -fno-exceptions
1681 1885
1682 # For windows systems (at least, mingw), we need to tell all our 1886 # For windows systems (at least, mingw), we need to tell all our
1683 # tests to link in libtcmalloc using -u. This is because libtcmalloc 1887 # tests to link in libtcmalloc using -u. This is because libtcmalloc
1684 # accomplishes its tasks via patching, leaving no work for the linker 1888 # accomplishes its tasks via patching, leaving no work for the linker
1685 # to identify, so the linker will ignore libtcmalloc by default unless 1889 # to identify, so the linker will ignore libtcmalloc by default unless
1686 # we explicitly create a dependency via -u. 1890 # we explicitly create a dependency via -u.
1687 TCMALLOC_FLAGS = $(am__append_6) 1891 TCMALLOC_FLAGS = $(am__append_7)
1688 @HAVE_OBJCOPY_WEAKEN_FALSE@WEAKEN = : 1892 @HAVE_OBJCOPY_WEAKEN_FALSE@WEAKEN = :
1689 1893
1690 # If we have objcopy, make malloc/free/etc weak symbols. That way folks 1894 # If we have objcopy, make malloc/free/etc weak symbols. That way folks
1691 # can override our malloc if they want to (they can still use tc_malloc). 1895 # can override our malloc if they want to (they can still use tc_malloc).
1692 # Note: the weird-looking symbols are the c++ memory functions: 1896 # Note: the weird-looking symbols are the c++ memory functions:
1693 # (in order) new, new(nothrow), new[], new[](nothrow), delete, delete[] 1897 # (in order) new, new(nothrow), new[], new[](nothrow), delete, delete[]
1694 # In theory this will break if mangling changes, but that seems pretty 1898 # In theory this will break if mangling changes, but that seems pretty
1695 # unlikely at this point. Just in case, I throw in versions with an 1899 # unlikely at this point. Just in case, I throw in versions with an
1696 # extra underscore as well, which may help on OS X. 1900 # extra underscore as well, which may help on OS X.
1697 @HAVE_OBJCOPY_WEAKEN_TRUE@WEAKEN = $(OBJCOPY) -W malloc -W free -W realloc -W ca lloc -W cfree \ 1901 @HAVE_OBJCOPY_WEAKEN_TRUE@WEAKEN = $(OBJCOPY) -W malloc -W free -W realloc -W ca lloc -W cfree \
1698 @HAVE_OBJCOPY_WEAKEN_TRUE@ -W memalign -W posix_memalign -W valloc -W pv alloc \ 1902 @HAVE_OBJCOPY_WEAKEN_TRUE@ -W memalign -W posix_memalign -W valloc -W pv alloc \
1699 @HAVE_OBJCOPY_WEAKEN_TRUE@ -W malloc_stats -W mallopt -W mallinfo \ 1903 @HAVE_OBJCOPY_WEAKEN_TRUE@ -W malloc_stats -W mallopt -W mallinfo \
1700 @HAVE_OBJCOPY_WEAKEN_TRUE@ -W _Znwm -W _ZnwmRKSt9nothrow_t -W _Znam -W _ ZnamRKSt9nothrow_t \ 1904 @HAVE_OBJCOPY_WEAKEN_TRUE@ -W _Znwm -W _ZnwmRKSt9nothrow_t -W _Znam -W _ ZnamRKSt9nothrow_t \
1701 @HAVE_OBJCOPY_WEAKEN_TRUE@ -W _ZdlPv -W _ZdaPv \ 1905 @HAVE_OBJCOPY_WEAKEN_TRUE@ -W _ZdlPv -W _ZdaPv \
1702 @HAVE_OBJCOPY_WEAKEN_TRUE@ -W __Znwm -W __ZnwmRKSt9nothrow_t -W __Znam - W __ZnamRKSt9nothrow_t \ 1906 @HAVE_OBJCOPY_WEAKEN_TRUE@ -W __Znwm -W __ZnwmRKSt9nothrow_t -W __Znam - W __ZnamRKSt9nothrow_t \
1703 @HAVE_OBJCOPY_WEAKEN_TRUE@ -W __ZdlPv -W __ZdaPv 1907 @HAVE_OBJCOPY_WEAKEN_TRUE@ -W __ZdlPv -W __ZdaPv
1704 1908
1705 LIBS_TO_WEAKEN = libtcmalloc_minimal.la $(am__append_24) \ 1909 LIBS_TO_WEAKEN = libtcmalloc_minimal.la $(am__append_25) \
1706 » $(am__append_37) $(am__append_54) $(am__append_69) 1910 » $(am__append_38) $(am__append_55) $(am__append_70)
1707 googleincludedir = $(includedir)/google 1911 perftoolsincludedir = $(includedir)/gperftools
1708 # The .h files you want to install (that is, .h files that people 1912 # The .h files you want to install (that is, .h files that people
1709 # who install this package can include in their own applications.) 1913 # who install this package can include in their own applications.)
1710 # We'll add to this later, on a library-by-library basis 1914 # We'll add to this later, on a library-by-library basis
1711 googleinclude_HEADERS = $(am__append_10) \ 1915 perftoolsinclude_HEADERS = $(am__append_11) \
1712 » $(SG_TCMALLOC_MINIMAL_INCLUDES) $(am__append_31) \ 1916 » $(SG_TCMALLOC_MINIMAL_INCLUDES) $(am__append_32) \
1713 » $(am__append_61) 1917 » $(am__append_62)
1714 # tcmalloc.h is a special case, because it's a .h.in file 1918 # tcmalloc.h is a special case, because it's a .h.in file
1715 nodist_googleinclude_HEADERS = src/google/tcmalloc.h 1919 nodist_perftoolsinclude_HEADERS = src/gperftools/tcmalloc.h
1716 noinst_HEADERS = src/google/tcmalloc.h.in 1920 noinst_HEADERS = src/gperftools/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
1717 # This is for HTML and other documentation you want to install. 1938 # This is for HTML and other documentation you want to install.
1718 # Add your documentation files (in doc/) in addition to these 1939 # Add your documentation files (in doc/) in addition to these
1719 # top-level boilerplate files. Also add a TODO file if you have one. 1940 # top-level boilerplate files. Also add a TODO file if you have one.
1720 # We'll add to this later, on a library-by-library basis 1941 # We'll add to this later, on a library-by-library basis
1721 1942
1722 ### Documentation 1943 ### Documentation
1723 1944
1724 # I don't know how to say "distribute the .dot files but don't install them"; 1945 # I don't know how to say "distribute the .dot files but don't install them";
1725 # noinst doesn't seem to work with data. I separate them out anyway, in case 1946 # noinst doesn't seem to work with data. I separate them out anyway, in case
1726 # one day we figure it out. Regardless, installing the dot files isn't the 1947 # one day we figure it out. Regardless, installing the dot files isn't the
1727 # end of the world. 1948 # end of the world.
1728 dist_doc_DATA = AUTHORS COPYING ChangeLog INSTALL NEWS README \ 1949 dist_doc_DATA = AUTHORS COPYING ChangeLog INSTALL NEWS README \
1729 README_windows.txt TODO doc/index.html doc/designstyle.css \ 1950 README_windows.txt TODO doc/index.html doc/designstyle.css \
1730 » $(am__append_13) doc/tcmalloc.html doc/overview.gif \ 1951 » $(am__append_14) doc/tcmalloc.html doc/overview.gif \
1731 doc/pageheap.gif doc/spanmap.gif doc/threadheap.gif \ 1952 doc/pageheap.gif doc/spanmap.gif doc/threadheap.gif \
1732 doc/t-test1.times.txt \ 1953 doc/t-test1.times.txt \
1733 doc/tcmalloc-opspercpusec.vs.threads.1024.bytes.png \ 1954 doc/tcmalloc-opspercpusec.vs.threads.1024.bytes.png \
1734 doc/tcmalloc-opspercpusec.vs.threads.128.bytes.png \ 1955 doc/tcmalloc-opspercpusec.vs.threads.128.bytes.png \
1735 doc/tcmalloc-opspercpusec.vs.threads.131072.bytes.png \ 1956 doc/tcmalloc-opspercpusec.vs.threads.131072.bytes.png \
1736 doc/tcmalloc-opspercpusec.vs.threads.16384.bytes.png \ 1957 doc/tcmalloc-opspercpusec.vs.threads.16384.bytes.png \
1737 doc/tcmalloc-opspercpusec.vs.threads.2048.bytes.png \ 1958 doc/tcmalloc-opspercpusec.vs.threads.2048.bytes.png \
1738 doc/tcmalloc-opspercpusec.vs.threads.256.bytes.png \ 1959 doc/tcmalloc-opspercpusec.vs.threads.256.bytes.png \
1739 doc/tcmalloc-opspercpusec.vs.threads.32768.bytes.png \ 1960 doc/tcmalloc-opspercpusec.vs.threads.32768.bytes.png \
1740 doc/tcmalloc-opspercpusec.vs.threads.4096.bytes.png \ 1961 doc/tcmalloc-opspercpusec.vs.threads.4096.bytes.png \
1741 doc/tcmalloc-opspercpusec.vs.threads.512.bytes.png \ 1962 doc/tcmalloc-opspercpusec.vs.threads.512.bytes.png \
1742 doc/tcmalloc-opspercpusec.vs.threads.64.bytes.png \ 1963 doc/tcmalloc-opspercpusec.vs.threads.64.bytes.png \
1743 doc/tcmalloc-opspercpusec.vs.threads.65536.bytes.png \ 1964 doc/tcmalloc-opspercpusec.vs.threads.65536.bytes.png \
1744 doc/tcmalloc-opspercpusec.vs.threads.8192.bytes.png \ 1965 doc/tcmalloc-opspercpusec.vs.threads.8192.bytes.png \
1745 doc/tcmalloc-opspersec.vs.size.1.threads.png \ 1966 doc/tcmalloc-opspersec.vs.size.1.threads.png \
1746 doc/tcmalloc-opspersec.vs.size.12.threads.png \ 1967 doc/tcmalloc-opspersec.vs.size.12.threads.png \
1747 doc/tcmalloc-opspersec.vs.size.16.threads.png \ 1968 doc/tcmalloc-opspersec.vs.size.16.threads.png \
1748 doc/tcmalloc-opspersec.vs.size.2.threads.png \ 1969 doc/tcmalloc-opspersec.vs.size.2.threads.png \
1749 doc/tcmalloc-opspersec.vs.size.20.threads.png \ 1970 doc/tcmalloc-opspersec.vs.size.20.threads.png \
1750 doc/tcmalloc-opspersec.vs.size.3.threads.png \ 1971 doc/tcmalloc-opspersec.vs.size.3.threads.png \
1751 doc/tcmalloc-opspersec.vs.size.4.threads.png \ 1972 doc/tcmalloc-opspersec.vs.size.4.threads.png \
1752 doc/tcmalloc-opspersec.vs.size.5.threads.png \ 1973 doc/tcmalloc-opspersec.vs.size.5.threads.png \
1753 doc/tcmalloc-opspersec.vs.size.8.threads.png doc/overview.dot \ 1974 doc/tcmalloc-opspersec.vs.size.8.threads.png doc/overview.dot \
1754 doc/pageheap.dot doc/spanmap.dot doc/threadheap.dot \ 1975 doc/pageheap.dot doc/spanmap.dot doc/threadheap.dot \
1755 » $(am__append_51) $(am__append_52) $(am__append_66) 1976 » $(am__append_52) $(am__append_53) $(am__append_67)
1756 1977
1757 # The libraries (.so's) you want to install 1978 # The libraries (.so's) you want to install
1758 # We'll add to this later, on a library-by-library basis 1979 # We'll add to this later, on a library-by-library basis
1759 lib_LTLIBRARIES = libtcmalloc_minimal.la $(am__append_23) \ 1980 lib_LTLIBRARIES = libtcmalloc_minimal.la $(am__append_24) \
1760 » $(am__append_33) $(am__append_53) $(am__append_62) \ 1981 » $(am__append_34) $(am__append_54) $(am__append_63) \
1761 » $(am__append_67) 1982 » $(am__append_68)
1762 # This is for 'convenience libraries' -- basically just a container for sources 1983 # This is for 'convenience libraries' -- basically just a container for sources
1763 1984
1764 ### Making the library 1985 ### Making the library
1765 1986
1766 # As we describe at the top of this file, we want to turn off exceptions 1987 # As we describe at the top of this file, we want to turn off exceptions
1767 # for all files in this library -- except tcmalloc.cc which needs them 1988 # for all files in this library -- except tcmalloc.cc which needs them
1768 # to fulfill its API. Automake doesn't allow per-file CXXFLAGS, so we need 1989 # to fulfill its API. Automake doesn't allow per-file CXXFLAGS, so we need
1769 # to separate into two libraries. 1990 # to separate into two libraries.
1770 noinst_LTLIBRARIES = liblogging.la libsysinfo.la $(am__append_7) \ 1991 noinst_LTLIBRARIES = liblogging.la libsysinfo.la $(am__append_8) \
1771 » $(am__append_9) $(am__append_11) \ 1992 » $(am__append_10) $(am__append_12) \
1772 » libtcmalloc_minimal_internal.la $(am__append_32) 1993 » libtcmalloc_minimal_internal.la $(am__append_33)
1773 WINDOWS_PROJECTS = google-perftools.sln \ 1994
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 \
1774 vsprojects/low_level_alloc_unittest/low_level_alloc_unittest.vcproj \ 2002 vsprojects/low_level_alloc_unittest/low_level_alloc_unittest.vcproj \
1775 » $(am__append_15) \ 2003 » $(am__append_16) \
1776 vsprojects/libtcmalloc_minimal/libtcmalloc_minimal.vcproj \ 2004 vsprojects/libtcmalloc_minimal/libtcmalloc_minimal.vcproj \
1777 vsprojects/tcmalloc_minimal_unittest/tcmalloc_minimal_unittest.vcproj \ 2005 vsprojects/tcmalloc_minimal_unittest/tcmalloc_minimal_unittest.vcproj \
1778 vsprojects/tmu-static/tmu-static.vcproj \ 2006 vsprojects/tmu-static/tmu-static.vcproj \
1779 vsprojects/tcmalloc_minimal_large/tcmalloc_minimal_large_unittest.vcproj \ 2007 vsprojects/tcmalloc_minimal_large/tcmalloc_minimal_large_unittest.vcproj \
1780 vsprojects/addressmap_unittest/addressmap_unittest.vcproj \ 2008 vsprojects/addressmap_unittest/addressmap_unittest.vcproj \
1781 vsprojects/packed-cache_test/packed-cache_test.vcproj \ 2009 vsprojects/packed-cache_test/packed-cache_test.vcproj \
1782 vsprojects/frag_unittest/frag_unittest.vcproj \ 2010 vsprojects/frag_unittest/frag_unittest.vcproj \
1783 vsprojects/markidle_unittest/markidle_unittest.vcproj \ 2011 vsprojects/markidle_unittest/markidle_unittest.vcproj \
1784 vsprojects/current_allocated_bytes_test/current_allocated_bytes_test.vcp roj \ 2012 vsprojects/current_allocated_bytes_test/current_allocated_bytes_test.vcp roj \
1785 vsprojects/malloc_hook_test/malloc_hook_test.vcproj \ 2013 vsprojects/malloc_hook_test/malloc_hook_test.vcproj \
1786 vsprojects/malloc_extension_test/malloc_extension_test.vcproj \ 2014 vsprojects/malloc_extension_test/malloc_extension_test.vcproj \
1787 vsprojects/page_heap_test/page_heap_test.vcproj \ 2015 vsprojects/page_heap_test/page_heap_test.vcproj \
1788 vsprojects/pagemap_unittest/pagemap_unittest.vcproj \ 2016 vsprojects/pagemap_unittest/pagemap_unittest.vcproj \
1789 vsprojects/realloc_unittest/realloc_unittest.vcproj \ 2017 vsprojects/realloc_unittest/realloc_unittest.vcproj \
1790 vsprojects/stack_trace_table_test/stack_trace_table_test.vcproj \ 2018 vsprojects/stack_trace_table_test/stack_trace_table_test.vcproj \
1791 vsprojects/thread_dealloc_unittest/thread_dealloc_unittest.vcproj \ 2019 vsprojects/thread_dealloc_unittest/thread_dealloc_unittest.vcproj \
1792 » $(am__append_42) 2020 » $(am__append_43)
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)
1824 # TESTS_ENVIRONMENT sets environment variables for when you run unittest. 2021 # TESTS_ENVIRONMENT sets environment variables for when you run unittest.
1825 # We always get "srcdir" set for free. 2022 # We always get "srcdir" set for free.
1826 # We'll add to this later, on a library-by-library basis. 2023 # We'll add to this later, on a library-by-library basis.
1827 TESTS_ENVIRONMENT = $(am__append_14) $(am__append_41) 2024 TESTS_ENVIRONMENT = $(am__append_15) $(am__append_42)
1828 # All script tests should be added here 2025 # All script tests should be added here
1829 noinst_SCRIPTS = $(am__append_17) $(am__append_29) $(am__append_43) \ 2026 noinst_SCRIPTS = $(am__append_18) $(am__append_30) $(am__append_44) \
1830 » $(am__append_46) $(am__append_49) $(am__append_64) 2027 » $(am__append_47) $(am__append_50) $(am__append_65)
1831 2028
1832 # This is my own var, used for extra libraries I make that I need installed 2029 # This is my own var, used for extra libraries I make that I need installed
1833 EXTRA_INSTALL = 2030 EXTRA_INSTALL =
1834 2031
1835 ### ------- library routines, in src/base 2032 ### ------- library routines, in src/base
1836 2033
1837 # This is a 'convenience library' -- it's not actually installed or anything 2034 # This is a 'convenience library' -- it's not actually installed or anything
1838 LOGGING_INCLUDES = src/base/logging.h \ 2035 LOGGING_INCLUDES = src/base/logging.h \
1839 src/base/commandlineflags.h \ 2036 src/base/commandlineflags.h \
1840 src/base/basictypes.h \ 2037 src/base/basictypes.h \
1841 src/base/dynamic_annotations.h \ 2038 src/base/dynamic_annotations.h \
1842 src/third_party/valgrind.h 2039 src/third_party/valgrind.h
1843 2040
1844 liblogging_la_SOURCES = src/base/logging.cc \ 2041 liblogging_la_SOURCES = src/base/logging.cc \
1845 src/base/dynamic_annotations.c \ 2042 src/base/dynamic_annotations.c \
1846 $(LOGGING_INCLUDES) 2043 $(LOGGING_INCLUDES)
1847 2044
1848 SYSINFO_INCLUDES = src/base/sysinfo.h \ 2045 SYSINFO_INCLUDES = src/base/sysinfo.h \
1849 src/base/logging.h \ 2046 src/base/logging.h \
1850 src/base/commandlineflags.h \ 2047 src/base/commandlineflags.h \
1851 src/base/cycleclock.h \ 2048 src/base/cycleclock.h \
1852 src/base/arm_instruction_set_select.h \ 2049 src/base/arm_instruction_set_select.h \
1853 src/base/basictypes.h 2050 src/base/basictypes.h
1854 2051
1855 libsysinfo_la_SOURCES = src/base/sysinfo.cc \ 2052 libsysinfo_la_SOURCES = src/base/sysinfo.cc \
1856 $(SYSINFO_INCLUDES) 2053 $(SYSINFO_INCLUDES)
1857 2054
1858 libsysinfo_la_LIBADD = $(NANOSLEEP_LIBS) $(am__append_8) 2055 libsysinfo_la_LIBADD = $(NANOSLEEP_LIBS) $(am__append_9)
1859 2056
1860 # For MinGW, we use also have to use libwindows Luckily, we need the 2057 # For MinGW, we use also have to use libwindows Luckily, we need the
1861 # windows.a library in exactly the same place we need spinlock.a 2058 # windows.a library in exactly the same place we need spinlock.a
1862 # (pretty much everywhere), so we can use the same variable name for 2059 # (pretty much everywhere), so we can use the same variable name for
1863 # each. We can also optimize the MinGW rule a bit by leaving out 2060 # each. We can also optimize the MinGW rule a bit by leaving out
1864 # files we know aren't used on windows, such as 2061 # files we know aren't used on windows, such as
1865 # atomicops-internals-x86.cc. libwindows also obsoletes the need for 2062 # atomicops-internals-x86.cc. libwindows also obsoletes the need for
1866 # other files like system_alloc.cc. 2063 # other files like system_alloc.cc.
1867 @MINGW_TRUE@WINDOWS_INCLUDES = src/windows/port.h \ 2064 @MINGW_TRUE@WINDOWS_INCLUDES = src/windows/port.h \
1868 @MINGW_TRUE@ src/windows/mingw.h \ 2065 @MINGW_TRUE@ src/windows/mingw.h \
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
1910 2107
1911 @MINGW_TRUE@libspinlock_la_SOURCES = src/base/spinlock.cc \ 2108 @MINGW_TRUE@libspinlock_la_SOURCES = src/base/spinlock.cc \
1912 @MINGW_TRUE@ src/base/spinlock_internal.cc \ 2109 @MINGW_TRUE@ src/base/spinlock_internal.cc \
1913 @MINGW_TRUE@ $(SPINLOCK_INCLUDES) 2110 @MINGW_TRUE@ $(SPINLOCK_INCLUDES)
1914 2111
1915 # spinlock also needs NumCPUs, from libsysinfo, which in turn needs liblogging 2112 # spinlock also needs NumCPUs, from libsysinfo, which in turn needs liblogging
1916 @MINGW_FALSE@LIBSPINLOCK = libspinlock.la libsysinfo.la liblogging.la 2113 @MINGW_FALSE@LIBSPINLOCK = libspinlock.la libsysinfo.la liblogging.la
1917 @MINGW_TRUE@LIBSPINLOCK = libwindows.la libspinlock.la libsysinfo.la liblogging. la 2114 @MINGW_TRUE@LIBSPINLOCK = libwindows.la libspinlock.la libsysinfo.la liblogging. la
1918 @MINGW_FALSE@TCMALLOC_CC = src/tcmalloc.cc 2115 @MINGW_FALSE@TCMALLOC_CC = src/tcmalloc.cc
1919 2116
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
1920 # patch_functions.cc #includes tcmalloc.cc, so no need to link it in. 2120 # patch_functions.cc #includes tcmalloc.cc, so no need to link it in.
1921 @MINGW_TRUE@TCMALLOC_CC = 2121 @MINGW_TRUE@TCMALLOC_CC =
1922 @MINGW_FALSE@MAYBE_THREADS_CC = src/maybe_threads.cc 2122 @MINGW_FALSE@MAYBE_THREADS_CC = src/maybe_threads.cc
1923 # windows has its own system for threads and system memory allocation. 2123 # windows has its own system for threads and system memory allocation.
1924 @MINGW_TRUE@MAYBE_THREADS_CC = 2124 @MINGW_TRUE@MAYBE_THREADS_CC =
1925 @MINGW_FALSE@SYSTEM_ALLOC_CC = src/system-alloc.cc 2125 @MINGW_FALSE@SYSTEM_ALLOC_CC = src/system-alloc.cc
1926 @MINGW_TRUE@SYSTEM_ALLOC_CC = 2126 @MINGW_TRUE@SYSTEM_ALLOC_CC =
1927 @MINGW_FALSE@libspinlock_la_LIBADD = $(NANOSLEEP_LIBS) 2127 @MINGW_FALSE@libspinlock_la_LIBADD = $(NANOSLEEP_LIBS)
1928 LOW_LEVEL_ALLOC_UNITTEST_INCLUDES = src/base/low_level_alloc.h \ 2128 LOW_LEVEL_ALLOC_UNITTEST_INCLUDES = src/base/low_level_alloc.h \
1929 src/base/basictypes.h \ 2129 src/base/basictypes.h \
1930 src/google/malloc_hook.h \ 2130 src/gperftools/malloc_hook.h \
1931 src/google/malloc_hook_c.h \ 2131 src/gperftools/malloc_hook_c.h \
1932 src/malloc_hook-inl.h \ 2132 src/malloc_hook-inl.h \
1933 src/malloc_hook_mmap_linux.h \ 2133 src/malloc_hook_mmap_linux.h \
1934 src/malloc_hook_mmap_freebsd.h \ 2134 src/malloc_hook_mmap_freebsd.h \
1935 $(SPINLOCK_INCLUDES) \ 2135 $(SPINLOCK_INCLUDES) \
1936 $(LOGGING_INCLUDES) 2136 $(LOGGING_INCLUDES)
1937 2137
1938 low_level_alloc_unittest_SOURCES = src/base/low_level_alloc.cc \ 2138 low_level_alloc_unittest_SOURCES = src/base/low_level_alloc.cc \
1939 src/malloc_hook.cc \ 2139 src/malloc_hook.cc \
1940 $(MAYBE_THREADS_CC) \ 2140 $(MAYBE_THREADS_CC) \
1941 src/tests/low_level_alloc_unittest.cc \ 2141 src/tests/low_level_alloc_unittest.cc \
(...skipping 13 matching lines...) Expand all
1955 $(ATOMICOPS_UNITTEST_INCLUDES) 2155 $(ATOMICOPS_UNITTEST_INCLUDES)
1956 2156
1957 atomicops_unittest_LDADD = $(LIBSPINLOCK) 2157 atomicops_unittest_LDADD = $(LIBSPINLOCK)
1958 2158
1959 ### ------- stack trace 2159 ### ------- stack trace
1960 2160
1961 ### The header files we use. We divide into categories based on directory 2161 ### The header files we use. We divide into categories based on directory
1962 @WITH_STACK_TRACE_TRUE@S_STACKTRACE_INCLUDES = src/stacktrace_config.h \ 2162 @WITH_STACK_TRACE_TRUE@S_STACKTRACE_INCLUDES = src/stacktrace_config.h \
1963 @WITH_STACK_TRACE_TRUE@ src/stacktrace_generic-inl.h \ 2163 @WITH_STACK_TRACE_TRUE@ src/stacktrace_generic-inl.h \
1964 @WITH_STACK_TRACE_TRUE@ src/stacktrace_libunwind-inl.h \ 2164 @WITH_STACK_TRACE_TRUE@ src/stacktrace_libunwind-inl.h \
1965 @WITH_STACK_TRACE_TRUE@»» » src/stacktrace_nacl-inl.h \ 2165 @WITH_STACK_TRACE_TRUE@»» » src/stacktrace_arm-inl.h \
1966 @WITH_STACK_TRACE_TRUE@ src/stacktrace_powerpc-inl.h \ 2166 @WITH_STACK_TRACE_TRUE@ src/stacktrace_powerpc-inl.h \
1967 @WITH_STACK_TRACE_TRUE@ src/stacktrace_x86_64-inl.h \
1968 @WITH_STACK_TRACE_TRUE@ src/stacktrace_x86-inl.h \ 2167 @WITH_STACK_TRACE_TRUE@ src/stacktrace_x86-inl.h \
1969 @WITH_STACK_TRACE_TRUE@ src/stacktrace_win32-inl.h \ 2168 @WITH_STACK_TRACE_TRUE@ src/stacktrace_win32-inl.h \
1970 @WITH_STACK_TRACE_TRUE@ src/base/elf_mem_image.h \ 2169 @WITH_STACK_TRACE_TRUE@ src/base/elf_mem_image.h \
1971 @WITH_STACK_TRACE_TRUE@ src/base/vdso_support.h 2170 @WITH_STACK_TRACE_TRUE@ src/base/vdso_support.h
1972 2171
1973 @WITH_STACK_TRACE_TRUE@SG_STACKTRACE_INCLUDES = src/google/stacktrace.h 2172 @WITH_STACK_TRACE_TRUE@SG_STACKTRACE_INCLUDES = src/gperftools/stacktrace.h
1974 @WITH_STACK_TRACE_TRUE@STACKTRACE_INCLUDES = $(S_STACKTRACE_INCLUDES) $(SG_STACK TRACE_INCLUDES) 2173 @WITH_STACK_TRACE_TRUE@STACKTRACE_INCLUDES = $(S_STACKTRACE_INCLUDES) $(SG_STACK TRACE_INCLUDES)
1975 @WITH_STACK_TRACE_TRUE@libstacktrace_la_SOURCES = src/stacktrace.cc \ 2174 @WITH_STACK_TRACE_TRUE@libstacktrace_la_SOURCES = src/stacktrace.cc \
1976 @WITH_STACK_TRACE_TRUE@ src/base/elf_mem_image.cc \ 2175 @WITH_STACK_TRACE_TRUE@ src/base/elf_mem_image.cc \
1977 @WITH_STACK_TRACE_TRUE@ src/base/vdso_support.cc \ 2176 @WITH_STACK_TRACE_TRUE@ src/base/vdso_support.cc \
1978 @WITH_STACK_TRACE_TRUE@ $(STACKTRACE_INCLUDES) 2177 @WITH_STACK_TRACE_TRUE@ $(STACKTRACE_INCLUDES)
1979 2178
1980 @WITH_STACK_TRACE_TRUE@libstacktrace_la_LIBADD = $(UNWIND_LIBS) $(LIBSPINLOCK) 2179 @WITH_STACK_TRACE_TRUE@libstacktrace_la_LIBADD = $(UNWIND_LIBS) $(LIBSPINLOCK)
1981 @WITH_STACK_TRACE_TRUE@STACKTRACE_SYMBOLS = '(GetStackTrace|GetStackFrames|GetSt ackTraceWithContext|GetStackFramesWithContext)' 2180 @WITH_STACK_TRACE_TRUE@STACKTRACE_SYMBOLS = '(GetStackTrace|GetStackFrames|GetSt ackTraceWithContext|GetStackFramesWithContext)'
1982 @WITH_STACK_TRACE_TRUE@libstacktrace_la_LDFLAGS = -export-symbols-regex $(STACKT RACE_SYMBOLS) 2181 @WITH_STACK_TRACE_TRUE@libstacktrace_la_LDFLAGS = -export-symbols-regex $(STACKT RACE_SYMBOLS)
1983 @WITH_STACK_TRACE_TRUE@STACKTRACE_UNITTEST_INLCUDES = src/config_for_unittests.h \ 2182 @WITH_STACK_TRACE_TRUE@STACKTRACE_UNITTEST_INCLUDES = src/config_for_unittests.h \
1984 @WITH_STACK_TRACE_TRUE@ src/base/commandlineflags. h \ 2183 @WITH_STACK_TRACE_TRUE@ src/base/commandlineflags. h \
1985 @WITH_STACK_TRACE_TRUE@ $(STACKTRACE_INCLUDES) \ 2184 @WITH_STACK_TRACE_TRUE@ $(STACKTRACE_INCLUDES) \
1986 @WITH_STACK_TRACE_TRUE@ $(LOGGING_INCLUDES) 2185 @WITH_STACK_TRACE_TRUE@ $(LOGGING_INCLUDES)
1987 2186
1988 @WITH_STACK_TRACE_TRUE@stacktrace_unittest_SOURCES = src/tests/stacktrace_unitte st.cc \ 2187 @WITH_STACK_TRACE_TRUE@stacktrace_unittest_SOURCES = src/tests/stacktrace_unitte st.cc \
1989 @WITH_STACK_TRACE_TRUE@ $(STACKTRACE_UNITTEST_INLCU DES) 2188 @WITH_STACK_TRACE_TRUE@ $(STACKTRACE_UNITTEST_INCLU DES)
1990 2189
1991 @WITH_STACK_TRACE_TRUE@stacktrace_unittest_LDADD = libstacktrace.la liblogging.l a 2190 @WITH_STACK_TRACE_TRUE@stacktrace_unittest_LDADD = libstacktrace.la liblogging.l a
1992 2191
1993 ### ------- pprof 2192 ### ------- pprof
1994 2193
1995 # If we are not compiling with stacktrace support, pprof is worthless 2194 # If we are not compiling with stacktrace support, pprof is worthless
1996 @WITH_STACK_TRACE_TRUE@bin_SCRIPTS = src/pprof 2195 @WITH_STACK_TRACE_TRUE@bin_SCRIPTS = src/pprof
1997 2196
1998 ### Unittests 2197 ### Unittests
1999 @WITH_STACK_TRACE_TRUE@check_SCRIPTS = pprof_unittest 2198 @WITH_STACK_TRACE_TRUE@check_SCRIPTS = pprof_unittest
(...skipping 27 matching lines...) Expand all
2027 src/static_vars.h \ 2226 src/static_vars.h \
2028 src/symbolize.h \ 2227 src/symbolize.h \
2029 src/thread_cache.h \ 2228 src/thread_cache.h \
2030 src/stack_trace_table.h \ 2229 src/stack_trace_table.h \
2031 src/base/thread_annotations.h \ 2230 src/base/thread_annotations.h \
2032 src/malloc_hook-inl.h \ 2231 src/malloc_hook-inl.h \
2033 src/malloc_hook_mmap_linux.h \ 2232 src/malloc_hook_mmap_linux.h \
2034 src/malloc_hook_mmap_freebsd.h \ 2233 src/malloc_hook_mmap_freebsd.h \
2035 src/maybe_threads.h 2234 src/maybe_threads.h
2036 2235
2037 SG_TCMALLOC_MINIMAL_INCLUDES = src/google/malloc_hook.h \ 2236 SG_TCMALLOC_MINIMAL_INCLUDES = src/gperftools/malloc_hook.h \
2038 src/google/malloc_hook_c.h \ 2237 src/gperftools/malloc_hook_c.h \
2039 src/google/malloc_extension.h \ 2238 src/gperftools/malloc_extension.h \
2040 src/google/malloc_extension_c.h \ 2239 src/gperftools/malloc_extension_c.h \
2041 src/google/stacktrace.h 2240 src/gperftools/stacktrace.h
2042 2241
2043 TCMALLOC_MINIMAL_INCLUDES = $(S_TCMALLOC_MINIMAL_INCLUDES) $(SG_TCMALLOC_MINIMAL _INCLUDES) 2242 TCMALLOC_MINIMAL_INCLUDES = $(S_TCMALLOC_MINIMAL_INCLUDES) $(SG_TCMALLOC_MINIMAL _INCLUDES)
2044 libtcmalloc_minimal_internal_la_SOURCES = src/common.cc \ 2243 libtcmalloc_minimal_internal_la_SOURCES = src/common.cc \
2045 src/internal_logging.cc \ 2244 src/internal_logging.cc \
2046 $(SYSTEM_ALLOC_CC) \ 2245 $(SYSTEM_ALLOC_CC) \
2047 src/memfs_malloc.cc \ 2246 src/memfs_malloc.cc \
2048 src/central_freelist.cc \ 2247 src/central_freelist.cc \
2049 src/page_heap.cc \ 2248 src/page_heap.cc \
2050 src/sampler.cc \ 2249 src/sampler.cc \
2051 src/span.cc \ 2250 src/span.cc \
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
2099 tcmalloc_minimal_large_unittest_SOURCES = src/tests/tcmalloc_large_unittest.cc 2298 tcmalloc_minimal_large_unittest_SOURCES = src/tests/tcmalloc_large_unittest.cc
2100 tcmalloc_minimal_large_unittest_CXXFLAGS = $(PTHREAD_CFLAGS) $(AM_CXXFLAGS) 2299 tcmalloc_minimal_large_unittest_CXXFLAGS = $(PTHREAD_CFLAGS) $(AM_CXXFLAGS)
2101 tcmalloc_minimal_large_unittest_LDFLAGS = $(PTHREAD_CFLAGS) $(TCMALLOC_FLAGS) 2300 tcmalloc_minimal_large_unittest_LDFLAGS = $(PTHREAD_CFLAGS) $(TCMALLOC_FLAGS)
2102 tcmalloc_minimal_large_unittest_LDADD = $(LIBTCMALLOC_MINIMAL) $(PTHREAD_LIBS) 2301 tcmalloc_minimal_large_unittest_LDADD = $(LIBTCMALLOC_MINIMAL) $(PTHREAD_LIBS)
2103 @ENABLE_STATIC_FALSE@@MINGW_FALSE@maybe_threads_unittest_sh_SOURCES = src/tests/ maybe_threads_unittest.sh 2302 @ENABLE_STATIC_FALSE@@MINGW_FALSE@maybe_threads_unittest_sh_SOURCES = src/tests/ maybe_threads_unittest.sh
2104 ADDRESSMAP_UNITTEST_INCLUDES = src/addressmap-inl.h \ 2303 ADDRESSMAP_UNITTEST_INCLUDES = src/addressmap-inl.h \
2105 src/base/commandlineflags.h \ 2304 src/base/commandlineflags.h \
2106 $(LOGGING_INCLUDES) 2305 $(LOGGING_INCLUDES)
2107 2306
2108 addressmap_unittest_SOURCES = src/tests/addressmap_unittest.cc \ 2307 addressmap_unittest_SOURCES = src/tests/addressmap_unittest.cc \
2109 » $(ADDRESSMAP_UNITTEST_INCLUDES) $(am__append_18) 2308 » $(ADDRESSMAP_UNITTEST_INCLUDES) $(am__append_19)
2110 addressmap_unittest_CXXFLAGS = -g $(AM_CXXFLAGS) 2309 addressmap_unittest_CXXFLAGS = -g $(AM_CXXFLAGS)
2111 addressmap_unittest_LDADD = liblogging.la 2310 addressmap_unittest_LDADD = liblogging.la
2112 @MINGW_FALSE@system_alloc_unittest_SOURCES = src/config_for_unittests.h \ 2311 @MINGW_FALSE@system_alloc_unittest_SOURCES = src/config_for_unittests.h \
2113 @MINGW_FALSE@ src/tests/system-alloc_unittest.cc 2312 @MINGW_FALSE@ src/tests/system-alloc_unittest.cc
2114 2313
2115 @MINGW_FALSE@system_alloc_unittest_CXXFLAGS = $(PTHREAD_CFLAGS) $(AM_CXXFLAGS) 2314 @MINGW_FALSE@system_alloc_unittest_CXXFLAGS = $(PTHREAD_CFLAGS) $(AM_CXXFLAGS)
2116 @MINGW_FALSE@system_alloc_unittest_LDFLAGS = $(PTHREAD_CFLAGS) $(TCMALLOC_FLAGS) 2315 @MINGW_FALSE@system_alloc_unittest_LDFLAGS = $(PTHREAD_CFLAGS) $(TCMALLOC_FLAGS)
2117 @MINGW_FALSE@system_alloc_unittest_LDADD = $(LIBTCMALLOC_MINIMAL) $(PTHREAD_LIBS ) 2316 @MINGW_FALSE@system_alloc_unittest_LDADD = $(LIBTCMALLOC_MINIMAL) $(PTHREAD_LIBS )
2118 packed_cache_test_SOURCES = src/tests/packed-cache_test.cc 2317 packed_cache_test_SOURCES = src/tests/packed-cache_test.cc
2119 packed_cache_test_CXXFLAGS = $(PTHREAD_CFLAGS) $(AM_CXXFLAGS) 2318 packed_cache_test_CXXFLAGS = $(PTHREAD_CFLAGS) $(AM_CXXFLAGS)
(...skipping 12 matching lines...) Expand all
2132 markidle_unittest_LDADD = $(LIBTCMALLOC_MINIMAL) $(PTHREAD_LIBS) 2331 markidle_unittest_LDADD = $(LIBTCMALLOC_MINIMAL) $(PTHREAD_LIBS)
2133 current_allocated_bytes_test_SOURCES = src/tests/current_allocated_bytes_test.cc \ 2332 current_allocated_bytes_test_SOURCES = src/tests/current_allocated_bytes_test.cc \
2134 src/config_for_unittests.h 2333 src/config_for_unittests.h
2135 2334
2136 current_allocated_bytes_test_CXXFLAGS = $(PTHREAD_CFLAGS) $(AM_CXXFLAGS) 2335 current_allocated_bytes_test_CXXFLAGS = $(PTHREAD_CFLAGS) $(AM_CXXFLAGS)
2137 current_allocated_bytes_test_LDFLAGS = $(PTHREAD_CFLAGS) $(TCMALLOC_FLAGS) 2336 current_allocated_bytes_test_LDFLAGS = $(PTHREAD_CFLAGS) $(TCMALLOC_FLAGS)
2138 current_allocated_bytes_test_LDADD = $(LIBTCMALLOC_MINIMAL) $(PTHREAD_LIBS) 2337 current_allocated_bytes_test_LDADD = $(LIBTCMALLOC_MINIMAL) $(PTHREAD_LIBS)
2139 malloc_hook_test_SOURCES = src/tests/malloc_hook_test.cc \ 2338 malloc_hook_test_SOURCES = src/tests/malloc_hook_test.cc \
2140 src/config_for_unittests.h \ 2339 src/config_for_unittests.h \
2141 src/base/logging.h \ 2340 src/base/logging.h \
2142 src/google/malloc_hook.h \ 2341 src/gperftools/malloc_hook.h \
2143 src/tests/testutil.h src/tests/testutil.cc 2342 src/tests/testutil.h src/tests/testutil.cc
2144 2343
2145 malloc_hook_test_CXXFLAGS = $(PTHREAD_CFLAGS) $(AM_CXXFLAGS) 2344 malloc_hook_test_CXXFLAGS = $(PTHREAD_CFLAGS) $(AM_CXXFLAGS)
2146 malloc_hook_test_LDFLAGS = $(PTHREAD_CFLAGS) $(TCMALLOC_FLAGS) 2345 malloc_hook_test_LDFLAGS = $(PTHREAD_CFLAGS) $(TCMALLOC_FLAGS)
2147 malloc_hook_test_LDADD = $(LIBTCMALLOC_MINIMAL) $(PTHREAD_LIBS) 2346 malloc_hook_test_LDADD = $(LIBTCMALLOC_MINIMAL) $(PTHREAD_LIBS)
2148 malloc_extension_test_SOURCES = src/tests/malloc_extension_test.cc \ 2347 malloc_extension_test_SOURCES = src/tests/malloc_extension_test.cc \
2149 src/config_for_unittests.h \ 2348 src/config_for_unittests.h \
2150 src/base/logging.h \ 2349 src/base/logging.h \
2151 src/google/malloc_extension.h \ 2350 src/gperftools/malloc_extension.h \
2152 src/google/malloc_extension_c.h 2351 src/gperftools/malloc_extension_c.h
2153 2352
2154 malloc_extension_test_CXXFLAGS = $(PTHREAD_CFLAGS) $(AM_CXXFLAGS) 2353 malloc_extension_test_CXXFLAGS = $(PTHREAD_CFLAGS) $(AM_CXXFLAGS)
2155 malloc_extension_test_LDFLAGS = $(PTHREAD_CFLAGS) $(TCMALLOC_FLAGS) 2354 malloc_extension_test_LDFLAGS = $(PTHREAD_CFLAGS) $(TCMALLOC_FLAGS)
2156 malloc_extension_test_LDADD = $(LIBTCMALLOC_MINIMAL) $(PTHREAD_LIBS) 2355 malloc_extension_test_LDADD = $(LIBTCMALLOC_MINIMAL) $(PTHREAD_LIBS)
2157 @ENABLE_STATIC_FALSE@@MINGW_FALSE@malloc_extension_c_test_SOURCES = src/tests/ma lloc_extension_c_test.c \ 2356 @ENABLE_STATIC_FALSE@@MINGW_FALSE@malloc_extension_c_test_SOURCES = src/tests/ma lloc_extension_c_test.c \
2158 @ENABLE_STATIC_FALSE@@MINGW_FALSE@ src/google/m alloc_extension.h \ 2357 @ENABLE_STATIC_FALSE@@MINGW_FALSE@ src/gperftoo ls/malloc_extension.h \
2159 @ENABLE_STATIC_FALSE@@MINGW_FALSE@ src/google/m alloc_extension_c.h 2358 @ENABLE_STATIC_FALSE@@MINGW_FALSE@ src/gperftoo ls/malloc_extension_c.h
2160 2359
2161 @ENABLE_STATIC_FALSE@@MINGW_FALSE@malloc_extension_c_test_CFLAGS = \ 2360 @ENABLE_STATIC_FALSE@@MINGW_FALSE@malloc_extension_c_test_CFLAGS = \
2162 @ENABLE_STATIC_FALSE@@MINGW_FALSE@ $(PTHREAD_CFLAGS) \ 2361 @ENABLE_STATIC_FALSE@@MINGW_FALSE@ $(PTHREAD_CFLAGS) \
2163 @ENABLE_STATIC_FALSE@@MINGW_FALSE@ $(AM_CFLAGS) \ 2362 @ENABLE_STATIC_FALSE@@MINGW_FALSE@ $(AM_CFLAGS) \
2164 @ENABLE_STATIC_FALSE@@MINGW_FALSE@» $(am__append_21) 2363 @ENABLE_STATIC_FALSE@@MINGW_FALSE@» $(am__append_22)
2165 @ENABLE_STATIC_FALSE@@MINGW_FALSE@malloc_extension_c_test_LDFLAGS = $(PTHREAD_CF LAGS) $(TCMALLOC_FLAGS) 2364 @ENABLE_STATIC_FALSE@@MINGW_FALSE@malloc_extension_c_test_LDFLAGS = $(PTHREAD_CF LAGS) $(TCMALLOC_FLAGS)
2166 @ENABLE_STATIC_FALSE@@MINGW_FALSE@malloc_extension_c_test_LDADD = $(LIBTCMALLOC_ MINIMAL) $(PTHREAD_LIBS) 2365 @ENABLE_STATIC_FALSE@@MINGW_FALSE@malloc_extension_c_test_LDADD = $(LIBTCMALLOC_ MINIMAL) $(PTHREAD_LIBS)
2167 @MINGW_FALSE@@OSX_FALSE@memalign_unittest_SOURCES = src/tests/memalign_unittest. cc \ 2366 @MINGW_FALSE@@OSX_FALSE@memalign_unittest_SOURCES = src/tests/memalign_unittest. cc \
2168 @MINGW_FALSE@@OSX_FALSE@ src/tcmalloc.h \ 2367 @MINGW_FALSE@@OSX_FALSE@ src/tcmalloc.h \
2169 @MINGW_FALSE@@OSX_FALSE@ src/config_for_unittests.h \ 2368 @MINGW_FALSE@@OSX_FALSE@ src/config_for_unittests.h \
2170 @MINGW_FALSE@@OSX_FALSE@ src/tests/testutil.h src/tes ts/testutil.cc 2369 @MINGW_FALSE@@OSX_FALSE@ src/tests/testutil.h src/tes ts/testutil.cc
2171 2370
2172 @MINGW_FALSE@@OSX_FALSE@memalign_unittest_CXXFLAGS = $(PTHREAD_CFLAGS) $(AM_CXXF LAGS) 2371 @MINGW_FALSE@@OSX_FALSE@memalign_unittest_CXXFLAGS = $(PTHREAD_CFLAGS) $(AM_CXXF LAGS)
2173 @MINGW_FALSE@@OSX_FALSE@memalign_unittest_LDFLAGS = $(PTHREAD_CFLAGS) $(TCMALLOC _FLAGS) 2372 @MINGW_FALSE@@OSX_FALSE@memalign_unittest_LDFLAGS = $(PTHREAD_CFLAGS) $(TCMALLOC _FLAGS)
2174 @MINGW_FALSE@@OSX_FALSE@memalign_unittest_LDADD = $(LIBTCMALLOC_MINIMAL) $(PTHRE AD_LIBS) 2373 @MINGW_FALSE@@OSX_FALSE@memalign_unittest_LDADD = $(LIBTCMALLOC_MINIMAL) $(PTHRE AD_LIBS)
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
2254 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ src/base/elfcore.h \ 2453 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ src/base/elfcore.h \
2255 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ src/base/googleinit.h \ 2454 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ src/base/googleinit.h \
2256 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ src/base/linux_syscall _support.h \ 2455 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ src/base/linux_syscall _support.h \
2257 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ src/base/linuxthreads. h \ 2456 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ src/base/linuxthreads. h \
2258 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ src/base/stl_allocator .h \ 2457 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ src/base/stl_allocator .h \
2259 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ src/base/sysinfo.h \ 2458 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ src/base/sysinfo.h \
2260 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ src/base/thread_lister .h \ 2459 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ src/base/thread_lister .h \
2261 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ src/heap-profile-table .h 2460 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ src/heap-profile-table .h
2262 2461
2263 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@SG_TCMALLOC_INCLUDES = $(SG_TCMALLOC_MINIMAL _INCLUDES) \ 2462 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@SG_TCMALLOC_INCLUDES = $(SG_TCMALLOC_MINIMAL _INCLUDES) \
2264 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ src/google/heap-profi ler.h \ 2463 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ src/gperftools/heap-p rofiler.h \
2265 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ src/google/heap-check er.h 2464 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ src/gperftools/heap-c hecker.h
2266 2465
2267 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@TCMALLOC_INCLUDES = $(S_TCMALLOC_INCLUDES) $ (SG_TCMALLOC_INCLUDES) 2466 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@TCMALLOC_INCLUDES = $(S_TCMALLOC_INCLUDES) $ (SG_TCMALLOC_INCLUDES)
2268 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@libtcmalloc_internal_la_SOURCES = $(libtcmal loc_minimal_internal_la_SOURCES) \ 2467 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@libtcmalloc_internal_la_SOURCES = $(libtcmal loc_minimal_internal_la_SOURCES) \
2269 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(TCMALLOC _INCLUDES) \ 2468 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(TCMALLOC _INCLUDES) \
2270 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ src/base/l ow_level_alloc.cc \ 2469 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ src/base/l ow_level_alloc.cc \
2271 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ src/heap-p rofile-table.cc \ 2470 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ src/heap-p rofile-table.cc \
2272 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ src/heap-p rofiler.cc \ 2471 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ src/heap-p rofiler.cc \
2273 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ src/raw_pr inter.cc \ 2472 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ src/raw_pr inter.cc \
2274 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ src/memory _region_map.cc 2473 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ src/memory _region_map.cc
2275 2474
2276 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@libtcmalloc_internal_la_CXXFLAGS = \ 2475 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@libtcmalloc_internal_la_CXXFLAGS = \
2277 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(PTHREAD_CFLAGS) -DNDEBUG \ 2476 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(PTHREAD_CFLAGS) -DNDEBUG \
2278 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(AM_CXXFLAGS) \ 2477 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(AM_CXXFLAGS) \
2279 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(NO_EXCEPTIONS) \ 2478 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(NO_EXCEPTIONS) \
2280 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@» $(am__append_35) 2479 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@» $(am__append_36)
2281 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@libtcmalloc_internal_la_LDFLAGS = $(PTHREAD_ CFLAGS) 2480 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@libtcmalloc_internal_la_LDFLAGS = $(PTHREAD_ CFLAGS)
2282 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@libtcmalloc_internal_la_LIBADD = libstacktra ce.la $(PTHREAD_LIBS) 2481 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@libtcmalloc_internal_la_LIBADD = libstacktra ce.la $(PTHREAD_LIBS)
2283 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@libtcmalloc_la_SOURCES = \ 2482 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@libtcmalloc_la_SOURCES = \
2284 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(TCMALLOC_CC) \ 2483 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(TCMALLOC_CC) \
2285 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(TCMALLOC_INCLUDES) \ 2484 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(TCMALLOC_INCLUDES) \
2286 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@» $(am__append_34) 2485 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@» $(am__append_35)
2287 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@libtcmalloc_la_CXXFLAGS = \ 2486 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@libtcmalloc_la_CXXFLAGS = \
2288 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(PTHREAD_CFLAGS) -DNDEBUG \ 2487 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(PTHREAD_CFLAGS) -DNDEBUG \
2289 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(AM_CXXFLAGS) \ 2488 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(AM_CXXFLAGS) \
2290 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@» $(am__append_36) 2489 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@» $(am__append_37)
2291 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@libtcmalloc_la_LDFLAGS = $(PTHREAD_CFLAGS) - version-info @TCMALLOC_SO_VERSION@ 2490 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@libtcmalloc_la_LDFLAGS = $(PTHREAD_CFLAGS) - version-info @TCMALLOC_SO_VERSION@
2292 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@libtcmalloc_la_LIBADD = libtcmalloc_internal .la $(PTHREAD_LIBS) 2491 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@libtcmalloc_la_LIBADD = libtcmalloc_internal .la $(PTHREAD_LIBS)
2293 @WITH_HEAP_CHECKER_FALSE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@HEAP_CHECKER_SOURCE S = 2492 @WITH_HEAP_CHECKER_FALSE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@HEAP_CHECKER_SOURCE S =
2294 2493
2295 # heap-checker-bcad is last, in hopes its global ctor will run first. 2494 # heap-checker-bcad is last, in hopes its global ctor will run first.
2296 # (Note this is added to libtcmalloc.la, not libtcmalloc_internal.la, 2495 # (Note this is added to libtcmalloc.la, not libtcmalloc_internal.la,
2297 # but that's ok; the internal/external distinction is only useful for 2496 # but that's ok; the internal/external distinction is only useful for
2298 # cygwin, and cygwin doesn't use HEAP_CHECKER anyway.) 2497 # cygwin, and cygwin doesn't use HEAP_CHECKER anyway.)
2299 @WITH_HEAP_CHECKER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@HEAP_CHECKER_SOURCES = src/base/thread_lister.c \ 2498 @WITH_HEAP_CHECKER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@HEAP_CHECKER_SOURCES = src/base/thread_lister.c \
2300 @WITH_HEAP_CHECKER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ src/base/linuxthreads.cc \ 2499 @WITH_HEAP_CHECKER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ src/base/linuxthreads.cc \
2301 @WITH_HEAP_CHECKER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ src/heap-checker.cc \ 2500 @WITH_HEAP_CHECKER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ src/heap-checker.cc \
2302 @WITH_HEAP_CHECKER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ src/heap-checker-bcad.cc 2501 @WITH_HEAP_CHECKER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ src/heap-checker-bcad.cc
2303 2502
2304 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@LIBTCMALLOC = libtcmalloc.la 2503 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@LIBTCMALLOC = libtcmalloc.la
2305 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@TCMALLOC_UNITTEST_INCLUDES = src/config_for_ unittests.h \ 2504 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@TCMALLOC_UNITTEST_INCLUDES = src/config_for_ unittests.h \
2306 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ src/google/mall oc_extension.h 2505 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ src/gperftools/ malloc_extension.h
2307 2506
2308 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@tcmalloc_unittest_SOURCES = src/tests/tcmall oc_unittest.cc \ 2507 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@tcmalloc_unittest_SOURCES = src/tests/tcmall oc_unittest.cc \
2309 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ src/tcmalloc.h \ 2508 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ src/tcmalloc.h \
2310 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ src/tests/testut il.h src/tests/testutil.cc \ 2509 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ src/tests/testut il.h src/tests/testutil.cc \
2311 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(TCMALLOC_UNITT EST_INCLUDES) 2510 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(TCMALLOC_UNITT EST_INCLUDES)
2312 2511
2313 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@tcmalloc_unittest_CXXFLAGS = $(PTHREAD_CFLAG S) $(AM_CXXFLAGS) 2512 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@tcmalloc_unittest_CXXFLAGS = $(PTHREAD_CFLAG S) $(AM_CXXFLAGS)
2314 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@tcmalloc_unittest_LDFLAGS = $(PTHREAD_CFLAGS ) $(TCMALLOC_FLAGS) 2513 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@tcmalloc_unittest_LDFLAGS = $(PTHREAD_CFLAGS ) $(TCMALLOC_FLAGS)
2315 # We want libtcmalloc last on the link line, but due to a bug in 2514 # We want libtcmalloc last on the link line, but due to a bug in
2316 # libtool involving convenience libs, they need to come last on the 2515 # libtool involving convenience libs, they need to come last on the
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
2361 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@raw_printer_test_LDADD = $(LIBTCMALLOC) $(PT HREAD_LIBS) 2560 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@raw_printer_test_LDADD = $(LIBTCMALLOC) $(PT HREAD_LIBS)
2362 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@sampler_test_SOURCES = src/tests/sampler_tes t.cc \ 2561 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@sampler_test_SOURCES = src/tests/sampler_tes t.cc \
2363 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ src/config_for_unitte sts.h 2562 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ src/config_for_unitte sts.h
2364 2563
2365 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@sampler_test_CXXFLAGS = $(PTHREAD_CFLAGS) $( AM_CXXFLAGS) 2564 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@sampler_test_CXXFLAGS = $(PTHREAD_CFLAGS) $( AM_CXXFLAGS)
2366 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@sampler_test_LDFLAGS = $(PTHREAD_CFLAGS) $(T CMALLOC_FLAGS) 2565 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@sampler_test_LDFLAGS = $(PTHREAD_CFLAGS) $(T CMALLOC_FLAGS)
2367 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@sampler_test_LDADD = $(LIBTCMALLOC) $(PTHREA D_LIBS) -lm 2566 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@sampler_test_LDADD = $(LIBTCMALLOC) $(PTHREA D_LIBS) -lm
2368 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@sampling_test_sh_SOURCES = src/tests/samplin g_test.sh 2567 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@sampling_test_sh_SOURCES = src/tests/samplin g_test.sh
2369 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@SAMPLING_TEST_INCLUDES = src/config_for_unit tests.h \ 2568 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@SAMPLING_TEST_INCLUDES = src/config_for_unit tests.h \
2370 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ src/base/logging.h \ 2569 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ src/base/logging.h \
2371 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ src/google/malloc_e xtension.h 2570 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ src/gperftools/mall oc_extension.h
2372 2571
2373 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@sampling_test_SOURCES = src/tests/sampling_t est.cc \ 2572 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@sampling_test_SOURCES = src/tests/sampling_t est.cc \
2374 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(SAMPLING_TEST_INCL UDES) 2573 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@ $(SAMPLING_TEST_INCL UDES)
2375 2574
2376 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@sampling_test_CXXFLAGS = -g $(PTHREAD_CFLAGS ) $(AM_CXXFLAGS) 2575 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@sampling_test_CXXFLAGS = -g $(PTHREAD_CFLAGS ) $(AM_CXXFLAGS)
2377 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@sampling_test_LDFLAGS = -g $(PTHREAD_CFLAGS) $(TCMALLOC_FLAGS) 2576 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@sampling_test_LDFLAGS = -g $(PTHREAD_CFLAGS) $(TCMALLOC_FLAGS)
2378 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@sampling_test_LDADD = $(LIBTCMALLOC) $(PTHRE AD_LIBS) 2577 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@sampling_test_LDADD = $(LIBTCMALLOC) $(PTHRE AD_LIBS)
2379 @WITH_HEAP_PROFILER_TRUE@heap_profiler_unittest_sh_SOURCES = src/tests/heap-prof iler_unittest.sh 2578 @WITH_HEAP_PROFILER_TRUE@heap_profiler_unittest_sh_SOURCES = src/tests/heap-prof iler_unittest.sh
2380 @WITH_HEAP_PROFILER_TRUE@HEAP_PROFILER_UNITTEST_INCLUDES = src/config_for_unitte sts.h \ 2579 @WITH_HEAP_PROFILER_TRUE@HEAP_PROFILER_UNITTEST_INCLUDES = src/config_for_unitte sts.h \
2381 @WITH_HEAP_PROFILER_TRUE@ src/google/heap-profi ler.h 2580 @WITH_HEAP_PROFILER_TRUE@ src/gperftools/heap-p rofiler.h
2382 2581
2383 @WITH_HEAP_PROFILER_TRUE@heap_profiler_unittest_SOURCES = src/tests/heap-profile r_unittest.cc \ 2582 @WITH_HEAP_PROFILER_TRUE@heap_profiler_unittest_SOURCES = src/tests/heap-profile r_unittest.cc \
2384 @WITH_HEAP_PROFILER_TRUE@ $(HEAP_PROFILER_UNITTE ST_INCLUDES) 2583 @WITH_HEAP_PROFILER_TRUE@ $(HEAP_PROFILER_UNITTE ST_INCLUDES)
2385 2584
2386 @WITH_HEAP_PROFILER_TRUE@heap_profiler_unittest_CXXFLAGS = -g $(PTHREAD_CFLAGS) $(AM_CXXFLAGS) 2585 @WITH_HEAP_PROFILER_TRUE@heap_profiler_unittest_CXXFLAGS = -g $(PTHREAD_CFLAGS) $(AM_CXXFLAGS)
2387 @WITH_HEAP_PROFILER_TRUE@heap_profiler_unittest_LDFLAGS = -g $(PTHREAD_CFLAGS) $ (TCMALLOC_FLAGS) 2586 @WITH_HEAP_PROFILER_TRUE@heap_profiler_unittest_LDFLAGS = -g $(PTHREAD_CFLAGS) $ (TCMALLOC_FLAGS)
2388 @WITH_HEAP_PROFILER_TRUE@heap_profiler_unittest_LDADD = $(LIBTCMALLOC) $(PTHREAD _LIBS) 2587 @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)
2389 @WITH_HEAP_CHECKER_TRUE@heap_checker_unittest_sh_SOURCES = src/tests/heap-checke r_unittest.sh 2593 @WITH_HEAP_CHECKER_TRUE@heap_checker_unittest_sh_SOURCES = src/tests/heap-checke r_unittest.sh
2390 @WITH_HEAP_CHECKER_TRUE@heap_checker_death_unittest_sh_SOURCES = src/tests/heap- checker-death_unittest.sh 2594 @WITH_HEAP_CHECKER_TRUE@heap_checker_death_unittest_sh_SOURCES = src/tests/heap- checker-death_unittest.sh
2391 @WITH_HEAP_CHECKER_TRUE@HEAP_CHECKER_UNITTEST_INCLUDES = src/config_for_unittest s.h \ 2595 @WITH_HEAP_CHECKER_TRUE@HEAP_CHECKER_UNITTEST_INCLUDES = src/config_for_unittest s.h \
2392 @WITH_HEAP_CHECKER_TRUE@ src/memory_region_map.h \ 2596 @WITH_HEAP_CHECKER_TRUE@ src/memory_region_map.h \
2393 @WITH_HEAP_CHECKER_TRUE@ src/base/commandlinefla gs.h \ 2597 @WITH_HEAP_CHECKER_TRUE@ src/base/commandlinefla gs.h \
2394 @WITH_HEAP_CHECKER_TRUE@ src/base/googleinit.h \ 2598 @WITH_HEAP_CHECKER_TRUE@ src/base/googleinit.h \
2395 @WITH_HEAP_CHECKER_TRUE@ src/google/heap-checker .h \ 2599 @WITH_HEAP_CHECKER_TRUE@ src/gperftools/heap-che cker.h \
2396 @WITH_HEAP_CHECKER_TRUE@ $(LOGGING_INCLUDES) 2600 @WITH_HEAP_CHECKER_TRUE@ $(LOGGING_INCLUDES)
2397 2601
2398 @WITH_HEAP_CHECKER_TRUE@heap_checker_unittest_SOURCES = src/tests/heap-checker_u nittest.cc \ 2602 @WITH_HEAP_CHECKER_TRUE@heap_checker_unittest_SOURCES = src/tests/heap-checker_u nittest.cc \
2399 @WITH_HEAP_CHECKER_TRUE@ $(HEAP_CHECKER_UNITTEST_ INCLUDES) 2603 @WITH_HEAP_CHECKER_TRUE@ $(HEAP_CHECKER_UNITTEST_ INCLUDES)
2400 2604
2401 @WITH_HEAP_CHECKER_TRUE@heap_checker_unittest_CXXFLAGS = -g $(PTHREAD_CFLAGS) $( AM_CXXFLAGS) 2605 @WITH_HEAP_CHECKER_TRUE@heap_checker_unittest_CXXFLAGS = -g $(PTHREAD_CFLAGS) $( AM_CXXFLAGS)
2402 @WITH_HEAP_CHECKER_TRUE@heap_checker_unittest_LDFLAGS = -g $(PTHREAD_CFLAGS) $(T CMALLOC_FLAGS) 2606 @WITH_HEAP_CHECKER_TRUE@heap_checker_unittest_LDFLAGS = -g $(PTHREAD_CFLAGS) $(T CMALLOC_FLAGS)
2403 # We want libtcmalloc last on the link line, but due to a bug in 2607 # We want libtcmalloc last on the link line, but due to a bug in
2404 # libtool involving convenience libs, they need to come last on the 2608 # libtool involving convenience libs, they need to come last on the
2405 # link line in order to get dependency ordering right. This is ok: 2609 # link line in order to get dependency ordering right. This is ok:
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
2458 @WITH_CPU_PROFILER_TRUE@ src/getpc.h \ 2662 @WITH_CPU_PROFILER_TRUE@ src/getpc.h \
2459 @WITH_CPU_PROFILER_TRUE@ src/base/basictypes.h \ 2663 @WITH_CPU_PROFILER_TRUE@ src/base/basictypes.h \
2460 @WITH_CPU_PROFILER_TRUE@ src/base/commandlineflags.h \ 2664 @WITH_CPU_PROFILER_TRUE@ src/base/commandlineflags.h \
2461 @WITH_CPU_PROFILER_TRUE@ src/base/googleinit.h \ 2665 @WITH_CPU_PROFILER_TRUE@ src/base/googleinit.h \
2462 @WITH_CPU_PROFILER_TRUE@ src/base/logging.h \ 2666 @WITH_CPU_PROFILER_TRUE@ src/base/logging.h \
2463 @WITH_CPU_PROFILER_TRUE@ src/base/simple_mutex.h \ 2667 @WITH_CPU_PROFILER_TRUE@ src/base/simple_mutex.h \
2464 @WITH_CPU_PROFILER_TRUE@ src/base/sysinfo.h \ 2668 @WITH_CPU_PROFILER_TRUE@ src/base/sysinfo.h \
2465 @WITH_CPU_PROFILER_TRUE@ $(SPINLOCK_INCLUDES) \ 2669 @WITH_CPU_PROFILER_TRUE@ $(SPINLOCK_INCLUDES) \
2466 @WITH_CPU_PROFILER_TRUE@ $(LOGGING_INCLUDES) 2670 @WITH_CPU_PROFILER_TRUE@ $(LOGGING_INCLUDES)
2467 2671
2468 @WITH_CPU_PROFILER_TRUE@SG_CPU_PROFILER_INCLUDES = src/google/profiler.h \ 2672 @WITH_CPU_PROFILER_TRUE@SG_CPU_PROFILER_INCLUDES = src/gperftools/profiler.h \
2469 @WITH_CPU_PROFILER_TRUE@ src/google/stacktrace.h 2673 @WITH_CPU_PROFILER_TRUE@ src/gperftools/stacktrace.h
2470 2674
2471 @WITH_CPU_PROFILER_TRUE@CPU_PROFILER_INCLUDES = $(S_CPU_PROFILER_INCLUDES) $(SG_ CPU_PROFILER_INCLUDES) 2675 @WITH_CPU_PROFILER_TRUE@CPU_PROFILER_INCLUDES = $(S_CPU_PROFILER_INCLUDES) $(SG_ CPU_PROFILER_INCLUDES)
2472 @WITH_CPU_PROFILER_TRUE@libprofiler_la_SOURCES = src/profiler.cc \ 2676 @WITH_CPU_PROFILER_TRUE@libprofiler_la_SOURCES = src/profiler.cc \
2473 @WITH_CPU_PROFILER_TRUE@ src/profile-handler.cc \ 2677 @WITH_CPU_PROFILER_TRUE@ src/profile-handler.cc \
2474 @WITH_CPU_PROFILER_TRUE@ src/profiledata.cc \ 2678 @WITH_CPU_PROFILER_TRUE@ src/profiledata.cc \
2475 @WITH_CPU_PROFILER_TRUE@ $(CPU_PROFILER_INCLUDES) 2679 @WITH_CPU_PROFILER_TRUE@ $(CPU_PROFILER_INCLUDES)
2476 2680
2477 @WITH_CPU_PROFILER_TRUE@libprofiler_la_LIBADD = libstacktrace.la 2681 @WITH_CPU_PROFILER_TRUE@libprofiler_la_LIBADD = libstacktrace.la
2478 # We have to include ProfileData for profiledata_unittest 2682 # We have to include ProfileData for profiledata_unittest
2479 @WITH_CPU_PROFILER_TRUE@CPU_PROFILER_SYMBOLS = '(ProfilerStart|ProfilerStartWith Options|ProfilerStop|ProfilerFlush|ProfilerEnable|ProfilerDisable|ProfilingIsEna bledForAllThreads|ProfilerRegisterThread|ProfilerGetCurrentState|ProfilerState|P rofileData|ProfileHandler)' 2683 @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
2495 2699
2496 @WITH_CPU_PROFILER_TRUE@profiledata_unittest_LDADD = $(LIBPROFILER) 2700 @WITH_CPU_PROFILER_TRUE@profiledata_unittest_LDADD = $(LIBPROFILER)
2497 @WITH_CPU_PROFILER_TRUE@profile_handler_unittest_SOURCES = src/tests/profile-han dler_unittest.cc \ 2701 @WITH_CPU_PROFILER_TRUE@profile_handler_unittest_SOURCES = src/tests/profile-han dler_unittest.cc \
2498 @WITH_CPU_PROFILER_TRUE@ src/profile-handler.h 2702 @WITH_CPU_PROFILER_TRUE@ src/profile-handler.h
2499 2703
2500 @WITH_CPU_PROFILER_TRUE@profile_handler_unittest_CXXFLAGS = $(PTHREAD_CFLAGS) 2704 @WITH_CPU_PROFILER_TRUE@profile_handler_unittest_CXXFLAGS = $(PTHREAD_CFLAGS)
2501 @WITH_CPU_PROFILER_TRUE@profile_handler_unittest_LDFLAGS = $(PTHREAD_CFLAGS) 2705 @WITH_CPU_PROFILER_TRUE@profile_handler_unittest_LDFLAGS = $(PTHREAD_CFLAGS)
2502 @WITH_CPU_PROFILER_TRUE@profile_handler_unittest_LDADD = $(LIBPROFILER) $(PTHREA D_LIBS) 2706 @WITH_CPU_PROFILER_TRUE@profile_handler_unittest_LDADD = $(LIBPROFILER) $(PTHREA D_LIBS)
2503 @WITH_CPU_PROFILER_TRUE@profiler_unittest_sh_SOURCES = src/tests/profiler_unitte st.sh 2707 @WITH_CPU_PROFILER_TRUE@profiler_unittest_sh_SOURCES = src/tests/profiler_unitte st.sh
2504 @WITH_CPU_PROFILER_TRUE@PROFILER_UNITTEST_INCLUDES = src/config_for_unittests.h \ 2708 @WITH_CPU_PROFILER_TRUE@PROFILER_UNITTEST_INCLUDES = src/config_for_unittests.h \
2505 @WITH_CPU_PROFILER_TRUE@ src/google/profiler.h 2709 @WITH_CPU_PROFILER_TRUE@ src/gperftools/profiler.h
2506 2710
2507 @WITH_CPU_PROFILER_TRUE@PROFILER_UNITTEST_SRCS = src/tests/profiler_unittest.cc \ 2711 @WITH_CPU_PROFILER_TRUE@PROFILER_UNITTEST_SRCS = src/tests/profiler_unittest.cc \
2508 @WITH_CPU_PROFILER_TRUE@ src/tests/testutil.h src/tests/ testutil.cc \ 2712 @WITH_CPU_PROFILER_TRUE@ src/tests/testutil.h src/tests/ testutil.cc \
2509 @WITH_CPU_PROFILER_TRUE@ $(PROFILER_UNITTEST_INCLUDES) 2713 @WITH_CPU_PROFILER_TRUE@ $(PROFILER_UNITTEST_INCLUDES)
2510 2714
2511 @WITH_CPU_PROFILER_TRUE@profiler1_unittest_SOURCES = $(PROFILER_UNITTEST_SRCS) 2715 @WITH_CPU_PROFILER_TRUE@profiler1_unittest_SOURCES = $(PROFILER_UNITTEST_SRCS)
2512 @WITH_CPU_PROFILER_TRUE@profiler1_unittest_CXXFLAGS = -g -DNO_THREADS $(AM_CXXFL AGS) 2716 @WITH_CPU_PROFILER_TRUE@profiler1_unittest_CXXFLAGS = -g -DNO_THREADS $(AM_CXXFL AGS)
2513 @WITH_CPU_PROFILER_TRUE@profiler1_unittest_LDADD = $(LIBPROFILER) 2717 @WITH_CPU_PROFILER_TRUE@profiler1_unittest_LDADD = $(LIBPROFILER)
2514 @WITH_CPU_PROFILER_TRUE@profiler2_unittest_SOURCES = $(PROFILER_UNITTEST_SRCS) 2718 @WITH_CPU_PROFILER_TRUE@profiler2_unittest_SOURCES = $(PROFILER_UNITTEST_SRCS)
2515 @WITH_CPU_PROFILER_TRUE@profiler2_unittest_CXXFLAGS = -g -DNO_THREADS $(AM_CXXFL AGS) 2719 @WITH_CPU_PROFILER_TRUE@profiler2_unittest_CXXFLAGS = -g -DNO_THREADS $(AM_CXXFL AGS)
(...skipping 30 matching lines...) Expand all
2546 # http://linux.die.net/man/1/pkg-config, http://pkg-config.freedesktop.org/wiki 2750 # http://linux.die.net/man/1/pkg-config, http://pkg-config.freedesktop.org/wiki
2547 pkgconfigdir = $(libdir)/pkgconfig 2751 pkgconfigdir = $(libdir)/pkgconfig
2548 pkgconfig_DATA = libtcmalloc.pc libtcmalloc_minimal.pc \ 2752 pkgconfig_DATA = libtcmalloc.pc libtcmalloc_minimal.pc \
2549 libtcmalloc_debug.pc libtcmalloc_minimal_debug.pc \ 2753 libtcmalloc_debug.pc libtcmalloc_minimal_debug.pc \
2550 libprofiler.pc 2754 libprofiler.pc
2551 2755
2552 CLEANFILES = $(pkgconfig_DATA) 2756 CLEANFILES = $(pkgconfig_DATA)
2553 EXTRA_DIST = packages/rpm.sh packages/rpm/rpm.spec packages/deb.sh packages/deb \ 2757 EXTRA_DIST = packages/rpm.sh packages/rpm/rpm.spec packages/deb.sh packages/deb \
2554 $(SCRIPTS) libtool \ 2758 $(SCRIPTS) libtool \
2555 src/windows/get_mangled_names.cc src/windows/override_functions.cc \ 2759 src/windows/get_mangled_names.cc src/windows/override_functions.cc \
2556 src/windows/config.h src/windows/google/tcmalloc.h \ 2760 src/windows/config.h src/windows/gperftools/tcmalloc.h \
2557 $(WINDOWS_PROJECTS) \ 2761 $(WINDOWS_PROJECTS) \
2558 src/solaris/libstdc++.la 2762 src/solaris/libstdc++.la
2559 2763
2560 all: all-am 2764 all: all-am
2561 2765
2562 .SUFFIXES: 2766 .SUFFIXES:
2563 .SUFFIXES: .c .cc .lo .o .obj 2767 .SUFFIXES: .c .cc .lo .o .obj
2564 am--refresh: 2768 am--refresh:
2565 @: 2769 @:
2566 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 2770 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
(...skipping 24 matching lines...) Expand all
2591 $(SHELL) ./config.status --recheck 2795 $(SHELL) ./config.status --recheck
2592 2796
2593 $(top_srcdir)/configure: $(am__configure_deps) 2797 $(top_srcdir)/configure: $(am__configure_deps)
2594 cd $(srcdir) && $(AUTOCONF) 2798 cd $(srcdir) && $(AUTOCONF)
2595 $(ACLOCAL_M4): $(am__aclocal_m4_deps) 2799 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
2596 cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) 2800 cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
2597 2801
2598 src/config.h: src/stamp-h1 2802 src/config.h: src/stamp-h1
2599 @if test ! -f $@; then \ 2803 @if test ! -f $@; then \
2600 rm -f src/stamp-h1; \ 2804 rm -f src/stamp-h1; \
2601 » $(MAKE) src/stamp-h1; \ 2805 » $(MAKE) $(AM_MAKEFLAGS) src/stamp-h1; \
2602 else :; fi 2806 else :; fi
2603 2807
2604 src/stamp-h1: $(top_srcdir)/src/config.h.in $(top_builddir)/config.status 2808 src/stamp-h1: $(top_srcdir)/src/config.h.in $(top_builddir)/config.status
2605 @rm -f src/stamp-h1 2809 @rm -f src/stamp-h1
2606 cd $(top_builddir) && $(SHELL) ./config.status src/config.h 2810 cd $(top_builddir) && $(SHELL) ./config.status src/config.h
2607 $(top_srcdir)/src/config.h.in: $(am__configure_deps) 2811 $(top_srcdir)/src/config.h.in: $(am__configure_deps)
2608 cd $(top_srcdir) && $(AUTOHEADER) 2812 cd $(top_srcdir) && $(AUTOHEADER)
2609 rm -f src/stamp-h1 2813 rm -f src/stamp-h1
2610 touch $@ 2814 touch $@
2611 2815
2612 distclean-hdr: 2816 distclean-hdr:
2613 -rm -f src/config.h src/stamp-h1 2817 -rm -f src/config.h src/stamp-h1
2614 src/google/tcmalloc.h: $(top_builddir)/config.status $(top_srcdir)/src/google/tc malloc.h.in 2818 src/gperftools/tcmalloc.h: $(top_builddir)/config.status $(top_srcdir)/src/gperf tools/tcmalloc.h.in
2615 cd $(top_builddir) && $(SHELL) ./config.status $@ 2819 cd $(top_builddir) && $(SHELL) ./config.status $@
2616 src/windows/google/tcmalloc.h: $(top_builddir)/config.status $(top_srcdir)/src/w indows/google/tcmalloc.h.in 2820 src/windows/gperftools/tcmalloc.h: $(top_builddir)/config.status $(top_srcdir)/s rc/windows/gperftools/tcmalloc.h.in
2617 cd $(top_builddir) && $(SHELL) ./config.status $@ 2821 cd $(top_builddir) && $(SHELL) ./config.status $@
2618 install-libLTLIBRARIES: $(lib_LTLIBRARIES) 2822 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
2619 @$(NORMAL_INSTALL) 2823 @$(NORMAL_INSTALL)
2620 » test -z "$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)" 2824 » test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
2621 @list='$(lib_LTLIBRARIES)'; for p in $$list; do \ 2825 @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
2622 if test -f $$p; then \ 2826 if test -f $$p; then \
2623 f=$(am__strip_dir) \ 2827 f=$(am__strip_dir) \
2624 » echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL _STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \ 2828 » echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'" ; \
2625 » $(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"; \
2626 else :; fi; \ 2830 else :; fi; \
2627 done 2831 done
2628 2832
2629 uninstall-libLTLIBRARIES: 2833 uninstall-libLTLIBRARIES:
2630 @$(NORMAL_UNINSTALL) 2834 @$(NORMAL_UNINSTALL)
2631 » @set -x; list='$(lib_LTLIBRARIES)'; for p in $$list; do \ 2835 » @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
2632 p=$(am__strip_dir) \ 2836 p=$(am__strip_dir) \
2633 » echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \ 2837 » echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
2634 » $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \ 2838 » $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f " $(DESTDIR)$(libdir)/$$p"; \
2635 done 2839 done
2636 2840
2637 clean-libLTLIBRARIES: 2841 clean-libLTLIBRARIES:
2638 -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES) 2842 -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
2639 @list='$(lib_LTLIBRARIES)'; for p in $$list; do \ 2843 @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
2640 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ 2844 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
2641 test "$$dir" != "$$p" || dir=.; \ 2845 test "$$dir" != "$$p" || dir=.; \
2642 echo "rm -f \"$${dir}/so_locations\""; \ 2846 echo "rm -f \"$${dir}/so_locations\""; \
2643 rm -f "$${dir}/so_locations"; \ 2847 rm -f "$${dir}/so_locations"; \
2644 done 2848 done
2645 2849
2646 clean-noinstLTLIBRARIES: 2850 clean-noinstLTLIBRARIES:
2647 -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES) 2851 -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
2648 @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \ 2852 @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
2649 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ 2853 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
2650 test "$$dir" != "$$p" || dir=.; \ 2854 test "$$dir" != "$$p" || dir=.; \
2651 echo "rm -f \"$${dir}/so_locations\""; \ 2855 echo "rm -f \"$${dir}/so_locations\""; \
2652 rm -f "$${dir}/so_locations"; \ 2856 rm -f "$${dir}/so_locations"; \
2653 done 2857 done
2654 liblogging.la: $(liblogging_la_OBJECTS) $(liblogging_la_DEPENDENCIES) 2858 liblogging.la: $(liblogging_la_OBJECTS) $(liblogging_la_DEPENDENCIES)
2655 » $(CXXLINK) $(liblogging_la_LDFLAGS) $(liblogging_la_OBJECTS) $(libloggi ng_la_LIBADD) $(LIBS) 2859 » $(CXXLINK) $(liblogging_la_OBJECTS) $(liblogging_la_LIBADD) $(LIBS)
2656 libprofiler.la: $(libprofiler_la_OBJECTS) $(libprofiler_la_DEPENDENCIES) 2860 libprofiler.la: $(libprofiler_la_OBJECTS) $(libprofiler_la_DEPENDENCIES)
2657 » $(CXXLINK) $(am_libprofiler_la_rpath) $(libprofiler_la_LDFLAGS) $(libpro filer_la_OBJECTS) $(libprofiler_la_LIBADD) $(LIBS) 2861 » $(libprofiler_la_LINK) $(am_libprofiler_la_rpath) $(libprofiler_la_OBJEC TS) $(libprofiler_la_LIBADD) $(LIBS)
2658 libspinlock.la: $(libspinlock_la_OBJECTS) $(libspinlock_la_DEPENDENCIES) 2862 libspinlock.la: $(libspinlock_la_OBJECTS) $(libspinlock_la_DEPENDENCIES)
2659 » $(CXXLINK) $(am_libspinlock_la_rpath) $(libspinlock_la_LDFLAGS) $(libspi nlock_la_OBJECTS) $(libspinlock_la_LIBADD) $(LIBS) 2863 » $(CXXLINK) $(am_libspinlock_la_rpath) $(libspinlock_la_OBJECTS) $(libspi nlock_la_LIBADD) $(LIBS)
2660 libstacktrace.la: $(libstacktrace_la_OBJECTS) $(libstacktrace_la_DEPENDENCIES) 2864 libstacktrace.la: $(libstacktrace_la_OBJECTS) $(libstacktrace_la_DEPENDENCIES)
2661 » $(CXXLINK) $(am_libstacktrace_la_rpath) $(libstacktrace_la_LDFLAGS) $(li bstacktrace_la_OBJECTS) $(libstacktrace_la_LIBADD) $(LIBS) 2865 » $(libstacktrace_la_LINK) $(am_libstacktrace_la_rpath) $(libstacktrace_la _OBJECTS) $(libstacktrace_la_LIBADD) $(LIBS)
2662 libsysinfo.la: $(libsysinfo_la_OBJECTS) $(libsysinfo_la_DEPENDENCIES) 2866 libsysinfo.la: $(libsysinfo_la_OBJECTS) $(libsysinfo_la_DEPENDENCIES)
2663 » $(CXXLINK) $(libsysinfo_la_LDFLAGS) $(libsysinfo_la_OBJECTS) $(libsysin fo_la_LIBADD) $(LIBS) 2867 » $(CXXLINK) $(libsysinfo_la_OBJECTS) $(libsysinfo_la_LIBADD) $(LIBS)
2664 libtcmalloc.la: $(libtcmalloc_la_OBJECTS) $(libtcmalloc_la_DEPENDENCIES) 2868 libtcmalloc.la: $(libtcmalloc_la_OBJECTS) $(libtcmalloc_la_DEPENDENCIES)
2665 » $(CXXLINK) $(am_libtcmalloc_la_rpath) $(libtcmalloc_la_LDFLAGS) $(libtcm alloc_la_OBJECTS) $(libtcmalloc_la_LIBADD) $(LIBS) 2869 » $(libtcmalloc_la_LINK) $(am_libtcmalloc_la_rpath) $(libtcmalloc_la_OBJEC TS) $(libtcmalloc_la_LIBADD) $(LIBS)
2666 libtcmalloc_and_profiler.la: $(libtcmalloc_and_profiler_la_OBJECTS) $(libtcmallo c_and_profiler_la_DEPENDENCIES) 2870 libtcmalloc_and_profiler.la: $(libtcmalloc_and_profiler_la_OBJECTS) $(libtcmallo c_and_profiler_la_DEPENDENCIES)
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) 2871 » $(libtcmalloc_and_profiler_la_LINK) $(am_libtcmalloc_and_profiler_la_rpa th) $(libtcmalloc_and_profiler_la_OBJECTS) $(libtcmalloc_and_profiler_la_LIBADD) $(LIBS)
2668 libtcmalloc_debug.la: $(libtcmalloc_debug_la_OBJECTS) $(libtcmalloc_debug_la_DEP ENDENCIES) 2872 libtcmalloc_debug.la: $(libtcmalloc_debug_la_OBJECTS) $(libtcmalloc_debug_la_DEP ENDENCIES)
2669 » $(CXXLINK) $(am_libtcmalloc_debug_la_rpath) $(libtcmalloc_debug_la_LDFLA GS) $(libtcmalloc_debug_la_OBJECTS) $(libtcmalloc_debug_la_LIBADD) $(LIBS) 2873 » $(libtcmalloc_debug_la_LINK) $(am_libtcmalloc_debug_la_rpath) $(libtcmal loc_debug_la_OBJECTS) $(libtcmalloc_debug_la_LIBADD) $(LIBS)
2670 libtcmalloc_internal.la: $(libtcmalloc_internal_la_OBJECTS) $(libtcmalloc_intern al_la_DEPENDENCIES) 2874 libtcmalloc_internal.la: $(libtcmalloc_internal_la_OBJECTS) $(libtcmalloc_intern al_la_DEPENDENCIES)
2671 » $(CXXLINK) $(am_libtcmalloc_internal_la_rpath) $(libtcmalloc_internal_la _LDFLAGS) $(libtcmalloc_internal_la_OBJECTS) $(libtcmalloc_internal_la_LIBADD) $ (LIBS) 2875 » $(libtcmalloc_internal_la_LINK) $(am_libtcmalloc_internal_la_rpath) $(li btcmalloc_internal_la_OBJECTS) $(libtcmalloc_internal_la_LIBADD) $(LIBS)
2672 libtcmalloc_minimal.la: $(libtcmalloc_minimal_la_OBJECTS) $(libtcmalloc_minimal_ la_DEPENDENCIES) 2876 libtcmalloc_minimal.la: $(libtcmalloc_minimal_la_OBJECTS) $(libtcmalloc_minimal_ la_DEPENDENCIES)
2673 » $(CXXLINK) -rpath $(libdir) $(libtcmalloc_minimal_la_LDFLAGS) $(libtcmal loc_minimal_la_OBJECTS) $(libtcmalloc_minimal_la_LIBADD) $(LIBS) 2877 » $(libtcmalloc_minimal_la_LINK) -rpath $(libdir) $(libtcmalloc_minimal_la _OBJECTS) $(libtcmalloc_minimal_la_LIBADD) $(LIBS)
2674 libtcmalloc_minimal_debug.la: $(libtcmalloc_minimal_debug_la_OBJECTS) $(libtcmal loc_minimal_debug_la_DEPENDENCIES) 2878 libtcmalloc_minimal_debug.la: $(libtcmalloc_minimal_debug_la_OBJECTS) $(libtcmal loc_minimal_debug_la_DEPENDENCIES)
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) 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)
2676 libtcmalloc_minimal_internal.la: $(libtcmalloc_minimal_internal_la_OBJECTS) $(li btcmalloc_minimal_internal_la_DEPENDENCIES) 2880 libtcmalloc_minimal_internal.la: $(libtcmalloc_minimal_internal_la_OBJECTS) $(li btcmalloc_minimal_internal_la_DEPENDENCIES)
2677 » $(CXXLINK) $(libtcmalloc_minimal_internal_la_LDFLAGS) $(libtcmalloc_min imal_internal_la_OBJECTS) $(libtcmalloc_minimal_internal_la_LIBADD) $(LIBS) 2881 » $(libtcmalloc_minimal_internal_la_LINK) $(libtcmalloc_minimal_internal_ la_OBJECTS) $(libtcmalloc_minimal_internal_la_LIBADD) $(LIBS)
2678 libwindows.la: $(libwindows_la_OBJECTS) $(libwindows_la_DEPENDENCIES) 2882 libwindows.la: $(libwindows_la_OBJECTS) $(libwindows_la_DEPENDENCIES)
2679 » $(CXXLINK) $(am_libwindows_la_rpath) $(libwindows_la_LDFLAGS) $(libwindo ws_la_OBJECTS) $(libwindows_la_LIBADD) $(LIBS) 2883 » $(CXXLINK) $(am_libwindows_la_rpath) $(libwindows_la_OBJECTS) $(libwindo ws_la_LIBADD) $(LIBS)
2680 install-binPROGRAMS: $(bin_PROGRAMS) 2884 install-binPROGRAMS: $(bin_PROGRAMS)
2681 @$(NORMAL_INSTALL) 2885 @$(NORMAL_INSTALL)
2682 » test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)" 2886 » test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
2683 @list='$(bin_PROGRAMS)'; for p in $$list; do \ 2887 @list='$(bin_PROGRAMS)'; for p in $$list; do \
2684 p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \ 2888 p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
2685 if test -f $$p \ 2889 if test -f $$p \
2686 || test -f $$p1 \ 2890 || test -f $$p1 \
2687 ; then \ 2891 ; then \
2688 f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \ 2892 f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
2689 » echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS _INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \ 2893 » echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOL FLAGS) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
2690 » $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTAL L) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \ 2894 » $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
2691 else :; fi; \ 2895 else :; fi; \
2692 done 2896 done
2693 2897
2694 uninstall-binPROGRAMS: 2898 uninstall-binPROGRAMS:
2695 @$(NORMAL_UNINSTALL) 2899 @$(NORMAL_UNINSTALL)
2696 @list='$(bin_PROGRAMS)'; for p in $$list; do \ 2900 @list='$(bin_PROGRAMS)'; for p in $$list; do \
2697 f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEE XT)/'`; \ 2901 f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEE XT)/'`; \
2698 echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \ 2902 echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
2699 rm -f "$(DESTDIR)$(bindir)/$$f"; \ 2903 rm -f "$(DESTDIR)$(bindir)/$$f"; \
2700 done 2904 done
2701 2905
2702 clean-binPROGRAMS: 2906 clean-binPROGRAMS:
2703 @list='$(bin_PROGRAMS)'; for p in $$list; do \ 2907 @list='$(bin_PROGRAMS)'; for p in $$list; do \
2704 f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \ 2908 f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
2705 echo " rm -f $$p $$f"; \ 2909 echo " rm -f $$p $$f"; \
2706 rm -f $$p $$f ; \ 2910 rm -f $$p $$f ; \
2707 done 2911 done
2708 2912
2709 clean-noinstPROGRAMS: 2913 clean-noinstPROGRAMS:
2710 @list='$(noinst_PROGRAMS)'; for p in $$list; do \ 2914 @list='$(noinst_PROGRAMS)'; for p in $$list; do \
2711 f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \ 2915 f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
2712 echo " rm -f $$p $$f"; \ 2916 echo " rm -f $$p $$f"; \
2713 rm -f $$p $$f ; \ 2917 rm -f $$p $$f ; \
2714 done 2918 done
2715 addressmap_unittest$(EXEEXT): $(addressmap_unittest_OBJECTS) $(addressmap_unitte st_DEPENDENCIES) 2919 addressmap_unittest$(EXEEXT): $(addressmap_unittest_OBJECTS) $(addressmap_unitte st_DEPENDENCIES)
2716 @rm -f addressmap_unittest$(EXEEXT) 2920 @rm -f addressmap_unittest$(EXEEXT)
2717 » $(CXXLINK) $(addressmap_unittest_LDFLAGS) $(addressmap_unittest_OBJECTS) $(addressmap_unittest_LDADD) $(LIBS) 2921 » $(addressmap_unittest_LINK) $(addressmap_unittest_OBJECTS) $(addressmap_ unittest_LDADD) $(LIBS)
2718 atomicops_unittest$(EXEEXT): $(atomicops_unittest_OBJECTS) $(atomicops_unittest_ DEPENDENCIES) 2922 atomicops_unittest$(EXEEXT): $(atomicops_unittest_OBJECTS) $(atomicops_unittest_ DEPENDENCIES)
2719 @rm -f atomicops_unittest$(EXEEXT) 2923 @rm -f atomicops_unittest$(EXEEXT)
2720 » $(CXXLINK) $(atomicops_unittest_LDFLAGS) $(atomicops_unittest_OBJECTS) $ (atomicops_unittest_LDADD) $(LIBS) 2924 » $(CXXLINK) $(atomicops_unittest_OBJECTS) $(atomicops_unittest_LDADD) $(L IBS)
2721 current_allocated_bytes_test$(EXEEXT): $(current_allocated_bytes_test_OBJECTS) $ (current_allocated_bytes_test_DEPENDENCIES) 2925 current_allocated_bytes_test$(EXEEXT): $(current_allocated_bytes_test_OBJECTS) $ (current_allocated_bytes_test_DEPENDENCIES)
2722 @rm -f current_allocated_bytes_test$(EXEEXT) 2926 @rm -f current_allocated_bytes_test$(EXEEXT)
2723 » $(CXXLINK) $(current_allocated_bytes_test_LDFLAGS) $(current_allocated_b ytes_test_OBJECTS) $(current_allocated_bytes_test_LDADD) $(LIBS) 2927 » $(current_allocated_bytes_test_LINK) $(current_allocated_bytes_test_OBJE CTS) $(current_allocated_bytes_test_LDADD) $(LIBS)
2724 debugallocation_test$(EXEEXT): $(debugallocation_test_OBJECTS) $(debugallocation _test_DEPENDENCIES) 2928 debugallocation_test$(EXEEXT): $(debugallocation_test_OBJECTS) $(debugallocation _test_DEPENDENCIES)
2725 @rm -f debugallocation_test$(EXEEXT) 2929 @rm -f debugallocation_test$(EXEEXT)
2726 » $(CXXLINK) $(debugallocation_test_LDFLAGS) $(debugallocation_test_OBJECT S) $(debugallocation_test_LDADD) $(LIBS) 2930 » $(debugallocation_test_LINK) $(debugallocation_test_OBJECTS) $(debugallo cation_test_LDADD) $(LIBS)
2727 @WITH_DEBUGALLOC_FALSE@debugallocation_test.sh$(EXEEXT): $(debugallocation_test_ sh_OBJECTS) $(debugallocation_test_sh_DEPENDENCIES) 2931 @WITH_DEBUGALLOC_FALSE@debugallocation_test.sh$(EXEEXT): $(debugallocation_test_ sh_OBJECTS) $(debugallocation_test_sh_DEPENDENCIES)
2728 @WITH_DEBUGALLOC_FALSE@ @rm -f debugallocation_test.sh$(EXEEXT) 2932 @WITH_DEBUGALLOC_FALSE@ @rm -f debugallocation_test.sh$(EXEEXT)
2729 @WITH_DEBUGALLOC_FALSE@»$(LINK) $(debugallocation_test_sh_LDFLAGS) $(debugalloca tion_test_sh_OBJECTS) $(debugallocation_test_sh_LDADD) $(LIBS) 2933 @WITH_DEBUGALLOC_FALSE@»$(LINK) $(debugallocation_test_sh_OBJECTS) $(debugalloca tion_test_sh_LDADD) $(LIBS)
2730 @WITH_STACK_TRACE_FALSE@debugallocation_test.sh$(EXEEXT): $(debugallocation_test _sh_OBJECTS) $(debugallocation_test_sh_DEPENDENCIES) 2934 @WITH_STACK_TRACE_FALSE@debugallocation_test.sh$(EXEEXT): $(debugallocation_test _sh_OBJECTS) $(debugallocation_test_sh_DEPENDENCIES)
2731 @WITH_STACK_TRACE_FALSE@ @rm -f debugallocation_test.sh$(EXEEXT) 2935 @WITH_STACK_TRACE_FALSE@ @rm -f debugallocation_test.sh$(EXEEXT)
2732 @WITH_STACK_TRACE_FALSE@» $(LINK) $(debugallocation_test_sh_LDFLAGS) $(deb ugallocation_test_sh_OBJECTS) $(debugallocation_test_sh_LDADD) $(LIBS) 2936 @WITH_STACK_TRACE_FALSE@» $(LINK) $(debugallocation_test_sh_OBJECTS) $(deb ugallocation_test_sh_LDADD) $(LIBS)
2733 frag_unittest$(EXEEXT): $(frag_unittest_OBJECTS) $(frag_unittest_DEPENDENCIES) 2937 frag_unittest$(EXEEXT): $(frag_unittest_OBJECTS) $(frag_unittest_DEPENDENCIES)
2734 @rm -f frag_unittest$(EXEEXT) 2938 @rm -f frag_unittest$(EXEEXT)
2735 » $(CXXLINK) $(frag_unittest_LDFLAGS) $(frag_unittest_OBJECTS) $(frag_unit test_LDADD) $(LIBS) 2939 » $(frag_unittest_LINK) $(frag_unittest_OBJECTS) $(frag_unittest_LDADD) $( LIBS)
2736 getpc_test$(EXEEXT): $(getpc_test_OBJECTS) $(getpc_test_DEPENDENCIES) 2940 getpc_test$(EXEEXT): $(getpc_test_OBJECTS) $(getpc_test_DEPENDENCIES)
2737 @rm -f getpc_test$(EXEEXT) 2941 @rm -f getpc_test$(EXEEXT)
2738 » $(CXXLINK) $(getpc_test_LDFLAGS) $(getpc_test_OBJECTS) $(getpc_test_LDAD D) $(LIBS) 2942 » $(CXXLINK) $(getpc_test_OBJECTS) $(getpc_test_LDADD) $(LIBS)
2739 @WITH_HEAP_CHECKER_FALSE@heap-checker-death_unittest.sh$(EXEEXT): $(heap_checker _death_unittest_sh_OBJECTS) $(heap_checker_death_unittest_sh_DEPENDENCIES) 2943 @WITH_HEAP_CHECKER_FALSE@heap-checker-death_unittest.sh$(EXEEXT): $(heap_checker _death_unittest_sh_OBJECTS) $(heap_checker_death_unittest_sh_DEPENDENCIES)
2740 @WITH_HEAP_CHECKER_FALSE@ @rm -f heap-checker-death_unittest.sh$(EXEEXT) 2944 @WITH_HEAP_CHECKER_FALSE@ @rm -f heap-checker-death_unittest.sh$(EXEEXT)
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) 2945 @WITH_HEAP_CHECKER_FALSE@» $(LINK) $(heap_checker_death_unittest_sh_OBJECTS ) $(heap_checker_death_unittest_sh_LDADD) $(LIBS)
2742 heap-checker_debug_unittest$(EXEEXT): $(heap_checker_debug_unittest_OBJECTS) $(h eap_checker_debug_unittest_DEPENDENCIES) 2946 heap-checker_debug_unittest$(EXEEXT): $(heap_checker_debug_unittest_OBJECTS) $(h eap_checker_debug_unittest_DEPENDENCIES)
2743 @rm -f heap-checker_debug_unittest$(EXEEXT) 2947 @rm -f heap-checker_debug_unittest$(EXEEXT)
2744 » $(CXXLINK) $(heap_checker_debug_unittest_LDFLAGS) $(heap_checker_debug_u nittest_OBJECTS) $(heap_checker_debug_unittest_LDADD) $(LIBS) 2948 » $(heap_checker_debug_unittest_LINK) $(heap_checker_debug_unittest_OBJECT S) $(heap_checker_debug_unittest_LDADD) $(LIBS)
2745 @WITH_DEBUGALLOC_FALSE@heap-checker_debug_unittest.sh$(EXEEXT): $(heap_checker_d ebug_unittest_sh_OBJECTS) $(heap_checker_debug_unittest_sh_DEPENDENCIES) 2949 @WITH_DEBUGALLOC_FALSE@heap-checker_debug_unittest.sh$(EXEEXT): $(heap_checker_d ebug_unittest_sh_OBJECTS) $(heap_checker_debug_unittest_sh_DEPENDENCIES)
2746 @WITH_DEBUGALLOC_FALSE@ @rm -f heap-checker_debug_unittest.sh$(EXEEXT) 2950 @WITH_DEBUGALLOC_FALSE@ @rm -f heap-checker_debug_unittest.sh$(EXEEXT)
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) 2951 @WITH_DEBUGALLOC_FALSE@»$(LINK) $(heap_checker_debug_unittest_sh_OBJECTS) $(heap _checker_debug_unittest_sh_LDADD) $(LIBS)
2748 @WITH_HEAP_CHECKER_FALSE@heap-checker_debug_unittest.sh$(EXEEXT): $(heap_checker _debug_unittest_sh_OBJECTS) $(heap_checker_debug_unittest_sh_DEPENDENCIES) 2952 @WITH_HEAP_CHECKER_FALSE@heap-checker_debug_unittest.sh$(EXEEXT): $(heap_checker _debug_unittest_sh_OBJECTS) $(heap_checker_debug_unittest_sh_DEPENDENCIES)
2749 @WITH_HEAP_CHECKER_FALSE@ @rm -f heap-checker_debug_unittest.sh$(EXEEXT) 2953 @WITH_HEAP_CHECKER_FALSE@ @rm -f heap-checker_debug_unittest.sh$(EXEEXT)
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) 2954 @WITH_HEAP_CHECKER_FALSE@» $(LINK) $(heap_checker_debug_unittest_sh_OBJECTS ) $(heap_checker_debug_unittest_sh_LDADD) $(LIBS)
2751 heap-checker_unittest$(EXEEXT): $(heap_checker_unittest_OBJECTS) $(heap_checker_ unittest_DEPENDENCIES) 2955 heap-checker_unittest$(EXEEXT): $(heap_checker_unittest_OBJECTS) $(heap_checker_ unittest_DEPENDENCIES)
2752 @rm -f heap-checker_unittest$(EXEEXT) 2956 @rm -f heap-checker_unittest$(EXEEXT)
2753 » $(CXXLINK) $(heap_checker_unittest_LDFLAGS) $(heap_checker_unittest_OBJE CTS) $(heap_checker_unittest_LDADD) $(LIBS) 2957 » $(heap_checker_unittest_LINK) $(heap_checker_unittest_OBJECTS) $(heap_ch ecker_unittest_LDADD) $(LIBS)
2754 @WITH_HEAP_CHECKER_FALSE@heap-checker_unittest.sh$(EXEEXT): $(heap_checker_unitt est_sh_OBJECTS) $(heap_checker_unittest_sh_DEPENDENCIES) 2958 @WITH_HEAP_CHECKER_FALSE@heap-checker_unittest.sh$(EXEEXT): $(heap_checker_unitt est_sh_OBJECTS) $(heap_checker_unittest_sh_DEPENDENCIES)
2755 @WITH_HEAP_CHECKER_FALSE@ @rm -f heap-checker_unittest.sh$(EXEEXT) 2959 @WITH_HEAP_CHECKER_FALSE@ @rm -f heap-checker_unittest.sh$(EXEEXT)
2756 @WITH_HEAP_CHECKER_FALSE@» $(LINK) $(heap_checker_unittest_sh_LDFLAGS) $(he ap_checker_unittest_sh_OBJECTS) $(heap_checker_unittest_sh_LDADD) $(LIBS) 2960 @WITH_HEAP_CHECKER_FALSE@» $(LINK) $(heap_checker_unittest_sh_OBJECTS) $(he ap_checker_unittest_sh_LDADD) $(LIBS)
2757 heap-profiler_debug_unittest$(EXEEXT): $(heap_profiler_debug_unittest_OBJECTS) $ (heap_profiler_debug_unittest_DEPENDENCIES) 2961 heap-profiler_debug_unittest$(EXEEXT): $(heap_profiler_debug_unittest_OBJECTS) $ (heap_profiler_debug_unittest_DEPENDENCIES)
2758 @rm -f heap-profiler_debug_unittest$(EXEEXT) 2962 @rm -f heap-profiler_debug_unittest$(EXEEXT)
2759 » $(CXXLINK) $(heap_profiler_debug_unittest_LDFLAGS) $(heap_profiler_debug _unittest_OBJECTS) $(heap_profiler_debug_unittest_LDADD) $(LIBS) 2963 » $(heap_profiler_debug_unittest_LINK) $(heap_profiler_debug_unittest_OBJE CTS) $(heap_profiler_debug_unittest_LDADD) $(LIBS)
2760 @WITH_DEBUGALLOC_FALSE@heap-profiler_debug_unittest.sh$(EXEEXT): $(heap_profiler _debug_unittest_sh_OBJECTS) $(heap_profiler_debug_unittest_sh_DEPENDENCIES) 2964 @WITH_DEBUGALLOC_FALSE@heap-profiler_debug_unittest.sh$(EXEEXT): $(heap_profiler _debug_unittest_sh_OBJECTS) $(heap_profiler_debug_unittest_sh_DEPENDENCIES)
2761 @WITH_DEBUGALLOC_FALSE@ @rm -f heap-profiler_debug_unittest.sh$(EXEEXT) 2965 @WITH_DEBUGALLOC_FALSE@ @rm -f heap-profiler_debug_unittest.sh$(EXEEXT)
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) 2966 @WITH_DEBUGALLOC_FALSE@»$(LINK) $(heap_profiler_debug_unittest_sh_OBJECTS) $(hea p_profiler_debug_unittest_sh_LDADD) $(LIBS)
2763 @WITH_HEAP_PROFILER_FALSE@heap-profiler_debug_unittest.sh$(EXEEXT): $(heap_profi ler_debug_unittest_sh_OBJECTS) $(heap_profiler_debug_unittest_sh_DEPENDENCIES) 2967 @WITH_HEAP_PROFILER_FALSE@heap-profiler_debug_unittest.sh$(EXEEXT): $(heap_profi ler_debug_unittest_sh_OBJECTS) $(heap_profiler_debug_unittest_sh_DEPENDENCIES)
2764 @WITH_HEAP_PROFILER_FALSE@ @rm -f heap-profiler_debug_unittest.sh$(EXEEXT) 2968 @WITH_HEAP_PROFILER_FALSE@ @rm -f heap-profiler_debug_unittest.sh$(EXEEXT)
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) 2969 @WITH_HEAP_PROFILER_FALSE@» $(LINK) $(heap_profiler_debug_unittest_sh_OBJECT S) $(heap_profiler_debug_unittest_sh_LDADD) $(LIBS)
2766 heap-profiler_unittest$(EXEEXT): $(heap_profiler_unittest_OBJECTS) $(heap_profil er_unittest_DEPENDENCIES) 2970 heap-profiler_unittest$(EXEEXT): $(heap_profiler_unittest_OBJECTS) $(heap_profil er_unittest_DEPENDENCIES)
2767 @rm -f heap-profiler_unittest$(EXEEXT) 2971 @rm -f heap-profiler_unittest$(EXEEXT)
2768 » $(CXXLINK) $(heap_profiler_unittest_LDFLAGS) $(heap_profiler_unittest_OB JECTS) $(heap_profiler_unittest_LDADD) $(LIBS) 2972 » $(heap_profiler_unittest_LINK) $(heap_profiler_unittest_OBJECTS) $(heap_ profiler_unittest_LDADD) $(LIBS)
2769 @WITH_HEAP_PROFILER_FALSE@heap-profiler_unittest.sh$(EXEEXT): $(heap_profiler_un ittest_sh_OBJECTS) $(heap_profiler_unittest_sh_DEPENDENCIES) 2973 @WITH_HEAP_PROFILER_FALSE@heap-profiler_unittest.sh$(EXEEXT): $(heap_profiler_un ittest_sh_OBJECTS) $(heap_profiler_unittest_sh_DEPENDENCIES)
2770 @WITH_HEAP_PROFILER_FALSE@ @rm -f heap-profiler_unittest.sh$(EXEEXT) 2974 @WITH_HEAP_PROFILER_FALSE@ @rm -f heap-profiler_unittest.sh$(EXEEXT)
2771 @WITH_HEAP_PROFILER_FALSE@» $(LINK) $(heap_profiler_unittest_sh_LDFLAGS) $(h eap_profiler_unittest_sh_OBJECTS) $(heap_profiler_unittest_sh_LDADD) $(LIBS) 2975 @WITH_HEAP_PROFILER_FALSE@» $(LINK) $(heap_profiler_unittest_sh_OBJECTS) $(h eap_profiler_unittest_sh_LDADD) $(LIBS)
2772 low_level_alloc_unittest$(EXEEXT): $(low_level_alloc_unittest_OBJECTS) $(low_lev el_alloc_unittest_DEPENDENCIES) 2976 low_level_alloc_unittest$(EXEEXT): $(low_level_alloc_unittest_OBJECTS) $(low_lev el_alloc_unittest_DEPENDENCIES)
2773 @rm -f low_level_alloc_unittest$(EXEEXT) 2977 @rm -f low_level_alloc_unittest$(EXEEXT)
2774 » $(CXXLINK) $(low_level_alloc_unittest_LDFLAGS) $(low_level_alloc_unittes t_OBJECTS) $(low_level_alloc_unittest_LDADD) $(LIBS) 2978 » $(low_level_alloc_unittest_LINK) $(low_level_alloc_unittest_OBJECTS) $(l ow_level_alloc_unittest_LDADD) $(LIBS)
2775 malloc_extension_c_test$(EXEEXT): $(malloc_extension_c_test_OBJECTS) $(malloc_ex tension_c_test_DEPENDENCIES) 2979 malloc_extension_c_test$(EXEEXT): $(malloc_extension_c_test_OBJECTS) $(malloc_ex tension_c_test_DEPENDENCIES)
2776 @rm -f malloc_extension_c_test$(EXEEXT) 2980 @rm -f malloc_extension_c_test$(EXEEXT)
2777 » $(LINK) $(malloc_extension_c_test_LDFLAGS) $(malloc_extension_c_test_OBJ ECTS) $(malloc_extension_c_test_LDADD) $(LIBS) 2981 » $(malloc_extension_c_test_LINK) $(malloc_extension_c_test_OBJECTS) $(mal loc_extension_c_test_LDADD) $(LIBS)
2778 malloc_extension_debug_test$(EXEEXT): $(malloc_extension_debug_test_OBJECTS) $(m alloc_extension_debug_test_DEPENDENCIES) 2982 malloc_extension_debug_test$(EXEEXT): $(malloc_extension_debug_test_OBJECTS) $(m alloc_extension_debug_test_DEPENDENCIES)
2779 @rm -f malloc_extension_debug_test$(EXEEXT) 2983 @rm -f malloc_extension_debug_test$(EXEEXT)
2780 » $(CXXLINK) $(malloc_extension_debug_test_LDFLAGS) $(malloc_extension_deb ug_test_OBJECTS) $(malloc_extension_debug_test_LDADD) $(LIBS) 2984 » $(malloc_extension_debug_test_LINK) $(malloc_extension_debug_test_OBJECT S) $(malloc_extension_debug_test_LDADD) $(LIBS)
2781 malloc_extension_test$(EXEEXT): $(malloc_extension_test_OBJECTS) $(malloc_extens ion_test_DEPENDENCIES) 2985 malloc_extension_test$(EXEEXT): $(malloc_extension_test_OBJECTS) $(malloc_extens ion_test_DEPENDENCIES)
2782 @rm -f malloc_extension_test$(EXEEXT) 2986 @rm -f malloc_extension_test$(EXEEXT)
2783 » $(CXXLINK) $(malloc_extension_test_LDFLAGS) $(malloc_extension_test_OBJE CTS) $(malloc_extension_test_LDADD) $(LIBS) 2987 » $(malloc_extension_test_LINK) $(malloc_extension_test_OBJECTS) $(malloc_ extension_test_LDADD) $(LIBS)
2784 malloc_hook_test$(EXEEXT): $(malloc_hook_test_OBJECTS) $(malloc_hook_test_DEPEND ENCIES) 2988 malloc_hook_test$(EXEEXT): $(malloc_hook_test_OBJECTS) $(malloc_hook_test_DEPEND ENCIES)
2785 @rm -f malloc_hook_test$(EXEEXT) 2989 @rm -f malloc_hook_test$(EXEEXT)
2786 » $(CXXLINK) $(malloc_hook_test_LDFLAGS) $(malloc_hook_test_OBJECTS) $(mal loc_hook_test_LDADD) $(LIBS) 2990 » $(malloc_hook_test_LINK) $(malloc_hook_test_OBJECTS) $(malloc_hook_test_ LDADD) $(LIBS)
2787 markidle_unittest$(EXEEXT): $(markidle_unittest_OBJECTS) $(markidle_unittest_DEP ENDENCIES) 2991 markidle_unittest$(EXEEXT): $(markidle_unittest_OBJECTS) $(markidle_unittest_DEP ENDENCIES)
2788 @rm -f markidle_unittest$(EXEEXT) 2992 @rm -f markidle_unittest$(EXEEXT)
2789 » $(CXXLINK) $(markidle_unittest_LDFLAGS) $(markidle_unittest_OBJECTS) $(m arkidle_unittest_LDADD) $(LIBS) 2993 » $(markidle_unittest_LINK) $(markidle_unittest_OBJECTS) $(markidle_unitte st_LDADD) $(LIBS)
2790 @ENABLE_STATIC_TRUE@maybe_threads_unittest.sh$(EXEEXT): $(maybe_threads_unittest _sh_OBJECTS) $(maybe_threads_unittest_sh_DEPENDENCIES) 2994 @ENABLE_STATIC_TRUE@maybe_threads_unittest.sh$(EXEEXT): $(maybe_threads_unittest _sh_OBJECTS) $(maybe_threads_unittest_sh_DEPENDENCIES)
2791 @ENABLE_STATIC_TRUE@ @rm -f maybe_threads_unittest.sh$(EXEEXT) 2995 @ENABLE_STATIC_TRUE@ @rm -f maybe_threads_unittest.sh$(EXEEXT)
2792 @ENABLE_STATIC_TRUE@» $(LINK) $(maybe_threads_unittest_sh_LDFLAGS) $(maybe_thr eads_unittest_sh_OBJECTS) $(maybe_threads_unittest_sh_LDADD) $(LIBS) 2996 @ENABLE_STATIC_TRUE@» $(LINK) $(maybe_threads_unittest_sh_OBJECTS) $(maybe_thr eads_unittest_sh_LDADD) $(LIBS)
2793 @MINGW_TRUE@maybe_threads_unittest.sh$(EXEEXT): $(maybe_threads_unittest_sh_OBJE CTS) $(maybe_threads_unittest_sh_DEPENDENCIES) 2997 @MINGW_TRUE@maybe_threads_unittest.sh$(EXEEXT): $(maybe_threads_unittest_sh_OBJE CTS) $(maybe_threads_unittest_sh_DEPENDENCIES)
2794 @MINGW_TRUE@ @rm -f maybe_threads_unittest.sh$(EXEEXT) 2998 @MINGW_TRUE@ @rm -f maybe_threads_unittest.sh$(EXEEXT)
2795 @MINGW_TRUE@» $(LINK) $(maybe_threads_unittest_sh_LDFLAGS) $(maybe_threads_uni ttest_sh_OBJECTS) $(maybe_threads_unittest_sh_LDADD) $(LIBS) 2999 @MINGW_TRUE@» $(LINK) $(maybe_threads_unittest_sh_OBJECTS) $(maybe_threads_uni ttest_sh_LDADD) $(LIBS)
2796 memalign_debug_unittest$(EXEEXT): $(memalign_debug_unittest_OBJECTS) $(memalign_ debug_unittest_DEPENDENCIES) 3000 memalign_debug_unittest$(EXEEXT): $(memalign_debug_unittest_OBJECTS) $(memalign_ debug_unittest_DEPENDENCIES)
2797 @rm -f memalign_debug_unittest$(EXEEXT) 3001 @rm -f memalign_debug_unittest$(EXEEXT)
2798 » $(CXXLINK) $(memalign_debug_unittest_LDFLAGS) $(memalign_debug_unittest_ OBJECTS) $(memalign_debug_unittest_LDADD) $(LIBS) 3002 » $(memalign_debug_unittest_LINK) $(memalign_debug_unittest_OBJECTS) $(mem align_debug_unittest_LDADD) $(LIBS)
2799 memalign_unittest$(EXEEXT): $(memalign_unittest_OBJECTS) $(memalign_unittest_DEP ENDENCIES) 3003 memalign_unittest$(EXEEXT): $(memalign_unittest_OBJECTS) $(memalign_unittest_DEP ENDENCIES)
2800 @rm -f memalign_unittest$(EXEEXT) 3004 @rm -f memalign_unittest$(EXEEXT)
2801 » $(CXXLINK) $(memalign_unittest_LDFLAGS) $(memalign_unittest_OBJECTS) $(m emalign_unittest_LDADD) $(LIBS) 3005 » $(memalign_unittest_LINK) $(memalign_unittest_OBJECTS) $(memalign_unitte st_LDADD) $(LIBS)
2802 packed_cache_test$(EXEEXT): $(packed_cache_test_OBJECTS) $(packed_cache_test_DEP ENDENCIES) 3006 packed_cache_test$(EXEEXT): $(packed_cache_test_OBJECTS) $(packed_cache_test_DEP ENDENCIES)
2803 @rm -f packed_cache_test$(EXEEXT) 3007 @rm -f packed_cache_test$(EXEEXT)
2804 » $(CXXLINK) $(packed_cache_test_LDFLAGS) $(packed_cache_test_OBJECTS) $(p acked_cache_test_LDADD) $(LIBS) 3008 » $(packed_cache_test_LINK) $(packed_cache_test_OBJECTS) $(packed_cache_te st_LDADD) $(LIBS)
2805 page_heap_test$(EXEEXT): $(page_heap_test_OBJECTS) $(page_heap_test_DEPENDENCIES ) 3009 page_heap_test$(EXEEXT): $(page_heap_test_OBJECTS) $(page_heap_test_DEPENDENCIES )
2806 @rm -f page_heap_test$(EXEEXT) 3010 @rm -f page_heap_test$(EXEEXT)
2807 » $(CXXLINK) $(page_heap_test_LDFLAGS) $(page_heap_test_OBJECTS) $(page_he ap_test_LDADD) $(LIBS) 3011 » $(page_heap_test_LINK) $(page_heap_test_OBJECTS) $(page_heap_test_LDADD) $(LIBS)
2808 pagemap_unittest$(EXEEXT): $(pagemap_unittest_OBJECTS) $(pagemap_unittest_DEPEND ENCIES) 3012 pagemap_unittest$(EXEEXT): $(pagemap_unittest_OBJECTS) $(pagemap_unittest_DEPEND ENCIES)
2809 @rm -f pagemap_unittest$(EXEEXT) 3013 @rm -f pagemap_unittest$(EXEEXT)
2810 » $(CXXLINK) $(pagemap_unittest_LDFLAGS) $(pagemap_unittest_OBJECTS) $(pag emap_unittest_LDADD) $(LIBS) 3014 » $(pagemap_unittest_LINK) $(pagemap_unittest_OBJECTS) $(pagemap_unittest_ LDADD) $(LIBS)
2811 profile_handler_unittest$(EXEEXT): $(profile_handler_unittest_OBJECTS) $(profile _handler_unittest_DEPENDENCIES) 3015 profile_handler_unittest$(EXEEXT): $(profile_handler_unittest_OBJECTS) $(profile _handler_unittest_DEPENDENCIES)
2812 @rm -f profile_handler_unittest$(EXEEXT) 3016 @rm -f profile_handler_unittest$(EXEEXT)
2813 » $(CXXLINK) $(profile_handler_unittest_LDFLAGS) $(profile_handler_unittes t_OBJECTS) $(profile_handler_unittest_LDADD) $(LIBS) 3017 » $(profile_handler_unittest_LINK) $(profile_handler_unittest_OBJECTS) $(p rofile_handler_unittest_LDADD) $(LIBS)
2814 profiledata_unittest$(EXEEXT): $(profiledata_unittest_OBJECTS) $(profiledata_uni ttest_DEPENDENCIES) 3018 profiledata_unittest$(EXEEXT): $(profiledata_unittest_OBJECTS) $(profiledata_uni ttest_DEPENDENCIES)
2815 @rm -f profiledata_unittest$(EXEEXT) 3019 @rm -f profiledata_unittest$(EXEEXT)
2816 » $(CXXLINK) $(profiledata_unittest_LDFLAGS) $(profiledata_unittest_OBJECT S) $(profiledata_unittest_LDADD) $(LIBS) 3020 » $(CXXLINK) $(profiledata_unittest_OBJECTS) $(profiledata_unittest_LDADD) $(LIBS)
2817 profiler1_unittest$(EXEEXT): $(profiler1_unittest_OBJECTS) $(profiler1_unittest_ DEPENDENCIES) 3021 profiler1_unittest$(EXEEXT): $(profiler1_unittest_OBJECTS) $(profiler1_unittest_ DEPENDENCIES)
2818 @rm -f profiler1_unittest$(EXEEXT) 3022 @rm -f profiler1_unittest$(EXEEXT)
2819 » $(CXXLINK) $(profiler1_unittest_LDFLAGS) $(profiler1_unittest_OBJECTS) $ (profiler1_unittest_LDADD) $(LIBS) 3023 » $(profiler1_unittest_LINK) $(profiler1_unittest_OBJECTS) $(profiler1_uni ttest_LDADD) $(LIBS)
2820 profiler2_unittest$(EXEEXT): $(profiler2_unittest_OBJECTS) $(profiler2_unittest_ DEPENDENCIES) 3024 profiler2_unittest$(EXEEXT): $(profiler2_unittest_OBJECTS) $(profiler2_unittest_ DEPENDENCIES)
2821 @rm -f profiler2_unittest$(EXEEXT) 3025 @rm -f profiler2_unittest$(EXEEXT)
2822 » $(CXXLINK) $(profiler2_unittest_LDFLAGS) $(profiler2_unittest_OBJECTS) $ (profiler2_unittest_LDADD) $(LIBS) 3026 » $(profiler2_unittest_LINK) $(profiler2_unittest_OBJECTS) $(profiler2_uni ttest_LDADD) $(LIBS)
2823 profiler3_unittest$(EXEEXT): $(profiler3_unittest_OBJECTS) $(profiler3_unittest_ DEPENDENCIES) 3027 profiler3_unittest$(EXEEXT): $(profiler3_unittest_OBJECTS) $(profiler3_unittest_ DEPENDENCIES)
2824 @rm -f profiler3_unittest$(EXEEXT) 3028 @rm -f profiler3_unittest$(EXEEXT)
2825 » $(CXXLINK) $(profiler3_unittest_LDFLAGS) $(profiler3_unittest_OBJECTS) $ (profiler3_unittest_LDADD) $(LIBS) 3029 » $(profiler3_unittest_LINK) $(profiler3_unittest_OBJECTS) $(profiler3_uni ttest_LDADD) $(LIBS)
2826 profiler4_unittest$(EXEEXT): $(profiler4_unittest_OBJECTS) $(profiler4_unittest_ DEPENDENCIES) 3030 profiler4_unittest$(EXEEXT): $(profiler4_unittest_OBJECTS) $(profiler4_unittest_ DEPENDENCIES)
2827 @rm -f profiler4_unittest$(EXEEXT) 3031 @rm -f profiler4_unittest$(EXEEXT)
2828 » $(CXXLINK) $(profiler4_unittest_LDFLAGS) $(profiler4_unittest_OBJECTS) $ (profiler4_unittest_LDADD) $(LIBS) 3032 » $(profiler4_unittest_LINK) $(profiler4_unittest_OBJECTS) $(profiler4_uni ttest_LDADD) $(LIBS)
2829 @WITH_CPU_PROFILER_FALSE@profiler_unittest.sh$(EXEEXT): $(profiler_unittest_sh_O BJECTS) $(profiler_unittest_sh_DEPENDENCIES) 3033 @WITH_CPU_PROFILER_FALSE@profiler_unittest.sh$(EXEEXT): $(profiler_unittest_sh_O BJECTS) $(profiler_unittest_sh_DEPENDENCIES)
2830 @WITH_CPU_PROFILER_FALSE@ @rm -f profiler_unittest.sh$(EXEEXT) 3034 @WITH_CPU_PROFILER_FALSE@ @rm -f profiler_unittest.sh$(EXEEXT)
2831 @WITH_CPU_PROFILER_FALSE@» $(LINK) $(profiler_unittest_sh_LDFLAGS) $(profil er_unittest_sh_OBJECTS) $(profiler_unittest_sh_LDADD) $(LIBS) 3035 @WITH_CPU_PROFILER_FALSE@» $(LINK) $(profiler_unittest_sh_OBJECTS) $(profil er_unittest_sh_LDADD) $(LIBS)
2832 raw_printer_test$(EXEEXT): $(raw_printer_test_OBJECTS) $(raw_printer_test_DEPEND ENCIES) 3036 raw_printer_test$(EXEEXT): $(raw_printer_test_OBJECTS) $(raw_printer_test_DEPEND ENCIES)
2833 @rm -f raw_printer_test$(EXEEXT) 3037 @rm -f raw_printer_test$(EXEEXT)
2834 » $(CXXLINK) $(raw_printer_test_LDFLAGS) $(raw_printer_test_OBJECTS) $(raw _printer_test_LDADD) $(LIBS) 3038 » $(raw_printer_test_LINK) $(raw_printer_test_OBJECTS) $(raw_printer_test_ LDADD) $(LIBS)
2835 realloc_debug_unittest$(EXEEXT): $(realloc_debug_unittest_OBJECTS) $(realloc_deb ug_unittest_DEPENDENCIES) 3039 realloc_debug_unittest$(EXEEXT): $(realloc_debug_unittest_OBJECTS) $(realloc_deb ug_unittest_DEPENDENCIES)
2836 @rm -f realloc_debug_unittest$(EXEEXT) 3040 @rm -f realloc_debug_unittest$(EXEEXT)
2837 » $(CXXLINK) $(realloc_debug_unittest_LDFLAGS) $(realloc_debug_unittest_OB JECTS) $(realloc_debug_unittest_LDADD) $(LIBS) 3041 » $(realloc_debug_unittest_LINK) $(realloc_debug_unittest_OBJECTS) $(reall oc_debug_unittest_LDADD) $(LIBS)
2838 realloc_unittest$(EXEEXT): $(realloc_unittest_OBJECTS) $(realloc_unittest_DEPEND ENCIES) 3042 realloc_unittest$(EXEEXT): $(realloc_unittest_OBJECTS) $(realloc_unittest_DEPEND ENCIES)
2839 @rm -f realloc_unittest$(EXEEXT) 3043 @rm -f realloc_unittest$(EXEEXT)
2840 » $(CXXLINK) $(realloc_unittest_LDFLAGS) $(realloc_unittest_OBJECTS) $(rea lloc_unittest_LDADD) $(LIBS) 3044 » $(realloc_unittest_LINK) $(realloc_unittest_OBJECTS) $(realloc_unittest_ LDADD) $(LIBS)
2841 sampler_debug_test$(EXEEXT): $(sampler_debug_test_OBJECTS) $(sampler_debug_test_ DEPENDENCIES) 3045 sampler_debug_test$(EXEEXT): $(sampler_debug_test_OBJECTS) $(sampler_debug_test_ DEPENDENCIES)
2842 @rm -f sampler_debug_test$(EXEEXT) 3046 @rm -f sampler_debug_test$(EXEEXT)
2843 » $(CXXLINK) $(sampler_debug_test_LDFLAGS) $(sampler_debug_test_OBJECTS) $ (sampler_debug_test_LDADD) $(LIBS) 3047 » $(sampler_debug_test_LINK) $(sampler_debug_test_OBJECTS) $(sampler_debug _test_LDADD) $(LIBS)
2844 sampler_test$(EXEEXT): $(sampler_test_OBJECTS) $(sampler_test_DEPENDENCIES) 3048 sampler_test$(EXEEXT): $(sampler_test_OBJECTS) $(sampler_test_DEPENDENCIES)
2845 @rm -f sampler_test$(EXEEXT) 3049 @rm -f sampler_test$(EXEEXT)
2846 » $(CXXLINK) $(sampler_test_LDFLAGS) $(sampler_test_OBJECTS) $(sampler_tes t_LDADD) $(LIBS) 3050 » $(sampler_test_LINK) $(sampler_test_OBJECTS) $(sampler_test_LDADD) $(LIB S)
2847 sampling_debug_test$(EXEEXT): $(sampling_debug_test_OBJECTS) $(sampling_debug_te st_DEPENDENCIES) 3051 sampling_debug_test$(EXEEXT): $(sampling_debug_test_OBJECTS) $(sampling_debug_te st_DEPENDENCIES)
2848 @rm -f sampling_debug_test$(EXEEXT) 3052 @rm -f sampling_debug_test$(EXEEXT)
2849 » $(CXXLINK) $(sampling_debug_test_LDFLAGS) $(sampling_debug_test_OBJECTS) $(sampling_debug_test_LDADD) $(LIBS) 3053 » $(sampling_debug_test_LINK) $(sampling_debug_test_OBJECTS) $(sampling_de bug_test_LDADD) $(LIBS)
2850 @WITH_DEBUGALLOC_FALSE@sampling_debug_test.sh$(EXEEXT): $(sampling_debug_test_sh _OBJECTS) $(sampling_debug_test_sh_DEPENDENCIES) 3054 @WITH_DEBUGALLOC_FALSE@sampling_debug_test.sh$(EXEEXT): $(sampling_debug_test_sh _OBJECTS) $(sampling_debug_test_sh_DEPENDENCIES)
2851 @WITH_DEBUGALLOC_FALSE@ @rm -f sampling_debug_test.sh$(EXEEXT) 3055 @WITH_DEBUGALLOC_FALSE@ @rm -f sampling_debug_test.sh$(EXEEXT)
2852 @WITH_DEBUGALLOC_FALSE@»$(LINK) $(sampling_debug_test_sh_LDFLAGS) $(sampling_deb ug_test_sh_OBJECTS) $(sampling_debug_test_sh_LDADD) $(LIBS) 3056 @WITH_DEBUGALLOC_FALSE@»$(LINK) $(sampling_debug_test_sh_OBJECTS) $(sampling_deb ug_test_sh_LDADD) $(LIBS)
2853 @WITH_HEAP_PROFILER_OR_CHECKER_FALSE@sampling_debug_test.sh$(EXEEXT): $(sampling _debug_test_sh_OBJECTS) $(sampling_debug_test_sh_DEPENDENCIES) 3057 @WITH_HEAP_PROFILER_OR_CHECKER_FALSE@sampling_debug_test.sh$(EXEEXT): $(sampling _debug_test_sh_OBJECTS) $(sampling_debug_test_sh_DEPENDENCIES)
2854 @WITH_HEAP_PROFILER_OR_CHECKER_FALSE@ @rm -f sampling_debug_test.sh$(EXEEXT) 3058 @WITH_HEAP_PROFILER_OR_CHECKER_FALSE@ @rm -f sampling_debug_test.sh$(EXEEXT)
2855 @WITH_HEAP_PROFILER_OR_CHECKER_FALSE@» $(LINK) $(sampling_debug_test_sh_LDFLAGS ) $(sampling_debug_test_sh_OBJECTS) $(sampling_debug_test_sh_LDADD) $(LIBS) 3059 @WITH_HEAP_PROFILER_OR_CHECKER_FALSE@» $(LINK) $(sampling_debug_test_sh_OBJECTS ) $(sampling_debug_test_sh_LDADD) $(LIBS)
2856 sampling_test$(EXEEXT): $(sampling_test_OBJECTS) $(sampling_test_DEPENDENCIES) 3060 sampling_test$(EXEEXT): $(sampling_test_OBJECTS) $(sampling_test_DEPENDENCIES)
2857 @rm -f sampling_test$(EXEEXT) 3061 @rm -f sampling_test$(EXEEXT)
2858 » $(CXXLINK) $(sampling_test_LDFLAGS) $(sampling_test_OBJECTS) $(sampling_ test_LDADD) $(LIBS) 3062 » $(sampling_test_LINK) $(sampling_test_OBJECTS) $(sampling_test_LDADD) $( LIBS)
2859 @WITH_HEAP_PROFILER_OR_CHECKER_FALSE@sampling_test.sh$(EXEEXT): $(sampling_test_ sh_OBJECTS) $(sampling_test_sh_DEPENDENCIES) 3063 @WITH_HEAP_PROFILER_OR_CHECKER_FALSE@sampling_test.sh$(EXEEXT): $(sampling_test_ sh_OBJECTS) $(sampling_test_sh_DEPENDENCIES)
2860 @WITH_HEAP_PROFILER_OR_CHECKER_FALSE@ @rm -f sampling_test.sh$(EXEEXT) 3064 @WITH_HEAP_PROFILER_OR_CHECKER_FALSE@ @rm -f sampling_test.sh$(EXEEXT)
2861 @WITH_HEAP_PROFILER_OR_CHECKER_FALSE@» $(LINK) $(sampling_test_sh_LDFLAGS) $(sa mpling_test_sh_OBJECTS) $(sampling_test_sh_LDADD) $(LIBS) 3065 @WITH_HEAP_PROFILER_OR_CHECKER_FALSE@» $(LINK) $(sampling_test_sh_OBJECTS) $(sa mpling_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)
2862 stack_trace_table_test$(EXEEXT): $(stack_trace_table_test_OBJECTS) $(stack_trace _table_test_DEPENDENCIES) 3069 stack_trace_table_test$(EXEEXT): $(stack_trace_table_test_OBJECTS) $(stack_trace _table_test_DEPENDENCIES)
2863 @rm -f stack_trace_table_test$(EXEEXT) 3070 @rm -f stack_trace_table_test$(EXEEXT)
2864 » $(CXXLINK) $(stack_trace_table_test_LDFLAGS) $(stack_trace_table_test_OB JECTS) $(stack_trace_table_test_LDADD) $(LIBS) 3071 » $(stack_trace_table_test_LINK) $(stack_trace_table_test_OBJECTS) $(stack _trace_table_test_LDADD) $(LIBS)
2865 stacktrace_unittest$(EXEEXT): $(stacktrace_unittest_OBJECTS) $(stacktrace_unitte st_DEPENDENCIES) 3072 stacktrace_unittest$(EXEEXT): $(stacktrace_unittest_OBJECTS) $(stacktrace_unitte st_DEPENDENCIES)
2866 @rm -f stacktrace_unittest$(EXEEXT) 3073 @rm -f stacktrace_unittest$(EXEEXT)
2867 » $(CXXLINK) $(stacktrace_unittest_LDFLAGS) $(stacktrace_unittest_OBJECTS) $(stacktrace_unittest_LDADD) $(LIBS) 3074 » $(CXXLINK) $(stacktrace_unittest_OBJECTS) $(stacktrace_unittest_LDADD) $ (LIBS)
2868 system_alloc_unittest$(EXEEXT): $(system_alloc_unittest_OBJECTS) $(system_alloc_ unittest_DEPENDENCIES) 3075 system_alloc_unittest$(EXEEXT): $(system_alloc_unittest_OBJECTS) $(system_alloc_ unittest_DEPENDENCIES)
2869 @rm -f system_alloc_unittest$(EXEEXT) 3076 @rm -f system_alloc_unittest$(EXEEXT)
2870 » $(CXXLINK) $(system_alloc_unittest_LDFLAGS) $(system_alloc_unittest_OBJE CTS) $(system_alloc_unittest_LDADD) $(LIBS) 3077 » $(system_alloc_unittest_LINK) $(system_alloc_unittest_OBJECTS) $(system_ alloc_unittest_LDADD) $(LIBS)
2871 tcmalloc_and_profiler_unittest$(EXEEXT): $(tcmalloc_and_profiler_unittest_OBJECT S) $(tcmalloc_and_profiler_unittest_DEPENDENCIES) 3078 tcmalloc_and_profiler_unittest$(EXEEXT): $(tcmalloc_and_profiler_unittest_OBJECT S) $(tcmalloc_and_profiler_unittest_DEPENDENCIES)
2872 @rm -f tcmalloc_and_profiler_unittest$(EXEEXT) 3079 @rm -f tcmalloc_and_profiler_unittest$(EXEEXT)
2873 » $(CXXLINK) $(tcmalloc_and_profiler_unittest_LDFLAGS) $(tcmalloc_and_prof iler_unittest_OBJECTS) $(tcmalloc_and_profiler_unittest_LDADD) $(LIBS) 3080 » $(tcmalloc_and_profiler_unittest_LINK) $(tcmalloc_and_profiler_unittest_ OBJECTS) $(tcmalloc_and_profiler_unittest_LDADD) $(LIBS)
2874 tcmalloc_both_unittest$(EXEEXT): $(tcmalloc_both_unittest_OBJECTS) $(tcmalloc_bo th_unittest_DEPENDENCIES) 3081 tcmalloc_both_unittest$(EXEEXT): $(tcmalloc_both_unittest_OBJECTS) $(tcmalloc_bo th_unittest_DEPENDENCIES)
2875 @rm -f tcmalloc_both_unittest$(EXEEXT) 3082 @rm -f tcmalloc_both_unittest$(EXEEXT)
2876 » $(CXXLINK) $(tcmalloc_both_unittest_LDFLAGS) $(tcmalloc_both_unittest_OB JECTS) $(tcmalloc_both_unittest_LDADD) $(LIBS) 3083 » $(tcmalloc_both_unittest_LINK) $(tcmalloc_both_unittest_OBJECTS) $(tcmal loc_both_unittest_LDADD) $(LIBS)
2877 tcmalloc_debug_unittest$(EXEEXT): $(tcmalloc_debug_unittest_OBJECTS) $(tcmalloc_ debug_unittest_DEPENDENCIES) 3084 tcmalloc_debug_unittest$(EXEEXT): $(tcmalloc_debug_unittest_OBJECTS) $(tcmalloc_ debug_unittest_DEPENDENCIES)
2878 @rm -f tcmalloc_debug_unittest$(EXEEXT) 3085 @rm -f tcmalloc_debug_unittest$(EXEEXT)
2879 » $(CXXLINK) $(tcmalloc_debug_unittest_LDFLAGS) $(tcmalloc_debug_unittest_ OBJECTS) $(tcmalloc_debug_unittest_LDADD) $(LIBS) 3086 » $(tcmalloc_debug_unittest_LINK) $(tcmalloc_debug_unittest_OBJECTS) $(tcm alloc_debug_unittest_LDADD) $(LIBS)
2880 tcmalloc_large_unittest$(EXEEXT): $(tcmalloc_large_unittest_OBJECTS) $(tcmalloc_ large_unittest_DEPENDENCIES) 3087 tcmalloc_large_unittest$(EXEEXT): $(tcmalloc_large_unittest_OBJECTS) $(tcmalloc_ large_unittest_DEPENDENCIES)
2881 @rm -f tcmalloc_large_unittest$(EXEEXT) 3088 @rm -f tcmalloc_large_unittest$(EXEEXT)
2882 » $(CXXLINK) $(tcmalloc_large_unittest_LDFLAGS) $(tcmalloc_large_unittest_ OBJECTS) $(tcmalloc_large_unittest_LDADD) $(LIBS) 3089 » $(tcmalloc_large_unittest_LINK) $(tcmalloc_large_unittest_OBJECTS) $(tcm alloc_large_unittest_LDADD) $(LIBS)
2883 tcmalloc_minimal_debug_unittest$(EXEEXT): $(tcmalloc_minimal_debug_unittest_OBJE CTS) $(tcmalloc_minimal_debug_unittest_DEPENDENCIES) 3090 tcmalloc_minimal_debug_unittest$(EXEEXT): $(tcmalloc_minimal_debug_unittest_OBJE CTS) $(tcmalloc_minimal_debug_unittest_DEPENDENCIES)
2884 @rm -f tcmalloc_minimal_debug_unittest$(EXEEXT) 3091 @rm -f tcmalloc_minimal_debug_unittest$(EXEEXT)
2885 » $(CXXLINK) $(tcmalloc_minimal_debug_unittest_LDFLAGS) $(tcmalloc_minimal _debug_unittest_OBJECTS) $(tcmalloc_minimal_debug_unittest_LDADD) $(LIBS) 3092 » $(tcmalloc_minimal_debug_unittest_LINK) $(tcmalloc_minimal_debug_unittes t_OBJECTS) $(tcmalloc_minimal_debug_unittest_LDADD) $(LIBS)
2886 tcmalloc_minimal_large_unittest$(EXEEXT): $(tcmalloc_minimal_large_unittest_OBJE CTS) $(tcmalloc_minimal_large_unittest_DEPENDENCIES) 3093 tcmalloc_minimal_large_unittest$(EXEEXT): $(tcmalloc_minimal_large_unittest_OBJE CTS) $(tcmalloc_minimal_large_unittest_DEPENDENCIES)
2887 @rm -f tcmalloc_minimal_large_unittest$(EXEEXT) 3094 @rm -f tcmalloc_minimal_large_unittest$(EXEEXT)
2888 » $(CXXLINK) $(tcmalloc_minimal_large_unittest_LDFLAGS) $(tcmalloc_minimal _large_unittest_OBJECTS) $(tcmalloc_minimal_large_unittest_LDADD) $(LIBS) 3095 » $(tcmalloc_minimal_large_unittest_LINK) $(tcmalloc_minimal_large_unittes t_OBJECTS) $(tcmalloc_minimal_large_unittest_LDADD) $(LIBS)
2889 tcmalloc_minimal_unittest$(EXEEXT): $(tcmalloc_minimal_unittest_OBJECTS) $(tcmal loc_minimal_unittest_DEPENDENCIES) 3096 tcmalloc_minimal_unittest$(EXEEXT): $(tcmalloc_minimal_unittest_OBJECTS) $(tcmal loc_minimal_unittest_DEPENDENCIES)
2890 @rm -f tcmalloc_minimal_unittest$(EXEEXT) 3097 @rm -f tcmalloc_minimal_unittest$(EXEEXT)
2891 » $(CXXLINK) $(tcmalloc_minimal_unittest_LDFLAGS) $(tcmalloc_minimal_unitt est_OBJECTS) $(tcmalloc_minimal_unittest_LDADD) $(LIBS) 3098 » $(tcmalloc_minimal_unittest_LINK) $(tcmalloc_minimal_unittest_OBJECTS) $ (tcmalloc_minimal_unittest_LDADD) $(LIBS)
2892 tcmalloc_unittest$(EXEEXT): $(tcmalloc_unittest_OBJECTS) $(tcmalloc_unittest_DEP ENDENCIES) 3099 tcmalloc_unittest$(EXEEXT): $(tcmalloc_unittest_OBJECTS) $(tcmalloc_unittest_DEP ENDENCIES)
2893 @rm -f tcmalloc_unittest$(EXEEXT) 3100 @rm -f tcmalloc_unittest$(EXEEXT)
2894 » $(CXXLINK) $(tcmalloc_unittest_LDFLAGS) $(tcmalloc_unittest_OBJECTS) $(t cmalloc_unittest_LDADD) $(LIBS) 3101 » $(tcmalloc_unittest_LINK) $(tcmalloc_unittest_OBJECTS) $(tcmalloc_unitte st_LDADD) $(LIBS)
2895 thread_dealloc_unittest$(EXEEXT): $(thread_dealloc_unittest_OBJECTS) $(thread_de alloc_unittest_DEPENDENCIES) 3102 thread_dealloc_unittest$(EXEEXT): $(thread_dealloc_unittest_OBJECTS) $(thread_de alloc_unittest_DEPENDENCIES)
2896 @rm -f thread_dealloc_unittest$(EXEEXT) 3103 @rm -f thread_dealloc_unittest$(EXEEXT)
2897 » $(CXXLINK) $(thread_dealloc_unittest_LDFLAGS) $(thread_dealloc_unittest_ OBJECTS) $(thread_dealloc_unittest_LDADD) $(LIBS) 3104 » $(thread_dealloc_unittest_LINK) $(thread_dealloc_unittest_OBJECTS) $(thr ead_dealloc_unittest_LDADD) $(LIBS)
2898 install-binSCRIPTS: $(bin_SCRIPTS) 3105 install-binSCRIPTS: $(bin_SCRIPTS)
2899 @$(NORMAL_INSTALL) 3106 @$(NORMAL_INSTALL)
2900 » test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)" 3107 » test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
2901 @list='$(bin_SCRIPTS)'; for p in $$list; do \ 3108 @list='$(bin_SCRIPTS)'; for p in $$list; do \
2902 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 3109 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2903 if test -f $$d$$p; then \ 3110 if test -f $$d$$p; then \
2904 f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \ 3111 f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
2905 echo " $(binSCRIPT_INSTALL) '$$d$$p' '$(DESTDIR)$(bindir)/$$f'"; \ 3112 echo " $(binSCRIPT_INSTALL) '$$d$$p' '$(DESTDIR)$(bindir)/$$f'"; \
2906 $(binSCRIPT_INSTALL) "$$d$$p" "$(DESTDIR)$(bindir)/$$f"; \ 3113 $(binSCRIPT_INSTALL) "$$d$$p" "$(DESTDIR)$(bindir)/$$f"; \
2907 else :; fi; \ 3114 else :; fi; \
2908 done 3115 done
2909 3116
2910 uninstall-binSCRIPTS: 3117 uninstall-binSCRIPTS:
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
3026 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/profiler3_unittest-testutil.Po@ am__quote@ 3233 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/profiler3_unittest-testutil.Po@ am__quote@
3027 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/profiler4_unittest-profiler_uni ttest.Po@am__quote@ 3234 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/profiler4_unittest-profiler_uni ttest.Po@am__quote@
3028 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/profiler4_unittest-testutil.Po@ am__quote@ 3235 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/profiler4_unittest-testutil.Po@ am__quote@
3029 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/raw_printer_test-raw_printer_te st.Po@am__quote@ 3236 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/raw_printer_test-raw_printer_te st.Po@am__quote@
3030 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/realloc_debug_unittest-realloc_ unittest.Po@am__quote@ 3237 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/realloc_debug_unittest-realloc_ unittest.Po@am__quote@
3031 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/realloc_unittest-realloc_unitte st.Po@am__quote@ 3238 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/realloc_unittest-realloc_unitte st.Po@am__quote@
3032 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sampler_debug_test-sampler_test .Po@am__quote@ 3239 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sampler_debug_test-sampler_test .Po@am__quote@
3033 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sampler_test-sampler_test.Po@am __quote@ 3240 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sampler_test-sampler_test.Po@am __quote@
3034 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sampling_debug_test-sampling_te st.Po@am__quote@ 3241 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sampling_debug_test-sampling_te st.Po@am__quote@
3035 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sampling_test-sampling_test.Po@ am__quote@ 3242 @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 @
3036 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/spinlock.Plo@am__quote@ 3244 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/spinlock.Plo@am__quote@
3037 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/spinlock_internal.Plo@am__quote @ 3245 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/spinlock_internal.Plo@am__quote @
3038 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stack_trace_table_test-stack_tr ace_table_test.Po@am__quote@ 3246 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stack_trace_table_test-stack_tr ace_table_test.Po@am__quote@
3039 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stacktrace.Plo@am__quote@ 3247 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stacktrace.Plo@am__quote@
3040 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stacktrace_unittest.Po@am__quot e@ 3248 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stacktrace_unittest.Po@am__quot e@
3041 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sysinfo.Plo@am__quote@ 3249 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sysinfo.Plo@am__quote@
3042 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/system_alloc_unittest-system-al loc_unittest.Po@am__quote@ 3250 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/system_alloc_unittest-system-al loc_unittest.Po@am__quote@
3043 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tcmalloc_and_profiler_unittest- tcmalloc_unittest.Po@am__quote@ 3251 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tcmalloc_and_profiler_unittest- tcmalloc_unittest.Po@am__quote@
3044 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tcmalloc_and_profiler_unittest- testutil.Po@am__quote@ 3252 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tcmalloc_and_profiler_unittest- testutil.Po@am__quote@
3045 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tcmalloc_both_unittest-tcmalloc _unittest.Po@am__quote@ 3253 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tcmalloc_both_unittest-tcmalloc _unittest.Po@am__quote@
3046 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tcmalloc_both_unittest-testutil .Po@am__quote@ 3254 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tcmalloc_both_unittest-testutil .Po@am__quote@
3047 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tcmalloc_debug_unittest-tcmallo c_unittest.Po@am__quote@ 3255 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tcmalloc_debug_unittest-tcmallo c_unittest.Po@am__quote@
3048 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tcmalloc_debug_unittest-testuti l.Po@am__quote@ 3256 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tcmalloc_debug_unittest-testuti l.Po@am__quote@
3049 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tcmalloc_large_unittest-tcmallo c_large_unittest.Po@am__quote@ 3257 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tcmalloc_large_unittest-tcmallo c_large_unittest.Po@am__quote@
3050 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tcmalloc_minimal_debug_unittest -tcmalloc_unittest.Po@am__quote@ 3258 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tcmalloc_minimal_debug_unittest -tcmalloc_unittest.Po@am__quote@
3051 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tcmalloc_minimal_debug_unittest -testutil.Po@am__quote@ 3259 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tcmalloc_minimal_debug_unittest -testutil.Po@am__quote@
3052 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tcmalloc_minimal_large_unittest -tcmalloc_large_unittest.Po@am__quote@ 3260 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tcmalloc_minimal_large_unittest -tcmalloc_large_unittest.Po@am__quote@
3053 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tcmalloc_minimal_unittest-tcmal loc_unittest.Po@am__quote@ 3261 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tcmalloc_minimal_unittest-tcmal loc_unittest.Po@am__quote@
3054 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tcmalloc_minimal_unittest-testu til.Po@am__quote@ 3262 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tcmalloc_minimal_unittest-testu til.Po@am__quote@
3055 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tcmalloc_unittest-tcmalloc_unit test.Po@am__quote@ 3263 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tcmalloc_unittest-tcmalloc_unit test.Po@am__quote@
3056 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tcmalloc_unittest-testutil.Po@a m__quote@ 3264 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tcmalloc_unittest-testutil.Po@a m__quote@
3057 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/thread_dealloc_unittest-testuti l.Po@am__quote@ 3265 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/thread_dealloc_unittest-testuti l.Po@am__quote@
3058 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/thread_dealloc_unittest-thread_ dealloc_unittest.Po@am__quote@ 3266 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/thread_dealloc_unittest-thread_ dealloc_unittest.Po@am__quote@
3059 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/thread_lister.Plo@am__quote@ 3267 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/thread_lister.Plo@am__quote@
3060 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vdso_support.Plo@am__quote@ 3268 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vdso_support.Plo@am__quote@
3061 3269
3062 .c.o: 3270 .c.o:
3063 @am__fastdepCC_TRUE@» if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c - o $@ $<; \ 3271 @am__fastdepCC_TRUE@» $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
3064 @am__fastdepCC_TRUE@» then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi 3272 @am__fastdepCC_TRUE@» mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
3065 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDE PBACKSLASH@ 3273 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDE PBACKSLASH@
3066 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 3274 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3067 @am__fastdepCC_FALSE@ $(COMPILE) -c $< 3275 @am__fastdepCC_FALSE@ $(COMPILE) -c $<
3068 3276
3069 .c.obj: 3277 .c.obj:
3070 @am__fastdepCC_TRUE@» if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c - o $@ `$(CYGPATH_W) '$<'`; \ 3278 @am__fastdepCC_TRUE@» $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
3071 @am__fastdepCC_TRUE@» then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi 3279 @am__fastdepCC_TRUE@» mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
3072 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDE PBACKSLASH@ 3280 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDE PBACKSLASH@
3073 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 3281 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3074 @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` 3282 @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
3075 3283
3076 .c.lo: 3284 .c.lo:
3077 @am__fastdepCC_TRUE@» if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \ 3285 @am__fastdepCC_TRUE@» $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $ @ $<
3078 @am__fastdepCC_TRUE@» then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else r m -f "$(DEPDIR)/$*.Tpo"; exit 1; fi 3286 @am__fastdepCC_TRUE@» mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
3079 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMD EPBACKSLASH@ 3287 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMD EPBACKSLASH@
3080 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 3288 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3081 @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $< 3289 @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
3082 3290
3083 dynamic_annotations.lo: src/base/dynamic_annotations.c 3291 dynamic_annotations.lo: 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; \ 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
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 3293 @am__fastdepCC_TRUE@» mv -f $(DEPDIR)/dynamic_annotations.Tpo $(DEPDIR)/dynami c_annotations.Plo
3086 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/base/dynamic_annotations.c' object='dynamic_annotations.lo' libtool=yes @AMDEPBACKSLASH@ 3294 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/base/dynamic_annotations.c' object='dynamic_annotations.lo' libtool=yes @AMDEPBACKSLASH@
3087 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 3295 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
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 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
3089 3297
3090 thread_lister.lo: src/base/thread_lister.c 3298 thread_lister.lo: 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; \ 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
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 3300 @am__fastdepCC_TRUE@» mv -f $(DEPDIR)/thread_lister.Tpo $(DEPDIR)/thread_liste r.Plo
3093 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/base/thread_lister.c' object ='thread_lister.lo' libtool=yes @AMDEPBACKSLASH@ 3301 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/base/thread_lister.c' object ='thread_lister.lo' libtool=yes @AMDEPBACKSLASH@
3094 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 3302 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
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 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
3096 3304
3097 malloc_extension_c_test-malloc_extension_c_test.o: src/tests/malloc_extension_c_ test.c 3305 malloc_extension_c_test-malloc_extension_c_test.o: src/tests/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; \ 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
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 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
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@ 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@
3101 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 3309 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
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 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
3103 3311
3104 malloc_extension_c_test-malloc_extension_c_test.obj: src/tests/malloc_extension_ c_test.c 3312 malloc_extension_c_test-malloc_extension_c_test.obj: src/tests/malloc_extension_ c_test.c
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`; \ 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`
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 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
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@ 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@
3108 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 3316 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
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` 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`
3110 3318
3111 .cc.o: 3319 .cc.o:
3112 @am__fastdepCXX_TRUE@» if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" - c -o $@ $<; \ 3320 @am__fastdepCXX_TRUE@» $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
3113 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi 3321 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
3114 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDE PBACKSLASH@ 3322 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDE PBACKSLASH@
3115 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3323 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
3116 @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ $< 3324 @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ $<
3117 3325
3118 .cc.obj: 3326 .cc.obj:
3119 @am__fastdepCXX_TRUE@» if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" - c -o $@ `$(CYGPATH_W) '$<'`; \ 3327 @am__fastdepCXX_TRUE@» $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
3120 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi 3328 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
3121 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDE PBACKSLASH@ 3329 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDE PBACKSLASH@
3122 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3330 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
3123 @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` 3331 @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
3124 3332
3125 .cc.lo: 3333 .cc.lo:
3126 @am__fastdepCXX_TRUE@» if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \ 3334 @am__fastdepCXX_TRUE@» $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c - o $@ $<
3127 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else r m -f "$(DEPDIR)/$*.Tpo"; exit 1; fi 3335 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
3128 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=yes @AMD EPBACKSLASH@ 3336 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=yes @AMD EPBACKSLASH@
3129 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3337 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
3130 @am__fastdepCXX_FALSE@ $(LTCXXCOMPILE) -c -o $@ $< 3338 @am__fastdepCXX_FALSE@ $(LTCXXCOMPILE) -c -o $@ $<
3131 3339
3132 logging.lo: src/base/logging.cc 3340 logging.lo: src/base/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; \ 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
3134 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/logging.Tpo" "$(DEPDIR)/logging.Pl o"; else rm -f "$(DEPDIR)/logging.Tpo"; exit 1; fi 3342 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/logging.Tpo $(DEPDIR)/logging.Plo
3135 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/base/logging.cc' object='log ging.lo' libtool=yes @AMDEPBACKSLASH@ 3343 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/base/logging.cc' object='log ging.lo' libtool=yes @AMDEPBACKSLASH@
3136 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3344 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
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 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
3138 3346
3139 profiler.lo: src/profiler.cc 3347 profiler.lo: src/profiler.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; \ 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
3141 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/profiler.Tpo" "$(DEPDIR)/profiler. Plo"; else rm -f "$(DEPDIR)/profiler.Tpo"; exit 1; fi 3349 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/profiler.Tpo $(DEPDIR)/profiler.Plo
3142 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/profiler.cc' object='profile r.lo' libtool=yes @AMDEPBACKSLASH@ 3350 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/profiler.cc' object='profile r.lo' libtool=yes @AMDEPBACKSLASH@
3143 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3351 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
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 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
3145 3353
3146 profile-handler.lo: src/profile-handler.cc 3354 profile-handler.lo: 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; \ 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
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 3356 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/profile-handler.Tpo $(DEPDIR)/profile-ha ndler.Plo
3149 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/profile-handler.cc' object=' profile-handler.lo' libtool=yes @AMDEPBACKSLASH@ 3357 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/profile-handler.cc' object=' profile-handler.lo' libtool=yes @AMDEPBACKSLASH@
3150 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3358 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
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 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
3152 3360
3153 profiledata.lo: src/profiledata.cc 3361 profiledata.lo: 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; \ 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
3155 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/profiledata.Tpo" "$(DEPDIR)/profil edata.Plo"; else rm -f "$(DEPDIR)/profiledata.Tpo"; exit 1; fi 3363 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/profiledata.Tpo $(DEPDIR)/profiledata.Pl o
3156 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/profiledata.cc' object='prof iledata.lo' libtool=yes @AMDEPBACKSLASH@ 3364 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/profiledata.cc' object='prof iledata.lo' libtool=yes @AMDEPBACKSLASH@
3157 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3365 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
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 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
3159 3367
3160 spinlock.lo: src/base/spinlock.cc 3368 spinlock.lo: src/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; \ 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
3162 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/spinlock.Tpo" "$(DEPDIR)/spinlock. Plo"; else rm -f "$(DEPDIR)/spinlock.Tpo"; exit 1; fi 3370 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/spinlock.Tpo $(DEPDIR)/spinlock.Plo
3163 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/base/spinlock.cc' object='sp inlock.lo' libtool=yes @AMDEPBACKSLASH@ 3371 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/base/spinlock.cc' object='sp inlock.lo' libtool=yes @AMDEPBACKSLASH@
3164 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3372 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
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 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
3166 3374
3167 spinlock_internal.lo: src/base/spinlock_internal.cc 3375 spinlock_internal.lo: 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; \ 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
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 3377 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/spinlock_internal.Tpo $(DEPDIR)/spinlock _internal.Plo
3170 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/base/spinlock_internal.cc' o bject='spinlock_internal.lo' libtool=yes @AMDEPBACKSLASH@ 3378 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/base/spinlock_internal.cc' o bject='spinlock_internal.lo' libtool=yes @AMDEPBACKSLASH@
3171 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3379 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
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 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
3173 3381
3174 atomicops-internals-x86.lo: src/base/atomicops-internals-x86.cc 3382 atomicops-internals-x86.lo: src/base/atomicops-internals-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; \ 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
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 3384 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/atomicops-internals-x86.Tpo $(DEPDIR)/at omicops-internals-x86.Plo
3177 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/base/atomicops-internals-x86 .cc' object='atomicops-internals-x86.lo' libtool=yes @AMDEPBACKSLASH@ 3385 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/base/atomicops-internals-x86 .cc' object='atomicops-internals-x86.lo' libtool=yes @AMDEPBACKSLASH@
3178 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3386 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
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 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
3180 3388
3181 stacktrace.lo: src/stacktrace.cc 3389 stacktrace.lo: 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; \ 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
3183 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/stacktrace.Tpo" "$(DEPDIR)/stacktr ace.Plo"; else rm -f "$(DEPDIR)/stacktrace.Tpo"; exit 1; fi 3391 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/stacktrace.Tpo $(DEPDIR)/stacktrace.Plo
3184 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/stacktrace.cc' object='stack trace.lo' libtool=yes @AMDEPBACKSLASH@ 3392 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/stacktrace.cc' object='stack trace.lo' libtool=yes @AMDEPBACKSLASH@
3185 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3393 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
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 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
3187 3395
3188 elf_mem_image.lo: src/base/elf_mem_image.cc 3396 elf_mem_image.lo: 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; \ 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
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 3398 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/elf_mem_image.Tpo $(DEPDIR)/elf_mem_imag e.Plo
3191 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/base/elf_mem_image.cc' objec t='elf_mem_image.lo' libtool=yes @AMDEPBACKSLASH@ 3399 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/base/elf_mem_image.cc' objec t='elf_mem_image.lo' libtool=yes @AMDEPBACKSLASH@
3192 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3400 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
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 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
3194 3402
3195 vdso_support.lo: src/base/vdso_support.cc 3403 vdso_support.lo: 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; \ 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
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 3405 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/vdso_support.Tpo $(DEPDIR)/vdso_support. Plo
3198 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/base/vdso_support.cc' object ='vdso_support.lo' libtool=yes @AMDEPBACKSLASH@ 3406 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/base/vdso_support.cc' object ='vdso_support.lo' libtool=yes @AMDEPBACKSLASH@
3199 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3407 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
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 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
3201 3409
3202 sysinfo.lo: src/base/sysinfo.cc 3410 sysinfo.lo: src/base/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; \ 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
3204 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/sysinfo.Tpo" "$(DEPDIR)/sysinfo.Pl o"; else rm -f "$(DEPDIR)/sysinfo.Tpo"; exit 1; fi 3412 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/sysinfo.Tpo $(DEPDIR)/sysinfo.Plo
3205 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/base/sysinfo.cc' object='sys info.lo' libtool=yes @AMDEPBACKSLASH@ 3413 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/base/sysinfo.cc' object='sys info.lo' libtool=yes @AMDEPBACKSLASH@
3206 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3414 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
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 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
3208 3416
3209 libtcmalloc_la-tcmalloc.lo: src/tcmalloc.cc 3417 libtcmalloc_la-tcmalloc.lo: 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; \ 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
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 3419 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/libtcmalloc_la-tcmalloc.Tpo $(DEPDIR)/li btcmalloc_la-tcmalloc.Plo
3212 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tcmalloc.cc' object='libtcma lloc_la-tcmalloc.lo' libtool=yes @AMDEPBACKSLASH@ 3420 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tcmalloc.cc' object='libtcma lloc_la-tcmalloc.lo' libtool=yes @AMDEPBACKSLASH@
3213 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3421 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
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 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
3215 3423
3216 libtcmalloc_la-linuxthreads.lo: src/base/linuxthreads.cc 3424 libtcmalloc_la-linuxthreads.lo: 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; \ 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
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 3426 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/libtcmalloc_la-linuxthreads.Tpo $(DEPDIR )/libtcmalloc_la-linuxthreads.Plo
3219 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/base/linuxthreads.cc' object ='libtcmalloc_la-linuxthreads.lo' libtool=yes @AMDEPBACKSLASH@ 3427 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/base/linuxthreads.cc' object ='libtcmalloc_la-linuxthreads.lo' libtool=yes @AMDEPBACKSLASH@
3220 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3428 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
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 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
3222 3430
3223 libtcmalloc_la-heap-checker.lo: src/heap-checker.cc 3431 libtcmalloc_la-heap-checker.lo: src/heap-checker.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; \ 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
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 3433 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/libtcmalloc_la-heap-checker.Tpo $(DEPDIR )/libtcmalloc_la-heap-checker.Plo
3226 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/heap-checker.cc' object='lib tcmalloc_la-heap-checker.lo' libtool=yes @AMDEPBACKSLASH@ 3434 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/heap-checker.cc' object='lib tcmalloc_la-heap-checker.lo' libtool=yes @AMDEPBACKSLASH@
3227 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3435 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
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 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
3229 3437
3230 libtcmalloc_la-heap-checker-bcad.lo: src/heap-checker-bcad.cc 3438 libtcmalloc_la-heap-checker-bcad.lo: 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 ; \ 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
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 3440 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/libtcmalloc_la-heap-checker-bcad.Tpo $(D EPDIR)/libtcmalloc_la-heap-checker-bcad.Plo
3233 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/heap-checker-bcad.cc' object ='libtcmalloc_la-heap-checker-bcad.lo' libtool=yes @AMDEPBACKSLASH@ 3441 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/heap-checker-bcad.cc' object ='libtcmalloc_la-heap-checker-bcad.lo' libtool=yes @AMDEPBACKSLASH@
3234 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3442 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
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 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
3236 3444
3237 libtcmalloc_and_profiler_la-tcmalloc.lo: src/tcmalloc.cc 3445 libtcmalloc_and_profiler_la-tcmalloc.lo: 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; \ 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
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 3447 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/libtcmalloc_and_profiler_la-tcmalloc.Tpo $(DEPDIR)/libtcmalloc_and_profiler_la-tcmalloc.Plo
3240 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tcmalloc.cc' object='libtcma lloc_and_profiler_la-tcmalloc.lo' libtool=yes @AMDEPBACKSLASH@ 3448 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tcmalloc.cc' object='libtcma lloc_and_profiler_la-tcmalloc.lo' libtool=yes @AMDEPBACKSLASH@
3241 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3449 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
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 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
3243 3451
3244 libtcmalloc_and_profiler_la-linuxthreads.lo: src/base/linuxthreads.cc 3452 libtcmalloc_and_profiler_la-linuxthreads.lo: 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; \ 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
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 3454 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/libtcmalloc_and_profiler_la-linuxthreads .Tpo $(DEPDIR)/libtcmalloc_and_profiler_la-linuxthreads.Plo
3247 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/base/linuxthreads.cc' object ='libtcmalloc_and_profiler_la-linuxthreads.lo' libtool=yes @AMDEPBACKSLASH@ 3455 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/base/linuxthreads.cc' object ='libtcmalloc_and_profiler_la-linuxthreads.lo' libtool=yes @AMDEPBACKSLASH@
3248 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3456 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
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 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
3250 3458
3251 libtcmalloc_and_profiler_la-heap-checker.lo: src/heap-checker.cc 3459 libtcmalloc_and_profiler_la-heap-checker.lo: 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; \ 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
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 3461 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/libtcmalloc_and_profiler_la-heap-checker .Tpo $(DEPDIR)/libtcmalloc_and_profiler_la-heap-checker.Plo
3254 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/heap-checker.cc' object='lib tcmalloc_and_profiler_la-heap-checker.lo' libtool=yes @AMDEPBACKSLASH@ 3462 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/heap-checker.cc' object='lib tcmalloc_and_profiler_la-heap-checker.lo' libtool=yes @AMDEPBACKSLASH@
3255 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3463 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
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 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
3257 3465
3258 libtcmalloc_and_profiler_la-heap-checker-bcad.lo: src/heap-checker-bcad.cc 3466 libtcmalloc_and_profiler_la-heap-checker-bcad.lo: 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; \ 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
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 3468 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/libtcmalloc_and_profiler_la-heap-checker -bcad.Tpo $(DEPDIR)/libtcmalloc_and_profiler_la-heap-checker-bcad.Plo
3261 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/heap-checker-bcad.cc' object ='libtcmalloc_and_profiler_la-heap-checker-bcad.lo' libtool=yes @AMDEPBACKSLASH@ 3469 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/heap-checker-bcad.cc' object ='libtcmalloc_and_profiler_la-heap-checker-bcad.lo' libtool=yes @AMDEPBACKSLASH@
3262 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3470 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
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 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
3264 3472
3265 libtcmalloc_and_profiler_la-profiler.lo: src/profiler.cc 3473 libtcmalloc_and_profiler_la-profiler.lo: 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; \ 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
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 3475 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/libtcmalloc_and_profiler_la-profiler.Tpo $(DEPDIR)/libtcmalloc_and_profiler_la-profiler.Plo
3268 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/profiler.cc' object='libtcma lloc_and_profiler_la-profiler.lo' libtool=yes @AMDEPBACKSLASH@ 3476 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/profiler.cc' object='libtcma lloc_and_profiler_la-profiler.lo' libtool=yes @AMDEPBACKSLASH@
3269 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3477 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
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 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
3271 3479
3272 libtcmalloc_and_profiler_la-profile-handler.lo: src/profile-handler.cc 3480 libtcmalloc_and_profiler_la-profile-handler.lo: 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; \ 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
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 3482 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/libtcmalloc_and_profiler_la-profile-hand ler.Tpo $(DEPDIR)/libtcmalloc_and_profiler_la-profile-handler.Plo
3275 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/profile-handler.cc' object=' libtcmalloc_and_profiler_la-profile-handler.lo' libtool=yes @AMDEPBACKSLASH@ 3483 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/profile-handler.cc' object=' libtcmalloc_and_profiler_la-profile-handler.lo' libtool=yes @AMDEPBACKSLASH@
3276 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3484 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
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 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
3278 3486
3279 libtcmalloc_and_profiler_la-profiledata.lo: src/profiledata.cc 3487 libtcmalloc_and_profiler_la-profiledata.lo: 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; \ 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
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 3489 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/libtcmalloc_and_profiler_la-profiledata. Tpo $(DEPDIR)/libtcmalloc_and_profiler_la-profiledata.Plo
3282 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/profiledata.cc' object='libt cmalloc_and_profiler_la-profiledata.lo' libtool=yes @AMDEPBACKSLASH@ 3490 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/profiledata.cc' object='libt cmalloc_and_profiler_la-profiledata.lo' libtool=yes @AMDEPBACKSLASH@
3283 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3491 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
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 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
3285 3493
3286 libtcmalloc_debug_la-debugallocation.lo: src/debugallocation.cc 3494 libtcmalloc_debug_la-debugallocation.lo: 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; \ 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
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 3496 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/libtcmalloc_debug_la-debugallocation.Tpo $(DEPDIR)/libtcmalloc_debug_la-debugallocation.Plo
3289 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/debugallocation.cc' object=' libtcmalloc_debug_la-debugallocation.lo' libtool=yes @AMDEPBACKSLASH@ 3497 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/debugallocation.cc' object=' libtcmalloc_debug_la-debugallocation.lo' libtool=yes @AMDEPBACKSLASH@
3290 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3498 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
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 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
3292 3500
3293 libtcmalloc_debug_la-linuxthreads.lo: src/base/linuxthreads.cc 3501 libtcmalloc_debug_la-linuxthreads.lo: 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; \ 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
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 3503 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/libtcmalloc_debug_la-linuxthreads.Tpo $( DEPDIR)/libtcmalloc_debug_la-linuxthreads.Plo
3296 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/base/linuxthreads.cc' object ='libtcmalloc_debug_la-linuxthreads.lo' libtool=yes @AMDEPBACKSLASH@ 3504 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/base/linuxthreads.cc' object ='libtcmalloc_debug_la-linuxthreads.lo' libtool=yes @AMDEPBACKSLASH@
3297 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3505 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
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 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
3299 3507
3300 libtcmalloc_debug_la-heap-checker.lo: src/heap-checker.cc 3508 libtcmalloc_debug_la-heap-checker.lo: 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; \ 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
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 3510 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/libtcmalloc_debug_la-heap-checker.Tpo $( DEPDIR)/libtcmalloc_debug_la-heap-checker.Plo
3303 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/heap-checker.cc' object='lib tcmalloc_debug_la-heap-checker.lo' libtool=yes @AMDEPBACKSLASH@ 3511 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/heap-checker.cc' object='lib tcmalloc_debug_la-heap-checker.lo' libtool=yes @AMDEPBACKSLASH@
3304 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3512 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
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 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
3306 3514
3307 libtcmalloc_debug_la-heap-checker-bcad.lo: src/heap-checker-bcad.cc 3515 libtcmalloc_debug_la-heap-checker-bcad.lo: 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; \ 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
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 3517 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/libtcmalloc_debug_la-heap-checker-bcad.T po $(DEPDIR)/libtcmalloc_debug_la-heap-checker-bcad.Plo
3310 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/heap-checker-bcad.cc' object ='libtcmalloc_debug_la-heap-checker-bcad.lo' libtool=yes @AMDEPBACKSLASH@ 3518 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/heap-checker-bcad.cc' object ='libtcmalloc_debug_la-heap-checker-bcad.lo' libtool=yes @AMDEPBACKSLASH@
3311 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3519 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
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 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
3313 3521
3314 libtcmalloc_internal_la-common.lo: src/common.cc 3522 libtcmalloc_internal_la-common.lo: src/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; \ 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
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 3524 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/libtcmalloc_internal_la-common.Tpo $(DEP DIR)/libtcmalloc_internal_la-common.Plo
3317 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/common.cc' object='libtcmall oc_internal_la-common.lo' libtool=yes @AMDEPBACKSLASH@ 3525 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/common.cc' object='libtcmall oc_internal_la-common.lo' libtool=yes @AMDEPBACKSLASH@
3318 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3526 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
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 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
3320 3528
3321 libtcmalloc_internal_la-internal_logging.lo: src/internal_logging.cc 3529 libtcmalloc_internal_la-internal_logging.lo: 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; \ 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
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 3531 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/libtcmalloc_internal_la-internal_logging .Tpo $(DEPDIR)/libtcmalloc_internal_la-internal_logging.Plo
3324 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/internal_logging.cc' object= 'libtcmalloc_internal_la-internal_logging.lo' libtool=yes @AMDEPBACKSLASH@ 3532 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/internal_logging.cc' object= 'libtcmalloc_internal_la-internal_logging.lo' libtool=yes @AMDEPBACKSLASH@
3325 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3533 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
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 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
3327 3535
3328 libtcmalloc_internal_la-system-alloc.lo: src/system-alloc.cc 3536 libtcmalloc_internal_la-system-alloc.lo: 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; \ 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
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 3538 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/libtcmalloc_internal_la-system-alloc.Tpo $(DEPDIR)/libtcmalloc_internal_la-system-alloc.Plo
3331 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/system-alloc.cc' object='lib tcmalloc_internal_la-system-alloc.lo' libtool=yes @AMDEPBACKSLASH@ 3539 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/system-alloc.cc' object='lib tcmalloc_internal_la-system-alloc.lo' libtool=yes @AMDEPBACKSLASH@
3332 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3540 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
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 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
3334 3542
3335 libtcmalloc_internal_la-memfs_malloc.lo: src/memfs_malloc.cc 3543 libtcmalloc_internal_la-memfs_malloc.lo: 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; \ 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
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 3545 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/libtcmalloc_internal_la-memfs_malloc.Tpo $(DEPDIR)/libtcmalloc_internal_la-memfs_malloc.Plo
3338 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/memfs_malloc.cc' object='lib tcmalloc_internal_la-memfs_malloc.lo' libtool=yes @AMDEPBACKSLASH@ 3546 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/memfs_malloc.cc' object='lib tcmalloc_internal_la-memfs_malloc.lo' libtool=yes @AMDEPBACKSLASH@
3339 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3547 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
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 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
3341 3549
3342 libtcmalloc_internal_la-central_freelist.lo: src/central_freelist.cc 3550 libtcmalloc_internal_la-central_freelist.lo: 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; \ 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
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 3552 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/libtcmalloc_internal_la-central_freelist .Tpo $(DEPDIR)/libtcmalloc_internal_la-central_freelist.Plo
3345 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/central_freelist.cc' object= 'libtcmalloc_internal_la-central_freelist.lo' libtool=yes @AMDEPBACKSLASH@ 3553 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/central_freelist.cc' object= 'libtcmalloc_internal_la-central_freelist.lo' libtool=yes @AMDEPBACKSLASH@
3346 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3554 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
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 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
3348 3556
3349 libtcmalloc_internal_la-page_heap.lo: src/page_heap.cc 3557 libtcmalloc_internal_la-page_heap.lo: 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; \ 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
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 3559 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/libtcmalloc_internal_la-page_heap.Tpo $( DEPDIR)/libtcmalloc_internal_la-page_heap.Plo
3352 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/page_heap.cc' object='libtcm alloc_internal_la-page_heap.lo' libtool=yes @AMDEPBACKSLASH@ 3560 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/page_heap.cc' object='libtcm alloc_internal_la-page_heap.lo' libtool=yes @AMDEPBACKSLASH@
3353 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3561 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
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 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
3355 3563
3356 libtcmalloc_internal_la-sampler.lo: src/sampler.cc 3564 libtcmalloc_internal_la-sampler.lo: 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; \ 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
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 3566 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/libtcmalloc_internal_la-sampler.Tpo $(DE PDIR)/libtcmalloc_internal_la-sampler.Plo
3359 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/sampler.cc' object='libtcmal loc_internal_la-sampler.lo' libtool=yes @AMDEPBACKSLASH@ 3567 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/sampler.cc' object='libtcmal loc_internal_la-sampler.lo' libtool=yes @AMDEPBACKSLASH@
3360 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3568 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
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 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
3362 3570
3363 libtcmalloc_internal_la-span.lo: src/span.cc 3571 libtcmalloc_internal_la-span.lo: src/span.cc
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; \ 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
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 3573 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/libtcmalloc_internal_la-span.Tpo $(DEPDI R)/libtcmalloc_internal_la-span.Plo
3366 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/span.cc' object='libtcmalloc _internal_la-span.lo' libtool=yes @AMDEPBACKSLASH@ 3574 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/span.cc' object='libtcmalloc _internal_la-span.lo' libtool=yes @AMDEPBACKSLASH@
3367 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3575 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
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 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
3369 3577
3370 libtcmalloc_internal_la-stack_trace_table.lo: src/stack_trace_table.cc 3578 libtcmalloc_internal_la-stack_trace_table.lo: 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; \ 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
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 3580 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/libtcmalloc_internal_la-stack_trace_tabl e.Tpo $(DEPDIR)/libtcmalloc_internal_la-stack_trace_table.Plo
3373 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/stack_trace_table.cc' object ='libtcmalloc_internal_la-stack_trace_table.lo' libtool=yes @AMDEPBACKSLASH@ 3581 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/stack_trace_table.cc' object ='libtcmalloc_internal_la-stack_trace_table.lo' libtool=yes @AMDEPBACKSLASH@
3374 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3582 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
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 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
3376 3584
3377 libtcmalloc_internal_la-static_vars.lo: src/static_vars.cc 3585 libtcmalloc_internal_la-static_vars.lo: 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; \ 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
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 3587 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/libtcmalloc_internal_la-static_vars.Tpo $(DEPDIR)/libtcmalloc_internal_la-static_vars.Plo
3380 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/static_vars.cc' object='libt cmalloc_internal_la-static_vars.lo' libtool=yes @AMDEPBACKSLASH@ 3588 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/static_vars.cc' object='libt cmalloc_internal_la-static_vars.lo' libtool=yes @AMDEPBACKSLASH@
3381 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3589 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
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 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
3383 3591
3384 libtcmalloc_internal_la-symbolize.lo: src/symbolize.cc 3592 libtcmalloc_internal_la-symbolize.lo: 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; \ 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
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 3594 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/libtcmalloc_internal_la-symbolize.Tpo $( DEPDIR)/libtcmalloc_internal_la-symbolize.Plo
3387 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/symbolize.cc' object='libtcm alloc_internal_la-symbolize.lo' libtool=yes @AMDEPBACKSLASH@ 3595 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/symbolize.cc' object='libtcm alloc_internal_la-symbolize.lo' libtool=yes @AMDEPBACKSLASH@
3388 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3596 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
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 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
3390 3598
3391 libtcmalloc_internal_la-thread_cache.lo: src/thread_cache.cc 3599 libtcmalloc_internal_la-thread_cache.lo: 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; \ 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
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 3601 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/libtcmalloc_internal_la-thread_cache.Tpo $(DEPDIR)/libtcmalloc_internal_la-thread_cache.Plo
3394 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/thread_cache.cc' object='lib tcmalloc_internal_la-thread_cache.lo' libtool=yes @AMDEPBACKSLASH@ 3602 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/thread_cache.cc' object='lib tcmalloc_internal_la-thread_cache.lo' libtool=yes @AMDEPBACKSLASH@
3395 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3603 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
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 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
3397 3605
3398 libtcmalloc_internal_la-malloc_hook.lo: src/malloc_hook.cc 3606 libtcmalloc_internal_la-malloc_hook.lo: 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; \ 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
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 3608 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/libtcmalloc_internal_la-malloc_hook.Tpo $(DEPDIR)/libtcmalloc_internal_la-malloc_hook.Plo
3401 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/malloc_hook.cc' object='libt cmalloc_internal_la-malloc_hook.lo' libtool=yes @AMDEPBACKSLASH@ 3609 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/malloc_hook.cc' object='libt cmalloc_internal_la-malloc_hook.lo' libtool=yes @AMDEPBACKSLASH@
3402 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3610 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
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 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
3404 3612
3405 libtcmalloc_internal_la-malloc_extension.lo: src/malloc_extension.cc 3613 libtcmalloc_internal_la-malloc_extension.lo: 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; \ 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
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 3615 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/libtcmalloc_internal_la-malloc_extension .Tpo $(DEPDIR)/libtcmalloc_internal_la-malloc_extension.Plo
3408 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/malloc_extension.cc' object= 'libtcmalloc_internal_la-malloc_extension.lo' libtool=yes @AMDEPBACKSLASH@ 3616 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/malloc_extension.cc' object= 'libtcmalloc_internal_la-malloc_extension.lo' libtool=yes @AMDEPBACKSLASH@
3409 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3617 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
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 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
3411 3619
3412 libtcmalloc_internal_la-maybe_threads.lo: src/maybe_threads.cc 3620 libtcmalloc_internal_la-maybe_threads.lo: 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; \ 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
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 3622 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/libtcmalloc_internal_la-maybe_threads.Tp o $(DEPDIR)/libtcmalloc_internal_la-maybe_threads.Plo
3415 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/maybe_threads.cc' object='li btcmalloc_internal_la-maybe_threads.lo' libtool=yes @AMDEPBACKSLASH@ 3623 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/maybe_threads.cc' object='li btcmalloc_internal_la-maybe_threads.lo' libtool=yes @AMDEPBACKSLASH@
3416 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3624 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
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 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
3418 3626
3419 libtcmalloc_internal_la-low_level_alloc.lo: src/base/low_level_alloc.cc 3627 libtcmalloc_internal_la-low_level_alloc.lo: 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; \ 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
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 3629 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/libtcmalloc_internal_la-low_level_alloc. Tpo $(DEPDIR)/libtcmalloc_internal_la-low_level_alloc.Plo
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@ 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@
3423 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3631 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
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 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
3425 3633
3426 libtcmalloc_internal_la-heap-profile-table.lo: src/heap-profile-table.cc 3634 libtcmalloc_internal_la-heap-profile-table.lo: 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; \ 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
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 3636 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/libtcmalloc_internal_la-heap-profile-tab le.Tpo $(DEPDIR)/libtcmalloc_internal_la-heap-profile-table.Plo
3429 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/heap-profile-table.cc' objec t='libtcmalloc_internal_la-heap-profile-table.lo' libtool=yes @AMDEPBACKSLASH@ 3637 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/heap-profile-table.cc' objec t='libtcmalloc_internal_la-heap-profile-table.lo' libtool=yes @AMDEPBACKSLASH@
3430 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3638 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
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 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
3432 3640
3433 libtcmalloc_internal_la-heap-profiler.lo: src/heap-profiler.cc 3641 libtcmalloc_internal_la-heap-profiler.lo: 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; \ 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
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 3643 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/libtcmalloc_internal_la-heap-profiler.Tp o $(DEPDIR)/libtcmalloc_internal_la-heap-profiler.Plo
3436 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/heap-profiler.cc' object='li btcmalloc_internal_la-heap-profiler.lo' libtool=yes @AMDEPBACKSLASH@ 3644 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/heap-profiler.cc' object='li btcmalloc_internal_la-heap-profiler.lo' libtool=yes @AMDEPBACKSLASH@
3437 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3645 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
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 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
3439 3647
3440 libtcmalloc_internal_la-raw_printer.lo: src/raw_printer.cc 3648 libtcmalloc_internal_la-raw_printer.lo: 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; \ 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
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 3650 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/libtcmalloc_internal_la-raw_printer.Tpo $(DEPDIR)/libtcmalloc_internal_la-raw_printer.Plo
3443 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/raw_printer.cc' object='libt cmalloc_internal_la-raw_printer.lo' libtool=yes @AMDEPBACKSLASH@ 3651 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/raw_printer.cc' object='libt cmalloc_internal_la-raw_printer.lo' libtool=yes @AMDEPBACKSLASH@
3444 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3652 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
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 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
3446 3654
3447 libtcmalloc_internal_la-memory_region_map.lo: src/memory_region_map.cc 3655 libtcmalloc_internal_la-memory_region_map.lo: 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; \ 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
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 3657 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/libtcmalloc_internal_la-memory_region_ma p.Tpo $(DEPDIR)/libtcmalloc_internal_la-memory_region_map.Plo
3450 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/memory_region_map.cc' object ='libtcmalloc_internal_la-memory_region_map.lo' libtool=yes @AMDEPBACKSLASH@ 3658 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/memory_region_map.cc' object ='libtcmalloc_internal_la-memory_region_map.lo' libtool=yes @AMDEPBACKSLASH@
3451 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3659 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
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 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
3453 3661
3454 libtcmalloc_minimal_la-tcmalloc.lo: src/tcmalloc.cc 3662 libtcmalloc_minimal_la-tcmalloc.lo: 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; \ 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
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 3664 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/libtcmalloc_minimal_la-tcmalloc.Tpo $(DE PDIR)/libtcmalloc_minimal_la-tcmalloc.Plo
3457 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tcmalloc.cc' object='libtcma lloc_minimal_la-tcmalloc.lo' libtool=yes @AMDEPBACKSLASH@ 3665 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tcmalloc.cc' object='libtcma lloc_minimal_la-tcmalloc.lo' libtool=yes @AMDEPBACKSLASH@
3458 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3666 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
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 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
3460 3668
3461 libtcmalloc_minimal_debug_la-debugallocation.lo: src/debugallocation.cc 3669 libtcmalloc_minimal_debug_la-debugallocation.lo: 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; \ 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
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 3671 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/libtcmalloc_minimal_debug_la-debugalloca tion.Tpo $(DEPDIR)/libtcmalloc_minimal_debug_la-debugallocation.Plo
3464 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/debugallocation.cc' object=' libtcmalloc_minimal_debug_la-debugallocation.lo' libtool=yes @AMDEPBACKSLASH@ 3672 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/debugallocation.cc' object=' libtcmalloc_minimal_debug_la-debugallocation.lo' libtool=yes @AMDEPBACKSLASH@
3465 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3673 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
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 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
3467 3675
3468 libtcmalloc_minimal_internal_la-common.lo: src/common.cc 3676 libtcmalloc_minimal_internal_la-common.lo: 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; \ 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
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 3678 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/libtcmalloc_minimal_internal_la-common.T po $(DEPDIR)/libtcmalloc_minimal_internal_la-common.Plo
3471 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/common.cc' object='libtcmall oc_minimal_internal_la-common.lo' libtool=yes @AMDEPBACKSLASH@ 3679 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/common.cc' object='libtcmall oc_minimal_internal_la-common.lo' libtool=yes @AMDEPBACKSLASH@
3472 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3680 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
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 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
3474 3682
3475 libtcmalloc_minimal_internal_la-internal_logging.lo: src/internal_logging.cc 3683 libtcmalloc_minimal_internal_la-internal_logging.lo: src/internal_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; \ 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
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 3685 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/libtcmalloc_minimal_internal_la-internal _logging.Tpo $(DEPDIR)/libtcmalloc_minimal_internal_la-internal_logging.Plo
3478 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/internal_logging.cc' object= 'libtcmalloc_minimal_internal_la-internal_logging.lo' libtool=yes @AMDEPBACKSLAS H@ 3686 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/internal_logging.cc' object= 'libtcmalloc_minimal_internal_la-internal_logging.lo' libtool=yes @AMDEPBACKSLAS H@
3479 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3687 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
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 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
3481 3689
3482 libtcmalloc_minimal_internal_la-system-alloc.lo: src/system-alloc.cc 3690 libtcmalloc_minimal_internal_la-system-alloc.lo: 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; \ 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
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 3692 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/libtcmalloc_minimal_internal_la-system-a lloc.Tpo $(DEPDIR)/libtcmalloc_minimal_internal_la-system-alloc.Plo
3485 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/system-alloc.cc' object='lib tcmalloc_minimal_internal_la-system-alloc.lo' libtool=yes @AMDEPBACKSLASH@ 3693 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/system-alloc.cc' object='lib tcmalloc_minimal_internal_la-system-alloc.lo' libtool=yes @AMDEPBACKSLASH@
3486 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3694 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
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 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
3488 3696
3489 libtcmalloc_minimal_internal_la-memfs_malloc.lo: src/memfs_malloc.cc 3697 libtcmalloc_minimal_internal_la-memfs_malloc.lo: 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; \ 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
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 3699 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/libtcmalloc_minimal_internal_la-memfs_ma lloc.Tpo $(DEPDIR)/libtcmalloc_minimal_internal_la-memfs_malloc.Plo
3492 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/memfs_malloc.cc' object='lib tcmalloc_minimal_internal_la-memfs_malloc.lo' libtool=yes @AMDEPBACKSLASH@ 3700 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/memfs_malloc.cc' object='lib tcmalloc_minimal_internal_la-memfs_malloc.lo' libtool=yes @AMDEPBACKSLASH@
3493 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3701 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
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 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
3495 3703
3496 libtcmalloc_minimal_internal_la-central_freelist.lo: src/central_freelist.cc 3704 libtcmalloc_minimal_internal_la-central_freelist.lo: src/central_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; \ 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
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 3706 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/libtcmalloc_minimal_internal_la-central_ freelist.Tpo $(DEPDIR)/libtcmalloc_minimal_internal_la-central_freelist.Plo
3499 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/central_freelist.cc' object= 'libtcmalloc_minimal_internal_la-central_freelist.lo' libtool=yes @AMDEPBACKSLAS H@ 3707 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/central_freelist.cc' object= 'libtcmalloc_minimal_internal_la-central_freelist.lo' libtool=yes @AMDEPBACKSLAS H@
3500 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3708 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
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 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
3502 3710
3503 libtcmalloc_minimal_internal_la-page_heap.lo: src/page_heap.cc 3711 libtcmalloc_minimal_internal_la-page_heap.lo: 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; \ 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
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 3713 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/libtcmalloc_minimal_internal_la-page_hea p.Tpo $(DEPDIR)/libtcmalloc_minimal_internal_la-page_heap.Plo
3506 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/page_heap.cc' object='libtcm alloc_minimal_internal_la-page_heap.lo' libtool=yes @AMDEPBACKSLASH@ 3714 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/page_heap.cc' object='libtcm alloc_minimal_internal_la-page_heap.lo' libtool=yes @AMDEPBACKSLASH@
3507 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3715 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
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 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
3509 3717
3510 libtcmalloc_minimal_internal_la-sampler.lo: src/sampler.cc 3718 libtcmalloc_minimal_internal_la-sampler.lo: 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; \ 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
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 3720 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/libtcmalloc_minimal_internal_la-sampler. Tpo $(DEPDIR)/libtcmalloc_minimal_internal_la-sampler.Plo
3513 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/sampler.cc' object='libtcmal loc_minimal_internal_la-sampler.lo' libtool=yes @AMDEPBACKSLASH@ 3721 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/sampler.cc' object='libtcmal loc_minimal_internal_la-sampler.lo' libtool=yes @AMDEPBACKSLASH@
3514 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3722 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
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 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
3516 3724
3517 libtcmalloc_minimal_internal_la-span.lo: src/span.cc 3725 libtcmalloc_minimal_internal_la-span.lo: 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; \ 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
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 3727 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/libtcmalloc_minimal_internal_la-span.Tpo $(DEPDIR)/libtcmalloc_minimal_internal_la-span.Plo
3520 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/span.cc' object='libtcmalloc _minimal_internal_la-span.lo' libtool=yes @AMDEPBACKSLASH@ 3728 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/span.cc' object='libtcmalloc _minimal_internal_la-span.lo' libtool=yes @AMDEPBACKSLASH@
3521 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3729 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
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 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
3523 3731
3524 libtcmalloc_minimal_internal_la-stack_trace_table.lo: src/stack_trace_table.cc 3732 libtcmalloc_minimal_internal_la-stack_trace_table.lo: src/stack_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; \ 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
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 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
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@ 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@
3528 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3736 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
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 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
3530 3738
3531 libtcmalloc_minimal_internal_la-static_vars.lo: src/static_vars.cc 3739 libtcmalloc_minimal_internal_la-static_vars.lo: 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; \ 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
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 3741 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/libtcmalloc_minimal_internal_la-static_v ars.Tpo $(DEPDIR)/libtcmalloc_minimal_internal_la-static_vars.Plo
3534 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/static_vars.cc' object='libt cmalloc_minimal_internal_la-static_vars.lo' libtool=yes @AMDEPBACKSLASH@ 3742 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/static_vars.cc' object='libt cmalloc_minimal_internal_la-static_vars.lo' libtool=yes @AMDEPBACKSLASH@
3535 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3743 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
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 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
3537 3745
3538 libtcmalloc_minimal_internal_la-symbolize.lo: src/symbolize.cc 3746 libtcmalloc_minimal_internal_la-symbolize.lo: 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; \ 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
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 3748 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/libtcmalloc_minimal_internal_la-symboliz e.Tpo $(DEPDIR)/libtcmalloc_minimal_internal_la-symbolize.Plo
3541 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/symbolize.cc' object='libtcm alloc_minimal_internal_la-symbolize.lo' libtool=yes @AMDEPBACKSLASH@ 3749 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/symbolize.cc' object='libtcm alloc_minimal_internal_la-symbolize.lo' libtool=yes @AMDEPBACKSLASH@
3542 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3750 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
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 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
3544 3752
3545 libtcmalloc_minimal_internal_la-thread_cache.lo: src/thread_cache.cc 3753 libtcmalloc_minimal_internal_la-thread_cache.lo: 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; \ 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
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 3755 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/libtcmalloc_minimal_internal_la-thread_c ache.Tpo $(DEPDIR)/libtcmalloc_minimal_internal_la-thread_cache.Plo
3548 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/thread_cache.cc' object='lib tcmalloc_minimal_internal_la-thread_cache.lo' libtool=yes @AMDEPBACKSLASH@ 3756 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/thread_cache.cc' object='lib tcmalloc_minimal_internal_la-thread_cache.lo' libtool=yes @AMDEPBACKSLASH@
3549 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3757 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
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 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
3551 3759
3552 libtcmalloc_minimal_internal_la-malloc_hook.lo: src/malloc_hook.cc 3760 libtcmalloc_minimal_internal_la-malloc_hook.lo: 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; \ 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
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 3762 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/libtcmalloc_minimal_internal_la-malloc_h ook.Tpo $(DEPDIR)/libtcmalloc_minimal_internal_la-malloc_hook.Plo
3555 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/malloc_hook.cc' object='libt cmalloc_minimal_internal_la-malloc_hook.lo' libtool=yes @AMDEPBACKSLASH@ 3763 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/malloc_hook.cc' object='libt cmalloc_minimal_internal_la-malloc_hook.lo' libtool=yes @AMDEPBACKSLASH@
3556 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3764 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
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 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
3558 3766
3559 libtcmalloc_minimal_internal_la-malloc_extension.lo: src/malloc_extension.cc 3767 libtcmalloc_minimal_internal_la-malloc_extension.lo: 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; \ 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
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 3769 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/libtcmalloc_minimal_internal_la-malloc_e xtension.Tpo $(DEPDIR)/libtcmalloc_minimal_internal_la-malloc_extension.Plo
3562 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/malloc_extension.cc' object= 'libtcmalloc_minimal_internal_la-malloc_extension.lo' libtool=yes @AMDEPBACKSLAS H@ 3770 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/malloc_extension.cc' object= 'libtcmalloc_minimal_internal_la-malloc_extension.lo' libtool=yes @AMDEPBACKSLAS H@
3563 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3771 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
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 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
3565 3773
3566 libtcmalloc_minimal_internal_la-maybe_threads.lo: src/maybe_threads.cc 3774 libtcmalloc_minimal_internal_la-maybe_threads.lo: 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; \ 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
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 3776 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/libtcmalloc_minimal_internal_la-maybe_th reads.Tpo $(DEPDIR)/libtcmalloc_minimal_internal_la-maybe_threads.Plo
3569 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/maybe_threads.cc' object='li btcmalloc_minimal_internal_la-maybe_threads.lo' libtool=yes @AMDEPBACKSLASH@ 3777 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/maybe_threads.cc' object='li btcmalloc_minimal_internal_la-maybe_threads.lo' libtool=yes @AMDEPBACKSLASH@
3570 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3778 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
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 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
3572 3780
3573 port.lo: src/windows/port.cc 3781 port.lo: src/windows/port.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; \ 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
3575 @am__fastdepCXX_TRUE@» then mv -f "$(DEPDIR)/port.Tpo" "$(DEPDIR)/port.Plo"; el se rm -f "$(DEPDIR)/port.Tpo"; exit 1; fi 3783 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/port.Tpo $(DEPDIR)/port.Plo
3576 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/windows/port.cc' object='por t.lo' libtool=yes @AMDEPBACKSLASH@ 3784 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/windows/port.cc' object='por t.lo' libtool=yes @AMDEPBACKSLASH@
3577 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3785 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
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 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
3579 3787
3580 ia32_modrm_map.lo: src/windows/ia32_modrm_map.cc 3788 ia32_modrm_map.lo: 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; \ 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
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 3790 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/ia32_modrm_map.Tpo $(DEPDIR)/ia32_modrm_ map.Plo
3583 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/windows/ia32_modrm_map.cc' o bject='ia32_modrm_map.lo' libtool=yes @AMDEPBACKSLASH@ 3791 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/windows/ia32_modrm_map.cc' o bject='ia32_modrm_map.lo' libtool=yes @AMDEPBACKSLASH@
3584 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3792 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
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 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
3586 3794
3587 ia32_opcode_map.lo: src/windows/ia32_opcode_map.cc 3795 ia32_opcode_map.lo: 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; \ 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
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 3797 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/ia32_opcode_map.Tpo $(DEPDIR)/ia32_opcod e_map.Plo
3590 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/windows/ia32_opcode_map.cc' object='ia32_opcode_map.lo' libtool=yes @AMDEPBACKSLASH@ 3798 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/windows/ia32_opcode_map.cc' object='ia32_opcode_map.lo' libtool=yes @AMDEPBACKSLASH@
3591 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3799 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
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 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
3593 3801
3594 mini_disassembler.lo: src/windows/mini_disassembler.cc 3802 mini_disassembler.lo: 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; \ 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
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 3804 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/mini_disassembler.Tpo $(DEPDIR)/mini_dis assembler.Plo
3597 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/windows/mini_disassembler.cc ' object='mini_disassembler.lo' libtool=yes @AMDEPBACKSLASH@ 3805 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/windows/mini_disassembler.cc ' object='mini_disassembler.lo' libtool=yes @AMDEPBACKSLASH@
3598 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3806 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
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 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
3600 3808
3601 patch_functions.lo: src/windows/patch_functions.cc 3809 patch_functions.lo: 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; \ 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
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 3811 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/patch_functions.Tpo $(DEPDIR)/patch_func tions.Plo
3604 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/windows/patch_functions.cc' object='patch_functions.lo' libtool=yes @AMDEPBACKSLASH@ 3812 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/windows/patch_functions.cc' object='patch_functions.lo' libtool=yes @AMDEPBACKSLASH@
3605 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3813 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
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 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
3607 3815
3608 preamble_patcher.lo: src/windows/preamble_patcher.cc 3816 preamble_patcher.lo: 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; \ 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
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 3818 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/preamble_patcher.Tpo $(DEPDIR)/preamble_ patcher.Plo
3611 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/windows/preamble_patcher.cc' object='preamble_patcher.lo' libtool=yes @AMDEPBACKSLASH@ 3819 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/windows/preamble_patcher.cc' object='preamble_patcher.lo' libtool=yes @AMDEPBACKSLASH@
3612 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3820 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
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 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
3614 3822
3615 preamble_patcher_with_stub.lo: src/windows/preamble_patcher_with_stub.cc 3823 preamble_patcher_with_stub.lo: src/windows/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; \ 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
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 3825 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/preamble_patcher_with_stub.Tpo $(DEPDIR) /preamble_patcher_with_stub.Plo
3618 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/windows/preamble_patcher_wit h_stub.cc' object='preamble_patcher_with_stub.lo' libtool=yes @AMDEPBACKSLASH@ 3826 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/windows/preamble_patcher_wit h_stub.cc' object='preamble_patcher_with_stub.lo' libtool=yes @AMDEPBACKSLASH@
3619 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3827 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
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 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
3621 3829
3622 addressmap_unittest-addressmap_unittest.o: src/tests/addressmap_unittest.cc 3830 addressmap_unittest-addressmap_unittest.o: 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; \ 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
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 3832 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/addressmap_unittest-addressmap_unittest. Tpo $(DEPDIR)/addressmap_unittest-addressmap_unittest.Po
3625 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/addressmap_unittest.cc ' object='addressmap_unittest-addressmap_unittest.o' libtool=no @AMDEPBACKSLASH@ 3833 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/addressmap_unittest.cc ' object='addressmap_unittest-addressmap_unittest.o' libtool=no @AMDEPBACKSLASH@
3626 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3834 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
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 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
3628 3836
3629 addressmap_unittest-addressmap_unittest.obj: src/tests/addressmap_unittest.cc 3837 addressmap_unittest-addressmap_unittest.obj: src/tests/addressmap_unittest.cc
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` ; \ 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`
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 3839 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/addressmap_unittest-addressmap_unittest. Tpo $(DEPDIR)/addressmap_unittest-addressmap_unittest.Po
3632 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/addressmap_unittest.cc ' object='addressmap_unittest-addressmap_unittest.obj' libtool=no @AMDEPBACKSLAS H@ 3840 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/addressmap_unittest.cc ' object='addressmap_unittest-addressmap_unittest.obj' libtool=no @AMDEPBACKSLAS H@
3633 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3841 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
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` 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`
3635 3843
3636 addressmap_unittest-port.o: src/windows/port.cc 3844 addressmap_unittest-port.o: 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; \ 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
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 3846 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/addressmap_unittest-port.Tpo $(DEPDIR)/a ddressmap_unittest-port.Po
3639 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/windows/port.cc' object='add ressmap_unittest-port.o' libtool=no @AMDEPBACKSLASH@ 3847 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/windows/port.cc' object='add ressmap_unittest-port.o' libtool=no @AMDEPBACKSLASH@
3640 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3848 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
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 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
3642 3850
3643 addressmap_unittest-port.obj: src/windows/port.cc 3851 addressmap_unittest-port.obj: src/windows/port.cc
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`; \ 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`
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 3853 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/addressmap_unittest-port.Tpo $(DEPDIR)/a ddressmap_unittest-port.Po
3646 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/windows/port.cc' object='add ressmap_unittest-port.obj' libtool=no @AMDEPBACKSLASH@ 3854 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/windows/port.cc' object='add ressmap_unittest-port.obj' libtool=no @AMDEPBACKSLASH@
3647 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3855 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
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` 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`
3649 3857
3650 atomicops_unittest.o: src/tests/atomicops_unittest.cc 3858 atomicops_unittest.o: 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; \ 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
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 3860 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/atomicops_unittest.Tpo $(DEPDIR)/atomico ps_unittest.Po
3653 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/atomicops_unittest.cc' object='atomicops_unittest.o' libtool=no @AMDEPBACKSLASH@ 3861 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/atomicops_unittest.cc' object='atomicops_unittest.o' libtool=no @AMDEPBACKSLASH@
3654 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3862 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
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 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
3656 3864
3657 atomicops_unittest.obj: src/tests/atomicops_unittest.cc 3865 atomicops_unittest.obj: src/tests/atomicops_unittest.cc
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`; \ 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`
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 3867 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/atomicops_unittest.Tpo $(DEPDIR)/atomico ps_unittest.Po
3660 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/atomicops_unittest.cc' object='atomicops_unittest.obj' libtool=no @AMDEPBACKSLASH@ 3868 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/atomicops_unittest.cc' object='atomicops_unittest.obj' libtool=no @AMDEPBACKSLASH@
3661 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3869 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
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` 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`
3663 3871
3664 current_allocated_bytes_test-current_allocated_bytes_test.o: src/tests/current_a llocated_bytes_test.cc 3872 current_allocated_bytes_test-current_allocated_bytes_test.o: src/tests/current_a llocated_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; \ 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
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 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
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@ 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@
3668 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3876 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
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 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
3670 3878
3671 current_allocated_bytes_test-current_allocated_bytes_test.obj: src/tests/current _allocated_bytes_test.cc 3879 current_allocated_bytes_test-current_allocated_bytes_test.obj: src/tests/current _allocated_bytes_test.cc
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`; \ 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`
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 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
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@ 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@
3675 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3883 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
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` 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`
3677 3885
3678 debugallocation_test-debugallocation_test.o: src/tests/debugallocation_test.cc 3886 debugallocation_test-debugallocation_test.o: 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; \ 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
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 3888 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/debugallocation_test-debugallocation_tes t.Tpo $(DEPDIR)/debugallocation_test-debugallocation_test.Po
3681 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/debugallocation_test.c c' object='debugallocation_test-debugallocation_test.o' libtool=no @AMDEPBACKSLA SH@ 3889 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/debugallocation_test.c c' object='debugallocation_test-debugallocation_test.o' libtool=no @AMDEPBACKSLA SH@
3682 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3890 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
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 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
3684 3892
3685 debugallocation_test-debugallocation_test.obj: src/tests/debugallocation_test.cc 3893 debugallocation_test-debugallocation_test.obj: src/tests/debugallocation_test.cc
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`; \ 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`
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 3895 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/debugallocation_test-debugallocation_tes t.Tpo $(DEPDIR)/debugallocation_test-debugallocation_test.Po
3688 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/debugallocation_test.c c' object='debugallocation_test-debugallocation_test.obj' libtool=no @AMDEPBACKS LASH@ 3896 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/debugallocation_test.c c' object='debugallocation_test-debugallocation_test.obj' libtool=no @AMDEPBACKS LASH@
3689 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3897 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
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` 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`
3691 3899
3692 frag_unittest-frag_unittest.o: src/tests/frag_unittest.cc 3900 frag_unittest-frag_unittest.o: src/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; \ 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
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 3902 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/frag_unittest-frag_unittest.Tpo $(DEPDIR )/frag_unittest-frag_unittest.Po
3695 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/frag_unittest.cc' obje ct='frag_unittest-frag_unittest.o' libtool=no @AMDEPBACKSLASH@ 3903 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/frag_unittest.cc' obje ct='frag_unittest-frag_unittest.o' libtool=no @AMDEPBACKSLASH@
3696 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3904 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
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 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
3698 3906
3699 frag_unittest-frag_unittest.obj: src/tests/frag_unittest.cc 3907 frag_unittest-frag_unittest.obj: src/tests/frag_unittest.cc
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`; \ 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`
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 3909 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/frag_unittest-frag_unittest.Tpo $(DEPDIR )/frag_unittest-frag_unittest.Po
3702 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/frag_unittest.cc' obje ct='frag_unittest-frag_unittest.obj' libtool=no @AMDEPBACKSLASH@ 3910 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/frag_unittest.cc' obje ct='frag_unittest-frag_unittest.obj' libtool=no @AMDEPBACKSLASH@
3703 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3911 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
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` 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`
3705 3913
3706 getpc_test.o: src/tests/getpc_test.cc 3914 getpc_test.o: 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; \ 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
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 3916 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/getpc_test.Tpo $(DEPDIR)/getpc_test.Po
3709 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/getpc_test.cc' object= 'getpc_test.o' libtool=no @AMDEPBACKSLASH@ 3917 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/getpc_test.cc' object= 'getpc_test.o' libtool=no @AMDEPBACKSLASH@
3710 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3918 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
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 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
3712 3920
3713 getpc_test.obj: src/tests/getpc_test.cc 3921 getpc_test.obj: src/tests/getpc_test.cc
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`; \ 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`
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 3923 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/getpc_test.Tpo $(DEPDIR)/getpc_test.Po
3716 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/getpc_test.cc' object= 'getpc_test.obj' libtool=no @AMDEPBACKSLASH@ 3924 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/getpc_test.cc' object= 'getpc_test.obj' libtool=no @AMDEPBACKSLASH@
3717 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3925 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
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` 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`
3719 3927
3720 heap_checker_debug_unittest-heap-checker_unittest.o: src/tests/heap-checker_unit test.cc 3928 heap_checker_debug_unittest-heap-checker_unittest.o: src/tests/heap-checker_unit test.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; \ 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
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 3930 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/heap_checker_debug_unittest-heap-checker _unittest.Tpo $(DEPDIR)/heap_checker_debug_unittest-heap-checker_unittest.Po
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@ 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@
3724 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3932 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
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 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
3726 3934
3727 heap_checker_debug_unittest-heap-checker_unittest.obj: src/tests/heap-checker_un ittest.cc 3935 heap_checker_debug_unittest-heap-checker_unittest.obj: src/tests/heap-checker_un ittest.cc
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`; \ 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`
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 3937 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/heap_checker_debug_unittest-heap-checker _unittest.Tpo $(DEPDIR)/heap_checker_debug_unittest-heap-checker_unittest.Po
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@ 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@
3731 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3939 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
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` 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`
3733 3941
3734 heap_checker_unittest-heap-checker_unittest.o: src/tests/heap-checker_unittest.c c 3942 heap_checker_unittest-heap-checker_unittest.o: src/tests/heap-checker_unittest.c c
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; \ 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
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 3944 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/heap_checker_unittest-heap-checker_unitt est.Tpo $(DEPDIR)/heap_checker_unittest-heap-checker_unittest.Po
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@ 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@
3738 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3946 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
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 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
3740 3948
3741 heap_checker_unittest-heap-checker_unittest.obj: src/tests/heap-checker_unittest .cc 3949 heap_checker_unittest-heap-checker_unittest.obj: src/tests/heap-checker_unittest .cc
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`; \ 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`
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 3951 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/heap_checker_unittest-heap-checker_unitt est.Tpo $(DEPDIR)/heap_checker_unittest-heap-checker_unittest.Po
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@ 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@
3745 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3953 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
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` 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`
3747 3955
3748 heap_profiler_debug_unittest-heap-profiler_unittest.o: src/tests/heap-profiler_u nittest.cc 3956 heap_profiler_debug_unittest-heap-profiler_unittest.o: src/tests/heap-profiler_u nittest.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; \ 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
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 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
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@ 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@
3752 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3960 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
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 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
3754 3962
3755 heap_profiler_debug_unittest-heap-profiler_unittest.obj: src/tests/heap-profiler _unittest.cc 3963 heap_profiler_debug_unittest-heap-profiler_unittest.obj: src/tests/heap-profiler _unittest.cc
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`; \ 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`
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 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
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@ 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@
3759 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3967 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
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` 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`
3761 3969
3762 heap_profiler_unittest-heap-profiler_unittest.o: src/tests/heap-profiler_unittes t.cc 3970 heap_profiler_unittest-heap-profiler_unittest.o: src/tests/heap-profiler_unittes t.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; \ 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
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 3972 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/heap_profiler_unittest-heap-profiler_uni ttest.Tpo $(DEPDIR)/heap_profiler_unittest-heap-profiler_unittest.Po
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@ 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@
3766 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3974 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
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 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
3768 3976
3769 heap_profiler_unittest-heap-profiler_unittest.obj: src/tests/heap-profiler_unitt est.cc 3977 heap_profiler_unittest-heap-profiler_unittest.obj: src/tests/heap-profiler_unitt est.cc
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`; \ 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`
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 3979 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/heap_profiler_unittest-heap-profiler_uni ttest.Tpo $(DEPDIR)/heap_profiler_unittest-heap-profiler_unittest.Po
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@ 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@
3773 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3981 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
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` 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`
3775 3983
3776 low_level_alloc_unittest-low_level_alloc.o: src/base/low_level_alloc.cc 3984 low_level_alloc_unittest-low_level_alloc.o: 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; \ 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
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 3986 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/low_level_alloc_unittest-low_level_alloc .Tpo $(DEPDIR)/low_level_alloc_unittest-low_level_alloc.Po
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@ 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@
3780 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3988 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
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 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
3782 3990
3783 low_level_alloc_unittest-low_level_alloc.obj: src/base/low_level_alloc.cc 3991 low_level_alloc_unittest-low_level_alloc.obj: src/base/low_level_alloc.cc
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`; \ 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`
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 3993 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/low_level_alloc_unittest-low_level_alloc .Tpo $(DEPDIR)/low_level_alloc_unittest-low_level_alloc.Po
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@ 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@
3787 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 3995 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
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` 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`
3789 3997
3790 low_level_alloc_unittest-malloc_hook.o: src/malloc_hook.cc 3998 low_level_alloc_unittest-malloc_hook.o: 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; \ 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
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 4000 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/low_level_alloc_unittest-malloc_hook.Tpo $(DEPDIR)/low_level_alloc_unittest-malloc_hook.Po
3793 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/malloc_hook.cc' object='low_ level_alloc_unittest-malloc_hook.o' libtool=no @AMDEPBACKSLASH@ 4001 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/malloc_hook.cc' object='low_ level_alloc_unittest-malloc_hook.o' libtool=no @AMDEPBACKSLASH@
3794 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 4002 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
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 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
3796 4004
3797 low_level_alloc_unittest-malloc_hook.obj: src/malloc_hook.cc 4005 low_level_alloc_unittest-malloc_hook.obj: src/malloc_hook.cc
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`; \ 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`
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 4007 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/low_level_alloc_unittest-malloc_hook.Tpo $(DEPDIR)/low_level_alloc_unittest-malloc_hook.Po
3800 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/malloc_hook.cc' object='low_ level_alloc_unittest-malloc_hook.obj' libtool=no @AMDEPBACKSLASH@ 4008 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/malloc_hook.cc' object='low_ level_alloc_unittest-malloc_hook.obj' libtool=no @AMDEPBACKSLASH@
3801 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 4009 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
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 ` 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 `
3803 4011
3804 low_level_alloc_unittest-maybe_threads.o: src/maybe_threads.cc 4012 low_level_alloc_unittest-maybe_threads.o: 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; \ 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
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 4014 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/low_level_alloc_unittest-maybe_threads.T po $(DEPDIR)/low_level_alloc_unittest-maybe_threads.Po
3807 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/maybe_threads.cc' object='lo w_level_alloc_unittest-maybe_threads.o' libtool=no @AMDEPBACKSLASH@ 4015 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/maybe_threads.cc' object='lo w_level_alloc_unittest-maybe_threads.o' libtool=no @AMDEPBACKSLASH@
3808 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 4016 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
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 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
3810 4018
3811 low_level_alloc_unittest-maybe_threads.obj: src/maybe_threads.cc 4019 low_level_alloc_unittest-maybe_threads.obj: src/maybe_threads.cc
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`; \ 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`
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 4021 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/low_level_alloc_unittest-maybe_threads.T po $(DEPDIR)/low_level_alloc_unittest-maybe_threads.Po
3814 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/maybe_threads.cc' object='lo w_level_alloc_unittest-maybe_threads.obj' libtool=no @AMDEPBACKSLASH@ 4022 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/maybe_threads.cc' object='lo w_level_alloc_unittest-maybe_threads.obj' libtool=no @AMDEPBACKSLASH@
3815 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 4023 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
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` 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`
3817 4025
3818 low_level_alloc_unittest-low_level_alloc_unittest.o: src/tests/low_level_alloc_u nittest.cc 4026 low_level_alloc_unittest-low_level_alloc_unittest.o: src/tests/low_level_alloc_u nittest.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; \ 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
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 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
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@ 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@
3822 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 4030 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
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 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
3824 4032
3825 low_level_alloc_unittest-low_level_alloc_unittest.obj: src/tests/low_level_alloc _unittest.cc 4033 low_level_alloc_unittest-low_level_alloc_unittest.obj: src/tests/low_level_alloc _unittest.cc
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`; \ 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`
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 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
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@ 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@
3829 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 4037 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
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` 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`
3831 4039
3832 malloc_extension_debug_test-malloc_extension_test.o: src/tests/malloc_extension_ test.cc 4040 malloc_extension_debug_test-malloc_extension_test.o: 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; \ 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
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 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
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@ 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@
3836 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 4044 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
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 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
3838 4046
3839 malloc_extension_debug_test-malloc_extension_test.obj: src/tests/malloc_extensio n_test.cc 4047 malloc_extension_debug_test-malloc_extension_test.obj: src/tests/malloc_extensio n_test.cc
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`; \ 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`
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 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
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@ 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@
3843 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 4051 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
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` 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`
3845 4053
3846 malloc_extension_test-malloc_extension_test.o: src/tests/malloc_extension_test.c c 4054 malloc_extension_test-malloc_extension_test.o: src/tests/malloc_extension_test.c c
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; \ 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
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 4056 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/malloc_extension_test-malloc_extension_t est.Tpo $(DEPDIR)/malloc_extension_test-malloc_extension_test.Po
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@ 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@
3850 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 4058 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
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 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
3852 4060
3853 malloc_extension_test-malloc_extension_test.obj: src/tests/malloc_extension_test .cc 4061 malloc_extension_test-malloc_extension_test.obj: src/tests/malloc_extension_test .cc
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`; \ 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`
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 4063 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/malloc_extension_test-malloc_extension_t est.Tpo $(DEPDIR)/malloc_extension_test-malloc_extension_test.Po
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@ 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@
3857 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 4065 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
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` 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`
3859 4067
3860 malloc_hook_test-malloc_hook_test.o: src/tests/malloc_hook_test.cc 4068 malloc_hook_test-malloc_hook_test.o: 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; \ 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
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 4070 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/malloc_hook_test-malloc_hook_test.Tpo $( DEPDIR)/malloc_hook_test-malloc_hook_test.Po
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@ 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@
3864 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 4072 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
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 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
3866 4074
3867 malloc_hook_test-malloc_hook_test.obj: src/tests/malloc_hook_test.cc 4075 malloc_hook_test-malloc_hook_test.obj: src/tests/malloc_hook_test.cc
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`; \ 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`
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 4077 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/malloc_hook_test-malloc_hook_test.Tpo $( DEPDIR)/malloc_hook_test-malloc_hook_test.Po
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@ 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@
3871 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 4079 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
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` 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`
3873 4081
3874 malloc_hook_test-testutil.o: src/tests/testutil.cc 4082 malloc_hook_test-testutil.o: 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; \ 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
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 4084 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/malloc_hook_test-testutil.Tpo $(DEPDIR)/ malloc_hook_test-testutil.Po
3877 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/testutil.cc' object='m alloc_hook_test-testutil.o' libtool=no @AMDEPBACKSLASH@ 4085 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/testutil.cc' object='m alloc_hook_test-testutil.o' libtool=no @AMDEPBACKSLASH@
3878 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 4086 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
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 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
3880 4088
3881 malloc_hook_test-testutil.obj: src/tests/testutil.cc 4089 malloc_hook_test-testutil.obj: src/tests/testutil.cc
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`; \ 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`
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 4091 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/malloc_hook_test-testutil.Tpo $(DEPDIR)/ malloc_hook_test-testutil.Po
3884 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/testutil.cc' object='m alloc_hook_test-testutil.obj' libtool=no @AMDEPBACKSLASH@ 4092 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/testutil.cc' object='m alloc_hook_test-testutil.obj' libtool=no @AMDEPBACKSLASH@
3885 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 4093 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
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` 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`
3887 4095
3888 markidle_unittest-markidle_unittest.o: src/tests/markidle_unittest.cc 4096 markidle_unittest-markidle_unittest.o: 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; \ 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
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 4098 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/markidle_unittest-markidle_unittest.Tpo $(DEPDIR)/markidle_unittest-markidle_unittest.Po
3891 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/markidle_unittest.cc' object='markidle_unittest-markidle_unittest.o' libtool=no @AMDEPBACKSLASH@ 4099 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/markidle_unittest.cc' object='markidle_unittest-markidle_unittest.o' libtool=no @AMDEPBACKSLASH@
3892 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 4100 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
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 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
3894 4102
3895 markidle_unittest-markidle_unittest.obj: src/tests/markidle_unittest.cc 4103 markidle_unittest-markidle_unittest.obj: src/tests/markidle_unittest.cc
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`; \ 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`
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 4105 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/markidle_unittest-markidle_unittest.Tpo $(DEPDIR)/markidle_unittest-markidle_unittest.Po
3898 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/markidle_unittest.cc' object='markidle_unittest-markidle_unittest.obj' libtool=no @AMDEPBACKSLASH@ 4106 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/markidle_unittest.cc' object='markidle_unittest-markidle_unittest.obj' libtool=no @AMDEPBACKSLASH@
3899 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 4107 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
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` 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`
3901 4109
3902 markidle_unittest-testutil.o: src/tests/testutil.cc 4110 markidle_unittest-testutil.o: src/tests/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; \ 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
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 4112 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/markidle_unittest-testutil.Tpo $(DEPDIR) /markidle_unittest-testutil.Po
3905 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/testutil.cc' object='m arkidle_unittest-testutil.o' libtool=no @AMDEPBACKSLASH@ 4113 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/testutil.cc' object='m arkidle_unittest-testutil.o' libtool=no @AMDEPBACKSLASH@
3906 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 4114 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
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 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
3908 4116
3909 markidle_unittest-testutil.obj: src/tests/testutil.cc 4117 markidle_unittest-testutil.obj: src/tests/testutil.cc
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`; \ 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 `
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 4119 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/markidle_unittest-testutil.Tpo $(DEPDIR) /markidle_unittest-testutil.Po
3912 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/testutil.cc' object='m arkidle_unittest-testutil.obj' libtool=no @AMDEPBACKSLASH@ 4120 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/testutil.cc' object='m arkidle_unittest-testutil.obj' libtool=no @AMDEPBACKSLASH@
3913 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 4121 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
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` 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`
3915 4123
3916 memalign_debug_unittest-memalign_unittest.o: src/tests/memalign_unittest.cc 4124 memalign_debug_unittest-memalign_unittest.o: src/tests/memalign_unittest.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; \ 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
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 4126 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/memalign_debug_unittest-memalign_unittes t.Tpo $(DEPDIR)/memalign_debug_unittest-memalign_unittest.Po
3919 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/memalign_unittest.cc' object='memalign_debug_unittest-memalign_unittest.o' libtool=no @AMDEPBACKSLASH@ 4127 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/memalign_unittest.cc' object='memalign_debug_unittest-memalign_unittest.o' libtool=no @AMDEPBACKSLASH@
3920 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 4128 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
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 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
3922 4130
3923 memalign_debug_unittest-memalign_unittest.obj: src/tests/memalign_unittest.cc 4131 memalign_debug_unittest-memalign_unittest.obj: src/tests/memalign_unittest.cc
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`; \ 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`
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 4133 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/memalign_debug_unittest-memalign_unittes t.Tpo $(DEPDIR)/memalign_debug_unittest-memalign_unittest.Po
3926 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/memalign_unittest.cc' object='memalign_debug_unittest-memalign_unittest.obj' libtool=no @AMDEPBACKSLAS H@ 4134 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/memalign_unittest.cc' object='memalign_debug_unittest-memalign_unittest.obj' libtool=no @AMDEPBACKSLAS H@
3927 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 4135 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
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` 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`
3929 4137
3930 memalign_debug_unittest-testutil.o: src/tests/testutil.cc 4138 memalign_debug_unittest-testutil.o: 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; \ 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
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 4140 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/memalign_debug_unittest-testutil.Tpo $(D EPDIR)/memalign_debug_unittest-testutil.Po
3933 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/testutil.cc' object='m emalign_debug_unittest-testutil.o' libtool=no @AMDEPBACKSLASH@ 4141 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/testutil.cc' object='m emalign_debug_unittest-testutil.o' libtool=no @AMDEPBACKSLASH@
3934 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 4142 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
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 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
3936 4144
3937 memalign_debug_unittest-testutil.obj: src/tests/testutil.cc 4145 memalign_debug_unittest-testutil.obj: src/tests/testutil.cc
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`; \ 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`
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 4147 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/memalign_debug_unittest-testutil.Tpo $(D EPDIR)/memalign_debug_unittest-testutil.Po
3940 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/testutil.cc' object='m emalign_debug_unittest-testutil.obj' libtool=no @AMDEPBACKSLASH@ 4148 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/testutil.cc' object='m emalign_debug_unittest-testutil.obj' libtool=no @AMDEPBACKSLASH@
3941 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 4149 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
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` 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`
3943 4151
3944 memalign_unittest-memalign_unittest.o: src/tests/memalign_unittest.cc 4152 memalign_unittest-memalign_unittest.o: 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; \ 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
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 4154 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/memalign_unittest-memalign_unittest.Tpo $(DEPDIR)/memalign_unittest-memalign_unittest.Po
3947 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/memalign_unittest.cc' object='memalign_unittest-memalign_unittest.o' libtool=no @AMDEPBACKSLASH@ 4155 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/memalign_unittest.cc' object='memalign_unittest-memalign_unittest.o' libtool=no @AMDEPBACKSLASH@
3948 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 4156 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
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 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
3950 4158
3951 memalign_unittest-memalign_unittest.obj: src/tests/memalign_unittest.cc 4159 memalign_unittest-memalign_unittest.obj: src/tests/memalign_unittest.cc
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`; \ 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`
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 4161 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/memalign_unittest-memalign_unittest.Tpo $(DEPDIR)/memalign_unittest-memalign_unittest.Po
3954 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/memalign_unittest.cc' object='memalign_unittest-memalign_unittest.obj' libtool=no @AMDEPBACKSLASH@ 4162 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/memalign_unittest.cc' object='memalign_unittest-memalign_unittest.obj' libtool=no @AMDEPBACKSLASH@
3955 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 4163 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
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` 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`
3957 4165
3958 memalign_unittest-testutil.o: src/tests/testutil.cc 4166 memalign_unittest-testutil.o: src/tests/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; \ 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
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 4168 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/memalign_unittest-testutil.Tpo $(DEPDIR) /memalign_unittest-testutil.Po
3961 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/testutil.cc' object='m emalign_unittest-testutil.o' libtool=no @AMDEPBACKSLASH@ 4169 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/testutil.cc' object='m emalign_unittest-testutil.o' libtool=no @AMDEPBACKSLASH@
3962 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 4170 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
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 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
3964 4172
3965 memalign_unittest-testutil.obj: src/tests/testutil.cc 4173 memalign_unittest-testutil.obj: src/tests/testutil.cc
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`; \ 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 `
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 4175 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/memalign_unittest-testutil.Tpo $(DEPDIR) /memalign_unittest-testutil.Po
3968 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/testutil.cc' object='m emalign_unittest-testutil.obj' libtool=no @AMDEPBACKSLASH@ 4176 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/testutil.cc' object='m emalign_unittest-testutil.obj' libtool=no @AMDEPBACKSLASH@
3969 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 4177 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
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` 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`
3971 4179
3972 packed_cache_test-packed-cache_test.o: src/tests/packed-cache_test.cc 4180 packed_cache_test-packed-cache_test.o: 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; \ 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
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 4182 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/packed_cache_test-packed-cache_test.Tpo $(DEPDIR)/packed_cache_test-packed-cache_test.Po
3975 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/packed-cache_test.cc' object='packed_cache_test-packed-cache_test.o' libtool=no @AMDEPBACKSLASH@ 4183 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/packed-cache_test.cc' object='packed_cache_test-packed-cache_test.o' libtool=no @AMDEPBACKSLASH@
3976 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 4184 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
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 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
3978 4186
3979 packed_cache_test-packed-cache_test.obj: src/tests/packed-cache_test.cc 4187 packed_cache_test-packed-cache_test.obj: src/tests/packed-cache_test.cc
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`; \ 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`
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 4189 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/packed_cache_test-packed-cache_test.Tpo $(DEPDIR)/packed_cache_test-packed-cache_test.Po
3982 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/packed-cache_test.cc' object='packed_cache_test-packed-cache_test.obj' libtool=no @AMDEPBACKSLASH@ 4190 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/packed-cache_test.cc' object='packed_cache_test-packed-cache_test.obj' libtool=no @AMDEPBACKSLASH@
3983 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 4191 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
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` 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`
3985 4193
3986 page_heap_test-page_heap_test.o: src/tests/page_heap_test.cc 4194 page_heap_test-page_heap_test.o: 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; \ 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
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 4196 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/page_heap_test-page_heap_test.Tpo $(DEPD IR)/page_heap_test-page_heap_test.Po
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@ 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@
3990 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 4198 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
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 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
3992 4200
3993 page_heap_test-page_heap_test.obj: src/tests/page_heap_test.cc 4201 page_heap_test-page_heap_test.obj: src/tests/page_heap_test.cc
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`; \ 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`
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 4203 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/page_heap_test-page_heap_test.Tpo $(DEPD IR)/page_heap_test-page_heap_test.Po
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@ 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@
3997 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 4205 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
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` 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`
3999 4207
4000 pagemap_unittest-pagemap_unittest.o: src/tests/pagemap_unittest.cc 4208 pagemap_unittest-pagemap_unittest.o: 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; \ 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
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 4210 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/pagemap_unittest-pagemap_unittest.Tpo $( DEPDIR)/pagemap_unittest-pagemap_unittest.Po
4003 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/pagemap_unittest.cc' o bject='pagemap_unittest-pagemap_unittest.o' libtool=no @AMDEPBACKSLASH@ 4211 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/pagemap_unittest.cc' o bject='pagemap_unittest-pagemap_unittest.o' libtool=no @AMDEPBACKSLASH@
4004 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 4212 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
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 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
4006 4214
4007 pagemap_unittest-pagemap_unittest.obj: src/tests/pagemap_unittest.cc 4215 pagemap_unittest-pagemap_unittest.obj: src/tests/pagemap_unittest.cc
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`; \ 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`
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 4217 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/pagemap_unittest-pagemap_unittest.Tpo $( DEPDIR)/pagemap_unittest-pagemap_unittest.Po
4010 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/pagemap_unittest.cc' o bject='pagemap_unittest-pagemap_unittest.obj' libtool=no @AMDEPBACKSLASH@ 4218 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/pagemap_unittest.cc' o bject='pagemap_unittest-pagemap_unittest.obj' libtool=no @AMDEPBACKSLASH@
4011 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 4219 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
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` 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`
4013 4221
4014 profile_handler_unittest-profile-handler_unittest.o: src/tests/profile-handler_u nittest.cc 4222 profile_handler_unittest-profile-handler_unittest.o: src/tests/profile-handler_u nittest.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; \ 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
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 4224 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/profile_handler_unittest-profile-handler _unittest.Tpo $(DEPDIR)/profile_handler_unittest-profile-handler_unittest.Po
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@ 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@
4018 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 4226 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
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 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
4020 4228
4021 profile_handler_unittest-profile-handler_unittest.obj: src/tests/profile-handler _unittest.cc 4229 profile_handler_unittest-profile-handler_unittest.obj: src/tests/profile-handler _unittest.cc
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`; \ 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`
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 4231 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/profile_handler_unittest-profile-handler _unittest.Tpo $(DEPDIR)/profile_handler_unittest-profile-handler_unittest.Po
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@ 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@
4025 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 4233 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
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` 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`
4027 4235
4028 profiledata_unittest.o: src/tests/profiledata_unittest.cc 4236 profiledata_unittest.o: src/tests/profiledata_unittest.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; \ 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
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 4238 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/profiledata_unittest.Tpo $(DEPDIR)/profi ledata_unittest.Po
4031 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/profiledata_unittest.c c' object='profiledata_unittest.o' libtool=no @AMDEPBACKSLASH@ 4239 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/profiledata_unittest.c c' object='profiledata_unittest.o' libtool=no @AMDEPBACKSLASH@
4032 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 4240 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
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 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
4034 4242
4035 profiledata_unittest.obj: src/tests/profiledata_unittest.cc 4243 profiledata_unittest.obj: src/tests/profiledata_unittest.cc
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`; \ 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`
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 4245 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/profiledata_unittest.Tpo $(DEPDIR)/profi ledata_unittest.Po
4038 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/profiledata_unittest.c c' object='profiledata_unittest.obj' libtool=no @AMDEPBACKSLASH@ 4246 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/profiledata_unittest.c c' object='profiledata_unittest.obj' libtool=no @AMDEPBACKSLASH@
4039 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 4247 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
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` 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`
4041 4249
4042 profiler1_unittest-profiler_unittest.o: src/tests/profiler_unittest.cc 4250 profiler1_unittest-profiler_unittest.o: 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; \ 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
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 4252 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/profiler1_unittest-profiler_unittest.Tpo $(DEPDIR)/profiler1_unittest-profiler_unittest.Po
4045 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/profiler_unittest.cc' object='profiler1_unittest-profiler_unittest.o' libtool=no @AMDEPBACKSLASH@ 4253 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/profiler_unittest.cc' object='profiler1_unittest-profiler_unittest.o' libtool=no @AMDEPBACKSLASH@
4046 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 4254 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
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 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
4048 4256
4049 profiler1_unittest-profiler_unittest.obj: src/tests/profiler_unittest.cc 4257 profiler1_unittest-profiler_unittest.obj: src/tests/profiler_unittest.cc
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`; \ 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`
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 4259 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/profiler1_unittest-profiler_unittest.Tpo $(DEPDIR)/profiler1_unittest-profiler_unittest.Po
4052 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/profiler_unittest.cc' object='profiler1_unittest-profiler_unittest.obj' libtool=no @AMDEPBACKSLASH@ 4260 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/profiler_unittest.cc' object='profiler1_unittest-profiler_unittest.obj' libtool=no @AMDEPBACKSLASH@
4053 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 4261 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
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` 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`
4055 4263
4056 profiler1_unittest-testutil.o: src/tests/testutil.cc 4264 profiler1_unittest-testutil.o: src/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; \ 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
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 4266 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/profiler1_unittest-testutil.Tpo $(DEPDIR )/profiler1_unittest-testutil.Po
4059 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/testutil.cc' object='p rofiler1_unittest-testutil.o' libtool=no @AMDEPBACKSLASH@ 4267 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/testutil.cc' object='p rofiler1_unittest-testutil.o' libtool=no @AMDEPBACKSLASH@
4060 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 4268 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
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 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
4062 4270
4063 profiler1_unittest-testutil.obj: src/tests/testutil.cc 4271 profiler1_unittest-testutil.obj: src/tests/testutil.cc
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`; \ 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`
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 4273 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/profiler1_unittest-testutil.Tpo $(DEPDIR )/profiler1_unittest-testutil.Po
4066 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/testutil.cc' object='p rofiler1_unittest-testutil.obj' libtool=no @AMDEPBACKSLASH@ 4274 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/testutil.cc' object='p rofiler1_unittest-testutil.obj' libtool=no @AMDEPBACKSLASH@
4067 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 4275 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
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` 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`
4069 4277
4070 profiler2_unittest-profiler_unittest.o: src/tests/profiler_unittest.cc 4278 profiler2_unittest-profiler_unittest.o: 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; \ 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
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 4280 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/profiler2_unittest-profiler_unittest.Tpo $(DEPDIR)/profiler2_unittest-profiler_unittest.Po
4073 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/profiler_unittest.cc' object='profiler2_unittest-profiler_unittest.o' libtool=no @AMDEPBACKSLASH@ 4281 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/profiler_unittest.cc' object='profiler2_unittest-profiler_unittest.o' libtool=no @AMDEPBACKSLASH@
4074 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 4282 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
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 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
4076 4284
4077 profiler2_unittest-profiler_unittest.obj: src/tests/profiler_unittest.cc 4285 profiler2_unittest-profiler_unittest.obj: src/tests/profiler_unittest.cc
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`; \ 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`
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 4287 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/profiler2_unittest-profiler_unittest.Tpo $(DEPDIR)/profiler2_unittest-profiler_unittest.Po
4080 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/profiler_unittest.cc' object='profiler2_unittest-profiler_unittest.obj' libtool=no @AMDEPBACKSLASH@ 4288 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/profiler_unittest.cc' object='profiler2_unittest-profiler_unittest.obj' libtool=no @AMDEPBACKSLASH@
4081 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 4289 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
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` 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`
4083 4291
4084 profiler2_unittest-testutil.o: src/tests/testutil.cc 4292 profiler2_unittest-testutil.o: src/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; \ 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
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 4294 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/profiler2_unittest-testutil.Tpo $(DEPDIR )/profiler2_unittest-testutil.Po
4087 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/testutil.cc' object='p rofiler2_unittest-testutil.o' libtool=no @AMDEPBACKSLASH@ 4295 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/testutil.cc' object='p rofiler2_unittest-testutil.o' libtool=no @AMDEPBACKSLASH@
4088 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 4296 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
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 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
4090 4298
4091 profiler2_unittest-testutil.obj: src/tests/testutil.cc 4299 profiler2_unittest-testutil.obj: src/tests/testutil.cc
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`; \ 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`
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 4301 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/profiler2_unittest-testutil.Tpo $(DEPDIR )/profiler2_unittest-testutil.Po
4094 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/testutil.cc' object='p rofiler2_unittest-testutil.obj' libtool=no @AMDEPBACKSLASH@ 4302 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/testutil.cc' object='p rofiler2_unittest-testutil.obj' libtool=no @AMDEPBACKSLASH@
4095 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 4303 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
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` 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`
4097 4305
4098 profiler3_unittest-profiler_unittest.o: src/tests/profiler_unittest.cc 4306 profiler3_unittest-profiler_unittest.o: 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; \ 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
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 4308 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/profiler3_unittest-profiler_unittest.Tpo $(DEPDIR)/profiler3_unittest-profiler_unittest.Po
4101 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/profiler_unittest.cc' object='profiler3_unittest-profiler_unittest.o' libtool=no @AMDEPBACKSLASH@ 4309 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/profiler_unittest.cc' object='profiler3_unittest-profiler_unittest.o' libtool=no @AMDEPBACKSLASH@
4102 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 4310 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
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 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
4104 4312
4105 profiler3_unittest-profiler_unittest.obj: src/tests/profiler_unittest.cc 4313 profiler3_unittest-profiler_unittest.obj: src/tests/profiler_unittest.cc
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`; \ 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`
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 4315 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/profiler3_unittest-profiler_unittest.Tpo $(DEPDIR)/profiler3_unittest-profiler_unittest.Po
4108 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/profiler_unittest.cc' object='profiler3_unittest-profiler_unittest.obj' libtool=no @AMDEPBACKSLASH@ 4316 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/profiler_unittest.cc' object='profiler3_unittest-profiler_unittest.obj' libtool=no @AMDEPBACKSLASH@
4109 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 4317 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
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` 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`
4111 4319
4112 profiler3_unittest-testutil.o: src/tests/testutil.cc 4320 profiler3_unittest-testutil.o: src/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; \ 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
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 4322 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/profiler3_unittest-testutil.Tpo $(DEPDIR )/profiler3_unittest-testutil.Po
4115 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/testutil.cc' object='p rofiler3_unittest-testutil.o' libtool=no @AMDEPBACKSLASH@ 4323 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/testutil.cc' object='p rofiler3_unittest-testutil.o' libtool=no @AMDEPBACKSLASH@
4116 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 4324 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
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 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
4118 4326
4119 profiler3_unittest-testutil.obj: src/tests/testutil.cc 4327 profiler3_unittest-testutil.obj: src/tests/testutil.cc
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`; \ 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`
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 4329 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/profiler3_unittest-testutil.Tpo $(DEPDIR )/profiler3_unittest-testutil.Po
4122 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/testutil.cc' object='p rofiler3_unittest-testutil.obj' libtool=no @AMDEPBACKSLASH@ 4330 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/testutil.cc' object='p rofiler3_unittest-testutil.obj' libtool=no @AMDEPBACKSLASH@
4123 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 4331 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
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` 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`
4125 4333
4126 profiler4_unittest-profiler_unittest.o: src/tests/profiler_unittest.cc 4334 profiler4_unittest-profiler_unittest.o: 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; \ 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
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 4336 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/profiler4_unittest-profiler_unittest.Tpo $(DEPDIR)/profiler4_unittest-profiler_unittest.Po
4129 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/profiler_unittest.cc' object='profiler4_unittest-profiler_unittest.o' libtool=no @AMDEPBACKSLASH@ 4337 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/profiler_unittest.cc' object='profiler4_unittest-profiler_unittest.o' libtool=no @AMDEPBACKSLASH@
4130 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 4338 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
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 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
4132 4340
4133 profiler4_unittest-profiler_unittest.obj: src/tests/profiler_unittest.cc 4341 profiler4_unittest-profiler_unittest.obj: src/tests/profiler_unittest.cc
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`; \ 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`
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 4343 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/profiler4_unittest-profiler_unittest.Tpo $(DEPDIR)/profiler4_unittest-profiler_unittest.Po
4136 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/profiler_unittest.cc' object='profiler4_unittest-profiler_unittest.obj' libtool=no @AMDEPBACKSLASH@ 4344 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/profiler_unittest.cc' object='profiler4_unittest-profiler_unittest.obj' libtool=no @AMDEPBACKSLASH@
4137 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 4345 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
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` 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`
4139 4347
4140 profiler4_unittest-testutil.o: src/tests/testutil.cc 4348 profiler4_unittest-testutil.o: src/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; \ 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
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 4350 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/profiler4_unittest-testutil.Tpo $(DEPDIR )/profiler4_unittest-testutil.Po
4143 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/testutil.cc' object='p rofiler4_unittest-testutil.o' libtool=no @AMDEPBACKSLASH@ 4351 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/testutil.cc' object='p rofiler4_unittest-testutil.o' libtool=no @AMDEPBACKSLASH@
4144 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 4352 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
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 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
4146 4354
4147 profiler4_unittest-testutil.obj: src/tests/testutil.cc 4355 profiler4_unittest-testutil.obj: src/tests/testutil.cc
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`; \ 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`
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 4357 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/profiler4_unittest-testutil.Tpo $(DEPDIR )/profiler4_unittest-testutil.Po
4150 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/testutil.cc' object='p rofiler4_unittest-testutil.obj' libtool=no @AMDEPBACKSLASH@ 4358 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/testutil.cc' object='p rofiler4_unittest-testutil.obj' libtool=no @AMDEPBACKSLASH@
4151 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 4359 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
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` 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`
4153 4361
4154 raw_printer_test-raw_printer_test.o: src/tests/raw_printer_test.cc 4362 raw_printer_test-raw_printer_test.o: 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; \ 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
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 4364 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/raw_printer_test-raw_printer_test.Tpo $( DEPDIR)/raw_printer_test-raw_printer_test.Po
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@ 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@
4158 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 4366 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
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 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
4160 4368
4161 raw_printer_test-raw_printer_test.obj: src/tests/raw_printer_test.cc 4369 raw_printer_test-raw_printer_test.obj: src/tests/raw_printer_test.cc
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`; \ 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`
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 4371 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/raw_printer_test-raw_printer_test.Tpo $( DEPDIR)/raw_printer_test-raw_printer_test.Po
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@ 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@
4165 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 4373 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
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` 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`
4167 4375
4168 realloc_debug_unittest-realloc_unittest.o: src/tests/realloc_unittest.cc 4376 realloc_debug_unittest-realloc_unittest.o: 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; \ 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
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 4378 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/realloc_debug_unittest-realloc_unittest. Tpo $(DEPDIR)/realloc_debug_unittest-realloc_unittest.Po
4171 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/realloc_unittest.cc' o bject='realloc_debug_unittest-realloc_unittest.o' libtool=no @AMDEPBACKSLASH@ 4379 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/realloc_unittest.cc' o bject='realloc_debug_unittest-realloc_unittest.o' libtool=no @AMDEPBACKSLASH@
4172 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 4380 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
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 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
4174 4382
4175 realloc_debug_unittest-realloc_unittest.obj: src/tests/realloc_unittest.cc 4383 realloc_debug_unittest-realloc_unittest.obj: src/tests/realloc_unittest.cc
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`; \ 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`
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 4385 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/realloc_debug_unittest-realloc_unittest. Tpo $(DEPDIR)/realloc_debug_unittest-realloc_unittest.Po
4178 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/realloc_unittest.cc' o bject='realloc_debug_unittest-realloc_unittest.obj' libtool=no @AMDEPBACKSLASH@ 4386 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/realloc_unittest.cc' o bject='realloc_debug_unittest-realloc_unittest.obj' libtool=no @AMDEPBACKSLASH@
4179 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 4387 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
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` 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`
4181 4389
4182 realloc_unittest-realloc_unittest.o: src/tests/realloc_unittest.cc 4390 realloc_unittest-realloc_unittest.o: 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; \ 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
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 4392 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/realloc_unittest-realloc_unittest.Tpo $( DEPDIR)/realloc_unittest-realloc_unittest.Po
4185 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/realloc_unittest.cc' o bject='realloc_unittest-realloc_unittest.o' libtool=no @AMDEPBACKSLASH@ 4393 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/realloc_unittest.cc' o bject='realloc_unittest-realloc_unittest.o' libtool=no @AMDEPBACKSLASH@
4186 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 4394 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
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 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
4188 4396
4189 realloc_unittest-realloc_unittest.obj: src/tests/realloc_unittest.cc 4397 realloc_unittest-realloc_unittest.obj: src/tests/realloc_unittest.cc
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`; \ 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`
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 4399 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/realloc_unittest-realloc_unittest.Tpo $( DEPDIR)/realloc_unittest-realloc_unittest.Po
4192 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/realloc_unittest.cc' o bject='realloc_unittest-realloc_unittest.obj' libtool=no @AMDEPBACKSLASH@ 4400 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/realloc_unittest.cc' o bject='realloc_unittest-realloc_unittest.obj' libtool=no @AMDEPBACKSLASH@
4193 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 4401 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
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` 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`
4195 4403
4196 sampler_debug_test-sampler_test.o: src/tests/sampler_test.cc 4404 sampler_debug_test-sampler_test.o: 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; \ 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
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 4406 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/sampler_debug_test-sampler_test.Tpo $(DE PDIR)/sampler_debug_test-sampler_test.Po
4199 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/sampler_test.cc' objec t='sampler_debug_test-sampler_test.o' libtool=no @AMDEPBACKSLASH@ 4407 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/sampler_test.cc' objec t='sampler_debug_test-sampler_test.o' libtool=no @AMDEPBACKSLASH@
4200 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 4408 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
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 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
4202 4410
4203 sampler_debug_test-sampler_test.obj: src/tests/sampler_test.cc 4411 sampler_debug_test-sampler_test.obj: src/tests/sampler_test.cc
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`; \ 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`
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 4413 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/sampler_debug_test-sampler_test.Tpo $(DE PDIR)/sampler_debug_test-sampler_test.Po
4206 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/sampler_test.cc' objec t='sampler_debug_test-sampler_test.obj' libtool=no @AMDEPBACKSLASH@ 4414 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/sampler_test.cc' objec t='sampler_debug_test-sampler_test.obj' libtool=no @AMDEPBACKSLASH@
4207 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 4415 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
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` 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`
4209 4417
4210 sampler_test-sampler_test.o: src/tests/sampler_test.cc 4418 sampler_test-sampler_test.o: 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; \ 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
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 4420 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/sampler_test-sampler_test.Tpo $(DEPDIR)/ sampler_test-sampler_test.Po
4213 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/sampler_test.cc' objec t='sampler_test-sampler_test.o' libtool=no @AMDEPBACKSLASH@ 4421 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/sampler_test.cc' objec t='sampler_test-sampler_test.o' libtool=no @AMDEPBACKSLASH@
4214 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 4422 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
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 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
4216 4424
4217 sampler_test-sampler_test.obj: src/tests/sampler_test.cc 4425 sampler_test-sampler_test.obj: src/tests/sampler_test.cc
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`; \ 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`
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 4427 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/sampler_test-sampler_test.Tpo $(DEPDIR)/ sampler_test-sampler_test.Po
4220 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/sampler_test.cc' objec t='sampler_test-sampler_test.obj' libtool=no @AMDEPBACKSLASH@ 4428 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/sampler_test.cc' objec t='sampler_test-sampler_test.obj' libtool=no @AMDEPBACKSLASH@
4221 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 4429 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
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` 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`
4223 4431
4224 sampling_debug_test-sampling_test.o: src/tests/sampling_test.cc 4432 sampling_debug_test-sampling_test.o: 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; \ 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
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 4434 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/sampling_debug_test-sampling_test.Tpo $( DEPDIR)/sampling_debug_test-sampling_test.Po
4227 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/sampling_test.cc' obje ct='sampling_debug_test-sampling_test.o' libtool=no @AMDEPBACKSLASH@ 4435 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/sampling_test.cc' obje ct='sampling_debug_test-sampling_test.o' libtool=no @AMDEPBACKSLASH@
4228 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 4436 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
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 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
4230 4438
4231 sampling_debug_test-sampling_test.obj: src/tests/sampling_test.cc 4439 sampling_debug_test-sampling_test.obj: src/tests/sampling_test.cc
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`; \ 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`
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 4441 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/sampling_debug_test-sampling_test.Tpo $( DEPDIR)/sampling_debug_test-sampling_test.Po
4234 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/sampling_test.cc' obje ct='sampling_debug_test-sampling_test.obj' libtool=no @AMDEPBACKSLASH@ 4442 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/sampling_test.cc' obje ct='sampling_debug_test-sampling_test.obj' libtool=no @AMDEPBACKSLASH@
4235 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 4443 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
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` 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`
4237 4445
4238 sampling_test-sampling_test.o: src/tests/sampling_test.cc 4446 sampling_test-sampling_test.o: src/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; \ 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
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 4448 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/sampling_test-sampling_test.Tpo $(DEPDIR )/sampling_test-sampling_test.Po
4241 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/sampling_test.cc' obje ct='sampling_test-sampling_test.o' libtool=no @AMDEPBACKSLASH@ 4449 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/sampling_test.cc' obje ct='sampling_test-sampling_test.o' libtool=no @AMDEPBACKSLASH@
4242 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 4450 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
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 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
4244 4452
4245 sampling_test-sampling_test.obj: src/tests/sampling_test.cc 4453 sampling_test-sampling_test.obj: src/tests/sampling_test.cc
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`; \ 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`
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 4455 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/sampling_test-sampling_test.Tpo $(DEPDIR )/sampling_test-sampling_test.Po
4248 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/sampling_test.cc' obje ct='sampling_test-sampling_test.obj' libtool=no @AMDEPBACKSLASH@ 4456 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/sampling_test.cc' obje ct='sampling_test-sampling_test.obj' libtool=no @AMDEPBACKSLASH@
4249 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 4457 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
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` 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`
4251 4459
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
4252 stack_trace_table_test-stack_trace_table_test.o: src/tests/stack_trace_table_tes t.cc 4474 stack_trace_table_test-stack_trace_table_test.o: src/tests/stack_trace_table_tes t.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; \ 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
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 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
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@ 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@
4256 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 4478 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
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 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
4258 4480
4259 stack_trace_table_test-stack_trace_table_test.obj: src/tests/stack_trace_table_t est.cc 4481 stack_trace_table_test-stack_trace_table_test.obj: src/tests/stack_trace_table_t est.cc
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`; \ 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`
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 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
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@ 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@
4263 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 4485 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
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` 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`
4265 4487
4266 stacktrace_unittest.o: src/tests/stacktrace_unittest.cc 4488 stacktrace_unittest.o: 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; \ 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
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 4490 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/stacktrace_unittest.Tpo $(DEPDIR)/stackt race_unittest.Po
4269 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/stacktrace_unittest.cc ' object='stacktrace_unittest.o' libtool=no @AMDEPBACKSLASH@ 4491 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/stacktrace_unittest.cc ' object='stacktrace_unittest.o' libtool=no @AMDEPBACKSLASH@
4270 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 4492 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
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 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
4272 4494
4273 stacktrace_unittest.obj: src/tests/stacktrace_unittest.cc 4495 stacktrace_unittest.obj: src/tests/stacktrace_unittest.cc
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`; \ 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`
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 4497 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/stacktrace_unittest.Tpo $(DEPDIR)/stackt race_unittest.Po
4276 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/stacktrace_unittest.cc ' object='stacktrace_unittest.obj' libtool=no @AMDEPBACKSLASH@ 4498 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/stacktrace_unittest.cc ' object='stacktrace_unittest.obj' libtool=no @AMDEPBACKSLASH@
4277 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 4499 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
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` 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`
4279 4501
4280 system_alloc_unittest-system-alloc_unittest.o: src/tests/system-alloc_unittest.c c 4502 system_alloc_unittest-system-alloc_unittest.o: src/tests/system-alloc_unittest.c c
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; \ 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
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 4504 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/system_alloc_unittest-system-alloc_unitt est.Tpo $(DEPDIR)/system_alloc_unittest-system-alloc_unittest.Po
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@ 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@
4284 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 4506 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
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 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
4286 4508
4287 system_alloc_unittest-system-alloc_unittest.obj: src/tests/system-alloc_unittest .cc 4509 system_alloc_unittest-system-alloc_unittest.obj: src/tests/system-alloc_unittest .cc
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`; \ 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`
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 4511 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/system_alloc_unittest-system-alloc_unitt est.Tpo $(DEPDIR)/system_alloc_unittest-system-alloc_unittest.Po
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@ 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@
4291 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 4513 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
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` 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`
4293 4515
4294 tcmalloc_and_profiler_unittest-tcmalloc_unittest.o: src/tests/tcmalloc_unittest. cc 4516 tcmalloc_and_profiler_unittest-tcmalloc_unittest.o: 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; \ 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
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 4518 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/tcmalloc_and_profiler_unittest-tcmalloc_ unittest.Tpo $(DEPDIR)/tcmalloc_and_profiler_unittest-tcmalloc_unittest.Po
4297 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/tcmalloc_unittest.cc' object='tcmalloc_and_profiler_unittest-tcmalloc_unittest.o' libtool=no @AMDEPBAC KSLASH@ 4519 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/tcmalloc_unittest.cc' object='tcmalloc_and_profiler_unittest-tcmalloc_unittest.o' libtool=no @AMDEPBAC KSLASH@
4298 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 4520 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
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 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
4300 4522
4301 tcmalloc_and_profiler_unittest-tcmalloc_unittest.obj: src/tests/tcmalloc_unittes t.cc 4523 tcmalloc_and_profiler_unittest-tcmalloc_unittest.obj: src/tests/tcmalloc_unittes t.cc
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`; \ 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`
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 4525 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/tcmalloc_and_profiler_unittest-tcmalloc_ unittest.Tpo $(DEPDIR)/tcmalloc_and_profiler_unittest-tcmalloc_unittest.Po
4304 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/tcmalloc_unittest.cc' object='tcmalloc_and_profiler_unittest-tcmalloc_unittest.obj' libtool=no @AMDEPB ACKSLASH@ 4526 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/tcmalloc_unittest.cc' object='tcmalloc_and_profiler_unittest-tcmalloc_unittest.obj' libtool=no @AMDEPB ACKSLASH@
4305 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 4527 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
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` 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`
4307 4529
4308 tcmalloc_and_profiler_unittest-testutil.o: src/tests/testutil.cc 4530 tcmalloc_and_profiler_unittest-testutil.o: 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; \ 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
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 4532 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/tcmalloc_and_profiler_unittest-testutil. Tpo $(DEPDIR)/tcmalloc_and_profiler_unittest-testutil.Po
4311 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/testutil.cc' object='t cmalloc_and_profiler_unittest-testutil.o' libtool=no @AMDEPBACKSLASH@ 4533 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/testutil.cc' object='t cmalloc_and_profiler_unittest-testutil.o' libtool=no @AMDEPBACKSLASH@
4312 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 4534 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
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 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
4314 4536
4315 tcmalloc_and_profiler_unittest-testutil.obj: src/tests/testutil.cc 4537 tcmalloc_and_profiler_unittest-testutil.obj: src/tests/testutil.cc
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`; \ 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`
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 4539 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/tcmalloc_and_profiler_unittest-testutil. Tpo $(DEPDIR)/tcmalloc_and_profiler_unittest-testutil.Po
4318 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/testutil.cc' object='t cmalloc_and_profiler_unittest-testutil.obj' libtool=no @AMDEPBACKSLASH@ 4540 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/testutil.cc' object='t cmalloc_and_profiler_unittest-testutil.obj' libtool=no @AMDEPBACKSLASH@
4319 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 4541 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
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` 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`
4321 4543
4322 tcmalloc_both_unittest-tcmalloc_unittest.o: src/tests/tcmalloc_unittest.cc 4544 tcmalloc_both_unittest-tcmalloc_unittest.o: src/tests/tcmalloc_unittest.cc
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; \ 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
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 4546 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/tcmalloc_both_unittest-tcmalloc_unittest .Tpo $(DEPDIR)/tcmalloc_both_unittest-tcmalloc_unittest.Po
4325 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/tcmalloc_unittest.cc' object='tcmalloc_both_unittest-tcmalloc_unittest.o' libtool=no @AMDEPBACKSLASH@ 4547 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/tcmalloc_unittest.cc' object='tcmalloc_both_unittest-tcmalloc_unittest.o' libtool=no @AMDEPBACKSLASH@
4326 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 4548 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
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 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
4328 4550
4329 tcmalloc_both_unittest-tcmalloc_unittest.obj: src/tests/tcmalloc_unittest.cc 4551 tcmalloc_both_unittest-tcmalloc_unittest.obj: src/tests/tcmalloc_unittest.cc
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` ; \ 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`
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 4553 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/tcmalloc_both_unittest-tcmalloc_unittest .Tpo $(DEPDIR)/tcmalloc_both_unittest-tcmalloc_unittest.Po
4332 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/tcmalloc_unittest.cc' object='tcmalloc_both_unittest-tcmalloc_unittest.obj' libtool=no @AMDEPBACKSLASH @ 4554 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/tcmalloc_unittest.cc' object='tcmalloc_both_unittest-tcmalloc_unittest.obj' libtool=no @AMDEPBACKSLASH @
4333 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 4555 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
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` 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`
4335 4557
4336 tcmalloc_both_unittest-testutil.o: src/tests/testutil.cc 4558 tcmalloc_both_unittest-testutil.o: 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; \ 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
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 4560 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/tcmalloc_both_unittest-testutil.Tpo $(DE PDIR)/tcmalloc_both_unittest-testutil.Po
4339 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/testutil.cc' object='t cmalloc_both_unittest-testutil.o' libtool=no @AMDEPBACKSLASH@ 4561 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/testutil.cc' object='t cmalloc_both_unittest-testutil.o' libtool=no @AMDEPBACKSLASH@
4340 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 4562 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
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 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
4342 4564
4343 tcmalloc_both_unittest-testutil.obj: src/tests/testutil.cc 4565 tcmalloc_both_unittest-testutil.obj: src/tests/testutil.cc
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`; \ 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`
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 4567 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/tcmalloc_both_unittest-testutil.Tpo $(DE PDIR)/tcmalloc_both_unittest-testutil.Po
4346 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/testutil.cc' object='t cmalloc_both_unittest-testutil.obj' libtool=no @AMDEPBACKSLASH@ 4568 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/testutil.cc' object='t cmalloc_both_unittest-testutil.obj' libtool=no @AMDEPBACKSLASH@
4347 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 4569 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
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` 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`
4349 4571
4350 tcmalloc_debug_unittest-tcmalloc_unittest.o: src/tests/tcmalloc_unittest.cc 4572 tcmalloc_debug_unittest-tcmalloc_unittest.o: src/tests/tcmalloc_unittest.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; \ 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
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 4574 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/tcmalloc_debug_unittest-tcmalloc_unittes t.Tpo $(DEPDIR)/tcmalloc_debug_unittest-tcmalloc_unittest.Po
4353 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/tcmalloc_unittest.cc' object='tcmalloc_debug_unittest-tcmalloc_unittest.o' libtool=no @AMDEPBACKSLASH@ 4575 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/tcmalloc_unittest.cc' object='tcmalloc_debug_unittest-tcmalloc_unittest.o' libtool=no @AMDEPBACKSLASH@
4354 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 4576 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
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 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
4356 4578
4357 tcmalloc_debug_unittest-tcmalloc_unittest.obj: src/tests/tcmalloc_unittest.cc 4579 tcmalloc_debug_unittest-tcmalloc_unittest.obj: src/tests/tcmalloc_unittest.cc
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`; \ 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`
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 4581 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/tcmalloc_debug_unittest-tcmalloc_unittes t.Tpo $(DEPDIR)/tcmalloc_debug_unittest-tcmalloc_unittest.Po
4360 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/tcmalloc_unittest.cc' object='tcmalloc_debug_unittest-tcmalloc_unittest.obj' libtool=no @AMDEPBACKSLAS H@ 4582 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/tcmalloc_unittest.cc' object='tcmalloc_debug_unittest-tcmalloc_unittest.obj' libtool=no @AMDEPBACKSLAS H@
4361 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 4583 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
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` 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`
4363 4585
4364 tcmalloc_debug_unittest-testutil.o: src/tests/testutil.cc 4586 tcmalloc_debug_unittest-testutil.o: 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; \ 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
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 4588 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/tcmalloc_debug_unittest-testutil.Tpo $(D EPDIR)/tcmalloc_debug_unittest-testutil.Po
4367 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/testutil.cc' object='t cmalloc_debug_unittest-testutil.o' libtool=no @AMDEPBACKSLASH@ 4589 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/testutil.cc' object='t cmalloc_debug_unittest-testutil.o' libtool=no @AMDEPBACKSLASH@
4368 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 4590 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
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 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
4370 4592
4371 tcmalloc_debug_unittest-testutil.obj: src/tests/testutil.cc 4593 tcmalloc_debug_unittest-testutil.obj: src/tests/testutil.cc
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`; \ 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`
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 4595 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/tcmalloc_debug_unittest-testutil.Tpo $(D EPDIR)/tcmalloc_debug_unittest-testutil.Po
4374 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/testutil.cc' object='t cmalloc_debug_unittest-testutil.obj' libtool=no @AMDEPBACKSLASH@ 4596 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/testutil.cc' object='t cmalloc_debug_unittest-testutil.obj' libtool=no @AMDEPBACKSLASH@
4375 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 4597 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
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` 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`
4377 4599
4378 tcmalloc_large_unittest-tcmalloc_large_unittest.o: src/tests/tcmalloc_large_unit test.cc 4600 tcmalloc_large_unittest-tcmalloc_large_unittest.o: src/tests/tcmalloc_large_unit test.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; \ 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
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 4602 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/tcmalloc_large_unittest-tcmalloc_large_u nittest.Tpo $(DEPDIR)/tcmalloc_large_unittest-tcmalloc_large_unittest.Po
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@ 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@
4382 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 4604 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
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 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
4384 4606
4385 tcmalloc_large_unittest-tcmalloc_large_unittest.obj: src/tests/tcmalloc_large_un ittest.cc 4607 tcmalloc_large_unittest-tcmalloc_large_unittest.obj: src/tests/tcmalloc_large_un ittest.cc
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`; \ 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`
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 4609 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/tcmalloc_large_unittest-tcmalloc_large_u nittest.Tpo $(DEPDIR)/tcmalloc_large_unittest-tcmalloc_large_unittest.Po
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@ 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@
4389 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 4611 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
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` 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`
4391 4613
4392 tcmalloc_minimal_debug_unittest-tcmalloc_unittest.o: src/tests/tcmalloc_unittest .cc 4614 tcmalloc_minimal_debug_unittest-tcmalloc_unittest.o: 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; \ 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
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 4616 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/tcmalloc_minimal_debug_unittest-tcmalloc _unittest.Tpo $(DEPDIR)/tcmalloc_minimal_debug_unittest-tcmalloc_unittest.Po
4395 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/tcmalloc_unittest.cc' object='tcmalloc_minimal_debug_unittest-tcmalloc_unittest.o' libtool=no @AMDEPBA CKSLASH@ 4617 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/tcmalloc_unittest.cc' object='tcmalloc_minimal_debug_unittest-tcmalloc_unittest.o' libtool=no @AMDEPBA CKSLASH@
4396 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 4618 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
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 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
4398 4620
4399 tcmalloc_minimal_debug_unittest-tcmalloc_unittest.obj: src/tests/tcmalloc_unitte st.cc 4621 tcmalloc_minimal_debug_unittest-tcmalloc_unittest.obj: src/tests/tcmalloc_unitte st.cc
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`; \ 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`
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 4623 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/tcmalloc_minimal_debug_unittest-tcmalloc _unittest.Tpo $(DEPDIR)/tcmalloc_minimal_debug_unittest-tcmalloc_unittest.Po
4402 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/tcmalloc_unittest.cc' object='tcmalloc_minimal_debug_unittest-tcmalloc_unittest.obj' libtool=no @AMDEP BACKSLASH@ 4624 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/tcmalloc_unittest.cc' object='tcmalloc_minimal_debug_unittest-tcmalloc_unittest.obj' libtool=no @AMDEP BACKSLASH@
4403 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 4625 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
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` 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`
4405 4627
4406 tcmalloc_minimal_debug_unittest-testutil.o: src/tests/testutil.cc 4628 tcmalloc_minimal_debug_unittest-testutil.o: 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; \ 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
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 4630 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/tcmalloc_minimal_debug_unittest-testutil .Tpo $(DEPDIR)/tcmalloc_minimal_debug_unittest-testutil.Po
4409 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/testutil.cc' object='t cmalloc_minimal_debug_unittest-testutil.o' libtool=no @AMDEPBACKSLASH@ 4631 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/testutil.cc' object='t cmalloc_minimal_debug_unittest-testutil.o' libtool=no @AMDEPBACKSLASH@
4410 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 4632 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
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 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
4412 4634
4413 tcmalloc_minimal_debug_unittest-testutil.obj: src/tests/testutil.cc 4635 tcmalloc_minimal_debug_unittest-testutil.obj: src/tests/testutil.cc
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`; \ 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`
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 4637 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/tcmalloc_minimal_debug_unittest-testutil .Tpo $(DEPDIR)/tcmalloc_minimal_debug_unittest-testutil.Po
4416 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/testutil.cc' object='t cmalloc_minimal_debug_unittest-testutil.obj' libtool=no @AMDEPBACKSLASH@ 4638 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/testutil.cc' object='t cmalloc_minimal_debug_unittest-testutil.obj' libtool=no @AMDEPBACKSLASH@
4417 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 4639 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
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` 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`
4419 4641
4420 tcmalloc_minimal_large_unittest-tcmalloc_large_unittest.o: src/tests/tcmalloc_la rge_unittest.cc 4642 tcmalloc_minimal_large_unittest-tcmalloc_large_unittest.o: src/tests/tcmalloc_la rge_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; \ 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
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 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
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@ 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@
4424 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 4646 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
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 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
4426 4648
4427 tcmalloc_minimal_large_unittest-tcmalloc_large_unittest.obj: src/tests/tcmalloc_ large_unittest.cc 4649 tcmalloc_minimal_large_unittest-tcmalloc_large_unittest.obj: src/tests/tcmalloc_ large_unittest.cc
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`; \ 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`
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 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
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@ 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@
4431 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 4653 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
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 ` 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 `
4433 4655
4434 tcmalloc_minimal_unittest-tcmalloc_unittest.o: src/tests/tcmalloc_unittest.cc 4656 tcmalloc_minimal_unittest-tcmalloc_unittest.o: src/tests/tcmalloc_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; \ 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
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 4658 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/tcmalloc_minimal_unittest-tcmalloc_unitt est.Tpo $(DEPDIR)/tcmalloc_minimal_unittest-tcmalloc_unittest.Po
4437 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/tcmalloc_unittest.cc' object='tcmalloc_minimal_unittest-tcmalloc_unittest.o' libtool=no @AMDEPBACKSLAS H@ 4659 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/tcmalloc_unittest.cc' object='tcmalloc_minimal_unittest-tcmalloc_unittest.o' libtool=no @AMDEPBACKSLAS H@
4438 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 4660 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
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 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
4440 4662
4441 tcmalloc_minimal_unittest-tcmalloc_unittest.obj: src/tests/tcmalloc_unittest.cc 4663 tcmalloc_minimal_unittest-tcmalloc_unittest.obj: src/tests/tcmalloc_unittest.cc
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`; \ 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`
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 4665 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/tcmalloc_minimal_unittest-tcmalloc_unitt est.Tpo $(DEPDIR)/tcmalloc_minimal_unittest-tcmalloc_unittest.Po
4444 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/tcmalloc_unittest.cc' object='tcmalloc_minimal_unittest-tcmalloc_unittest.obj' libtool=no @AMDEPBACKSL ASH@ 4666 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/tcmalloc_unittest.cc' object='tcmalloc_minimal_unittest-tcmalloc_unittest.obj' libtool=no @AMDEPBACKSL ASH@
4445 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 4667 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
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` 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`
4447 4669
4448 tcmalloc_minimal_unittest-testutil.o: src/tests/testutil.cc 4670 tcmalloc_minimal_unittest-testutil.o: 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; \ 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
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 4672 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/tcmalloc_minimal_unittest-testutil.Tpo $ (DEPDIR)/tcmalloc_minimal_unittest-testutil.Po
4451 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/testutil.cc' object='t cmalloc_minimal_unittest-testutil.o' libtool=no @AMDEPBACKSLASH@ 4673 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/testutil.cc' object='t cmalloc_minimal_unittest-testutil.o' libtool=no @AMDEPBACKSLASH@
4452 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 4674 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
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 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
4454 4676
4455 tcmalloc_minimal_unittest-testutil.obj: src/tests/testutil.cc 4677 tcmalloc_minimal_unittest-testutil.obj: src/tests/testutil.cc
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`; \ 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`
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 4679 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/tcmalloc_minimal_unittest-testutil.Tpo $ (DEPDIR)/tcmalloc_minimal_unittest-testutil.Po
4458 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/testutil.cc' object='t cmalloc_minimal_unittest-testutil.obj' libtool=no @AMDEPBACKSLASH@ 4680 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/testutil.cc' object='t cmalloc_minimal_unittest-testutil.obj' libtool=no @AMDEPBACKSLASH@
4459 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 4681 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
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` 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`
4461 4683
4462 tcmalloc_unittest-tcmalloc_unittest.o: src/tests/tcmalloc_unittest.cc 4684 tcmalloc_unittest-tcmalloc_unittest.o: 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; \ 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
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 4686 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/tcmalloc_unittest-tcmalloc_unittest.Tpo $(DEPDIR)/tcmalloc_unittest-tcmalloc_unittest.Po
4465 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/tcmalloc_unittest.cc' object='tcmalloc_unittest-tcmalloc_unittest.o' libtool=no @AMDEPBACKSLASH@ 4687 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/tcmalloc_unittest.cc' object='tcmalloc_unittest-tcmalloc_unittest.o' libtool=no @AMDEPBACKSLASH@
4466 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 4688 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
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 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
4468 4690
4469 tcmalloc_unittest-tcmalloc_unittest.obj: src/tests/tcmalloc_unittest.cc 4691 tcmalloc_unittest-tcmalloc_unittest.obj: src/tests/tcmalloc_unittest.cc
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`; \ 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`
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 4693 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/tcmalloc_unittest-tcmalloc_unittest.Tpo $(DEPDIR)/tcmalloc_unittest-tcmalloc_unittest.Po
4472 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/tcmalloc_unittest.cc' object='tcmalloc_unittest-tcmalloc_unittest.obj' libtool=no @AMDEPBACKSLASH@ 4694 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/tcmalloc_unittest.cc' object='tcmalloc_unittest-tcmalloc_unittest.obj' libtool=no @AMDEPBACKSLASH@
4473 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 4695 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
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` 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`
4475 4697
4476 tcmalloc_unittest-testutil.o: src/tests/testutil.cc 4698 tcmalloc_unittest-testutil.o: src/tests/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; \ 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
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 4700 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/tcmalloc_unittest-testutil.Tpo $(DEPDIR) /tcmalloc_unittest-testutil.Po
4479 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/testutil.cc' object='t cmalloc_unittest-testutil.o' libtool=no @AMDEPBACKSLASH@ 4701 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/testutil.cc' object='t cmalloc_unittest-testutil.o' libtool=no @AMDEPBACKSLASH@
4480 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 4702 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
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 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
4482 4704
4483 tcmalloc_unittest-testutil.obj: src/tests/testutil.cc 4705 tcmalloc_unittest-testutil.obj: src/tests/testutil.cc
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`; \ 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 `
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 4707 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/tcmalloc_unittest-testutil.Tpo $(DEPDIR) /tcmalloc_unittest-testutil.Po
4486 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/testutil.cc' object='t cmalloc_unittest-testutil.obj' libtool=no @AMDEPBACKSLASH@ 4708 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/testutil.cc' object='t cmalloc_unittest-testutil.obj' libtool=no @AMDEPBACKSLASH@
4487 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 4709 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
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` 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`
4489 4711
4490 thread_dealloc_unittest-thread_dealloc_unittest.o: src/tests/thread_dealloc_unit test.cc 4712 thread_dealloc_unittest-thread_dealloc_unittest.o: src/tests/thread_dealloc_unit test.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; \ 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
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 4714 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/thread_dealloc_unittest-thread_dealloc_u nittest.Tpo $(DEPDIR)/thread_dealloc_unittest-thread_dealloc_unittest.Po
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@ 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@
4494 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 4716 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
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 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
4496 4718
4497 thread_dealloc_unittest-thread_dealloc_unittest.obj: src/tests/thread_dealloc_un ittest.cc 4719 thread_dealloc_unittest-thread_dealloc_unittest.obj: src/tests/thread_dealloc_un ittest.cc
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`; \ 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`
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 4721 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/thread_dealloc_unittest-thread_dealloc_u nittest.Tpo $(DEPDIR)/thread_dealloc_unittest-thread_dealloc_unittest.Po
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@ 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@
4501 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 4723 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
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` 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`
4503 4725
4504 thread_dealloc_unittest-testutil.o: src/tests/testutil.cc 4726 thread_dealloc_unittest-testutil.o: 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; \ 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
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 4728 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/thread_dealloc_unittest-testutil.Tpo $(D EPDIR)/thread_dealloc_unittest-testutil.Po
4507 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/testutil.cc' object='t hread_dealloc_unittest-testutil.o' libtool=no @AMDEPBACKSLASH@ 4729 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/testutil.cc' object='t hread_dealloc_unittest-testutil.o' libtool=no @AMDEPBACKSLASH@
4508 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 4730 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
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 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
4510 4732
4511 thread_dealloc_unittest-testutil.obj: src/tests/testutil.cc 4733 thread_dealloc_unittest-testutil.obj: src/tests/testutil.cc
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`; \ 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`
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 4735 @am__fastdepCXX_TRUE@» mv -f $(DEPDIR)/thread_dealloc_unittest-testutil.Tpo $(D EPDIR)/thread_dealloc_unittest-testutil.Po
4514 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/testutil.cc' object='t hread_dealloc_unittest-testutil.obj' libtool=no @AMDEPBACKSLASH@ 4736 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/tests/testutil.cc' object='t hread_dealloc_unittest-testutil.obj' libtool=no @AMDEPBACKSLASH@
4515 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@ 4737 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp ) @AMDEPBACKSLASH@
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` 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`
4517 4739
4518 mostlyclean-libtool: 4740 mostlyclean-libtool:
4519 -rm -f *.lo 4741 -rm -f *.lo
4520 4742
4521 clean-libtool: 4743 clean-libtool:
4522 -rm -rf .libs _libs 4744 -rm -rf .libs _libs
4523 4745
4524 distclean-libtool: 4746 distclean-libtool:
4525 -rm -f libtool 4747 -rm -f libtool
4526 uninstall-info-am:
4527 install-man1: $(man1_MANS) $(man_MANS) 4748 install-man1: $(man1_MANS) $(man_MANS)
4528 @$(NORMAL_INSTALL) 4749 @$(NORMAL_INSTALL)
4529 » test -z "$(man1dir)" || $(mkdir_p) "$(DESTDIR)$(man1dir)" 4750 » test -z "$(man1dir)" || $(MKDIR_P) "$(DESTDIR)$(man1dir)"
4530 @list='$(man1_MANS) $(dist_man1_MANS) $(nodist_man1_MANS)'; \ 4751 @list='$(man1_MANS) $(dist_man1_MANS) $(nodist_man1_MANS)'; \
4531 l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \ 4752 l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
4532 for i in $$l2; do \ 4753 for i in $$l2; do \
4533 case "$$i" in \ 4754 case "$$i" in \
4534 *.1*) list="$$list $$i" ;; \ 4755 *.1*) list="$$list $$i" ;; \
4535 esac; \ 4756 esac; \
4536 done; \ 4757 done; \
4537 for i in $$list; do \ 4758 for i in $$list; do \
4538 if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \ 4759 if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
4539 else file=$$i; fi; \ 4760 else file=$$i; fi; \
(...skipping 24 matching lines...) Expand all
4564 *) ext='1' ;; \ 4785 *) ext='1' ;; \
4565 esac; \ 4786 esac; \
4566 inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \ 4787 inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
4567 inst=`echo $$inst | sed -e 's/^.*\///'`; \ 4788 inst=`echo $$inst | sed -e 's/^.*\///'`; \
4568 inst=`echo $$inst | sed '$(transform)'`.$$ext; \ 4789 inst=`echo $$inst | sed '$(transform)'`.$$ext; \
4569 echo " rm -f '$(DESTDIR)$(man1dir)/$$inst'"; \ 4790 echo " rm -f '$(DESTDIR)$(man1dir)/$$inst'"; \
4570 rm -f "$(DESTDIR)$(man1dir)/$$inst"; \ 4791 rm -f "$(DESTDIR)$(man1dir)/$$inst"; \
4571 done 4792 done
4572 install-dist_docDATA: $(dist_doc_DATA) 4793 install-dist_docDATA: $(dist_doc_DATA)
4573 @$(NORMAL_INSTALL) 4794 @$(NORMAL_INSTALL)
4574 » test -z "$(docdir)" || $(mkdir_p) "$(DESTDIR)$(docdir)" 4795 » test -z "$(docdir)" || $(MKDIR_P) "$(DESTDIR)$(docdir)"
4575 @list='$(dist_doc_DATA)'; for p in $$list; do \ 4796 @list='$(dist_doc_DATA)'; for p in $$list; do \
4576 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 4797 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
4577 f=$(am__strip_dir) \ 4798 f=$(am__strip_dir) \
4578 echo " $(dist_docDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(docdir)/$$f'"; \ 4799 echo " $(dist_docDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(docdir)/$$f'"; \
4579 $(dist_docDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(docdir)/$$f"; \ 4800 $(dist_docDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(docdir)/$$f"; \
4580 done 4801 done
4581 4802
4582 uninstall-dist_docDATA: 4803 uninstall-dist_docDATA:
4583 @$(NORMAL_UNINSTALL) 4804 @$(NORMAL_UNINSTALL)
4584 @list='$(dist_doc_DATA)'; for p in $$list; do \ 4805 @list='$(dist_doc_DATA)'; for p in $$list; do \
4585 f=$(am__strip_dir) \ 4806 f=$(am__strip_dir) \
4586 echo " rm -f '$(DESTDIR)$(docdir)/$$f'"; \ 4807 echo " rm -f '$(DESTDIR)$(docdir)/$$f'"; \
4587 rm -f "$(DESTDIR)$(docdir)/$$f"; \ 4808 rm -f "$(DESTDIR)$(docdir)/$$f"; \
4588 done 4809 done
4589 install-pkgconfigDATA: $(pkgconfig_DATA) 4810 install-pkgconfigDATA: $(pkgconfig_DATA)
4590 @$(NORMAL_INSTALL) 4811 @$(NORMAL_INSTALL)
4591 » test -z "$(pkgconfigdir)" || $(mkdir_p) "$(DESTDIR)$(pkgconfigdir)" 4812 » test -z "$(pkgconfigdir)" || $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)"
4592 @list='$(pkgconfig_DATA)'; for p in $$list; do \ 4813 @list='$(pkgconfig_DATA)'; for p in $$list; do \
4593 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 4814 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
4594 f=$(am__strip_dir) \ 4815 f=$(am__strip_dir) \
4595 echo " $(pkgconfigDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(pkgconfigdir)/$$ f'"; \ 4816 echo " $(pkgconfigDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(pkgconfigdir)/$$ f'"; \
4596 $(pkgconfigDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(pkgconfigdir)/$$f"; \ 4817 $(pkgconfigDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(pkgconfigdir)/$$f"; \
4597 done 4818 done
4598 4819
4599 uninstall-pkgconfigDATA: 4820 uninstall-pkgconfigDATA:
4600 @$(NORMAL_UNINSTALL) 4821 @$(NORMAL_UNINSTALL)
4601 @list='$(pkgconfig_DATA)'; for p in $$list; do \ 4822 @list='$(pkgconfig_DATA)'; for p in $$list; do \
4602 f=$(am__strip_dir) \ 4823 f=$(am__strip_dir) \
4603 echo " rm -f '$(DESTDIR)$(pkgconfigdir)/$$f'"; \ 4824 echo " rm -f '$(DESTDIR)$(pkgconfigdir)/$$f'"; \
4604 rm -f "$(DESTDIR)$(pkgconfigdir)/$$f"; \ 4825 rm -f "$(DESTDIR)$(pkgconfigdir)/$$f"; \
4605 done 4826 done
4606 install-googleincludeHEADERS: $(googleinclude_HEADERS) 4827 install-googleincludeHEADERS: $(googleinclude_HEADERS)
4607 @$(NORMAL_INSTALL) 4828 @$(NORMAL_INSTALL)
4608 » test -z "$(googleincludedir)" || $(mkdir_p) "$(DESTDIR)$(googleincludedi r)" 4829 » test -z "$(googleincludedir)" || $(MKDIR_P) "$(DESTDIR)$(googleincludedi r)"
4609 @list='$(googleinclude_HEADERS)'; for p in $$list; do \ 4830 @list='$(googleinclude_HEADERS)'; for p in $$list; do \
4610 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 4831 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
4611 f=$(am__strip_dir) \ 4832 f=$(am__strip_dir) \
4612 echo " $(googleincludeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(googleinc ludedir)/$$f'"; \ 4833 echo " $(googleincludeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(googleinc ludedir)/$$f'"; \
4613 $(googleincludeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(googleincludedir )/$$f"; \ 4834 $(googleincludeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(googleincludedir )/$$f"; \
4614 done 4835 done
4615 4836
4616 uninstall-googleincludeHEADERS: 4837 uninstall-googleincludeHEADERS:
4617 @$(NORMAL_UNINSTALL) 4838 @$(NORMAL_UNINSTALL)
4618 @list='$(googleinclude_HEADERS)'; for p in $$list; do \ 4839 @list='$(googleinclude_HEADERS)'; for p in $$list; do \
4619 f=$(am__strip_dir) \ 4840 f=$(am__strip_dir) \
4620 echo " rm -f '$(DESTDIR)$(googleincludedir)/$$f'"; \ 4841 echo " rm -f '$(DESTDIR)$(googleincludedir)/$$f'"; \
4621 rm -f "$(DESTDIR)$(googleincludedir)/$$f"; \ 4842 rm -f "$(DESTDIR)$(googleincludedir)/$$f"; \
4622 done 4843 done
4623 install-nodist_googleincludeHEADERS: $(nodist_googleinclude_HEADERS) 4844 install-nodist_perftoolsincludeHEADERS: $(nodist_perftoolsinclude_HEADERS)
4624 @$(NORMAL_INSTALL) 4845 @$(NORMAL_INSTALL)
4625 » test -z "$(googleincludedir)" || $(mkdir_p) "$(DESTDIR)$(googleincludedi r)" 4846 » test -z "$(perftoolsincludedir)" || $(MKDIR_P) "$(DESTDIR)$(perftoolsinc ludedir)"
4626 » @list='$(nodist_googleinclude_HEADERS)'; for p in $$list; do \ 4847 » @list='$(nodist_perftoolsinclude_HEADERS)'; for p in $$list; do \
4627 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 4848 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
4628 f=$(am__strip_dir) \ 4849 f=$(am__strip_dir) \
4629 » echo " $(nodist_googleincludeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(go ogleincludedir)/$$f'"; \ 4850 » echo " $(nodist_perftoolsincludeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$ (perftoolsincludedir)/$$f'"; \
4630 » $(nodist_googleincludeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(googleinc ludedir)/$$f"; \ 4851 » $(nodist_perftoolsincludeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(perfto olsincludedir)/$$f"; \
4631 done 4852 done
4632 4853
4633 uninstall-nodist_googleincludeHEADERS: 4854 uninstall-nodist_perftoolsincludeHEADERS:
4634 @$(NORMAL_UNINSTALL) 4855 @$(NORMAL_UNINSTALL)
4635 » @list='$(nodist_googleinclude_HEADERS)'; for p in $$list; do \ 4856 » @list='$(nodist_perftoolsinclude_HEADERS)'; for p in $$list; do \
4636 f=$(am__strip_dir) \ 4857 f=$(am__strip_dir) \
4637 » echo " rm -f '$(DESTDIR)$(googleincludedir)/$$f'"; \ 4858 » echo " rm -f '$(DESTDIR)$(perftoolsincludedir)/$$f'"; \
4638 » rm -f "$(DESTDIR)$(googleincludedir)/$$f"; \ 4859 » rm -f "$(DESTDIR)$(perftoolsincludedir)/$$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"; \
4639 done 4877 done
4640 4878
4641 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) 4879 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
4642 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 4880 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
4643 unique=`for i in $$list; do \ 4881 unique=`for i in $$list; do \
4644 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 4882 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
4645 done | \ 4883 done | \
4646 » $(AWK) ' { files[$$0] = 1; } \ 4884 » $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
4647 » END { for (i in files) print i; }'`; \ 4885 » END { if (nonempty) { for (i in files) print i; }; }'`; \
4648 mkid -fID $$unique 4886 mkid -fID $$unique
4649 tags: TAGS 4887 tags: TAGS
4650 4888
4651 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 4889 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
4652 $(TAGS_FILES) $(LISP) 4890 $(TAGS_FILES) $(LISP)
4653 tags=; \ 4891 tags=; \
4654 here=`pwd`; \ 4892 here=`pwd`; \
4655 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 4893 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
4656 unique=`for i in $$list; do \ 4894 unique=`for i in $$list; do \
4657 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 4895 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
4658 done | \ 4896 done | \
4659 » $(AWK) ' { files[$$0] = 1; } \ 4897 » $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
4660 » END { for (i in files) print i; }'`; \ 4898 » END { if (nonempty) { for (i in files) print i; }; }'`; \
4661 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ 4899 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
4662 test -n "$$unique" || unique=$$empty_fix; \ 4900 test -n "$$unique" || unique=$$empty_fix; \
4663 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 4901 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
4664 $$tags $$unique; \ 4902 $$tags $$unique; \
4665 fi 4903 fi
4666 ctags: CTAGS 4904 ctags: CTAGS
4667 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 4905 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
4668 $(TAGS_FILES) $(LISP) 4906 $(TAGS_FILES) $(LISP)
4669 tags=; \ 4907 tags=; \
4670 here=`pwd`; \
4671 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 4908 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
4672 unique=`for i in $$list; do \ 4909 unique=`for i in $$list; do \
4673 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 4910 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
4674 done | \ 4911 done | \
4675 » $(AWK) ' { files[$$0] = 1; } \ 4912 » $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
4676 » END { for (i in files) print i; }'`; \ 4913 » END { if (nonempty) { for (i in files) print i; }; }'`; \
4677 test -z "$(CTAGS_ARGS)$$tags$$unique" \ 4914 test -z "$(CTAGS_ARGS)$$tags$$unique" \
4678 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 4915 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
4679 $$tags $$unique 4916 $$tags $$unique
4680 4917
4681 GTAGS: 4918 GTAGS:
4682 here=`$(am__cd) $(top_builddir) && pwd` \ 4919 here=`$(am__cd) $(top_builddir) && pwd` \
4683 && cd $(top_srcdir) \ 4920 && cd $(top_srcdir) \
4684 && gtags -i $(GTAGS_ARGS) $$here 4921 && gtags -i $(GTAGS_ARGS) $$here
4685 4922
4686 distclean-tags: 4923 distclean-tags:
4687 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 4924 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
4688 4925
4689 check-TESTS: $(TESTS) 4926 check-TESTS: $(TESTS)
4690 » @failed=0; all=0; xfail=0; xpass=0; skip=0; \ 4927 » @failed=0; all=0; xfail=0; xpass=0; skip=0; ws='[» ]'; \
4691 srcdir=$(srcdir); export srcdir; \ 4928 srcdir=$(srcdir); export srcdir; \
4692 » list='$(TESTS)'; \ 4929 » list=' $(TESTS) '; \
4693 if test -n "$$list"; then \ 4930 if test -n "$$list"; then \
4694 for tst in $$list; do \ 4931 for tst in $$list; do \
4695 if test -f ./$$tst; then dir=./; \ 4932 if test -f ./$$tst; then dir=./; \
4696 elif test -f $$tst; then dir=; \ 4933 elif test -f $$tst; then dir=; \
4697 else dir="$(srcdir)/"; fi; \ 4934 else dir="$(srcdir)/"; fi; \
4698 if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \ 4935 if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
4699 all=`expr $$all + 1`; \ 4936 all=`expr $$all + 1`; \
4700 case " $(XFAIL_TESTS) " in \ 4937 case " $(XFAIL_TESTS) " in \
4701 » *" $$tst "*) \ 4938 » *$$ws$$tst$$ws*) \
4702 xpass=`expr $$xpass + 1`; \ 4939 xpass=`expr $$xpass + 1`; \
4703 failed=`expr $$failed + 1`; \ 4940 failed=`expr $$failed + 1`; \
4704 echo "XPASS: $$tst"; \ 4941 echo "XPASS: $$tst"; \
4705 ;; \ 4942 ;; \
4706 *) \ 4943 *) \
4707 echo "PASS: $$tst"; \ 4944 echo "PASS: $$tst"; \
4708 ;; \ 4945 ;; \
4709 esac; \ 4946 esac; \
4710 elif test $$? -ne 77; then \ 4947 elif test $$? -ne 77; then \
4711 all=`expr $$all + 1`; \ 4948 all=`expr $$all + 1`; \
4712 case " $(XFAIL_TESTS) " in \ 4949 case " $(XFAIL_TESTS) " in \
4713 » *" $$tst "*) \ 4950 » *$$ws$$tst$$ws*) \
4714 xfail=`expr $$xfail + 1`; \ 4951 xfail=`expr $$xfail + 1`; \
4715 echo "XFAIL: $$tst"; \ 4952 echo "XFAIL: $$tst"; \
4716 ;; \ 4953 ;; \
4717 *) \ 4954 *) \
4718 failed=`expr $$failed + 1`; \ 4955 failed=`expr $$failed + 1`; \
4719 echo "FAIL: $$tst"; \ 4956 echo "FAIL: $$tst"; \
4720 ;; \ 4957 ;; \
4721 esac; \ 4958 esac; \
4722 else \ 4959 else \
4723 skip=`expr $$skip + 1`; \ 4960 skip=`expr $$skip + 1`; \
(...skipping 30 matching lines...) Expand all
4754 echo "$$dashes"; \ 4991 echo "$$dashes"; \
4755 echo "$$banner"; \ 4992 echo "$$banner"; \
4756 test -z "$$skipped" || echo "$$skipped"; \ 4993 test -z "$$skipped" || echo "$$skipped"; \
4757 test -z "$$report" || echo "$$report"; \ 4994 test -z "$$report" || echo "$$report"; \
4758 echo "$$dashes"; \ 4995 echo "$$dashes"; \
4759 test "$$failed" -eq 0; \ 4996 test "$$failed" -eq 0; \
4760 else :; fi 4997 else :; fi
4761 4998
4762 distdir: $(DISTFILES) 4999 distdir: $(DISTFILES)
4763 $(am__remove_distdir) 5000 $(am__remove_distdir)
4764 » mkdir $(distdir) 5001 » test -d $(distdir) || mkdir $(distdir)
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 5002 » @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
4766 » @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ 5003 » topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
4767 » topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ 5004 » list='$(DISTFILES)'; \
4768 » list='$(DISTFILES)'; for file in $$list; do \ 5005 » dist_files=`for file in $$list; do echo $$file; done | \
4769 » case $$file in \ 5006 » sed -e "s|^$$srcdirstrip/||;t" \
4770 » $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ 5007 » -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
4771 » $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(t op_builddir)/|"`;; \ 5008 » case $$dist_files in \
4772 » esac; \ 5009 » */*) $(MKDIR_P) `echo "$$dist_files" | \
5010 » » » sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
5011 » » » sort -u` ;; \
5012 » esac; \
5013 » for file in $$dist_files; do \
4773 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 5014 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; \
4781 if test -d $$d/$$file; then \ 5015 if test -d $$d/$$file; then \
5016 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
4782 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 5017 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
4783 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ 5018 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
4784 fi; \ 5019 fi; \
4785 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ 5020 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
4786 else \ 5021 else \
4787 test -f $(distdir)/$$file \ 5022 test -f $(distdir)/$$file \
4788 || cp -p $$d/$$file $(distdir)/$$file \ 5023 || cp -p $$d/$$file $(distdir)/$$file \
4789 || exit 1; \ 5024 || exit 1; \
4790 fi; \ 5025 fi; \
4791 done 5026 done
4792 $(MAKE) $(AM_MAKEFLAGS) \ 5027 $(MAKE) $(AM_MAKEFLAGS) \
4793 top_distdir="$(top_distdir)" distdir="$(distdir)" \ 5028 top_distdir="$(top_distdir)" distdir="$(distdir)" \
4794 dist-hook 5029 dist-hook
4795 -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \ 5030 -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
4796 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ 5031 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
4797 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ 5032 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
4798 » ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \ 5033 » ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
4799 || chmod -R a+r $(distdir) 5034 || chmod -R a+r $(distdir)
4800 dist-gzip: distdir 5035 dist-gzip: distdir
4801 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).t ar.gz 5036 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).t ar.gz
4802 $(am__remove_distdir) 5037 $(am__remove_distdir)
4803 5038
4804 dist-bzip2: distdir 5039 dist-bzip2: distdir
4805 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2 5040 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
4806 $(am__remove_distdir) 5041 $(am__remove_distdir)
4807 5042
5043 dist-lzma: distdir
5044 tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
5045 $(am__remove_distdir)
5046
4808 dist-tarZ: distdir 5047 dist-tarZ: distdir
4809 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z 5048 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
4810 $(am__remove_distdir) 5049 $(am__remove_distdir)
4811 5050
4812 dist-shar: distdir 5051 dist-shar: distdir
4813 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz 5052 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
4814 $(am__remove_distdir) 5053 $(am__remove_distdir)
4815 dist-zip: distdir 5054 dist-zip: distdir
4816 -rm -f $(distdir).zip 5055 -rm -f $(distdir).zip
4817 zip -rq $(distdir).zip $(distdir) 5056 zip -rq $(distdir).zip $(distdir)
4818 $(am__remove_distdir) 5057 $(am__remove_distdir)
4819 5058
4820 dist dist-all: distdir 5059 dist dist-all: distdir
4821 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).t ar.gz 5060 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).t ar.gz
4822 -rm -f $(distdir).zip 5061 -rm -f $(distdir).zip
4823 zip -rq $(distdir).zip $(distdir) 5062 zip -rq $(distdir).zip $(distdir)
4824 $(am__remove_distdir) 5063 $(am__remove_distdir)
4825 5064
4826 # This target untars the dist file and tries a VPATH configuration. Then 5065 # This target untars the dist file and tries a VPATH configuration. Then
4827 # it guarantees that the distribution is self-contained by making another 5066 # it guarantees that the distribution is self-contained by making another
4828 # tarfile. 5067 # tarfile.
4829 distcheck: dist 5068 distcheck: dist
4830 case '$(DIST_ARCHIVES)' in \ 5069 case '$(DIST_ARCHIVES)' in \
4831 *.tar.gz*) \ 5070 *.tar.gz*) \
4832 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\ 5071 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
4833 *.tar.bz2*) \ 5072 *.tar.bz2*) \
4834 bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\ 5073 bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
5074 *.tar.lzma*) \
5075 unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
4835 *.tar.Z*) \ 5076 *.tar.Z*) \
4836 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ 5077 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
4837 *.shar.gz*) \ 5078 *.shar.gz*) \
4838 GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\ 5079 GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
4839 *.zip*) \ 5080 *.zip*) \
4840 unzip $(distdir).zip ;;\ 5081 unzip $(distdir).zip ;;\
4841 esac 5082 esac
4842 chmod -R a-w $(distdir); chmod a+w $(distdir) 5083 chmod -R a-w $(distdir); chmod a+w $(distdir)
4843 mkdir $(distdir)/_build 5084 mkdir $(distdir)/_build
4844 mkdir $(distdir)/_inst 5085 mkdir $(distdir)/_inst
(...skipping 19 matching lines...) Expand all
4864 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ 5105 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
4865 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ 5106 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
4866 } || { rm -rf "$$dc_destdir"; exit 1; }) \ 5107 } || { rm -rf "$$dc_destdir"; exit 1; }) \
4867 && rm -rf "$$dc_destdir" \ 5108 && rm -rf "$$dc_destdir" \
4868 && $(MAKE) $(AM_MAKEFLAGS) dist \ 5109 && $(MAKE) $(AM_MAKEFLAGS) dist \
4869 && rm -rf $(DIST_ARCHIVES) \ 5110 && rm -rf $(DIST_ARCHIVES) \
4870 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck 5111 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
4871 $(am__remove_distdir) 5112 $(am__remove_distdir)
4872 @(echo "$(distdir) archives ready for distribution: "; \ 5113 @(echo "$(distdir) archives ready for distribution: "; \
4873 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ 5114 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
4874 » sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}' 5115 » sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
4875 distuninstallcheck: 5116 distuninstallcheck:
4876 @cd $(distuninstallcheck_dir) \ 5117 @cd $(distuninstallcheck_dir) \
4877 && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \ 5118 && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
4878 || { echo "ERROR: files left after uninstall:" ; \ 5119 || { echo "ERROR: files left after uninstall:" ; \
4879 if test -n "$(DESTDIR)"; then \ 5120 if test -n "$(DESTDIR)"; then \
4880 echo " (check DESTDIR support)"; \ 5121 echo " (check DESTDIR support)"; \
4881 fi ; \ 5122 fi ; \
4882 $(distuninstallcheck_listfiles) ; \ 5123 $(distuninstallcheck_listfiles) ; \
4883 exit 1; } >&2 5124 exit 1; } >&2
4884 distcleancheck: distclean 5125 distcleancheck: distclean
4885 @if test '$(srcdir)' = . ; then \ 5126 @if test '$(srcdir)' = . ; then \
4886 echo "ERROR: distcleancheck can only run from a VPATH build" ; \ 5127 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
4887 exit 1 ; \ 5128 exit 1 ; \
4888 fi 5129 fi
4889 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ 5130 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
4890 || { echo "ERROR: files left in build directory after distclean:" ; \ 5131 || { echo "ERROR: files left in build directory after distclean:" ; \
4891 $(distcleancheck_listfiles) ; \ 5132 $(distcleancheck_listfiles) ; \
4892 exit 1; } >&2 5133 exit 1; } >&2
4893 check-am: all-am 5134 check-am: all-am
4894 $(MAKE) $(AM_MAKEFLAGS) $(check_SCRIPTS) 5135 $(MAKE) $(AM_MAKEFLAGS) $(check_SCRIPTS)
4895 $(MAKE) $(AM_MAKEFLAGS) check-TESTS 5136 $(MAKE) $(AM_MAKEFLAGS) check-TESTS
4896 check: check-am 5137 check: check-am
4897 all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(SCRIPTS) $(MANS) $(DATA) \ 5138 all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(SCRIPTS) $(MANS) $(DATA) \
4898 $(HEADERS) all-local 5139 $(HEADERS) all-local
4899 install-binPROGRAMS: install-libLTLIBRARIES 5140 install-binPROGRAMS: install-libLTLIBRARIES
4900 5141
4901 installdirs: 5142 installdirs:
4902 » for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(bind ir)" "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(docdir)" "$(DESTDIR)$(pkgconfigdir)" "$ (DESTDIR)$(googleincludedir)" "$(DESTDIR)$(googleincludedir)"; do \ 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 \
4903 » test -z "$$dir" || $(mkdir_p) "$$dir"; \ 5144 » test -z "$$dir" || $(MKDIR_P) "$$dir"; \
4904 done 5145 done
4905 install: install-am 5146 install: install-am
4906 install-exec: install-exec-am 5147 install-exec: install-exec-am
4907 install-data: install-data-am 5148 install-data: install-data-am
4908 uninstall: uninstall-am 5149 uninstall: uninstall-am
4909 5150
4910 install-am: all-am 5151 install-am: all-am
4911 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 5152 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
4912 5153
4913 installcheck: installcheck-am 5154 installcheck: installcheck-am
(...skipping 30 matching lines...) Expand all
4944 5185
4945 dvi-am: 5186 dvi-am:
4946 5187
4947 html: html-am 5188 html: html-am
4948 5189
4949 info: info-am 5190 info: info-am
4950 5191
4951 info-am: 5192 info-am:
4952 5193
4953 install-data-am: install-dist_docDATA install-googleincludeHEADERS \ 5194 install-data-am: install-dist_docDATA install-googleincludeHEADERS \
4954 » install-man install-nodist_googleincludeHEADERS \ 5195 » install-man install-nodist_perftoolsincludeHEADERS \
4955 » install-pkgconfigDATA 5196 » install-perftoolsincludeHEADERS install-pkgconfigDATA
5197
5198 install-dvi: install-dvi-am
4956 5199
4957 install-exec-am: install-binPROGRAMS install-binSCRIPTS \ 5200 install-exec-am: install-binPROGRAMS install-binSCRIPTS \
4958 install-exec-local install-libLTLIBRARIES 5201 install-exec-local install-libLTLIBRARIES
4959 5202
5203 install-html: install-html-am
5204
4960 install-info: install-info-am 5205 install-info: install-info-am
4961 5206
4962 install-man: install-man1 5207 install-man: install-man1
4963 5208
5209 install-pdf: install-pdf-am
5210
5211 install-ps: install-ps-am
5212
4964 installcheck-am: 5213 installcheck-am:
4965 5214
4966 maintainer-clean: maintainer-clean-am 5215 maintainer-clean: maintainer-clean-am
4967 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 5216 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
4968 -rm -rf $(top_srcdir)/autom4te.cache 5217 -rm -rf $(top_srcdir)/autom4te.cache
4969 -rm -rf ./$(DEPDIR) 5218 -rm -rf ./$(DEPDIR)
4970 -rm -f Makefile 5219 -rm -f Makefile
4971 maintainer-clean-am: distclean-am maintainer-clean-generic 5220 maintainer-clean-am: distclean-am maintainer-clean-generic
4972 5221
4973 mostlyclean: mostlyclean-am 5222 mostlyclean: mostlyclean-am
4974 5223
4975 mostlyclean-am: mostlyclean-compile mostlyclean-generic \ 5224 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
4976 mostlyclean-libtool 5225 mostlyclean-libtool
4977 5226
4978 pdf: pdf-am 5227 pdf: pdf-am
4979 5228
4980 pdf-am: 5229 pdf-am:
4981 5230
4982 ps: ps-am 5231 ps: ps-am
4983 5232
4984 ps-am: 5233 ps-am:
4985 5234
4986 uninstall-am: uninstall-binPROGRAMS uninstall-binSCRIPTS \ 5235 uninstall-am: uninstall-binPROGRAMS uninstall-binSCRIPTS \
4987 uninstall-dist_docDATA uninstall-googleincludeHEADERS \ 5236 uninstall-dist_docDATA uninstall-googleincludeHEADERS \
4988 » uninstall-info-am uninstall-libLTLIBRARIES uninstall-man \ 5237 » uninstall-libLTLIBRARIES uninstall-man \
4989 » uninstall-nodist_googleincludeHEADERS uninstall-pkgconfigDATA 5238 » uninstall-nodist_perftoolsincludeHEADERS \
5239 » uninstall-perftoolsincludeHEADERS uninstall-pkgconfigDATA
4990 5240
4991 uninstall-man: uninstall-man1 5241 uninstall-man: uninstall-man1
4992 5242
5243 .MAKE: install-am install-strip
5244
4993 .PHONY: CTAGS GTAGS all all-am all-local am--refresh check check-TESTS \ 5245 .PHONY: CTAGS GTAGS all all-am all-local am--refresh check check-TESTS \
4994 check-am clean clean-binPROGRAMS clean-generic \ 5246 check-am clean clean-binPROGRAMS clean-generic \
4995 clean-libLTLIBRARIES clean-libtool clean-noinstLTLIBRARIES \ 5247 clean-libLTLIBRARIES clean-libtool clean-noinstLTLIBRARIES \
4996 clean-noinstPROGRAMS ctags dist dist-all dist-bzip2 dist-gzip \ 5248 clean-noinstPROGRAMS ctags dist dist-all dist-bzip2 dist-gzip \
4997 » dist-hook dist-shar dist-tarZ dist-zip distcheck distclean \ 5249 » dist-hook dist-lzma dist-shar dist-tarZ dist-zip distcheck \
4998 » distclean-compile distclean-generic distclean-hdr \ 5250 » distclean distclean-compile distclean-generic distclean-hdr \
4999 distclean-libtool distclean-tags distcleancheck distdir \ 5251 distclean-libtool distclean-tags distcleancheck distdir \
5000 distuninstallcheck dvi dvi-am html html-am info info-am \ 5252 distuninstallcheck dvi dvi-am html html-am info info-am \
5001 install install-am install-binPROGRAMS install-binSCRIPTS \ 5253 install install-am install-binPROGRAMS install-binSCRIPTS \
5002 » install-data install-data-am install-dist_docDATA install-exec \ 5254 » install-data install-data-am install-dist_docDATA install-dvi \
5003 » install-exec-am install-exec-local \ 5255 » install-dvi-am install-exec install-exec-am install-exec-local \
5004 » install-googleincludeHEADERS install-info install-info-am \ 5256 » install-googleincludeHEADERS install-html install-html-am \
5005 » install-libLTLIBRARIES install-man install-man1 \ 5257 » install-info install-info-am install-libLTLIBRARIES \
5006 » install-nodist_googleincludeHEADERS install-pkgconfigDATA \ 5258 » install-man install-man1 \
5007 » install-strip installcheck installcheck-am installdirs \ 5259 » install-nodist_perftoolsincludeHEADERS install-pdf \
5008 » maintainer-clean maintainer-clean-generic mostlyclean \ 5260 » install-pdf-am install-perftoolsincludeHEADERS \
5009 » mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ 5261 » install-pkgconfigDATA install-ps install-ps-am install-strip \
5010 » pdf pdf-am ps ps-am tags uninstall uninstall-am \ 5262 » installcheck installcheck-am installdirs maintainer-clean \
5011 » uninstall-binPROGRAMS uninstall-binSCRIPTS \ 5263 » maintainer-clean-generic mostlyclean mostlyclean-compile \
5012 » uninstall-dist_docDATA uninstall-googleincludeHEADERS \ 5264 » mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
5013 » uninstall-info-am uninstall-libLTLIBRARIES uninstall-man \ 5265 » tags uninstall uninstall-am uninstall-binPROGRAMS \
5014 » uninstall-man1 uninstall-nodist_googleincludeHEADERS \ 5266 » uninstall-binSCRIPTS uninstall-dist_docDATA \
5015 » uninstall-pkgconfigDATA 5267 » uninstall-googleincludeHEADERS uninstall-libLTLIBRARIES \
5268 » uninstall-man uninstall-man1 \
5269 » uninstall-nodist_perftoolsincludeHEADERS \
5270 » uninstall-perftoolsincludeHEADERS uninstall-pkgconfigDATA
5016 5271
5017 @ENABLE_FRAME_POINTERS_FALSE@@X86_64_AND_NO_FP_BY_DEFAULT_TRUE@ # TODO(csilvers ): check if -fomit-frame-pointer might be in $(CXXFLAGS), 5272 @ENABLE_FRAME_POINTERS_FALSE@@X86_64_AND_NO_FP_BY_DEFAULT_TRUE@ # TODO(csilvers ): check if -fomit-frame-pointer might be in $(CXXFLAGS),
5018 @ENABLE_FRAME_POINTERS_FALSE@@X86_64_AND_NO_FP_BY_DEFAULT_TRUE@ # before setting this. 5273 @ENABLE_FRAME_POINTERS_FALSE@@X86_64_AND_NO_FP_BY_DEFAULT_TRUE@ # before setting this.
5019 @WITH_STACK_TRACE_TRUE@pprof_unittest: $(top_srcdir)/src/pprof 5274 @WITH_STACK_TRACE_TRUE@pprof_unittest: $(top_srcdir)/src/pprof
5020 @WITH_STACK_TRACE_TRUE@ $(top_srcdir)/src/pprof -test 5275 @WITH_STACK_TRACE_TRUE@ $(top_srcdir)/src/pprof -test
5021 # This script preloads libtcmalloc, and calls two other binaries as well 5276 # This script preloads libtcmalloc, and calls two other binaries as well
5022 # TODO(csilvers): replace by 'if ! cmp $^ $@ >/dev/null 2>&; then ...; fi' 5277 # TODO(csilvers): replace by 'if ! cmp $^ $@ >/dev/null 2>&; then ...; fi'
5023 @ENABLE_STATIC_FALSE@@MINGW_FALSE@maybe_threads_unittest.sh$(EXEEXT): $(top_srcd ir)/$(maybe_threads_unittest_sh_SOURCES) \ 5278 @ENABLE_STATIC_FALSE@@MINGW_FALSE@maybe_threads_unittest.sh$(EXEEXT): $(top_srcd ir)/$(maybe_threads_unittest_sh_SOURCES) \
5024 @ENABLE_STATIC_FALSE@@MINGW_FALSE@ $(LIBTCMALLOC_MINIM AL) \ 5279 @ENABLE_STATIC_FALSE@@MINGW_FALSE@ $(LIBTCMALLOC_MINIM AL) \
5025 @ENABLE_STATIC_FALSE@@MINGW_FALSE@ low_level_alloc_uni ttest 5280 @ENABLE_STATIC_FALSE@@MINGW_FALSE@ low_level_alloc_uni ttest
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
5109 libtool: $(LIBTOOL_DEPS) 5364 libtool: $(LIBTOOL_DEPS)
5110 $(SHELL) ./config.status --recheck 5365 $(SHELL) ./config.status --recheck
5111 5366
5112 # Windows wants write permission to .vcproj files and maybe even sln files. 5367 # Windows wants write permission to .vcproj files and maybe even sln files.
5113 dist-hook: 5368 dist-hook:
5114 test -e "$(distdir)/vsprojects" \ 5369 test -e "$(distdir)/vsprojects" \
5115 && chmod -R u+w $(distdir)/*.sln $(distdir)/vsprojects/ 5370 && chmod -R u+w $(distdir)/*.sln $(distdir)/vsprojects/
5116 # Tell versions [3.59,3.63) of GNU make to not export all variables. 5371 # Tell versions [3.59,3.63) of GNU make to not export all variables.
5117 # Otherwise a system limit (for SysV at least) may be exceeded. 5372 # Otherwise a system limit (for SysV at least) may be exceeded.
5118 .NOEXPORT: 5373 .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