Consistently use "rG" constraint for copy instruction in move patterns
[official-gcc.git] / libsanitizer / Makefile.in
blob3873ea4d7050f04a3f7bbd0dd3f2a71e9b65d287
1 # Makefile.in generated by automake 1.15.1 from Makefile.am.
2 # @configure_input@
4 # Copyright (C) 1994-2017 Free Software Foundation, Inc.
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.
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.
15 @SET_MAKE@
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; \
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)/../ltoptions.m4 $(top_srcdir)/../ltsugar.m4 \
112 $(top_srcdir)/../ltversion.m4 $(top_srcdir)/../lt~obsolete.m4 \
113 $(top_srcdir)/acinclude.m4 $(top_srcdir)/../libtool.m4 \
114 $(top_srcdir)/../config/enable.m4 \
115 $(top_srcdir)/../config/cet.m4 $(top_srcdir)/configure.ac
116 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
117 $(ACLOCAL_M4)
118 DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
119 $(am__configure_deps)
120 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
121 configure.lineno config.status.lineno
122 mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
123 CONFIG_HEADER = config.h
124 CONFIG_CLEAN_FILES = libsanitizer.spec
125 CONFIG_CLEAN_VPATH_FILES =
126 AM_V_P = $(am__v_P_@AM_V@)
127 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
128 am__v_P_0 = false
129 am__v_P_1 = :
130 AM_V_GEN = $(am__v_GEN_@AM_V@)
131 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
132 am__v_GEN_0 = @echo " GEN " $@;
133 am__v_GEN_1 =
134 AM_V_at = $(am__v_at_@AM_V@)
135 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
136 am__v_at_0 = @
137 am__v_at_1 =
138 SOURCES =
139 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
140 ctags-recursive dvi-recursive html-recursive info-recursive \
141 install-data-recursive install-dvi-recursive \
142 install-exec-recursive install-html-recursive \
143 install-info-recursive install-pdf-recursive \
144 install-ps-recursive install-recursive installcheck-recursive \
145 installdirs-recursive pdf-recursive ps-recursive \
146 tags-recursive uninstall-recursive
147 am__can_run_installinfo = \
148 case $$AM_UPDATE_INFO_DIR in \
149 n|no|NO) false;; \
150 *) (install-info --version) >/dev/null 2>&1;; \
151 esac
152 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
153 am__vpath_adj = case $$p in \
154 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
155 *) f=$$p;; \
156 esac;
157 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
158 am__install_max = 40
159 am__nobase_strip_setup = \
160 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
161 am__nobase_strip = \
162 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
163 am__nobase_list = $(am__nobase_strip_setup); \
164 for p in $$list; do echo "$$p $$p"; done | \
165 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
166 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
167 if (++n[$$2] == $(am__install_max)) \
168 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
169 END { for (dir in files) print dir, files[dir] }'
170 am__base_list = \
171 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
172 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
173 am__uninstall_files_from_dir = { \
174 test -z "$$files" \
175 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
176 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
177 $(am__cd) "$$dir" && rm -f $$files; }; \
179 am__installdirs = "$(DESTDIR)$(sanincludedir)" \
180 "$(DESTDIR)$(toolexeclibdir)"
181 HEADERS = $(nodist_saninclude_HEADERS) $(nodist_toolexeclib_HEADERS)
182 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
183 distclean-recursive maintainer-clean-recursive
184 am__recursive_targets = \
185 $(RECURSIVE_TARGETS) \
186 $(RECURSIVE_CLEAN_TARGETS) \
187 $(am__extra_recursive_targets)
188 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
189 cscope
190 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
191 $(LISP)config.h.in
192 # Read a list of newline-separated strings from the standard input,
193 # and print each of them once, without duplicates. Input order is
194 # *not* preserved.
195 am__uniquify_input = $(AWK) '\
196 BEGIN { nonempty = 0; } \
197 { items[$$0] = 1; nonempty = 1; } \
198 END { if (nonempty) { for (i in items) print i; }; } \
200 # Make sure the list of sources is unique. This is necessary because,
201 # e.g., the same source file might be shared among _SOURCES variables
202 # for different programs/libraries.
203 am__define_uniq_tagged_files = \
204 list='$(am__tagged_files)'; \
205 unique=`for i in $$list; do \
206 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
207 done | $(am__uniquify_input)`
208 ETAGS = etags
209 CTAGS = ctags
210 CSCOPE = cscope
211 DIST_SUBDIRS = sanitizer_common interception libbacktrace lsan asan \
212 ubsan tsan hwasan
213 ACLOCAL = @ACLOCAL@
214 ALLOC_FILE = @ALLOC_FILE@
215 AMTAR = @AMTAR@
216 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
217 AR = @AR@
218 AUTOCONF = @AUTOCONF@
219 AUTOHEADER = @AUTOHEADER@
220 AUTOMAKE = @AUTOMAKE@
221 AWK = @AWK@
222 BACKTRACE_SUPPORTED = @BACKTRACE_SUPPORTED@
223 BACKTRACE_SUPPORTS_THREADS = @BACKTRACE_SUPPORTS_THREADS@
224 BACKTRACE_USES_MALLOC = @BACKTRACE_USES_MALLOC@
225 CC = @CC@
226 CCAS = @CCAS@
227 CCASDEPMODE = @CCASDEPMODE@
228 CCASFLAGS = @CCASFLAGS@
229 CCDEPMODE = @CCDEPMODE@
230 CFLAGS = @CFLAGS@
231 CPP = @CPP@
232 CPPFLAGS = @CPPFLAGS@
233 CXX = @CXX@
234 CXXCPP = @CXXCPP@
235 CXXDEPMODE = @CXXDEPMODE@
236 CXXFLAGS = @CXXFLAGS@
237 CYGPATH_W = @CYGPATH_W@
238 DEFS = @DEFS@
239 DEPDIR = @DEPDIR@
240 DSYMUTIL = @DSYMUTIL@
241 DUMPBIN = @DUMPBIN@
242 ECHO_C = @ECHO_C@
243 ECHO_N = @ECHO_N@
244 ECHO_T = @ECHO_T@
245 EGREP = @EGREP@
246 EXEEXT = @EXEEXT@
247 EXTRA_ASFLAGS = @EXTRA_ASFLAGS@
248 EXTRA_CFLAGS = @EXTRA_CFLAGS@
249 EXTRA_CXXFLAGS = @EXTRA_CXXFLAGS@
250 FGREP = @FGREP@
251 FORMAT_FILE = @FORMAT_FILE@
252 GREP = @GREP@
253 INSTALL = @INSTALL@
254 INSTALL_DATA = @INSTALL_DATA@
255 INSTALL_PROGRAM = @INSTALL_PROGRAM@
256 INSTALL_SCRIPT = @INSTALL_SCRIPT@
257 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
258 LD = @LD@
259 LDFLAGS = @LDFLAGS@
260 LIBOBJS = @LIBOBJS@
261 LIBS = @LIBS@
262 LIBSTDCXX_RAW_CXX_CXXFLAGS = @LIBSTDCXX_RAW_CXX_CXXFLAGS@
263 LIBSTDCXX_RAW_CXX_LDFLAGS = @LIBSTDCXX_RAW_CXX_LDFLAGS@
264 LIBTOOL = @LIBTOOL@
265 LIPO = @LIPO@
266 LN_S = @LN_S@
267 LTLIBOBJS = @LTLIBOBJS@
268 MAINT = @MAINT@
269 MAKEINFO = @MAKEINFO@
270 MKDIR_P = @MKDIR_P@
271 NM = @NM@
272 NMEDIT = @NMEDIT@
273 OBJDUMP = @OBJDUMP@
274 OBJEXT = @OBJEXT@
275 OTOOL = @OTOOL@
276 OTOOL64 = @OTOOL64@
277 PACKAGE = @PACKAGE@
278 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
279 PACKAGE_NAME = @PACKAGE_NAME@
280 PACKAGE_STRING = @PACKAGE_STRING@
281 PACKAGE_TARNAME = @PACKAGE_TARNAME@
282 PACKAGE_URL = @PACKAGE_URL@
283 PACKAGE_VERSION = @PACKAGE_VERSION@
284 PATH_SEPARATOR = @PATH_SEPARATOR@
285 RANLIB = @RANLIB@
286 RPC_DEFS = @RPC_DEFS@
287 SANITIZER_COMMON_TARGET_DEPENDENT_OBJECTS = @SANITIZER_COMMON_TARGET_DEPENDENT_OBJECTS@
288 SED = @SED@
289 SET_MAKE = @SET_MAKE@
290 SHELL = @SHELL@
291 STRIP = @STRIP@
292 TSAN_TARGET_DEPENDENT_OBJECTS = @TSAN_TARGET_DEPENDENT_OBJECTS@
293 VERSION = @VERSION@
294 VIEW_FILE = @VIEW_FILE@
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 sbindir = @sbindir@
349 sharedstatedir = @sharedstatedir@
350 srcdir = @srcdir@
351 sysconfdir = @sysconfdir@
352 target = @target@
353 target_alias = @target_alias@
354 target_cpu = @target_cpu@
355 target_noncanonical = @target_noncanonical@
356 target_os = @target_os@
357 target_vendor = @target_vendor@
358 toolexecdir = @toolexecdir@
359 toolexeclibdir = @toolexeclibdir@
360 top_build_prefix = @top_build_prefix@
361 top_builddir = @top_builddir@
362 top_srcdir = @top_srcdir@
363 ACLOCAL_AMFLAGS = -I .. -I ../config
364 sanincludedir = $(libdir)/gcc/$(target_alias)/$(gcc_version)/include/sanitizer
365 nodist_saninclude_HEADERS = $(am__append_1)
366 @SANITIZER_SUPPORTED_TRUE@SUBDIRS = sanitizer_common $(am__append_2) \
367 @SANITIZER_SUPPORTED_TRUE@ $(am__append_3) lsan asan ubsan \
368 @SANITIZER_SUPPORTED_TRUE@ $(am__append_4) $(am__append_5)
369 gcc_version := $(shell @get_gcc_base_ver@ $(top_srcdir)/../gcc/BASE-VER)
371 # Work around what appears to be a GNU make bug handling MAKEFLAGS
372 # values defined in terms of make variables, as is the case for CC and
373 # friends when we are called from the top level Makefile.
374 AM_MAKEFLAGS = \
375 "AR_FLAGS=$(AR_FLAGS)" \
376 "CC_FOR_BUILD=$(CC_FOR_BUILD)" \
377 "CFLAGS=$(CFLAGS)" \
378 "CXXFLAGS=$(CXXFLAGS)" \
379 "CFLAGS_FOR_BUILD=$(CFLAGS_FOR_BUILD)" \
380 "CFLAGS_FOR_TARGET=$(CFLAGS_FOR_TARGET)" \
381 "INSTALL=$(INSTALL)" \
382 "INSTALL_DATA=$(INSTALL_DATA)" \
383 "INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \
384 "INSTALL_SCRIPT=$(INSTALL_SCRIPT)" \
385 "JC1FLAGS=$(JC1FLAGS)" \
386 "LDFLAGS=$(LDFLAGS)" \
387 "LIBCFLAGS=$(LIBCFLAGS)" \
388 "LIBCFLAGS_FOR_TARGET=$(LIBCFLAGS_FOR_TARGET)" \
389 "MAKE=$(MAKE)" \
390 "MAKEINFO=$(MAKEINFO) $(MAKEINFOFLAGS)" \
391 "PICFLAG=$(PICFLAG)" \
392 "PICFLAG_FOR_TARGET=$(PICFLAG_FOR_TARGET)" \
393 "SHELL=$(SHELL)" \
394 "RUNTESTFLAGS=$(RUNTESTFLAGS)" \
395 "exec_prefix=$(exec_prefix)" \
396 "infodir=$(infodir)" \
397 "libdir=$(libdir)" \
398 "prefix=$(prefix)" \
399 "includedir=$(includedir)" \
400 "AR=$(AR)" \
401 "AS=$(AS)" \
402 "LD=$(LD)" \
403 "LIBCFLAGS=$(LIBCFLAGS)" \
404 "NM=$(NM)" \
405 "PICFLAG=$(PICFLAG)" \
406 "RANLIB=$(RANLIB)" \
407 "DESTDIR=$(DESTDIR)"
409 MAKEOVERRIDES =
410 nodist_toolexeclib_HEADERS = libsanitizer.spec
411 MULTISRCTOP =
412 MULTIBUILDTOP =
413 MULTIDIRS =
414 MULTISUBDIR =
415 MULTIDO = true
416 MULTICLEAN = true
417 all: config.h
418 $(MAKE) $(AM_MAKEFLAGS) all-recursive
420 .SUFFIXES:
421 am--refresh: Makefile
423 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/../multilib.am $(am__configure_deps)
424 @for dep in $?; do \
425 case '$(am__configure_deps)' in \
426 *$$dep*) \
427 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
428 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
429 && exit 0; \
430 exit 1;; \
431 esac; \
432 done; \
433 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
434 $(am__cd) $(top_srcdir) && \
435 $(AUTOMAKE) --foreign Makefile
436 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
437 @case '$?' in \
438 *config.status*) \
439 echo ' $(SHELL) ./config.status'; \
440 $(SHELL) ./config.status;; \
441 *) \
442 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
443 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
444 esac;
445 $(top_srcdir)/../multilib.am $(am__empty):
447 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
448 $(SHELL) ./config.status --recheck
450 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
451 $(am__cd) $(srcdir) && $(AUTOCONF)
452 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
453 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
454 $(am__aclocal_m4_deps):
456 config.h: stamp-h1
457 @test -f $@ || rm -f stamp-h1
458 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
460 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
461 @rm -f stamp-h1
462 cd $(top_builddir) && $(SHELL) ./config.status config.h
463 $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
464 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
465 rm -f stamp-h1
466 touch $@
468 distclean-hdr:
469 -rm -f config.h stamp-h1
470 libsanitizer.spec: $(top_builddir)/config.status $(srcdir)/libsanitizer.spec.in
471 cd $(top_builddir) && $(SHELL) ./config.status $@
473 mostlyclean-libtool:
474 -rm -f *.lo
476 clean-libtool:
477 -rm -rf .libs _libs
479 distclean-libtool:
480 -rm -f libtool config.lt
481 install-nodist_sanincludeHEADERS: $(nodist_saninclude_HEADERS)
482 @$(NORMAL_INSTALL)
483 @list='$(nodist_saninclude_HEADERS)'; test -n "$(sanincludedir)" || list=; \
484 if test -n "$$list"; then \
485 echo " $(MKDIR_P) '$(DESTDIR)$(sanincludedir)'"; \
486 $(MKDIR_P) "$(DESTDIR)$(sanincludedir)" || exit 1; \
487 fi; \
488 for p in $$list; do \
489 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
490 echo "$$d$$p"; \
491 done | $(am__base_list) | \
492 while read files; do \
493 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(sanincludedir)'"; \
494 $(INSTALL_HEADER) $$files "$(DESTDIR)$(sanincludedir)" || exit $$?; \
495 done
497 uninstall-nodist_sanincludeHEADERS:
498 @$(NORMAL_UNINSTALL)
499 @list='$(nodist_saninclude_HEADERS)'; test -n "$(sanincludedir)" || list=; \
500 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
501 dir='$(DESTDIR)$(sanincludedir)'; $(am__uninstall_files_from_dir)
502 install-nodist_toolexeclibHEADERS: $(nodist_toolexeclib_HEADERS)
503 @$(NORMAL_INSTALL)
504 @list='$(nodist_toolexeclib_HEADERS)'; test -n "$(toolexeclibdir)" || list=; \
505 if test -n "$$list"; then \
506 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibdir)'"; \
507 $(MKDIR_P) "$(DESTDIR)$(toolexeclibdir)" || exit 1; \
508 fi; \
509 for p in $$list; do \
510 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
511 echo "$$d$$p"; \
512 done | $(am__base_list) | \
513 while read files; do \
514 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(toolexeclibdir)'"; \
515 $(INSTALL_HEADER) $$files "$(DESTDIR)$(toolexeclibdir)" || exit $$?; \
516 done
518 uninstall-nodist_toolexeclibHEADERS:
519 @$(NORMAL_UNINSTALL)
520 @list='$(nodist_toolexeclib_HEADERS)'; test -n "$(toolexeclibdir)" || list=; \
521 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
522 dir='$(DESTDIR)$(toolexeclibdir)'; $(am__uninstall_files_from_dir)
524 # This directory's subdirectories are mostly independent; you can cd
525 # into them and run 'make' without going through this Makefile.
526 # To change the values of 'make' variables: instead of editing Makefiles,
527 # (1) if the variable is set in 'config.status', edit 'config.status'
528 # (which will cause the Makefiles to be regenerated when you run 'make');
529 # (2) otherwise, pass the desired values on the 'make' command line.
530 $(am__recursive_targets):
531 @fail=; \
532 if $(am__make_keepgoing); then \
533 failcom='fail=yes'; \
534 else \
535 failcom='exit 1'; \
536 fi; \
537 dot_seen=no; \
538 target=`echo $@ | sed s/-recursive//`; \
539 case "$@" in \
540 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
541 *) list='$(SUBDIRS)' ;; \
542 esac; \
543 for subdir in $$list; do \
544 echo "Making $$target in $$subdir"; \
545 if test "$$subdir" = "."; then \
546 dot_seen=yes; \
547 local_target="$$target-am"; \
548 else \
549 local_target="$$target"; \
550 fi; \
551 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
552 || eval $$failcom; \
553 done; \
554 if test "$$dot_seen" = "no"; then \
555 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
556 fi; test -z "$$fail"
558 ID: $(am__tagged_files)
559 $(am__define_uniq_tagged_files); mkid -fID $$unique
560 tags: tags-recursive
561 TAGS: tags
563 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
564 set x; \
565 here=`pwd`; \
566 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
567 include_option=--etags-include; \
568 empty_fix=.; \
569 else \
570 include_option=--include; \
571 empty_fix=; \
572 fi; \
573 list='$(SUBDIRS)'; for subdir in $$list; do \
574 if test "$$subdir" = .; then :; else \
575 test ! -f $$subdir/TAGS || \
576 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
577 fi; \
578 done; \
579 $(am__define_uniq_tagged_files); \
580 shift; \
581 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
582 test -n "$$unique" || unique=$$empty_fix; \
583 if test $$# -gt 0; then \
584 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
585 "$$@" $$unique; \
586 else \
587 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
588 $$unique; \
589 fi; \
591 ctags: ctags-recursive
593 CTAGS: ctags
594 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
595 $(am__define_uniq_tagged_files); \
596 test -z "$(CTAGS_ARGS)$$unique" \
597 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
598 $$unique
600 GTAGS:
601 here=`$(am__cd) $(top_builddir) && pwd` \
602 && $(am__cd) $(top_srcdir) \
603 && gtags -i $(GTAGS_ARGS) "$$here"
604 cscope: cscope.files
605 test ! -s cscope.files \
606 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
607 clean-cscope:
608 -rm -f cscope.files
609 cscope.files: clean-cscope cscopelist
610 cscopelist: cscopelist-recursive
612 cscopelist-am: $(am__tagged_files)
613 list='$(am__tagged_files)'; \
614 case "$(srcdir)" in \
615 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
616 *) sdir=$(subdir)/$(srcdir) ;; \
617 esac; \
618 for i in $$list; do \
619 if test -f "$$i"; then \
620 echo "$(subdir)/$$i"; \
621 else \
622 echo "$$sdir/$$i"; \
623 fi; \
624 done >> $(top_builddir)/cscope.files
626 distclean-tags:
627 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
628 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
629 check-am: all-am
630 check: check-recursive
631 all-am: Makefile $(HEADERS) config.h all-local
632 installdirs: installdirs-recursive
633 installdirs-am:
634 for dir in "$(DESTDIR)$(sanincludedir)" "$(DESTDIR)$(toolexeclibdir)"; do \
635 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
636 done
637 install: install-recursive
638 install-exec: install-exec-recursive
639 install-data: install-data-recursive
640 uninstall: uninstall-recursive
642 install-am: all-am
643 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
645 installcheck: installcheck-recursive
646 install-strip:
647 if test -z '$(STRIP)'; then \
648 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
649 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
650 install; \
651 else \
652 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
653 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
654 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
656 mostlyclean-generic:
658 clean-generic:
660 distclean-generic:
661 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
662 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
664 maintainer-clean-generic:
665 @echo "This command is intended for maintainers to use"
666 @echo "it deletes files that may require special tools to rebuild."
667 clean: clean-recursive
669 clean-am: clean-generic clean-libtool clean-local mostlyclean-am
671 distclean: distclean-recursive
672 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
673 -rm -f Makefile
674 distclean-am: clean-am distclean-generic distclean-hdr \
675 distclean-libtool distclean-local distclean-tags
677 dvi: dvi-recursive
679 dvi-am:
681 html: html-recursive
683 html-am:
685 info: info-recursive
687 info-am:
689 install-data-am: install-nodist_sanincludeHEADERS
691 install-dvi: install-dvi-recursive
693 install-dvi-am:
695 install-exec-am: install-exec-local install-nodist_toolexeclibHEADERS
697 install-html: install-html-recursive
699 install-html-am:
701 install-info: install-info-recursive
703 install-info-am:
705 install-man:
707 install-pdf: install-pdf-recursive
709 install-pdf-am:
711 install-ps: install-ps-recursive
713 install-ps-am:
715 installcheck-am:
717 maintainer-clean: maintainer-clean-recursive
718 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
719 -rm -rf $(top_srcdir)/autom4te.cache
720 -rm -f Makefile
721 maintainer-clean-am: distclean-am maintainer-clean-generic \
722 maintainer-clean-local
724 mostlyclean: mostlyclean-recursive
726 mostlyclean-am: mostlyclean-generic mostlyclean-libtool \
727 mostlyclean-local
729 pdf: pdf-recursive
731 pdf-am:
733 ps: ps-recursive
735 ps-am:
737 uninstall-am: uninstall-nodist_sanincludeHEADERS \
738 uninstall-nodist_toolexeclibHEADERS
740 .MAKE: $(am__recursive_targets) all install-am install-strip
742 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am all-local \
743 am--refresh check check-am clean clean-cscope clean-generic \
744 clean-libtool clean-local cscope cscopelist-am ctags ctags-am \
745 distclean distclean-generic distclean-hdr distclean-libtool \
746 distclean-local distclean-tags dvi dvi-am html html-am info \
747 info-am install install-am install-data install-data-am \
748 install-dvi install-dvi-am install-exec install-exec-am \
749 install-exec-local install-html install-html-am install-info \
750 install-info-am install-man install-nodist_sanincludeHEADERS \
751 install-nodist_toolexeclibHEADERS install-pdf install-pdf-am \
752 install-ps install-ps-am install-strip installcheck \
753 installcheck-am installdirs installdirs-am maintainer-clean \
754 maintainer-clean-generic maintainer-clean-local mostlyclean \
755 mostlyclean-generic mostlyclean-libtool mostlyclean-local pdf \
756 pdf-am ps ps-am tags tags-am uninstall uninstall-am \
757 uninstall-nodist_sanincludeHEADERS \
758 uninstall-nodist_toolexeclibHEADERS
760 .PRECIOUS: Makefile
763 # GNU Make needs to see an explicit $(MAKE) variable in the command it
764 # runs to enable its job server during parallel builds. Hence the
765 # comments below.
766 all-multi:
767 $(MULTIDO) $(AM_MAKEFLAGS) DO=all multi-do # $(MAKE)
768 install-multi:
769 $(MULTIDO) $(AM_MAKEFLAGS) DO=install multi-do # $(MAKE)
770 mostlyclean-multi:
771 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=mostlyclean multi-clean # $(MAKE)
772 clean-multi:
773 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=clean multi-clean # $(MAKE)
774 distclean-multi:
775 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=distclean multi-clean # $(MAKE)
776 maintainer-clean-multi:
777 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=maintainer-clean multi-clean # $(MAKE)
779 .MAKE .PHONY: all-multi clean-multi distclean-multi install-am \
780 install-multi maintainer-clean-multi mostlyclean-multi
782 install-exec-local: install-multi
784 all-local: all-multi
785 mostlyclean-local: mostlyclean-multi
786 clean-local: clean-multi
787 distclean-local: distclean-multi
788 maintainer-clean-local: maintainer-clean-multi
790 # Tell versions [3.59,3.63) of GNU make to not export all variables.
791 # Otherwise a system limit (for SysV at least) may be exceeded.
792 .NOEXPORT: