aboutsummaryrefslogtreecommitdiff
path: root/gprof/Makefile.in
AgeCommit message (Collapse)AuthorFilesLines
1996-02-07 * configure.in: Don't set CC. Look for --enable-shared. SetIan Lance Taylor1-2/+3
BFDLIB and HLDFLAGS and substitute them. * configure: Rebuild. * Makefile.in (LIBS): Use @BFDLIB@. (HLDFLAGS): New variable. (gprof): Use $(HLDFLAGS).
1996-02-05 Support for building bfd and opcodes as shared libraries, based onIan Lance Taylor1-2/+3
patches from Alan Modra <alan@spri.levels.unisa.edu.au>: * Makefile.in (LIBDEPS): New variable. (LIBS): Use -L../bfd -lbfd. (gprof): Depend upon $(LIBDEPS) rather than $(LIBS).
1995-11-21* Makefile.in (.m.c): Strip out directory name from function name.Ken Raeburn1-1/+1
1995-11-06add tags targetKen Raeburn1-0/+4
1995-11-01 * Makefile.in (DISTSTUFF): Rename to GEN_FILES, to avoid confusion.Per Bothner1-4/+4
(all): Depend on $(GEN_FILES), not diststuff (which also depends on info).
1995-10-25 * Makefile.in (diststuff): Also make info.Per Bothner1-3/+3
(mostlyclean): Don't remove gprof.info*. (maintainer-clean realclean): Also remove *.info*.
1995-10-06Mon Sep 25 22:49:32 1995 Andreas Schwab ↵Ken Raeburn1-0/+5
<schwab@issan.informatik.uni-dortmund.de> * Makefile.in: Add dependecies for $(OBJS) on header files. * cg_print.c (print_cycle, print_members, cg_print_index): Fix new style output format to make it consistent. * dummy.c (find_call): Fix typo in error message.
1995-09-20 * Makefile.in (maintainer-clean): New target, synonym forIan Lance Taylor1-1/+1
realclean.
1995-09-08 * Makefile.in (install): Don't install in $(tooldir).Ian Lance Taylor1-5/+0
1995-08-22 * Makefile.in (install): Remove "brokensed" hack, unnecessary nowJeff Law1-1/+1
that we're using autoconf.
1995-06-12* Makefile.in (distclean, realclean): Remove config.cache andJ.T. Conklin1-1/+1
config.log.
1995-05-18* Makefile.in (Makefile): Added config.status to dependency list.J.T. Conklin1-2/+6
(config.status): New target. (SHELL): New definition.
1995-04-26* Makefile.in (install): Depend on "all".Ken Raeburn1-1/+1
1995-04-20* Makefile.in: Change all references to MY_MACHINE to MY_TARGET, to matchKen Raeburn1-5/+5
configure script.
1995-04-19* gen-c-prog.awk: Changed reference to "make-c-prog.awk" inJ.T. Conklin1-8/+7
comment emitted by this script to gen-c-prog.awk. * Makefile.in, configure.in: Converted to use autoconf. * configure: New file, generated with autoconf 2.3. * config/{mt-alpha, mt-dummy, mt-i386, mt-ns532, mt-sparc, mt-tahoe, mt-vax}: Removed.
1995-02-07Lots of changes from David Mosberger-Tang; see ChangeLog and NOTES for details:Ken Raeburn1-14/+26
Alpha support. Long options. New file format to support more information; backwards compatibility. Line-level profiling, on systems where bfd_find_nearest_line works. Selective display of data.
1994-06-23 * Makefile.in (gprof): Depend on $(LIBS).Jeff Law1-1/+1
1994-05-17 * Makefile.in (.m.c:): Added .SUFFIXES : .mBill Cox1-0/+2
so flat_bl.c would make from flat_bl.m file.
1994-05-05(install-info): Check for gprof.info in build dir, fall back to srcdir. DependKen Raeburn1-3/+8
on it.
1994-04-05 * Makefile.in (MY_MACHINE): Renamed from MACHINE to avoid losingJeff Law1-4/+4
makes (osf1) in which the value of MACHINE can not be changed. * config/*.mt: Changed appropriately.
1994-03-20 * Makefile.in: Avoid bug in hpux sed.Jeff Law1-1/+1
1993-07-06 * Makefile.in: Install correctly.Steve Chamberlain1-4/+12
1993-06-21Look in ../bfd, not ../include, for bfd.h.Ken Raeburn1-1/+1
1993-06-16look in ../include instead of ../bfd for bfd.hKen Raeburn1-1/+1
1993-06-16remove accidental INSTALL changeDavid D. Zuhn1-1/+1
1993-06-16remove parentdir supportDavid D. Zuhn1-14/+5
1993-06-07 * Makefile.in (INCLUDES): Add -I../bfd for sysdep.h and bfd.h.Per Bothner1-1/+1
* configure.in: No longer need to configure to get sysdep.h.
1993-05-20install shouldn't depend on install-infoDavid D. Zuhn1-1/+1
1993-04-13 * M Makefile.in: Add -g to CFLAGS.Per Bothner1-3/+4
Ads LDFLAGS and use in place of CFLAGS where appropriate. * configure.in: Make a sysdep.hlink in the same way other bfd-based directories do. * gprof.h (UNIT): Replace non-standard 'u_short' by 'unsigned short'. * gprof.h: #include sysdep.h instead of a bunch of stuff. * gprof.c (main): Fix typo gproff->gprof.
1993-03-23add installcheckDavid D. Zuhn1-1/+2
1993-03-22fix whitespaceDavid D. Zuhn1-1/+1
1993-02-03added rules for info, install-info, and dvi; rule for clean is correct, tooJeffrey Osier1-5/+32
1993-01-06fix install ruleDavid D. Zuhn1-1/+1
1992-10-06 * gen-c-prog.awk: New awk script, lightly changed fromPer Bothner1-6/+28
previously deleted make-c-prog.awk. Converts a text file to a c function that prints that text. * flat_bl.m, fsf_callg_bl.m, bsd_callg_bl.m: New files. Inputs to gen-c-prog.awk, containing text describing gprof output. * blurbs.c: Removed. Use *_bl.c instead. * Makefile.in: Use gen-cprog.awk to generate *_bl.c files from *_bl.m files. Also, improve *clean rules. * printgprof.c (printgprof): Usw new function names from *_bl.c.
1992-08-31 * gprof.h, gprof.c, printfgprof.c: Add support for twoPer Bothner1-6/+0
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.
1992-08-19Brought forward from p3:Ian Lance Taylor1-0/+6
Wed Aug 19 14:36:39 1992 Ian Lance Taylor (ian@cygnus.com) * Makefile.in: always create installation directories.
1992-08-12per explanation from zoo, back out DESTDIR change.Mark Eichin1-1/+1
1992-08-12 * Makefile.in: change ${MACHINE} to $(MACHINE), add $(DESTDIR) toMark Eichin1-2/+2
bin install rule.
1992-07-20don't install gprof.{callg,flat}, install the man page, get the newDavid D. Zuhn1-12/+10
man page from progressive (the one that uses -man macros)
1992-07-13 * blurbs.c: New file, created from gprof.flat and gprof.callg byJohn Gilmore1-10/+27
* make-c-prog.awk: which processes text files into C programs. * printgprof.c (flatprofheader, gprofheader): Call new functions to print blurbs. (printblurb): Remove. * Makefile.in: Infrastructure to build blurbs. * pathnames.h: has been removed. Gprof now has no filename dependencies in it. * gprof.c: Lint. Sat Jul 11 18:07:21 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com) * Makefile.in: define man1dir and install the man page Fri Jul 10 21:14:08 1992 david d `zoo' zuhn (zoo@cygnus.com) * Makefile.in: added dummy info and install-info targets
1992-06-04add real install, and some more normal paths.Mark Eichin1-4/+18
1992-06-04added srcdir=. so that configure puts in a valueMark Eichin1-2/+13
added explicit foo.o:foo.c lines since Solaris has the same VPATH bug that SunOs 4.1.1 does...
1992-06-02Makefile.in: .c.o rule needed, default one (under solaris) ignores CFLAGSMark Eichin1-0/+2
Makefile: it shouldn't be under cvs; given that it is, fix it too arcs.c: fprintf used where printf should have been. lookup.c: misdeclared calloc; use a cast instead.
1992-03-08This is the third and final batch of makefile changes this round.K. Richard Pixley1-0/+3
These are Makefiles that do not participate in progressive yet have still been brought current. * added exec_prefix * default bindir now exec_prefix/bin * default libdir now exec_prefix/lib * default mandir now prefix/man * default infodir now prefix/info * added oldincludedir, default NULL * remove all traces of the old -subdirs and -namesubdir support, including code, for loops, and all subdir/unsubdir stuff. * remove old style staging targets {de-}stage[1234], comparison, bootstrapN, from all but the bootstrappable tools. * added check targets. * removed any "Last Mod" lines. * forced copyrights to '92 and shifted some from Cygnus to FSF. * added tooldir and program_prefix where needed. * updated texinfo and man pages, removed all references to multiple hosts or targets.
1992-03-06Fixed some serious bugs in the configuration of gprof. It now works withSean Eric Fagan1-7/+9
the latest bfd and company.
1991-10-02no more configure on which to dependK. Richard Pixley1-1/+1
1991-07-23Initial revisionSean Eric Fagan1-0/+25