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