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