annotate libsanitizer/Makefile.in @ 158:494b0b89df80 default tip

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