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