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 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 runstatedir = @runstatedir@
    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 liblsan_la_LDFLAGS = -version-info `grep -v '^\#' $(srcdir)/libtool-version` $(link_liblsan)
    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.
    422 AM_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 
    457 MAKEOVERRIDES = 
    458 all: all-am
    459 
    460 .SUFFIXES:
    461 .SUFFIXES: .cpp .lo .o .obj
    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
    474 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
    475 	@case '$?' in \
    476 	  *config.status*) \
    477 	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
    478 	  *) \
    479 	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
    480 	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
    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 
    492 clean-noinstLTLIBRARIES:
    493 	-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
    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 
    503 install-toolexeclibLTLIBRARIES: $(toolexeclib_LTLIBRARIES)
    504 	@$(NORMAL_INSTALL)
    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" || { \
    512 	  echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibdir)'"; \
    513 	  $(MKDIR_P) "$(DESTDIR)$(toolexeclibdir)" || exit 1; \
    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 
    518 uninstall-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 
    527 clean-toolexeclibLTLIBRARIES:
    528 	-test -z "$(toolexeclib_LTLIBRARIES)" || rm -f $(toolexeclib_LTLIBRARIES)
    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 
    538 liblsan.la: $(liblsan_la_OBJECTS) $(liblsan_la_DEPENDENCIES) $(EXTRA_liblsan_la_DEPENDENCIES) 
    539 	$(AM_V_CXXLD)$(liblsan_la_LINK) $(am_liblsan_la_rpath) $(liblsan_la_OBJECTS) $(liblsan_la_LIBADD) $(LIBS)
    540 
    541 libsanitizer_lsan.la: $(libsanitizer_lsan_la_OBJECTS) $(libsanitizer_lsan_la_DEPENDENCIES) $(EXTRA_libsanitizer_lsan_la_DEPENDENCIES) 
    542 	$(AM_V_CXXLD)$(CXXLINK)  $(libsanitizer_lsan_la_OBJECTS) $(libsanitizer_lsan_la_LIBADD) $(LIBS)
    543 
    544 mostlyclean-compile:
    545 	-rm -f *.$(OBJEXT)
    546 
    547 distclean-compile:
    548 	-rm -f *.tab.c
    549 
    550 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lsan.Plo@am__quote@
    551 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lsan_allocator.Plo@am__quote@
    552 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lsan_common.Plo@am__quote@
    553 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lsan_common_linux.Plo@am__quote@
    554 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lsan_common_mac.Plo@am__quote@
    555 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lsan_interceptors.Plo@am__quote@
    556 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lsan_linux.Plo@am__quote@
    557 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lsan_mac.Plo@am__quote@
    558 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lsan_malloc_mac.Plo@am__quote@
    559 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lsan_posix.Plo@am__quote@
    560 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lsan_thread.Plo@am__quote@
    561 
    562 .cpp.o:
    563 @am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
    564 @am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
    565 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
    566 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    567 @am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $<
    568 
    569 .cpp.obj:
    570 @am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
    571 @am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
    572 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
    573 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    574 @am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
    575 
    576 .cpp.lo:
    577 @am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
    578 @am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
    579 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
    580 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    581 @am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $<
    582 
    583 mostlyclean-libtool:
    584 	-rm -f *.lo
    585 
    586 clean-libtool:
    587 	-rm -rf .libs _libs
    588 install-nodist_toolexeclibHEADERS: $(nodist_toolexeclib_HEADERS)
    589 	@$(NORMAL_INSTALL)
    590 	@list='$(nodist_toolexeclib_HEADERS)'; test -n "$(toolexeclibdir)" || list=; \
    591 	if test -n "$$list"; then \
    592 	  echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibdir)'"; \
    593 	  $(MKDIR_P) "$(DESTDIR)$(toolexeclibdir)" || exit 1; \
    594 	fi; \
    595 	for p in $$list; do \
    596 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
    597 	  echo "$$d$$p"; \
    598 	done | $(am__base_list) | \
    599 	while read files; do \
    600 	  echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(toolexeclibdir)'"; \
    601 	  $(INSTALL_HEADER) $$files "$(DESTDIR)$(toolexeclibdir)" || exit $$?; \
    602 	done
    603 
    604 uninstall-nodist_toolexeclibHEADERS:
    605 	@$(NORMAL_UNINSTALL)
    606 	@list='$(nodist_toolexeclib_HEADERS)'; test -n "$(toolexeclibdir)" || list=; \
    607 	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
    608 	dir='$(DESTDIR)$(toolexeclibdir)'; $(am__uninstall_files_from_dir)
    609 
    610 ID: $(am__tagged_files)
    611 	$(am__define_uniq_tagged_files); mkid -fID $$unique
    612 tags: tags-am
    613 TAGS: tags
    614 
    615 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
    616 	set x; \
    617 	here=`pwd`; \
    618 	$(am__define_uniq_tagged_files); \
    619 	shift; \
    620 	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
    621 	  test -n "$$unique" || unique=$$empty_fix; \
    622 	  if test $$# -gt 0; then \
    623 	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
    624 	      "$$@" $$unique; \
    625 	  else \
    626 	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
    627 	      $$unique; \
    628 	  fi; \
    629 	fi
    630 ctags: ctags-am
    631 
    632 CTAGS: ctags
    633 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
    634 	$(am__define_uniq_tagged_files); \
    635 	test -z "$(CTAGS_ARGS)$$unique" \
    636 	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
    637 	     $$unique
    638 
    639 GTAGS:
    640 	here=`$(am__cd) $(top_builddir) && pwd` \
    641 	  && $(am__cd) $(top_srcdir) \
    642 	  && gtags -i $(GTAGS_ARGS) "$$here"
    643 cscopelist: cscopelist-am
    644 
    645 cscopelist-am: $(am__tagged_files)
    646 	list='$(am__tagged_files)'; \
    647 	case "$(srcdir)" in \
    648 	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
    649 	  *) sdir=$(subdir)/$(srcdir) ;; \
    650 	esac; \
    651 	for i in $$list; do \
    652 	  if test -f "$$i"; then \
    653 	    echo "$(subdir)/$$i"; \
    654 	  else \
    655 	    echo "$$sdir/$$i"; \
    656 	  fi; \
    657 	done >> $(top_builddir)/cscope.files
    658 
    659 distclean-tags:
    660 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
    661 check-am: all-am
    662 check: check-am
    663 all-am: Makefile $(LTLIBRARIES) $(HEADERS)
    664 installdirs:
    665 	for dir in "$(DESTDIR)$(toolexeclibdir)" "$(DESTDIR)$(toolexeclibdir)"; do \
    666 	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
    667 	done
    668 install: install-am
    669 install-exec: install-exec-am
    670 install-data: install-data-am
    671 uninstall: uninstall-am
    672 
    673 install-am: all-am
    674 	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
    675 
    676 installcheck: installcheck-am
    677 install-strip:
    678 	if test -z '$(STRIP)'; then \
    679 	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
    680 	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
    681 	      install; \
    682 	else \
    683 	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
    684 	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
    685 	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
    686 	fi
    687 mostlyclean-generic:
    688 
    689 clean-generic:
    690 
    691 distclean-generic:
    692 	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
    693 	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
    694 
    695 maintainer-clean-generic:
    696 	@echo "This command is intended for maintainers to use"
    697 	@echo "it deletes files that may require special tools to rebuild."
    698 clean: clean-am
    699 
    700 clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
    701 	clean-toolexeclibLTLIBRARIES mostlyclean-am
    702 
    703 distclean: distclean-am
    704 	-rm -rf ./$(DEPDIR)
    705 	-rm -f Makefile
    706 distclean-am: clean-am distclean-compile distclean-generic \
    707 	distclean-tags
    708 
    709 dvi: dvi-am
    710 
    711 dvi-am:
    712 
    713 html: html-am
    714 
    715 html-am:
    716 
    717 info: info-am
    718 
    719 info-am:
    720 
    721 install-data-am:
    722 
    723 install-dvi: install-dvi-am
    724 
    725 install-dvi-am:
    726 
    727 install-exec-am: install-nodist_toolexeclibHEADERS \
    728 	install-toolexeclibLTLIBRARIES
    729 
    730 install-html: install-html-am
    731 
    732 install-html-am:
    733 
    734 install-info: install-info-am
    735 
    736 install-info-am:
    737 
    738 install-man:
    739 
    740 install-pdf: install-pdf-am
    741 
    742 install-pdf-am:
    743 
    744 install-ps: install-ps-am
    745 
    746 install-ps-am:
    747 
    748 installcheck-am:
    749 
    750 maintainer-clean: maintainer-clean-am
    751 	-rm -rf ./$(DEPDIR)
    752 	-rm -f Makefile
    753 maintainer-clean-am: distclean-am maintainer-clean-generic
    754 
    755 mostlyclean: mostlyclean-am
    756 
    757 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
    758 	mostlyclean-libtool
    759 
    760 pdf: pdf-am
    761 
    762 pdf-am:
    763 
    764 ps: ps-am
    765 
    766 ps-am:
    767 
    768 uninstall-am: uninstall-nodist_toolexeclibHEADERS \
    769 	uninstall-toolexeclibLTLIBRARIES
    770 
    771 .MAKE: install-am install-strip
    772 
    773 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
    774 	clean-libtool clean-noinstLTLIBRARIES \
    775 	clean-toolexeclibLTLIBRARIES cscopelist-am ctags ctags-am \
    776 	distclean distclean-compile distclean-generic \
    777 	distclean-libtool distclean-tags dvi dvi-am html html-am info \
    778 	info-am install install-am install-data install-data-am \
    779 	install-dvi install-dvi-am install-exec install-exec-am \
    780 	install-html install-html-am install-info install-info-am \
    781 	install-man install-nodist_toolexeclibHEADERS install-pdf \
    782 	install-pdf-am install-ps install-ps-am install-strip \
    783 	install-toolexeclibLTLIBRARIES installcheck installcheck-am \
    784 	installdirs maintainer-clean maintainer-clean-generic \
    785 	mostlyclean mostlyclean-compile mostlyclean-generic \
    786 	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
    787 	uninstall-am uninstall-nodist_toolexeclibHEADERS \
    788 	uninstall-toolexeclibLTLIBRARIES
    789 
    790 .PRECIOUS: Makefile
    791 
    792 
    793 liblsan_preinit.o: lsan_preinit.o
    794 	cp $< $@
    795 
    796 # Tell versions [3.59,3.63) of GNU make to not export all variables.
    797 # Otherwise a system limit (for SysV at least) may be exceeded.
    798 .NOEXPORT:
    799