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