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