summaryrefslogtreecommitdiff
path: root/gprof/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
...
* Configury changes: update src repository (binutils, gdb, and rda) to useDaniel Jacobowitz2006-05-311-3/+3
| | | | | config/gettext-sister.m4 instead of the old gettext.m4. Regenerate all affected autotools files. Include intl in gdb releases again.
* PR 2587Nick Clifton2006-04-251-0/+3
| | | | | | * Makefile.am: Add empty rule for .m -> .o build in order to work around bug in gmake shipped by Apple. * Makefile.in: Regenerate.
* 2006-04-06 Carlos O'Donell <carlos@codesourcery.com>Carlos O'Donell2006-04-061-0/+48
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Makefile.tpl: Add install-html target. * Makefile.def: Add install-html target. * Makefile.in: Regenerate. * configure.in: Add --with-datarootdir, --with-docdir, and --with-htmldir options. * configure: Regenerate. bfd/ 2006-04-06 Carlos O'Donell <carlos@codesourcery.com> * po/Make-in: Add install-html target. * Makefile.am: Rename docdir to bfddocdir. Add datarootdir, docdir htmldir. Add install-html and install-html-recursive targets. * Makefile.in: Regenerate. * configure.in: AC_SUBST for datarootdir, docdir and htmldir. * configure: Regenerate. bfd/doc/ 2006-04-06 Carlos O'Donell <carlos@codesourcery.com> * Makefile.am: Add install-html and install-html-am targets. Define datarootdir, docdir and htmldir. * Makefile.in: Regenerate. binutils/ 2006-04-06 Carlos O'Donell <carlos@codesourcery.com> * po/Make-in: Add install-html target. * Makefile.am: Add install-html and install-html-recursive targets. * Makefile.in: Regenerate. * configure.in: AC_SUBST datarootdir, docdir and htmldir. * configure: Regenerate. * doc/Makefile.am: Add install-html and install-html-am targets. * doc/Makefile.in: Regenerate. etc/ 2006-04-06 Carlos O'Donell <carlos@codesourcery.com> * Makefile.in: Add install-html target. Add htmldir, docdir and datarootdir. * configure.texi: Document install-html target. * configure.in: AC_SUBST datarootdir, docdir, htmldir. * configure: Regenerate. gas/ 2006-04-06 Carlos O'Donell <carlos@codesourcery.com> * po/Make-in: Add install-html target. * Makefile.am: Add install-html and install-html-recursive targets. * Makefile.in: Regenerate. * configure.in: AC_SUBST datarootdir, docdir, htmldir. * configure: Regenerate. * doc/Makefile.am: Add install-html and install-html-am targets. * doc/Makefile.in: Regenerate. gprof/ 2006-04-06 Carlos O'Donell <carlos@codesourcery.com> * po/Make-in: Add install-html target. * Makefile.am: Add install-html, install-html-am and install-html-recursive targets. * Makefile.in: Regenerate. * configure.in: AC_SUBST datarootdir, docdir, htmldir. * configure: Regenerate. intl/ 2006-04-06 Carlos O'Donell <carlos@codesourcery.com> * intl/Makefile.in: Add html info and dvi and install-html to .PHONY Add install-html target. ld/ 2006-04-06 Carlos O'Donell <carlos@codesourcery.com> * Makefile.am: Add install-html, install-html-am, and install-html-recursive targets. * Makefile.in: Regenerate. * configure.in: AC_SUBST datarootdir, docdir, htmldir. * configure: Regenerate. * po/Make-in: Add install-html target. opcodes/ 2006-04-06 Carlos O'Donell <carlos@codesourcery.com> * Makefile.am: Add install-html target. * Makefile.in: Regenerate.
* * Makefile.am (Makefile): Remove dependency.Alan Modra2005-12-271-2/+0
| | | | | | * Makefile.in: Regenerate. * aclocal.m4: Regenerate. * gconfig.in: Regenerate.
* * doc/binutils.texi: Include config.texi and @file documentationMark Mitchell2005-11-171-1/+6
| | | | | | | | | | | | | for manual pages. * Makefile.am (gprof.info, gprof.1): Depend on config.texi. (config.texi): New file. * Makefile.in: Regenerated. * Makefile.am (configdoc.texi): Set top_srcdir in configdoc.texi.. * Makefile.in: Regenerated. * ld.texinfo: Include configdoc.texi and ldver.texi in man pages. Add @file documentation.
* bfd/Alan Modra2005-04-141-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Makefile.am (NO_WERROR): Define. * warning.m4: New file * acinclude.m4: Include warning.m4. * configure.in: Invoke AM_BINUTILS_WARNINGS. * Makefile.in: Regenerate. * configure: Regenerate. bfd/doc/ * Makefile.in: Regenerate. binutils/ * Makefile.am (NO_WERROR): Define. Use instead of -Wno-error. * configure.in: Include ../bfd/warning.m4 contents. * Makefile.in: Regenerate. * configure: Regenerate. * doc/Makefile.in: Regenerate. gas/ * Makefile.am (NO_WERROR): Define. Use instead of -Wno-error. * acinclude.m4: Include ../bfd/warning.m4. * configure.in: Invoke AM_BINUTILS_WARNINGS. * Makefile.in: Regenerate. * configure: Regenerate. * doc/Makefile.in: Regenerate. gprof/ * Makefile.am (NO_WERROR): Define. * acinclude.m4: Include ../bfd/warning.m4. * configure.in: Invoke AM_BINUTILS_WARNINGS. * Makefile.in: Regenerate. * aclocal.m4: Regenerate. * configure: Regenerate. ld/ * Makefile.am (NO_WERROR): Define. Use instead of -Wno-error. * configure.in: Include ../bfd/warning.m4 contents. * Makefile.in: Regenerate. * configure: Regenerate. opcodes/ * Makefile.am (NO_WERROR): Define. * configure.in: Invoke AM_BINUTILS_WARNINGS. * Makefile.in: Regenerate. * aclocal.m4: Regenerate. * configure: Regenerate.
* Change LOCALEDIR to $(datadir)/share.Nick Clifton2004-11-301-1/+1
|
* * configure.in: Run through autoupdate.Ben Elliston2004-06-151-1/+1
| | | | | | | | * configure: Regenerate with autoconf 2.59. * Makefile.am (install-local): Rename from this .. (install-data-local): .. to this. * Makefile.in: Regenerate with automake 1.8.5. * aclocal.m4: Regenerate with aclocal 1.8.5.
* * Makefile.am: Run "make dep-am".Alan Modra2004-03-191-5/+5
| | | | | | * Makefile.in: Regenerate. * gconfig.in: Regenerate. * po/gprof.pot: Regenerate.
* * dep-in.sed: Remove libintl.h.Alan Modra2003-08-141-1/+1
| | | | | * Makefile.am (POTFILES.in): Unset LC_COLLATE. * Makefile.in: Regenerate.
* * dep-in.sed: Cope with absolute paths.Alan Modra2002-04-041-5/+7
| | | | | | * Makefile.am (dep.sed): Subst TOPDIR. Run "make dep-am". * Makefile.in: Regenerate.
* * Makefile.am: Run "make dep-am".Alan Modra2002-03-211-3/+3
| | | | * Makefile.in: Regenerate.
* * Makefile.am: "make dep-am".Alan Modra2002-02-111-7/+6
| | | | * Makefile.in: Regenerate.
* * configure.in (build_warnings): Add -Wstrict-prototypesAlan Modra2002-02-011-2/+2
| | | | | | | | | -Wmissing-prototypes. * aclocal.m4: Regenerate. * gconfig.in: Regenerate. * configure: Regenerate. * Makefile.am: Run "make dep-am". * Makefile.in: Regenerate.
* Run "make dep-am"Alan Modra2002-02-011-76/+77
|
* * Makefile.am (install): Depend on install-info.Hans-Peter Nilsson2002-01-261-0/+4
| | | | * Makefile.in: Regenerate.
* * mips.c: New file.Jason Thorpe2002-01-261-1/+6
| | | | | | | | * Makefile.am (sources): Add mips.c. (mips.o): New rule. * Makefile.in: Regenerate. * corefile.c: Update copyright years. (find_call): Call mips_find_call for bfd_arch_mips.
* * Makefile.am (Makefile): Depend on bfd/configure.inAlan Modra2001-10-021-30/+41
| | | | | Run "make dep-am" * Makefile.in: Regenerate.
* Remove auot generated man pagesNick Clifton2001-06-191-8/+7
|
* man page generation from gprof.texi by Stephane CarrezAlan Modra2001-04-061-0/+18
|
* Bump version to 2.11.90, fix missing dependencies in bfd/,Alan Modra2001-02-271-1/+2
| | | | and run "make dep-am".
* Fix 2000-06-22. grep after running dep.sedAlan Modra2000-07-011-4/+5
|
* Ensure /usr/include and the like stay out of dependencies.Alan Modra2000-06-221-2/+6
|
* Update dependencies.Alan Modra2000-05-261-59/+67
|
* Remove ``-W -Wall'' from top-level Makefile/configure.Andrew Cagney2000-04-091-0/+3
| | | | | | | Add ``-W -Wall'' to sub-directories bfd, binutils, gas gprof, ld and opcodes by the addition of WARN_CFLAGS to Makefile.am and configury to set it. Add configure option --enable-build-warnings. Re-generate all and sundry using auto*-000227.
* Use "gcc -MM" for dependencies, and update them.Alan Modra2000-04-041-28/+135
|
* * Many files: Add casts in many print statements to cast bfd_vmaIan Lance Taylor1999-06-301-1/+1
| | | | | | values to unsigned long when calling printf. * Makefile.am ($(OBJECTS)): Add gmon.h. * Makefile.in: Rebuild.
* 19990502 sourceware importbinu_ss_19990502Richard Henderson1999-05-031-0/+74