1# Makefile.in generated by automake 1.11.1 from Makefile.am. 2# @configure_input@ 3 4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 5# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, 6# Inc. 7# This Makefile.in is free software; the Free Software Foundation 8# gives unlimited permission to copy and/or distribute it, 9# with or without modifications, as long as this notice is preserved. 10 11# This program is distributed in the hope that it will be useful, 12# but WITHOUT ANY WARRANTY, to the extent permitted by law; without 13# even the implied warranty of MERCHANTABILITY or FITNESS FOR A 14# PARTICULAR PURPOSE. 15 16@SET_MAKE@ 17 18 19VPATH = @srcdir@ 20pkgdatadir = $(datadir)/@PACKAGE@ 21pkgincludedir = $(includedir)/@PACKAGE@ 22pkglibdir = $(libdir)/@PACKAGE@ 23pkglibexecdir = $(libexecdir)/@PACKAGE@ 24am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 25install_sh_DATA = $(install_sh) -c -m 644 26install_sh_PROGRAM = $(install_sh) -c 27install_sh_SCRIPT = $(install_sh) -c 28INSTALL_HEADER = $(INSTALL_DATA) 29transform = $(program_transform_name) 30NORMAL_INSTALL = : 31PRE_INSTALL = : 32POST_INSTALL = : 33NORMAL_UNINSTALL = : 34PRE_UNINSTALL = : 35POST_UNINSTALL = : 36build_triplet = @build@ 37host_triplet = @host@ 38target_triplet = @target@ 39@USING_MAC_INTERPOSE_TRUE@am__append_1 = -DMAC_INTERPOSE_FUNCTIONS -DMISSING_BLOCKS_SUPPORT 40@USING_MAC_INTERPOSE_FALSE@am__append_2 = $(top_builddir)/interception/libinterception.la 41@LIBBACKTRACE_SUPPORTED_TRUE@am__append_3 = $(top_builddir)/libbacktrace/libsanitizer_libbacktrace.la 42subdir = asan 43DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am 44ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 45am__aclocal_m4_deps = $(top_srcdir)/../config/acx.m4 \ 46 $(top_srcdir)/../config/depstand.m4 \ 47 $(top_srcdir)/../config/lead-dot.m4 \ 48 $(top_srcdir)/../config/libstdc++-raw-cxx.m4 \ 49 $(top_srcdir)/../config/multi.m4 \ 50 $(top_srcdir)/../config/override.m4 \ 51 $(top_srcdir)/../config/stdint.m4 \ 52 $(top_srcdir)/../ltoptions.m4 $(top_srcdir)/../ltsugar.m4 \ 53 $(top_srcdir)/../ltversion.m4 $(top_srcdir)/../lt~obsolete.m4 \ 54 $(top_srcdir)/acinclude.m4 $(top_srcdir)/../libtool.m4 \ 55 $(top_srcdir)/configure.ac 56am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 57 $(ACLOCAL_M4) 58mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs 59CONFIG_HEADER = $(top_builddir)/config.h 60CONFIG_CLEAN_FILES = 61CONFIG_CLEAN_VPATH_FILES = 62am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 63am__vpath_adj = case $$p in \ 64 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 65 *) f=$$p;; \ 66 esac; 67am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; 68am__install_max = 40 69am__nobase_strip_setup = \ 70 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` 71am__nobase_strip = \ 72 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" 73am__nobase_list = $(am__nobase_strip_setup); \ 74 for p in $$list; do echo "$$p $$p"; done | \ 75 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ 76 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ 77 if (++n[$$2] == $(am__install_max)) \ 78 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ 79 END { for (dir in files) print dir, files[dir] }' 80am__base_list = \ 81 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 82 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 83am__installdirs = "$(DESTDIR)$(toolexeclibdir)" \ 84 "$(DESTDIR)$(toolexeclibdir)" 85LTLIBRARIES = $(toolexeclib_LTLIBRARIES) 86am__DEPENDENCIES_1 = 87libasan_la_DEPENDENCIES = \ 88 $(top_builddir)/sanitizer_common/libsanitizer_common.la \ 89 $(top_builddir)/lsan/libsanitizer_lsan.la $(am__append_2) \ 90 $(am__append_3) $(am__DEPENDENCIES_1) 91am__objects_1 = asan_allocator2.lo asan_dll_thunk.lo \ 92 asan_fake_stack.lo asan_globals.lo asan_interceptors.lo \ 93 asan_linux.lo asan_mac.lo asan_malloc_linux.lo \ 94 asan_malloc_mac.lo asan_malloc_win.lo asan_new_delete.lo \ 95 asan_poisoning.lo asan_posix.lo asan_report.lo asan_rtl.lo \ 96 asan_stack.lo asan_stats.lo asan_thread.lo asan_win.lo 97am_libasan_la_OBJECTS = $(am__objects_1) 98libasan_la_OBJECTS = $(am_libasan_la_OBJECTS) 99libasan_la_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \ 100 $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ 101 $(CXXFLAGS) $(libasan_la_LDFLAGS) $(LDFLAGS) -o $@ 102DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) 103depcomp = $(SHELL) $(top_srcdir)/../depcomp 104am__depfiles_maybe = depfiles 105am__mv = mv -f 106CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ 107 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) 108LTCXXCOMPILE = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ 109 --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ 110 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) 111CXXLD = $(CXX) 112CXXLINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ 113 --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \ 114 $(LDFLAGS) -o $@ 115SOURCES = $(libasan_la_SOURCES) 116HEADERS = $(nodist_toolexeclib_HEADERS) 117ETAGS = etags 118CTAGS = ctags 119ACLOCAL = @ACLOCAL@ 120ALLOC_FILE = @ALLOC_FILE@ 121AMTAR = @AMTAR@ 122AR = @AR@ 123AUTOCONF = @AUTOCONF@ 124AUTOHEADER = @AUTOHEADER@ 125AUTOMAKE = @AUTOMAKE@ 126AWK = @AWK@ 127BACKTRACE_SUPPORTED = @BACKTRACE_SUPPORTED@ 128BACKTRACE_SUPPORTS_THREADS = @BACKTRACE_SUPPORTS_THREADS@ 129BACKTRACE_USES_MALLOC = @BACKTRACE_USES_MALLOC@ 130CC = @CC@ 131CCAS = @CCAS@ 132CCASDEPMODE = @CCASDEPMODE@ 133CCASFLAGS = @CCASFLAGS@ 134CCDEPMODE = @CCDEPMODE@ 135CFLAGS = @CFLAGS@ 136CPP = @CPP@ 137CPPFLAGS = @CPPFLAGS@ 138CXX = @CXX@ 139CXXCPP = @CXXCPP@ 140CXXDEPMODE = @CXXDEPMODE@ 141CXXFLAGS = @CXXFLAGS@ 142CYGPATH_W = @CYGPATH_W@ 143DEFS = -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS \ 144 -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS \ 145 -DASAN_HAS_EXCEPTIONS=1 -DASAN_FLEXIBLE_MAPPING_AND_OFFSET=0 \ 146 -DASAN_NEEDS_SEGV=1 $(am__append_1) 147DEPDIR = @DEPDIR@ 148DSYMUTIL = @DSYMUTIL@ 149DUMPBIN = @DUMPBIN@ 150ECHO_C = @ECHO_C@ 151ECHO_N = @ECHO_N@ 152ECHO_T = @ECHO_T@ 153EGREP = @EGREP@ 154EXEEXT = @EXEEXT@ 155FGREP = @FGREP@ 156FORMAT_FILE = @FORMAT_FILE@ 157GREP = @GREP@ 158INSTALL = @INSTALL@ 159INSTALL_DATA = @INSTALL_DATA@ 160INSTALL_PROGRAM = @INSTALL_PROGRAM@ 161INSTALL_SCRIPT = @INSTALL_SCRIPT@ 162INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 163LD = @LD@ 164LDFLAGS = @LDFLAGS@ 165LIBOBJS = @LIBOBJS@ 166LIBS = @LIBS@ 167LIBSTDCXX_RAW_CXX_CXXFLAGS = @LIBSTDCXX_RAW_CXX_CXXFLAGS@ 168LIBSTDCXX_RAW_CXX_LDFLAGS = @LIBSTDCXX_RAW_CXX_LDFLAGS@ 169LIBTOOL = @LIBTOOL@ 170LIPO = @LIPO@ 171LN_S = @LN_S@ 172LTLIBOBJS = @LTLIBOBJS@ 173MAINT = @MAINT@ 174MAKEINFO = @MAKEINFO@ 175MKDIR_P = @MKDIR_P@ 176NM = @NM@ 177NMEDIT = @NMEDIT@ 178OBJDUMP = @OBJDUMP@ 179OBJEXT = @OBJEXT@ 180OTOOL = @OTOOL@ 181OTOOL64 = @OTOOL64@ 182PACKAGE = @PACKAGE@ 183PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 184PACKAGE_NAME = @PACKAGE_NAME@ 185PACKAGE_STRING = @PACKAGE_STRING@ 186PACKAGE_TARNAME = @PACKAGE_TARNAME@ 187PACKAGE_URL = @PACKAGE_URL@ 188PACKAGE_VERSION = @PACKAGE_VERSION@ 189PATH_SEPARATOR = @PATH_SEPARATOR@ 190RANLIB = @RANLIB@ 191SED = @SED@ 192SET_MAKE = @SET_MAKE@ 193SHELL = @SHELL@ 194STRIP = @STRIP@ 195VERSION = @VERSION@ 196VIEW_FILE = @VIEW_FILE@ 197abs_builddir = @abs_builddir@ 198abs_srcdir = @abs_srcdir@ 199abs_top_builddir = @abs_top_builddir@ 200abs_top_srcdir = @abs_top_srcdir@ 201ac_ct_CC = @ac_ct_CC@ 202ac_ct_CXX = @ac_ct_CXX@ 203ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 204am__include = @am__include@ 205am__leading_dot = @am__leading_dot@ 206am__quote = @am__quote@ 207am__tar = @am__tar@ 208am__untar = @am__untar@ 209bindir = @bindir@ 210build = @build@ 211build_alias = @build_alias@ 212build_cpu = @build_cpu@ 213build_os = @build_os@ 214build_vendor = @build_vendor@ 215builddir = @builddir@ 216datadir = @datadir@ 217datarootdir = @datarootdir@ 218docdir = @docdir@ 219dvidir = @dvidir@ 220enable_shared = @enable_shared@ 221enable_static = @enable_static@ 222exec_prefix = @exec_prefix@ 223host = @host@ 224host_alias = @host_alias@ 225host_cpu = @host_cpu@ 226host_os = @host_os@ 227host_vendor = @host_vendor@ 228htmldir = @htmldir@ 229includedir = @includedir@ 230infodir = @infodir@ 231install_sh = @install_sh@ 232libdir = @libdir@ 233libexecdir = @libexecdir@ 234link_libasan = @link_libasan@ 235link_liblsan = @link_liblsan@ 236link_libtsan = @link_libtsan@ 237link_libubsan = @link_libubsan@ 238localedir = @localedir@ 239localstatedir = @localstatedir@ 240mandir = @mandir@ 241mkdir_p = @mkdir_p@ 242multi_basedir = @multi_basedir@ 243oldincludedir = @oldincludedir@ 244pdfdir = @pdfdir@ 245prefix = @prefix@ 246program_transform_name = @program_transform_name@ 247psdir = @psdir@ 248sbindir = @sbindir@ 249sharedstatedir = @sharedstatedir@ 250srcdir = @srcdir@ 251sysconfdir = @sysconfdir@ 252target = @target@ 253target_alias = @target_alias@ 254target_cpu = @target_cpu@ 255target_noncanonical = @target_noncanonical@ 256target_os = @target_os@ 257target_vendor = @target_vendor@ 258toolexecdir = @toolexecdir@ 259toolexeclibdir = @toolexeclibdir@ 260top_build_prefix = @top_build_prefix@ 261top_builddir = @top_builddir@ 262top_srcdir = @top_srcdir@ 263AM_CPPFLAGS = -I $(top_srcdir)/include -I $(top_srcdir) 264 265# May be used by toolexeclibdir. 266gcc_version := $(shell cat $(top_srcdir)/../gcc/BASE-VER) 267AM_CXXFLAGS = -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic \ 268 -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti \ 269 -fomit-frame-pointer -funwind-tables -fvisibility=hidden \ 270 -Wno-variadic-macros $(LIBSTDCXX_RAW_CXX_CXXFLAGS) 271ACLOCAL_AMFLAGS = -I $(top_srcdir) -I $(top_srcdir)/config 272toolexeclib_LTLIBRARIES = libasan.la 273nodist_toolexeclib_HEADERS = libasan_preinit.o 274asan_files = \ 275 asan_allocator2.cc \ 276 asan_dll_thunk.cc \ 277 asan_fake_stack.cc \ 278 asan_globals.cc \ 279 asan_interceptors.cc \ 280 asan_linux.cc \ 281 asan_mac.cc \ 282 asan_malloc_linux.cc \ 283 asan_malloc_mac.cc \ 284 asan_malloc_win.cc \ 285 asan_new_delete.cc \ 286 asan_poisoning.cc \ 287 asan_posix.cc \ 288 asan_report.cc \ 289 asan_rtl.cc \ 290 asan_stack.cc \ 291 asan_stats.cc \ 292 asan_thread.cc \ 293 asan_win.cc 294 295libasan_la_SOURCES = $(asan_files) 296libasan_la_LIBADD = \ 297 $(top_builddir)/sanitizer_common/libsanitizer_common.la \ 298 $(top_builddir)/lsan/libsanitizer_lsan.la $(am__append_2) \ 299 $(am__append_3) $(LIBSTDCXX_RAW_CXX_LDFLAGS) 300libasan_la_LDFLAGS = -version-info `grep -v '^\#' $(srcdir)/libtool-version` $(link_libasan) 301 302# Work around what appears to be a GNU make bug handling MAKEFLAGS 303# values defined in terms of make variables, as is the case for CC and 304# friends when we are called from the top level Makefile. 305AM_MAKEFLAGS = \ 306 "AR_FLAGS=$(AR_FLAGS)" \ 307 "CC_FOR_BUILD=$(CC_FOR_BUILD)" \ 308 "CFLAGS=$(CFLAGS)" \ 309 "CXXFLAGS=$(CXXFLAGS)" \ 310 "CFLAGS_FOR_BUILD=$(CFLAGS_FOR_BUILD)" \ 311 "CFLAGS_FOR_TARGET=$(CFLAGS_FOR_TARGET)" \ 312 "INSTALL=$(INSTALL)" \ 313 "INSTALL_DATA=$(INSTALL_DATA)" \ 314 "INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \ 315 "INSTALL_SCRIPT=$(INSTALL_SCRIPT)" \ 316 "JC1FLAGS=$(JC1FLAGS)" \ 317 "LDFLAGS=$(LDFLAGS)" \ 318 "LIBCFLAGS=$(LIBCFLAGS)" \ 319 "LIBCFLAGS_FOR_TARGET=$(LIBCFLAGS_FOR_TARGET)" \ 320 "MAKE=$(MAKE)" \ 321 "MAKEINFO=$(MAKEINFO) $(MAKEINFOFLAGS)" \ 322 "PICFLAG=$(PICFLAG)" \ 323 "PICFLAG_FOR_TARGET=$(PICFLAG_FOR_TARGET)" \ 324 "SHELL=$(SHELL)" \ 325 "RUNTESTFLAGS=$(RUNTESTFLAGS)" \ 326 "exec_prefix=$(exec_prefix)" \ 327 "infodir=$(infodir)" \ 328 "libdir=$(libdir)" \ 329 "prefix=$(prefix)" \ 330 "includedir=$(includedir)" \ 331 "AR=$(AR)" \ 332 "AS=$(AS)" \ 333 "LD=$(LD)" \ 334 "LIBCFLAGS=$(LIBCFLAGS)" \ 335 "NM=$(NM)" \ 336 "PICFLAG=$(PICFLAG)" \ 337 "RANLIB=$(RANLIB)" \ 338 "DESTDIR=$(DESTDIR)" 339 340MAKEOVERRIDES = 341all: all-am 342 343.SUFFIXES: 344.SUFFIXES: .cc .lo .o .obj 345$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) 346 @for dep in $?; do \ 347 case '$(am__configure_deps)' in \ 348 *$$dep*) \ 349 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 350 && { if test -f $@; then exit 0; else break; fi; }; \ 351 exit 1;; \ 352 esac; \ 353 done; \ 354 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign asan/Makefile'; \ 355 $(am__cd) $(top_srcdir) && \ 356 $(AUTOMAKE) --foreign asan/Makefile 357.PRECIOUS: Makefile 358Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 359 @case '$?' in \ 360 *config.status*) \ 361 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 362 *) \ 363 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ 364 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 365 esac; 366 367$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 368 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 369 370$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 371 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 372$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) 373 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 374$(am__aclocal_m4_deps): 375install-toolexeclibLTLIBRARIES: $(toolexeclib_LTLIBRARIES) 376 @$(NORMAL_INSTALL) 377 test -z "$(toolexeclibdir)" || $(MKDIR_P) "$(DESTDIR)$(toolexeclibdir)" 378 @list='$(toolexeclib_LTLIBRARIES)'; test -n "$(toolexeclibdir)" || list=; \ 379 list2=; for p in $$list; do \ 380 if test -f $$p; then \ 381 list2="$$list2 $$p"; \ 382 else :; fi; \ 383 done; \ 384 test -z "$$list2" || { \ 385 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(toolexeclibdir)'"; \ 386 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(toolexeclibdir)"; \ 387 } 388 389uninstall-toolexeclibLTLIBRARIES: 390 @$(NORMAL_UNINSTALL) 391 @list='$(toolexeclib_LTLIBRARIES)'; test -n "$(toolexeclibdir)" || list=; \ 392 for p in $$list; do \ 393 $(am__strip_dir) \ 394 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(toolexeclibdir)/$$f'"; \ 395 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(toolexeclibdir)/$$f"; \ 396 done 397 398clean-toolexeclibLTLIBRARIES: 399 -test -z "$(toolexeclib_LTLIBRARIES)" || rm -f $(toolexeclib_LTLIBRARIES) 400 @list='$(toolexeclib_LTLIBRARIES)'; for p in $$list; do \ 401 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ 402 test "$$dir" != "$$p" || dir=.; \ 403 echo "rm -f \"$${dir}/so_locations\""; \ 404 rm -f "$${dir}/so_locations"; \ 405 done 406libasan.la: $(libasan_la_OBJECTS) $(libasan_la_DEPENDENCIES) 407 $(libasan_la_LINK) -rpath $(toolexeclibdir) $(libasan_la_OBJECTS) $(libasan_la_LIBADD) $(LIBS) 408 409mostlyclean-compile: 410 -rm -f *.$(OBJEXT) 411 412distclean-compile: 413 -rm -f *.tab.c 414 415@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asan_allocator2.Plo@am__quote@ 416@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asan_dll_thunk.Plo@am__quote@ 417@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asan_fake_stack.Plo@am__quote@ 418@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asan_globals.Plo@am__quote@ 419@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asan_interceptors.Plo@am__quote@ 420@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asan_linux.Plo@am__quote@ 421@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asan_mac.Plo@am__quote@ 422@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asan_malloc_linux.Plo@am__quote@ 423@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asan_malloc_mac.Plo@am__quote@ 424@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asan_malloc_win.Plo@am__quote@ 425@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asan_new_delete.Plo@am__quote@ 426@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asan_poisoning.Plo@am__quote@ 427@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asan_posix.Plo@am__quote@ 428@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asan_report.Plo@am__quote@ 429@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asan_rtl.Plo@am__quote@ 430@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asan_stack.Plo@am__quote@ 431@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asan_stats.Plo@am__quote@ 432@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asan_thread.Plo@am__quote@ 433@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asan_win.Plo@am__quote@ 434 435.cc.o: 436@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 437@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 438@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 439@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 440@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ $< 441 442.cc.obj: 443@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` 444@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 445@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 446@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 447@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` 448 449.cc.lo: 450@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 451@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo 452@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ 453@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 454@am__fastdepCXX_FALSE@ $(LTCXXCOMPILE) -c -o $@ $< 455 456mostlyclean-libtool: 457 -rm -f *.lo 458 459clean-libtool: 460 -rm -rf .libs _libs 461install-nodist_toolexeclibHEADERS: $(nodist_toolexeclib_HEADERS) 462 @$(NORMAL_INSTALL) 463 test -z "$(toolexeclibdir)" || $(MKDIR_P) "$(DESTDIR)$(toolexeclibdir)" 464 @list='$(nodist_toolexeclib_HEADERS)'; test -n "$(toolexeclibdir)" || list=; \ 465 for p in $$list; do \ 466 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 467 echo "$$d$$p"; \ 468 done | $(am__base_list) | \ 469 while read files; do \ 470 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(toolexeclibdir)'"; \ 471 $(INSTALL_HEADER) $$files "$(DESTDIR)$(toolexeclibdir)" || exit $$?; \ 472 done 473 474uninstall-nodist_toolexeclibHEADERS: 475 @$(NORMAL_UNINSTALL) 476 @list='$(nodist_toolexeclib_HEADERS)'; test -n "$(toolexeclibdir)" || list=; \ 477 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 478 test -n "$$files" || exit 0; \ 479 echo " ( cd '$(DESTDIR)$(toolexeclibdir)' && rm -f" $$files ")"; \ 480 cd "$(DESTDIR)$(toolexeclibdir)" && rm -f $$files 481 482ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) 483 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 484 unique=`for i in $$list; do \ 485 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 486 done | \ 487 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 488 END { if (nonempty) { for (i in files) print i; }; }'`; \ 489 mkid -fID $$unique 490tags: TAGS 491 492TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 493 $(TAGS_FILES) $(LISP) 494 set x; \ 495 here=`pwd`; \ 496 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 497 unique=`for i in $$list; do \ 498 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 499 done | \ 500 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 501 END { if (nonempty) { for (i in files) print i; }; }'`; \ 502 shift; \ 503 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 504 test -n "$$unique" || unique=$$empty_fix; \ 505 if test $$# -gt 0; then \ 506 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 507 "$$@" $$unique; \ 508 else \ 509 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 510 $$unique; \ 511 fi; \ 512 fi 513ctags: CTAGS 514CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 515 $(TAGS_FILES) $(LISP) 516 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 517 unique=`for i in $$list; do \ 518 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 519 done | \ 520 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 521 END { if (nonempty) { for (i in files) print i; }; }'`; \ 522 test -z "$(CTAGS_ARGS)$$unique" \ 523 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 524 $$unique 525 526GTAGS: 527 here=`$(am__cd) $(top_builddir) && pwd` \ 528 && $(am__cd) $(top_srcdir) \ 529 && gtags -i $(GTAGS_ARGS) "$$here" 530 531distclean-tags: 532 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 533check-am: all-am 534check: check-am 535all-am: Makefile $(LTLIBRARIES) $(HEADERS) 536installdirs: 537 for dir in "$(DESTDIR)$(toolexeclibdir)" "$(DESTDIR)$(toolexeclibdir)"; do \ 538 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 539 done 540install: install-am 541install-exec: install-exec-am 542install-data: install-data-am 543uninstall: uninstall-am 544 545install-am: all-am 546 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 547 548installcheck: installcheck-am 549install-strip: 550 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 551 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 552 `test -z '$(STRIP)' || \ 553 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install 554mostlyclean-generic: 555 556clean-generic: 557 558distclean-generic: 559 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 560 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 561 562maintainer-clean-generic: 563 @echo "This command is intended for maintainers to use" 564 @echo "it deletes files that may require special tools to rebuild." 565clean: clean-am 566 567clean-am: clean-generic clean-libtool clean-toolexeclibLTLIBRARIES \ 568 mostlyclean-am 569 570distclean: distclean-am 571 -rm -rf ./$(DEPDIR) 572 -rm -f Makefile 573distclean-am: clean-am distclean-compile distclean-generic \ 574 distclean-tags 575 576dvi: dvi-am 577 578dvi-am: 579 580html: html-am 581 582html-am: 583 584info: info-am 585 586info-am: 587 588install-data-am: 589 590install-dvi: install-dvi-am 591 592install-dvi-am: 593 594install-exec-am: install-nodist_toolexeclibHEADERS \ 595 install-toolexeclibLTLIBRARIES 596 597install-html: install-html-am 598 599install-html-am: 600 601install-info: install-info-am 602 603install-info-am: 604 605install-man: 606 607install-pdf: install-pdf-am 608 609install-pdf-am: 610 611install-ps: install-ps-am 612 613install-ps-am: 614 615installcheck-am: 616 617maintainer-clean: maintainer-clean-am 618 -rm -rf ./$(DEPDIR) 619 -rm -f Makefile 620maintainer-clean-am: distclean-am maintainer-clean-generic 621 622mostlyclean: mostlyclean-am 623 624mostlyclean-am: mostlyclean-compile mostlyclean-generic \ 625 mostlyclean-libtool 626 627pdf: pdf-am 628 629pdf-am: 630 631ps: ps-am 632 633ps-am: 634 635uninstall-am: uninstall-nodist_toolexeclibHEADERS \ 636 uninstall-toolexeclibLTLIBRARIES 637 638.MAKE: install-am install-strip 639 640.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \ 641 clean-libtool clean-toolexeclibLTLIBRARIES ctags distclean \ 642 distclean-compile distclean-generic distclean-libtool \ 643 distclean-tags dvi dvi-am html html-am info info-am install \ 644 install-am install-data install-data-am install-dvi \ 645 install-dvi-am install-exec install-exec-am install-html \ 646 install-html-am install-info install-info-am install-man \ 647 install-nodist_toolexeclibHEADERS install-pdf install-pdf-am \ 648 install-ps install-ps-am install-strip \ 649 install-toolexeclibLTLIBRARIES installcheck installcheck-am \ 650 installdirs maintainer-clean maintainer-clean-generic \ 651 mostlyclean mostlyclean-compile mostlyclean-generic \ 652 mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \ 653 uninstall-am uninstall-nodist_toolexeclibHEADERS \ 654 uninstall-toolexeclibLTLIBRARIES 655 656 657libasan_preinit.o: asan_preinit.o 658 cp $< $@ 659 660# Tell versions [3.59,3.63) of GNU make to not export all variables. 661# Otherwise a system limit (for SysV at least) may be exceeded. 662.NOEXPORT: 663