* function.c (dump_stack_clash_frame_info): New function.
[official-gcc.git] / libsanitizer / lsan / Makefile.in
blobd951741c300df3841ec8215163c17f2a4cb729ab
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 SANITIZER_COMMON_TARGET_DEPENDENT_OBJECTS = @SANITIZER_COMMON_TARGET_DEPENDENT_OBJECTS@
214 SED = @SED@
215 SET_MAKE = @SET_MAKE@
216 SHELL = @SHELL@
217 STRIP = @STRIP@
218 TSAN_TARGET_DEPENDENT_OBJECTS = @TSAN_TARGET_DEPENDENT_OBJECTS@
219 VERSION = @VERSION@
220 VIEW_FILE = @VIEW_FILE@
221 abs_builddir = @abs_builddir@
222 abs_srcdir = @abs_srcdir@
223 abs_top_builddir = @abs_top_builddir@
224 abs_top_srcdir = @abs_top_srcdir@
225 ac_ct_CC = @ac_ct_CC@
226 ac_ct_CXX = @ac_ct_CXX@
227 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
228 am__include = @am__include@
229 am__leading_dot = @am__leading_dot@
230 am__quote = @am__quote@
231 am__tar = @am__tar@
232 am__untar = @am__untar@
233 bindir = @bindir@
234 build = @build@
235 build_alias = @build_alias@
236 build_cpu = @build_cpu@
237 build_os = @build_os@
238 build_vendor = @build_vendor@
239 builddir = @builddir@
240 datadir = @datadir@
241 datarootdir = @datarootdir@
242 docdir = @docdir@
243 dvidir = @dvidir@
244 enable_shared = @enable_shared@
245 enable_static = @enable_static@
246 exec_prefix = @exec_prefix@
247 get_gcc_base_ver = @get_gcc_base_ver@
248 host = @host@
249 host_alias = @host_alias@
250 host_cpu = @host_cpu@
251 host_os = @host_os@
252 host_vendor = @host_vendor@
253 htmldir = @htmldir@
254 includedir = @includedir@
255 infodir = @infodir@
256 install_sh = @install_sh@
257 libdir = @libdir@
258 libexecdir = @libexecdir@
259 link_libasan = @link_libasan@
260 link_liblsan = @link_liblsan@
261 link_libtsan = @link_libtsan@
262 link_libubsan = @link_libubsan@
263 localedir = @localedir@
264 localstatedir = @localstatedir@
265 mandir = @mandir@
266 mkdir_p = @mkdir_p@
267 multi_basedir = @multi_basedir@
268 oldincludedir = @oldincludedir@
269 pdfdir = @pdfdir@
270 prefix = @prefix@
271 program_transform_name = @program_transform_name@
272 psdir = @psdir@
273 sbindir = @sbindir@
274 sharedstatedir = @sharedstatedir@
275 srcdir = @srcdir@
276 sysconfdir = @sysconfdir@
277 target = @target@
278 target_alias = @target_alias@
279 target_cpu = @target_cpu@
280 target_noncanonical = @target_noncanonical@
281 target_os = @target_os@
282 target_vendor = @target_vendor@
283 toolexecdir = @toolexecdir@
284 toolexeclibdir = @toolexeclibdir@
285 top_build_prefix = @top_build_prefix@
286 top_builddir = @top_builddir@
287 top_srcdir = @top_srcdir@
288 AM_CPPFLAGS = -I $(top_srcdir)/include -I $(top_srcdir)
290 # May be used by toolexeclibdir.
291 gcc_version := $(shell @get_gcc_base_ver@ $(top_srcdir)/../gcc/BASE-VER)
292 AM_CXXFLAGS = -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic \
293 -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti \
294 -fomit-frame-pointer -funwind-tables -fvisibility=hidden \
295 -Wno-variadic-macros $(LIBSTDCXX_RAW_CXX_CXXFLAGS) \
296 -std=gnu++11
297 ACLOCAL_AMFLAGS = -I m4
298 noinst_LTLIBRARIES = libsanitizer_lsan.la
299 @LSAN_SUPPORTED_TRUE@toolexeclib_LTLIBRARIES = liblsan.la
300 sanitizer_lsan_files = \
301 lsan_common.cc \
302 lsan_common_linux.cc
304 lsan_files = \
305 $(sanitizer_lsan_files) \
306 lsan.cc \
307 lsan_allocator.cc \
308 lsan_interceptors.cc \
309 lsan_preinit.cc \
310 lsan_thread.cc
312 libsanitizer_lsan_la_SOURCES = $(sanitizer_lsan_files)
313 liblsan_la_SOURCES = $(lsan_files)
314 liblsan_la_LIBADD = \
315 $(top_builddir)/sanitizer_common/libsanitizer_common.la \
316 $(top_builddir)/interception/libinterception.la \
317 $(am__append_1) $(LIBSTDCXX_RAW_CXX_LDFLAGS)
318 liblsan_la_LDFLAGS = -version-info `grep -v '^\#' $(srcdir)/libtool-version` $(link_liblsan)
320 # Work around what appears to be a GNU make bug handling MAKEFLAGS
321 # values defined in terms of make variables, as is the case for CC and
322 # friends when we are called from the top level Makefile.
323 AM_MAKEFLAGS = \
324 "AR_FLAGS=$(AR_FLAGS)" \
325 "CC_FOR_BUILD=$(CC_FOR_BUILD)" \
326 "CFLAGS=$(CFLAGS)" \
327 "CXXFLAGS=$(CXXFLAGS)" \
328 "CFLAGS_FOR_BUILD=$(CFLAGS_FOR_BUILD)" \
329 "CFLAGS_FOR_TARGET=$(CFLAGS_FOR_TARGET)" \
330 "INSTALL=$(INSTALL)" \
331 "INSTALL_DATA=$(INSTALL_DATA)" \
332 "INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \
333 "INSTALL_SCRIPT=$(INSTALL_SCRIPT)" \
334 "JC1FLAGS=$(JC1FLAGS)" \
335 "LDFLAGS=$(LDFLAGS)" \
336 "LIBCFLAGS=$(LIBCFLAGS)" \
337 "LIBCFLAGS_FOR_TARGET=$(LIBCFLAGS_FOR_TARGET)" \
338 "MAKE=$(MAKE)" \
339 "MAKEINFO=$(MAKEINFO) $(MAKEINFOFLAGS)" \
340 "PICFLAG=$(PICFLAG)" \
341 "PICFLAG_FOR_TARGET=$(PICFLAG_FOR_TARGET)" \
342 "SHELL=$(SHELL)" \
343 "RUNTESTFLAGS=$(RUNTESTFLAGS)" \
344 "exec_prefix=$(exec_prefix)" \
345 "infodir=$(infodir)" \
346 "libdir=$(libdir)" \
347 "prefix=$(prefix)" \
348 "includedir=$(includedir)" \
349 "AR=$(AR)" \
350 "AS=$(AS)" \
351 "LD=$(LD)" \
352 "LIBCFLAGS=$(LIBCFLAGS)" \
353 "NM=$(NM)" \
354 "PICFLAG=$(PICFLAG)" \
355 "RANLIB=$(RANLIB)" \
356 "DESTDIR=$(DESTDIR)"
358 MAKEOVERRIDES =
359 all: all-am
361 .SUFFIXES:
362 .SUFFIXES: .cc .lo .o .obj
363 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
364 @for dep in $?; do \
365 case '$(am__configure_deps)' in \
366 *$$dep*) \
367 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
368 && { if test -f $@; then exit 0; else break; fi; }; \
369 exit 1;; \
370 esac; \
371 done; \
372 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign lsan/Makefile'; \
373 $(am__cd) $(top_srcdir) && \
374 $(AUTOMAKE) --foreign lsan/Makefile
375 .PRECIOUS: Makefile
376 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
377 @case '$?' in \
378 *config.status*) \
379 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
380 *) \
381 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
382 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
383 esac;
385 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
386 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
388 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
389 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
390 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
391 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
392 $(am__aclocal_m4_deps):
394 clean-noinstLTLIBRARIES:
395 -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
396 @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
397 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
398 test "$$dir" != "$$p" || dir=.; \
399 echo "rm -f \"$${dir}/so_locations\""; \
400 rm -f "$${dir}/so_locations"; \
401 done
402 install-toolexeclibLTLIBRARIES: $(toolexeclib_LTLIBRARIES)
403 @$(NORMAL_INSTALL)
404 @list='$(toolexeclib_LTLIBRARIES)'; test -n "$(toolexeclibdir)" || list=; \
405 list2=; for p in $$list; do \
406 if test -f $$p; then \
407 list2="$$list2 $$p"; \
408 else :; fi; \
409 done; \
410 test -z "$$list2" || { \
411 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibdir)'"; \
412 $(MKDIR_P) "$(DESTDIR)$(toolexeclibdir)" || exit 1; \
413 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(toolexeclibdir)'"; \
414 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(toolexeclibdir)"; \
417 uninstall-toolexeclibLTLIBRARIES:
418 @$(NORMAL_UNINSTALL)
419 @list='$(toolexeclib_LTLIBRARIES)'; test -n "$(toolexeclibdir)" || list=; \
420 for p in $$list; do \
421 $(am__strip_dir) \
422 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(toolexeclibdir)/$$f'"; \
423 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(toolexeclibdir)/$$f"; \
424 done
426 clean-toolexeclibLTLIBRARIES:
427 -test -z "$(toolexeclib_LTLIBRARIES)" || rm -f $(toolexeclib_LTLIBRARIES)
428 @list='$(toolexeclib_LTLIBRARIES)'; for p in $$list; do \
429 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
430 test "$$dir" != "$$p" || dir=.; \
431 echo "rm -f \"$${dir}/so_locations\""; \
432 rm -f "$${dir}/so_locations"; \
433 done
434 liblsan.la: $(liblsan_la_OBJECTS) $(liblsan_la_DEPENDENCIES) $(EXTRA_liblsan_la_DEPENDENCIES)
435 $(liblsan_la_LINK) $(am_liblsan_la_rpath) $(liblsan_la_OBJECTS) $(liblsan_la_LIBADD) $(LIBS)
436 libsanitizer_lsan.la: $(libsanitizer_lsan_la_OBJECTS) $(libsanitizer_lsan_la_DEPENDENCIES) $(EXTRA_libsanitizer_lsan_la_DEPENDENCIES)
437 $(CXXLINK) $(libsanitizer_lsan_la_OBJECTS) $(libsanitizer_lsan_la_LIBADD) $(LIBS)
439 mostlyclean-compile:
440 -rm -f *.$(OBJEXT)
442 distclean-compile:
443 -rm -f *.tab.c
445 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lsan.Plo@am__quote@
446 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lsan_allocator.Plo@am__quote@
447 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lsan_common.Plo@am__quote@
448 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lsan_common_linux.Plo@am__quote@
449 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lsan_interceptors.Plo@am__quote@
450 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lsan_preinit.Plo@am__quote@
451 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lsan_thread.Plo@am__quote@
453 .cc.o:
454 @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
455 @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
456 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
457 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
458 @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ $<
460 .cc.obj:
461 @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
462 @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
463 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
464 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
465 @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
467 .cc.lo:
468 @am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
469 @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
470 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
471 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
472 @am__fastdepCXX_FALSE@ $(LTCXXCOMPILE) -c -o $@ $<
474 mostlyclean-libtool:
475 -rm -f *.lo
477 clean-libtool:
478 -rm -rf .libs _libs
480 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
481 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
482 unique=`for i in $$list; do \
483 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
484 done | \
485 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
486 END { if (nonempty) { for (i in files) print i; }; }'`; \
487 mkid -fID $$unique
488 tags: TAGS
490 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
491 $(TAGS_FILES) $(LISP)
492 set x; \
493 here=`pwd`; \
494 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
495 unique=`for i in $$list; do \
496 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
497 done | \
498 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
499 END { if (nonempty) { for (i in files) print i; }; }'`; \
500 shift; \
501 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
502 test -n "$$unique" || unique=$$empty_fix; \
503 if test $$# -gt 0; then \
504 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
505 "$$@" $$unique; \
506 else \
507 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
508 $$unique; \
509 fi; \
511 ctags: CTAGS
512 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
513 $(TAGS_FILES) $(LISP)
514 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
515 unique=`for i in $$list; do \
516 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
517 done | \
518 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
519 END { if (nonempty) { for (i in files) print i; }; }'`; \
520 test -z "$(CTAGS_ARGS)$$unique" \
521 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
522 $$unique
524 GTAGS:
525 here=`$(am__cd) $(top_builddir) && pwd` \
526 && $(am__cd) $(top_srcdir) \
527 && gtags -i $(GTAGS_ARGS) "$$here"
529 distclean-tags:
530 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
531 check-am: all-am
532 check: check-am
533 all-am: Makefile $(LTLIBRARIES)
534 installdirs:
535 for dir in "$(DESTDIR)$(toolexeclibdir)"; do \
536 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
537 done
538 install: install-am
539 install-exec: install-exec-am
540 install-data: install-data-am
541 uninstall: uninstall-am
543 install-am: all-am
544 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
546 installcheck: installcheck-am
547 install-strip:
548 if test -z '$(STRIP)'; then \
549 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
550 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
551 install; \
552 else \
553 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
554 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
555 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
557 mostlyclean-generic:
559 clean-generic:
561 distclean-generic:
562 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
563 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
565 maintainer-clean-generic:
566 @echo "This command is intended for maintainers to use"
567 @echo "it deletes files that may require special tools to rebuild."
568 clean: clean-am
570 clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
571 clean-toolexeclibLTLIBRARIES mostlyclean-am
573 distclean: distclean-am
574 -rm -rf ./$(DEPDIR)
575 -rm -f Makefile
576 distclean-am: clean-am distclean-compile distclean-generic \
577 distclean-tags
579 dvi: dvi-am
581 dvi-am:
583 html: html-am
585 html-am:
587 info: info-am
589 info-am:
591 install-data-am:
593 install-dvi: install-dvi-am
595 install-dvi-am:
597 install-exec-am: install-toolexeclibLTLIBRARIES
599 install-html: install-html-am
601 install-html-am:
603 install-info: install-info-am
605 install-info-am:
607 install-man:
609 install-pdf: install-pdf-am
611 install-pdf-am:
613 install-ps: install-ps-am
615 install-ps-am:
617 installcheck-am:
619 maintainer-clean: maintainer-clean-am
620 -rm -rf ./$(DEPDIR)
621 -rm -f Makefile
622 maintainer-clean-am: distclean-am maintainer-clean-generic
624 mostlyclean: mostlyclean-am
626 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
627 mostlyclean-libtool
629 pdf: pdf-am
631 pdf-am:
633 ps: ps-am
635 ps-am:
637 uninstall-am: uninstall-toolexeclibLTLIBRARIES
639 .MAKE: install-am install-strip
641 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
642 clean-libtool clean-noinstLTLIBRARIES \
643 clean-toolexeclibLTLIBRARIES ctags distclean distclean-compile \
644 distclean-generic distclean-libtool distclean-tags dvi dvi-am \
645 html html-am info info-am install install-am install-data \
646 install-data-am install-dvi install-dvi-am install-exec \
647 install-exec-am install-html install-html-am install-info \
648 install-info-am install-man install-pdf install-pdf-am \
649 install-ps install-ps-am install-strip \
650 install-toolexeclibLTLIBRARIES installcheck installcheck-am \
651 installdirs maintainer-clean maintainer-clean-generic \
652 mostlyclean mostlyclean-compile mostlyclean-generic \
653 mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \
654 uninstall-am uninstall-toolexeclibLTLIBRARIES
657 # Tell versions [3.59,3.63) of GNU make to not export all variables.
658 # Otherwise a system limit (for SysV at least) may be exceeded.
659 .NOEXPORT: