Home | History | Annotate | Line # | Download | only in lsan
      1 # Makefile.in generated by automake 1.15.1 from Makefile.am.
      2 # @configure_input@
      3 
      4 # Copyright (C) 1994-2017 Free Software Foundation, Inc.
      5 
      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 
     17 
     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; \
     29 }
     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; }; \
    143   }
    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; }; } \
    218 '
    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 AS_SYM_ASSIGN_DEFS = @AS_SYM_ASSIGN_DEFS@
    235 AUTOCONF = @AUTOCONF@
    236 AUTOHEADER = @AUTOHEADER@
    237 AUTOMAKE = @AUTOMAKE@
    238 AWK = @AWK@
    239 BACKTRACE_SUPPORTED = @BACKTRACE_SUPPORTED@
    240 BACKTRACE_SUPPORTS_THREADS = @BACKTRACE_SUPPORTS_THREADS@
    241 BACKTRACE_USES_MALLOC = @BACKTRACE_USES_MALLOC@
    242 CC = @CC@
    243 CCAS = @CCAS@
    244 CCASDEPMODE = @CCASDEPMODE@
    245 CCASFLAGS = @CCASFLAGS@
    246 CCDEPMODE = @CCDEPMODE@
    247 CFLAGS = @CFLAGS@
    248 CPP = @CPP@
    249 CPPFLAGS = @CPPFLAGS@
    250 CXX = @CXX@
    251 CXXCPP = @CXXCPP@
    252 CXXDEPMODE = @CXXDEPMODE@
    253 CXXFLAGS = @CXXFLAGS@
    254 CYGPATH_W = @CYGPATH_W@
    255 DEFS = -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS 
    256 DEPDIR = @DEPDIR@
    257 DSYMUTIL = @DSYMUTIL@
    258 DUMPBIN = @DUMPBIN@
    259 ECHO_C = @ECHO_C@
    260 ECHO_N = @ECHO_N@
    261 ECHO_T = @ECHO_T@
    262 EGREP = @EGREP@
    263 EXEEXT = @EXEEXT@
    264 EXTRA_ASFLAGS = @EXTRA_ASFLAGS@
    265 EXTRA_CFLAGS = @EXTRA_CFLAGS@
    266 EXTRA_CXXFLAGS = @EXTRA_CXXFLAGS@
    267 FGREP = @FGREP@
    268 FORMAT_FILE = @FORMAT_FILE@
    269 GREP = @GREP@
    270 INSTALL = @INSTALL@
    271 INSTALL_DATA = @INSTALL_DATA@
    272 INSTALL_PROGRAM = @INSTALL_PROGRAM@
    273 INSTALL_SCRIPT = @INSTALL_SCRIPT@
    274 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
    275 LD = @LD@
    276 LDFLAGS = @LDFLAGS@
    277 LIBOBJS = @LIBOBJS@
    278 LIBS = @LIBS@
    279 LIBSTDCXX_RAW_CXX_CXXFLAGS = @LIBSTDCXX_RAW_CXX_CXXFLAGS@
    280 LIBSTDCXX_RAW_CXX_LDFLAGS = @LIBSTDCXX_RAW_CXX_LDFLAGS@
    281 LIBTOOL = @LIBTOOL@
    282 LIPO = @LIPO@
    283 LN_S = @LN_S@
    284 LTLIBOBJS = @LTLIBOBJS@
    285 MAINT = @MAINT@
    286 MAKEINFO = @MAKEINFO@
    287 MKDIR_P = @MKDIR_P@
    288 NM = @NM@
    289 NMEDIT = @NMEDIT@
    290 OBJDUMP = @OBJDUMP@
    291 OBJEXT = @OBJEXT@
    292 OTOOL = @OTOOL@
    293 OTOOL64 = @OTOOL64@
    294 PACKAGE = @PACKAGE@
    295 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
    296 PACKAGE_NAME = @PACKAGE_NAME@
    297 PACKAGE_STRING = @PACKAGE_STRING@
    298 PACKAGE_TARNAME = @PACKAGE_TARNAME@
    299 PACKAGE_URL = @PACKAGE_URL@
    300 PACKAGE_VERSION = @PACKAGE_VERSION@
    301 PATH_SEPARATOR = @PATH_SEPARATOR@
    302 RANLIB = @RANLIB@
    303 RPC_DEFS = @RPC_DEFS@
    304 SANITIZER_COMMON_TARGET_DEPENDENT_OBJECTS = @SANITIZER_COMMON_TARGET_DEPENDENT_OBJECTS@
    305 SED = @SED@
    306 SET_MAKE = @SET_MAKE@
    307 SHELL = @SHELL@
    308 STRIP = @STRIP@
    309 TSAN_TARGET_DEPENDENT_OBJECTS = @TSAN_TARGET_DEPENDENT_OBJECTS@
    310 VERSION = @VERSION@
    311 VIEW_FILE = @VIEW_FILE@
    312 WARN_FLAGS = @WARN_FLAGS@
    313 abs_builddir = @abs_builddir@
    314 abs_srcdir = @abs_srcdir@
    315 abs_top_builddir = @abs_top_builddir@
    316 abs_top_srcdir = @abs_top_srcdir@
    317 ac_ct_CC = @ac_ct_CC@
    318 ac_ct_CXX = @ac_ct_CXX@
    319 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
    320 am__include = @am__include@
    321 am__leading_dot = @am__leading_dot@
    322 am__quote = @am__quote@
    323 am__tar = @am__tar@
    324 am__untar = @am__untar@
    325 bindir = @bindir@
    326 build = @build@
    327 build_alias = @build_alias@
    328 build_cpu = @build_cpu@
    329 build_os = @build_os@
    330 build_vendor = @build_vendor@
    331 builddir = @builddir@
    332 datadir = @datadir@
    333 datarootdir = @datarootdir@
    334 docdir = @docdir@
    335 dvidir = @dvidir@
    336 enable_shared = @enable_shared@
    337 enable_static = @enable_static@
    338 exec_prefix = @exec_prefix@
    339 get_gcc_base_ver = @get_gcc_base_ver@
    340 host = @host@
    341 host_alias = @host_alias@
    342 host_cpu = @host_cpu@
    343 host_os = @host_os@
    344 host_vendor = @host_vendor@
    345 htmldir = @htmldir@
    346 includedir = @includedir@
    347 infodir = @infodir@
    348 install_sh = @install_sh@
    349 libdir = @libdir@
    350 libexecdir = @libexecdir@
    351 link_libasan = @link_libasan@
    352 link_libhwasan = @link_libhwasan@
    353 link_liblsan = @link_liblsan@
    354 link_libtsan = @link_libtsan@
    355 link_libubsan = @link_libubsan@
    356 localedir = @localedir@
    357 localstatedir = @localstatedir@
    358 mandir = @mandir@
    359 mkdir_p = @mkdir_p@
    360 multi_basedir = @multi_basedir@
    361 oldincludedir = @oldincludedir@
    362 pdfdir = @pdfdir@
    363 prefix = @prefix@
    364 program_transform_name = @program_transform_name@
    365 psdir = @psdir@
    366 sbindir = @sbindir@
    367 sharedstatedir = @sharedstatedir@
    368 srcdir = @srcdir@
    369 sysconfdir = @sysconfdir@
    370 target = @target@
    371 target_alias = @target_alias@
    372 target_cpu = @target_cpu@
    373 target_noncanonical = @target_noncanonical@
    374 target_os = @target_os@
    375 target_vendor = @target_vendor@
    376 toolexecdir = @toolexecdir@
    377 toolexeclibdir = @toolexeclibdir@
    378 top_build_prefix = @top_build_prefix@
    379 top_builddir = @top_builddir@
    380 top_srcdir = @top_srcdir@
    381 AM_CPPFLAGS = -I $(top_srcdir)/include -I $(top_srcdir)
    382 
    383 # May be used by toolexeclibdir.
    384 gcc_version := $(shell @get_gcc_base_ver@ $(top_srcdir)/../gcc/BASE-VER)
    385 AM_CXXFLAGS = -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic \
    386 	-Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti \
    387 	-fomit-frame-pointer -funwind-tables -fvisibility=hidden \
    388 	-Wno-variadic-macros $(LIBSTDCXX_RAW_CXX_CXXFLAGS) \
    389 	-std=gnu++14 $(EXTRA_CXXFLAGS)
    390 AM_CCASFLAGS = $(EXTRA_ASFLAGS)
    391 ACLOCAL_AMFLAGS = -I m4
    392 noinst_LTLIBRARIES = libsanitizer_lsan.la
    393 @LSAN_SUPPORTED_TRUE@toolexeclib_LTLIBRARIES = liblsan.la
    394 @LSAN_SUPPORTED_TRUE@nodist_toolexeclib_HEADERS = liblsan_preinit.o
    395 sanitizer_lsan_files = \
    396 	lsan_common.cpp \
    397 	lsan_common_linux.cpp \
    398 	lsan_common_mac.cpp
    399 
    400 lsan_files = \
    401 	$(sanitizer_lsan_files) \
    402 	lsan.cpp \
    403 	lsan_linux.cpp \
    404 	lsan_mac.cpp \
    405 	lsan_malloc_mac.cpp \
    406 	lsan_allocator.cpp \
    407 	lsan_interceptors.cpp \
    408 	lsan_thread.cpp \
    409 	lsan_posix.cpp
    410 
    411 libsanitizer_lsan_la_SOURCES = $(sanitizer_lsan_files)
    412 liblsan_la_SOURCES = $(lsan_files)
    413 liblsan_la_LIBADD =  \
    414 	$(top_builddir)/sanitizer_common/libsanitizer_common.la \
    415 	$(top_builddir)/interception/libinterception.la \
    416 	$(am__append_1) $(LIBSTDCXX_RAW_CXX_LDFLAGS)
    417 @ENABLE_DARWIN_AT_RPATH_TRUE@liblsan_darwin_rpath =  \
    418 @ENABLE_DARWIN_AT_RPATH_TRUE@	-Wc,-nodefaultrpaths \
    419 @ENABLE_DARWIN_AT_RPATH_TRUE@	-Wl,-rpath,@loader_path
    420 liblsan_la_LDFLAGS = -version-info `grep -v '^\#' $(srcdir)/libtool-version` \
    421 	$(link_liblsan) $(liblsan_darwin_rpath)
    422 
    423 
    424 # Work around what appears to be a GNU make bug handling MAKEFLAGS
    425 # values defined in terms of make variables, as is the case for CC and
    426 # friends when we are called from the top level Makefile.
    427 AM_MAKEFLAGS = \
    428 	"AR_FLAGS=$(AR_FLAGS)" \
    429 	"CC_FOR_BUILD=$(CC_FOR_BUILD)" \
    430 	"CFLAGS=$(CFLAGS)" \
    431 	"CXXFLAGS=$(CXXFLAGS)" \
    432 	"CFLAGS_FOR_BUILD=$(CFLAGS_FOR_BUILD)" \
    433 	"CFLAGS_FOR_TARGET=$(CFLAGS_FOR_TARGET)" \
    434 	"INSTALL=$(INSTALL)" \
    435 	"INSTALL_DATA=$(INSTALL_DATA)" \
    436 	"INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \
    437 	"INSTALL_SCRIPT=$(INSTALL_SCRIPT)" \
    438 	"JC1FLAGS=$(JC1FLAGS)" \
    439 	"LDFLAGS=$(LDFLAGS)" \
    440 	"LIBCFLAGS=$(LIBCFLAGS)" \
    441 	"LIBCFLAGS_FOR_TARGET=$(LIBCFLAGS_FOR_TARGET)" \
    442 	"MAKE=$(MAKE)" \
    443 	"MAKEINFO=$(MAKEINFO) $(MAKEINFOFLAGS)" \
    444 	"PICFLAG=$(PICFLAG)" \
    445 	"PICFLAG_FOR_TARGET=$(PICFLAG_FOR_TARGET)" \
    446 	"SHELL=$(SHELL)" \
    447 	"RUNTESTFLAGS=$(RUNTESTFLAGS)" \
    448 	"exec_prefix=$(exec_prefix)" \
    449 	"infodir=$(infodir)" \
    450 	"libdir=$(libdir)" \
    451 	"prefix=$(prefix)" \
    452 	"includedir=$(includedir)" \
    453 	"AR=$(AR)" \
    454 	"AS=$(AS)" \
    455 	"LD=$(LD)" \
    456 	"LIBCFLAGS=$(LIBCFLAGS)" \
    457 	"NM=$(NM)" \
    458 	"PICFLAG=$(PICFLAG)" \
    459 	"RANLIB=$(RANLIB)" \
    460 	"DESTDIR=$(DESTDIR)"
    461 
    462 MAKEOVERRIDES = 
    463 all: all-am
    464 
    465 .SUFFIXES:
    466 .SUFFIXES: .cpp .lo .o .obj
    467 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
    468 	@for dep in $?; do \
    469 	  case '$(am__configure_deps)' in \
    470 	    *$$dep*) \
    471 	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
    472 	        && { if test -f $@; then exit 0; else break; fi; }; \
    473 	      exit 1;; \
    474 	  esac; \
    475 	done; \
    476 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign lsan/Makefile'; \
    477 	$(am__cd) $(top_srcdir) && \
    478 	  $(AUTOMAKE) --foreign lsan/Makefile
    479 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
    480 	@case '$?' in \
    481 	  *config.status*) \
    482 	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
    483 	  *) \
    484 	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
    485 	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
    486 	esac;
    487 
    488 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
    489 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
    490 
    491 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
    492 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
    493 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
    494 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
    495 $(am__aclocal_m4_deps):
    496 
    497 clean-noinstLTLIBRARIES:
    498 	-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
    499 	@list='$(noinst_LTLIBRARIES)'; \
    500 	locs=`for p in $$list; do echo $$p; done | \
    501 	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
    502 	      sort -u`; \
    503 	test -z "$$locs" || { \
    504 	  echo rm -f $${locs}; \
    505 	  rm -f $${locs}; \
    506 	}
    507 
    508 install-toolexeclibLTLIBRARIES: $(toolexeclib_LTLIBRARIES)
    509 	@$(NORMAL_INSTALL)
    510 	@list='$(toolexeclib_LTLIBRARIES)'; test -n "$(toolexeclibdir)" || list=; \
    511 	list2=; for p in $$list; do \
    512 	  if test -f $$p; then \
    513 	    list2="$$list2 $$p"; \
    514 	  else :; fi; \
    515 	done; \
    516 	test -z "$$list2" || { \
    517 	  echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibdir)'"; \
    518 	  $(MKDIR_P) "$(DESTDIR)$(toolexeclibdir)" || exit 1; \
    519 	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(toolexeclibdir)'"; \
    520 	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(toolexeclibdir)"; \
    521 	}
    522 
    523 uninstall-toolexeclibLTLIBRARIES:
    524 	@$(NORMAL_UNINSTALL)
    525 	@list='$(toolexeclib_LTLIBRARIES)'; test -n "$(toolexeclibdir)" || list=; \
    526 	for p in $$list; do \
    527 	  $(am__strip_dir) \
    528 	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(toolexeclibdir)/$$f'"; \
    529 	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(toolexeclibdir)/$$f"; \
    530 	done
    531 
    532 clean-toolexeclibLTLIBRARIES:
    533 	-test -z "$(toolexeclib_LTLIBRARIES)" || rm -f $(toolexeclib_LTLIBRARIES)
    534 	@list='$(toolexeclib_LTLIBRARIES)'; \
    535 	locs=`for p in $$list; do echo $$p; done | \
    536 	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
    537 	      sort -u`; \
    538 	test -z "$$locs" || { \
    539 	  echo rm -f $${locs}; \
    540 	  rm -f $${locs}; \
    541 	}
    542 
    543 liblsan.la: $(liblsan_la_OBJECTS) $(liblsan_la_DEPENDENCIES) $(EXTRA_liblsan_la_DEPENDENCIES) 
    544 	$(AM_V_CXXLD)$(liblsan_la_LINK) $(am_liblsan_la_rpath) $(liblsan_la_OBJECTS) $(liblsan_la_LIBADD) $(LIBS)
    545 
    546 libsanitizer_lsan.la: $(libsanitizer_lsan_la_OBJECTS) $(libsanitizer_lsan_la_DEPENDENCIES) $(EXTRA_libsanitizer_lsan_la_DEPENDENCIES) 
    547 	$(AM_V_CXXLD)$(CXXLINK)  $(libsanitizer_lsan_la_OBJECTS) $(libsanitizer_lsan_la_LIBADD) $(LIBS)
    548 
    549 mostlyclean-compile:
    550 	-rm -f *.$(OBJEXT)
    551 
    552 distclean-compile:
    553 	-rm -f *.tab.c
    554 
    555 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lsan.Plo@am__quote@
    556 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lsan_allocator.Plo@am__quote@
    557 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lsan_common.Plo@am__quote@
    558 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lsan_common_linux.Plo@am__quote@
    559 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lsan_common_mac.Plo@am__quote@
    560 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lsan_interceptors.Plo@am__quote@
    561 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lsan_linux.Plo@am__quote@
    562 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lsan_mac.Plo@am__quote@
    563 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lsan_malloc_mac.Plo@am__quote@
    564 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lsan_posix.Plo@am__quote@
    565 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lsan_thread.Plo@am__quote@
    566 
    567 .cpp.o:
    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@
    571 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    572 @am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $<
    573 
    574 .cpp.obj:
    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@
    578 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    579 @am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
    580 
    581 .cpp.lo:
    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@
    585 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    586 @am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $<
    587 
    588 mostlyclean-libtool:
    589 	-rm -f *.lo
    590 
    591 clean-libtool:
    592 	-rm -rf .libs _libs
    593 install-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 
    609 uninstall-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)
    614 
    615 ID: $(am__tagged_files)
    616 	$(am__define_uniq_tagged_files); mkid -fID $$unique
    617 tags: tags-am
    618 TAGS: tags
    619 
    620 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
    621 	set x; \
    622 	here=`pwd`; \
    623 	$(am__define_uniq_tagged_files); \
    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
    635 ctags: ctags-am
    636 
    637 CTAGS: ctags
    638 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
    639 	$(am__define_uniq_tagged_files); \
    640 	test -z "$(CTAGS_ARGS)$$unique" \
    641 	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
    642 	     $$unique
    643 
    644 GTAGS:
    645 	here=`$(am__cd) $(top_builddir) && pwd` \
    646 	  && $(am__cd) $(top_srcdir) \
    647 	  && gtags -i $(GTAGS_ARGS) "$$here"
    648 cscopelist: cscopelist-am
    649 
    650 cscopelist-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
    663 
    664 distclean-tags:
    665 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
    666 check-am: all-am
    667 check: check-am
    668 all-am: Makefile $(LTLIBRARIES) $(HEADERS)
    669 installdirs:
    670 	for dir in "$(DESTDIR)$(toolexeclibdir)" "$(DESTDIR)$(toolexeclibdir)"; do \
    671 	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
    672 	done
    673 install: install-am
    674 install-exec: install-exec-am
    675 install-data: install-data-am
    676 uninstall: uninstall-am
    677 
    678 install-am: all-am
    679 	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
    680 
    681 installcheck: installcheck-am
    682 install-strip:
    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
    692 mostlyclean-generic:
    693 
    694 clean-generic:
    695 
    696 distclean-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 
    700 maintainer-clean-generic:
    701 	@echo "This command is intended for maintainers to use"
    702 	@echo "it deletes files that may require special tools to rebuild."
    703 clean: clean-am
    704 
    705 clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
    706 	clean-toolexeclibLTLIBRARIES mostlyclean-am
    707 
    708 distclean: distclean-am
    709 	-rm -rf ./$(DEPDIR)
    710 	-rm -f Makefile
    711 distclean-am: clean-am distclean-compile distclean-generic \
    712 	distclean-tags
    713 
    714 dvi: dvi-am
    715 
    716 dvi-am:
    717 
    718 html: html-am
    719 
    720 html-am:
    721 
    722 info: info-am
    723 
    724 info-am:
    725 
    726 install-data-am:
    727 
    728 install-dvi: install-dvi-am
    729 
    730 install-dvi-am:
    731 
    732 install-exec-am: install-nodist_toolexeclibHEADERS \
    733 	install-toolexeclibLTLIBRARIES
    734 
    735 install-html: install-html-am
    736 
    737 install-html-am:
    738 
    739 install-info: install-info-am
    740 
    741 install-info-am:
    742 
    743 install-man:
    744 
    745 install-pdf: install-pdf-am
    746 
    747 install-pdf-am:
    748 
    749 install-ps: install-ps-am
    750 
    751 install-ps-am:
    752 
    753 installcheck-am:
    754 
    755 maintainer-clean: maintainer-clean-am
    756 	-rm -rf ./$(DEPDIR)
    757 	-rm -f Makefile
    758 maintainer-clean-am: distclean-am maintainer-clean-generic
    759 
    760 mostlyclean: mostlyclean-am
    761 
    762 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
    763 	mostlyclean-libtool
    764 
    765 pdf: pdf-am
    766 
    767 pdf-am:
    768 
    769 ps: ps-am
    770 
    771 ps-am:
    772 
    773 uninstall-am: uninstall-nodist_toolexeclibHEADERS \
    774 	uninstall-toolexeclibLTLIBRARIES
    775 
    776 .MAKE: install-am install-strip
    777 
    778 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
    779 	clean-libtool clean-noinstLTLIBRARIES \
    780 	clean-toolexeclibLTLIBRARIES cscopelist-am ctags ctags-am \
    781 	distclean distclean-compile distclean-generic \
    782 	distclean-libtool distclean-tags dvi dvi-am html html-am info \
    783 	info-am install install-am install-data install-data-am \
    784 	install-dvi install-dvi-am install-exec install-exec-am \
    785 	install-html install-html-am install-info install-info-am \
    786 	install-man install-nodist_toolexeclibHEADERS install-pdf \
    787 	install-pdf-am install-ps install-ps-am install-strip \
    788 	install-toolexeclibLTLIBRARIES installcheck installcheck-am \
    789 	installdirs maintainer-clean maintainer-clean-generic \
    790 	mostlyclean mostlyclean-compile mostlyclean-generic \
    791 	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
    792 	uninstall-am uninstall-nodist_toolexeclibHEADERS \
    793 	uninstall-toolexeclibLTLIBRARIES
    794 
    795 .PRECIOUS: Makefile
    796 
    797 liblsan_preinit.o: lsan_preinit.o
    798 	cp $< $@
    799 
    800 # Tell versions [3.59,3.63) of GNU make to not export all variables.
    801 # Otherwise a system limit (for SysV at least) may be exceeded.
    802 .NOEXPORT:
    803