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