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