new tests
[official-gcc.git] / lto-plugin / Makefile.in
blob86edb99bfa72a6462d1a581f57036fe716fe85ec
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)/../libtool.m4 $(top_srcdir)/../ltoptions.m4 \
51 $(top_srcdir)/../ltsugar.m4 $(top_srcdir)/../ltversion.m4 \
52 $(top_srcdir)/../lt~obsolete.m4 $(top_srcdir)/configure.ac
53 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
54 $(ACLOCAL_M4)
55 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
56 configure.lineno config.status.lineno
57 mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
58 CONFIG_HEADER = config.h
59 CONFIG_CLEAN_FILES =
60 CONFIG_CLEAN_VPATH_FILES =
61 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
62 am__vpath_adj = case $$p in \
63 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
64 *) f=$$p;; \
65 esac;
66 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
67 am__install_max = 40
68 am__nobase_strip_setup = \
69 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
70 am__nobase_strip = \
71 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
72 am__nobase_list = $(am__nobase_strip_setup); \
73 for p in $$list; do echo "$$p $$p"; done | \
74 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
75 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
76 if (++n[$$2] == $(am__install_max)) \
77 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
78 END { for (dir in files) print dir, files[dir] }'
79 am__base_list = \
80 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
81 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
82 am__installdirs = "$(DESTDIR)$(libexecsubdir)"
83 LTLIBRARIES = $(libexecsub_LTLIBRARIES)
84 am_liblto_plugin_la_OBJECTS = lto-plugin.lo
85 liblto_plugin_la_OBJECTS = $(am_liblto_plugin_la_OBJECTS)
86 liblto_plugin_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
87 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
88 $(liblto_plugin_la_LDFLAGS) $(LDFLAGS) -o $@
89 DEFAULT_INCLUDES = -I.@am__isrc@
90 depcomp =
91 am__depfiles_maybe =
92 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
93 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
94 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
95 --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
96 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
97 CCLD = $(CC)
98 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
99 --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
100 $(LDFLAGS) -o $@
101 SOURCES = $(liblto_plugin_la_SOURCES)
102 ETAGS = etags
103 CTAGS = ctags
104 ACLOCAL = @ACLOCAL@
105 AMTAR = @AMTAR@
106 AR = @AR@
107 AUTOCONF = @AUTOCONF@
108 AUTOHEADER = @AUTOHEADER@
109 AUTOMAKE = @AUTOMAKE@
110 AWK = @AWK@
111 CC = @CC@
112 CCDEPMODE = @CCDEPMODE@
113 CFLAGS = @CFLAGS@
114 CPP = @CPP@
115 CPPFLAGS = @CPPFLAGS@
116 CYGPATH_W = @CYGPATH_W@
117 DEFS = @DEFS@
118 DEPDIR = @DEPDIR@
119 DSYMUTIL = @DSYMUTIL@
120 DUMPBIN = @DUMPBIN@
121 ECHO_C = @ECHO_C@
122 ECHO_N = @ECHO_N@
123 ECHO_T = @ECHO_T@
124 EGREP = @EGREP@
125 EXEEXT = @EXEEXT@
126 FGREP = @FGREP@
127 GREP = @GREP@
128 INSTALL = @INSTALL@
129 INSTALL_DATA = @INSTALL_DATA@
130 INSTALL_PROGRAM = @INSTALL_PROGRAM@
131 INSTALL_SCRIPT = @INSTALL_SCRIPT@
132 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
133 LD = @LD@
134 LDFLAGS = @LDFLAGS@
135 LIBOBJS = @LIBOBJS@
136 LIBS = @LIBS@
137 LIBTOOL = @LIBTOOL@
138 LIPO = @LIPO@
139 LN_S = @LN_S@
140 LTLIBOBJS = @LTLIBOBJS@
141 MAINT = @MAINT@
142 MAKEINFO = @MAKEINFO@
143 MKDIR_P = @MKDIR_P@
144 NM = @NM@
145 NMEDIT = @NMEDIT@
146 OBJDUMP = @OBJDUMP@
147 OBJEXT = @OBJEXT@
148 OTOOL = @OTOOL@
149 OTOOL64 = @OTOOL64@
150 PACKAGE = @PACKAGE@
151 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
152 PACKAGE_NAME = @PACKAGE_NAME@
153 PACKAGE_STRING = @PACKAGE_STRING@
154 PACKAGE_TARNAME = @PACKAGE_TARNAME@
155 PACKAGE_URL = @PACKAGE_URL@
156 PACKAGE_VERSION = @PACKAGE_VERSION@
157 PATH_SEPARATOR = @PATH_SEPARATOR@
158 RANLIB = @RANLIB@
159 SED = @SED@
160 SET_MAKE = @SET_MAKE@
161 SHELL = @SHELL@
162 STRIP = @STRIP@
163 VERSION = @VERSION@
164 abs_builddir = @abs_builddir@
165 abs_srcdir = @abs_srcdir@
166 abs_top_builddir = @abs_top_builddir@
167 abs_top_srcdir = @abs_top_srcdir@
168 ac_ct_CC = @ac_ct_CC@
169 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
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 host = @host@
190 host_alias = @host_alias@
191 host_cpu = @host_cpu@
192 host_os = @host_os@
193 host_subdir = @host_subdir@
194 host_vendor = @host_vendor@
195 htmldir = @htmldir@
196 includedir = @includedir@
197 infodir = @infodir@
198 install_sh = @install_sh@
199 libdir = @libdir@
200 libexecdir = @libexecdir@
201 localedir = @localedir@
202 localstatedir = @localstatedir@
203 lt_host_flags = @lt_host_flags@
204 mandir = @mandir@
205 mkdir_p = @mkdir_p@
206 oldincludedir = @oldincludedir@
207 pdfdir = @pdfdir@
208 prefix = @prefix@
209 program_transform_name = @program_transform_name@
210 psdir = @psdir@
211 sbindir = @sbindir@
212 sharedstatedir = @sharedstatedir@
213 srcdir = @srcdir@
214 sysconfdir = @sysconfdir@
215 target = @target@
216 target_alias = @target_alias@
217 target_cpu = @target_cpu@
218 target_noncanonical := @target_noncanonical@
219 target_os = @target_os@
220 target_subdir = @target_subdir@
221 target_vendor = @target_vendor@
222 top_build_prefix = @top_build_prefix@
223 top_builddir = @top_builddir@
224 top_srcdir = @top_srcdir@
225 ACLOCAL_AMFLAGS = -I .. -I ../config
226 AUTOMAKE_OPTIONS = no-dependencies
227 gcc_version := $(shell cat $(top_srcdir)/../gcc/BASE-VER)
228 libexecsubdir := $(libexecdir)/gcc/$(target_noncanonical)/$(gcc_version)
229 AM_CPPFLAGS = -I$(top_srcdir)/../include $(DEFS)
230 AM_CFLAGS = -Wall -Werror
231 AM_LIBTOOLFLAGS = --tag=disable-static
232 libexecsub_LTLIBRARIES = liblto_plugin.la
233 gcc_build_dir = ../$(host_subdir)/gcc
234 in_gcc_libs = $(foreach lib, $(libexecsub_LTLIBRARIES), $(gcc_build_dir)/$(lib))
236 # Can be removed when libiberty becomes a normal convenience library
237 Wc = -Wc,
238 liblto_plugin_la_SOURCES = lto-plugin.c
239 liblto_plugin_la_LIBADD = \
240 $(if $(wildcard ../libiberty/pic/libiberty.a),$(Wc)../libiberty/pic/libiberty.a,)
242 # Note that we intentionally override the bindir supplied by ACX_LT_HOST_FLAGS
243 liblto_plugin_la_LDFLAGS = $(lt_host_flags) -module -bindir $(libexecsubdir) \
244 $(if $(wildcard ../libiberty/pic/libiberty.a),,-Wc,../libiberty/libiberty.a)
246 liblto_plugin_la_DEPENDENCIES = $(if $(wildcard \
247 ../libiberty/pic/libiberty.a),../libiberty/pic/libiberty.a,)
249 all: config.h
250 $(MAKE) $(AM_MAKEFLAGS) all-am
252 .SUFFIXES:
253 .SUFFIXES: .c .lo .o .obj
254 am--refresh:
256 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
257 @for dep in $?; do \
258 case '$(am__configure_deps)' in \
259 *$$dep*) \
260 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
261 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
262 && exit 0; \
263 exit 1;; \
264 esac; \
265 done; \
266 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
267 $(am__cd) $(top_srcdir) && \
268 $(AUTOMAKE) --foreign Makefile
269 .PRECIOUS: Makefile
270 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
271 @case '$?' in \
272 *config.status*) \
273 echo ' $(SHELL) ./config.status'; \
274 $(SHELL) ./config.status;; \
275 *) \
276 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
277 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
278 esac;
280 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
281 $(SHELL) ./config.status --recheck
283 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
284 $(am__cd) $(srcdir) && $(AUTOCONF)
285 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
286 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
287 $(am__aclocal_m4_deps):
289 config.h: stamp-h1
290 @if test ! -f $@; then \
291 rm -f stamp-h1; \
292 $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
293 else :; fi
295 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
296 @rm -f stamp-h1
297 cd $(top_builddir) && $(SHELL) ./config.status config.h
298 $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
299 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
300 rm -f stamp-h1
301 touch $@
303 distclean-hdr:
304 -rm -f config.h stamp-h1
305 install-libexecsubLTLIBRARIES: $(libexecsub_LTLIBRARIES)
306 @$(NORMAL_INSTALL)
307 test -z "$(libexecsubdir)" || $(MKDIR_P) "$(DESTDIR)$(libexecsubdir)"
308 @list='$(libexecsub_LTLIBRARIES)'; test -n "$(libexecsubdir)" || list=; \
309 list2=; for p in $$list; do \
310 if test -f $$p; then \
311 list2="$$list2 $$p"; \
312 else :; fi; \
313 done; \
314 test -z "$$list2" || { \
315 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libexecsubdir)'"; \
316 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libexecsubdir)"; \
319 uninstall-libexecsubLTLIBRARIES:
320 @$(NORMAL_UNINSTALL)
321 @list='$(libexecsub_LTLIBRARIES)'; test -n "$(libexecsubdir)" || list=; \
322 for p in $$list; do \
323 $(am__strip_dir) \
324 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libexecsubdir)/$$f'"; \
325 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libexecsubdir)/$$f"; \
326 done
328 clean-libexecsubLTLIBRARIES:
329 -test -z "$(libexecsub_LTLIBRARIES)" || rm -f $(libexecsub_LTLIBRARIES)
330 @list='$(libexecsub_LTLIBRARIES)'; for p in $$list; do \
331 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
332 test "$$dir" != "$$p" || dir=.; \
333 echo "rm -f \"$${dir}/so_locations\""; \
334 rm -f "$${dir}/so_locations"; \
335 done
336 liblto_plugin.la: $(liblto_plugin_la_OBJECTS) $(liblto_plugin_la_DEPENDENCIES)
337 $(liblto_plugin_la_LINK) -rpath $(libexecsubdir) $(liblto_plugin_la_OBJECTS) $(liblto_plugin_la_LIBADD) $(LIBS)
339 mostlyclean-compile:
340 -rm -f *.$(OBJEXT)
342 distclean-compile:
343 -rm -f *.tab.c
345 .c.o:
346 $(COMPILE) -c $<
348 .c.obj:
349 $(COMPILE) -c `$(CYGPATH_W) '$<'`
351 .c.lo:
352 $(LTCOMPILE) -c -o $@ $<
354 mostlyclean-libtool:
355 -rm -f *.lo
357 clean-libtool:
358 -rm -rf .libs _libs
360 distclean-libtool:
361 -rm -f libtool config.lt
363 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
364 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
365 unique=`for i in $$list; do \
366 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
367 done | \
368 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
369 END { if (nonempty) { for (i in files) print i; }; }'`; \
370 mkid -fID $$unique
371 tags: TAGS
373 TAGS: $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
374 $(TAGS_FILES) $(LISP)
375 set x; \
376 here=`pwd`; \
377 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
378 unique=`for i in $$list; do \
379 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
380 done | \
381 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
382 END { if (nonempty) { for (i in files) print i; }; }'`; \
383 shift; \
384 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
385 test -n "$$unique" || unique=$$empty_fix; \
386 if test $$# -gt 0; then \
387 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
388 "$$@" $$unique; \
389 else \
390 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
391 $$unique; \
392 fi; \
394 ctags: CTAGS
395 CTAGS: $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
396 $(TAGS_FILES) $(LISP)
397 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
398 unique=`for i in $$list; do \
399 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
400 done | \
401 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
402 END { if (nonempty) { for (i in files) print i; }; }'`; \
403 test -z "$(CTAGS_ARGS)$$unique" \
404 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
405 $$unique
407 GTAGS:
408 here=`$(am__cd) $(top_builddir) && pwd` \
409 && $(am__cd) $(top_srcdir) \
410 && gtags -i $(GTAGS_ARGS) "$$here"
412 distclean-tags:
413 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
414 check-am: all-am
415 check: check-am
416 all-am: Makefile $(LTLIBRARIES) config.h all-local
417 installdirs:
418 for dir in "$(DESTDIR)$(libexecsubdir)"; do \
419 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
420 done
421 install: install-am
422 install-exec: install-exec-am
423 install-data: install-data-am
424 uninstall: uninstall-am
426 install-am: all-am
427 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
429 installcheck: installcheck-am
430 install-strip:
431 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
432 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
433 `test -z '$(STRIP)' || \
434 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
435 mostlyclean-generic:
437 clean-generic:
439 distclean-generic:
440 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
441 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
443 maintainer-clean-generic:
444 @echo "This command is intended for maintainers to use"
445 @echo "it deletes files that may require special tools to rebuild."
446 clean: clean-am
448 clean-am: clean-generic clean-libexecsubLTLIBRARIES clean-libtool \
449 mostlyclean-am
451 distclean: distclean-am
452 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
453 -rm -f Makefile
454 distclean-am: clean-am distclean-compile distclean-generic \
455 distclean-hdr distclean-libtool distclean-tags
457 dvi: dvi-am
459 dvi-am:
461 html: html-am
463 html-am:
465 info: info-am
467 info-am:
469 install-data-am:
471 install-dvi: install-dvi-am
473 install-dvi-am:
475 install-exec-am: install-libexecsubLTLIBRARIES
477 install-html: install-html-am
479 install-html-am:
481 install-info: install-info-am
483 install-info-am:
485 install-man:
487 install-pdf: install-pdf-am
489 install-pdf-am:
491 install-ps: install-ps-am
493 install-ps-am:
495 installcheck-am:
497 maintainer-clean: maintainer-clean-am
498 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
499 -rm -rf $(top_srcdir)/autom4te.cache
500 -rm -f Makefile
501 maintainer-clean-am: distclean-am maintainer-clean-generic
503 mostlyclean: mostlyclean-am
505 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
506 mostlyclean-libtool
508 pdf: pdf-am
510 pdf-am:
512 ps: ps-am
514 ps-am:
516 uninstall-am: uninstall-libexecsubLTLIBRARIES
518 .MAKE: all install-am install-strip
520 .PHONY: CTAGS GTAGS all all-am all-local am--refresh check check-am \
521 clean clean-generic clean-libexecsubLTLIBRARIES clean-libtool \
522 ctags distclean distclean-compile distclean-generic \
523 distclean-hdr distclean-libtool distclean-tags dvi dvi-am html \
524 html-am info info-am install install-am install-data \
525 install-data-am install-dvi install-dvi-am install-exec \
526 install-exec-am install-html install-html-am install-info \
527 install-info-am install-libexecsubLTLIBRARIES install-man \
528 install-pdf install-pdf-am install-ps install-ps-am \
529 install-strip installcheck installcheck-am installdirs \
530 maintainer-clean maintainer-clean-generic mostlyclean \
531 mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
532 pdf pdf-am ps ps-am tags uninstall uninstall-am \
533 uninstall-libexecsubLTLIBRARIES
536 all-local: $(in_gcc_libs)
538 $(in_gcc_libs) : $(gcc_build_dir)/%: %
539 @if test "X`dlname=; . ./$*; echo dlname:$$dlname`" = "Xdlname:"; then \
540 echo WARNING: $* is static, not copying to $@ >&2 ; \
541 else \
542 $(mkinstalldirs) $(gcc_build_dir) && \
543 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $* `pwd`/$@ ; \
546 # Tell versions [3.59,3.63) of GNU make to not export all variables.
547 # Otherwise a system limit (for SysV at least) may be exceeded.
548 .NOEXPORT: