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