aboutsummaryrefslogtreecommitdiff
path: root/gprof/Makefile.in
diff options
context:
space:
mode:
authorPer Bothner <per@bothner.com>1992-08-31 03:34:15 +0000
committerPer Bothner <per@bothner.com>1992-08-31 03:34:15 +0000
commitdc1d1ca5e89e49f1d0b5bfd417769fc0fcc170a6 (patch)
treebdfc8e51ad1a61831cc15c8b158e3864a22de607 /gprof/Makefile.in
parent3402b1cff22f615e896aa8d0dd2792e910479b78 (diff)
downloadgdb-dc1d1ca5e89e49f1d0b5bfd417769fc0fcc170a6.zip
gdb-dc1d1ca5e89e49f1d0b5bfd417769fc0fcc170a6.tar.gz
gdb-dc1d1ca5e89e49f1d0b5bfd417769fc0fcc170a6.tar.bz2
* gprof.h, gprof.c, printfgprof.c: Add support for two
output styles: The default is similar to the old FSF gprof, while -T sets the variable bsd_style_output, which causes output matching Berkeley's gprof. The biggest differences are that with the FSF style output, the flat profile comes before the call graph; numbers come before explanations; and there is less gratuitous white space. * gprof.h, gprof.c, printfgprof.c: New discard_underscores variable causes discarding of initial underscores when printing symbol names. It is set unless there is a "main" symbol (without an underscore). * printfgprof.c: New function printnameonly(), called by printname(). It handles stripping of initial '_', as well as C++ name-demangling. * gprof.callg, gprof.flat, make-c-prog.awk: Removed. It is just as convenient to edit blurbs.c directly. * Makefile.in: Removed rule for making blurbs.c. * blurbs.c: This is now a true source file (as opposed to being generated from gprof.callg and gprof.flat). Change style to use one long string literal, instead of one literal per output line. Add FSF-style blurb for call graph.
Diffstat (limited to 'gprof/Makefile.in')
-rw-r--r--gprof/Makefile.in6
1 files changed, 0 insertions, 6 deletions
diff --git a/gprof/Makefile.in b/gprof/Makefile.in
index caf2077..26ef25a 100644
--- a/gprof/Makefile.in
+++ b/gprof/Makefile.in
@@ -53,12 +53,6 @@ install: all
$(PROG): $(OBJS)
$(CC) $(CFLAGS) $(OBJS) -o $(PROG) $(LIBS)
-# Make blurbs.c from gprof.callg and gprof.flat
-blurbs.c: $(srcdir)/gprof.callg $(srcdir)/gprof.flat $(srcdir)/make-c-prog.awk
- awk -f $(srcdir)/make-c-prog.awk > ./blurbs.c \
- FUNCTION=flat_blurb $(srcdir)/gprof.flat \
- FUNCTION=callg_blurb $(srcdir)/gprof.callg \
-
clean:
-rm -f $(OBJS) core gprof nohup.out