Tweak
[official-gcc.git] / libsanitizer / asan / Makefile.in
blob4dad60ba1ae10f2dc079de15809648b8d1b81210
1 # Makefile.in generated by automake 1.11.6 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, 2010, 2011 Free Software
6 # Foundation, 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@
19 VPATH = @srcdir@
20 am__make_dryrun = \
21 { \
22 am__dry=no; \
23 case $$MAKEFLAGS in \
24 *\\[\ \ ]*) \
25 echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \
26 | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
27 *) \
28 for am__flg in $$MAKEFLAGS; do \
29 case $$am__flg in \
30 *=*|--*) ;; \
31 *n*) am__dry=yes; break;; \
32 esac; \
33 done;; \
34 esac; \
35 test $$am__dry = yes; \
37 pkgdatadir = $(datadir)/@PACKAGE@
38 pkgincludedir = $(includedir)/@PACKAGE@
39 pkglibdir = $(libdir)/@PACKAGE@
40 pkglibexecdir = $(libexecdir)/@PACKAGE@
41 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
42 install_sh_DATA = $(install_sh) -c -m 644
43 install_sh_PROGRAM = $(install_sh) -c
44 install_sh_SCRIPT = $(install_sh) -c
45 INSTALL_HEADER = $(INSTALL_DATA)
46 transform = $(program_transform_name)
47 NORMAL_INSTALL = :
48 PRE_INSTALL = :
49 POST_INSTALL = :
50 NORMAL_UNINSTALL = :
51 PRE_UNINSTALL = :
52 POST_UNINSTALL = :
53 build_triplet = @build@
54 host_triplet = @host@
55 target_triplet = @target@
56 @USING_MAC_INTERPOSE_TRUE@am__append_1 = -DMAC_INTERPOSE_FUNCTIONS -DMISSING_BLOCKS_SUPPORT
57 @USING_MAC_INTERPOSE_FALSE@am__append_2 = $(top_builddir)/interception/libinterception.la
58 @LIBBACKTRACE_SUPPORTED_TRUE@am__append_3 = $(top_builddir)/libbacktrace/libsanitizer_libbacktrace.la
59 subdir = asan
60 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
61 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
62 am__aclocal_m4_deps = $(top_srcdir)/../config/acx.m4 \
63 $(top_srcdir)/../config/depstand.m4 \
64 $(top_srcdir)/../config/lead-dot.m4 \
65 $(top_srcdir)/../config/libstdc++-raw-cxx.m4 \
66 $(top_srcdir)/../config/multi.m4 \
67 $(top_srcdir)/../config/override.m4 \
68 $(top_srcdir)/../config/stdint.m4 \
69 $(top_srcdir)/../ltoptions.m4 $(top_srcdir)/../ltsugar.m4 \
70 $(top_srcdir)/../ltversion.m4 $(top_srcdir)/../lt~obsolete.m4 \
71 $(top_srcdir)/acinclude.m4 $(top_srcdir)/../libtool.m4 \
72 $(top_srcdir)/configure.ac
73 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
74 $(ACLOCAL_M4)
75 mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
76 CONFIG_HEADER = $(top_builddir)/config.h
77 CONFIG_CLEAN_FILES =
78 CONFIG_CLEAN_VPATH_FILES =
79 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
80 am__vpath_adj = case $$p in \
81 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
82 *) f=$$p;; \
83 esac;
84 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
85 am__install_max = 40
86 am__nobase_strip_setup = \
87 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
88 am__nobase_strip = \
89 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
90 am__nobase_list = $(am__nobase_strip_setup); \
91 for p in $$list; do echo "$$p $$p"; done | \
92 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
93 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
94 if (++n[$$2] == $(am__install_max)) \
95 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
96 END { for (dir in files) print dir, files[dir] }'
97 am__base_list = \
98 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
99 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
100 am__uninstall_files_from_dir = { \
101 test -z "$$files" \
102 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
103 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
104 $(am__cd) "$$dir" && rm -f $$files; }; \
106 am__installdirs = "$(DESTDIR)$(toolexeclibdir)" \
107 "$(DESTDIR)$(toolexeclibdir)"
108 LTLIBRARIES = $(toolexeclib_LTLIBRARIES)
109 am__DEPENDENCIES_1 =
110 libasan_la_DEPENDENCIES = \
111 $(top_builddir)/sanitizer_common/libsanitizer_common.la \
112 $(top_builddir)/lsan/libsanitizer_lsan.la $(am__append_2) \
113 $(am__append_3) $(am__DEPENDENCIES_1)
114 am__objects_1 = asan_activation.lo asan_allocator.lo asan_debugging.lo \
115 asan_descriptions.lo asan_errors.lo asan_fake_stack.lo \
116 asan_flags.lo asan_globals.lo asan_interceptors.lo \
117 asan_linux.lo asan_mac.lo asan_malloc_linux.lo \
118 asan_malloc_mac.lo asan_malloc_win.lo asan_memory_profile.lo \
119 asan_new_delete.lo asan_poisoning.lo asan_posix.lo \
120 asan_report.lo asan_rtl.lo asan_stack.lo asan_stats.lo \
121 asan_suppressions.lo asan_thread.lo asan_win.lo \
122 asan_win_dll_thunk.lo asan_win_dynamic_runtime_thunk.lo
123 am_libasan_la_OBJECTS = $(am__objects_1)
124 libasan_la_OBJECTS = $(am_libasan_la_OBJECTS)
125 libasan_la_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
126 $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
127 $(CXXFLAGS) $(libasan_la_LDFLAGS) $(LDFLAGS) -o $@
128 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
129 depcomp = $(SHELL) $(top_srcdir)/../depcomp
130 am__depfiles_maybe = depfiles
131 am__mv = mv -f
132 CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
133 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
134 LTCXXCOMPILE = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
135 --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
136 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
137 CXXLD = $(CXX)
138 CXXLINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
139 --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \
140 $(LDFLAGS) -o $@
141 SOURCES = $(libasan_la_SOURCES)
142 am__can_run_installinfo = \
143 case $$AM_UPDATE_INFO_DIR in \
144 n|no|NO) false;; \
145 *) (install-info --version) >/dev/null 2>&1;; \
146 esac
147 HEADERS = $(nodist_toolexeclib_HEADERS)
148 ETAGS = etags
149 CTAGS = ctags
150 ACLOCAL = @ACLOCAL@
151 ALLOC_FILE = @ALLOC_FILE@
152 AMTAR = @AMTAR@
153 AR = @AR@
154 AUTOCONF = @AUTOCONF@
155 AUTOHEADER = @AUTOHEADER@
156 AUTOMAKE = @AUTOMAKE@
157 AWK = @AWK@
158 BACKTRACE_SUPPORTED = @BACKTRACE_SUPPORTED@
159 BACKTRACE_SUPPORTS_THREADS = @BACKTRACE_SUPPORTS_THREADS@
160 BACKTRACE_USES_MALLOC = @BACKTRACE_USES_MALLOC@
161 CC = @CC@
162 CCAS = @CCAS@
163 CCASDEPMODE = @CCASDEPMODE@
164 CCASFLAGS = @CCASFLAGS@
165 CCDEPMODE = @CCDEPMODE@
166 CFLAGS = @CFLAGS@
167 CPP = @CPP@
168 CPPFLAGS = @CPPFLAGS@
169 CXX = @CXX@
170 CXXCPP = @CXXCPP@
171 CXXDEPMODE = @CXXDEPMODE@
172 CXXFLAGS = @CXXFLAGS@
173 CYGPATH_W = @CYGPATH_W@
174 DEFS = -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS \
175 -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS \
176 -DASAN_HAS_EXCEPTIONS=1 -DASAN_NEEDS_SEGV=1 \
177 -DCAN_SANITIZE_UB=0 $(am__append_1)
178 DEPDIR = @DEPDIR@
179 DSYMUTIL = @DSYMUTIL@
180 DUMPBIN = @DUMPBIN@
181 ECHO_C = @ECHO_C@
182 ECHO_N = @ECHO_N@
183 ECHO_T = @ECHO_T@
184 EGREP = @EGREP@
185 EXEEXT = @EXEEXT@
186 FGREP = @FGREP@
187 FORMAT_FILE = @FORMAT_FILE@
188 GREP = @GREP@
189 INSTALL = @INSTALL@
190 INSTALL_DATA = @INSTALL_DATA@
191 INSTALL_PROGRAM = @INSTALL_PROGRAM@
192 INSTALL_SCRIPT = @INSTALL_SCRIPT@
193 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
194 LD = @LD@
195 LDFLAGS = @LDFLAGS@
196 LIBOBJS = @LIBOBJS@
197 LIBS = @LIBS@
198 LIBSTDCXX_RAW_CXX_CXXFLAGS = @LIBSTDCXX_RAW_CXX_CXXFLAGS@
199 LIBSTDCXX_RAW_CXX_LDFLAGS = @LIBSTDCXX_RAW_CXX_LDFLAGS@
200 LIBTOOL = @LIBTOOL@
201 LIPO = @LIPO@
202 LN_S = @LN_S@
203 LTLIBOBJS = @LTLIBOBJS@
204 MAINT = @MAINT@
205 MAKEINFO = @MAKEINFO@
206 MKDIR_P = @MKDIR_P@
207 NM = @NM@
208 NMEDIT = @NMEDIT@
209 OBJDUMP = @OBJDUMP@
210 OBJEXT = @OBJEXT@
211 OTOOL = @OTOOL@
212 OTOOL64 = @OTOOL64@
213 PACKAGE = @PACKAGE@
214 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
215 PACKAGE_NAME = @PACKAGE_NAME@
216 PACKAGE_STRING = @PACKAGE_STRING@
217 PACKAGE_TARNAME = @PACKAGE_TARNAME@
218 PACKAGE_URL = @PACKAGE_URL@
219 PACKAGE_VERSION = @PACKAGE_VERSION@
220 PATH_SEPARATOR = @PATH_SEPARATOR@
221 RANLIB = @RANLIB@
222 RPC_DEFS = @RPC_DEFS@
223 SANITIZER_COMMON_TARGET_DEPENDENT_OBJECTS = @SANITIZER_COMMON_TARGET_DEPENDENT_OBJECTS@
224 SED = @SED@
225 SET_MAKE = @SET_MAKE@
226 SHELL = @SHELL@
227 STRIP = @STRIP@
228 TSAN_TARGET_DEPENDENT_OBJECTS = @TSAN_TARGET_DEPENDENT_OBJECTS@
229 VERSION = @VERSION@
230 VIEW_FILE = @VIEW_FILE@
231 abs_builddir = @abs_builddir@
232 abs_srcdir = @abs_srcdir@
233 abs_top_builddir = @abs_top_builddir@
234 abs_top_srcdir = @abs_top_srcdir@
235 ac_ct_CC = @ac_ct_CC@
236 ac_ct_CXX = @ac_ct_CXX@
237 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
238 am__include = @am__include@
239 am__leading_dot = @am__leading_dot@
240 am__quote = @am__quote@
241 am__tar = @am__tar@
242 am__untar = @am__untar@
243 bindir = @bindir@
244 build = @build@
245 build_alias = @build_alias@
246 build_cpu = @build_cpu@
247 build_os = @build_os@
248 build_vendor = @build_vendor@
249 builddir = @builddir@
250 datadir = @datadir@
251 datarootdir = @datarootdir@
252 docdir = @docdir@
253 dvidir = @dvidir@
254 enable_shared = @enable_shared@
255 enable_static = @enable_static@
256 exec_prefix = @exec_prefix@
257 get_gcc_base_ver = @get_gcc_base_ver@
258 host = @host@
259 host_alias = @host_alias@
260 host_cpu = @host_cpu@
261 host_os = @host_os@
262 host_vendor = @host_vendor@
263 htmldir = @htmldir@
264 includedir = @includedir@
265 infodir = @infodir@
266 install_sh = @install_sh@
267 libdir = @libdir@
268 libexecdir = @libexecdir@
269 link_libasan = @link_libasan@
270 link_liblsan = @link_liblsan@
271 link_libtsan = @link_libtsan@
272 link_libubsan = @link_libubsan@
273 localedir = @localedir@
274 localstatedir = @localstatedir@
275 mandir = @mandir@
276 mkdir_p = @mkdir_p@
277 multi_basedir = @multi_basedir@
278 oldincludedir = @oldincludedir@
279 pdfdir = @pdfdir@
280 prefix = @prefix@
281 program_transform_name = @program_transform_name@
282 psdir = @psdir@
283 sbindir = @sbindir@
284 sharedstatedir = @sharedstatedir@
285 srcdir = @srcdir@
286 sysconfdir = @sysconfdir@
287 target = @target@
288 target_alias = @target_alias@
289 target_cpu = @target_cpu@
290 target_noncanonical = @target_noncanonical@
291 target_os = @target_os@
292 target_vendor = @target_vendor@
293 toolexecdir = @toolexecdir@
294 toolexeclibdir = @toolexeclibdir@
295 top_build_prefix = @top_build_prefix@
296 top_builddir = @top_builddir@
297 top_srcdir = @top_srcdir@
298 AM_CPPFLAGS = -I $(top_srcdir)/include -I $(top_srcdir)
300 # May be used by toolexeclibdir.
301 gcc_version := $(shell @get_gcc_base_ver@ $(top_srcdir)/../gcc/BASE-VER)
302 AM_CXXFLAGS = -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic \
303 -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti \
304 -fomit-frame-pointer -funwind-tables -fvisibility=hidden \
305 -Wno-variadic-macros -fno-ipa-icf \
306 $(LIBSTDCXX_RAW_CXX_CXXFLAGS) -std=gnu++11
307 ACLOCAL_AMFLAGS = -I $(top_srcdir) -I $(top_srcdir)/config
308 toolexeclib_LTLIBRARIES = libasan.la
309 nodist_toolexeclib_HEADERS = libasan_preinit.o
310 asan_files = \
311 asan_activation.cc \
312 asan_allocator.cc \
313 asan_debugging.cc \
314 asan_descriptions.cc \
315 asan_errors.cc \
316 asan_fake_stack.cc \
317 asan_flags.cc \
318 asan_globals.cc \
319 asan_interceptors.cc \
320 asan_linux.cc \
321 asan_mac.cc \
322 asan_malloc_linux.cc \
323 asan_malloc_mac.cc \
324 asan_malloc_win.cc \
325 asan_memory_profile.cc \
326 asan_new_delete.cc \
327 asan_poisoning.cc \
328 asan_posix.cc \
329 asan_report.cc \
330 asan_rtl.cc \
331 asan_stack.cc \
332 asan_stats.cc \
333 asan_suppressions.cc \
334 asan_thread.cc \
335 asan_win.cc \
336 asan_win_dll_thunk.cc \
337 asan_win_dynamic_runtime_thunk.cc
339 libasan_la_SOURCES = $(asan_files)
340 libasan_la_LIBADD = \
341 $(top_builddir)/sanitizer_common/libsanitizer_common.la \
342 $(top_builddir)/lsan/libsanitizer_lsan.la $(am__append_2) \
343 $(am__append_3) $(LIBSTDCXX_RAW_CXX_LDFLAGS)
344 libasan_la_LDFLAGS = -version-info `grep -v '^\#' $(srcdir)/libtool-version` $(link_libasan)
346 # Work around what appears to be a GNU make bug handling MAKEFLAGS
347 # values defined in terms of make variables, as is the case for CC and
348 # friends when we are called from the top level Makefile.
349 AM_MAKEFLAGS = \
350 "AR_FLAGS=$(AR_FLAGS)" \
351 "CC_FOR_BUILD=$(CC_FOR_BUILD)" \
352 "CFLAGS=$(CFLAGS)" \
353 "CXXFLAGS=$(CXXFLAGS)" \
354 "CFLAGS_FOR_BUILD=$(CFLAGS_FOR_BUILD)" \
355 "CFLAGS_FOR_TARGET=$(CFLAGS_FOR_TARGET)" \
356 "INSTALL=$(INSTALL)" \
357 "INSTALL_DATA=$(INSTALL_DATA)" \
358 "INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \
359 "INSTALL_SCRIPT=$(INSTALL_SCRIPT)" \
360 "JC1FLAGS=$(JC1FLAGS)" \
361 "LDFLAGS=$(LDFLAGS)" \
362 "LIBCFLAGS=$(LIBCFLAGS)" \
363 "LIBCFLAGS_FOR_TARGET=$(LIBCFLAGS_FOR_TARGET)" \
364 "MAKE=$(MAKE)" \
365 "MAKEINFO=$(MAKEINFO) $(MAKEINFOFLAGS)" \
366 "PICFLAG=$(PICFLAG)" \
367 "PICFLAG_FOR_TARGET=$(PICFLAG_FOR_TARGET)" \
368 "SHELL=$(SHELL)" \
369 "RUNTESTFLAGS=$(RUNTESTFLAGS)" \
370 "exec_prefix=$(exec_prefix)" \
371 "infodir=$(infodir)" \
372 "libdir=$(libdir)" \
373 "prefix=$(prefix)" \
374 "includedir=$(includedir)" \
375 "AR=$(AR)" \
376 "AS=$(AS)" \
377 "LD=$(LD)" \
378 "LIBCFLAGS=$(LIBCFLAGS)" \
379 "NM=$(NM)" \
380 "PICFLAG=$(PICFLAG)" \
381 "RANLIB=$(RANLIB)" \
382 "DESTDIR=$(DESTDIR)"
384 MAKEOVERRIDES =
385 all: all-am
387 .SUFFIXES:
388 .SUFFIXES: .cc .lo .o .obj
389 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
390 @for dep in $?; do \
391 case '$(am__configure_deps)' in \
392 *$$dep*) \
393 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
394 && { if test -f $@; then exit 0; else break; fi; }; \
395 exit 1;; \
396 esac; \
397 done; \
398 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign asan/Makefile'; \
399 $(am__cd) $(top_srcdir) && \
400 $(AUTOMAKE) --foreign asan/Makefile
401 .PRECIOUS: Makefile
402 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
403 @case '$?' in \
404 *config.status*) \
405 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
406 *) \
407 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
408 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
409 esac;
411 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
412 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
414 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
415 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
416 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
417 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
418 $(am__aclocal_m4_deps):
419 install-toolexeclibLTLIBRARIES: $(toolexeclib_LTLIBRARIES)
420 @$(NORMAL_INSTALL)
421 @list='$(toolexeclib_LTLIBRARIES)'; test -n "$(toolexeclibdir)" || list=; \
422 list2=; for p in $$list; do \
423 if test -f $$p; then \
424 list2="$$list2 $$p"; \
425 else :; fi; \
426 done; \
427 test -z "$$list2" || { \
428 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibdir)'"; \
429 $(MKDIR_P) "$(DESTDIR)$(toolexeclibdir)" || exit 1; \
430 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(toolexeclibdir)'"; \
431 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(toolexeclibdir)"; \
434 uninstall-toolexeclibLTLIBRARIES:
435 @$(NORMAL_UNINSTALL)
436 @list='$(toolexeclib_LTLIBRARIES)'; test -n "$(toolexeclibdir)" || list=; \
437 for p in $$list; do \
438 $(am__strip_dir) \
439 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(toolexeclibdir)/$$f'"; \
440 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(toolexeclibdir)/$$f"; \
441 done
443 clean-toolexeclibLTLIBRARIES:
444 -test -z "$(toolexeclib_LTLIBRARIES)" || rm -f $(toolexeclib_LTLIBRARIES)
445 @list='$(toolexeclib_LTLIBRARIES)'; for p in $$list; do \
446 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
447 test "$$dir" != "$$p" || dir=.; \
448 echo "rm -f \"$${dir}/so_locations\""; \
449 rm -f "$${dir}/so_locations"; \
450 done
451 libasan.la: $(libasan_la_OBJECTS) $(libasan_la_DEPENDENCIES) $(EXTRA_libasan_la_DEPENDENCIES)
452 $(libasan_la_LINK) -rpath $(toolexeclibdir) $(libasan_la_OBJECTS) $(libasan_la_LIBADD) $(LIBS)
454 mostlyclean-compile:
455 -rm -f *.$(OBJEXT)
457 distclean-compile:
458 -rm -f *.tab.c
460 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asan_activation.Plo@am__quote@
461 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asan_allocator.Plo@am__quote@
462 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asan_debugging.Plo@am__quote@
463 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asan_descriptions.Plo@am__quote@
464 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asan_errors.Plo@am__quote@
465 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asan_fake_stack.Plo@am__quote@
466 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asan_flags.Plo@am__quote@
467 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asan_globals.Plo@am__quote@
468 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asan_interceptors.Plo@am__quote@
469 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asan_linux.Plo@am__quote@
470 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asan_mac.Plo@am__quote@
471 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asan_malloc_linux.Plo@am__quote@
472 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asan_malloc_mac.Plo@am__quote@
473 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asan_malloc_win.Plo@am__quote@
474 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asan_memory_profile.Plo@am__quote@
475 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asan_new_delete.Plo@am__quote@
476 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asan_poisoning.Plo@am__quote@
477 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asan_posix.Plo@am__quote@
478 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asan_report.Plo@am__quote@
479 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asan_rtl.Plo@am__quote@
480 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asan_stack.Plo@am__quote@
481 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asan_stats.Plo@am__quote@
482 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asan_suppressions.Plo@am__quote@
483 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asan_thread.Plo@am__quote@
484 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asan_win.Plo@am__quote@
485 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asan_win_dll_thunk.Plo@am__quote@
486 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asan_win_dynamic_runtime_thunk.Plo@am__quote@
488 .cc.o:
489 @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
490 @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
491 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
492 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
493 @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ $<
495 .cc.obj:
496 @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
497 @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
498 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
499 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
500 @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
502 .cc.lo:
503 @am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
504 @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
505 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
506 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
507 @am__fastdepCXX_FALSE@ $(LTCXXCOMPILE) -c -o $@ $<
509 mostlyclean-libtool:
510 -rm -f *.lo
512 clean-libtool:
513 -rm -rf .libs _libs
514 install-nodist_toolexeclibHEADERS: $(nodist_toolexeclib_HEADERS)
515 @$(NORMAL_INSTALL)
516 @list='$(nodist_toolexeclib_HEADERS)'; test -n "$(toolexeclibdir)" || list=; \
517 if test -n "$$list"; then \
518 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibdir)'"; \
519 $(MKDIR_P) "$(DESTDIR)$(toolexeclibdir)" || exit 1; \
520 fi; \
521 for p in $$list; do \
522 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
523 echo "$$d$$p"; \
524 done | $(am__base_list) | \
525 while read files; do \
526 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(toolexeclibdir)'"; \
527 $(INSTALL_HEADER) $$files "$(DESTDIR)$(toolexeclibdir)" || exit $$?; \
528 done
530 uninstall-nodist_toolexeclibHEADERS:
531 @$(NORMAL_UNINSTALL)
532 @list='$(nodist_toolexeclib_HEADERS)'; test -n "$(toolexeclibdir)" || list=; \
533 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
534 dir='$(DESTDIR)$(toolexeclibdir)'; $(am__uninstall_files_from_dir)
536 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
537 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
538 unique=`for i in $$list; do \
539 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
540 done | \
541 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
542 END { if (nonempty) { for (i in files) print i; }; }'`; \
543 mkid -fID $$unique
544 tags: TAGS
546 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
547 $(TAGS_FILES) $(LISP)
548 set x; \
549 here=`pwd`; \
550 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
551 unique=`for i in $$list; do \
552 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
553 done | \
554 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
555 END { if (nonempty) { for (i in files) print i; }; }'`; \
556 shift; \
557 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
558 test -n "$$unique" || unique=$$empty_fix; \
559 if test $$# -gt 0; then \
560 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
561 "$$@" $$unique; \
562 else \
563 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
564 $$unique; \
565 fi; \
567 ctags: CTAGS
568 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
569 $(TAGS_FILES) $(LISP)
570 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
571 unique=`for i in $$list; do \
572 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
573 done | \
574 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
575 END { if (nonempty) { for (i in files) print i; }; }'`; \
576 test -z "$(CTAGS_ARGS)$$unique" \
577 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
578 $$unique
580 GTAGS:
581 here=`$(am__cd) $(top_builddir) && pwd` \
582 && $(am__cd) $(top_srcdir) \
583 && gtags -i $(GTAGS_ARGS) "$$here"
585 distclean-tags:
586 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
587 check-am: all-am
588 check: check-am
589 all-am: Makefile $(LTLIBRARIES) $(HEADERS)
590 installdirs:
591 for dir in "$(DESTDIR)$(toolexeclibdir)" "$(DESTDIR)$(toolexeclibdir)"; do \
592 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
593 done
594 install: install-am
595 install-exec: install-exec-am
596 install-data: install-data-am
597 uninstall: uninstall-am
599 install-am: all-am
600 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
602 installcheck: installcheck-am
603 install-strip:
604 if test -z '$(STRIP)'; then \
605 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
606 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
607 install; \
608 else \
609 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
610 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
611 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
613 mostlyclean-generic:
615 clean-generic:
617 distclean-generic:
618 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
619 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
621 maintainer-clean-generic:
622 @echo "This command is intended for maintainers to use"
623 @echo "it deletes files that may require special tools to rebuild."
624 clean: clean-am
626 clean-am: clean-generic clean-libtool clean-toolexeclibLTLIBRARIES \
627 mostlyclean-am
629 distclean: distclean-am
630 -rm -rf ./$(DEPDIR)
631 -rm -f Makefile
632 distclean-am: clean-am distclean-compile distclean-generic \
633 distclean-tags
635 dvi: dvi-am
637 dvi-am:
639 html: html-am
641 html-am:
643 info: info-am
645 info-am:
647 install-data-am:
649 install-dvi: install-dvi-am
651 install-dvi-am:
653 install-exec-am: install-nodist_toolexeclibHEADERS \
654 install-toolexeclibLTLIBRARIES
656 install-html: install-html-am
658 install-html-am:
660 install-info: install-info-am
662 install-info-am:
664 install-man:
666 install-pdf: install-pdf-am
668 install-pdf-am:
670 install-ps: install-ps-am
672 install-ps-am:
674 installcheck-am:
676 maintainer-clean: maintainer-clean-am
677 -rm -rf ./$(DEPDIR)
678 -rm -f Makefile
679 maintainer-clean-am: distclean-am maintainer-clean-generic
681 mostlyclean: mostlyclean-am
683 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
684 mostlyclean-libtool
686 pdf: pdf-am
688 pdf-am:
690 ps: ps-am
692 ps-am:
694 uninstall-am: uninstall-nodist_toolexeclibHEADERS \
695 uninstall-toolexeclibLTLIBRARIES
697 .MAKE: install-am install-strip
699 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
700 clean-libtool clean-toolexeclibLTLIBRARIES ctags distclean \
701 distclean-compile distclean-generic distclean-libtool \
702 distclean-tags dvi dvi-am html html-am info info-am install \
703 install-am install-data install-data-am install-dvi \
704 install-dvi-am install-exec install-exec-am install-html \
705 install-html-am install-info install-info-am install-man \
706 install-nodist_toolexeclibHEADERS install-pdf install-pdf-am \
707 install-ps install-ps-am install-strip \
708 install-toolexeclibLTLIBRARIES installcheck installcheck-am \
709 installdirs maintainer-clean maintainer-clean-generic \
710 mostlyclean mostlyclean-compile mostlyclean-generic \
711 mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \
712 uninstall-am uninstall-nodist_toolexeclibHEADERS \
713 uninstall-toolexeclibLTLIBRARIES
716 libasan_preinit.o: asan_preinit.o
717 cp $< $@
719 # Tell versions [3.59,3.63) of GNU make to not export all variables.
720 # Otherwise a system limit (for SysV at least) may be exceeded.
721 .NOEXPORT: