Revert "Fix PR c++/47172"
[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 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
234 # Can be removed when libiberty becomes a normal convenience library
235 Wc = -Wc,
236 liblto_plugin_la_SOURCES = lto-plugin.c
237 liblto_plugin_la_LIBADD = \
238 $(if $(wildcard ../libiberty/pic/libiberty.a),$(Wc)../libiberty/pic/libiberty.a,)
239
240 # Note that we intentionally override the bindir supplied by ACX_LT_HOST_FLAGS
241 liblto_plugin_la_LDFLAGS = $(lt_host_flags) -bindir $(libexecsubdir) \
242 $(if $(wildcard ../libiberty/pic/libiberty.a),,-Wc,../libiberty/libiberty.a)
243
244 liblto_plugin_la_DEPENDENCIES = $(if $(wildcard \
245 ../libiberty/pic/libiberty.a),../libiberty/pic/libiberty.a,)
246
247 all: config.h
248 $(MAKE) $(AM_MAKEFLAGS) all-am
249
250 .SUFFIXES:
251 .SUFFIXES: .c .lo .o .obj
252 am--refresh:
253 @:
254 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
255 @for dep in $?; do \
256 case '$(am__configure_deps)' in \
257 *$$dep*) \
258 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
259 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
260 && exit 0; \
261 exit 1;; \
262 esac; \
263 done; \
264 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
265 $(am__cd) $(top_srcdir) && \
266 $(AUTOMAKE) --foreign Makefile
267 .PRECIOUS: Makefile
268 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
269 @case '$?' in \
270 *config.status*) \
271 echo ' $(SHELL) ./config.status'; \
272 $(SHELL) ./config.status;; \
273 *) \
274 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
275 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
276 esac;
277
278 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
279 $(SHELL) ./config.status --recheck
280
281 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
282 $(am__cd) $(srcdir) && $(AUTOCONF)
283 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
284 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
285 $(am__aclocal_m4_deps):
286
287 config.h: stamp-h1
288 @if test ! -f $@; then \
289 rm -f stamp-h1; \
290 $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
291 else :; fi
292
293 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
294 @rm -f stamp-h1
295 cd $(top_builddir) && $(SHELL) ./config.status config.h
296 $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
297 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
298 rm -f stamp-h1
299 touch $@
300
301 distclean-hdr:
302 -rm -f config.h stamp-h1
303 install-libexecsubLTLIBRARIES: $(libexecsub_LTLIBRARIES)
304 @$(NORMAL_INSTALL)
305 test -z "$(libexecsubdir)" || $(MKDIR_P) "$(DESTDIR)$(libexecsubdir)"
306 @list='$(libexecsub_LTLIBRARIES)'; test -n "$(libexecsubdir)" || list=; \
307 list2=; for p in $$list; do \
308 if test -f $$p; then \
309 list2="$$list2 $$p"; \
310 else :; fi; \
311 done; \
312 test -z "$$list2" || { \
313 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libexecsubdir)'"; \
314 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libexecsubdir)"; \
315 }
316
317 uninstall-libexecsubLTLIBRARIES:
318 @$(NORMAL_UNINSTALL)
319 @list='$(libexecsub_LTLIBRARIES)'; test -n "$(libexecsubdir)" || list=; \
320 for p in $$list; do \
321 $(am__strip_dir) \
322 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libexecsubdir)/$$f'"; \
323 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libexecsubdir)/$$f"; \
324 done
325
326 clean-libexecsubLTLIBRARIES:
327 -test -z "$(libexecsub_LTLIBRARIES)" || rm -f $(libexecsub_LTLIBRARIES)
328 @list='$(libexecsub_LTLIBRARIES)'; for p in $$list; do \
329 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
330 test "$$dir" != "$$p" || dir=.; \
331 echo "rm -f \"$${dir}/so_locations\""; \
332 rm -f "$${dir}/so_locations"; \
333 done
334 liblto_plugin.la: $(liblto_plugin_la_OBJECTS) $(liblto_plugin_la_DEPENDENCIES)
335 $(liblto_plugin_la_LINK) -rpath $(libexecsubdir) $(liblto_plugin_la_OBJECTS) $(liblto_plugin_la_LIBADD) $(LIBS)
336
337 mostlyclean-compile:
338 -rm -f *.$(OBJEXT)
339
340 distclean-compile:
341 -rm -f *.tab.c
342
343 .c.o:
344 $(COMPILE) -c $<
345
346 .c.obj:
347 $(COMPILE) -c `$(CYGPATH_W) '$<'`
348
349 .c.lo:
350 $(LTCOMPILE) -c -o $@ $<
351
352 mostlyclean-libtool:
353 -rm -f *.lo
354
355 clean-libtool:
356 -rm -rf .libs _libs
357
358 distclean-libtool:
359 -rm -f libtool config.lt
360
361 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
362 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
363 unique=`for i in $$list; do \
364 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
365 done | \
366 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
367 END { if (nonempty) { for (i in files) print i; }; }'`; \
368 mkid -fID $$unique
369 tags: TAGS
370
371 TAGS: $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
372 $(TAGS_FILES) $(LISP)
373 set x; \
374 here=`pwd`; \
375 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
376 unique=`for i in $$list; do \
377 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
378 done | \
379 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
380 END { if (nonempty) { for (i in files) print i; }; }'`; \
381 shift; \
382 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
383 test -n "$$unique" || unique=$$empty_fix; \
384 if test $$# -gt 0; then \
385 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
386 "$$@" $$unique; \
387 else \
388 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
389 $$unique; \
390 fi; \
391 fi
392 ctags: CTAGS
393 CTAGS: $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
394 $(TAGS_FILES) $(LISP)
395 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
396 unique=`for i in $$list; do \
397 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
398 done | \
399 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
400 END { if (nonempty) { for (i in files) print i; }; }'`; \
401 test -z "$(CTAGS_ARGS)$$unique" \
402 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
403 $$unique
404
405 GTAGS:
406 here=`$(am__cd) $(top_builddir) && pwd` \
407 && $(am__cd) $(top_srcdir) \
408 && gtags -i $(GTAGS_ARGS) "$$here"
409
410 distclean-tags:
411 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
412 check-am: all-am
413 check: check-am
414 all-am: Makefile $(LTLIBRARIES) config.h
415 installdirs:
416 for dir in "$(DESTDIR)$(libexecsubdir)"; do \
417 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
418 done
419 install: install-am
420 install-exec: install-exec-am
421 install-data: install-data-am
422 uninstall: uninstall-am
423
424 install-am: all-am
425 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
426
427 installcheck: installcheck-am
428 install-strip:
429 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
430 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
431 `test -z '$(STRIP)' || \
432 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
433 mostlyclean-generic:
434
435 clean-generic:
436
437 distclean-generic:
438 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
439 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
440
441 maintainer-clean-generic:
442 @echo "This command is intended for maintainers to use"
443 @echo "it deletes files that may require special tools to rebuild."
444 clean: clean-am
445
446 clean-am: clean-generic clean-libexecsubLTLIBRARIES clean-libtool \
447 mostlyclean-am
448
449 distclean: distclean-am
450 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
451 -rm -f Makefile
452 distclean-am: clean-am distclean-compile distclean-generic \
453 distclean-hdr distclean-libtool distclean-tags
454
455 dvi: dvi-am
456
457 dvi-am:
458
459 html: html-am
460
461 html-am:
462
463 info: info-am
464
465 info-am:
466
467 install-data-am:
468
469 install-dvi: install-dvi-am
470
471 install-dvi-am:
472
473 install-exec-am: install-libexecsubLTLIBRARIES
474
475 install-html: install-html-am
476
477 install-html-am:
478
479 install-info: install-info-am
480
481 install-info-am:
482
483 install-man:
484
485 install-pdf: install-pdf-am
486
487 install-pdf-am:
488
489 install-ps: install-ps-am
490
491 install-ps-am:
492
493 installcheck-am:
494
495 maintainer-clean: maintainer-clean-am
496 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
497 -rm -rf $(top_srcdir)/autom4te.cache
498 -rm -f Makefile
499 maintainer-clean-am: distclean-am maintainer-clean-generic
500
501 mostlyclean: mostlyclean-am
502
503 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
504 mostlyclean-libtool
505
506 pdf: pdf-am
507
508 pdf-am:
509
510 ps: ps-am
511
512 ps-am:
513
514 uninstall-am: uninstall-libexecsubLTLIBRARIES
515
516 .MAKE: all install-am install-strip
517
518 .PHONY: CTAGS GTAGS all all-am am--refresh check check-am clean \
519 clean-generic clean-libexecsubLTLIBRARIES clean-libtool ctags \
520 distclean distclean-compile distclean-generic distclean-hdr \
521 distclean-libtool distclean-tags dvi dvi-am html html-am info \
522 info-am install install-am install-data install-data-am \
523 install-dvi install-dvi-am install-exec install-exec-am \
524 install-html install-html-am install-info install-info-am \
525 install-libexecsubLTLIBRARIES install-man install-pdf \
526 install-pdf-am install-ps install-ps-am install-strip \
527 installcheck installcheck-am installdirs maintainer-clean \
528 maintainer-clean-generic mostlyclean mostlyclean-compile \
529 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
530 tags uninstall uninstall-am uninstall-libexecsubLTLIBRARIES
531
532
533 all: copy_lto_plugin
534
535 copy_lto_plugin: all-am
536 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $(libexecsub_LTLIBRARIES) `pwd`/../gcc/
537
538 # Tell versions [3.59,3.63) of GNU make to not export all variables.
539 # Otherwise a system limit (for SysV at least) may be exceeded.
540 .NOEXPORT: