PR target/65871
[official-gcc.git] / lto-plugin / Makefile.in
blob4bd943bdb013d05f0aa3ee4e6315f962f3c528ae
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 accel_dir_suffix = @accel_dir_suffix@
171 am__include = @am__include@
172 am__leading_dot = @am__leading_dot@
173 am__quote = @am__quote@
174 am__tar = @am__tar@
175 am__untar = @am__untar@
176 bindir = @bindir@
177 build = @build@
178 build_alias = @build_alias@
179 build_cpu = @build_cpu@
180 build_libsubdir = @build_libsubdir@
181 build_os = @build_os@
182 build_subdir = @build_subdir@
183 build_vendor = @build_vendor@
184 builddir = @builddir@
185 datadir = @datadir@
186 datarootdir = @datarootdir@
187 docdir = @docdir@
188 dvidir = @dvidir@
189 exec_prefix = @exec_prefix@
190 gcc_build_dir = @gcc_build_dir@
191 host = @host@
192 host_alias = @host_alias@
193 host_cpu = @host_cpu@
194 host_os = @host_os@
195 host_subdir = @host_subdir@
196 host_vendor = @host_vendor@
197 htmldir = @htmldir@
198 includedir = @includedir@
199 infodir = @infodir@
200 install_sh = @install_sh@
201 libdir = @libdir@
202 libexecdir = @libexecdir@
203 localedir = @localedir@
204 localstatedir = @localstatedir@
205 lt_host_flags = @lt_host_flags@
206 mandir = @mandir@
207 mkdir_p = @mkdir_p@
208 oldincludedir = @oldincludedir@
209 pdfdir = @pdfdir@
210 prefix = @prefix@
211 program_transform_name = @program_transform_name@
212 psdir = @psdir@
213 real_target_noncanonical = @real_target_noncanonical@
214 sbindir = @sbindir@
215 sharedstatedir = @sharedstatedir@
216 srcdir = @srcdir@
217 sysconfdir = @sysconfdir@
218 target = @target@
219 target_alias = @target_alias@
220 target_cpu = @target_cpu@
221 target_noncanonical := @target_noncanonical@
222 target_os = @target_os@
223 target_subdir = @target_subdir@
224 target_vendor = @target_vendor@
225 top_build_prefix = @top_build_prefix@
226 top_builddir = @top_builddir@
227 top_srcdir = @top_srcdir@
228 with_libiberty = @with_libiberty@
229 ACLOCAL_AMFLAGS = -I .. -I ../config
230 AUTOMAKE_OPTIONS = no-dependencies
231 gcc_version := $(shell cat $(top_srcdir)/../gcc/BASE-VER)
232 libexecsubdir := $(libexecdir)/gcc/$(real_target_noncanonical)/$(gcc_version)$(accel_dir_suffix)
233 AM_CPPFLAGS = -I$(top_srcdir)/../include $(DEFS)
234 AM_CFLAGS = @ac_lto_plugin_warn_cflags@
235 AM_LDFLAGS = @ac_lto_plugin_ldflags@
236 AM_LIBTOOLFLAGS = --tag=disable-static
237 libexecsub_LTLIBRARIES = liblto_plugin.la
238 in_gcc_libs = $(foreach lib, $(libexecsub_LTLIBRARIES), $(gcc_build_dir)/$(lib))
239 liblto_plugin_la_SOURCES = lto-plugin.c
240 # Note that we intentionally override the bindir supplied by ACX_LT_HOST_FLAGS.
241 liblto_plugin_la_LDFLAGS = $(AM_LDFLAGS) $(lt_host_flags) -module \
242 -bindir $(libexecsubdir) $(if $(wildcard \
243 $(libiberty_noasan)),, $(if $(wildcard \
244 $(libiberty_pic)),,-Wc,$(libiberty)))
245 # Can be simplified when libiberty becomes a normal convenience library.
246 libiberty = $(with_libiberty)/libiberty.a
247 libiberty_noasan = $(with_libiberty)/noasan/libiberty.a
248 libiberty_pic = $(with_libiberty)/pic/libiberty.a
249 Wc = -Wc,
250 liblto_plugin_la_LIBADD = \
251 $(if $(wildcard $(libiberty_noasan)),$(Wc)$(libiberty_noasan), \
252 $(if $(wildcard $(libiberty_pic)),$(Wc)$(libiberty_pic),))
254 liblto_plugin_la_DEPENDENCIES = \
255 $(if $(wildcard $(libiberty_noasan)),$(libiberty_noasan), \
256 $(if $(wildcard $(libiberty_pic)),$(libiberty_pic),))
258 LTLDFLAGS = $(shell $(SHELL) $(top_srcdir)/../libtool-ldflags $(LDFLAGS))
259 liblto_plugin_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
260 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
261 $(liblto_plugin_la_LDFLAGS) $(LTLDFLAGS) -o $@
263 all: config.h
264 $(MAKE) $(AM_MAKEFLAGS) all-am
266 .SUFFIXES:
267 .SUFFIXES: .c .lo .o .obj
268 am--refresh:
270 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
271 @for dep in $?; do \
272 case '$(am__configure_deps)' in \
273 *$$dep*) \
274 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
275 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
276 && exit 0; \
277 exit 1;; \
278 esac; \
279 done; \
280 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
281 $(am__cd) $(top_srcdir) && \
282 $(AUTOMAKE) --foreign Makefile
283 .PRECIOUS: Makefile
284 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
285 @case '$?' in \
286 *config.status*) \
287 echo ' $(SHELL) ./config.status'; \
288 $(SHELL) ./config.status;; \
289 *) \
290 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
291 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
292 esac;
294 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
295 $(SHELL) ./config.status --recheck
297 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
298 $(am__cd) $(srcdir) && $(AUTOCONF)
299 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
300 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
301 $(am__aclocal_m4_deps):
303 config.h: stamp-h1
304 @if test ! -f $@; then \
305 rm -f stamp-h1; \
306 $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
307 else :; fi
309 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
310 @rm -f stamp-h1
311 cd $(top_builddir) && $(SHELL) ./config.status config.h
312 $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
313 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
314 rm -f stamp-h1
315 touch $@
317 distclean-hdr:
318 -rm -f config.h stamp-h1
319 install-libexecsubLTLIBRARIES: $(libexecsub_LTLIBRARIES)
320 @$(NORMAL_INSTALL)
321 test -z "$(libexecsubdir)" || $(MKDIR_P) "$(DESTDIR)$(libexecsubdir)"
322 @list='$(libexecsub_LTLIBRARIES)'; test -n "$(libexecsubdir)" || list=; \
323 list2=; for p in $$list; do \
324 if test -f $$p; then \
325 list2="$$list2 $$p"; \
326 else :; fi; \
327 done; \
328 test -z "$$list2" || { \
329 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libexecsubdir)'"; \
330 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libexecsubdir)"; \
333 uninstall-libexecsubLTLIBRARIES:
334 @$(NORMAL_UNINSTALL)
335 @list='$(libexecsub_LTLIBRARIES)'; test -n "$(libexecsubdir)" || list=; \
336 for p in $$list; do \
337 $(am__strip_dir) \
338 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libexecsubdir)/$$f'"; \
339 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libexecsubdir)/$$f"; \
340 done
342 clean-libexecsubLTLIBRARIES:
343 -test -z "$(libexecsub_LTLIBRARIES)" || rm -f $(libexecsub_LTLIBRARIES)
344 @list='$(libexecsub_LTLIBRARIES)'; for p in $$list; do \
345 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
346 test "$$dir" != "$$p" || dir=.; \
347 echo "rm -f \"$${dir}/so_locations\""; \
348 rm -f "$${dir}/so_locations"; \
349 done
350 liblto_plugin.la: $(liblto_plugin_la_OBJECTS) $(liblto_plugin_la_DEPENDENCIES)
351 $(liblto_plugin_la_LINK) -rpath $(libexecsubdir) $(liblto_plugin_la_OBJECTS) $(liblto_plugin_la_LIBADD) $(LIBS)
353 mostlyclean-compile:
354 -rm -f *.$(OBJEXT)
356 distclean-compile:
357 -rm -f *.tab.c
359 .c.o:
360 $(COMPILE) -c $<
362 .c.obj:
363 $(COMPILE) -c `$(CYGPATH_W) '$<'`
365 .c.lo:
366 $(LTCOMPILE) -c -o $@ $<
368 mostlyclean-libtool:
369 -rm -f *.lo
371 clean-libtool:
372 -rm -rf .libs _libs
374 distclean-libtool:
375 -rm -f libtool config.lt
377 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
378 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
379 unique=`for i in $$list; do \
380 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
381 done | \
382 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
383 END { if (nonempty) { for (i in files) print i; }; }'`; \
384 mkid -fID $$unique
385 tags: TAGS
387 TAGS: $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
388 $(TAGS_FILES) $(LISP)
389 set x; \
390 here=`pwd`; \
391 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
392 unique=`for i in $$list; do \
393 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
394 done | \
395 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
396 END { if (nonempty) { for (i in files) print i; }; }'`; \
397 shift; \
398 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
399 test -n "$$unique" || unique=$$empty_fix; \
400 if test $$# -gt 0; then \
401 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
402 "$$@" $$unique; \
403 else \
404 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
405 $$unique; \
406 fi; \
408 ctags: CTAGS
409 CTAGS: $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
410 $(TAGS_FILES) $(LISP)
411 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
412 unique=`for i in $$list; do \
413 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
414 done | \
415 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
416 END { if (nonempty) { for (i in files) print i; }; }'`; \
417 test -z "$(CTAGS_ARGS)$$unique" \
418 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
419 $$unique
421 GTAGS:
422 here=`$(am__cd) $(top_builddir) && pwd` \
423 && $(am__cd) $(top_srcdir) \
424 && gtags -i $(GTAGS_ARGS) "$$here"
426 distclean-tags:
427 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
428 check-am: all-am
429 check: check-am
430 all-am: Makefile $(LTLIBRARIES) config.h all-local
431 installdirs:
432 for dir in "$(DESTDIR)$(libexecsubdir)"; do \
433 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
434 done
435 install: install-am
436 install-exec: install-exec-am
437 install-data: install-data-am
438 uninstall: uninstall-am
440 install-am: all-am
441 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
443 installcheck: installcheck-am
444 install-strip:
445 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
446 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
447 `test -z '$(STRIP)' || \
448 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
449 mostlyclean-generic:
451 clean-generic:
453 distclean-generic:
454 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
455 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
457 maintainer-clean-generic:
458 @echo "This command is intended for maintainers to use"
459 @echo "it deletes files that may require special tools to rebuild."
460 clean: clean-am
462 clean-am: clean-generic clean-libexecsubLTLIBRARIES clean-libtool \
463 mostlyclean-am
465 distclean: distclean-am
466 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
467 -rm -f Makefile
468 distclean-am: clean-am distclean-compile distclean-generic \
469 distclean-hdr distclean-libtool distclean-tags
471 dvi: dvi-am
473 dvi-am:
475 html: html-am
477 html-am:
479 info: info-am
481 info-am:
483 install-data-am:
485 install-dvi: install-dvi-am
487 install-dvi-am:
489 install-exec-am: install-libexecsubLTLIBRARIES
491 install-html: install-html-am
493 install-html-am:
495 install-info: install-info-am
497 install-info-am:
499 install-man:
501 install-pdf: install-pdf-am
503 install-pdf-am:
505 install-ps: install-ps-am
507 install-ps-am:
509 installcheck-am:
511 maintainer-clean: maintainer-clean-am
512 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
513 -rm -rf $(top_srcdir)/autom4te.cache
514 -rm -f Makefile
515 maintainer-clean-am: distclean-am maintainer-clean-generic
517 mostlyclean: mostlyclean-am
519 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
520 mostlyclean-libtool
522 pdf: pdf-am
524 pdf-am:
526 ps: ps-am
528 ps-am:
530 uninstall-am: uninstall-libexecsubLTLIBRARIES
532 .MAKE: all install-am install-strip
534 .PHONY: CTAGS GTAGS all all-am all-local am--refresh check check-am \
535 clean clean-generic clean-libexecsubLTLIBRARIES clean-libtool \
536 ctags distclean distclean-compile distclean-generic \
537 distclean-hdr distclean-libtool distclean-tags dvi dvi-am html \
538 html-am info info-am install install-am install-data \
539 install-data-am install-dvi install-dvi-am install-exec \
540 install-exec-am install-html install-html-am install-info \
541 install-info-am install-libexecsubLTLIBRARIES install-man \
542 install-pdf install-pdf-am install-ps install-ps-am \
543 install-strip installcheck installcheck-am installdirs \
544 maintainer-clean maintainer-clean-generic mostlyclean \
545 mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
546 pdf pdf-am ps ps-am tags uninstall uninstall-am \
547 uninstall-libexecsubLTLIBRARIES
549 override CFLAGS := $(filter-out -fsanitize=address,$(CFLAGS))
550 override LDFLAGS := $(filter-out -fsanitize=address,$(LDFLAGS))
552 all-local: $(in_gcc_libs)
554 $(in_gcc_libs) : $(gcc_build_dir)/%: %
555 @if test "X`dlname=; . ./$*; echo dlname:$$dlname`" = "Xdlname:"; then \
556 echo WARNING: $* is static, not copying to $@ >&2 ; \
557 else \
558 $(mkinstalldirs) $(gcc_build_dir) && \
559 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $* `pwd`/$@ ; \
562 # Tell versions [3.59,3.63) of GNU make to not export all variables.
563 # Otherwise a system limit (for SysV at least) may be exceeded.
564 .NOEXPORT: