OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-stable/] [binutils-2.20.1/] [gprof/] [Makefile.am] - Diff between revs 816 and 818

Only display areas with differences | Details | Blame | View Log

Rev 816 Rev 818
## Process this file with automake to generate Makefile.in
## Process this file with automake to generate Makefile.in
AUTOMAKE_OPTIONS = 1.11 foreign no-dist no-texinfo.tex
AUTOMAKE_OPTIONS = 1.11 foreign no-dist no-texinfo.tex
ACLOCAL_AMFLAGS = -I .. -I ../config -I ../bfd
ACLOCAL_AMFLAGS = -I .. -I ../config -I ../bfd
TEXINFO_TEX = $(top_srcdir)/../texinfo/texinfo.tex
TEXINFO_TEX = $(top_srcdir)/../texinfo/texinfo.tex
SUFFIXES = .m
SUFFIXES = .m
SUBDIRS = po
SUBDIRS = po
BASEDIR = $(srcdir)/..
BASEDIR = $(srcdir)/..
BFDDIR = $(BASEDIR)/bfd
BFDDIR = $(BASEDIR)/bfd
INCDIR  = $(BASEDIR)/include
INCDIR  = $(BASEDIR)/include
WARN_CFLAGS = @WARN_CFLAGS@
WARN_CFLAGS = @WARN_CFLAGS@
NO_WERROR = @NO_WERROR@
NO_WERROR = @NO_WERROR@
AM_CFLAGS = $(WARN_CFLAGS)
AM_CFLAGS = $(WARN_CFLAGS)
AM_CPPFLAGS = -DDEBUG -I../bfd -I$(srcdir)/../include \
AM_CPPFLAGS = -DDEBUG -I../bfd -I$(srcdir)/../include \
        -I$(srcdir)/../bfd @INCINTL@ -I. \
        -I$(srcdir)/../bfd @INCINTL@ -I. \
        -DLOCALEDIR="\"$(datadir)/locale\""
        -DLOCALEDIR="\"$(datadir)/locale\""
bin_PROGRAMS = gprof
bin_PROGRAMS = gprof
## Convenience var listing pure sources.
## Convenience var listing pure sources.
sources = basic_blocks.c call_graph.c cg_arcs.c cg_dfn.c \
sources = basic_blocks.c call_graph.c cg_arcs.c cg_dfn.c \
        cg_print.c corefile.c gmon_io.c gprof.c hertz.c hist.c source.c \
        cg_print.c corefile.c gmon_io.c gprof.c hertz.c hist.c source.c \
        search_list.c symtab.c sym_ids.c utils.c \
        search_list.c symtab.c sym_ids.c utils.c \
        i386.c alpha.c vax.c tahoe.c sparc.c mips.c
        i386.c alpha.c vax.c tahoe.c sparc.c mips.c
gprof_SOURCES = $(sources) flat_bl.c bsd_callg_bl.c fsf_callg_bl.c
gprof_SOURCES = $(sources) flat_bl.c bsd_callg_bl.c fsf_callg_bl.c
gprof_DEPENDENCIES = ../bfd/libbfd.la ../libiberty/libiberty.a $(LIBINTL_DEP)
gprof_DEPENDENCIES = ../bfd/libbfd.la ../libiberty/libiberty.a $(LIBINTL_DEP)
gprof_LDADD = ../bfd/libbfd.la ../libiberty/libiberty.a $(LIBINTL)
gprof_LDADD = ../bfd/libbfd.la ../libiberty/libiberty.a $(LIBINTL)
noinst_HEADERS = \
noinst_HEADERS = \
        basic_blocks.h call_graph.h cg_arcs.h cg_dfn.h cg_print.h \
        basic_blocks.h call_graph.h cg_arcs.h cg_dfn.h cg_print.h \
        corefile.h gmon.h gmon_io.h gmon_out.h gprof.h hertz.h hist.h \
        corefile.h gmon.h gmon_io.h gmon_out.h gprof.h hertz.h hist.h \
        search_list.h source.h sym_ids.h symtab.h utils.h
        search_list.h source.h sym_ids.h symtab.h utils.h
BUILT_SOURCES = flat_bl.c bsd_callg_bl.c fsf_callg_bl.c
BUILT_SOURCES = flat_bl.c bsd_callg_bl.c fsf_callg_bl.c
EXTRA_DIST    = $(BUILT_SOURCES) bbconv.pl $(man_MANS)
EXTRA_DIST    = $(BUILT_SOURCES) bbconv.pl $(man_MANS)
diststuff: $(BUILT_SOURCES) info $(man_MANS)
diststuff: $(BUILT_SOURCES) info $(man_MANS)
# This empty rule is a hack against gmake patched by Apple.
# This empty rule is a hack against gmake patched by Apple.
%.o:%.m
%.o:%.m
.m.c:
.m.c:
        awk -f $(srcdir)/gen-c-prog.awk > ./$*.c \
        awk -f $(srcdir)/gen-c-prog.awk > ./$*.c \
            FUNCTION=`(echo $*|sed -e 's,.*/,,g' -e 's/_bl//')`_blurb \
            FUNCTION=`(echo $*|sed -e 's,.*/,,g' -e 's/_bl//')`_blurb \
            FILE=$*.m $(srcdir)/$*.m
            FILE=$*.m $(srcdir)/$*.m
POTFILES = $(sources) $(noinst_HEADERS)
POTFILES = $(sources) $(noinst_HEADERS)
po/POTFILES.in: @MAINT@ Makefile
po/POTFILES.in: @MAINT@ Makefile
        for f in $(POTFILES); do echo $$f; done | LC_ALL=C sort > tmp \
        for f in $(POTFILES); do echo $$f; done | LC_ALL=C sort > tmp \
          && mv tmp $(srcdir)/po/POTFILES.in
          && mv tmp $(srcdir)/po/POTFILES.in
MANCONF  = -Dman
MANCONF  = -Dman
TEXI2POD = perl $(srcdir)/../etc/texi2pod.pl $(AM_MAKEINFOFLAGS)
TEXI2POD = perl $(srcdir)/../etc/texi2pod.pl $(AM_MAKEINFOFLAGS)
POD2MAN = pod2man --center="GNU" --release="binutils-$(VERSION)" --section=1
POD2MAN = pod2man --center="GNU" --release="binutils-$(VERSION)" --section=1
info_TEXINFOS = gprof.texi
info_TEXINFOS = gprof.texi
gprof_TEXINFOS = config.texi
gprof_TEXINFOS = config.texi
man_MANS = gprof.1
man_MANS = gprof.1
AM_MAKEINFOFLAGS = -I "$(srcdir)" -I "$(top_srcdir)/../bfd/doc" -I ../bfd/doc
AM_MAKEINFOFLAGS = -I "$(srcdir)" -I "$(top_srcdir)/../bfd/doc" -I ../bfd/doc
TEXI2DVI = texi2dvi -I "$(srcdir)" -I "$(top_srcdir)/../bfd/doc" -I ../bfd/doc
TEXI2DVI = texi2dvi -I "$(srcdir)" -I "$(top_srcdir)/../bfd/doc" -I ../bfd/doc
config.texi:
config.texi:
        echo "@set top_srcdir $(top_srcdir)" >> ./config.texi
        echo "@set top_srcdir $(top_srcdir)" >> ./config.texi
# Build the man page from the texinfo file
# Build the man page from the texinfo file
# The sed command removes the no-adjust Nroff command so that
# The sed command removes the no-adjust Nroff command so that
# the man output looks standard.
# the man output looks standard.
gprof.1: $(srcdir)/gprof.texi config.texi
gprof.1: $(srcdir)/gprof.texi config.texi
        touch $@
        touch $@
        -$(TEXI2POD) $(MANCONF) -Dgprof < $(srcdir)/gprof.texi > gprof.pod
        -$(TEXI2POD) $(MANCONF) -Dgprof < $(srcdir)/gprof.texi > gprof.pod
        -($(POD2MAN) gprof.pod | \
        -($(POD2MAN) gprof.pod | \
               sed -e '/^.if n .na/d' > $@.T$$$$ && \
               sed -e '/^.if n .na/d' > $@.T$$$$ && \
               mv -f $@.T$$$$ $@) || \
               mv -f $@.T$$$$ $@) || \
               (rm -f $@.T$$$$ && exit 1)
               (rm -f $@.T$$$$ && exit 1)
        rm -f gprof.pod
        rm -f gprof.pod
MAINTAINERCLEANFILES = gprof.info
MAINTAINERCLEANFILES = gprof.info
# Automake 1.9 will only build info files in the objdir if they are
# Automake 1.9 will only build info files in the objdir if they are
# mentioned in DISTCLEANFILES.  It doesn't have to be unconditional,
# mentioned in DISTCLEANFILES.  It doesn't have to be unconditional,
# though, so we use a bogus condition.
# though, so we use a bogus condition.
if GENINSRC_NEVER
if GENINSRC_NEVER
DISTCLEANFILES = gprof.info
DISTCLEANFILES = gprof.info
endif
endif
 
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.