]> git.ipfire.org Git - thirdparty/gcc.git/blame - lto-plugin/Makefile.in
configure.ac (build_lto_plugin): New shell variable.
[thirdparty/gcc.git] / lto-plugin / Makefile.in
CommitLineData
4d9e8446 1# Makefile.in generated by automake 1.11.1 from Makefile.am.
d7f09764
DN
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
20VPATH = @srcdir@
21pkgdatadir = $(datadir)/@PACKAGE@
22pkgincludedir = $(includedir)/@PACKAGE@
23pkglibdir = $(libdir)/@PACKAGE@
24pkglibexecdir = $(libexecdir)/@PACKAGE@
25am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
26install_sh_DATA = $(install_sh) -c -m 644
27install_sh_PROGRAM = $(install_sh) -c
28install_sh_SCRIPT = $(install_sh) -c
29INSTALL_HEADER = $(INSTALL_DATA)
30transform = $(program_transform_name)
31NORMAL_INSTALL = :
32PRE_INSTALL = :
33POST_INSTALL = :
34NORMAL_UNINSTALL = :
35PRE_UNINSTALL = :
36POST_UNINSTALL = :
37build_triplet = @build@
38host_triplet = @host@
39subdir = .
13917ae3
RW
40DIST_COMMON = ChangeLog $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
41 $(top_srcdir)/configure $(am__configure_deps) \
42 $(srcdir)/../mkinstalldirs
d7f09764
DN
43ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
44am__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
51am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
52 $(ACLOCAL_M4)
53am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
54 configure.lineno config.status.lineno
55mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
56CONFIG_CLEAN_FILES =
57CONFIG_CLEAN_VPATH_FILES =
58am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
59am__vpath_adj = case $$p in \
60 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
61 *) f=$$p;; \
62 esac;
63am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
64am__install_max = 40
65am__nobase_strip_setup = \
66 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
67am__nobase_strip = \
68 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
69am__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] }'
76am__base_list = \
77 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
78 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
79am__installdirs = "$(DESTDIR)$(libexecsubdir)"
80LTLIBRARIES = $(libexecsub_LTLIBRARIES)
81am__DEPENDENCIES_1 =
1cd0b716
DK
82liblto_plugin_la_DEPENDENCIES = $(am__DEPENDENCIES_1) $(if $(wildcard \
83 ../libiberty/pic/libiberty.a),../libiberty/pic/libiberty.a,)
84am_liblto_plugin_la_OBJECTS = lto-plugin.lo \
85 lto-plugin-$(LTO_FORMAT).lo
d7f09764 86liblto_plugin_la_OBJECTS = $(am_liblto_plugin_la_OBJECTS)
1cd0b716
DK
87liblto_plugin_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
88 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
89 $(liblto_plugin_la_LDFLAGS) $(LDFLAGS) -o $@
d7f09764 90DEFAULT_INCLUDES = -I.@am__isrc@
c164615b
RG
91depcomp =
92am__depfiles_maybe =
d7f09764
DN
93COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
94 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
95LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
96 --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
97 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
98CCLD = $(CC)
99LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
100 --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
101 $(LDFLAGS) -o $@
102SOURCES = $(liblto_plugin_la_SOURCES)
d7f09764
DN
103ETAGS = etags
104CTAGS = ctags
d7f09764
DN
105ACLOCAL = @ACLOCAL@
106AMTAR = @AMTAR@
107AR = @AR@
108AUTOCONF = @AUTOCONF@
109AUTOHEADER = @AUTOHEADER@
110AUTOMAKE = @AUTOMAKE@
111AWK = @AWK@
112CC = @CC@
113CCDEPMODE = @CCDEPMODE@
114CFLAGS = @CFLAGS@
115CPP = @CPP@
116CPPFLAGS = @CPPFLAGS@
117CYGPATH_W = @CYGPATH_W@
118DEFS = @DEFS@
119DEPDIR = @DEPDIR@
120DSYMUTIL = @DSYMUTIL@
121DUMPBIN = @DUMPBIN@
122ECHO_C = @ECHO_C@
123ECHO_N = @ECHO_N@
124ECHO_T = @ECHO_T@
125EGREP = @EGREP@
126EXEEXT = @EXEEXT@
127FGREP = @FGREP@
128GREP = @GREP@
129INSTALL = @INSTALL@
130INSTALL_DATA = @INSTALL_DATA@
131INSTALL_PROGRAM = @INSTALL_PROGRAM@
132INSTALL_SCRIPT = @INSTALL_SCRIPT@
133INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
134LD = @LD@
135LDFLAGS = @LDFLAGS@
136LIBELFINC = @LIBELFINC@
137
138# How to find libelf
139LIBELFLIBS = @LIBELFLIBS@
140LIBOBJS = @LIBOBJS@
141LIBS = @LIBS@
142LIBTOOL = @LIBTOOL@
143LIPO = @LIPO@
144LN_S = @LN_S@
145LTLIBOBJS = @LTLIBOBJS@
1cd0b716
DK
146
147# Which object format to parse.
148LTO_FORMAT = @LTO_FORMAT@
03428d41 149MAINT = @MAINT@
d7f09764
DN
150MAKEINFO = @MAKEINFO@
151MKDIR_P = @MKDIR_P@
152NM = @NM@
153NMEDIT = @NMEDIT@
154OBJDUMP = @OBJDUMP@
155OBJEXT = @OBJEXT@
156OTOOL = @OTOOL@
157OTOOL64 = @OTOOL64@
158PACKAGE = @PACKAGE@
159PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
160PACKAGE_NAME = @PACKAGE_NAME@
161PACKAGE_STRING = @PACKAGE_STRING@
162PACKAGE_TARNAME = @PACKAGE_TARNAME@
163PACKAGE_URL = @PACKAGE_URL@
164PACKAGE_VERSION = @PACKAGE_VERSION@
165PATH_SEPARATOR = @PATH_SEPARATOR@
166RANLIB = @RANLIB@
167SED = @SED@
168SET_MAKE = @SET_MAKE@
169SHELL = @SHELL@
170STRIP = @STRIP@
171VERSION = @VERSION@
172abs_builddir = @abs_builddir@
173abs_srcdir = @abs_srcdir@
174abs_top_builddir = @abs_top_builddir@
175abs_top_srcdir = @abs_top_srcdir@
176ac_ct_CC = @ac_ct_CC@
177ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
178am__include = @am__include@
179am__leading_dot = @am__leading_dot@
180am__quote = @am__quote@
181am__tar = @am__tar@
182am__untar = @am__untar@
183bindir = @bindir@
184build = @build@
185build_alias = @build_alias@
186build_cpu = @build_cpu@
187build_libsubdir = @build_libsubdir@
188build_os = @build_os@
189build_subdir = @build_subdir@
190build_vendor = @build_vendor@
191builddir = @builddir@
192datadir = @datadir@
193datarootdir = @datarootdir@
194docdir = @docdir@
195dvidir = @dvidir@
196exec_prefix = @exec_prefix@
197host = @host@
198host_alias = @host_alias@
199host_cpu = @host_cpu@
200host_os = @host_os@
201host_subdir = @host_subdir@
202host_vendor = @host_vendor@
203htmldir = @htmldir@
204includedir = @includedir@
205infodir = @infodir@
206install_sh = @install_sh@
207libdir = @libdir@
208libexecdir = @libexecdir@
209localedir = @localedir@
210localstatedir = @localstatedir@
d7f09764
DN
211mandir = @mandir@
212mkdir_p = @mkdir_p@
213oldincludedir = @oldincludedir@
214pdfdir = @pdfdir@
215prefix = @prefix@
216program_transform_name = @program_transform_name@
217psdir = @psdir@
218sbindir = @sbindir@
219sharedstatedir = @sharedstatedir@
220srcdir = @srcdir@
221sysconfdir = @sysconfdir@
222target_alias = @target_alias@
223target_noncanonical := @target_noncanonical@
224target_subdir = @target_subdir@
225top_build_prefix = @top_build_prefix@
226top_builddir = @top_builddir@
227top_srcdir = @top_srcdir@
228ACLOCAL_AMFLAGS = -I .. -I ../config
c164615b 229AUTOMAKE_OPTIONS = no-dependencies
d7f09764
DN
230gcc_version := $(shell cat $(top_srcdir)/../gcc/BASE-VER)
231libexecsubdir := $(libexecdir)/gcc/$(target_noncanonical)/$(gcc_version)
232AM_CPPFLAGS = -I$(top_srcdir)/../include $(LIBELFINC)
233AM_CFLAGS = -Wall -Werror
234libexecsub_LTLIBRARIES = liblto_plugin.la
1cd0b716
DK
235liblto_plugin_la_SOURCES = lto-plugin.c lto-plugin-$(LTO_FORMAT).c
236liblto_plugin_la_LIBADD = $(LIBELFLIBS) \
237 $(if $(wildcard ../libiberty/pic/libiberty.a),../libiberty/pic/libiberty.a,)
238
239liblto_plugin_la_LDFLAGS = -no-undefined -bindir $(libexecsubdir) \
240 $(if $(wildcard ../libiberty/pic/libiberty.a),,-Wc,../libiberty/libiberty.a)
241
d7f09764
DN
242all: all-am
243
244.SUFFIXES:
245.SUFFIXES: .c .lo .o .obj
246am--refresh:
247 @:
03428d41 248$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
d7f09764
DN
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
262Makefile: $(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
03428d41 275$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
d7f09764 276 $(am__cd) $(srcdir) && $(AUTOCONF)
03428d41 277$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
d7f09764
DN
278 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
279$(am__aclocal_m4_deps):
280install-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
294uninstall-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
303clean-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
311liblto_plugin.la: $(liblto_plugin_la_OBJECTS) $(liblto_plugin_la_DEPENDENCIES)
1cd0b716 312 $(liblto_plugin_la_LINK) -rpath $(libexecsubdir) $(liblto_plugin_la_OBJECTS) $(liblto_plugin_la_LIBADD) $(LIBS)
d7f09764
DN
313
314mostlyclean-compile:
315 -rm -f *.$(OBJEXT)
316
317distclean-compile:
318 -rm -f *.tab.c
319
d7f09764 320.c.o:
c164615b 321 $(COMPILE) -c $<
d7f09764
DN
322
323.c.obj:
c164615b 324 $(COMPILE) -c `$(CYGPATH_W) '$<'`
d7f09764
DN
325
326.c.lo:
c164615b 327 $(LTCOMPILE) -c -o $@ $<
d7f09764
DN
328
329mostlyclean-libtool:
330 -rm -f *.lo
331
332clean-libtool:
333 -rm -rf .libs _libs
334
335distclean-libtool:
336 -rm -f libtool config.lt
337
338ID: $(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
346tags: TAGS
347
348TAGS: $(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
369ctags: CTAGS
370CTAGS: $(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
382GTAGS:
383 here=`$(am__cd) $(top_builddir) && pwd` \
384 && $(am__cd) $(top_srcdir) \
385 && gtags -i $(GTAGS_ARGS) "$$here"
386
387distclean-tags:
388 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
d7f09764
DN
389check-am: all-am
390check: check-am
391all-am: Makefile $(LTLIBRARIES)
392installdirs:
393 for dir in "$(DESTDIR)$(libexecsubdir)"; do \
394 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
395 done
396install: install-am
397install-exec: install-exec-am
398install-data: install-data-am
399uninstall: uninstall-am
400
401install-am: all-am
402 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
403
404installcheck: installcheck-am
405install-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
410mostlyclean-generic:
411
412clean-generic:
413
414distclean-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
418maintainer-clean-generic:
419 @echo "This command is intended for maintainers to use"
420 @echo "it deletes files that may require special tools to rebuild."
421clean: clean-am
422
423clean-am: clean-generic clean-libexecsubLTLIBRARIES clean-libtool \
424 mostlyclean-am
425
426distclean: distclean-am
427 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
d7f09764
DN
428 -rm -f Makefile
429distclean-am: clean-am distclean-compile distclean-generic \
430 distclean-libtool distclean-tags
431
432dvi: dvi-am
433
434dvi-am:
435
436html: html-am
437
438html-am:
439
440info: info-am
441
442info-am:
443
444install-data-am:
445
446install-dvi: install-dvi-am
447
448install-dvi-am:
449
450install-exec-am: install-libexecsubLTLIBRARIES
451
452install-html: install-html-am
453
454install-html-am:
455
456install-info: install-info-am
457
458install-info-am:
459
460install-man:
461
462install-pdf: install-pdf-am
463
464install-pdf-am:
465
466install-ps: install-ps-am
467
468install-ps-am:
469
470installcheck-am:
471
472maintainer-clean: maintainer-clean-am
473 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
474 -rm -rf $(top_srcdir)/autom4te.cache
d7f09764
DN
475 -rm -f Makefile
476maintainer-clean-am: distclean-am maintainer-clean-generic
477
478mostlyclean: mostlyclean-am
479
480mostlyclean-am: mostlyclean-compile mostlyclean-generic \
481 mostlyclean-libtool
482
483pdf: pdf-am
484
485pdf-am:
486
487ps: ps-am
488
489ps-am:
490
491uninstall-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 \
13917ae3
RW
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
d7f09764
DN
508
509
553fc582
RG
510all: copy_lto_plugin
511
512copy_lto_plugin: all-am
513 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $(libexecsub_LTLIBRARIES) `pwd`/../gcc/
514
d7f09764
DN
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: