comparison lto-plugin/Makefile.in @ 63:b7f97abdc517 gcc-4.6-20100522

update gcc from gcc-4.5.0 to gcc-4.6
author ryoma <e075725@ie.u-ryukyu.ac.jp>
date Mon, 24 May 2010 12:47:05 +0900
parents 77e2b8dfacca
children f6334be47118
comparison
equal deleted inserted replaced
56:3c8a44c06a95 63:b7f97abdc517
1 # Makefile.in generated by automake 1.11 from Makefile.am. 1 # Makefile.in generated by automake 1.11.1 from Makefile.am.
2 # @configure_input@ 2 # @configure_input@
3 3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, 5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
6 # Inc. 6 # Inc.
35 PRE_UNINSTALL = : 35 PRE_UNINSTALL = :
36 POST_UNINSTALL = : 36 POST_UNINSTALL = :
37 build_triplet = @build@ 37 build_triplet = @build@
38 host_triplet = @host@ 38 host_triplet = @host@
39 subdir = . 39 subdir = .
40 DIST_COMMON = $(am__configure_deps) $(srcdir)/../config.guess \ 40 DIST_COMMON = ChangeLog $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
41 $(srcdir)/../config.sub $(srcdir)/../depcomp \ 41 $(top_srcdir)/configure $(am__configure_deps) \
42 $(srcdir)/../install-sh $(srcdir)/../ltmain.sh \ 42 $(srcdir)/../mkinstalldirs
43 $(srcdir)/../missing $(srcdir)/../mkinstalldirs \
44 $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
45 $(top_srcdir)/configure ChangeLog
46 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 43 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
47 am__aclocal_m4_deps = $(top_srcdir)/../config/acx.m4 \ 44 am__aclocal_m4_deps = $(top_srcdir)/../config/acx.m4 \
48 $(top_srcdir)/../config/depstand.m4 \ 45 $(top_srcdir)/../config/depstand.m4 \
49 $(top_srcdir)/../config/lead-dot.m4 \ 46 $(top_srcdir)/../config/lead-dot.m4 \
50 $(top_srcdir)/../config/override.m4 \ 47 $(top_srcdir)/../config/override.m4 \
85 liblto_plugin_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \ 82 liblto_plugin_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
86 ../libiberty/pic/libiberty.a 83 ../libiberty/pic/libiberty.a
87 am_liblto_plugin_la_OBJECTS = lto-plugin.lo 84 am_liblto_plugin_la_OBJECTS = lto-plugin.lo
88 liblto_plugin_la_OBJECTS = $(am_liblto_plugin_la_OBJECTS) 85 liblto_plugin_la_OBJECTS = $(am_liblto_plugin_la_OBJECTS)
89 DEFAULT_INCLUDES = -I.@am__isrc@ 86 DEFAULT_INCLUDES = -I.@am__isrc@
90 depcomp = $(SHELL) $(top_srcdir)/../depcomp 87 depcomp =
91 am__depfiles_maybe = depfiles 88 am__depfiles_maybe =
92 am__mv = mv -f
93 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 89 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
94 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 90 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
95 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ 91 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
96 --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ 92 --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
97 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 93 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
98 CCLD = $(CC) 94 CCLD = $(CC)
99 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ 95 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
100 --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \ 96 --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
101 $(LDFLAGS) -o $@ 97 $(LDFLAGS) -o $@
102 SOURCES = $(liblto_plugin_la_SOURCES) 98 SOURCES = $(liblto_plugin_la_SOURCES)
103 DIST_SOURCES = $(liblto_plugin_la_SOURCES)
104 ETAGS = etags 99 ETAGS = etags
105 CTAGS = ctags 100 CTAGS = ctags
106 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
107 distdir = $(PACKAGE)-$(VERSION)
108 top_distdir = $(distdir)
109 am__remove_distdir = \
110 { test ! -d "$(distdir)" \
111 || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
112 && rm -fr "$(distdir)"; }; }
113 DIST_ARCHIVES = $(distdir).tar.gz
114 GZIP_ENV = --best
115 distuninstallcheck_listfiles = find . -type f -print
116 distcleancheck_listfiles = find . -type f -print
117 ACLOCAL = @ACLOCAL@ 101 ACLOCAL = @ACLOCAL@
118 AMTAR = @AMTAR@ 102 AMTAR = @AMTAR@
119 AR = @AR@ 103 AR = @AR@
120 AUTOCONF = @AUTOCONF@ 104 AUTOCONF = @AUTOCONF@
121 AUTOHEADER = @AUTOHEADER@ 105 AUTOHEADER = @AUTOHEADER@
233 target_subdir = @target_subdir@ 217 target_subdir = @target_subdir@
234 top_build_prefix = @top_build_prefix@ 218 top_build_prefix = @top_build_prefix@
235 top_builddir = @top_builddir@ 219 top_builddir = @top_builddir@
236 top_srcdir = @top_srcdir@ 220 top_srcdir = @top_srcdir@
237 ACLOCAL_AMFLAGS = -I .. -I ../config 221 ACLOCAL_AMFLAGS = -I .. -I ../config
222 AUTOMAKE_OPTIONS = no-dependencies
238 gcc_version := $(shell cat $(top_srcdir)/../gcc/BASE-VER) 223 gcc_version := $(shell cat $(top_srcdir)/../gcc/BASE-VER)
239 libexecsubdir := $(libexecdir)/gcc/$(target_noncanonical)/$(gcc_version) 224 libexecsubdir := $(libexecdir)/gcc/$(target_noncanonical)/$(gcc_version)
240 AM_CPPFLAGS = -I$(top_srcdir)/../include $(LIBELFINC) 225 AM_CPPFLAGS = -I$(top_srcdir)/../include $(LIBELFINC)
241 AM_CFLAGS = -Wall -Werror 226 AM_CFLAGS = -Wall -Werror
242 libexecsub_LTLIBRARIES = liblto_plugin.la 227 libexecsub_LTLIBRARIES = liblto_plugin.la
318 -rm -f *.$(OBJEXT) 303 -rm -f *.$(OBJEXT)
319 304
320 distclean-compile: 305 distclean-compile:
321 -rm -f *.tab.c 306 -rm -f *.tab.c
322 307
323 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lto-plugin.Plo@am__quote@
324
325 .c.o: 308 .c.o:
326 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 309 $(COMPILE) -c $<
327 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
328 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
329 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
330 @am__fastdepCC_FALSE@ $(COMPILE) -c $<
331 310
332 .c.obj: 311 .c.obj:
333 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` 312 $(COMPILE) -c `$(CYGPATH_W) '$<'`
334 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
335 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
336 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
337 @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
338 313
339 .c.lo: 314 .c.lo:
340 @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 315 $(LTCOMPILE) -c -o $@ $<
341 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
342 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
343 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
344 @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
345 316
346 mostlyclean-libtool: 317 mostlyclean-libtool:
347 -rm -f *.lo 318 -rm -f *.lo
348 319
349 clean-libtool: 320 clean-libtool:
401 && $(am__cd) $(top_srcdir) \ 372 && $(am__cd) $(top_srcdir) \
402 && gtags -i $(GTAGS_ARGS) "$$here" 373 && gtags -i $(GTAGS_ARGS) "$$here"
403 374
404 distclean-tags: 375 distclean-tags:
405 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 376 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
406
407 distdir: $(DISTFILES)
408 $(am__remove_distdir)
409 test -d "$(distdir)" || mkdir "$(distdir)"
410 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
411 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
412 list='$(DISTFILES)'; \
413 dist_files=`for file in $$list; do echo $$file; done | \
414 sed -e "s|^$$srcdirstrip/||;t" \
415 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
416 case $$dist_files in \
417 */*) $(MKDIR_P) `echo "$$dist_files" | \
418 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
419 sort -u` ;; \
420 esac; \
421 for file in $$dist_files; do \
422 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
423 if test -d $$d/$$file; then \
424 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
425 if test -d "$(distdir)/$$file"; then \
426 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
427 fi; \
428 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
429 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
430 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
431 fi; \
432 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
433 else \
434 test -f "$(distdir)/$$file" \
435 || cp -p $$d/$$file "$(distdir)/$$file" \
436 || exit 1; \
437 fi; \
438 done
439 -test -n "$(am__skip_mode_fix)" \
440 || find "$(distdir)" -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
441 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
442 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
443 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
444 || chmod -R a+r "$(distdir)"
445 dist-gzip: distdir
446 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
447 $(am__remove_distdir)
448
449 dist-bzip2: distdir
450 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
451 $(am__remove_distdir)
452
453 dist-lzma: distdir
454 tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
455 $(am__remove_distdir)
456
457 dist-xz: distdir
458 tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
459 $(am__remove_distdir)
460
461 dist-tarZ: distdir
462 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
463 $(am__remove_distdir)
464
465 dist-shar: distdir
466 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
467 $(am__remove_distdir)
468
469 dist-zip: distdir
470 -rm -f $(distdir).zip
471 zip -rq $(distdir).zip $(distdir)
472 $(am__remove_distdir)
473
474 dist dist-all: distdir
475 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
476 $(am__remove_distdir)
477
478 # This target untars the dist file and tries a VPATH configuration. Then
479 # it guarantees that the distribution is self-contained by making another
480 # tarfile.
481 distcheck: dist
482 case '$(DIST_ARCHIVES)' in \
483 *.tar.gz*) \
484 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
485 *.tar.bz2*) \
486 bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
487 *.tar.lzma*) \
488 unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
489 *.tar.xz*) \
490 xz -dc $(distdir).tar.xz | $(am__untar) ;;\
491 *.tar.Z*) \
492 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
493 *.shar.gz*) \
494 GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
495 *.zip*) \
496 unzip $(distdir).zip ;;\
497 esac
498 chmod -R a-w $(distdir); chmod a+w $(distdir)
499 mkdir $(distdir)/_build
500 mkdir $(distdir)/_inst
501 chmod a-w $(distdir)
502 test -d $(distdir)/_build || exit 0; \
503 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
504 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
505 && am__cwd=`pwd` \
506 && $(am__cd) $(distdir)/_build \
507 && ../configure --srcdir=.. --prefix="$$dc_install_base" \
508 $(DISTCHECK_CONFIGURE_FLAGS) \
509 && $(MAKE) $(AM_MAKEFLAGS) \
510 && $(MAKE) $(AM_MAKEFLAGS) dvi \
511 && $(MAKE) $(AM_MAKEFLAGS) check \
512 && $(MAKE) $(AM_MAKEFLAGS) install \
513 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
514 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
515 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
516 distuninstallcheck \
517 && chmod -R a-w "$$dc_install_base" \
518 && ({ \
519 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
520 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
521 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
522 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
523 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
524 } || { rm -rf "$$dc_destdir"; exit 1; }) \
525 && rm -rf "$$dc_destdir" \
526 && $(MAKE) $(AM_MAKEFLAGS) dist \
527 && rm -rf $(DIST_ARCHIVES) \
528 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
529 && cd "$$am__cwd" \
530 || exit 1
531 $(am__remove_distdir)
532 @(echo "$(distdir) archives ready for distribution: "; \
533 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
534 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
535 distuninstallcheck:
536 @$(am__cd) '$(distuninstallcheck_dir)' \
537 && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
538 || { echo "ERROR: files left after uninstall:" ; \
539 if test -n "$(DESTDIR)"; then \
540 echo " (check DESTDIR support)"; \
541 fi ; \
542 $(distuninstallcheck_listfiles) ; \
543 exit 1; } >&2
544 distcleancheck: distclean
545 @if test '$(srcdir)' = . ; then \
546 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
547 exit 1 ; \
548 fi
549 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
550 || { echo "ERROR: files left in build directory after distclean:" ; \
551 $(distcleancheck_listfiles) ; \
552 exit 1; } >&2
553 check-am: all-am 377 check-am: all-am
554 check: check-am 378 check: check-am
555 all-am: Makefile $(LTLIBRARIES) 379 all-am: Makefile $(LTLIBRARIES)
556 installdirs: 380 installdirs:
557 for dir in "$(DESTDIR)$(libexecsubdir)"; do \ 381 for dir in "$(DESTDIR)$(libexecsubdir)"; do \
587 clean-am: clean-generic clean-libexecsubLTLIBRARIES clean-libtool \ 411 clean-am: clean-generic clean-libexecsubLTLIBRARIES clean-libtool \
588 mostlyclean-am 412 mostlyclean-am
589 413
590 distclean: distclean-am 414 distclean: distclean-am
591 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 415 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
592 -rm -rf ./$(DEPDIR)
593 -rm -f Makefile 416 -rm -f Makefile
594 distclean-am: clean-am distclean-compile distclean-generic \ 417 distclean-am: clean-am distclean-compile distclean-generic \
595 distclean-libtool distclean-tags 418 distclean-libtool distclean-tags
596 419
597 dvi: dvi-am 420 dvi: dvi-am
635 installcheck-am: 458 installcheck-am:
636 459
637 maintainer-clean: maintainer-clean-am 460 maintainer-clean: maintainer-clean-am
638 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 461 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
639 -rm -rf $(top_srcdir)/autom4te.cache 462 -rm -rf $(top_srcdir)/autom4te.cache
640 -rm -rf ./$(DEPDIR)
641 -rm -f Makefile 463 -rm -f Makefile
642 maintainer-clean-am: distclean-am maintainer-clean-generic 464 maintainer-clean-am: distclean-am maintainer-clean-generic
643 465
644 mostlyclean: mostlyclean-am 466 mostlyclean: mostlyclean-am
645 467
658 480
659 .MAKE: install-am install-strip 481 .MAKE: install-am install-strip
660 482
661 .PHONY: CTAGS GTAGS all all-am am--refresh check check-am clean \ 483 .PHONY: CTAGS GTAGS all all-am am--refresh check check-am clean \
662 clean-generic clean-libexecsubLTLIBRARIES clean-libtool ctags \ 484 clean-generic clean-libexecsubLTLIBRARIES clean-libtool ctags \
663 dist dist-all dist-bzip2 dist-gzip dist-lzma dist-shar \ 485 distclean distclean-compile distclean-generic \
664 dist-tarZ dist-xz dist-zip distcheck distclean \ 486 distclean-libtool distclean-tags dvi dvi-am html html-am info \
665 distclean-compile distclean-generic distclean-libtool \ 487 info-am install install-am install-data install-data-am \
666 distclean-tags distcleancheck distdir distuninstallcheck dvi \ 488 install-dvi install-dvi-am install-exec install-exec-am \
667 dvi-am html html-am info info-am install install-am \ 489 install-html install-html-am install-info install-info-am \
668 install-data install-data-am install-dvi install-dvi-am \ 490 install-libexecsubLTLIBRARIES install-man install-pdf \
669 install-exec install-exec-am install-html install-html-am \ 491 install-pdf-am install-ps install-ps-am install-strip \
670 install-info install-info-am install-libexecsubLTLIBRARIES \ 492 installcheck installcheck-am installdirs maintainer-clean \
671 install-man install-pdf install-pdf-am install-ps \ 493 maintainer-clean-generic mostlyclean mostlyclean-compile \
672 install-ps-am install-strip installcheck installcheck-am \ 494 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
673 installdirs maintainer-clean maintainer-clean-generic \ 495 tags uninstall uninstall-am uninstall-libexecsubLTLIBRARIES
674 mostlyclean mostlyclean-compile mostlyclean-generic \
675 mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \
676 uninstall-am uninstall-libexecsubLTLIBRARIES
677 496
678 497
679 # Tell versions [3.59,3.63) of GNU make to not export all variables. 498 # Tell versions [3.59,3.63) of GNU make to not export all variables.
680 # Otherwise a system limit (for SysV at least) may be exceeded. 499 # Otherwise a system limit (for SysV at least) may be exceeded.
681 .NOEXPORT: 500 .NOEXPORT: