X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gprof%2FMakefile.in;h=c9f828e70cea18dfab65e153aad53170d281bf21;hb=bcef180ccbeb8a6a9301065ede1fe038c3040fa5;hp=ba684bfcd248a8f68ace74408e6c447d35b84367;hpb=81ecdfbb4d56574d58dba939f419722a7cf0de91;p=deliverable%2Fbinutils-gdb.git diff --git a/gprof/Makefile.in b/gprof/Makefile.in index ba684bfcd2..c9f828e70c 100644 --- a/gprof/Makefile.in +++ b/gprof/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.11 from Makefile.am. +# Makefile.in generated by automake 1.11.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, @@ -15,6 +15,24 @@ @SET_MAKE@ +# +# Copyright 2012 Free Software Foundation +# +# This file is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; see the file COPYING3. If not see +# . +# + VPATH = @srcdir@ pkgdatadir = $(datadir)/@PACKAGE@ @@ -42,14 +60,16 @@ DIST_COMMON = README ChangeLog $(srcdir)/Makefile.in \ $(srcdir)/Makefile.am $(top_srcdir)/configure \ $(am__configure_deps) $(srcdir)/gconfig.in \ $(srcdir)/../mkinstalldirs $(top_srcdir)/po/Make-in \ - $(gprof_TEXINFOS) $(noinst_HEADERS) + $(srcdir)/../depcomp $(gprof_TEXINFOS) $(noinst_HEADERS) ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/../bfd/warning.m4 \ $(top_srcdir)/../config/depstand.m4 \ $(top_srcdir)/../config/gettext-sister.m4 \ + $(top_srcdir)/../config/largefile.m4 \ $(top_srcdir)/../config/lead-dot.m4 \ $(top_srcdir)/../config/nls.m4 \ $(top_srcdir)/../config/override.m4 \ + $(top_srcdir)/../config/plugins.m4 \ $(top_srcdir)/../config/po.m4 \ $(top_srcdir)/../config/progtest.m4 \ $(top_srcdir)/../libtool.m4 $(top_srcdir)/../ltoptions.m4 \ @@ -63,7 +83,8 @@ mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs CONFIG_HEADER = gconfig.h CONFIG_CLEAN_FILES = po/Makefile.in CONFIG_CLEAN_VPATH_FILES = -am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)" +am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(infodir)" \ + "$(DESTDIR)$(man1dir)" PROGRAMS = $(bin_PROGRAMS) am__objects_1 = basic_blocks.$(OBJEXT) call_graph.$(OBJEXT) \ cg_arcs.$(OBJEXT) cg_dfn.$(OBJEXT) cg_print.$(OBJEXT) \ @@ -77,8 +98,9 @@ am_gprof_OBJECTS = $(am__objects_1) flat_bl.$(OBJEXT) \ gprof_OBJECTS = $(am_gprof_OBJECTS) am__DEPENDENCIES_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -depcomp = -am__depfiles_maybe = +depcomp = $(SHELL) $(top_srcdir)/../depcomp +am__depfiles_maybe = depfiles +am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ @@ -90,8 +112,7 @@ LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ $(LDFLAGS) -o $@ SOURCES = $(gprof_SOURCES) INFO_DEPS = gprof.info -TEXINFO_TEX = $(top_srcdir)/../texinfo/texinfo.tex -am__TEXINFO_TEX_DIR = $(top_srcdir)/../texinfo +am__TEXINFO_TEX_DIR = $(srcdir)/../texinfo DVIS = gprof.dvi PDFS = gprof.pdf PSS = gprof.ps @@ -253,7 +274,6 @@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ -lt_ECHO = @lt_ECHO@ mandir = @mandir@ mkdir_p = @mkdir_p@ oldincludedir = @oldincludedir@ @@ -273,16 +293,16 @@ target_vendor = @target_vendor@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ -AUTOMAKE_OPTIONS = cygnus +AUTOMAKE_OPTIONS = 1.11 foreign no-dist no-texinfo.tex ACLOCAL_AMFLAGS = -I .. -I ../config -I ../bfd +TEXINFO_TEX = ../texinfo/texinfo.tex SUFFIXES = .m SUBDIRS = po BASEDIR = $(srcdir)/.. BFDDIR = $(BASEDIR)/bfd INCDIR = $(BASEDIR)/include AM_CFLAGS = $(WARN_CFLAGS) -MKDEP = gcc -MM -INCLUDES = -DDEBUG -I../bfd -I$(srcdir)/../include \ +AM_CPPFLAGS = -DDEBUG -I../bfd -I$(srcdir)/../include \ -I$(srcdir)/../bfd @INCINTL@ -I. \ -DLOCALEDIR="\"$(datadir)/locale\"" @@ -301,6 +321,10 @@ noinst_HEADERS = \ BUILT_SOURCES = flat_bl.c bsd_callg_bl.c fsf_callg_bl.c EXTRA_DIST = $(BUILT_SOURCES) bbconv.pl $(man_MANS) + +# We extract version from bfd/configure.in, make sure to rerun configure +# when BFD's version changes. +CONFIG_STATUS_DEPENDENCIES = $(BFDDIR)/configure.in POTFILES = $(sources) $(noinst_HEADERS) MANCONF = -Dman TEXI2POD = perl $(srcdir)/../etc/texi2pod.pl $(AM_MAKEINFOFLAGS) @@ -310,9 +334,6 @@ gprof_TEXINFOS = config.texi man_MANS = gprof.1 AM_MAKEINFOFLAGS = -I "$(srcdir)" -I "$(top_srcdir)/../bfd/doc" -I ../bfd/doc TEXI2DVI = texi2dvi -I "$(srcdir)" -I "$(top_srcdir)/../bfd/doc" -I ../bfd/doc -pdf__strip_dir = `echo $$p | sed -e 's|^.*/||'`; -html__strip_dir = `echo $$p | sed -e 's|^.*/||'`; -CLEANFILES = dep.sed DEP DEPA DEP1 DEP2 MAINTAINERCLEANFILES = gprof.info # Automake 1.9 will only build info files in the objdir if they are @@ -430,14 +451,51 @@ mostlyclean-compile: distclean-compile: -rm -f *.tab.c +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/alpha.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/basic_blocks.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bsd_callg_bl.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/call_graph.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cg_arcs.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cg_dfn.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cg_print.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/corefile.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/flat_bl.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fsf_callg_bl.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gmon_io.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gprof.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hertz.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hist.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/i386.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mips.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/search_list.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/source.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sparc.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sym_ids.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/symtab.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tahoe.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/utils.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vax.Po@am__quote@ + .c.o: - $(COMPILE) -c $< +@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(COMPILE) -c $< .c.obj: - $(COMPILE) -c `$(CYGPATH_W) '$<'` +@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` .c.lo: - $(LTCOMPILE) -c -o $@ $< +@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $< mostlyclean-libtool: -rm -f *.lo @@ -586,8 +644,6 @@ maintainer-clean-aminfo: echo " rm -f $$i $$i-[0-9] $$i-[0-9][0-9] $$i_i[0-9] $$i_i[0-9][0-9]"; \ rm -f $$i $$i-[0-9] $$i-[0-9][0-9] $$i_i[0-9] $$i_i[0-9][0-9]; \ done - -clean-info: mostlyclean-aminfo clean-aminfo install-man1: $(man_MANS) @$(NORMAL_INSTALL) test -z "$(man1dir)" || $(MKDIR_P) "$(DESTDIR)$(man1dir)" @@ -634,7 +690,7 @@ uninstall-man1: # (which will cause the Makefiles to be regenerated when you run `make'); # (2) otherwise, pass the desired values on the `make' command line. $(RECURSIVE_TARGETS): - @failcom='exit 1'; \ + @fail= failcom='exit 1'; \ for f in x $$MAKEFLAGS; do \ case $$f in \ *=* | --[!k]*);; \ @@ -659,7 +715,7 @@ $(RECURSIVE_TARGETS): fi; test -z "$$fail" $(RECURSIVE_CLEAN_TARGETS): - @failcom='exit 1'; \ + @fail= failcom='exit 1'; \ for f in x $$MAKEFLAGS; do \ case $$f in \ *=* | --[!k]*);; \ @@ -761,13 +817,13 @@ GTAGS: distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -check-am: +check-am: all-am check: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) check-recursive -all-am: Makefile $(PROGRAMS) $(MANS) $(HEADERS) gconfig.h +all-am: Makefile $(INFO_DEPS) $(PROGRAMS) $(MANS) $(HEADERS) gconfig.h installdirs: installdirs-recursive installdirs-am: - for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)"; do \ + for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(infodir)" "$(DESTDIR)$(man1dir)"; do \ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ done install: $(BUILT_SOURCES) @@ -788,7 +844,6 @@ install-strip: mostlyclean-generic: clean-generic: - -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) @@ -807,6 +862,7 @@ clean-am: clean-aminfo clean-binPROGRAMS clean-generic clean-libtool \ distclean: distclean-recursive -rm -f $(am__CONFIG_DISTCLEAN_FILES) + -rm -rf ./$(DEPDIR) -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-hdr distclean-libtool distclean-tags @@ -823,7 +879,7 @@ info: info-recursive info-am: $(INFO_DEPS) -install-data-am: install-data-local install-man +install-data-am: install-info-am install-man install-dvi: install-dvi-recursive @@ -841,6 +897,29 @@ install-dvi-am: $(DVIS) done install-exec-am: install-binPROGRAMS +install-html: install-html-recursive + +install-html-am: $(HTMLS) + @$(NORMAL_INSTALL) + test -z "$(htmldir)" || $(MKDIR_P) "$(DESTDIR)$(htmldir)" + @list='$(HTMLS)'; list2=; test -n "$(htmldir)" || list=; \ + for p in $$list; do \ + if test -f "$$p" || test -d "$$p"; then d=; else d="$(srcdir)/"; fi; \ + $(am__strip_dir) \ + if test -d "$$d$$p"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(htmldir)/$$f'"; \ + $(MKDIR_P) "$(DESTDIR)$(htmldir)/$$f" || exit 1; \ + echo " $(INSTALL_DATA) '$$d$$p'/* '$(DESTDIR)$(htmldir)/$$f'"; \ + $(INSTALL_DATA) "$$d$$p"/* "$(DESTDIR)$(htmldir)/$$f" || exit $$?; \ + else \ + list2="$$list2 $$d$$p"; \ + fi; \ + done; \ + test -z "$$list2" || { echo "$$list2" | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(htmldir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(htmldir)" || exit $$?; \ + done; } install-info: install-info-recursive install-info-am: $(INFO_DEPS) @@ -876,6 +955,19 @@ install-info-am: $(INFO_DEPS) else : ; fi install-man: install-man1 +install-pdf: install-pdf-recursive + +install-pdf-am: $(PDFS) + @$(NORMAL_INSTALL) + test -z "$(pdfdir)" || $(MKDIR_P) "$(DESTDIR)$(pdfdir)" + @list='$(PDFS)'; test -n "$(pdfdir)" || list=; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pdfdir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(pdfdir)" || exit $$?; done install-ps: install-ps-recursive install-ps-am: $(PSS) @@ -894,6 +986,7 @@ installcheck-am: maintainer-clean: maintainer-clean-recursive -rm -f $(am__CONFIG_DISTCLEAN_FILES) -rm -rf $(top_srcdir)/autom4te.cache + -rm -rf ./$(DEPDIR) -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-aminfo \ maintainer-clean-generic @@ -923,23 +1016,22 @@ uninstall-man: uninstall-man1 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ all all-am am--refresh check check-am clean clean-aminfo \ - clean-binPROGRAMS clean-generic clean-info clean-libtool ctags \ + clean-binPROGRAMS clean-generic clean-libtool ctags \ ctags-recursive dist-info distclean distclean-compile \ distclean-generic distclean-hdr distclean-libtool \ distclean-tags dvi dvi-am html html-am info info-am install \ install-am install-binPROGRAMS install-data install-data-am \ - install-data-local install-dvi install-dvi-am install-exec \ - install-exec-am install-html install-html-am install-info \ - install-info-am install-man install-man1 install-pdf \ - install-pdf-am install-ps install-ps-am install-strip \ - installcheck installcheck-am installdirs installdirs-am \ - maintainer-clean maintainer-clean-aminfo \ - maintainer-clean-generic mostlyclean mostlyclean-aminfo \ - mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ - pdf pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \ - uninstall-binPROGRAMS uninstall-dvi-am uninstall-html-am \ - uninstall-info-am uninstall-man uninstall-man1 \ - uninstall-pdf-am uninstall-ps-am + install-dvi install-dvi-am install-exec install-exec-am \ + install-html install-html-am install-info install-info-am \ + install-man install-man1 install-pdf install-pdf-am install-ps \ + install-ps-am install-strip installcheck installcheck-am \ + installdirs installdirs-am maintainer-clean \ + maintainer-clean-aminfo maintainer-clean-generic mostlyclean \ + mostlyclean-aminfo mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \ + uninstall uninstall-am uninstall-binPROGRAMS uninstall-dvi-am \ + uninstall-html-am uninstall-info-am uninstall-man \ + uninstall-man1 uninstall-pdf-am uninstall-ps-am diststuff: $(BUILT_SOURCES) info $(man_MANS) @@ -970,543 +1062,6 @@ gprof.1: $(srcdir)/gprof.texi config.texi (rm -f $@.T$$$$ && exit 1) rm -f gprof.pod -.PHONY: install-pdf install-pdf-am install-pdf-recursive - -install-pdf: install-pdf-recursive install-pdf-am - -install-pdf-am: $(PDFS) - @$(NORMAL_INSTALL) - test -z "$(pdfdir)" || $(mkinstalldirs) "$(DESTDIR)$(pdfdir)" - @list='$(PDFS)'; for p in $$list; do \ - if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ - f=$(pdf__strip_dir) \ - echo " $(INSTALL_DATA) '$$d$$p' '$(DESTDIR)$(pdfdir)/$$f'"; \ - $(INSTALL_DATA) "$$d$$p" "$(DESTDIR)$(pdfdir)/$$f"; \ - done - -install-pdf-recursive: - @failcom='exit 1'; \ - for f in x $$MAKEFLAGS; do \ - case $$f in \ - *=* | --[!k]*);; \ - *k*) failcom='fail=yes';; \ - esac; \ - done; \ - dot_seen=no; \ - target=`echo $@ | sed s/-recursive//`; \ - list='$(SUBDIRS)'; for subdir in $$list; do \ - echo "Making $$target in $$subdir"; \ - if test "$$subdir" = "."; then \ - dot_seen=yes; \ - local_target="$$target-am"; \ - else \ - local_target="$$target"; \ - fi; \ - (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ - || eval $$failcom; \ - done; \ - if test "$$dot_seen" = "no"; then \ - $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ - fi; test -z "$$fail" - -.PHONY: install-html install-html-am install-html-recursive - -install-html: install-html-recursive install-html-am - -install-html-am: $(HTMLS) - @$(NORMAL_INSTALL) - test -z "$(htmldir)" || $(mkdir_p) "$(DESTDIR)$(htmldir)" - @list='$(HTMLS)'; for p in $$list; do \ - if test -f "$$p" || test -d "$$p"; then d=""; else d="$(srcdir)/"; fi; \ - f=$(html__strip_dir) \ - if test -d "$$d$$p"; then \ - echo " $(mkdir_p) '$(DESTDIR)$(htmldir)/$$f'"; \ - $(mkdir_p) "$(DESTDIR)$(htmldir)/$$f" || exit 1; \ - echo " $(INSTALL_DATA) '$$d$$p'/* '$(DESTDIR)$(htmldir)/$$f'"; \ - $(INSTALL_DATA) "$$d$$p"/* "$(DESTDIR)$(htmldir)/$$f"; \ - else \ - echo " $(INSTALL_DATA) '$$d$$p' '$(DESTDIR)$(htmldir)/$$f'"; \ - $(INSTALL_DATA) "$$d$$p" "$(DESTDIR)$(htmldir)/$$f"; \ - fi; \ - done - -install-html-recursive: - @failcom='exit 1'; \ - for f in x $$MAKEFLAGS; do \ - case $$f in \ - *=* | --[!k]*);; \ - *k*) failcom='fail=yes';; \ - esac; \ - done; \ - dot_seen=no; \ - target=`echo $@ | sed s/-recursive//`; \ - list='$(SUBDIRS)'; for subdir in $$list; do \ - echo "Making $$target in $$subdir"; \ - if test "$$subdir" = "."; then \ - dot_seen=yes; \ - local_target="$$target-am"; \ - else \ - local_target="$$target"; \ - fi; \ - (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ - || eval $$failcom; \ - done; \ - if test "$$dot_seen" = "no"; then \ - $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ - fi; test -z "$$fail" - -# We want install to imply install-info as per GNU standards, despite the -# cygnus option. -install-data-local: install-info - -# Targets to rebuild dependencies in this Makefile. -# Have to get rid of DEP1 here so that "$?" later includes all sources. -DEP: dep.sed $(gprof_SOURCES) $(noinst_HEADERS) gconfig.h - rm -f DEP1 - $(MAKE) MKDEP="$(MKDEP)" DEP1 - echo '# IF YOU PUT ANYTHING HERE IT WILL GO AWAY' >> DEP1 - if grep ' /' DEP1 > /dev/null 2> /dev/null; then \ - echo 'make DEP failed!'; exit 1; \ - else \ - mv -f DEP1 $@; \ - fi - -DEP1: $(gprof_SOURCES) - echo '# DO NOT DELETE THIS LINE -- mkdep uses it.' > DEP2 - echo '# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.' >> DEP2 - for f in $?; do \ - $(MKDEP) $(INCLUDES) $(CFLAGS) $$f > DEPA; \ - sed -n -e '1s/: .*/: \\/p' -e q < DEPA >> DEP2; \ - sed -e '1s/.*: //' -f dep.sed < DEPA | \ - LC_ALL=C sort | LC_ALL=C uniq | \ - sed -e 's/^[AB]/ /' -e '$$s/ \\$$//' >> DEP2; \ - done - rm -f DEPA - mv -f DEP2 $@ - -dep.sed: dep-in.sed config.status - objdir=`pwd`; \ - sed <$(srcdir)/dep-in.sed >dep.sed \ - -e 's!@INCDIR@!$(INCDIR)!' \ - -e 's!@BFDDIR@!$(BFDDIR)!' \ - -e 's!@SRCDIR@!$(srcdir)!' \ - -e "s!@OBJDIR@!$${objdir}!" \ - -e 's!@TOPDIR@!'`echo $(srcdir) | sed -e s,/gprof$$,,`'!' - -dep: DEP - sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < Makefile > tmp-Makefile - cat DEP >> tmp-Makefile - $(SHELL) $(srcdir)/../move-if-change tmp-Makefile Makefile - -dep-in: DEP - sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.in > tmp-Makefile.in - cat DEP >> tmp-Makefile.in - $(SHELL) $(srcdir)/../move-if-change tmp-Makefile.in $(srcdir)/Makefile.in - -dep-am: DEP - sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.am > tmp-Makefile.am - cat DEP >> tmp-Makefile.am - $(SHELL) $(srcdir)/../move-if-change tmp-Makefile.am $(srcdir)/Makefile.am - -.PHONY: dep dep-in dep-am - -# DO NOT DELETE THIS LINE -- mkdep uses it. -# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY. -basic_blocks.o: \ - basic_blocks.c \ - $(BFDDIR)/sysdep.h \ - $(INCDIR)/ansidecl.h \ - $(INCDIR)/filenames.h \ - $(INCDIR)/fopen-same.h \ - $(INCDIR)/libiberty.h \ - $(INCDIR)/symcat.h \ - ../bfd/bfd.h \ - ../bfd/config.h \ - basic_blocks.h \ - corefile.h \ - gconfig.h \ - gmon_io.h \ - gmon_out.h \ - gprof.h \ - search_list.h \ - source.h \ - sym_ids.h \ - symtab.h -call_graph.o: \ - call_graph.c \ - $(BFDDIR)/sysdep.h \ - $(INCDIR)/ansidecl.h \ - $(INCDIR)/filenames.h \ - $(INCDIR)/fopen-same.h \ - $(INCDIR)/symcat.h \ - ../bfd/bfd.h \ - ../bfd/config.h \ - call_graph.h \ - cg_arcs.h \ - corefile.h \ - gconfig.h \ - gmon_io.h \ - gmon_out.h \ - gprof.h \ - search_list.h \ - source.h \ - sym_ids.h \ - symtab.h -cg_arcs.o: \ - cg_arcs.c \ - $(BFDDIR)/sysdep.h \ - $(INCDIR)/ansidecl.h \ - $(INCDIR)/filenames.h \ - $(INCDIR)/fopen-same.h \ - $(INCDIR)/libiberty.h \ - $(INCDIR)/symcat.h \ - ../bfd/bfd.h \ - ../bfd/config.h \ - call_graph.h \ - cg_arcs.h \ - cg_dfn.h \ - cg_print.h \ - gconfig.h \ - gprof.h \ - search_list.h \ - source.h \ - sym_ids.h \ - symtab.h \ - utils.h -cg_dfn.o: \ - cg_dfn.c \ - $(BFDDIR)/sysdep.h \ - $(INCDIR)/ansidecl.h \ - $(INCDIR)/filenames.h \ - $(INCDIR)/fopen-same.h \ - $(INCDIR)/libiberty.h \ - $(INCDIR)/symcat.h \ - ../bfd/bfd.h \ - ../bfd/config.h \ - cg_arcs.h \ - cg_dfn.h \ - gconfig.h \ - gprof.h \ - search_list.h \ - source.h \ - symtab.h \ - utils.h -cg_print.o: \ - cg_print.c \ - $(BFDDIR)/sysdep.h \ - $(INCDIR)/ansidecl.h \ - $(INCDIR)/filenames.h \ - $(INCDIR)/fopen-same.h \ - $(INCDIR)/libiberty.h \ - $(INCDIR)/symcat.h \ - ../bfd/bfd.h \ - ../bfd/config.h \ - cg_arcs.h \ - cg_print.h \ - corefile.h \ - gconfig.h \ - gprof.h \ - hist.h \ - search_list.h \ - source.h \ - symtab.h \ - utils.h -corefile.o: \ - corefile.c \ - $(BFDDIR)/sysdep.h \ - $(INCDIR)/ansidecl.h \ - $(INCDIR)/filenames.h \ - $(INCDIR)/fopen-same.h \ - $(INCDIR)/libiberty.h \ - $(INCDIR)/safe-ctype.h \ - $(INCDIR)/symcat.h \ - ../bfd/bfd.h \ - ../bfd/config.h \ - corefile.h \ - gconfig.h \ - gprof.h \ - hist.h \ - search_list.h \ - source.h \ - symtab.h -gmon_io.o: \ - gmon_io.c \ - $(BFDDIR)/sysdep.h \ - $(INCDIR)/ansidecl.h \ - $(INCDIR)/binary-io.h \ - $(INCDIR)/filenames.h \ - $(INCDIR)/fopen-same.h \ - $(INCDIR)/libiberty.h \ - $(INCDIR)/symcat.h \ - ../bfd/bfd.h \ - ../bfd/config.h \ - basic_blocks.h \ - call_graph.h \ - cg_arcs.h \ - corefile.h \ - gconfig.h \ - gmon.h \ - gmon_io.h \ - gmon_out.h \ - gprof.h \ - hertz.h \ - hist.h \ - search_list.h \ - source.h \ - symtab.h -gprof.o: \ - gprof.c \ - $(BFDDIR)/sysdep.h \ - $(INCDIR)/ansidecl.h \ - $(INCDIR)/demangle.h \ - $(INCDIR)/filenames.h \ - $(INCDIR)/fopen-same.h \ - $(INCDIR)/libiberty.h \ - $(INCDIR)/symcat.h \ - ../bfd/bfd.h \ - ../bfd/bfdver.h \ - ../bfd/config.h \ - basic_blocks.h \ - call_graph.h \ - cg_arcs.h \ - cg_print.h \ - corefile.h \ - gconfig.h \ - gmon_io.h \ - gprof.h \ - hertz.h \ - hist.h \ - search_list.h \ - source.h \ - sym_ids.h \ - symtab.h -hertz.o: \ - hertz.c \ - $(BFDDIR)/sysdep.h \ - $(INCDIR)/ansidecl.h \ - $(INCDIR)/filenames.h \ - $(INCDIR)/fopen-same.h \ - $(INCDIR)/symcat.h \ - ../bfd/bfd.h \ - ../bfd/config.h \ - gconfig.h \ - gprof.h \ - hertz.h -hist.o: \ - hist.c \ - $(BFDDIR)/sysdep.h \ - $(INCDIR)/ansidecl.h \ - $(INCDIR)/filenames.h \ - $(INCDIR)/fopen-same.h \ - $(INCDIR)/libiberty.h \ - $(INCDIR)/symcat.h \ - ../bfd/bfd.h \ - ../bfd/config.h \ - corefile.h \ - gconfig.h \ - gmon_io.h \ - gmon_out.h \ - gprof.h \ - hist.h \ - search_list.h \ - source.h \ - sym_ids.h \ - symtab.h \ - utils.h -source.o: \ - source.c \ - $(BFDDIR)/sysdep.h \ - $(INCDIR)/ansidecl.h \ - $(INCDIR)/filenames.h \ - $(INCDIR)/fopen-same.h \ - $(INCDIR)/libiberty.h \ - $(INCDIR)/symcat.h \ - ../bfd/bfd.h \ - ../bfd/config.h \ - gconfig.h \ - gprof.h \ - search_list.h \ - source.h -search_list.o: \ - search_list.c \ - $(BFDDIR)/sysdep.h \ - $(INCDIR)/ansidecl.h \ - $(INCDIR)/filenames.h \ - $(INCDIR)/fopen-same.h \ - $(INCDIR)/libiberty.h \ - $(INCDIR)/symcat.h \ - ../bfd/bfd.h \ - ../bfd/config.h \ - gconfig.h \ - gprof.h \ - search_list.h -symtab.o: \ - symtab.c \ - $(BFDDIR)/sysdep.h \ - $(INCDIR)/ansidecl.h \ - $(INCDIR)/filenames.h \ - $(INCDIR)/fopen-same.h \ - $(INCDIR)/symcat.h \ - ../bfd/bfd.h \ - ../bfd/config.h \ - cg_arcs.h \ - corefile.h \ - gconfig.h \ - gprof.h \ - search_list.h \ - source.h \ - symtab.h -sym_ids.o: \ - sym_ids.c \ - $(BFDDIR)/sysdep.h \ - $(INCDIR)/ansidecl.h \ - $(INCDIR)/filenames.h \ - $(INCDIR)/fopen-same.h \ - $(INCDIR)/libiberty.h \ - $(INCDIR)/safe-ctype.h \ - $(INCDIR)/symcat.h \ - ../bfd/bfd.h \ - ../bfd/config.h \ - cg_arcs.h \ - corefile.h \ - gconfig.h \ - gprof.h \ - search_list.h \ - source.h \ - sym_ids.h \ - symtab.h -utils.o: \ - utils.c \ - $(BFDDIR)/sysdep.h \ - $(INCDIR)/ansidecl.h \ - $(INCDIR)/demangle.h \ - $(INCDIR)/filenames.h \ - $(INCDIR)/fopen-same.h \ - $(INCDIR)/libiberty.h \ - $(INCDIR)/symcat.h \ - ../bfd/bfd.h \ - ../bfd/config.h \ - cg_arcs.h \ - corefile.h \ - gconfig.h \ - gprof.h \ - search_list.h \ - source.h \ - symtab.h \ - utils.h -i386.o: \ - i386.c \ - $(BFDDIR)/sysdep.h \ - $(INCDIR)/ansidecl.h \ - $(INCDIR)/filenames.h \ - $(INCDIR)/fopen-same.h \ - $(INCDIR)/symcat.h \ - ../bfd/bfd.h \ - ../bfd/config.h \ - cg_arcs.h \ - corefile.h \ - gconfig.h \ - gprof.h \ - hist.h \ - search_list.h \ - source.h \ - symtab.h -alpha.o: \ - alpha.c \ - $(BFDDIR)/sysdep.h \ - $(INCDIR)/ansidecl.h \ - $(INCDIR)/filenames.h \ - $(INCDIR)/fopen-same.h \ - $(INCDIR)/symcat.h \ - ../bfd/bfd.h \ - ../bfd/config.h \ - cg_arcs.h \ - corefile.h \ - gconfig.h \ - gprof.h \ - hist.h \ - search_list.h \ - source.h \ - symtab.h -vax.o: \ - vax.c \ - $(BFDDIR)/sysdep.h \ - $(INCDIR)/ansidecl.h \ - $(INCDIR)/filenames.h \ - $(INCDIR)/fopen-same.h \ - $(INCDIR)/symcat.h \ - ../bfd/bfd.h \ - ../bfd/config.h \ - cg_arcs.h \ - corefile.h \ - gconfig.h \ - gprof.h \ - hist.h \ - search_list.h \ - source.h \ - symtab.h -tahoe.o: \ - tahoe.c \ - $(BFDDIR)/sysdep.h \ - $(INCDIR)/ansidecl.h \ - $(INCDIR)/filenames.h \ - $(INCDIR)/fopen-same.h \ - $(INCDIR)/symcat.h \ - ../bfd/bfd.h \ - ../bfd/config.h \ - cg_arcs.h \ - corefile.h \ - gconfig.h \ - gprof.h \ - hist.h \ - search_list.h \ - source.h \ - symtab.h -sparc.o: \ - sparc.c \ - $(BFDDIR)/sysdep.h \ - $(INCDIR)/ansidecl.h \ - $(INCDIR)/filenames.h \ - $(INCDIR)/fopen-same.h \ - $(INCDIR)/symcat.h \ - ../bfd/bfd.h \ - ../bfd/config.h \ - cg_arcs.h \ - corefile.h \ - gconfig.h \ - gprof.h \ - hist.h \ - search_list.h \ - source.h \ - symtab.h -mips.o: \ - mips.c \ - $(BFDDIR)/sysdep.h \ - $(INCDIR)/ansidecl.h \ - $(INCDIR)/filenames.h \ - $(INCDIR)/fopen-same.h \ - $(INCDIR)/symcat.h \ - ../bfd/bfd.h \ - ../bfd/config.h \ - cg_arcs.h \ - corefile.h \ - gconfig.h \ - gprof.h \ - hist.h \ - search_list.h \ - source.h \ - symtab.h -flat_bl.o: \ - flat_bl.c \ - $(INCDIR)/ansidecl.h -bsd_callg_bl.o: \ - bsd_callg_bl.c \ - $(INCDIR)/ansidecl.h -fsf_callg_bl.o: \ - fsf_callg_bl.c \ - $(INCDIR)/ansidecl.h -# IF YOU PUT ANYTHING HERE IT WILL GO AWAY - # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: