Record configure regenerate
[official-gcc.git] / libsanitizer / asan / Makefile.in
blob881d1d394d5be0ff93626b4b3a9ba6ed2ff0054a
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_fake_stack.lo asan_flags.lo asan_globals.lo \
116 asan_interceptors.lo asan_linux.lo asan_mac.lo \
117 asan_malloc_linux.lo asan_malloc_mac.lo asan_malloc_win.lo \
118 asan_new_delete.lo asan_poisoning.lo asan_posix.lo \
119 asan_report.lo asan_rtl.lo asan_stack.lo asan_stats.lo \
120 asan_suppressions.lo asan_thread.lo asan_win.lo \
121 asan_win_dll_thunk.lo asan_win_dynamic_runtime_thunk.lo
122 am_libasan_la_OBJECTS = $(am__objects_1)
123 libasan_la_OBJECTS = $(am_libasan_la_OBJECTS)
124 libasan_la_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
125 $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
126 $(CXXFLAGS) $(libasan_la_LDFLAGS) $(LDFLAGS) -o $@
127 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
128 depcomp = $(SHELL) $(top_srcdir)/../depcomp
129 am__depfiles_maybe = depfiles
130 am__mv = mv -f
131 CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
132 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
133 LTCXXCOMPILE = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
134 --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
135 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
136 CXXLD = $(CXX)
137 CXXLINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
138 --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \
139 $(LDFLAGS) -o $@
140 SOURCES = $(libasan_la_SOURCES)
141 am__can_run_installinfo = \
142 case $$AM_UPDATE_INFO_DIR in \
143 n|no|NO) false;; \
144 *) (install-info --version) >/dev/null 2>&1;; \
145 esac
146 HEADERS = $(nodist_toolexeclib_HEADERS)
147 ETAGS = etags
148 CTAGS = ctags
149 ACLOCAL = @ACLOCAL@
150 ALLOC_FILE = @ALLOC_FILE@
151 AMTAR = @AMTAR@
152 AR = @AR@
153 AUTOCONF = @AUTOCONF@
154 AUTOHEADER = @AUTOHEADER@
155 AUTOMAKE = @AUTOMAKE@
156 AWK = @AWK@
157 BACKTRACE_SUPPORTED = @BACKTRACE_SUPPORTED@
158 BACKTRACE_SUPPORTS_THREADS = @BACKTRACE_SUPPORTS_THREADS@
159 BACKTRACE_USES_MALLOC = @BACKTRACE_USES_MALLOC@
160 CC = @CC@
161 CCAS = @CCAS@
162 CCASDEPMODE = @CCASDEPMODE@
163 CCASFLAGS = @CCASFLAGS@
164 CCDEPMODE = @CCDEPMODE@
165 CFLAGS = @CFLAGS@
166 CPP = @CPP@
167 CPPFLAGS = @CPPFLAGS@
168 CXX = @CXX@
169 CXXCPP = @CXXCPP@
170 CXXDEPMODE = @CXXDEPMODE@
171 CXXFLAGS = @CXXFLAGS@
172 CYGPATH_W = @CYGPATH_W@
173 DEFS = -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS \
174 -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS \
175 -DASAN_HAS_EXCEPTIONS=1 -DASAN_NEEDS_SEGV=1 \
176 -DCAN_SANITIZE_UB=0 @OBSTACK_DEFS@ $(am__append_1)
177 DEPDIR = @DEPDIR@
178 DSYMUTIL = @DSYMUTIL@
179 DUMPBIN = @DUMPBIN@
180 ECHO_C = @ECHO_C@
181 ECHO_N = @ECHO_N@
182 ECHO_T = @ECHO_T@
183 EGREP = @EGREP@
184 EXEEXT = @EXEEXT@
185 FGREP = @FGREP@
186 FORMAT_FILE = @FORMAT_FILE@
187 GREP = @GREP@
188 INSTALL = @INSTALL@
189 INSTALL_DATA = @INSTALL_DATA@
190 INSTALL_PROGRAM = @INSTALL_PROGRAM@
191 INSTALL_SCRIPT = @INSTALL_SCRIPT@
192 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
193 LD = @LD@
194 LDFLAGS = @LDFLAGS@
195 LIBOBJS = @LIBOBJS@
196 LIBS = @LIBS@
197 LIBSTDCXX_RAW_CXX_CXXFLAGS = @LIBSTDCXX_RAW_CXX_CXXFLAGS@
198 LIBSTDCXX_RAW_CXX_LDFLAGS = @LIBSTDCXX_RAW_CXX_LDFLAGS@
199 LIBTOOL = @LIBTOOL@
200 LIPO = @LIPO@
201 LN_S = @LN_S@
202 LTLIBOBJS = @LTLIBOBJS@
203 MAINT = @MAINT@
204 MAKEINFO = @MAKEINFO@
205 MKDIR_P = @MKDIR_P@
206 NM = @NM@
207 NMEDIT = @NMEDIT@
208 OBJDUMP = @OBJDUMP@
209 OBJEXT = @OBJEXT@
210 OBSTACK_DEFS = @OBSTACK_DEFS@
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 SED = @SED@
224 SET_MAKE = @SET_MAKE@
225 SHELL = @SHELL@
226 STRIP = @STRIP@
227 TSAN_TARGET_DEPENDENT_OBJECTS = @TSAN_TARGET_DEPENDENT_OBJECTS@
228 VERSION = @VERSION@
229 VIEW_FILE = @VIEW_FILE@
230 abs_builddir = @abs_builddir@
231 abs_srcdir = @abs_srcdir@
232 abs_top_builddir = @abs_top_builddir@
233 abs_top_srcdir = @abs_top_srcdir@
234 ac_ct_CC = @ac_ct_CC@
235 ac_ct_CXX = @ac_ct_CXX@
236 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
237 am__include = @am__include@
238 am__leading_dot = @am__leading_dot@
239 am__quote = @am__quote@
240 am__tar = @am__tar@
241 am__untar = @am__untar@
242 bindir = @bindir@
243 build = @build@
244 build_alias = @build_alias@
245 build_cpu = @build_cpu@
246 build_os = @build_os@
247 build_vendor = @build_vendor@
248 builddir = @builddir@
249 datadir = @datadir@
250 datarootdir = @datarootdir@
251 docdir = @docdir@
252 dvidir = @dvidir@
253 enable_shared = @enable_shared@
254 enable_static = @enable_static@
255 exec_prefix = @exec_prefix@
256 host = @host@
257 host_alias = @host_alias@
258 host_cpu = @host_cpu@
259 host_os = @host_os@
260 host_vendor = @host_vendor@
261 htmldir = @htmldir@
262 includedir = @includedir@
263 infodir = @infodir@
264 install_sh = @install_sh@
265 libdir = @libdir@
266 libexecdir = @libexecdir@
267 link_libasan = @link_libasan@
268 link_liblsan = @link_liblsan@
269 link_libtsan = @link_libtsan@
270 link_libubsan = @link_libubsan@
271 localedir = @localedir@
272 localstatedir = @localstatedir@
273 mandir = @mandir@
274 mkdir_p = @mkdir_p@
275 multi_basedir = @multi_basedir@
276 oldincludedir = @oldincludedir@
277 pdfdir = @pdfdir@
278 prefix = @prefix@
279 program_transform_name = @program_transform_name@
280 psdir = @psdir@
281 sbindir = @sbindir@
282 sharedstatedir = @sharedstatedir@
283 srcdir = @srcdir@
284 sysconfdir = @sysconfdir@
285 target = @target@
286 target_alias = @target_alias@
287 target_cpu = @target_cpu@
288 target_noncanonical = @target_noncanonical@
289 target_os = @target_os@
290 target_vendor = @target_vendor@
291 toolexecdir = @toolexecdir@
292 toolexeclibdir = @toolexeclibdir@
293 top_build_prefix = @top_build_prefix@
294 top_builddir = @top_builddir@
295 top_srcdir = @top_srcdir@
296 AM_CPPFLAGS = -I $(top_srcdir)/include -I $(top_srcdir)
298 # May be used by toolexeclibdir.
299 gcc_version := $(shell cat $(top_srcdir)/../gcc/BASE-VER)
300 AM_CXXFLAGS = -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic \
301 -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti \
302 -fomit-frame-pointer -funwind-tables -fvisibility=hidden \
303 -Wno-variadic-macros -fno-ipa-icf \
304 $(LIBSTDCXX_RAW_CXX_CXXFLAGS) -std=gnu++11
305 ACLOCAL_AMFLAGS = -I $(top_srcdir) -I $(top_srcdir)/config
306 toolexeclib_LTLIBRARIES = libasan.la
307 nodist_toolexeclib_HEADERS = libasan_preinit.o
308 asan_files = \
309 asan_activation.cc \
310 asan_allocator.cc \
311 asan_debugging.cc \
312 asan_fake_stack.cc \
313 asan_flags.cc \
314 asan_globals.cc \
315 asan_interceptors.cc \
316 asan_linux.cc \
317 asan_mac.cc \
318 asan_malloc_linux.cc \
319 asan_malloc_mac.cc \
320 asan_malloc_win.cc \
321 asan_new_delete.cc \
322 asan_poisoning.cc \
323 asan_posix.cc \
324 asan_report.cc \
325 asan_rtl.cc \
326 asan_stack.cc \
327 asan_stats.cc \
328 asan_suppressions.cc \
329 asan_thread.cc \
330 asan_win.cc \
331 asan_win_dll_thunk.cc \
332 asan_win_dynamic_runtime_thunk.cc
334 libasan_la_SOURCES = $(asan_files)
335 libasan_la_LIBADD = \
336 $(top_builddir)/sanitizer_common/libsanitizer_common.la \
337 $(top_builddir)/lsan/libsanitizer_lsan.la $(am__append_2) \
338 $(am__append_3) $(LIBSTDCXX_RAW_CXX_LDFLAGS)
339 libasan_la_LDFLAGS = -version-info `grep -v '^\#' $(srcdir)/libtool-version` $(link_libasan)
341 # Work around what appears to be a GNU make bug handling MAKEFLAGS
342 # values defined in terms of make variables, as is the case for CC and
343 # friends when we are called from the top level Makefile.
344 AM_MAKEFLAGS = \
345 "AR_FLAGS=$(AR_FLAGS)" \
346 "CC_FOR_BUILD=$(CC_FOR_BUILD)" \
347 "CFLAGS=$(CFLAGS)" \
348 "CXXFLAGS=$(CXXFLAGS)" \
349 "CFLAGS_FOR_BUILD=$(CFLAGS_FOR_BUILD)" \
350 "CFLAGS_FOR_TARGET=$(CFLAGS_FOR_TARGET)" \
351 "INSTALL=$(INSTALL)" \
352 "INSTALL_DATA=$(INSTALL_DATA)" \
353 "INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \
354 "INSTALL_SCRIPT=$(INSTALL_SCRIPT)" \
355 "JC1FLAGS=$(JC1FLAGS)" \
356 "LDFLAGS=$(LDFLAGS)" \
357 "LIBCFLAGS=$(LIBCFLAGS)" \
358 "LIBCFLAGS_FOR_TARGET=$(LIBCFLAGS_FOR_TARGET)" \
359 "MAKE=$(MAKE)" \
360 "MAKEINFO=$(MAKEINFO) $(MAKEINFOFLAGS)" \
361 "PICFLAG=$(PICFLAG)" \
362 "PICFLAG_FOR_TARGET=$(PICFLAG_FOR_TARGET)" \
363 "SHELL=$(SHELL)" \
364 "RUNTESTFLAGS=$(RUNTESTFLAGS)" \
365 "exec_prefix=$(exec_prefix)" \
366 "infodir=$(infodir)" \
367 "libdir=$(libdir)" \
368 "prefix=$(prefix)" \
369 "includedir=$(includedir)" \
370 "AR=$(AR)" \
371 "AS=$(AS)" \
372 "LD=$(LD)" \
373 "LIBCFLAGS=$(LIBCFLAGS)" \
374 "NM=$(NM)" \
375 "PICFLAG=$(PICFLAG)" \
376 "RANLIB=$(RANLIB)" \
377 "DESTDIR=$(DESTDIR)"
379 MAKEOVERRIDES =
380 all: all-am
382 .SUFFIXES:
383 .SUFFIXES: .cc .lo .o .obj
384 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
385 @for dep in $?; do \
386 case '$(am__configure_deps)' in \
387 *$$dep*) \
388 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
389 && { if test -f $@; then exit 0; else break; fi; }; \
390 exit 1;; \
391 esac; \
392 done; \
393 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign asan/Makefile'; \
394 $(am__cd) $(top_srcdir) && \
395 $(AUTOMAKE) --foreign asan/Makefile
396 .PRECIOUS: Makefile
397 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
398 @case '$?' in \
399 *config.status*) \
400 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
401 *) \
402 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
403 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
404 esac;
406 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
407 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
409 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
410 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
411 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
412 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
413 $(am__aclocal_m4_deps):
414 install-toolexeclibLTLIBRARIES: $(toolexeclib_LTLIBRARIES)
415 @$(NORMAL_INSTALL)
416 @list='$(toolexeclib_LTLIBRARIES)'; test -n "$(toolexeclibdir)" || list=; \
417 list2=; for p in $$list; do \
418 if test -f $$p; then \
419 list2="$$list2 $$p"; \
420 else :; fi; \
421 done; \
422 test -z "$$list2" || { \
423 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibdir)'"; \
424 $(MKDIR_P) "$(DESTDIR)$(toolexeclibdir)" || exit 1; \
425 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(toolexeclibdir)'"; \
426 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(toolexeclibdir)"; \
429 uninstall-toolexeclibLTLIBRARIES:
430 @$(NORMAL_UNINSTALL)
431 @list='$(toolexeclib_LTLIBRARIES)'; test -n "$(toolexeclibdir)" || list=; \
432 for p in $$list; do \
433 $(am__strip_dir) \
434 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(toolexeclibdir)/$$f'"; \
435 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(toolexeclibdir)/$$f"; \
436 done
438 clean-toolexeclibLTLIBRARIES:
439 -test -z "$(toolexeclib_LTLIBRARIES)" || rm -f $(toolexeclib_LTLIBRARIES)
440 @list='$(toolexeclib_LTLIBRARIES)'; for p in $$list; do \
441 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
442 test "$$dir" != "$$p" || dir=.; \
443 echo "rm -f \"$${dir}/so_locations\""; \
444 rm -f "$${dir}/so_locations"; \
445 done
446 libasan.la: $(libasan_la_OBJECTS) $(libasan_la_DEPENDENCIES) $(EXTRA_libasan_la_DEPENDENCIES)
447 $(libasan_la_LINK) -rpath $(toolexeclibdir) $(libasan_la_OBJECTS) $(libasan_la_LIBADD) $(LIBS)
449 mostlyclean-compile:
450 -rm -f *.$(OBJEXT)
452 distclean-compile:
453 -rm -f *.tab.c
455 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asan_activation.Plo@am__quote@
456 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asan_allocator.Plo@am__quote@
457 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asan_debugging.Plo@am__quote@
458 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asan_fake_stack.Plo@am__quote@
459 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asan_flags.Plo@am__quote@
460 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asan_globals.Plo@am__quote@
461 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asan_interceptors.Plo@am__quote@
462 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asan_linux.Plo@am__quote@
463 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asan_mac.Plo@am__quote@
464 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asan_malloc_linux.Plo@am__quote@
465 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asan_malloc_mac.Plo@am__quote@
466 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asan_malloc_win.Plo@am__quote@
467 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asan_new_delete.Plo@am__quote@
468 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asan_poisoning.Plo@am__quote@
469 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asan_posix.Plo@am__quote@
470 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asan_report.Plo@am__quote@
471 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asan_rtl.Plo@am__quote@
472 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asan_stack.Plo@am__quote@
473 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asan_stats.Plo@am__quote@
474 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asan_suppressions.Plo@am__quote@
475 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asan_thread.Plo@am__quote@
476 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asan_win.Plo@am__quote@
477 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asan_win_dll_thunk.Plo@am__quote@
478 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asan_win_dynamic_runtime_thunk.Plo@am__quote@
480 .cc.o:
481 @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
482 @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
483 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
484 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
485 @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ $<
487 .cc.obj:
488 @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
489 @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
490 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
491 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
492 @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
494 .cc.lo:
495 @am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
496 @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
497 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
498 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
499 @am__fastdepCXX_FALSE@ $(LTCXXCOMPILE) -c -o $@ $<
501 mostlyclean-libtool:
502 -rm -f *.lo
504 clean-libtool:
505 -rm -rf .libs _libs
506 install-nodist_toolexeclibHEADERS: $(nodist_toolexeclib_HEADERS)
507 @$(NORMAL_INSTALL)
508 @list='$(nodist_toolexeclib_HEADERS)'; test -n "$(toolexeclibdir)" || list=; \
509 if test -n "$$list"; then \
510 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibdir)'"; \
511 $(MKDIR_P) "$(DESTDIR)$(toolexeclibdir)" || exit 1; \
512 fi; \
513 for p in $$list; do \
514 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
515 echo "$$d$$p"; \
516 done | $(am__base_list) | \
517 while read files; do \
518 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(toolexeclibdir)'"; \
519 $(INSTALL_HEADER) $$files "$(DESTDIR)$(toolexeclibdir)" || exit $$?; \
520 done
522 uninstall-nodist_toolexeclibHEADERS:
523 @$(NORMAL_UNINSTALL)
524 @list='$(nodist_toolexeclib_HEADERS)'; test -n "$(toolexeclibdir)" || list=; \
525 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
526 dir='$(DESTDIR)$(toolexeclibdir)'; $(am__uninstall_files_from_dir)
528 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
529 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
530 unique=`for i in $$list; do \
531 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
532 done | \
533 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
534 END { if (nonempty) { for (i in files) print i; }; }'`; \
535 mkid -fID $$unique
536 tags: TAGS
538 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
539 $(TAGS_FILES) $(LISP)
540 set x; \
541 here=`pwd`; \
542 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
543 unique=`for i in $$list; do \
544 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
545 done | \
546 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
547 END { if (nonempty) { for (i in files) print i; }; }'`; \
548 shift; \
549 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
550 test -n "$$unique" || unique=$$empty_fix; \
551 if test $$# -gt 0; then \
552 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
553 "$$@" $$unique; \
554 else \
555 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
556 $$unique; \
557 fi; \
559 ctags: CTAGS
560 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
561 $(TAGS_FILES) $(LISP)
562 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
563 unique=`for i in $$list; do \
564 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
565 done | \
566 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
567 END { if (nonempty) { for (i in files) print i; }; }'`; \
568 test -z "$(CTAGS_ARGS)$$unique" \
569 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
570 $$unique
572 GTAGS:
573 here=`$(am__cd) $(top_builddir) && pwd` \
574 && $(am__cd) $(top_srcdir) \
575 && gtags -i $(GTAGS_ARGS) "$$here"
577 distclean-tags:
578 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
579 check-am: all-am
580 check: check-am
581 all-am: Makefile $(LTLIBRARIES) $(HEADERS)
582 installdirs:
583 for dir in "$(DESTDIR)$(toolexeclibdir)" "$(DESTDIR)$(toolexeclibdir)"; do \
584 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
585 done
586 install: install-am
587 install-exec: install-exec-am
588 install-data: install-data-am
589 uninstall: uninstall-am
591 install-am: all-am
592 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
594 installcheck: installcheck-am
595 install-strip:
596 if test -z '$(STRIP)'; then \
597 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
598 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
599 install; \
600 else \
601 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
602 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
603 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
605 mostlyclean-generic:
607 clean-generic:
609 distclean-generic:
610 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
611 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
613 maintainer-clean-generic:
614 @echo "This command is intended for maintainers to use"
615 @echo "it deletes files that may require special tools to rebuild."
616 clean: clean-am
618 clean-am: clean-generic clean-libtool clean-toolexeclibLTLIBRARIES \
619 mostlyclean-am
621 distclean: distclean-am
622 -rm -rf ./$(DEPDIR)
623 -rm -f Makefile
624 distclean-am: clean-am distclean-compile distclean-generic \
625 distclean-tags
627 dvi: dvi-am
629 dvi-am:
631 html: html-am
633 html-am:
635 info: info-am
637 info-am:
639 install-data-am:
641 install-dvi: install-dvi-am
643 install-dvi-am:
645 install-exec-am: install-nodist_toolexeclibHEADERS \
646 install-toolexeclibLTLIBRARIES
648 install-html: install-html-am
650 install-html-am:
652 install-info: install-info-am
654 install-info-am:
656 install-man:
658 install-pdf: install-pdf-am
660 install-pdf-am:
662 install-ps: install-ps-am
664 install-ps-am:
666 installcheck-am:
668 maintainer-clean: maintainer-clean-am
669 -rm -rf ./$(DEPDIR)
670 -rm -f Makefile
671 maintainer-clean-am: distclean-am maintainer-clean-generic
673 mostlyclean: mostlyclean-am
675 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
676 mostlyclean-libtool
678 pdf: pdf-am
680 pdf-am:
682 ps: ps-am
684 ps-am:
686 uninstall-am: uninstall-nodist_toolexeclibHEADERS \
687 uninstall-toolexeclibLTLIBRARIES
689 .MAKE: install-am install-strip
691 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
692 clean-libtool clean-toolexeclibLTLIBRARIES ctags distclean \
693 distclean-compile distclean-generic distclean-libtool \
694 distclean-tags dvi dvi-am html html-am info info-am install \
695 install-am install-data install-data-am install-dvi \
696 install-dvi-am install-exec install-exec-am install-html \
697 install-html-am install-info install-info-am install-man \
698 install-nodist_toolexeclibHEADERS install-pdf install-pdf-am \
699 install-ps install-ps-am install-strip \
700 install-toolexeclibLTLIBRARIES installcheck installcheck-am \
701 installdirs maintainer-clean maintainer-clean-generic \
702 mostlyclean mostlyclean-compile mostlyclean-generic \
703 mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \
704 uninstall-am uninstall-nodist_toolexeclibHEADERS \
705 uninstall-toolexeclibLTLIBRARIES
708 libasan_preinit.o: asan_preinit.o
709 cp $< $@
711 # Tell versions [3.59,3.63) of GNU make to not export all variables.
712 # Otherwise a system limit (for SysV at least) may be exceeded.
713 .NOEXPORT: