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