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