d: Merge upstream dmd d579c467c1, phobos 88aa69b14.
[official-gcc.git] / libsanitizer / lsan / Makefile.in
blobd8fd4ee9557f6d74de11155e12a1cbd266acad81
1 # Makefile.in generated by automake 1.15.1 from Makefile.am.
2 # @configure_input@
4 # Copyright (C) 1994-2017 Free Software Foundation, Inc.
6 # This Makefile.in is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved.
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13 # PARTICULAR PURPOSE.
15 @SET_MAKE@
18 VPATH = @srcdir@
19 am__is_gnu_make = { \
20 if test -z '$(MAKELEVEL)'; then \
21 false; \
22 elif test -n '$(MAKE_HOST)'; then \
23 true; \
24 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
25 true; \
26 else \
27 false; \
28 fi; \
30 am__make_running_with_option = \
31 case $${target_option-} in \
32 ?) ;; \
33 *) echo "am__make_running_with_option: internal error: invalid" \
34 "target option '$${target_option-}' specified" >&2; \
35 exit 1;; \
36 esac; \
37 has_opt=no; \
38 sane_makeflags=$$MAKEFLAGS; \
39 if $(am__is_gnu_make); then \
40 sane_makeflags=$$MFLAGS; \
41 else \
42 case $$MAKEFLAGS in \
43 *\\[\ \ ]*) \
44 bs=\\; \
45 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
46 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
47 esac; \
48 fi; \
49 skip_next=no; \
50 strip_trailopt () \
51 { \
52 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
53 }; \
54 for flg in $$sane_makeflags; do \
55 test $$skip_next = yes && { skip_next=no; continue; }; \
56 case $$flg in \
57 *=*|--*) continue;; \
58 -*I) strip_trailopt 'I'; skip_next=yes;; \
59 -*I?*) strip_trailopt 'I';; \
60 -*O) strip_trailopt 'O'; skip_next=yes;; \
61 -*O?*) strip_trailopt 'O';; \
62 -*l) strip_trailopt 'l'; skip_next=yes;; \
63 -*l?*) strip_trailopt 'l';; \
64 -[dEDm]) skip_next=yes;; \
65 -[JT]) skip_next=yes;; \
66 esac; \
67 case $$flg in \
68 *$$target_option*) has_opt=yes; break;; \
69 esac; \
70 done; \
71 test $$has_opt = yes
72 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
73 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
74 pkgdatadir = $(datadir)/@PACKAGE@
75 pkgincludedir = $(includedir)/@PACKAGE@
76 pkglibdir = $(libdir)/@PACKAGE@
77 pkglibexecdir = $(libexecdir)/@PACKAGE@
78 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
79 install_sh_DATA = $(install_sh) -c -m 644
80 install_sh_PROGRAM = $(install_sh) -c
81 install_sh_SCRIPT = $(install_sh) -c
82 INSTALL_HEADER = $(INSTALL_DATA)
83 transform = $(program_transform_name)
84 NORMAL_INSTALL = :
85 PRE_INSTALL = :
86 POST_INSTALL = :
87 NORMAL_UNINSTALL = :
88 PRE_UNINSTALL = :
89 POST_UNINSTALL = :
90 build_triplet = @build@
91 host_triplet = @host@
92 target_triplet = @target@
93 @LIBBACKTRACE_SUPPORTED_TRUE@am__append_1 = $(top_builddir)/libbacktrace/libsanitizer_libbacktrace.la
94 subdir = lsan
95 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
96 am__aclocal_m4_deps = $(top_srcdir)/../config/acx.m4 \
97 $(top_srcdir)/../config/depstand.m4 \
98 $(top_srcdir)/../config/lead-dot.m4 \
99 $(top_srcdir)/../config/libstdc++-raw-cxx.m4 \
100 $(top_srcdir)/../config/multi.m4 \
101 $(top_srcdir)/../config/override.m4 \
102 $(top_srcdir)/../config/stdint.m4 \
103 $(top_srcdir)/../config/toolexeclibdir.m4 \
104 $(top_srcdir)/../config/warnings.m4 \
105 $(top_srcdir)/../ltoptions.m4 $(top_srcdir)/../ltsugar.m4 \
106 $(top_srcdir)/../ltversion.m4 $(top_srcdir)/../lt~obsolete.m4 \
107 $(top_srcdir)/acinclude.m4 $(top_srcdir)/../libtool.m4 \
108 $(top_srcdir)/../config/enable.m4 \
109 $(top_srcdir)/../config/cet.m4 $(top_srcdir)/configure.ac
110 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
111 $(ACLOCAL_M4)
112 DIST_COMMON = $(srcdir)/Makefile.am
113 mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
114 CONFIG_HEADER = $(top_builddir)/config.h
115 CONFIG_CLEAN_FILES =
116 CONFIG_CLEAN_VPATH_FILES =
117 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
118 am__vpath_adj = case $$p in \
119 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
120 *) f=$$p;; \
121 esac;
122 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
123 am__install_max = 40
124 am__nobase_strip_setup = \
125 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
126 am__nobase_strip = \
127 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
128 am__nobase_list = $(am__nobase_strip_setup); \
129 for p in $$list; do echo "$$p $$p"; done | \
130 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
131 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
132 if (++n[$$2] == $(am__install_max)) \
133 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
134 END { for (dir in files) print dir, files[dir] }'
135 am__base_list = \
136 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
137 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
138 am__uninstall_files_from_dir = { \
139 test -z "$$files" \
140 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
141 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
142 $(am__cd) "$$dir" && rm -f $$files; }; \
144 am__installdirs = "$(DESTDIR)$(toolexeclibdir)" \
145 "$(DESTDIR)$(toolexeclibdir)"
146 LTLIBRARIES = $(noinst_LTLIBRARIES) $(toolexeclib_LTLIBRARIES)
147 am__DEPENDENCIES_1 =
148 liblsan_la_DEPENDENCIES = \
149 $(top_builddir)/sanitizer_common/libsanitizer_common.la \
150 $(top_builddir)/interception/libinterception.la \
151 $(am__append_1) $(am__DEPENDENCIES_1)
152 am__objects_1 = lsan_common.lo lsan_common_linux.lo lsan_common_mac.lo
153 am__objects_2 = $(am__objects_1) lsan.lo lsan_linux.lo lsan_mac.lo \
154 lsan_malloc_mac.lo lsan_allocator.lo lsan_interceptors.lo \
155 lsan_thread.lo lsan_posix.lo
156 am_liblsan_la_OBJECTS = $(am__objects_2)
157 liblsan_la_OBJECTS = $(am_liblsan_la_OBJECTS)
158 AM_V_lt = $(am__v_lt_@AM_V@)
159 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
160 am__v_lt_0 = --silent
161 am__v_lt_1 =
162 liblsan_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
163 $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
164 $(CXXFLAGS) $(liblsan_la_LDFLAGS) $(LDFLAGS) -o $@
165 @LSAN_SUPPORTED_TRUE@am_liblsan_la_rpath = -rpath $(toolexeclibdir)
166 libsanitizer_lsan_la_LIBADD =
167 am_libsanitizer_lsan_la_OBJECTS = $(am__objects_1)
168 libsanitizer_lsan_la_OBJECTS = $(am_libsanitizer_lsan_la_OBJECTS)
169 AM_V_P = $(am__v_P_@AM_V@)
170 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
171 am__v_P_0 = false
172 am__v_P_1 = :
173 AM_V_GEN = $(am__v_GEN_@AM_V@)
174 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
175 am__v_GEN_0 = @echo " GEN " $@;
176 am__v_GEN_1 =
177 AM_V_at = $(am__v_at_@AM_V@)
178 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
179 am__v_at_0 = @
180 am__v_at_1 =
181 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
182 depcomp = $(SHELL) $(top_srcdir)/../depcomp
183 am__depfiles_maybe = depfiles
184 am__mv = mv -f
185 CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
186 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
187 LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
188 $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \
189 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
190 $(AM_CXXFLAGS) $(CXXFLAGS)
191 AM_V_CXX = $(am__v_CXX_@AM_V@)
192 am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@)
193 am__v_CXX_0 = @echo " CXX " $@;
194 am__v_CXX_1 =
195 CXXLD = $(CXX)
196 CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
197 $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
198 $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
199 AM_V_CXXLD = $(am__v_CXXLD_@AM_V@)
200 am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@)
201 am__v_CXXLD_0 = @echo " CXXLD " $@;
202 am__v_CXXLD_1 =
203 SOURCES = $(liblsan_la_SOURCES) $(libsanitizer_lsan_la_SOURCES)
204 am__can_run_installinfo = \
205 case $$AM_UPDATE_INFO_DIR in \
206 n|no|NO) false;; \
207 *) (install-info --version) >/dev/null 2>&1;; \
208 esac
209 HEADERS = $(nodist_toolexeclib_HEADERS)
210 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
211 # Read a list of newline-separated strings from the standard input,
212 # and print each of them once, without duplicates. Input order is
213 # *not* preserved.
214 am__uniquify_input = $(AWK) '\
215 BEGIN { nonempty = 0; } \
216 { items[$$0] = 1; nonempty = 1; } \
217 END { if (nonempty) { for (i in items) print i; }; } \
219 # Make sure the list of sources is unique. This is necessary because,
220 # e.g., the same source file might be shared among _SOURCES variables
221 # for different programs/libraries.
222 am__define_uniq_tagged_files = \
223 list='$(am__tagged_files)'; \
224 unique=`for i in $$list; do \
225 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
226 done | $(am__uniquify_input)`
227 ETAGS = etags
228 CTAGS = ctags
229 ACLOCAL = @ACLOCAL@
230 ALLOC_FILE = @ALLOC_FILE@
231 AMTAR = @AMTAR@
232 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
233 AR = @AR@
234 AUTOCONF = @AUTOCONF@
235 AUTOHEADER = @AUTOHEADER@
236 AUTOMAKE = @AUTOMAKE@
237 AWK = @AWK@
238 BACKTRACE_SUPPORTED = @BACKTRACE_SUPPORTED@
239 BACKTRACE_SUPPORTS_THREADS = @BACKTRACE_SUPPORTS_THREADS@
240 BACKTRACE_USES_MALLOC = @BACKTRACE_USES_MALLOC@
241 CC = @CC@
242 CCAS = @CCAS@
243 CCASDEPMODE = @CCASDEPMODE@
244 CCASFLAGS = @CCASFLAGS@
245 CCDEPMODE = @CCDEPMODE@
246 CFLAGS = @CFLAGS@
247 CPP = @CPP@
248 CPPFLAGS = @CPPFLAGS@
249 CXX = @CXX@
250 CXXCPP = @CXXCPP@
251 CXXDEPMODE = @CXXDEPMODE@
252 CXXFLAGS = @CXXFLAGS@
253 CYGPATH_W = @CYGPATH_W@
254 DEFS = -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS
255 DEPDIR = @DEPDIR@
256 DSYMUTIL = @DSYMUTIL@
257 DUMPBIN = @DUMPBIN@
258 ECHO_C = @ECHO_C@
259 ECHO_N = @ECHO_N@
260 ECHO_T = @ECHO_T@
261 EGREP = @EGREP@
262 EXEEXT = @EXEEXT@
263 EXTRA_ASFLAGS = @EXTRA_ASFLAGS@
264 EXTRA_CFLAGS = @EXTRA_CFLAGS@
265 EXTRA_CXXFLAGS = @EXTRA_CXXFLAGS@
266 FGREP = @FGREP@
267 FORMAT_FILE = @FORMAT_FILE@
268 GREP = @GREP@
269 INSTALL = @INSTALL@
270 INSTALL_DATA = @INSTALL_DATA@
271 INSTALL_PROGRAM = @INSTALL_PROGRAM@
272 INSTALL_SCRIPT = @INSTALL_SCRIPT@
273 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
274 LD = @LD@
275 LDFLAGS = @LDFLAGS@
276 LIBOBJS = @LIBOBJS@
277 LIBS = @LIBS@
278 LIBSTDCXX_RAW_CXX_CXXFLAGS = @LIBSTDCXX_RAW_CXX_CXXFLAGS@
279 LIBSTDCXX_RAW_CXX_LDFLAGS = @LIBSTDCXX_RAW_CXX_LDFLAGS@
280 LIBTOOL = @LIBTOOL@
281 LIPO = @LIPO@
282 LN_S = @LN_S@
283 LTLIBOBJS = @LTLIBOBJS@
284 MAINT = @MAINT@
285 MAKEINFO = @MAKEINFO@
286 MKDIR_P = @MKDIR_P@
287 NM = @NM@
288 NMEDIT = @NMEDIT@
289 OBJDUMP = @OBJDUMP@
290 OBJEXT = @OBJEXT@
291 OTOOL = @OTOOL@
292 OTOOL64 = @OTOOL64@
293 PACKAGE = @PACKAGE@
294 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
295 PACKAGE_NAME = @PACKAGE_NAME@
296 PACKAGE_STRING = @PACKAGE_STRING@
297 PACKAGE_TARNAME = @PACKAGE_TARNAME@
298 PACKAGE_URL = @PACKAGE_URL@
299 PACKAGE_VERSION = @PACKAGE_VERSION@
300 PATH_SEPARATOR = @PATH_SEPARATOR@
301 RANLIB = @RANLIB@
302 RPC_DEFS = @RPC_DEFS@
303 SANITIZER_COMMON_TARGET_DEPENDENT_OBJECTS = @SANITIZER_COMMON_TARGET_DEPENDENT_OBJECTS@
304 SED = @SED@
305 SET_MAKE = @SET_MAKE@
306 SHELL = @SHELL@
307 STRIP = @STRIP@
308 TSAN_TARGET_DEPENDENT_OBJECTS = @TSAN_TARGET_DEPENDENT_OBJECTS@
309 VERSION = @VERSION@
310 VIEW_FILE = @VIEW_FILE@
311 WARN_FLAGS = @WARN_FLAGS@
312 abs_builddir = @abs_builddir@
313 abs_srcdir = @abs_srcdir@
314 abs_top_builddir = @abs_top_builddir@
315 abs_top_srcdir = @abs_top_srcdir@
316 ac_ct_CC = @ac_ct_CC@
317 ac_ct_CXX = @ac_ct_CXX@
318 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
319 am__include = @am__include@
320 am__leading_dot = @am__leading_dot@
321 am__quote = @am__quote@
322 am__tar = @am__tar@
323 am__untar = @am__untar@
324 bindir = @bindir@
325 build = @build@
326 build_alias = @build_alias@
327 build_cpu = @build_cpu@
328 build_os = @build_os@
329 build_vendor = @build_vendor@
330 builddir = @builddir@
331 datadir = @datadir@
332 datarootdir = @datarootdir@
333 docdir = @docdir@
334 dvidir = @dvidir@
335 enable_shared = @enable_shared@
336 enable_static = @enable_static@
337 exec_prefix = @exec_prefix@
338 get_gcc_base_ver = @get_gcc_base_ver@
339 host = @host@
340 host_alias = @host_alias@
341 host_cpu = @host_cpu@
342 host_os = @host_os@
343 host_vendor = @host_vendor@
344 htmldir = @htmldir@
345 includedir = @includedir@
346 infodir = @infodir@
347 install_sh = @install_sh@
348 libdir = @libdir@
349 libexecdir = @libexecdir@
350 link_libasan = @link_libasan@
351 link_libhwasan = @link_libhwasan@
352 link_liblsan = @link_liblsan@
353 link_libtsan = @link_libtsan@
354 link_libubsan = @link_libubsan@
355 localedir = @localedir@
356 localstatedir = @localstatedir@
357 mandir = @mandir@
358 mkdir_p = @mkdir_p@
359 multi_basedir = @multi_basedir@
360 oldincludedir = @oldincludedir@
361 pdfdir = @pdfdir@
362 prefix = @prefix@
363 program_transform_name = @program_transform_name@
364 psdir = @psdir@
365 sbindir = @sbindir@
366 sharedstatedir = @sharedstatedir@
367 srcdir = @srcdir@
368 sysconfdir = @sysconfdir@
369 target = @target@
370 target_alias = @target_alias@
371 target_cpu = @target_cpu@
372 target_noncanonical = @target_noncanonical@
373 target_os = @target_os@
374 target_vendor = @target_vendor@
375 toolexecdir = @toolexecdir@
376 toolexeclibdir = @toolexeclibdir@
377 top_build_prefix = @top_build_prefix@
378 top_builddir = @top_builddir@
379 top_srcdir = @top_srcdir@
380 AM_CPPFLAGS = -I $(top_srcdir)/include -I $(top_srcdir)
382 # May be used by toolexeclibdir.
383 gcc_version := $(shell @get_gcc_base_ver@ $(top_srcdir)/../gcc/BASE-VER)
384 AM_CXXFLAGS = -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic \
385 -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti \
386 -fomit-frame-pointer -funwind-tables -fvisibility=hidden \
387 -Wno-variadic-macros $(LIBSTDCXX_RAW_CXX_CXXFLAGS) \
388 -std=gnu++14 $(EXTRA_CXXFLAGS)
389 AM_CCASFLAGS = $(EXTRA_ASFLAGS)
390 ACLOCAL_AMFLAGS = -I m4
391 noinst_LTLIBRARIES = libsanitizer_lsan.la
392 @LSAN_SUPPORTED_TRUE@toolexeclib_LTLIBRARIES = liblsan.la
393 @LSAN_SUPPORTED_TRUE@nodist_toolexeclib_HEADERS = liblsan_preinit.o
394 sanitizer_lsan_files = \
395 lsan_common.cpp \
396 lsan_common_linux.cpp \
397 lsan_common_mac.cpp
399 lsan_files = \
400 $(sanitizer_lsan_files) \
401 lsan.cpp \
402 lsan_linux.cpp \
403 lsan_mac.cpp \
404 lsan_malloc_mac.cpp \
405 lsan_allocator.cpp \
406 lsan_interceptors.cpp \
407 lsan_thread.cpp \
408 lsan_posix.cpp
410 libsanitizer_lsan_la_SOURCES = $(sanitizer_lsan_files)
411 liblsan_la_SOURCES = $(lsan_files)
412 liblsan_la_LIBADD = \
413 $(top_builddir)/sanitizer_common/libsanitizer_common.la \
414 $(top_builddir)/interception/libinterception.la \
415 $(am__append_1) $(LIBSTDCXX_RAW_CXX_LDFLAGS)
416 liblsan_la_LDFLAGS = -version-info `grep -v '^\#' $(srcdir)/libtool-version` $(link_liblsan)
418 # Work around what appears to be a GNU make bug handling MAKEFLAGS
419 # values defined in terms of make variables, as is the case for CC and
420 # friends when we are called from the top level Makefile.
421 AM_MAKEFLAGS = \
422 "AR_FLAGS=$(AR_FLAGS)" \
423 "CC_FOR_BUILD=$(CC_FOR_BUILD)" \
424 "CFLAGS=$(CFLAGS)" \
425 "CXXFLAGS=$(CXXFLAGS)" \
426 "CFLAGS_FOR_BUILD=$(CFLAGS_FOR_BUILD)" \
427 "CFLAGS_FOR_TARGET=$(CFLAGS_FOR_TARGET)" \
428 "INSTALL=$(INSTALL)" \
429 "INSTALL_DATA=$(INSTALL_DATA)" \
430 "INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \
431 "INSTALL_SCRIPT=$(INSTALL_SCRIPT)" \
432 "JC1FLAGS=$(JC1FLAGS)" \
433 "LDFLAGS=$(LDFLAGS)" \
434 "LIBCFLAGS=$(LIBCFLAGS)" \
435 "LIBCFLAGS_FOR_TARGET=$(LIBCFLAGS_FOR_TARGET)" \
436 "MAKE=$(MAKE)" \
437 "MAKEINFO=$(MAKEINFO) $(MAKEINFOFLAGS)" \
438 "PICFLAG=$(PICFLAG)" \
439 "PICFLAG_FOR_TARGET=$(PICFLAG_FOR_TARGET)" \
440 "SHELL=$(SHELL)" \
441 "RUNTESTFLAGS=$(RUNTESTFLAGS)" \
442 "exec_prefix=$(exec_prefix)" \
443 "infodir=$(infodir)" \
444 "libdir=$(libdir)" \
445 "prefix=$(prefix)" \
446 "includedir=$(includedir)" \
447 "AR=$(AR)" \
448 "AS=$(AS)" \
449 "LD=$(LD)" \
450 "LIBCFLAGS=$(LIBCFLAGS)" \
451 "NM=$(NM)" \
452 "PICFLAG=$(PICFLAG)" \
453 "RANLIB=$(RANLIB)" \
454 "DESTDIR=$(DESTDIR)"
456 MAKEOVERRIDES =
457 all: all-am
459 .SUFFIXES:
460 .SUFFIXES: .cpp .lo .o .obj
461 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
462 @for dep in $?; do \
463 case '$(am__configure_deps)' in \
464 *$$dep*) \
465 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
466 && { if test -f $@; then exit 0; else break; fi; }; \
467 exit 1;; \
468 esac; \
469 done; \
470 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign lsan/Makefile'; \
471 $(am__cd) $(top_srcdir) && \
472 $(AUTOMAKE) --foreign lsan/Makefile
473 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
474 @case '$?' in \
475 *config.status*) \
476 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
477 *) \
478 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
479 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
480 esac;
482 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
483 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
485 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
486 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
487 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
488 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
489 $(am__aclocal_m4_deps):
491 clean-noinstLTLIBRARIES:
492 -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
493 @list='$(noinst_LTLIBRARIES)'; \
494 locs=`for p in $$list; do echo $$p; done | \
495 sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
496 sort -u`; \
497 test -z "$$locs" || { \
498 echo rm -f $${locs}; \
499 rm -f $${locs}; \
502 install-toolexeclibLTLIBRARIES: $(toolexeclib_LTLIBRARIES)
503 @$(NORMAL_INSTALL)
504 @list='$(toolexeclib_LTLIBRARIES)'; test -n "$(toolexeclibdir)" || list=; \
505 list2=; for p in $$list; do \
506 if test -f $$p; then \
507 list2="$$list2 $$p"; \
508 else :; fi; \
509 done; \
510 test -z "$$list2" || { \
511 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibdir)'"; \
512 $(MKDIR_P) "$(DESTDIR)$(toolexeclibdir)" || exit 1; \
513 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(toolexeclibdir)'"; \
514 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(toolexeclibdir)"; \
517 uninstall-toolexeclibLTLIBRARIES:
518 @$(NORMAL_UNINSTALL)
519 @list='$(toolexeclib_LTLIBRARIES)'; test -n "$(toolexeclibdir)" || list=; \
520 for p in $$list; do \
521 $(am__strip_dir) \
522 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(toolexeclibdir)/$$f'"; \
523 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(toolexeclibdir)/$$f"; \
524 done
526 clean-toolexeclibLTLIBRARIES:
527 -test -z "$(toolexeclib_LTLIBRARIES)" || rm -f $(toolexeclib_LTLIBRARIES)
528 @list='$(toolexeclib_LTLIBRARIES)'; \
529 locs=`for p in $$list; do echo $$p; done | \
530 sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
531 sort -u`; \
532 test -z "$$locs" || { \
533 echo rm -f $${locs}; \
534 rm -f $${locs}; \
537 liblsan.la: $(liblsan_la_OBJECTS) $(liblsan_la_DEPENDENCIES) $(EXTRA_liblsan_la_DEPENDENCIES)
538 $(AM_V_CXXLD)$(liblsan_la_LINK) $(am_liblsan_la_rpath) $(liblsan_la_OBJECTS) $(liblsan_la_LIBADD) $(LIBS)
540 libsanitizer_lsan.la: $(libsanitizer_lsan_la_OBJECTS) $(libsanitizer_lsan_la_DEPENDENCIES) $(EXTRA_libsanitizer_lsan_la_DEPENDENCIES)
541 $(AM_V_CXXLD)$(CXXLINK) $(libsanitizer_lsan_la_OBJECTS) $(libsanitizer_lsan_la_LIBADD) $(LIBS)
543 mostlyclean-compile:
544 -rm -f *.$(OBJEXT)
546 distclean-compile:
547 -rm -f *.tab.c
549 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lsan.Plo@am__quote@
550 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lsan_allocator.Plo@am__quote@
551 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lsan_common.Plo@am__quote@
552 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lsan_common_linux.Plo@am__quote@
553 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lsan_common_mac.Plo@am__quote@
554 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lsan_interceptors.Plo@am__quote@
555 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lsan_linux.Plo@am__quote@
556 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lsan_mac.Plo@am__quote@
557 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lsan_malloc_mac.Plo@am__quote@
558 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lsan_posix.Plo@am__quote@
559 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lsan_thread.Plo@am__quote@
561 .cpp.o:
562 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
563 @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
564 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
565 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
566 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $<
568 .cpp.obj:
569 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
570 @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
571 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
572 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
573 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
575 .cpp.lo:
576 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
577 @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
578 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
579 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
580 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $<
582 mostlyclean-libtool:
583 -rm -f *.lo
585 clean-libtool:
586 -rm -rf .libs _libs
587 install-nodist_toolexeclibHEADERS: $(nodist_toolexeclib_HEADERS)
588 @$(NORMAL_INSTALL)
589 @list='$(nodist_toolexeclib_HEADERS)'; test -n "$(toolexeclibdir)" || list=; \
590 if test -n "$$list"; then \
591 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibdir)'"; \
592 $(MKDIR_P) "$(DESTDIR)$(toolexeclibdir)" || exit 1; \
593 fi; \
594 for p in $$list; do \
595 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
596 echo "$$d$$p"; \
597 done | $(am__base_list) | \
598 while read files; do \
599 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(toolexeclibdir)'"; \
600 $(INSTALL_HEADER) $$files "$(DESTDIR)$(toolexeclibdir)" || exit $$?; \
601 done
603 uninstall-nodist_toolexeclibHEADERS:
604 @$(NORMAL_UNINSTALL)
605 @list='$(nodist_toolexeclib_HEADERS)'; test -n "$(toolexeclibdir)" || list=; \
606 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
607 dir='$(DESTDIR)$(toolexeclibdir)'; $(am__uninstall_files_from_dir)
609 ID: $(am__tagged_files)
610 $(am__define_uniq_tagged_files); mkid -fID $$unique
611 tags: tags-am
612 TAGS: tags
614 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
615 set x; \
616 here=`pwd`; \
617 $(am__define_uniq_tagged_files); \
618 shift; \
619 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
620 test -n "$$unique" || unique=$$empty_fix; \
621 if test $$# -gt 0; then \
622 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
623 "$$@" $$unique; \
624 else \
625 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
626 $$unique; \
627 fi; \
629 ctags: ctags-am
631 CTAGS: ctags
632 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
633 $(am__define_uniq_tagged_files); \
634 test -z "$(CTAGS_ARGS)$$unique" \
635 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
636 $$unique
638 GTAGS:
639 here=`$(am__cd) $(top_builddir) && pwd` \
640 && $(am__cd) $(top_srcdir) \
641 && gtags -i $(GTAGS_ARGS) "$$here"
642 cscopelist: cscopelist-am
644 cscopelist-am: $(am__tagged_files)
645 list='$(am__tagged_files)'; \
646 case "$(srcdir)" in \
647 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
648 *) sdir=$(subdir)/$(srcdir) ;; \
649 esac; \
650 for i in $$list; do \
651 if test -f "$$i"; then \
652 echo "$(subdir)/$$i"; \
653 else \
654 echo "$$sdir/$$i"; \
655 fi; \
656 done >> $(top_builddir)/cscope.files
658 distclean-tags:
659 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
660 check-am: all-am
661 check: check-am
662 all-am: Makefile $(LTLIBRARIES) $(HEADERS)
663 installdirs:
664 for dir in "$(DESTDIR)$(toolexeclibdir)" "$(DESTDIR)$(toolexeclibdir)"; do \
665 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
666 done
667 install: install-am
668 install-exec: install-exec-am
669 install-data: install-data-am
670 uninstall: uninstall-am
672 install-am: all-am
673 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
675 installcheck: installcheck-am
676 install-strip:
677 if test -z '$(STRIP)'; then \
678 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
679 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
680 install; \
681 else \
682 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
683 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
684 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
686 mostlyclean-generic:
688 clean-generic:
690 distclean-generic:
691 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
692 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
694 maintainer-clean-generic:
695 @echo "This command is intended for maintainers to use"
696 @echo "it deletes files that may require special tools to rebuild."
697 clean: clean-am
699 clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
700 clean-toolexeclibLTLIBRARIES mostlyclean-am
702 distclean: distclean-am
703 -rm -rf ./$(DEPDIR)
704 -rm -f Makefile
705 distclean-am: clean-am distclean-compile distclean-generic \
706 distclean-tags
708 dvi: dvi-am
710 dvi-am:
712 html: html-am
714 html-am:
716 info: info-am
718 info-am:
720 install-data-am:
722 install-dvi: install-dvi-am
724 install-dvi-am:
726 install-exec-am: install-nodist_toolexeclibHEADERS \
727 install-toolexeclibLTLIBRARIES
729 install-html: install-html-am
731 install-html-am:
733 install-info: install-info-am
735 install-info-am:
737 install-man:
739 install-pdf: install-pdf-am
741 install-pdf-am:
743 install-ps: install-ps-am
745 install-ps-am:
747 installcheck-am:
749 maintainer-clean: maintainer-clean-am
750 -rm -rf ./$(DEPDIR)
751 -rm -f Makefile
752 maintainer-clean-am: distclean-am maintainer-clean-generic
754 mostlyclean: mostlyclean-am
756 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
757 mostlyclean-libtool
759 pdf: pdf-am
761 pdf-am:
763 ps: ps-am
765 ps-am:
767 uninstall-am: uninstall-nodist_toolexeclibHEADERS \
768 uninstall-toolexeclibLTLIBRARIES
770 .MAKE: install-am install-strip
772 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
773 clean-libtool clean-noinstLTLIBRARIES \
774 clean-toolexeclibLTLIBRARIES cscopelist-am ctags ctags-am \
775 distclean distclean-compile distclean-generic \
776 distclean-libtool distclean-tags dvi dvi-am html html-am info \
777 info-am install install-am install-data install-data-am \
778 install-dvi install-dvi-am install-exec install-exec-am \
779 install-html install-html-am install-info install-info-am \
780 install-man install-nodist_toolexeclibHEADERS install-pdf \
781 install-pdf-am install-ps install-ps-am install-strip \
782 install-toolexeclibLTLIBRARIES installcheck installcheck-am \
783 installdirs maintainer-clean maintainer-clean-generic \
784 mostlyclean mostlyclean-compile mostlyclean-generic \
785 mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
786 uninstall-am uninstall-nodist_toolexeclibHEADERS \
787 uninstall-toolexeclibLTLIBRARIES
789 .PRECIOUS: Makefile
792 liblsan_preinit.o: lsan_preinit.o
793 cp $< $@
795 # Tell versions [3.59,3.63) of GNU make to not export all variables.
796 # Otherwise a system limit (for SysV at least) may be exceeded.
797 .NOEXPORT: