* gcc-interface/trans.c (Subprogram_Body_to_gnu): Initialize locus.
[official-gcc.git] / libsanitizer / lsan / Makefile.in
bloba88d1f82647554c7865e3e979e90172b266422aa
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)/../config/enable.m4 \
71 $(top_srcdir)/../config/cet.m4 $(top_srcdir)/configure.ac
72 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
73 $(ACLOCAL_M4)
74 mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
75 CONFIG_HEADER = $(top_builddir)/config.h
76 CONFIG_CLEAN_FILES =
77 CONFIG_CLEAN_VPATH_FILES =
78 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
79 am__vpath_adj = case $$p in \
80 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
81 *) f=$$p;; \
82 esac;
83 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
84 am__install_max = 40
85 am__nobase_strip_setup = \
86 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
87 am__nobase_strip = \
88 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
89 am__nobase_list = $(am__nobase_strip_setup); \
90 for p in $$list; do echo "$$p $$p"; done | \
91 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
92 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
93 if (++n[$$2] == $(am__install_max)) \
94 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
95 END { for (dir in files) print dir, files[dir] }'
96 am__base_list = \
97 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
98 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
99 am__uninstall_files_from_dir = { \
100 test -z "$$files" \
101 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
102 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
103 $(am__cd) "$$dir" && rm -f $$files; }; \
105 am__installdirs = "$(DESTDIR)$(toolexeclibdir)" \
106 "$(DESTDIR)$(toolexeclibdir)"
107 LTLIBRARIES = $(noinst_LTLIBRARIES) $(toolexeclib_LTLIBRARIES)
108 am__DEPENDENCIES_1 =
109 liblsan_la_DEPENDENCIES = \
110 $(top_builddir)/sanitizer_common/libsanitizer_common.la \
111 $(top_builddir)/interception/libinterception.la \
112 $(am__append_1) $(am__DEPENDENCIES_1)
113 am__objects_1 = lsan_common.lo lsan_common_linux.lo lsan_common_mac.lo
114 am__objects_2 = $(am__objects_1) lsan.lo lsan_linux.lo lsan_mac.lo \
115 lsan_malloc_mac.lo lsan_allocator.lo lsan_interceptors.lo \
116 lsan_thread.lo
117 am_liblsan_la_OBJECTS = $(am__objects_2)
118 liblsan_la_OBJECTS = $(am_liblsan_la_OBJECTS)
119 liblsan_la_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
120 $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
121 $(CXXFLAGS) $(liblsan_la_LDFLAGS) $(LDFLAGS) -o $@
122 @LSAN_SUPPORTED_TRUE@am_liblsan_la_rpath = -rpath $(toolexeclibdir)
123 libsanitizer_lsan_la_LIBADD =
124 am_libsanitizer_lsan_la_OBJECTS = $(am__objects_1)
125 libsanitizer_lsan_la_OBJECTS = $(am_libsanitizer_lsan_la_OBJECTS)
126 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
127 depcomp = $(SHELL) $(top_srcdir)/../depcomp
128 am__depfiles_maybe = depfiles
129 am__mv = mv -f
130 CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
131 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
132 LTCXXCOMPILE = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
133 --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
134 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
135 CXXLD = $(CXX)
136 CXXLINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
137 --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \
138 $(LDFLAGS) -o $@
139 SOURCES = $(liblsan_la_SOURCES) $(libsanitizer_lsan_la_SOURCES)
140 am__can_run_installinfo = \
141 case $$AM_UPDATE_INFO_DIR in \
142 n|no|NO) false;; \
143 *) (install-info --version) >/dev/null 2>&1;; \
144 esac
145 HEADERS = $(nodist_toolexeclib_HEADERS)
146 ETAGS = etags
147 CTAGS = ctags
148 ACLOCAL = @ACLOCAL@
149 ALLOC_FILE = @ALLOC_FILE@
150 AMTAR = @AMTAR@
151 AR = @AR@
152 AUTOCONF = @AUTOCONF@
153 AUTOHEADER = @AUTOHEADER@
154 AUTOMAKE = @AUTOMAKE@
155 AWK = @AWK@
156 BACKTRACE_SUPPORTED = @BACKTRACE_SUPPORTED@
157 BACKTRACE_SUPPORTS_THREADS = @BACKTRACE_SUPPORTS_THREADS@
158 BACKTRACE_USES_MALLOC = @BACKTRACE_USES_MALLOC@
159 CC = @CC@
160 CCAS = @CCAS@
161 CCASDEPMODE = @CCASDEPMODE@
162 CCASFLAGS = @CCASFLAGS@
163 CCDEPMODE = @CCDEPMODE@
164 CFLAGS = @CFLAGS@
165 CPP = @CPP@
166 CPPFLAGS = @CPPFLAGS@
167 CXX = @CXX@
168 CXXCPP = @CXXCPP@
169 CXXDEPMODE = @CXXDEPMODE@
170 CXXFLAGS = @CXXFLAGS@
171 CYGPATH_W = @CYGPATH_W@
172 DEFS = -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS
173 DEPDIR = @DEPDIR@
174 DSYMUTIL = @DSYMUTIL@
175 DUMPBIN = @DUMPBIN@
176 ECHO_C = @ECHO_C@
177 ECHO_N = @ECHO_N@
178 ECHO_T = @ECHO_T@
179 EGREP = @EGREP@
180 EXEEXT = @EXEEXT@
181 EXTRA_ASFLAGS = @EXTRA_ASFLAGS@
182 EXTRA_CFLAGS = @EXTRA_CFLAGS@
183 EXTRA_CXXFLAGS = @EXTRA_CXXFLAGS@
184 FGREP = @FGREP@
185 FORMAT_FILE = @FORMAT_FILE@
186 GREP = @GREP@
187 INSTALL = @INSTALL@
188 INSTALL_DATA = @INSTALL_DATA@
189 INSTALL_PROGRAM = @INSTALL_PROGRAM@
190 INSTALL_SCRIPT = @INSTALL_SCRIPT@
191 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
192 LD = @LD@
193 LDFLAGS = @LDFLAGS@
194 LIBOBJS = @LIBOBJS@
195 LIBS = @LIBS@
196 LIBSTDCXX_RAW_CXX_CXXFLAGS = @LIBSTDCXX_RAW_CXX_CXXFLAGS@
197 LIBSTDCXX_RAW_CXX_LDFLAGS = @LIBSTDCXX_RAW_CXX_LDFLAGS@
198 LIBTOOL = @LIBTOOL@
199 LIPO = @LIPO@
200 LN_S = @LN_S@
201 LTLIBOBJS = @LTLIBOBJS@
202 MAINT = @MAINT@
203 MAKEINFO = @MAKEINFO@
204 MKDIR_P = @MKDIR_P@
205 NM = @NM@
206 NMEDIT = @NMEDIT@
207 OBJDUMP = @OBJDUMP@
208 OBJEXT = @OBJEXT@
209 OTOOL = @OTOOL@
210 OTOOL64 = @OTOOL64@
211 PACKAGE = @PACKAGE@
212 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
213 PACKAGE_NAME = @PACKAGE_NAME@
214 PACKAGE_STRING = @PACKAGE_STRING@
215 PACKAGE_TARNAME = @PACKAGE_TARNAME@
216 PACKAGE_URL = @PACKAGE_URL@
217 PACKAGE_VERSION = @PACKAGE_VERSION@
218 PATH_SEPARATOR = @PATH_SEPARATOR@
219 RANLIB = @RANLIB@
220 RPC_DEFS = @RPC_DEFS@
221 SANITIZER_COMMON_TARGET_DEPENDENT_OBJECTS = @SANITIZER_COMMON_TARGET_DEPENDENT_OBJECTS@
222 SED = @SED@
223 SET_MAKE = @SET_MAKE@
224 SHELL = @SHELL@
225 STRIP = @STRIP@
226 TSAN_TARGET_DEPENDENT_OBJECTS = @TSAN_TARGET_DEPENDENT_OBJECTS@
227 VERSION = @VERSION@
228 VIEW_FILE = @VIEW_FILE@
229 abs_builddir = @abs_builddir@
230 abs_srcdir = @abs_srcdir@
231 abs_top_builddir = @abs_top_builddir@
232 abs_top_srcdir = @abs_top_srcdir@
233 ac_ct_CC = @ac_ct_CC@
234 ac_ct_CXX = @ac_ct_CXX@
235 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
236 am__include = @am__include@
237 am__leading_dot = @am__leading_dot@
238 am__quote = @am__quote@
239 am__tar = @am__tar@
240 am__untar = @am__untar@
241 bindir = @bindir@
242 build = @build@
243 build_alias = @build_alias@
244 build_cpu = @build_cpu@
245 build_os = @build_os@
246 build_vendor = @build_vendor@
247 builddir = @builddir@
248 datadir = @datadir@
249 datarootdir = @datarootdir@
250 docdir = @docdir@
251 dvidir = @dvidir@
252 enable_shared = @enable_shared@
253 enable_static = @enable_static@
254 exec_prefix = @exec_prefix@
255 get_gcc_base_ver = @get_gcc_base_ver@
256 host = @host@
257 host_alias = @host_alias@
258 host_cpu = @host_cpu@
259 host_os = @host_os@
260 host_vendor = @host_vendor@
261 htmldir = @htmldir@
262 includedir = @includedir@
263 infodir = @infodir@
264 install_sh = @install_sh@
265 libdir = @libdir@
266 libexecdir = @libexecdir@
267 link_libasan = @link_libasan@
268 link_liblsan = @link_liblsan@
269 link_libtsan = @link_libtsan@
270 link_libubsan = @link_libubsan@
271 localedir = @localedir@
272 localstatedir = @localstatedir@
273 mandir = @mandir@
274 mkdir_p = @mkdir_p@
275 multi_basedir = @multi_basedir@
276 oldincludedir = @oldincludedir@
277 pdfdir = @pdfdir@
278 prefix = @prefix@
279 program_transform_name = @program_transform_name@
280 psdir = @psdir@
281 sbindir = @sbindir@
282 sharedstatedir = @sharedstatedir@
283 srcdir = @srcdir@
284 sysconfdir = @sysconfdir@
285 target = @target@
286 target_alias = @target_alias@
287 target_cpu = @target_cpu@
288 target_noncanonical = @target_noncanonical@
289 target_os = @target_os@
290 target_vendor = @target_vendor@
291 toolexecdir = @toolexecdir@
292 toolexeclibdir = @toolexeclibdir@
293 top_build_prefix = @top_build_prefix@
294 top_builddir = @top_builddir@
295 top_srcdir = @top_srcdir@
296 AM_CPPFLAGS = -I $(top_srcdir)/include -I $(top_srcdir)
298 # May be used by toolexeclibdir.
299 gcc_version := $(shell @get_gcc_base_ver@ $(top_srcdir)/../gcc/BASE-VER)
300 AM_CXXFLAGS = -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic \
301 -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti \
302 -fomit-frame-pointer -funwind-tables -fvisibility=hidden \
303 -Wno-variadic-macros $(LIBSTDCXX_RAW_CXX_CXXFLAGS) \
304 -std=gnu++11 $(EXTRA_CXXFLAGS)
305 ACLOCAL_AMFLAGS = -I m4
306 noinst_LTLIBRARIES = libsanitizer_lsan.la
307 @LSAN_SUPPORTED_TRUE@toolexeclib_LTLIBRARIES = liblsan.la
308 @LSAN_SUPPORTED_TRUE@nodist_toolexeclib_HEADERS = liblsan_preinit.o
309 sanitizer_lsan_files = \
310 lsan_common.cc \
311 lsan_common_linux.cc \
312 lsan_common_mac.cc
314 lsan_files = \
315 $(sanitizer_lsan_files) \
316 lsan.cc \
317 lsan_linux.cc \
318 lsan_mac.cc \
319 lsan_malloc_mac.cc \
320 lsan_allocator.cc \
321 lsan_interceptors.cc \
322 lsan_thread.cc
324 libsanitizer_lsan_la_SOURCES = $(sanitizer_lsan_files)
325 liblsan_la_SOURCES = $(lsan_files)
326 liblsan_la_LIBADD = \
327 $(top_builddir)/sanitizer_common/libsanitizer_common.la \
328 $(top_builddir)/interception/libinterception.la \
329 $(am__append_1) $(LIBSTDCXX_RAW_CXX_LDFLAGS)
330 liblsan_la_LDFLAGS = -version-info `grep -v '^\#' $(srcdir)/libtool-version` $(link_liblsan)
332 # Work around what appears to be a GNU make bug handling MAKEFLAGS
333 # values defined in terms of make variables, as is the case for CC and
334 # friends when we are called from the top level Makefile.
335 AM_MAKEFLAGS = \
336 "AR_FLAGS=$(AR_FLAGS)" \
337 "CC_FOR_BUILD=$(CC_FOR_BUILD)" \
338 "CFLAGS=$(CFLAGS)" \
339 "CXXFLAGS=$(CXXFLAGS)" \
340 "CFLAGS_FOR_BUILD=$(CFLAGS_FOR_BUILD)" \
341 "CFLAGS_FOR_TARGET=$(CFLAGS_FOR_TARGET)" \
342 "INSTALL=$(INSTALL)" \
343 "INSTALL_DATA=$(INSTALL_DATA)" \
344 "INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \
345 "INSTALL_SCRIPT=$(INSTALL_SCRIPT)" \
346 "JC1FLAGS=$(JC1FLAGS)" \
347 "LDFLAGS=$(LDFLAGS)" \
348 "LIBCFLAGS=$(LIBCFLAGS)" \
349 "LIBCFLAGS_FOR_TARGET=$(LIBCFLAGS_FOR_TARGET)" \
350 "MAKE=$(MAKE)" \
351 "MAKEINFO=$(MAKEINFO) $(MAKEINFOFLAGS)" \
352 "PICFLAG=$(PICFLAG)" \
353 "PICFLAG_FOR_TARGET=$(PICFLAG_FOR_TARGET)" \
354 "SHELL=$(SHELL)" \
355 "RUNTESTFLAGS=$(RUNTESTFLAGS)" \
356 "exec_prefix=$(exec_prefix)" \
357 "infodir=$(infodir)" \
358 "libdir=$(libdir)" \
359 "prefix=$(prefix)" \
360 "includedir=$(includedir)" \
361 "AR=$(AR)" \
362 "AS=$(AS)" \
363 "LD=$(LD)" \
364 "LIBCFLAGS=$(LIBCFLAGS)" \
365 "NM=$(NM)" \
366 "PICFLAG=$(PICFLAG)" \
367 "RANLIB=$(RANLIB)" \
368 "DESTDIR=$(DESTDIR)"
370 MAKEOVERRIDES =
371 all: all-am
373 .SUFFIXES:
374 .SUFFIXES: .cc .lo .o .obj
375 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
376 @for dep in $?; do \
377 case '$(am__configure_deps)' in \
378 *$$dep*) \
379 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
380 && { if test -f $@; then exit 0; else break; fi; }; \
381 exit 1;; \
382 esac; \
383 done; \
384 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign lsan/Makefile'; \
385 $(am__cd) $(top_srcdir) && \
386 $(AUTOMAKE) --foreign lsan/Makefile
387 .PRECIOUS: Makefile
388 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
389 @case '$?' in \
390 *config.status*) \
391 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
392 *) \
393 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
394 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
395 esac;
397 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
398 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
400 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
401 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
402 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
403 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
404 $(am__aclocal_m4_deps):
406 clean-noinstLTLIBRARIES:
407 -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
408 @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
409 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
410 test "$$dir" != "$$p" || dir=.; \
411 echo "rm -f \"$${dir}/so_locations\""; \
412 rm -f "$${dir}/so_locations"; \
413 done
414 install-toolexeclibLTLIBRARIES: $(toolexeclib_LTLIBRARIES)
415 @$(NORMAL_INSTALL)
416 @list='$(toolexeclib_LTLIBRARIES)'; test -n "$(toolexeclibdir)" || list=; \
417 list2=; for p in $$list; do \
418 if test -f $$p; then \
419 list2="$$list2 $$p"; \
420 else :; fi; \
421 done; \
422 test -z "$$list2" || { \
423 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibdir)'"; \
424 $(MKDIR_P) "$(DESTDIR)$(toolexeclibdir)" || exit 1; \
425 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(toolexeclibdir)'"; \
426 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(toolexeclibdir)"; \
429 uninstall-toolexeclibLTLIBRARIES:
430 @$(NORMAL_UNINSTALL)
431 @list='$(toolexeclib_LTLIBRARIES)'; test -n "$(toolexeclibdir)" || list=; \
432 for p in $$list; do \
433 $(am__strip_dir) \
434 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(toolexeclibdir)/$$f'"; \
435 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(toolexeclibdir)/$$f"; \
436 done
438 clean-toolexeclibLTLIBRARIES:
439 -test -z "$(toolexeclib_LTLIBRARIES)" || rm -f $(toolexeclib_LTLIBRARIES)
440 @list='$(toolexeclib_LTLIBRARIES)'; for p in $$list; do \
441 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
442 test "$$dir" != "$$p" || dir=.; \
443 echo "rm -f \"$${dir}/so_locations\""; \
444 rm -f "$${dir}/so_locations"; \
445 done
446 liblsan.la: $(liblsan_la_OBJECTS) $(liblsan_la_DEPENDENCIES) $(EXTRA_liblsan_la_DEPENDENCIES)
447 $(liblsan_la_LINK) $(am_liblsan_la_rpath) $(liblsan_la_OBJECTS) $(liblsan_la_LIBADD) $(LIBS)
448 libsanitizer_lsan.la: $(libsanitizer_lsan_la_OBJECTS) $(libsanitizer_lsan_la_DEPENDENCIES) $(EXTRA_libsanitizer_lsan_la_DEPENDENCIES)
449 $(CXXLINK) $(libsanitizer_lsan_la_OBJECTS) $(libsanitizer_lsan_la_LIBADD) $(LIBS)
451 mostlyclean-compile:
452 -rm -f *.$(OBJEXT)
454 distclean-compile:
455 -rm -f *.tab.c
457 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lsan.Plo@am__quote@
458 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lsan_allocator.Plo@am__quote@
459 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lsan_common.Plo@am__quote@
460 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lsan_common_linux.Plo@am__quote@
461 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lsan_common_mac.Plo@am__quote@
462 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lsan_interceptors.Plo@am__quote@
463 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lsan_linux.Plo@am__quote@
464 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lsan_mac.Plo@am__quote@
465 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lsan_malloc_mac.Plo@am__quote@
466 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lsan_thread.Plo@am__quote@
468 .cc.o:
469 @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
470 @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
471 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
472 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
473 @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ $<
475 .cc.obj:
476 @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
477 @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
478 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
479 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
480 @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
482 .cc.lo:
483 @am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
484 @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
485 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
486 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
487 @am__fastdepCXX_FALSE@ $(LTCXXCOMPILE) -c -o $@ $<
489 mostlyclean-libtool:
490 -rm -f *.lo
492 clean-libtool:
493 -rm -rf .libs _libs
494 install-nodist_toolexeclibHEADERS: $(nodist_toolexeclib_HEADERS)
495 @$(NORMAL_INSTALL)
496 @list='$(nodist_toolexeclib_HEADERS)'; test -n "$(toolexeclibdir)" || list=; \
497 if test -n "$$list"; then \
498 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibdir)'"; \
499 $(MKDIR_P) "$(DESTDIR)$(toolexeclibdir)" || exit 1; \
500 fi; \
501 for p in $$list; do \
502 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
503 echo "$$d$$p"; \
504 done | $(am__base_list) | \
505 while read files; do \
506 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(toolexeclibdir)'"; \
507 $(INSTALL_HEADER) $$files "$(DESTDIR)$(toolexeclibdir)" || exit $$?; \
508 done
510 uninstall-nodist_toolexeclibHEADERS:
511 @$(NORMAL_UNINSTALL)
512 @list='$(nodist_toolexeclib_HEADERS)'; test -n "$(toolexeclibdir)" || list=; \
513 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
514 dir='$(DESTDIR)$(toolexeclibdir)'; $(am__uninstall_files_from_dir)
516 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
517 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
518 unique=`for i in $$list; do \
519 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
520 done | \
521 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
522 END { if (nonempty) { for (i in files) print i; }; }'`; \
523 mkid -fID $$unique
524 tags: TAGS
526 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
527 $(TAGS_FILES) $(LISP)
528 set x; \
529 here=`pwd`; \
530 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
531 unique=`for i in $$list; do \
532 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
533 done | \
534 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
535 END { if (nonempty) { for (i in files) print i; }; }'`; \
536 shift; \
537 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
538 test -n "$$unique" || unique=$$empty_fix; \
539 if test $$# -gt 0; then \
540 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
541 "$$@" $$unique; \
542 else \
543 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
544 $$unique; \
545 fi; \
547 ctags: CTAGS
548 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
549 $(TAGS_FILES) $(LISP)
550 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
551 unique=`for i in $$list; do \
552 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
553 done | \
554 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
555 END { if (nonempty) { for (i in files) print i; }; }'`; \
556 test -z "$(CTAGS_ARGS)$$unique" \
557 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
558 $$unique
560 GTAGS:
561 here=`$(am__cd) $(top_builddir) && pwd` \
562 && $(am__cd) $(top_srcdir) \
563 && gtags -i $(GTAGS_ARGS) "$$here"
565 distclean-tags:
566 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
567 check-am: all-am
568 check: check-am
569 all-am: Makefile $(LTLIBRARIES) $(HEADERS)
570 installdirs:
571 for dir in "$(DESTDIR)$(toolexeclibdir)" "$(DESTDIR)$(toolexeclibdir)"; do \
572 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
573 done
574 install: install-am
575 install-exec: install-exec-am
576 install-data: install-data-am
577 uninstall: uninstall-am
579 install-am: all-am
580 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
582 installcheck: installcheck-am
583 install-strip:
584 if test -z '$(STRIP)'; then \
585 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
586 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
587 install; \
588 else \
589 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
590 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
591 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
593 mostlyclean-generic:
595 clean-generic:
597 distclean-generic:
598 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
599 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
601 maintainer-clean-generic:
602 @echo "This command is intended for maintainers to use"
603 @echo "it deletes files that may require special tools to rebuild."
604 clean: clean-am
606 clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
607 clean-toolexeclibLTLIBRARIES mostlyclean-am
609 distclean: distclean-am
610 -rm -rf ./$(DEPDIR)
611 -rm -f Makefile
612 distclean-am: clean-am distclean-compile distclean-generic \
613 distclean-tags
615 dvi: dvi-am
617 dvi-am:
619 html: html-am
621 html-am:
623 info: info-am
625 info-am:
627 install-data-am:
629 install-dvi: install-dvi-am
631 install-dvi-am:
633 install-exec-am: install-nodist_toolexeclibHEADERS \
634 install-toolexeclibLTLIBRARIES
636 install-html: install-html-am
638 install-html-am:
640 install-info: install-info-am
642 install-info-am:
644 install-man:
646 install-pdf: install-pdf-am
648 install-pdf-am:
650 install-ps: install-ps-am
652 install-ps-am:
654 installcheck-am:
656 maintainer-clean: maintainer-clean-am
657 -rm -rf ./$(DEPDIR)
658 -rm -f Makefile
659 maintainer-clean-am: distclean-am maintainer-clean-generic
661 mostlyclean: mostlyclean-am
663 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
664 mostlyclean-libtool
666 pdf: pdf-am
668 pdf-am:
670 ps: ps-am
672 ps-am:
674 uninstall-am: uninstall-nodist_toolexeclibHEADERS \
675 uninstall-toolexeclibLTLIBRARIES
677 .MAKE: install-am install-strip
679 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
680 clean-libtool clean-noinstLTLIBRARIES \
681 clean-toolexeclibLTLIBRARIES ctags distclean distclean-compile \
682 distclean-generic distclean-libtool distclean-tags dvi dvi-am \
683 html html-am info info-am install install-am install-data \
684 install-data-am install-dvi install-dvi-am install-exec \
685 install-exec-am install-html install-html-am install-info \
686 install-info-am install-man install-nodist_toolexeclibHEADERS \
687 install-pdf install-pdf-am install-ps install-ps-am \
688 install-strip install-toolexeclibLTLIBRARIES installcheck \
689 installcheck-am installdirs maintainer-clean \
690 maintainer-clean-generic mostlyclean mostlyclean-compile \
691 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
692 tags uninstall uninstall-am \
693 uninstall-nodist_toolexeclibHEADERS \
694 uninstall-toolexeclibLTLIBRARIES
697 liblsan_preinit.o: lsan_preinit.o
698 cp $< $@
700 # Tell versions [3.59,3.63) of GNU make to not export all variables.
701 # Otherwise a system limit (for SysV at least) may be exceeded.
702 .NOEXPORT: