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