OSDN Git Service

c3f5260ed7d6930aa1ab12aa72036c2d40347997
[pf3gnuchains/gcc-fork.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 subdir = .
40 DIST_COMMON = ChangeLog $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
41         $(top_srcdir)/configure $(am__configure_deps) \
42         $(srcdir)/../mkinstalldirs
43 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
44 am__aclocal_m4_deps = $(top_srcdir)/../config/acx.m4 \
45         $(top_srcdir)/../config/depstand.m4 \
46         $(top_srcdir)/../config/lead-dot.m4 \
47         $(top_srcdir)/../config/override.m4 \
48         $(top_srcdir)/../libtool.m4 $(top_srcdir)/../ltoptions.m4 \
49         $(top_srcdir)/../ltsugar.m4 $(top_srcdir)/../ltversion.m4 \
50         $(top_srcdir)/../lt~obsolete.m4 $(top_srcdir)/configure.ac
51 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
52         $(ACLOCAL_M4)
53 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
54  configure.lineno config.status.lineno
55 mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
56 CONFIG_CLEAN_FILES =
57 CONFIG_CLEAN_VPATH_FILES =
58 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
59 am__vpath_adj = case $$p in \
60     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
61     *) f=$$p;; \
62   esac;
63 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
64 am__install_max = 40
65 am__nobase_strip_setup = \
66   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
67 am__nobase_strip = \
68   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
69 am__nobase_list = $(am__nobase_strip_setup); \
70   for p in $$list; do echo "$$p $$p"; done | \
71   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
72   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
73     if (++n[$$2] == $(am__install_max)) \
74       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
75     END { for (dir in files) print dir, files[dir] }'
76 am__base_list = \
77   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
78   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
79 am__installdirs = "$(DESTDIR)$(libexecsubdir)"
80 LTLIBRARIES = $(libexecsub_LTLIBRARIES)
81 am__DEPENDENCIES_1 =
82 liblto_plugin_la_DEPENDENCIES = $(am__DEPENDENCIES_1) $(if $(wildcard \
83         ../libiberty/pic/libiberty.a),../libiberty/pic/libiberty.a,)
84 am_liblto_plugin_la_OBJECTS = lto-plugin.lo \
85         lto-plugin-$(LTO_FORMAT).lo
86 liblto_plugin_la_OBJECTS = $(am_liblto_plugin_la_OBJECTS)
87 liblto_plugin_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
88         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
89         $(liblto_plugin_la_LDFLAGS) $(LDFLAGS) -o $@
90 DEFAULT_INCLUDES = -I.@am__isrc@
91 depcomp =
92 am__depfiles_maybe =
93 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
94         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
95 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
96         --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
97         $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
98 CCLD = $(CC)
99 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
100         --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
101         $(LDFLAGS) -o $@
102 SOURCES = $(liblto_plugin_la_SOURCES)
103 ETAGS = etags
104 CTAGS = ctags
105 ACLOCAL = @ACLOCAL@
106 AMTAR = @AMTAR@
107 AR = @AR@
108 AUTOCONF = @AUTOCONF@
109 AUTOHEADER = @AUTOHEADER@
110 AUTOMAKE = @AUTOMAKE@
111 AWK = @AWK@
112 CC = @CC@
113 CCDEPMODE = @CCDEPMODE@
114 CFLAGS = @CFLAGS@
115 CPP = @CPP@
116 CPPFLAGS = @CPPFLAGS@
117 CYGPATH_W = @CYGPATH_W@
118 DEFS = @DEFS@
119 DEPDIR = @DEPDIR@
120 DSYMUTIL = @DSYMUTIL@
121 DUMPBIN = @DUMPBIN@
122 ECHO_C = @ECHO_C@
123 ECHO_N = @ECHO_N@
124 ECHO_T = @ECHO_T@
125 EGREP = @EGREP@
126 EXEEXT = @EXEEXT@
127 FGREP = @FGREP@
128 GREP = @GREP@
129 INSTALL = @INSTALL@
130 INSTALL_DATA = @INSTALL_DATA@
131 INSTALL_PROGRAM = @INSTALL_PROGRAM@
132 INSTALL_SCRIPT = @INSTALL_SCRIPT@
133 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
134 LD = @LD@
135 LDFLAGS = @LDFLAGS@
136 LIBELFINC = @LIBELFINC@
137
138 # How to find libelf
139 LIBELFLIBS = @LIBELFLIBS@
140 LIBOBJS = @LIBOBJS@
141 LIBS = @LIBS@
142 LIBTOOL = @LIBTOOL@
143 LIPO = @LIPO@
144 LN_S = @LN_S@
145 LTLIBOBJS = @LTLIBOBJS@
146
147 # Which object format to parse.
148 LTO_FORMAT = @LTO_FORMAT@
149 MAINT = @MAINT@
150 MAKEINFO = @MAKEINFO@
151 MKDIR_P = @MKDIR_P@
152 NM = @NM@
153 NMEDIT = @NMEDIT@
154 OBJDUMP = @OBJDUMP@
155 OBJEXT = @OBJEXT@
156 OTOOL = @OTOOL@
157 OTOOL64 = @OTOOL64@
158 PACKAGE = @PACKAGE@
159 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
160 PACKAGE_NAME = @PACKAGE_NAME@
161 PACKAGE_STRING = @PACKAGE_STRING@
162 PACKAGE_TARNAME = @PACKAGE_TARNAME@
163 PACKAGE_URL = @PACKAGE_URL@
164 PACKAGE_VERSION = @PACKAGE_VERSION@
165 PATH_SEPARATOR = @PATH_SEPARATOR@
166 RANLIB = @RANLIB@
167 SED = @SED@
168 SET_MAKE = @SET_MAKE@
169 SHELL = @SHELL@
170 STRIP = @STRIP@
171 VERSION = @VERSION@
172 abs_builddir = @abs_builddir@
173 abs_srcdir = @abs_srcdir@
174 abs_top_builddir = @abs_top_builddir@
175 abs_top_srcdir = @abs_top_srcdir@
176 ac_ct_CC = @ac_ct_CC@
177 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
178 am__include = @am__include@
179 am__leading_dot = @am__leading_dot@
180 am__quote = @am__quote@
181 am__tar = @am__tar@
182 am__untar = @am__untar@
183 bindir = @bindir@
184 build = @build@
185 build_alias = @build_alias@
186 build_cpu = @build_cpu@
187 build_libsubdir = @build_libsubdir@
188 build_os = @build_os@
189 build_subdir = @build_subdir@
190 build_vendor = @build_vendor@
191 builddir = @builddir@
192 datadir = @datadir@
193 datarootdir = @datarootdir@
194 docdir = @docdir@
195 dvidir = @dvidir@
196 exec_prefix = @exec_prefix@
197 host = @host@
198 host_alias = @host_alias@
199 host_cpu = @host_cpu@
200 host_os = @host_os@
201 host_subdir = @host_subdir@
202 host_vendor = @host_vendor@
203 htmldir = @htmldir@
204 includedir = @includedir@
205 infodir = @infodir@
206 install_sh = @install_sh@
207 libdir = @libdir@
208 libexecdir = @libexecdir@
209 localedir = @localedir@
210 localstatedir = @localstatedir@
211 mandir = @mandir@
212 mkdir_p = @mkdir_p@
213 oldincludedir = @oldincludedir@
214 pdfdir = @pdfdir@
215 prefix = @prefix@
216 program_transform_name = @program_transform_name@
217 psdir = @psdir@
218 sbindir = @sbindir@
219 sharedstatedir = @sharedstatedir@
220 srcdir = @srcdir@
221 sysconfdir = @sysconfdir@
222 target_alias = @target_alias@
223 target_noncanonical := @target_noncanonical@
224 target_subdir = @target_subdir@
225 top_build_prefix = @top_build_prefix@
226 top_builddir = @top_builddir@
227 top_srcdir = @top_srcdir@
228 ACLOCAL_AMFLAGS = -I .. -I ../config
229 AUTOMAKE_OPTIONS = no-dependencies
230 gcc_version := $(shell cat $(top_srcdir)/../gcc/BASE-VER)
231 libexecsubdir := $(libexecdir)/gcc/$(target_noncanonical)/$(gcc_version)
232 AM_CPPFLAGS = -I$(top_srcdir)/../include $(LIBELFINC)
233 AM_CFLAGS = -Wall -Werror
234 libexecsub_LTLIBRARIES = liblto_plugin.la
235 liblto_plugin_la_SOURCES = lto-plugin.c lto-plugin-$(LTO_FORMAT).c
236 liblto_plugin_la_LIBADD = $(LIBELFLIBS) \
237         $(if $(wildcard ../libiberty/pic/libiberty.a),../libiberty/pic/libiberty.a,)
238
239 liblto_plugin_la_LDFLAGS = -no-undefined -bindir $(libexecsubdir) \
240         $(if $(wildcard ../libiberty/pic/libiberty.a),,-Wc,../libiberty/libiberty.a)
241
242 all: all-am
243
244 .SUFFIXES:
245 .SUFFIXES: .c .lo .o .obj
246 am--refresh:
247         @:
248 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
249         @for dep in $?; do \
250           case '$(am__configure_deps)' in \
251             *$$dep*) \
252               echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
253               $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
254                 && exit 0; \
255               exit 1;; \
256           esac; \
257         done; \
258         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
259         $(am__cd) $(top_srcdir) && \
260           $(AUTOMAKE) --foreign Makefile
261 .PRECIOUS: Makefile
262 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
263         @case '$?' in \
264           *config.status*) \
265             echo ' $(SHELL) ./config.status'; \
266             $(SHELL) ./config.status;; \
267           *) \
268             echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
269             cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
270         esac;
271
272 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
273         $(SHELL) ./config.status --recheck
274
275 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
276         $(am__cd) $(srcdir) && $(AUTOCONF)
277 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
278         $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
279 $(am__aclocal_m4_deps):
280 install-libexecsubLTLIBRARIES: $(libexecsub_LTLIBRARIES)
281         @$(NORMAL_INSTALL)
282         test -z "$(libexecsubdir)" || $(MKDIR_P) "$(DESTDIR)$(libexecsubdir)"
283         @list='$(libexecsub_LTLIBRARIES)'; test -n "$(libexecsubdir)" || list=; \
284         list2=; for p in $$list; do \
285           if test -f $$p; then \
286             list2="$$list2 $$p"; \
287           else :; fi; \
288         done; \
289         test -z "$$list2" || { \
290           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libexecsubdir)'"; \
291           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libexecsubdir)"; \
292         }
293
294 uninstall-libexecsubLTLIBRARIES:
295         @$(NORMAL_UNINSTALL)
296         @list='$(libexecsub_LTLIBRARIES)'; test -n "$(libexecsubdir)" || list=; \
297         for p in $$list; do \
298           $(am__strip_dir) \
299           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libexecsubdir)/$$f'"; \
300           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libexecsubdir)/$$f"; \
301         done
302
303 clean-libexecsubLTLIBRARIES:
304         -test -z "$(libexecsub_LTLIBRARIES)" || rm -f $(libexecsub_LTLIBRARIES)
305         @list='$(libexecsub_LTLIBRARIES)'; for p in $$list; do \
306           dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
307           test "$$dir" != "$$p" || dir=.; \
308           echo "rm -f \"$${dir}/so_locations\""; \
309           rm -f "$${dir}/so_locations"; \
310         done
311 liblto_plugin.la: $(liblto_plugin_la_OBJECTS) $(liblto_plugin_la_DEPENDENCIES) 
312         $(liblto_plugin_la_LINK) -rpath $(libexecsubdir) $(liblto_plugin_la_OBJECTS) $(liblto_plugin_la_LIBADD) $(LIBS)
313
314 mostlyclean-compile:
315         -rm -f *.$(OBJEXT)
316
317 distclean-compile:
318         -rm -f *.tab.c
319
320 .c.o:
321         $(COMPILE) -c $<
322
323 .c.obj:
324         $(COMPILE) -c `$(CYGPATH_W) '$<'`
325
326 .c.lo:
327         $(LTCOMPILE) -c -o $@ $<
328
329 mostlyclean-libtool:
330         -rm -f *.lo
331
332 clean-libtool:
333         -rm -rf .libs _libs
334
335 distclean-libtool:
336         -rm -f libtool config.lt
337
338 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
339         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
340         unique=`for i in $$list; do \
341             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
342           done | \
343           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
344               END { if (nonempty) { for (i in files) print i; }; }'`; \
345         mkid -fID $$unique
346 tags: TAGS
347
348 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
349                 $(TAGS_FILES) $(LISP)
350         set x; \
351         here=`pwd`; \
352         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
353         unique=`for i in $$list; do \
354             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
355           done | \
356           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
357               END { if (nonempty) { for (i in files) print i; }; }'`; \
358         shift; \
359         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
360           test -n "$$unique" || unique=$$empty_fix; \
361           if test $$# -gt 0; then \
362             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
363               "$$@" $$unique; \
364           else \
365             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
366               $$unique; \
367           fi; \
368         fi
369 ctags: CTAGS
370 CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
371                 $(TAGS_FILES) $(LISP)
372         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
373         unique=`for i in $$list; do \
374             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
375           done | \
376           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
377               END { if (nonempty) { for (i in files) print i; }; }'`; \
378         test -z "$(CTAGS_ARGS)$$unique" \
379           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
380              $$unique
381
382 GTAGS:
383         here=`$(am__cd) $(top_builddir) && pwd` \
384           && $(am__cd) $(top_srcdir) \
385           && gtags -i $(GTAGS_ARGS) "$$here"
386
387 distclean-tags:
388         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
389 check-am: all-am
390 check: check-am
391 all-am: Makefile $(LTLIBRARIES)
392 installdirs:
393         for dir in "$(DESTDIR)$(libexecsubdir)"; do \
394           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
395         done
396 install: install-am
397 install-exec: install-exec-am
398 install-data: install-data-am
399 uninstall: uninstall-am
400
401 install-am: all-am
402         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
403
404 installcheck: installcheck-am
405 install-strip:
406         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
407           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
408           `test -z '$(STRIP)' || \
409             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
410 mostlyclean-generic:
411
412 clean-generic:
413
414 distclean-generic:
415         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
416         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
417
418 maintainer-clean-generic:
419         @echo "This command is intended for maintainers to use"
420         @echo "it deletes files that may require special tools to rebuild."
421 clean: clean-am
422
423 clean-am: clean-generic clean-libexecsubLTLIBRARIES clean-libtool \
424         mostlyclean-am
425
426 distclean: distclean-am
427         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
428         -rm -f Makefile
429 distclean-am: clean-am distclean-compile distclean-generic \
430         distclean-libtool distclean-tags
431
432 dvi: dvi-am
433
434 dvi-am:
435
436 html: html-am
437
438 html-am:
439
440 info: info-am
441
442 info-am:
443
444 install-data-am:
445
446 install-dvi: install-dvi-am
447
448 install-dvi-am:
449
450 install-exec-am: install-libexecsubLTLIBRARIES
451
452 install-html: install-html-am
453
454 install-html-am:
455
456 install-info: install-info-am
457
458 install-info-am:
459
460 install-man:
461
462 install-pdf: install-pdf-am
463
464 install-pdf-am:
465
466 install-ps: install-ps-am
467
468 install-ps-am:
469
470 installcheck-am:
471
472 maintainer-clean: maintainer-clean-am
473         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
474         -rm -rf $(top_srcdir)/autom4te.cache
475         -rm -f Makefile
476 maintainer-clean-am: distclean-am maintainer-clean-generic
477
478 mostlyclean: mostlyclean-am
479
480 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
481         mostlyclean-libtool
482
483 pdf: pdf-am
484
485 pdf-am:
486
487 ps: ps-am
488
489 ps-am:
490
491 uninstall-am: uninstall-libexecsubLTLIBRARIES
492
493 .MAKE: install-am install-strip
494
495 .PHONY: CTAGS GTAGS all all-am am--refresh check check-am clean \
496         clean-generic clean-libexecsubLTLIBRARIES clean-libtool ctags \
497         distclean distclean-compile distclean-generic \
498         distclean-libtool distclean-tags dvi dvi-am html html-am info \
499         info-am install install-am install-data install-data-am \
500         install-dvi install-dvi-am install-exec install-exec-am \
501         install-html install-html-am install-info install-info-am \
502         install-libexecsubLTLIBRARIES install-man install-pdf \
503         install-pdf-am install-ps install-ps-am install-strip \
504         installcheck installcheck-am installdirs maintainer-clean \
505         maintainer-clean-generic mostlyclean mostlyclean-compile \
506         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
507         tags uninstall uninstall-am uninstall-libexecsubLTLIBRARIES
508
509
510 all: copy_lto_plugin
511
512 copy_lto_plugin: all-am
513         $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $(libexecsub_LTLIBRARIES) `pwd`/../gcc/
514
515 # Tell versions [3.59,3.63) of GNU make to not export all variables.
516 # Otherwise a system limit (for SysV at least) may be exceeded.
517 .NOEXPORT: