Fix bootstrap/PR63632
[official-gcc.git] / lto-plugin / Makefile.in
blobb15d90197dc63cb682a57bd5154ca4ec9d96e7b6
1 # Makefile.in generated by automake 1.11.1 from Makefile.am.
2 # @configure_input@
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
6 # Inc.
7 # This Makefile.in is free software; the Free Software Foundation
8 # gives unlimited permission to copy and/or distribute it,
9 # with or without modifications, as long as this notice is preserved.
11 # This program is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14 # PARTICULAR PURPOSE.
16 @SET_MAKE@
18 # Makefile.am is used by automake 1.11 to generate Makefile.in.
20 VPATH = @srcdir@
21 pkgdatadir = $(datadir)/@PACKAGE@
22 pkgincludedir = $(includedir)/@PACKAGE@
23 pkglibdir = $(libdir)/@PACKAGE@
24 pkglibexecdir = $(libexecdir)/@PACKAGE@
25 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
26 install_sh_DATA = $(install_sh) -c -m 644
27 install_sh_PROGRAM = $(install_sh) -c
28 install_sh_SCRIPT = $(install_sh) -c
29 INSTALL_HEADER = $(INSTALL_DATA)
30 transform = $(program_transform_name)
31 NORMAL_INSTALL = :
32 PRE_INSTALL = :
33 POST_INSTALL = :
34 NORMAL_UNINSTALL = :
35 PRE_UNINSTALL = :
36 POST_UNINSTALL = :
37 build_triplet = @build@
38 host_triplet = @host@
39 target_triplet = @target@
40 subdir = .
41 DIST_COMMON = ChangeLog $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
42 $(top_srcdir)/configure $(am__configure_deps) \
43 $(srcdir)/config.h.in $(srcdir)/../mkinstalldirs
44 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
45 am__aclocal_m4_deps = $(top_srcdir)/../config/acx.m4 \
46 $(top_srcdir)/../config/depstand.m4 \
47 $(top_srcdir)/../config/lead-dot.m4 \
48 $(top_srcdir)/../config/lthostflags.m4 \
49 $(top_srcdir)/../config/override.m4 \
50 $(top_srcdir)/../config/warnings.m4 \
51 $(top_srcdir)/../libtool.m4 $(top_srcdir)/../ltoptions.m4 \
52 $(top_srcdir)/../ltsugar.m4 $(top_srcdir)/../ltversion.m4 \
53 $(top_srcdir)/../lt~obsolete.m4 $(top_srcdir)/configure.ac
54 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
55 $(ACLOCAL_M4)
56 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
57 configure.lineno config.status.lineno
58 mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
59 CONFIG_HEADER = config.h
60 CONFIG_CLEAN_FILES =
61 CONFIG_CLEAN_VPATH_FILES =
62 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
63 am__vpath_adj = case $$p in \
64 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
65 *) f=$$p;; \
66 esac;
67 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
68 am__install_max = 40
69 am__nobase_strip_setup = \
70 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
71 am__nobase_strip = \
72 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
73 am__nobase_list = $(am__nobase_strip_setup); \
74 for p in $$list; do echo "$$p $$p"; done | \
75 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
76 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
77 if (++n[$$2] == $(am__install_max)) \
78 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
79 END { for (dir in files) print dir, files[dir] }'
80 am__base_list = \
81 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
82 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
83 am__installdirs = "$(DESTDIR)$(libexecsubdir)"
84 LTLIBRARIES = $(libexecsub_LTLIBRARIES)
85 am_liblto_plugin_la_OBJECTS = lto-plugin.lo
86 liblto_plugin_la_OBJECTS = $(am_liblto_plugin_la_OBJECTS)
87 DEFAULT_INCLUDES = -I.@am__isrc@
88 depcomp =
89 am__depfiles_maybe =
90 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
91 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
92 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
93 --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
94 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
95 CCLD = $(CC)
96 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
97 --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
98 $(LDFLAGS) -o $@
99 SOURCES = $(liblto_plugin_la_SOURCES)
100 ETAGS = etags
101 CTAGS = ctags
102 ACLOCAL = @ACLOCAL@
103 AMTAR = @AMTAR@
104 AR = @AR@
105 AUTOCONF = @AUTOCONF@
106 AUTOHEADER = @AUTOHEADER@
107 AUTOMAKE = @AUTOMAKE@
108 AWK = @AWK@
109 CC = @CC@
110 CCDEPMODE = @CCDEPMODE@
111 CFLAGS = @CFLAGS@
112 CPP = @CPP@
113 CPPFLAGS = @CPPFLAGS@
114 CYGPATH_W = @CYGPATH_W@
115 DEFS = @DEFS@
116 DEPDIR = @DEPDIR@
117 DSYMUTIL = @DSYMUTIL@
118 DUMPBIN = @DUMPBIN@
119 ECHO_C = @ECHO_C@
120 ECHO_N = @ECHO_N@
121 ECHO_T = @ECHO_T@
122 EGREP = @EGREP@
123 EXEEXT = @EXEEXT@
124 FGREP = @FGREP@
125 GREP = @GREP@
126 INSTALL = @INSTALL@
127 INSTALL_DATA = @INSTALL_DATA@
128 INSTALL_PROGRAM = @INSTALL_PROGRAM@
129 INSTALL_SCRIPT = @INSTALL_SCRIPT@
130 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
131 LD = @LD@
132 LDFLAGS = @LDFLAGS@
133 LIBOBJS = @LIBOBJS@
134 LIBS = @LIBS@
135 LIBTOOL = @LIBTOOL@
136 LIPO = @LIPO@
137 LN_S = @LN_S@
138 LTLIBOBJS = @LTLIBOBJS@
139 MAINT = @MAINT@
140 MAKEINFO = @MAKEINFO@
141 MKDIR_P = @MKDIR_P@
142 NM = @NM@
143 NMEDIT = @NMEDIT@
144 OBJDUMP = @OBJDUMP@
145 OBJEXT = @OBJEXT@
146 OTOOL = @OTOOL@
147 OTOOL64 = @OTOOL64@
148 PACKAGE = @PACKAGE@
149 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
150 PACKAGE_NAME = @PACKAGE_NAME@
151 PACKAGE_STRING = @PACKAGE_STRING@
152 PACKAGE_TARNAME = @PACKAGE_TARNAME@
153 PACKAGE_URL = @PACKAGE_URL@
154 PACKAGE_VERSION = @PACKAGE_VERSION@
155 PATH_SEPARATOR = @PATH_SEPARATOR@
156 RANLIB = @RANLIB@
157 SED = @SED@
158 SET_MAKE = @SET_MAKE@
159 SHELL = @SHELL@
160 STRIP = @STRIP@
161 VERSION = @VERSION@
162 abs_builddir = @abs_builddir@
163 abs_srcdir = @abs_srcdir@
164 abs_top_builddir = @abs_top_builddir@
165 abs_top_srcdir = @abs_top_srcdir@
166 ac_ct_CC = @ac_ct_CC@
167 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
168 ac_lto_plugin_ldflags = @ac_lto_plugin_ldflags@
169 ac_lto_plugin_warn_cflags = @ac_lto_plugin_warn_cflags@
170 am__include = @am__include@
171 am__leading_dot = @am__leading_dot@
172 am__quote = @am__quote@
173 am__tar = @am__tar@
174 am__untar = @am__untar@
175 bindir = @bindir@
176 build = @build@
177 build_alias = @build_alias@
178 build_cpu = @build_cpu@
179 build_libsubdir = @build_libsubdir@
180 build_os = @build_os@
181 build_subdir = @build_subdir@
182 build_vendor = @build_vendor@
183 builddir = @builddir@
184 datadir = @datadir@
185 datarootdir = @datarootdir@
186 docdir = @docdir@
187 dvidir = @dvidir@
188 exec_prefix = @exec_prefix@
189 gcc_build_dir = @gcc_build_dir@
190 host = @host@
191 host_alias = @host_alias@
192 host_cpu = @host_cpu@
193 host_os = @host_os@
194 host_subdir = @host_subdir@
195 host_vendor = @host_vendor@
196 htmldir = @htmldir@
197 includedir = @includedir@
198 infodir = @infodir@
199 install_sh = @install_sh@
200 libdir = @libdir@
201 libexecdir = @libexecdir@
202 localedir = @localedir@
203 localstatedir = @localstatedir@
204 lt_host_flags = @lt_host_flags@
205 mandir = @mandir@
206 mkdir_p = @mkdir_p@
207 oldincludedir = @oldincludedir@
208 pdfdir = @pdfdir@
209 prefix = @prefix@
210 program_transform_name = @program_transform_name@
211 psdir = @psdir@
212 sbindir = @sbindir@
213 sharedstatedir = @sharedstatedir@
214 srcdir = @srcdir@
215 sysconfdir = @sysconfdir@
216 target = @target@
217 target_alias = @target_alias@
218 target_cpu = @target_cpu@
219 target_noncanonical := @target_noncanonical@
220 target_os = @target_os@
221 target_subdir = @target_subdir@
222 target_vendor = @target_vendor@
223 top_build_prefix = @top_build_prefix@
224 top_builddir = @top_builddir@
225 top_srcdir = @top_srcdir@
226 with_libiberty = @with_libiberty@
227 ACLOCAL_AMFLAGS = -I .. -I ../config
228 AUTOMAKE_OPTIONS = no-dependencies
229 gcc_version := $(shell cat $(top_srcdir)/../gcc/BASE-VER)
230 libexecsubdir := $(libexecdir)/gcc/$(target_noncanonical)/$(gcc_version)
231 AM_CPPFLAGS = -I$(top_srcdir)/../include $(DEFS)
232 AM_CFLAGS = @ac_lto_plugin_warn_cflags@
233 AM_LDFLAGS = @ac_lto_plugin_ldflags@
234 AM_LIBTOOLFLAGS = --tag=disable-static
235 libexecsub_LTLIBRARIES = liblto_plugin.la
236 in_gcc_libs = $(foreach lib, $(libexecsub_LTLIBRARIES), $(gcc_build_dir)/$(lib))
237 liblto_plugin_la_SOURCES = lto-plugin.c
238 # Note that we intentionally override the bindir supplied by ACX_LT_HOST_FLAGS.
239 liblto_plugin_la_LDFLAGS = $(AM_LDFLAGS) $(lt_host_flags) -module \
240 -bindir $(libexecsubdir) $(if $(wildcard \
241 $(libiberty_noasan)),, $(if $(wildcard \
242 $(libiberty_pic)),,-Wc,$(libiberty)))
243 # Can be simplified when libiberty becomes a normal convenience library.
244 libiberty = $(with_libiberty)/libiberty.a
245 libiberty_noasan = $(with_libiberty)/noasan/libiberty.a
246 libiberty_pic = $(with_libiberty)/pic/libiberty.a
247 Wc = -Wc,
248 liblto_plugin_la_LIBADD = \
249 $(if $(wildcard $(libiberty_noasan)),$(Wc)$(libiberty_noasan), \
250 $(if $(wildcard $(libiberty_pic)),$(Wc)$(libiberty_pic),))
252 liblto_plugin_la_DEPENDENCIES = \
253 $(if $(wildcard $(libiberty_noasan)),$(libiberty_noasan), \
254 $(if $(wildcard $(libiberty_pic)),$(libiberty_pic),))
256 LTLDFLAGS = $(shell $(SHELL) $(top_srcdir)/../libtool-ldflags $(LDFLAGS))
257 liblto_plugin_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
258 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
259 $(liblto_plugin_la_LDFLAGS) $(LTLDFLAGS) -o $@
261 all: config.h
262 $(MAKE) $(AM_MAKEFLAGS) all-am
264 .SUFFIXES:
265 .SUFFIXES: .c .lo .o .obj
266 am--refresh:
268 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
269 @for dep in $?; do \
270 case '$(am__configure_deps)' in \
271 *$$dep*) \
272 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
273 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
274 && exit 0; \
275 exit 1;; \
276 esac; \
277 done; \
278 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
279 $(am__cd) $(top_srcdir) && \
280 $(AUTOMAKE) --foreign Makefile
281 .PRECIOUS: Makefile
282 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
283 @case '$?' in \
284 *config.status*) \
285 echo ' $(SHELL) ./config.status'; \
286 $(SHELL) ./config.status;; \
287 *) \
288 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
289 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
290 esac;
292 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
293 $(SHELL) ./config.status --recheck
295 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
296 $(am__cd) $(srcdir) && $(AUTOCONF)
297 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
298 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
299 $(am__aclocal_m4_deps):
301 config.h: stamp-h1
302 @if test ! -f $@; then \
303 rm -f stamp-h1; \
304 $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
305 else :; fi
307 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
308 @rm -f stamp-h1
309 cd $(top_builddir) && $(SHELL) ./config.status config.h
310 $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
311 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
312 rm -f stamp-h1
313 touch $@
315 distclean-hdr:
316 -rm -f config.h stamp-h1
317 install-libexecsubLTLIBRARIES: $(libexecsub_LTLIBRARIES)
318 @$(NORMAL_INSTALL)
319 test -z "$(libexecsubdir)" || $(MKDIR_P) "$(DESTDIR)$(libexecsubdir)"
320 @list='$(libexecsub_LTLIBRARIES)'; test -n "$(libexecsubdir)" || list=; \
321 list2=; for p in $$list; do \
322 if test -f $$p; then \
323 list2="$$list2 $$p"; \
324 else :; fi; \
325 done; \
326 test -z "$$list2" || { \
327 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libexecsubdir)'"; \
328 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libexecsubdir)"; \
331 uninstall-libexecsubLTLIBRARIES:
332 @$(NORMAL_UNINSTALL)
333 @list='$(libexecsub_LTLIBRARIES)'; test -n "$(libexecsubdir)" || list=; \
334 for p in $$list; do \
335 $(am__strip_dir) \
336 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libexecsubdir)/$$f'"; \
337 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libexecsubdir)/$$f"; \
338 done
340 clean-libexecsubLTLIBRARIES:
341 -test -z "$(libexecsub_LTLIBRARIES)" || rm -f $(libexecsub_LTLIBRARIES)
342 @list='$(libexecsub_LTLIBRARIES)'; for p in $$list; do \
343 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
344 test "$$dir" != "$$p" || dir=.; \
345 echo "rm -f \"$${dir}/so_locations\""; \
346 rm -f "$${dir}/so_locations"; \
347 done
348 liblto_plugin.la: $(liblto_plugin_la_OBJECTS) $(liblto_plugin_la_DEPENDENCIES)
349 $(liblto_plugin_la_LINK) -rpath $(libexecsubdir) $(liblto_plugin_la_OBJECTS) $(liblto_plugin_la_LIBADD) $(LIBS)
351 mostlyclean-compile:
352 -rm -f *.$(OBJEXT)
354 distclean-compile:
355 -rm -f *.tab.c
357 .c.o:
358 $(COMPILE) -c $<
360 .c.obj:
361 $(COMPILE) -c `$(CYGPATH_W) '$<'`
363 .c.lo:
364 $(LTCOMPILE) -c -o $@ $<
366 mostlyclean-libtool:
367 -rm -f *.lo
369 clean-libtool:
370 -rm -rf .libs _libs
372 distclean-libtool:
373 -rm -f libtool config.lt
375 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
376 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
377 unique=`for i in $$list; do \
378 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
379 done | \
380 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
381 END { if (nonempty) { for (i in files) print i; }; }'`; \
382 mkid -fID $$unique
383 tags: TAGS
385 TAGS: $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
386 $(TAGS_FILES) $(LISP)
387 set x; \
388 here=`pwd`; \
389 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
390 unique=`for i in $$list; do \
391 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
392 done | \
393 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
394 END { if (nonempty) { for (i in files) print i; }; }'`; \
395 shift; \
396 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
397 test -n "$$unique" || unique=$$empty_fix; \
398 if test $$# -gt 0; then \
399 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
400 "$$@" $$unique; \
401 else \
402 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
403 $$unique; \
404 fi; \
406 ctags: CTAGS
407 CTAGS: $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
408 $(TAGS_FILES) $(LISP)
409 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
410 unique=`for i in $$list; do \
411 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
412 done | \
413 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
414 END { if (nonempty) { for (i in files) print i; }; }'`; \
415 test -z "$(CTAGS_ARGS)$$unique" \
416 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
417 $$unique
419 GTAGS:
420 here=`$(am__cd) $(top_builddir) && pwd` \
421 && $(am__cd) $(top_srcdir) \
422 && gtags -i $(GTAGS_ARGS) "$$here"
424 distclean-tags:
425 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
426 check-am: all-am
427 check: check-am
428 all-am: Makefile $(LTLIBRARIES) config.h all-local
429 installdirs:
430 for dir in "$(DESTDIR)$(libexecsubdir)"; do \
431 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
432 done
433 install: install-am
434 install-exec: install-exec-am
435 install-data: install-data-am
436 uninstall: uninstall-am
438 install-am: all-am
439 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
441 installcheck: installcheck-am
442 install-strip:
443 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
444 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
445 `test -z '$(STRIP)' || \
446 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
447 mostlyclean-generic:
449 clean-generic:
451 distclean-generic:
452 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
453 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
455 maintainer-clean-generic:
456 @echo "This command is intended for maintainers to use"
457 @echo "it deletes files that may require special tools to rebuild."
458 clean: clean-am
460 clean-am: clean-generic clean-libexecsubLTLIBRARIES clean-libtool \
461 mostlyclean-am
463 distclean: distclean-am
464 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
465 -rm -f Makefile
466 distclean-am: clean-am distclean-compile distclean-generic \
467 distclean-hdr distclean-libtool distclean-tags
469 dvi: dvi-am
471 dvi-am:
473 html: html-am
475 html-am:
477 info: info-am
479 info-am:
481 install-data-am:
483 install-dvi: install-dvi-am
485 install-dvi-am:
487 install-exec-am: install-libexecsubLTLIBRARIES
489 install-html: install-html-am
491 install-html-am:
493 install-info: install-info-am
495 install-info-am:
497 install-man:
499 install-pdf: install-pdf-am
501 install-pdf-am:
503 install-ps: install-ps-am
505 install-ps-am:
507 installcheck-am:
509 maintainer-clean: maintainer-clean-am
510 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
511 -rm -rf $(top_srcdir)/autom4te.cache
512 -rm -f Makefile
513 maintainer-clean-am: distclean-am maintainer-clean-generic
515 mostlyclean: mostlyclean-am
517 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
518 mostlyclean-libtool
520 pdf: pdf-am
522 pdf-am:
524 ps: ps-am
526 ps-am:
528 uninstall-am: uninstall-libexecsubLTLIBRARIES
530 .MAKE: all install-am install-strip
532 .PHONY: CTAGS GTAGS all all-am all-local am--refresh check check-am \
533 clean clean-generic clean-libexecsubLTLIBRARIES clean-libtool \
534 ctags distclean distclean-compile distclean-generic \
535 distclean-hdr distclean-libtool distclean-tags dvi dvi-am html \
536 html-am info info-am install install-am install-data \
537 install-data-am install-dvi install-dvi-am install-exec \
538 install-exec-am install-html install-html-am install-info \
539 install-info-am install-libexecsubLTLIBRARIES install-man \
540 install-pdf install-pdf-am install-ps install-ps-am \
541 install-strip installcheck installcheck-am installdirs \
542 maintainer-clean maintainer-clean-generic mostlyclean \
543 mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
544 pdf pdf-am ps ps-am tags uninstall uninstall-am \
545 uninstall-libexecsubLTLIBRARIES
547 override CFLAGS := $(filter-out -fsanitize=address,$(CFLAGS))
548 override LDFLAGS := $(filter-out -fsanitize=address,$(LDFLAGS))
550 all-local: $(in_gcc_libs)
552 $(in_gcc_libs) : $(gcc_build_dir)/%: %
553 @if test "X`dlname=; . ./$*; echo dlname:$$dlname`" = "Xdlname:"; then \
554 echo WARNING: $* is static, not copying to $@ >&2 ; \
555 else \
556 $(mkinstalldirs) $(gcc_build_dir) && \
557 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $* `pwd`/$@ ; \
560 # Tell versions [3.59,3.63) of GNU make to not export all variables.
561 # Otherwise a system limit (for SysV at least) may be exceeded.
562 .NOEXPORT: