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