2013-02-04 Paul Thomas <pault@gcc.gnu.org>
[official-gcc.git] / libsanitizer / asan / Makefile.in
blob672fbbf234820b49cacb16c924bf433f57e0b5eb
1 # Makefile.in generated by automake 1.11.1 from Makefile.am.
2 # @configure_input@
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
6 # Inc.
7 # This Makefile.in is free software; the Free Software Foundation
8 # gives unlimited permission to copy and/or distribute it,
9 # with or without modifications, as long as this notice is preserved.
11 # This program is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14 # PARTICULAR PURPOSE.
16 @SET_MAKE@
18 VPATH = @srcdir@
19 pkgdatadir = $(datadir)/@PACKAGE@
20 pkgincludedir = $(includedir)/@PACKAGE@
21 pkglibdir = $(libdir)/@PACKAGE@
22 pkglibexecdir = $(libexecdir)/@PACKAGE@
23 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24 install_sh_DATA = $(install_sh) -c -m 644
25 install_sh_PROGRAM = $(install_sh) -c
26 install_sh_SCRIPT = $(install_sh) -c
27 INSTALL_HEADER = $(INSTALL_DATA)
28 transform = $(program_transform_name)
29 NORMAL_INSTALL = :
30 PRE_INSTALL = :
31 POST_INSTALL = :
32 NORMAL_UNINSTALL = :
33 PRE_UNINSTALL = :
34 POST_UNINSTALL = :
35 build_triplet = @build@
36 host_triplet = @host@
37 target_triplet = @target@
38 @USING_MAC_INTERPOSE_TRUE@am__append_1 = -DMAC_INTERPOSE_FUNCTIONS -DMISSING_BLOCKS_SUPPORT
39 @USING_MAC_INTERPOSE_TRUE@am__append_2 = dynamic/asan_interceptors_dynamic.cc
40 subdir = asan
41 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
42 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
43 am__aclocal_m4_deps = $(top_srcdir)/../config/acx.m4 \
44 $(top_srcdir)/../config/depstand.m4 \
45 $(top_srcdir)/../config/lead-dot.m4 \
46 $(top_srcdir)/../config/libstdc++-raw-cxx.m4 \
47 $(top_srcdir)/../config/multi.m4 \
48 $(top_srcdir)/../config/override.m4 \
49 $(top_srcdir)/../ltoptions.m4 $(top_srcdir)/../ltsugar.m4 \
50 $(top_srcdir)/../ltversion.m4 $(top_srcdir)/../lt~obsolete.m4 \
51 $(top_srcdir)/acinclude.m4 $(top_srcdir)/../libtool.m4 \
52 $(top_srcdir)/configure.ac
53 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
54 $(ACLOCAL_M4)
55 mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
56 CONFIG_CLEAN_FILES =
57 CONFIG_CLEAN_VPATH_FILES =
58 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
59 am__vpath_adj = case $$p in \
60 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
61 *) f=$$p;; \
62 esac;
63 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
64 am__install_max = 40
65 am__nobase_strip_setup = \
66 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
67 am__nobase_strip = \
68 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
69 am__nobase_list = $(am__nobase_strip_setup); \
70 for p in $$list; do echo "$$p $$p"; done | \
71 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
72 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
73 if (++n[$$2] == $(am__install_max)) \
74 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
75 END { for (dir in files) print dir, files[dir] }'
76 am__base_list = \
77 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
78 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
79 am__installdirs = "$(DESTDIR)$(toolexeclibdir)"
80 LTLIBRARIES = $(toolexeclib_LTLIBRARIES)
81 am__DEPENDENCIES_1 =
82 @USING_MAC_INTERPOSE_FALSE@libasan_la_DEPENDENCIES = $(top_builddir)/sanitizer_common/libsanitizer_common.la \
83 @USING_MAC_INTERPOSE_FALSE@ $(top_builddir)/interception/libinterception.la \
84 @USING_MAC_INTERPOSE_FALSE@ $(am__DEPENDENCIES_1)
85 @USING_MAC_INTERPOSE_TRUE@libasan_la_DEPENDENCIES = $(top_builddir)/sanitizer_common/libsanitizer_common.la \
86 @USING_MAC_INTERPOSE_TRUE@ $(am__DEPENDENCIES_1)
87 am__libasan_la_SOURCES_DIST = asan_allocator.cc asan_allocator2.cc \
88 asan_interceptors.cc asan_mac.cc asan_malloc_mac.cc \
89 asan_new_delete.cc asan_posix.cc asan_rtl.cc asan_stats.cc \
90 asan_thread_registry.cc asan_fake_stack.cc asan_globals.cc \
91 asan_linux.cc asan_malloc_linux.cc asan_malloc_win.cc \
92 asan_poisoning.cc asan_report.cc asan_stack.cc asan_thread.cc \
93 asan_win.cc dynamic/asan_interceptors_dynamic.cc
94 am__objects_1 = asan_allocator.lo asan_allocator2.lo \
95 asan_interceptors.lo asan_mac.lo asan_malloc_mac.lo \
96 asan_new_delete.lo asan_posix.lo asan_rtl.lo asan_stats.lo \
97 asan_thread_registry.lo asan_fake_stack.lo asan_globals.lo \
98 asan_linux.lo asan_malloc_linux.lo asan_malloc_win.lo \
99 asan_poisoning.lo asan_report.lo asan_stack.lo asan_thread.lo \
100 asan_win.lo
101 @USING_MAC_INTERPOSE_TRUE@am__objects_2 = \
102 @USING_MAC_INTERPOSE_TRUE@ asan_interceptors_dynamic.lo
103 am_libasan_la_OBJECTS = $(am__objects_1) $(am__objects_2)
104 libasan_la_OBJECTS = $(am_libasan_la_OBJECTS)
105 libasan_la_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
106 $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
107 $(CXXFLAGS) $(libasan_la_LDFLAGS) $(LDFLAGS) -o $@
108 DEFAULT_INCLUDES = -I.@am__isrc@
109 depcomp = $(SHELL) $(top_srcdir)/../depcomp
110 am__depfiles_maybe = depfiles
111 am__mv = mv -f
112 CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
113 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
114 LTCXXCOMPILE = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
115 --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
116 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
117 CXXLD = $(CXX)
118 CXXLINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
119 --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \
120 $(LDFLAGS) -o $@
121 SOURCES = $(libasan_la_SOURCES)
122 DIST_SOURCES = $(am__libasan_la_SOURCES_DIST)
123 ETAGS = etags
124 CTAGS = ctags
125 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
126 ACLOCAL = @ACLOCAL@
127 AMTAR = @AMTAR@
128 AR = @AR@
129 AUTOCONF = @AUTOCONF@
130 AUTOHEADER = @AUTOHEADER@
131 AUTOMAKE = @AUTOMAKE@
132 AWK = @AWK@
133 CC = @CC@
134 CCAS = @CCAS@
135 CCASDEPMODE = @CCASDEPMODE@
136 CCASFLAGS = @CCASFLAGS@
137 CCDEPMODE = @CCDEPMODE@
138 CFLAGS = @CFLAGS@
139 CPP = @CPP@
140 CPPFLAGS = @CPPFLAGS@
141 CXX = @CXX@
142 CXXCPP = @CXXCPP@
143 CXXDEPMODE = @CXXDEPMODE@
144 CXXFLAGS = @CXXFLAGS@
145 CYGPATH_W = @CYGPATH_W@
146 DEFS = -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS \
147 -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS \
148 -DASAN_HAS_EXCEPTIONS=1 -DASAN_FLEXIBLE_MAPPING_AND_OFFSET=0 \
149 -DASAN_NEEDS_SEGV=1 $(am__append_1)
150 DEPDIR = @DEPDIR@
151 DSYMUTIL = @DSYMUTIL@
152 DUMPBIN = @DUMPBIN@
153 ECHO_C = @ECHO_C@
154 ECHO_N = @ECHO_N@
155 ECHO_T = @ECHO_T@
156 EGREP = @EGREP@
157 EXEEXT = @EXEEXT@
158 FGREP = @FGREP@
159 GREP = @GREP@
160 INSTALL = @INSTALL@
161 INSTALL_DATA = @INSTALL_DATA@
162 INSTALL_PROGRAM = @INSTALL_PROGRAM@
163 INSTALL_SCRIPT = @INSTALL_SCRIPT@
164 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
165 LD = @LD@
166 LDFLAGS = @LDFLAGS@
167 LIBOBJS = @LIBOBJS@
168 LIBS = @LIBS@
169 LIBSTDCXX_RAW_CXX_CXXFLAGS = @LIBSTDCXX_RAW_CXX_CXXFLAGS@
170 LIBSTDCXX_RAW_CXX_LDFLAGS = @LIBSTDCXX_RAW_CXX_LDFLAGS@
171 LIBTOOL = @LIBTOOL@
172 LIPO = @LIPO@
173 LN_S = @LN_S@
174 LTLIBOBJS = @LTLIBOBJS@
175 MAINT = @MAINT@
176 MAKEINFO = @MAKEINFO@
177 MKDIR_P = @MKDIR_P@
178 NM = @NM@
179 NMEDIT = @NMEDIT@
180 OBJDUMP = @OBJDUMP@
181 OBJEXT = @OBJEXT@
182 OTOOL = @OTOOL@
183 OTOOL64 = @OTOOL64@
184 PACKAGE = @PACKAGE@
185 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
186 PACKAGE_NAME = @PACKAGE_NAME@
187 PACKAGE_STRING = @PACKAGE_STRING@
188 PACKAGE_TARNAME = @PACKAGE_TARNAME@
189 PACKAGE_URL = @PACKAGE_URL@
190 PACKAGE_VERSION = @PACKAGE_VERSION@
191 PATH_SEPARATOR = @PATH_SEPARATOR@
192 RANLIB = @RANLIB@
193 SED = @SED@
194 SET_MAKE = @SET_MAKE@
195 SHELL = @SHELL@
196 STRIP = @STRIP@
197 VERSION = @VERSION@
198 abs_builddir = @abs_builddir@
199 abs_srcdir = @abs_srcdir@
200 abs_top_builddir = @abs_top_builddir@
201 abs_top_srcdir = @abs_top_srcdir@
202 ac_ct_CC = @ac_ct_CC@
203 ac_ct_CXX = @ac_ct_CXX@
204 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
205 am__include = @am__include@
206 am__leading_dot = @am__leading_dot@
207 am__quote = @am__quote@
208 am__tar = @am__tar@
209 am__untar = @am__untar@
210 bindir = @bindir@
211 build = @build@
212 build_alias = @build_alias@
213 build_cpu = @build_cpu@
214 build_os = @build_os@
215 build_vendor = @build_vendor@
216 builddir = @builddir@
217 datadir = @datadir@
218 datarootdir = @datarootdir@
219 docdir = @docdir@
220 dvidir = @dvidir@
221 enable_shared = @enable_shared@
222 enable_static = @enable_static@
223 exec_prefix = @exec_prefix@
224 host = @host@
225 host_alias = @host_alias@
226 host_cpu = @host_cpu@
227 host_os = @host_os@
228 host_vendor = @host_vendor@
229 htmldir = @htmldir@
230 includedir = @includedir@
231 infodir = @infodir@
232 install_sh = @install_sh@
233 libdir = @libdir@
234 libexecdir = @libexecdir@
235 localedir = @localedir@
236 localstatedir = @localstatedir@
237 mandir = @mandir@
238 mkdir_p = @mkdir_p@
239 multi_basedir = @multi_basedir@
240 oldincludedir = @oldincludedir@
241 pdfdir = @pdfdir@
242 prefix = @prefix@
243 program_transform_name = @program_transform_name@
244 psdir = @psdir@
245 sbindir = @sbindir@
246 sharedstatedir = @sharedstatedir@
247 srcdir = @srcdir@
248 sysconfdir = @sysconfdir@
249 target = @target@
250 target_alias = @target_alias@
251 target_cpu = @target_cpu@
252 target_noncanonical = @target_noncanonical@
253 target_os = @target_os@
254 target_vendor = @target_vendor@
255 toolexecdir = @toolexecdir@
256 toolexeclibdir = @toolexeclibdir@
257 top_build_prefix = @top_build_prefix@
258 top_builddir = @top_builddir@
259 top_srcdir = @top_srcdir@
260 AM_CPPFLAGS = -I $(top_srcdir)/include -I $(top_srcdir)
262 # May be used by toolexeclibdir.
263 gcc_version := $(shell cat $(top_srcdir)/../gcc/BASE-VER)
264 AM_CXXFLAGS = -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic \
265 -Wno-long-long -fPIC -fno-builtin -fno-exceptions \
266 -fomit-frame-pointer -funwind-tables -fvisibility=hidden \
267 -Wno-variadic-macros $(LIBSTDCXX_RAW_CXX_CXXFLAGS)
268 ACLOCAL_AMFLAGS = -I $(top_srcdir) -I $(top_srcdir)/config
269 toolexeclib_LTLIBRARIES = libasan.la
270 asan_files = \
271 asan_allocator.cc \
272 asan_allocator2.cc \
273 asan_interceptors.cc \
274 asan_mac.cc \
275 asan_malloc_mac.cc \
276 asan_new_delete.cc \
277 asan_posix.cc \
278 asan_rtl.cc \
279 asan_stats.cc \
280 asan_thread_registry.cc \
281 asan_fake_stack.cc \
282 asan_globals.cc \
283 asan_linux.cc \
284 asan_malloc_linux.cc \
285 asan_malloc_win.cc \
286 asan_poisoning.cc \
287 asan_report.cc \
288 asan_stack.cc \
289 asan_thread.cc \
290 asan_win.cc
292 libasan_la_SOURCES = $(asan_files) $(am__append_2)
293 @USING_MAC_INTERPOSE_FALSE@libasan_la_LIBADD = $(top_builddir)/sanitizer_common/libsanitizer_common.la \
294 @USING_MAC_INTERPOSE_FALSE@ $(top_builddir)/interception/libinterception.la \
295 @USING_MAC_INTERPOSE_FALSE@ $(LIBSTDCXX_RAW_CXX_LDFLAGS)
296 @USING_MAC_INTERPOSE_TRUE@libasan_la_LIBADD = $(top_builddir)/sanitizer_common/libsanitizer_common.la \
297 @USING_MAC_INTERPOSE_TRUE@ $(LIBSTDCXX_RAW_CXX_LDFLAGS)
298 libasan_la_LDFLAGS = -version-info `grep -v '^\#' $(srcdir)/libtool-version` -lpthread -ldl
300 # Work around what appears to be a GNU make bug handling MAKEFLAGS
301 # values defined in terms of make variables, as is the case for CC and
302 # friends when we are called from the top level Makefile.
303 AM_MAKEFLAGS = \
304 "AR_FLAGS=$(AR_FLAGS)" \
305 "CC_FOR_BUILD=$(CC_FOR_BUILD)" \
306 "CFLAGS=$(CFLAGS)" \
307 "CXXFLAGS=$(CXXFLAGS)" \
308 "CFLAGS_FOR_BUILD=$(CFLAGS_FOR_BUILD)" \
309 "CFLAGS_FOR_TARGET=$(CFLAGS_FOR_TARGET)" \
310 "INSTALL=$(INSTALL)" \
311 "INSTALL_DATA=$(INSTALL_DATA)" \
312 "INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \
313 "INSTALL_SCRIPT=$(INSTALL_SCRIPT)" \
314 "JC1FLAGS=$(JC1FLAGS)" \
315 "LDFLAGS=$(LDFLAGS)" \
316 "LIBCFLAGS=$(LIBCFLAGS)" \
317 "LIBCFLAGS_FOR_TARGET=$(LIBCFLAGS_FOR_TARGET)" \
318 "MAKE=$(MAKE)" \
319 "MAKEINFO=$(MAKEINFO) $(MAKEINFOFLAGS)" \
320 "PICFLAG=$(PICFLAG)" \
321 "PICFLAG_FOR_TARGET=$(PICFLAG_FOR_TARGET)" \
322 "SHELL=$(SHELL)" \
323 "RUNTESTFLAGS=$(RUNTESTFLAGS)" \
324 "exec_prefix=$(exec_prefix)" \
325 "infodir=$(infodir)" \
326 "libdir=$(libdir)" \
327 "prefix=$(prefix)" \
328 "includedir=$(includedir)" \
329 "AR=$(AR)" \
330 "AS=$(AS)" \
331 "LD=$(LD)" \
332 "LIBCFLAGS=$(LIBCFLAGS)" \
333 "NM=$(NM)" \
334 "PICFLAG=$(PICFLAG)" \
335 "RANLIB=$(RANLIB)" \
336 "DESTDIR=$(DESTDIR)"
338 MAKEOVERRIDES =
339 all: all-am
341 .SUFFIXES:
342 .SUFFIXES: .cc .lo .o .obj
343 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
344 @for dep in $?; do \
345 case '$(am__configure_deps)' in \
346 *$$dep*) \
347 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
348 && { if test -f $@; then exit 0; else break; fi; }; \
349 exit 1;; \
350 esac; \
351 done; \
352 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign asan/Makefile'; \
353 $(am__cd) $(top_srcdir) && \
354 $(AUTOMAKE) --foreign asan/Makefile
355 .PRECIOUS: Makefile
356 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
357 @case '$?' in \
358 *config.status*) \
359 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
360 *) \
361 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
362 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
363 esac;
365 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
366 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
368 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
369 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
370 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
371 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
372 $(am__aclocal_m4_deps):
373 install-toolexeclibLTLIBRARIES: $(toolexeclib_LTLIBRARIES)
374 @$(NORMAL_INSTALL)
375 test -z "$(toolexeclibdir)" || $(MKDIR_P) "$(DESTDIR)$(toolexeclibdir)"
376 @list='$(toolexeclib_LTLIBRARIES)'; test -n "$(toolexeclibdir)" || list=; \
377 list2=; for p in $$list; do \
378 if test -f $$p; then \
379 list2="$$list2 $$p"; \
380 else :; fi; \
381 done; \
382 test -z "$$list2" || { \
383 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(toolexeclibdir)'"; \
384 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(toolexeclibdir)"; \
387 uninstall-toolexeclibLTLIBRARIES:
388 @$(NORMAL_UNINSTALL)
389 @list='$(toolexeclib_LTLIBRARIES)'; test -n "$(toolexeclibdir)" || list=; \
390 for p in $$list; do \
391 $(am__strip_dir) \
392 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(toolexeclibdir)/$$f'"; \
393 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(toolexeclibdir)/$$f"; \
394 done
396 clean-toolexeclibLTLIBRARIES:
397 -test -z "$(toolexeclib_LTLIBRARIES)" || rm -f $(toolexeclib_LTLIBRARIES)
398 @list='$(toolexeclib_LTLIBRARIES)'; for p in $$list; do \
399 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
400 test "$$dir" != "$$p" || dir=.; \
401 echo "rm -f \"$${dir}/so_locations\""; \
402 rm -f "$${dir}/so_locations"; \
403 done
404 libasan.la: $(libasan_la_OBJECTS) $(libasan_la_DEPENDENCIES)
405 $(libasan_la_LINK) -rpath $(toolexeclibdir) $(libasan_la_OBJECTS) $(libasan_la_LIBADD) $(LIBS)
407 mostlyclean-compile:
408 -rm -f *.$(OBJEXT)
410 distclean-compile:
411 -rm -f *.tab.c
413 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asan_allocator.Plo@am__quote@
414 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asan_allocator2.Plo@am__quote@
415 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asan_fake_stack.Plo@am__quote@
416 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asan_globals.Plo@am__quote@
417 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asan_interceptors.Plo@am__quote@
418 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asan_interceptors_dynamic.Plo@am__quote@
419 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asan_linux.Plo@am__quote@
420 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asan_mac.Plo@am__quote@
421 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asan_malloc_linux.Plo@am__quote@
422 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asan_malloc_mac.Plo@am__quote@
423 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asan_malloc_win.Plo@am__quote@
424 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asan_new_delete.Plo@am__quote@
425 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asan_poisoning.Plo@am__quote@
426 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asan_posix.Plo@am__quote@
427 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asan_report.Plo@am__quote@
428 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asan_rtl.Plo@am__quote@
429 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asan_stack.Plo@am__quote@
430 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asan_stats.Plo@am__quote@
431 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asan_thread.Plo@am__quote@
432 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asan_thread_registry.Plo@am__quote@
433 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asan_win.Plo@am__quote@
435 .cc.o:
436 @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
437 @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
438 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
439 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
440 @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ $<
442 .cc.obj:
443 @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
444 @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
445 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
446 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
447 @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
449 .cc.lo:
450 @am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
451 @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
452 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
453 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
454 @am__fastdepCXX_FALSE@ $(LTCXXCOMPILE) -c -o $@ $<
456 asan_interceptors_dynamic.lo: dynamic/asan_interceptors_dynamic.cc
457 @am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT asan_interceptors_dynamic.lo -MD -MP -MF $(DEPDIR)/asan_interceptors_dynamic.Tpo -c -o asan_interceptors_dynamic.lo `test -f 'dynamic/asan_interceptors_dynamic.cc' || echo '$(srcdir)/'`dynamic/asan_interceptors_dynamic.cc
458 @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/asan_interceptors_dynamic.Tpo $(DEPDIR)/asan_interceptors_dynamic.Plo
459 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='dynamic/asan_interceptors_dynamic.cc' object='asan_interceptors_dynamic.lo' libtool=yes @AMDEPBACKSLASH@
460 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
461 @am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o asan_interceptors_dynamic.lo `test -f 'dynamic/asan_interceptors_dynamic.cc' || echo '$(srcdir)/'`dynamic/asan_interceptors_dynamic.cc
463 mostlyclean-libtool:
464 -rm -f *.lo
466 clean-libtool:
467 -rm -rf .libs _libs
469 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
470 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
471 unique=`for i in $$list; do \
472 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
473 done | \
474 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
475 END { if (nonempty) { for (i in files) print i; }; }'`; \
476 mkid -fID $$unique
477 tags: TAGS
479 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
480 $(TAGS_FILES) $(LISP)
481 set x; \
482 here=`pwd`; \
483 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
484 unique=`for i in $$list; do \
485 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
486 done | \
487 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
488 END { if (nonempty) { for (i in files) print i; }; }'`; \
489 shift; \
490 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
491 test -n "$$unique" || unique=$$empty_fix; \
492 if test $$# -gt 0; then \
493 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
494 "$$@" $$unique; \
495 else \
496 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
497 $$unique; \
498 fi; \
500 ctags: CTAGS
501 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
502 $(TAGS_FILES) $(LISP)
503 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
504 unique=`for i in $$list; do \
505 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
506 done | \
507 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
508 END { if (nonempty) { for (i in files) print i; }; }'`; \
509 test -z "$(CTAGS_ARGS)$$unique" \
510 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
511 $$unique
513 GTAGS:
514 here=`$(am__cd) $(top_builddir) && pwd` \
515 && $(am__cd) $(top_srcdir) \
516 && gtags -i $(GTAGS_ARGS) "$$here"
518 distclean-tags:
519 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
521 distdir: $(DISTFILES)
522 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
523 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
524 list='$(DISTFILES)'; \
525 dist_files=`for file in $$list; do echo $$file; done | \
526 sed -e "s|^$$srcdirstrip/||;t" \
527 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
528 case $$dist_files in \
529 */*) $(MKDIR_P) `echo "$$dist_files" | \
530 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
531 sort -u` ;; \
532 esac; \
533 for file in $$dist_files; do \
534 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
535 if test -d $$d/$$file; then \
536 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
537 if test -d "$(distdir)/$$file"; then \
538 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
539 fi; \
540 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
541 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
542 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
543 fi; \
544 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
545 else \
546 test -f "$(distdir)/$$file" \
547 || cp -p $$d/$$file "$(distdir)/$$file" \
548 || exit 1; \
549 fi; \
550 done
551 check-am: all-am
552 check: check-am
553 all-am: Makefile $(LTLIBRARIES)
554 installdirs:
555 for dir in "$(DESTDIR)$(toolexeclibdir)"; do \
556 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
557 done
558 install: install-am
559 install-exec: install-exec-am
560 install-data: install-data-am
561 uninstall: uninstall-am
563 install-am: all-am
564 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
566 installcheck: installcheck-am
567 install-strip:
568 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
569 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
570 `test -z '$(STRIP)' || \
571 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
572 mostlyclean-generic:
574 clean-generic:
576 distclean-generic:
577 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
578 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
580 maintainer-clean-generic:
581 @echo "This command is intended for maintainers to use"
582 @echo "it deletes files that may require special tools to rebuild."
583 clean: clean-am
585 clean-am: clean-generic clean-libtool clean-toolexeclibLTLIBRARIES \
586 mostlyclean-am
588 distclean: distclean-am
589 -rm -rf ./$(DEPDIR)
590 -rm -f Makefile
591 distclean-am: clean-am distclean-compile distclean-generic \
592 distclean-tags
594 dvi: dvi-am
596 dvi-am:
598 html: html-am
600 html-am:
602 info: info-am
604 info-am:
606 install-data-am:
608 install-dvi: install-dvi-am
610 install-dvi-am:
612 install-exec-am: install-toolexeclibLTLIBRARIES
614 install-html: install-html-am
616 install-html-am:
618 install-info: install-info-am
620 install-info-am:
622 install-man:
624 install-pdf: install-pdf-am
626 install-pdf-am:
628 install-ps: install-ps-am
630 install-ps-am:
632 installcheck-am:
634 maintainer-clean: maintainer-clean-am
635 -rm -rf ./$(DEPDIR)
636 -rm -f Makefile
637 maintainer-clean-am: distclean-am maintainer-clean-generic
639 mostlyclean: mostlyclean-am
641 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
642 mostlyclean-libtool
644 pdf: pdf-am
646 pdf-am:
648 ps: ps-am
650 ps-am:
652 uninstall-am: uninstall-toolexeclibLTLIBRARIES
654 .MAKE: install-am install-strip
656 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
657 clean-libtool clean-toolexeclibLTLIBRARIES ctags distclean \
658 distclean-compile distclean-generic distclean-libtool \
659 distclean-tags distdir dvi dvi-am html html-am info info-am \
660 install install-am install-data install-data-am install-dvi \
661 install-dvi-am install-exec install-exec-am install-html \
662 install-html-am install-info install-info-am install-man \
663 install-pdf install-pdf-am install-ps install-ps-am \
664 install-strip install-toolexeclibLTLIBRARIES installcheck \
665 installcheck-am installdirs maintainer-clean \
666 maintainer-clean-generic mostlyclean mostlyclean-compile \
667 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
668 tags uninstall uninstall-am uninstall-toolexeclibLTLIBRARIES
671 # Tell versions [3.59,3.63) of GNU make to not export all variables.
672 # Otherwise a system limit (for SysV at least) may be exceeded.
673 .NOEXPORT: