X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gprof%2FMakefile.in;h=c9f828e70cea18dfab65e153aad53170d281bf21;hb=bcef180ccbeb8a6a9301065ede1fe038c3040fa5;hp=c1f1a891830de3f4190811a6b5fac7c745d63486;hpb=fe168a19802b9cec7393661cc71fd9b3e9b38248;p=deliverable%2Fbinutils-gdb.git diff --git a/gprof/Makefile.in b/gprof/Makefile.in index c1f1a89183..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@ @@ -94,7 +112,7 @@ LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ $(LDFLAGS) -o $@ SOURCES = $(gprof_SOURCES) INFO_DEPS = gprof.info -am__TEXINFO_TEX_DIR = $(srcdir)/$(top_srcdir)/../texinfo +am__TEXINFO_TEX_DIR = $(srcdir)/../texinfo DVIS = gprof.dvi PDFS = gprof.pdf PSS = gprof.ps @@ -277,7 +295,7 @@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AUTOMAKE_OPTIONS = 1.11 foreign no-dist no-texinfo.tex ACLOCAL_AMFLAGS = -I .. -I ../config -I ../bfd -TEXINFO_TEX = $(top_srcdir)/../texinfo/texinfo.tex +TEXINFO_TEX = ../texinfo/texinfo.tex SUFFIXES = .m SUBDIRS = po BASEDIR = $(srcdir)/.. @@ -672,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]*);; \ @@ -697,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]*);; \