]> git.ipfire.org Git - thirdparty/gcc.git/blob - libsanitizer/Makefile.in
make `-Werror` optional in libatomic/libbacktrace/libgomp/libitm/libsanitizer
[thirdparty/gcc.git] / libsanitizer / 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 VPATH = @srcdir@
18 am__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 }
29 am__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
71 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
72 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
73 pkgdatadir = $(datadir)/@PACKAGE@
74 pkgincludedir = $(includedir)/@PACKAGE@
75 pkglibdir = $(libdir)/@PACKAGE@
76 pkglibexecdir = $(libexecdir)/@PACKAGE@
77 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
78 install_sh_DATA = $(install_sh) -c -m 644
79 install_sh_PROGRAM = $(install_sh) -c
80 install_sh_SCRIPT = $(install_sh) -c
81 INSTALL_HEADER = $(INSTALL_DATA)
82 transform = $(program_transform_name)
83 NORMAL_INSTALL = :
84 PRE_INSTALL = :
85 POST_INSTALL = :
86 NORMAL_UNINSTALL = :
87 PRE_UNINSTALL = :
88 POST_UNINSTALL = :
89 build_triplet = @build@
90 host_triplet = @host@
91 target_triplet = @target@
92 @SANITIZER_SUPPORTED_TRUE@am__append_1 = include/sanitizer/common_interface_defs.h \
93 @SANITIZER_SUPPORTED_TRUE@ include/sanitizer/lsan_interface.h \
94 @SANITIZER_SUPPORTED_TRUE@ include/sanitizer/asan_interface.h \
95 @SANITIZER_SUPPORTED_TRUE@ include/sanitizer/tsan_interface.h \
96 @SANITIZER_SUPPORTED_TRUE@ include/sanitizer/hwasan_interface.h
97 @SANITIZER_SUPPORTED_TRUE@@USING_MAC_INTERPOSE_FALSE@am__append_2 = interception
98 @LIBBACKTRACE_SUPPORTED_TRUE@@SANITIZER_SUPPORTED_TRUE@am__append_3 = libbacktrace
99 @SANITIZER_SUPPORTED_TRUE@@TSAN_SUPPORTED_TRUE@am__append_4 = tsan
100 @HWASAN_SUPPORTED_TRUE@@SANITIZER_SUPPORTED_TRUE@am__append_5 = hwasan
101 subdir = .
102 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
103 am__aclocal_m4_deps = $(top_srcdir)/../config/acx.m4 \
104 $(top_srcdir)/../config/depstand.m4 \
105 $(top_srcdir)/../config/lead-dot.m4 \
106 $(top_srcdir)/../config/libstdc++-raw-cxx.m4 \
107 $(top_srcdir)/../config/multi.m4 \
108 $(top_srcdir)/../config/override.m4 \
109 $(top_srcdir)/../config/stdint.m4 \
110 $(top_srcdir)/../config/toolexeclibdir.m4 \
111 $(top_srcdir)/../config/warnings.m4 \
112 $(top_srcdir)/../ltoptions.m4 $(top_srcdir)/../ltsugar.m4 \
113 $(top_srcdir)/../ltversion.m4 $(top_srcdir)/../lt~obsolete.m4 \
114 $(top_srcdir)/acinclude.m4 $(top_srcdir)/../libtool.m4 \
115 $(top_srcdir)/../config/enable.m4 \
116 $(top_srcdir)/../config/cet.m4 $(top_srcdir)/configure.ac
117 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
118 $(ACLOCAL_M4)
119 DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
120 $(am__configure_deps)
121 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
122 configure.lineno config.status.lineno
123 mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
124 CONFIG_HEADER = config.h
125 CONFIG_CLEAN_FILES = libsanitizer.spec
126 CONFIG_CLEAN_VPATH_FILES =
127 AM_V_P = $(am__v_P_@AM_V@)
128 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
129 am__v_P_0 = false
130 am__v_P_1 = :
131 AM_V_GEN = $(am__v_GEN_@AM_V@)
132 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
133 am__v_GEN_0 = @echo " GEN " $@;
134 am__v_GEN_1 =
135 AM_V_at = $(am__v_at_@AM_V@)
136 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
137 am__v_at_0 = @
138 am__v_at_1 =
139 SOURCES =
140 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
141 ctags-recursive dvi-recursive html-recursive info-recursive \
142 install-data-recursive install-dvi-recursive \
143 install-exec-recursive install-html-recursive \
144 install-info-recursive install-pdf-recursive \
145 install-ps-recursive install-recursive installcheck-recursive \
146 installdirs-recursive pdf-recursive ps-recursive \
147 tags-recursive uninstall-recursive
148 am__can_run_installinfo = \
149 case $$AM_UPDATE_INFO_DIR in \
150 n|no|NO) false;; \
151 *) (install-info --version) >/dev/null 2>&1;; \
152 esac
153 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
154 am__vpath_adj = case $$p in \
155 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
156 *) f=$$p;; \
157 esac;
158 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
159 am__install_max = 40
160 am__nobase_strip_setup = \
161 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
162 am__nobase_strip = \
163 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
164 am__nobase_list = $(am__nobase_strip_setup); \
165 for p in $$list; do echo "$$p $$p"; done | \
166 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
167 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
168 if (++n[$$2] == $(am__install_max)) \
169 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
170 END { for (dir in files) print dir, files[dir] }'
171 am__base_list = \
172 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
173 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
174 am__uninstall_files_from_dir = { \
175 test -z "$$files" \
176 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
177 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
178 $(am__cd) "$$dir" && rm -f $$files; }; \
179 }
180 am__installdirs = "$(DESTDIR)$(sanincludedir)" \
181 "$(DESTDIR)$(toolexeclibdir)"
182 HEADERS = $(nodist_saninclude_HEADERS) $(nodist_toolexeclib_HEADERS)
183 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
184 distclean-recursive maintainer-clean-recursive
185 am__recursive_targets = \
186 $(RECURSIVE_TARGETS) \
187 $(RECURSIVE_CLEAN_TARGETS) \
188 $(am__extra_recursive_targets)
189 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
190 cscope
191 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
192 $(LISP)config.h.in
193 # Read a list of newline-separated strings from the standard input,
194 # and print each of them once, without duplicates. Input order is
195 # *not* preserved.
196 am__uniquify_input = $(AWK) '\
197 BEGIN { nonempty = 0; } \
198 { items[$$0] = 1; nonempty = 1; } \
199 END { if (nonempty) { for (i in items) print i; }; } \
200 '
201 # Make sure the list of sources is unique. This is necessary because,
202 # e.g., the same source file might be shared among _SOURCES variables
203 # for different programs/libraries.
204 am__define_uniq_tagged_files = \
205 list='$(am__tagged_files)'; \
206 unique=`for i in $$list; do \
207 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
208 done | $(am__uniquify_input)`
209 ETAGS = etags
210 CTAGS = ctags
211 CSCOPE = cscope
212 ACLOCAL = @ACLOCAL@
213 ALLOC_FILE = @ALLOC_FILE@
214 AMTAR = @AMTAR@
215 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
216 AR = @AR@
217 AUTOCONF = @AUTOCONF@
218 AUTOHEADER = @AUTOHEADER@
219 AUTOMAKE = @AUTOMAKE@
220 AWK = @AWK@
221 BACKTRACE_SUPPORTED = @BACKTRACE_SUPPORTED@
222 BACKTRACE_SUPPORTS_THREADS = @BACKTRACE_SUPPORTS_THREADS@
223 BACKTRACE_USES_MALLOC = @BACKTRACE_USES_MALLOC@
224 CC = @CC@
225 CCAS = @CCAS@
226 CCASDEPMODE = @CCASDEPMODE@
227 CCASFLAGS = @CCASFLAGS@
228 CCDEPMODE = @CCDEPMODE@
229 CFLAGS = @CFLAGS@
230 CPP = @CPP@
231 CPPFLAGS = @CPPFLAGS@
232 CXX = @CXX@
233 CXXCPP = @CXXCPP@
234 CXXDEPMODE = @CXXDEPMODE@
235 CXXFLAGS = @CXXFLAGS@
236 CYGPATH_W = @CYGPATH_W@
237 DEFS = @DEFS@
238 DEPDIR = @DEPDIR@
239 DSYMUTIL = @DSYMUTIL@
240 DUMPBIN = @DUMPBIN@
241 ECHO_C = @ECHO_C@
242 ECHO_N = @ECHO_N@
243 ECHO_T = @ECHO_T@
244 EGREP = @EGREP@
245 EXEEXT = @EXEEXT@
246 EXTRA_ASFLAGS = @EXTRA_ASFLAGS@
247 EXTRA_CFLAGS = @EXTRA_CFLAGS@
248 EXTRA_CXXFLAGS = @EXTRA_CXXFLAGS@
249 FGREP = @FGREP@
250 FORMAT_FILE = @FORMAT_FILE@
251 GREP = @GREP@
252 INSTALL = @INSTALL@
253 INSTALL_DATA = @INSTALL_DATA@
254 INSTALL_PROGRAM = @INSTALL_PROGRAM@
255 INSTALL_SCRIPT = @INSTALL_SCRIPT@
256 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
257 LD = @LD@
258 LDFLAGS = @LDFLAGS@
259 LIBOBJS = @LIBOBJS@
260 LIBS = @LIBS@
261 LIBSTDCXX_RAW_CXX_CXXFLAGS = @LIBSTDCXX_RAW_CXX_CXXFLAGS@
262 LIBSTDCXX_RAW_CXX_LDFLAGS = @LIBSTDCXX_RAW_CXX_LDFLAGS@
263 LIBTOOL = @LIBTOOL@
264 LIPO = @LIPO@
265 LN_S = @LN_S@
266 LTLIBOBJS = @LTLIBOBJS@
267 MAINT = @MAINT@
268 MAKEINFO = @MAKEINFO@
269 MKDIR_P = @MKDIR_P@
270 NM = @NM@
271 NMEDIT = @NMEDIT@
272 OBJDUMP = @OBJDUMP@
273 OBJEXT = @OBJEXT@
274 OTOOL = @OTOOL@
275 OTOOL64 = @OTOOL64@
276 PACKAGE = @PACKAGE@
277 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
278 PACKAGE_NAME = @PACKAGE_NAME@
279 PACKAGE_STRING = @PACKAGE_STRING@
280 PACKAGE_TARNAME = @PACKAGE_TARNAME@
281 PACKAGE_URL = @PACKAGE_URL@
282 PACKAGE_VERSION = @PACKAGE_VERSION@
283 PATH_SEPARATOR = @PATH_SEPARATOR@
284 RANLIB = @RANLIB@
285 RPC_DEFS = @RPC_DEFS@
286 SANITIZER_COMMON_TARGET_DEPENDENT_OBJECTS = @SANITIZER_COMMON_TARGET_DEPENDENT_OBJECTS@
287 SED = @SED@
288 SET_MAKE = @SET_MAKE@
289 SHELL = @SHELL@
290 STRIP = @STRIP@
291 TSAN_TARGET_DEPENDENT_OBJECTS = @TSAN_TARGET_DEPENDENT_OBJECTS@
292 VERSION = @VERSION@
293 VIEW_FILE = @VIEW_FILE@
294 WARN_FLAGS = @WARN_FLAGS@
295 abs_builddir = @abs_builddir@
296 abs_srcdir = @abs_srcdir@
297 abs_top_builddir = @abs_top_builddir@
298 abs_top_srcdir = @abs_top_srcdir@
299 ac_ct_CC = @ac_ct_CC@
300 ac_ct_CXX = @ac_ct_CXX@
301 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
302 am__include = @am__include@
303 am__leading_dot = @am__leading_dot@
304 am__quote = @am__quote@
305 am__tar = @am__tar@
306 am__untar = @am__untar@
307 bindir = @bindir@
308 build = @build@
309 build_alias = @build_alias@
310 build_cpu = @build_cpu@
311 build_os = @build_os@
312 build_vendor = @build_vendor@
313 builddir = @builddir@
314 datadir = @datadir@
315 datarootdir = @datarootdir@
316 docdir = @docdir@
317 dvidir = @dvidir@
318 enable_shared = @enable_shared@
319 enable_static = @enable_static@
320 exec_prefix = @exec_prefix@
321 get_gcc_base_ver = @get_gcc_base_ver@
322 host = @host@
323 host_alias = @host_alias@
324 host_cpu = @host_cpu@
325 host_os = @host_os@
326 host_vendor = @host_vendor@
327 htmldir = @htmldir@
328 includedir = @includedir@
329 infodir = @infodir@
330 install_sh = @install_sh@
331 libdir = @libdir@
332 libexecdir = @libexecdir@
333 link_libasan = @link_libasan@
334 link_libhwasan = @link_libhwasan@
335 link_liblsan = @link_liblsan@
336 link_libtsan = @link_libtsan@
337 link_libubsan = @link_libubsan@
338 localedir = @localedir@
339 localstatedir = @localstatedir@
340 mandir = @mandir@
341 mkdir_p = @mkdir_p@
342 multi_basedir = @multi_basedir@
343 oldincludedir = @oldincludedir@
344 pdfdir = @pdfdir@
345 prefix = @prefix@
346 program_transform_name = @program_transform_name@
347 psdir = @psdir@
348 runstatedir = @runstatedir@
349 sbindir = @sbindir@
350 sharedstatedir = @sharedstatedir@
351 srcdir = @srcdir@
352 sysconfdir = @sysconfdir@
353 target = @target@
354 target_alias = @target_alias@
355 target_cpu = @target_cpu@
356 target_noncanonical = @target_noncanonical@
357 target_os = @target_os@
358 target_vendor = @target_vendor@
359 toolexecdir = @toolexecdir@
360 toolexeclibdir = @toolexeclibdir@
361 top_build_prefix = @top_build_prefix@
362 top_builddir = @top_builddir@
363 top_srcdir = @top_srcdir@
364 ACLOCAL_AMFLAGS = -I .. -I ../config
365 sanincludedir = $(libdir)/gcc/$(target_alias)/$(gcc_version)/include/sanitizer
366 nodist_saninclude_HEADERS = $(am__append_1)
367 @SANITIZER_SUPPORTED_TRUE@SUBDIRS = sanitizer_common $(am__append_2) \
368 @SANITIZER_SUPPORTED_TRUE@ $(am__append_3) lsan asan ubsan \
369 @SANITIZER_SUPPORTED_TRUE@ $(am__append_4) $(am__append_5)
370 DIST_SUBDIRS = $(SUBDIRS)
371 gcc_version := $(shell @get_gcc_base_ver@ $(top_srcdir)/../gcc/BASE-VER)
372
373 # Work around what appears to be a GNU make bug handling MAKEFLAGS
374 # values defined in terms of make variables, as is the case for CC and
375 # friends when we are called from the top level Makefile.
376 AM_MAKEFLAGS = \
377 "AR_FLAGS=$(AR_FLAGS)" \
378 "CC_FOR_BUILD=$(CC_FOR_BUILD)" \
379 "CFLAGS=$(CFLAGS)" \
380 "CXXFLAGS=$(CXXFLAGS)" \
381 "CFLAGS_FOR_BUILD=$(CFLAGS_FOR_BUILD)" \
382 "CFLAGS_FOR_TARGET=$(CFLAGS_FOR_TARGET)" \
383 "INSTALL=$(INSTALL)" \
384 "INSTALL_DATA=$(INSTALL_DATA)" \
385 "INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \
386 "INSTALL_SCRIPT=$(INSTALL_SCRIPT)" \
387 "JC1FLAGS=$(JC1FLAGS)" \
388 "LDFLAGS=$(LDFLAGS)" \
389 "LIBCFLAGS=$(LIBCFLAGS)" \
390 "LIBCFLAGS_FOR_TARGET=$(LIBCFLAGS_FOR_TARGET)" \
391 "MAKE=$(MAKE)" \
392 "MAKEINFO=$(MAKEINFO) $(MAKEINFOFLAGS)" \
393 "PICFLAG=$(PICFLAG)" \
394 "PICFLAG_FOR_TARGET=$(PICFLAG_FOR_TARGET)" \
395 "SHELL=$(SHELL)" \
396 "RUNTESTFLAGS=$(RUNTESTFLAGS)" \
397 "exec_prefix=$(exec_prefix)" \
398 "infodir=$(infodir)" \
399 "libdir=$(libdir)" \
400 "prefix=$(prefix)" \
401 "includedir=$(includedir)" \
402 "AR=$(AR)" \
403 "AS=$(AS)" \
404 "LD=$(LD)" \
405 "LIBCFLAGS=$(LIBCFLAGS)" \
406 "NM=$(NM)" \
407 "PICFLAG=$(PICFLAG)" \
408 "RANLIB=$(RANLIB)" \
409 "DESTDIR=$(DESTDIR)"
410
411 MAKEOVERRIDES =
412 nodist_toolexeclib_HEADERS = libsanitizer.spec
413 MULTISRCTOP =
414 MULTIBUILDTOP =
415 MULTIDIRS =
416 MULTISUBDIR =
417 MULTIDO = true
418 MULTICLEAN = true
419 all: config.h
420 $(MAKE) $(AM_MAKEFLAGS) all-recursive
421
422 .SUFFIXES:
423 am--refresh: Makefile
424 @:
425 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/../multilib.am $(am__configure_deps)
426 @for dep in $?; do \
427 case '$(am__configure_deps)' in \
428 *$$dep*) \
429 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
430 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
431 && exit 0; \
432 exit 1;; \
433 esac; \
434 done; \
435 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
436 $(am__cd) $(top_srcdir) && \
437 $(AUTOMAKE) --foreign Makefile
438 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
439 @case '$?' in \
440 *config.status*) \
441 echo ' $(SHELL) ./config.status'; \
442 $(SHELL) ./config.status;; \
443 *) \
444 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
445 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
446 esac;
447 $(top_srcdir)/../multilib.am $(am__empty):
448
449 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
450 $(SHELL) ./config.status --recheck
451
452 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
453 $(am__cd) $(srcdir) && $(AUTOCONF)
454 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
455 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
456 $(am__aclocal_m4_deps):
457
458 config.h: stamp-h1
459 @test -f $@ || rm -f stamp-h1
460 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
461
462 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
463 @rm -f stamp-h1
464 cd $(top_builddir) && $(SHELL) ./config.status config.h
465 $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
466 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
467 rm -f stamp-h1
468 touch $@
469
470 distclean-hdr:
471 -rm -f config.h stamp-h1
472 libsanitizer.spec: $(top_builddir)/config.status $(srcdir)/libsanitizer.spec.in
473 cd $(top_builddir) && $(SHELL) ./config.status $@
474
475 mostlyclean-libtool:
476 -rm -f *.lo
477
478 clean-libtool:
479 -rm -rf .libs _libs
480
481 distclean-libtool:
482 -rm -f libtool config.lt
483 install-nodist_sanincludeHEADERS: $(nodist_saninclude_HEADERS)
484 @$(NORMAL_INSTALL)
485 @list='$(nodist_saninclude_HEADERS)'; test -n "$(sanincludedir)" || list=; \
486 if test -n "$$list"; then \
487 echo " $(MKDIR_P) '$(DESTDIR)$(sanincludedir)'"; \
488 $(MKDIR_P) "$(DESTDIR)$(sanincludedir)" || exit 1; \
489 fi; \
490 for p in $$list; do \
491 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
492 echo "$$d$$p"; \
493 done | $(am__base_list) | \
494 while read files; do \
495 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(sanincludedir)'"; \
496 $(INSTALL_HEADER) $$files "$(DESTDIR)$(sanincludedir)" || exit $$?; \
497 done
498
499 uninstall-nodist_sanincludeHEADERS:
500 @$(NORMAL_UNINSTALL)
501 @list='$(nodist_saninclude_HEADERS)'; test -n "$(sanincludedir)" || list=; \
502 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
503 dir='$(DESTDIR)$(sanincludedir)'; $(am__uninstall_files_from_dir)
504 install-nodist_toolexeclibHEADERS: $(nodist_toolexeclib_HEADERS)
505 @$(NORMAL_INSTALL)
506 @list='$(nodist_toolexeclib_HEADERS)'; test -n "$(toolexeclibdir)" || list=; \
507 if test -n "$$list"; then \
508 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibdir)'"; \
509 $(MKDIR_P) "$(DESTDIR)$(toolexeclibdir)" || exit 1; \
510 fi; \
511 for p in $$list; do \
512 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
513 echo "$$d$$p"; \
514 done | $(am__base_list) | \
515 while read files; do \
516 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(toolexeclibdir)'"; \
517 $(INSTALL_HEADER) $$files "$(DESTDIR)$(toolexeclibdir)" || exit $$?; \
518 done
519
520 uninstall-nodist_toolexeclibHEADERS:
521 @$(NORMAL_UNINSTALL)
522 @list='$(nodist_toolexeclib_HEADERS)'; test -n "$(toolexeclibdir)" || list=; \
523 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
524 dir='$(DESTDIR)$(toolexeclibdir)'; $(am__uninstall_files_from_dir)
525
526 # This directory's subdirectories are mostly independent; you can cd
527 # into them and run 'make' without going through this Makefile.
528 # To change the values of 'make' variables: instead of editing Makefiles,
529 # (1) if the variable is set in 'config.status', edit 'config.status'
530 # (which will cause the Makefiles to be regenerated when you run 'make');
531 # (2) otherwise, pass the desired values on the 'make' command line.
532 $(am__recursive_targets):
533 @fail=; \
534 if $(am__make_keepgoing); then \
535 failcom='fail=yes'; \
536 else \
537 failcom='exit 1'; \
538 fi; \
539 dot_seen=no; \
540 target=`echo $@ | sed s/-recursive//`; \
541 case "$@" in \
542 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
543 *) list='$(SUBDIRS)' ;; \
544 esac; \
545 for subdir in $$list; do \
546 echo "Making $$target in $$subdir"; \
547 if test "$$subdir" = "."; then \
548 dot_seen=yes; \
549 local_target="$$target-am"; \
550 else \
551 local_target="$$target"; \
552 fi; \
553 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
554 || eval $$failcom; \
555 done; \
556 if test "$$dot_seen" = "no"; then \
557 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
558 fi; test -z "$$fail"
559
560 ID: $(am__tagged_files)
561 $(am__define_uniq_tagged_files); mkid -fID $$unique
562 tags: tags-recursive
563 TAGS: tags
564
565 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
566 set x; \
567 here=`pwd`; \
568 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
569 include_option=--etags-include; \
570 empty_fix=.; \
571 else \
572 include_option=--include; \
573 empty_fix=; \
574 fi; \
575 list='$(SUBDIRS)'; for subdir in $$list; do \
576 if test "$$subdir" = .; then :; else \
577 test ! -f $$subdir/TAGS || \
578 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
579 fi; \
580 done; \
581 $(am__define_uniq_tagged_files); \
582 shift; \
583 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
584 test -n "$$unique" || unique=$$empty_fix; \
585 if test $$# -gt 0; then \
586 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
587 "$$@" $$unique; \
588 else \
589 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
590 $$unique; \
591 fi; \
592 fi
593 ctags: ctags-recursive
594
595 CTAGS: ctags
596 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
597 $(am__define_uniq_tagged_files); \
598 test -z "$(CTAGS_ARGS)$$unique" \
599 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
600 $$unique
601
602 GTAGS:
603 here=`$(am__cd) $(top_builddir) && pwd` \
604 && $(am__cd) $(top_srcdir) \
605 && gtags -i $(GTAGS_ARGS) "$$here"
606 cscope: cscope.files
607 test ! -s cscope.files \
608 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
609 clean-cscope:
610 -rm -f cscope.files
611 cscope.files: clean-cscope cscopelist
612 cscopelist: cscopelist-recursive
613
614 cscopelist-am: $(am__tagged_files)
615 list='$(am__tagged_files)'; \
616 case "$(srcdir)" in \
617 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
618 *) sdir=$(subdir)/$(srcdir) ;; \
619 esac; \
620 for i in $$list; do \
621 if test -f "$$i"; then \
622 echo "$(subdir)/$$i"; \
623 else \
624 echo "$$sdir/$$i"; \
625 fi; \
626 done >> $(top_builddir)/cscope.files
627
628 distclean-tags:
629 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
630 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
631 check-am: all-am
632 check: check-recursive
633 all-am: Makefile $(HEADERS) config.h all-local
634 installdirs: installdirs-recursive
635 installdirs-am:
636 for dir in "$(DESTDIR)$(sanincludedir)" "$(DESTDIR)$(toolexeclibdir)"; do \
637 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
638 done
639 install: install-recursive
640 install-exec: install-exec-recursive
641 install-data: install-data-recursive
642 uninstall: uninstall-recursive
643
644 install-am: all-am
645 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
646
647 installcheck: installcheck-recursive
648 install-strip:
649 if test -z '$(STRIP)'; then \
650 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
651 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
652 install; \
653 else \
654 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
655 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
656 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
657 fi
658 mostlyclean-generic:
659
660 clean-generic:
661
662 distclean-generic:
663 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
664 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
665
666 maintainer-clean-generic:
667 @echo "This command is intended for maintainers to use"
668 @echo "it deletes files that may require special tools to rebuild."
669 clean: clean-recursive
670
671 clean-am: clean-generic clean-libtool clean-local mostlyclean-am
672
673 distclean: distclean-recursive
674 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
675 -rm -f Makefile
676 distclean-am: clean-am distclean-generic distclean-hdr \
677 distclean-libtool distclean-local distclean-tags
678
679 dvi: dvi-recursive
680
681 dvi-am:
682
683 html: html-recursive
684
685 html-am:
686
687 info: info-recursive
688
689 info-am:
690
691 install-data-am: install-nodist_sanincludeHEADERS
692
693 install-dvi: install-dvi-recursive
694
695 install-dvi-am:
696
697 install-exec-am: install-exec-local install-nodist_toolexeclibHEADERS
698
699 install-html: install-html-recursive
700
701 install-html-am:
702
703 install-info: install-info-recursive
704
705 install-info-am:
706
707 install-man:
708
709 install-pdf: install-pdf-recursive
710
711 install-pdf-am:
712
713 install-ps: install-ps-recursive
714
715 install-ps-am:
716
717 installcheck-am:
718
719 maintainer-clean: maintainer-clean-recursive
720 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
721 -rm -rf $(top_srcdir)/autom4te.cache
722 -rm -f Makefile
723 maintainer-clean-am: distclean-am maintainer-clean-generic \
724 maintainer-clean-local
725
726 mostlyclean: mostlyclean-recursive
727
728 mostlyclean-am: mostlyclean-generic mostlyclean-libtool \
729 mostlyclean-local
730
731 pdf: pdf-recursive
732
733 pdf-am:
734
735 ps: ps-recursive
736
737 ps-am:
738
739 uninstall-am: uninstall-nodist_sanincludeHEADERS \
740 uninstall-nodist_toolexeclibHEADERS
741
742 .MAKE: $(am__recursive_targets) all install-am install-strip
743
744 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am all-local \
745 am--refresh check check-am clean clean-cscope clean-generic \
746 clean-libtool clean-local cscope cscopelist-am ctags ctags-am \
747 distclean distclean-generic distclean-hdr distclean-libtool \
748 distclean-local distclean-tags dvi dvi-am html html-am info \
749 info-am install install-am install-data install-data-am \
750 install-dvi install-dvi-am install-exec install-exec-am \
751 install-exec-local install-html install-html-am install-info \
752 install-info-am install-man install-nodist_sanincludeHEADERS \
753 install-nodist_toolexeclibHEADERS install-pdf install-pdf-am \
754 install-ps install-ps-am install-strip installcheck \
755 installcheck-am installdirs installdirs-am maintainer-clean \
756 maintainer-clean-generic maintainer-clean-local mostlyclean \
757 mostlyclean-generic mostlyclean-libtool mostlyclean-local pdf \
758 pdf-am ps ps-am tags tags-am uninstall uninstall-am \
759 uninstall-nodist_sanincludeHEADERS \
760 uninstall-nodist_toolexeclibHEADERS
761
762 .PRECIOUS: Makefile
763
764
765 # GNU Make needs to see an explicit $(MAKE) variable in the command it
766 # runs to enable its job server during parallel builds. Hence the
767 # comments below.
768 all-multi:
769 $(MULTIDO) $(AM_MAKEFLAGS) DO=all multi-do # $(MAKE)
770 install-multi:
771 $(MULTIDO) $(AM_MAKEFLAGS) DO=install multi-do # $(MAKE)
772 mostlyclean-multi:
773 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=mostlyclean multi-clean # $(MAKE)
774 clean-multi:
775 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=clean multi-clean # $(MAKE)
776 distclean-multi:
777 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=distclean multi-clean # $(MAKE)
778 maintainer-clean-multi:
779 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=maintainer-clean multi-clean # $(MAKE)
780
781 .MAKE .PHONY: all-multi clean-multi distclean-multi install-am \
782 install-multi maintainer-clean-multi mostlyclean-multi
783
784 install-exec-local: install-multi
785
786 all-local: all-multi
787 mostlyclean-local: mostlyclean-multi
788 clean-local: clean-multi
789 distclean-local: distclean-multi
790 maintainer-clean-local: maintainer-clean-multi
791
792 # Tell versions [3.59,3.63) of GNU make to not export all variables.
793 # Otherwise a system limit (for SysV at least) may be exceeded.
794 .NOEXPORT: