re PR lto/47225 (cross-compile fails while configuring libgcc with "xgcc: fatal error...
[platform/upstream/gcc.git] / lto-plugin / Makefile.in
1 # Makefile.in generated by automake 1.11.1 from Makefile.am.
2 # @configure_input@
3
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.
10
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.
15
16 @SET_MAKE@
17
18 # Makefile.am is used by automake 1.11 to generate Makefile.in.
19
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)/../libtool.m4 \
46         $(top_srcdir)/../ltoptions.m4 $(top_srcdir)/../ltsugar.m4 \
47         $(top_srcdir)/../ltversion.m4 $(top_srcdir)/../lt~obsolete.m4 \
48         $(top_srcdir)/../config/acx.m4 \
49         $(top_srcdir)/../config/depstand.m4 \
50         $(top_srcdir)/../config/lead-dot.m4 \
51         $(top_srcdir)/../config/lthostflags.m4 \
52         $(top_srcdir)/../config/override.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 liblto_plugin_la_DEPENDENCIES = $(if $(wildcard \
85         ../libiberty/pic/libiberty.a),$(Wl)../libiberty/pic/libiberty.a,)
86 am_liblto_plugin_la_OBJECTS = lto-plugin.lo
87 liblto_plugin_la_OBJECTS = $(am_liblto_plugin_la_OBJECTS)
88 liblto_plugin_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
89         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
90         $(liblto_plugin_la_LDFLAGS) $(LDFLAGS) -o $@
91 DEFAULT_INCLUDES = -I.@am__isrc@
92 depcomp =
93 am__depfiles_maybe =
94 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
95         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
96 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
97         --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
98         $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
99 CCLD = $(CC)
100 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
101         --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
102         $(LDFLAGS) -o $@
103 SOURCES = $(liblto_plugin_la_SOURCES)
104 ETAGS = etags
105 CTAGS = ctags
106 ACLOCAL = @ACLOCAL@
107 AMTAR = @AMTAR@
108 AR = @AR@
109 AUTOCONF = @AUTOCONF@
110 AUTOHEADER = @AUTOHEADER@
111 AUTOMAKE = @AUTOMAKE@
112 AWK = @AWK@
113 CC = @CC@
114 CCDEPMODE = @CCDEPMODE@
115 CFLAGS = @CFLAGS@
116 CPP = @CPP@
117 CPPFLAGS = @CPPFLAGS@
118 CYGPATH_W = @CYGPATH_W@
119 DEFS = @DEFS@
120 DEPDIR = @DEPDIR@
121 DSYMUTIL = @DSYMUTIL@
122 DUMPBIN = @DUMPBIN@
123 ECHO_C = @ECHO_C@
124 ECHO_N = @ECHO_N@
125 ECHO_T = @ECHO_T@
126 EGREP = @EGREP@
127 EXEEXT = @EXEEXT@
128 FGREP = @FGREP@
129 GREP = @GREP@
130 INSTALL = @INSTALL@
131 INSTALL_DATA = @INSTALL_DATA@
132 INSTALL_PROGRAM = @INSTALL_PROGRAM@
133 INSTALL_SCRIPT = @INSTALL_SCRIPT@
134 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
135 LD = @LD@
136 LDFLAGS = @LDFLAGS@
137 LIBOBJS = @LIBOBJS@
138 LIBS = @LIBS@
139 LIBTOOL = @LIBTOOL@
140 LIPO = @LIPO@
141 LN_S = @LN_S@
142 LTLIBOBJS = @LTLIBOBJS@
143 MAINT = @MAINT@
144 MAKEINFO = @MAKEINFO@
145 MKDIR_P = @MKDIR_P@
146 NM = @NM@
147 NMEDIT = @NMEDIT@
148 OBJDUMP = @OBJDUMP@
149 OBJEXT = @OBJEXT@
150 OTOOL = @OTOOL@
151 OTOOL64 = @OTOOL64@
152 PACKAGE = @PACKAGE@
153 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
154 PACKAGE_NAME = @PACKAGE_NAME@
155 PACKAGE_STRING = @PACKAGE_STRING@
156 PACKAGE_TARNAME = @PACKAGE_TARNAME@
157 PACKAGE_URL = @PACKAGE_URL@
158 PACKAGE_VERSION = @PACKAGE_VERSION@
159 PATH_SEPARATOR = @PATH_SEPARATOR@
160 RANLIB = @RANLIB@
161 SED = @SED@
162 SET_MAKE = @SET_MAKE@
163 SHELL = @SHELL@
164 STRIP = @STRIP@
165 VERSION = @VERSION@
166 abs_builddir = @abs_builddir@
167 abs_srcdir = @abs_srcdir@
168 abs_top_builddir = @abs_top_builddir@
169 abs_top_srcdir = @abs_top_srcdir@
170 ac_ct_CC = @ac_ct_CC@
171 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
172 am__include = @am__include@
173 am__leading_dot = @am__leading_dot@
174 am__quote = @am__quote@
175 am__tar = @am__tar@
176 am__untar = @am__untar@
177 bindir = @bindir@
178 build = @build@
179 build_alias = @build_alias@
180 build_cpu = @build_cpu@
181 build_libsubdir = @build_libsubdir@
182 build_os = @build_os@
183 build_subdir = @build_subdir@
184 build_vendor = @build_vendor@
185 builddir = @builddir@
186 datadir = @datadir@
187 datarootdir = @datarootdir@
188 docdir = @docdir@
189 dvidir = @dvidir@
190 exec_prefix = @exec_prefix@
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 sbindir = @sbindir@
214 sharedstatedir = @sharedstatedir@
215 srcdir = @srcdir@
216 sysconfdir = @sysconfdir@
217 target = @target@
218 target_alias = @target_alias@
219 target_cpu = @target_cpu@
220 target_noncanonical := @target_noncanonical@
221 target_os = @target_os@
222 target_subdir = @target_subdir@
223 target_vendor = @target_vendor@
224 top_build_prefix = @top_build_prefix@
225 top_builddir = @top_builddir@
226 top_srcdir = @top_srcdir@
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 = -Wall -Werror
233 AM_LIBTOOLFLAGS = --tag=disable-static
234
235 # This can go away when libiberty becomes a normal convenience library
236 Wl = -Wl,
237 libexecsub_LTLIBRARIES = liblto_plugin.la
238 liblto_plugin_la_SOURCES = lto-plugin.c
239 liblto_plugin_la_LIBADD = \
240         $(if $(wildcard ../libiberty/pic/libiberty.a),$(Wl)../libiberty/pic/libiberty.a,)
241
242 # Note that we intentionally override the bindir supplied by ACX_LT_HOST_FLAGS
243 liblto_plugin_la_LDFLAGS = $(lt_host_flags) -bindir $(libexecsubdir) \
244         $(if $(wildcard ../libiberty/pic/libiberty.a),,-Wc,../libiberty/libiberty.a)
245
246 all: config.h
247         $(MAKE) $(AM_MAKEFLAGS) all-am
248
249 .SUFFIXES:
250 .SUFFIXES: .c .lo .o .obj
251 am--refresh:
252         @:
253 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
254         @for dep in $?; do \
255           case '$(am__configure_deps)' in \
256             *$$dep*) \
257               echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
258               $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
259                 && exit 0; \
260               exit 1;; \
261           esac; \
262         done; \
263         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
264         $(am__cd) $(top_srcdir) && \
265           $(AUTOMAKE) --foreign Makefile
266 .PRECIOUS: Makefile
267 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
268         @case '$?' in \
269           *config.status*) \
270             echo ' $(SHELL) ./config.status'; \
271             $(SHELL) ./config.status;; \
272           *) \
273             echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
274             cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
275         esac;
276
277 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
278         $(SHELL) ./config.status --recheck
279
280 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
281         $(am__cd) $(srcdir) && $(AUTOCONF)
282 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
283         $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
284 $(am__aclocal_m4_deps):
285
286 config.h: stamp-h1
287         @if test ! -f $@; then \
288           rm -f stamp-h1; \
289           $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
290         else :; fi
291
292 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
293         @rm -f stamp-h1
294         cd $(top_builddir) && $(SHELL) ./config.status config.h
295 $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
296         ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
297         rm -f stamp-h1
298         touch $@
299
300 distclean-hdr:
301         -rm -f config.h stamp-h1
302 install-libexecsubLTLIBRARIES: $(libexecsub_LTLIBRARIES)
303         @$(NORMAL_INSTALL)
304         test -z "$(libexecsubdir)" || $(MKDIR_P) "$(DESTDIR)$(libexecsubdir)"
305         @list='$(libexecsub_LTLIBRARIES)'; test -n "$(libexecsubdir)" || list=; \
306         list2=; for p in $$list; do \
307           if test -f $$p; then \
308             list2="$$list2 $$p"; \
309           else :; fi; \
310         done; \
311         test -z "$$list2" || { \
312           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libexecsubdir)'"; \
313           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libexecsubdir)"; \
314         }
315
316 uninstall-libexecsubLTLIBRARIES:
317         @$(NORMAL_UNINSTALL)
318         @list='$(libexecsub_LTLIBRARIES)'; test -n "$(libexecsubdir)" || list=; \
319         for p in $$list; do \
320           $(am__strip_dir) \
321           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libexecsubdir)/$$f'"; \
322           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libexecsubdir)/$$f"; \
323         done
324
325 clean-libexecsubLTLIBRARIES:
326         -test -z "$(libexecsub_LTLIBRARIES)" || rm -f $(libexecsub_LTLIBRARIES)
327         @list='$(libexecsub_LTLIBRARIES)'; for p in $$list; do \
328           dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
329           test "$$dir" != "$$p" || dir=.; \
330           echo "rm -f \"$${dir}/so_locations\""; \
331           rm -f "$${dir}/so_locations"; \
332         done
333 liblto_plugin.la: $(liblto_plugin_la_OBJECTS) $(liblto_plugin_la_DEPENDENCIES) 
334         $(liblto_plugin_la_LINK) -rpath $(libexecsubdir) $(liblto_plugin_la_OBJECTS) $(liblto_plugin_la_LIBADD) $(LIBS)
335
336 mostlyclean-compile:
337         -rm -f *.$(OBJEXT)
338
339 distclean-compile:
340         -rm -f *.tab.c
341
342 .c.o:
343         $(COMPILE) -c $<
344
345 .c.obj:
346         $(COMPILE) -c `$(CYGPATH_W) '$<'`
347
348 .c.lo:
349         $(LTCOMPILE) -c -o $@ $<
350
351 mostlyclean-libtool:
352         -rm -f *.lo
353
354 clean-libtool:
355         -rm -rf .libs _libs
356
357 distclean-libtool:
358         -rm -f libtool config.lt
359
360 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
361         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
362         unique=`for i in $$list; do \
363             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
364           done | \
365           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
366               END { if (nonempty) { for (i in files) print i; }; }'`; \
367         mkid -fID $$unique
368 tags: TAGS
369
370 TAGS:  $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
371                 $(TAGS_FILES) $(LISP)
372         set x; \
373         here=`pwd`; \
374         list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
375         unique=`for i in $$list; do \
376             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
377           done | \
378           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
379               END { if (nonempty) { for (i in files) print i; }; }'`; \
380         shift; \
381         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
382           test -n "$$unique" || unique=$$empty_fix; \
383           if test $$# -gt 0; then \
384             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
385               "$$@" $$unique; \
386           else \
387             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
388               $$unique; \
389           fi; \
390         fi
391 ctags: CTAGS
392 CTAGS:  $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
393                 $(TAGS_FILES) $(LISP)
394         list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
395         unique=`for i in $$list; do \
396             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
397           done | \
398           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
399               END { if (nonempty) { for (i in files) print i; }; }'`; \
400         test -z "$(CTAGS_ARGS)$$unique" \
401           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
402              $$unique
403
404 GTAGS:
405         here=`$(am__cd) $(top_builddir) && pwd` \
406           && $(am__cd) $(top_srcdir) \
407           && gtags -i $(GTAGS_ARGS) "$$here"
408
409 distclean-tags:
410         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
411 check-am: all-am
412 check: check-am
413 all-am: Makefile $(LTLIBRARIES) config.h
414 installdirs:
415         for dir in "$(DESTDIR)$(libexecsubdir)"; do \
416           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
417         done
418 install: install-am
419 install-exec: install-exec-am
420 install-data: install-data-am
421 uninstall: uninstall-am
422
423 install-am: all-am
424         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
425
426 installcheck: installcheck-am
427 install-strip:
428         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
429           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
430           `test -z '$(STRIP)' || \
431             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
432 mostlyclean-generic:
433
434 clean-generic:
435
436 distclean-generic:
437         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
438         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
439
440 maintainer-clean-generic:
441         @echo "This command is intended for maintainers to use"
442         @echo "it deletes files that may require special tools to rebuild."
443 clean: clean-am
444
445 clean-am: clean-generic clean-libexecsubLTLIBRARIES clean-libtool \
446         mostlyclean-am
447
448 distclean: distclean-am
449         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
450         -rm -f Makefile
451 distclean-am: clean-am distclean-compile distclean-generic \
452         distclean-hdr distclean-libtool distclean-tags
453
454 dvi: dvi-am
455
456 dvi-am:
457
458 html: html-am
459
460 html-am:
461
462 info: info-am
463
464 info-am:
465
466 install-data-am:
467
468 install-dvi: install-dvi-am
469
470 install-dvi-am:
471
472 install-exec-am: install-libexecsubLTLIBRARIES
473
474 install-html: install-html-am
475
476 install-html-am:
477
478 install-info: install-info-am
479
480 install-info-am:
481
482 install-man:
483
484 install-pdf: install-pdf-am
485
486 install-pdf-am:
487
488 install-ps: install-ps-am
489
490 install-ps-am:
491
492 installcheck-am:
493
494 maintainer-clean: maintainer-clean-am
495         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
496         -rm -rf $(top_srcdir)/autom4te.cache
497         -rm -f Makefile
498 maintainer-clean-am: distclean-am maintainer-clean-generic
499
500 mostlyclean: mostlyclean-am
501
502 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
503         mostlyclean-libtool
504
505 pdf: pdf-am
506
507 pdf-am:
508
509 ps: ps-am
510
511 ps-am:
512
513 uninstall-am: uninstall-libexecsubLTLIBRARIES
514
515 .MAKE: all install-am install-strip
516
517 .PHONY: CTAGS GTAGS all all-am am--refresh check check-am clean \
518         clean-generic clean-libexecsubLTLIBRARIES clean-libtool ctags \
519         distclean distclean-compile distclean-generic distclean-hdr \
520         distclean-libtool distclean-tags dvi dvi-am html html-am info \
521         info-am install install-am install-data install-data-am \
522         install-dvi install-dvi-am install-exec install-exec-am \
523         install-html install-html-am install-info install-info-am \
524         install-libexecsubLTLIBRARIES install-man install-pdf \
525         install-pdf-am install-ps install-ps-am install-strip \
526         installcheck installcheck-am installdirs maintainer-clean \
527         maintainer-clean-generic mostlyclean mostlyclean-compile \
528         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
529         tags uninstall uninstall-am uninstall-libexecsubLTLIBRARIES
530
531
532 all: copy_lto_plugin
533
534 copy_lto_plugin: all-am
535         $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $(libexecsub_LTLIBRARIES) `pwd`/../gcc/
536
537 # Tell versions [3.59,3.63) of GNU make to not export all variables.
538 # Otherwise a system limit (for SysV at least) may be exceeded.
539 .NOEXPORT: