OSDN Git Service

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