PR target/71375
[official-gcc.git] / libsanitizer / lsan / Makefile.in
blob4802ed43971ba4f3fafcad172439b5885c6693cd
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 OBSTACK_DEFS = @OBSTACK_DEFS@
202 OTOOL = @OTOOL@
203 OTOOL64 = @OTOOL64@
204 PACKAGE = @PACKAGE@
205 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
206 PACKAGE_NAME = @PACKAGE_NAME@
207 PACKAGE_STRING = @PACKAGE_STRING@
208 PACKAGE_TARNAME = @PACKAGE_TARNAME@
209 PACKAGE_URL = @PACKAGE_URL@
210 PACKAGE_VERSION = @PACKAGE_VERSION@
211 PATH_SEPARATOR = @PATH_SEPARATOR@
212 RANLIB = @RANLIB@
213 RPC_DEFS = @RPC_DEFS@
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 host = @host@
248 host_alias = @host_alias@
249 host_cpu = @host_cpu@
250 host_os = @host_os@
251 host_vendor = @host_vendor@
252 htmldir = @htmldir@
253 includedir = @includedir@
254 infodir = @infodir@
255 install_sh = @install_sh@
256 libdir = @libdir@
257 libexecdir = @libexecdir@
258 link_libasan = @link_libasan@
259 link_liblsan = @link_liblsan@
260 link_libtsan = @link_libtsan@
261 link_libubsan = @link_libubsan@
262 localedir = @localedir@
263 localstatedir = @localstatedir@
264 mandir = @mandir@
265 mkdir_p = @mkdir_p@
266 multi_basedir = @multi_basedir@
267 oldincludedir = @oldincludedir@
268 pdfdir = @pdfdir@
269 prefix = @prefix@
270 program_transform_name = @program_transform_name@
271 psdir = @psdir@
272 sbindir = @sbindir@
273 sharedstatedir = @sharedstatedir@
274 srcdir = @srcdir@
275 sysconfdir = @sysconfdir@
276 target = @target@
277 target_alias = @target_alias@
278 target_cpu = @target_cpu@
279 target_noncanonical = @target_noncanonical@
280 target_os = @target_os@
281 target_vendor = @target_vendor@
282 toolexecdir = @toolexecdir@
283 toolexeclibdir = @toolexeclibdir@
284 top_build_prefix = @top_build_prefix@
285 top_builddir = @top_builddir@
286 top_srcdir = @top_srcdir@
287 AM_CPPFLAGS = -I $(top_srcdir)/include -I $(top_srcdir)
289 # May be used by toolexeclibdir.
290 gcc_version := $(shell cat $(top_srcdir)/../gcc/BASE-VER)
291 AM_CXXFLAGS = -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic \
292 -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti \
293 -fomit-frame-pointer -funwind-tables -fvisibility=hidden \
294 -Wno-variadic-macros $(LIBSTDCXX_RAW_CXX_CXXFLAGS) \
295 -std=gnu++11
296 ACLOCAL_AMFLAGS = -I m4
297 noinst_LTLIBRARIES = libsanitizer_lsan.la
298 @LSAN_SUPPORTED_TRUE@toolexeclib_LTLIBRARIES = liblsan.la
299 sanitizer_lsan_files = \
300 lsan_common.cc \
301 lsan_common_linux.cc
303 lsan_files = \
304 $(sanitizer_lsan_files) \
305 lsan.cc \
306 lsan_allocator.cc \
307 lsan_interceptors.cc \
308 lsan_preinit.cc \
309 lsan_thread.cc
311 libsanitizer_lsan_la_SOURCES = $(sanitizer_lsan_files)
312 liblsan_la_SOURCES = $(lsan_files)
313 liblsan_la_LIBADD = \
314 $(top_builddir)/sanitizer_common/libsanitizer_common.la \
315 $(top_builddir)/interception/libinterception.la \
316 $(am__append_1) $(LIBSTDCXX_RAW_CXX_LDFLAGS)
317 liblsan_la_LDFLAGS = -version-info `grep -v '^\#' $(srcdir)/libtool-version` $(link_liblsan)
319 # Work around what appears to be a GNU make bug handling MAKEFLAGS
320 # values defined in terms of make variables, as is the case for CC and
321 # friends when we are called from the top level Makefile.
322 AM_MAKEFLAGS = \
323 "AR_FLAGS=$(AR_FLAGS)" \
324 "CC_FOR_BUILD=$(CC_FOR_BUILD)" \
325 "CFLAGS=$(CFLAGS)" \
326 "CXXFLAGS=$(CXXFLAGS)" \
327 "CFLAGS_FOR_BUILD=$(CFLAGS_FOR_BUILD)" \
328 "CFLAGS_FOR_TARGET=$(CFLAGS_FOR_TARGET)" \
329 "INSTALL=$(INSTALL)" \
330 "INSTALL_DATA=$(INSTALL_DATA)" \
331 "INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \
332 "INSTALL_SCRIPT=$(INSTALL_SCRIPT)" \
333 "JC1FLAGS=$(JC1FLAGS)" \
334 "LDFLAGS=$(LDFLAGS)" \
335 "LIBCFLAGS=$(LIBCFLAGS)" \
336 "LIBCFLAGS_FOR_TARGET=$(LIBCFLAGS_FOR_TARGET)" \
337 "MAKE=$(MAKE)" \
338 "MAKEINFO=$(MAKEINFO) $(MAKEINFOFLAGS)" \
339 "PICFLAG=$(PICFLAG)" \
340 "PICFLAG_FOR_TARGET=$(PICFLAG_FOR_TARGET)" \
341 "SHELL=$(SHELL)" \
342 "RUNTESTFLAGS=$(RUNTESTFLAGS)" \
343 "exec_prefix=$(exec_prefix)" \
344 "infodir=$(infodir)" \
345 "libdir=$(libdir)" \
346 "prefix=$(prefix)" \
347 "includedir=$(includedir)" \
348 "AR=$(AR)" \
349 "AS=$(AS)" \
350 "LD=$(LD)" \
351 "LIBCFLAGS=$(LIBCFLAGS)" \
352 "NM=$(NM)" \
353 "PICFLAG=$(PICFLAG)" \
354 "RANLIB=$(RANLIB)" \
355 "DESTDIR=$(DESTDIR)"
357 MAKEOVERRIDES =
358 all: all-am
360 .SUFFIXES:
361 .SUFFIXES: .cc .lo .o .obj
362 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
363 @for dep in $?; do \
364 case '$(am__configure_deps)' in \
365 *$$dep*) \
366 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
367 && { if test -f $@; then exit 0; else break; fi; }; \
368 exit 1;; \
369 esac; \
370 done; \
371 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign lsan/Makefile'; \
372 $(am__cd) $(top_srcdir) && \
373 $(AUTOMAKE) --foreign lsan/Makefile
374 .PRECIOUS: Makefile
375 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
376 @case '$?' in \
377 *config.status*) \
378 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
379 *) \
380 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
381 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
382 esac;
384 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
385 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
387 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
388 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
389 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
390 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
391 $(am__aclocal_m4_deps):
393 clean-noinstLTLIBRARIES:
394 -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
395 @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
396 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
397 test "$$dir" != "$$p" || dir=.; \
398 echo "rm -f \"$${dir}/so_locations\""; \
399 rm -f "$${dir}/so_locations"; \
400 done
401 install-toolexeclibLTLIBRARIES: $(toolexeclib_LTLIBRARIES)
402 @$(NORMAL_INSTALL)
403 @list='$(toolexeclib_LTLIBRARIES)'; test -n "$(toolexeclibdir)" || list=; \
404 list2=; for p in $$list; do \
405 if test -f $$p; then \
406 list2="$$list2 $$p"; \
407 else :; fi; \
408 done; \
409 test -z "$$list2" || { \
410 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibdir)'"; \
411 $(MKDIR_P) "$(DESTDIR)$(toolexeclibdir)" || exit 1; \
412 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(toolexeclibdir)'"; \
413 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(toolexeclibdir)"; \
416 uninstall-toolexeclibLTLIBRARIES:
417 @$(NORMAL_UNINSTALL)
418 @list='$(toolexeclib_LTLIBRARIES)'; test -n "$(toolexeclibdir)" || list=; \
419 for p in $$list; do \
420 $(am__strip_dir) \
421 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(toolexeclibdir)/$$f'"; \
422 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(toolexeclibdir)/$$f"; \
423 done
425 clean-toolexeclibLTLIBRARIES:
426 -test -z "$(toolexeclib_LTLIBRARIES)" || rm -f $(toolexeclib_LTLIBRARIES)
427 @list='$(toolexeclib_LTLIBRARIES)'; for p in $$list; do \
428 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
429 test "$$dir" != "$$p" || dir=.; \
430 echo "rm -f \"$${dir}/so_locations\""; \
431 rm -f "$${dir}/so_locations"; \
432 done
433 liblsan.la: $(liblsan_la_OBJECTS) $(liblsan_la_DEPENDENCIES) $(EXTRA_liblsan_la_DEPENDENCIES)
434 $(liblsan_la_LINK) $(am_liblsan_la_rpath) $(liblsan_la_OBJECTS) $(liblsan_la_LIBADD) $(LIBS)
435 libsanitizer_lsan.la: $(libsanitizer_lsan_la_OBJECTS) $(libsanitizer_lsan_la_DEPENDENCIES) $(EXTRA_libsanitizer_lsan_la_DEPENDENCIES)
436 $(CXXLINK) $(libsanitizer_lsan_la_OBJECTS) $(libsanitizer_lsan_la_LIBADD) $(LIBS)
438 mostlyclean-compile:
439 -rm -f *.$(OBJEXT)
441 distclean-compile:
442 -rm -f *.tab.c
444 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lsan.Plo@am__quote@
445 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lsan_allocator.Plo@am__quote@
446 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lsan_common.Plo@am__quote@
447 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lsan_common_linux.Plo@am__quote@
448 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lsan_interceptors.Plo@am__quote@
449 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lsan_preinit.Plo@am__quote@
450 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lsan_thread.Plo@am__quote@
452 .cc.o:
453 @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
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 $@ $<
459 .cc.obj:
460 @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
461 @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
462 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
463 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
464 @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
466 .cc.lo:
467 @am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
468 @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
469 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
470 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
471 @am__fastdepCXX_FALSE@ $(LTCXXCOMPILE) -c -o $@ $<
473 mostlyclean-libtool:
474 -rm -f *.lo
476 clean-libtool:
477 -rm -rf .libs _libs
479 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
480 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
481 unique=`for i in $$list; do \
482 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
483 done | \
484 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
485 END { if (nonempty) { for (i in files) print i; }; }'`; \
486 mkid -fID $$unique
487 tags: TAGS
489 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
490 $(TAGS_FILES) $(LISP)
491 set x; \
492 here=`pwd`; \
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 shift; \
500 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
501 test -n "$$unique" || unique=$$empty_fix; \
502 if test $$# -gt 0; then \
503 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
504 "$$@" $$unique; \
505 else \
506 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
507 $$unique; \
508 fi; \
510 ctags: CTAGS
511 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
512 $(TAGS_FILES) $(LISP)
513 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
514 unique=`for i in $$list; do \
515 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
516 done | \
517 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
518 END { if (nonempty) { for (i in files) print i; }; }'`; \
519 test -z "$(CTAGS_ARGS)$$unique" \
520 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
521 $$unique
523 GTAGS:
524 here=`$(am__cd) $(top_builddir) && pwd` \
525 && $(am__cd) $(top_srcdir) \
526 && gtags -i $(GTAGS_ARGS) "$$here"
528 distclean-tags:
529 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
530 check-am: all-am
531 check: check-am
532 all-am: Makefile $(LTLIBRARIES)
533 installdirs:
534 for dir in "$(DESTDIR)$(toolexeclibdir)"; do \
535 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
536 done
537 install: install-am
538 install-exec: install-exec-am
539 install-data: install-data-am
540 uninstall: uninstall-am
542 install-am: all-am
543 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
545 installcheck: installcheck-am
546 install-strip:
547 if test -z '$(STRIP)'; then \
548 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
549 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
550 install; \
551 else \
552 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
553 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
554 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
556 mostlyclean-generic:
558 clean-generic:
560 distclean-generic:
561 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
562 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
564 maintainer-clean-generic:
565 @echo "This command is intended for maintainers to use"
566 @echo "it deletes files that may require special tools to rebuild."
567 clean: clean-am
569 clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
570 clean-toolexeclibLTLIBRARIES mostlyclean-am
572 distclean: distclean-am
573 -rm -rf ./$(DEPDIR)
574 -rm -f Makefile
575 distclean-am: clean-am distclean-compile distclean-generic \
576 distclean-tags
578 dvi: dvi-am
580 dvi-am:
582 html: html-am
584 html-am:
586 info: info-am
588 info-am:
590 install-data-am:
592 install-dvi: install-dvi-am
594 install-dvi-am:
596 install-exec-am: install-toolexeclibLTLIBRARIES
598 install-html: install-html-am
600 install-html-am:
602 install-info: install-info-am
604 install-info-am:
606 install-man:
608 install-pdf: install-pdf-am
610 install-pdf-am:
612 install-ps: install-ps-am
614 install-ps-am:
616 installcheck-am:
618 maintainer-clean: maintainer-clean-am
619 -rm -rf ./$(DEPDIR)
620 -rm -f Makefile
621 maintainer-clean-am: distclean-am maintainer-clean-generic
623 mostlyclean: mostlyclean-am
625 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
626 mostlyclean-libtool
628 pdf: pdf-am
630 pdf-am:
632 ps: ps-am
634 ps-am:
636 uninstall-am: uninstall-toolexeclibLTLIBRARIES
638 .MAKE: install-am install-strip
640 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
641 clean-libtool clean-noinstLTLIBRARIES \
642 clean-toolexeclibLTLIBRARIES ctags distclean distclean-compile \
643 distclean-generic distclean-libtool distclean-tags dvi dvi-am \
644 html html-am info info-am install install-am install-data \
645 install-data-am install-dvi install-dvi-am install-exec \
646 install-exec-am install-html install-html-am install-info \
647 install-info-am install-man install-pdf install-pdf-am \
648 install-ps install-ps-am install-strip \
649 install-toolexeclibLTLIBRARIES installcheck installcheck-am \
650 installdirs maintainer-clean maintainer-clean-generic \
651 mostlyclean mostlyclean-compile mostlyclean-generic \
652 mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \
653 uninstall-am uninstall-toolexeclibLTLIBRARIES
656 # Tell versions [3.59,3.63) of GNU make to not export all variables.
657 # Otherwise a system limit (for SysV at least) may be exceeded.
658 .NOEXPORT: