summaryrefslogtreecommitdiff
path: root/libiberty/Makefile.in
Commit message (Collapse)AuthorAgeFilesLines
* * testsuite/regress-demangle: New file.tromey1999-04-051-10/+22
| | | | | | | | | | | | | | | | | | * testsuite/demangle-expected: New file. * Makefile.in (all, check, installcheck, info, install-info, clean-info, dvi, install, etags, tags, mostlyclean, clean, distclean, maintainer-clean, realclean): Depend on corresponding `-subdir' target. (all-subdir check-subdir installcheck-subdir info-subdir install-info-subdir clean-info-subdir dvi-subdir install-info-subdir etags-subdir mostlyclean-subdir clean-subdir distclean-subdir maintainer-clean-subdir): New target. * testsuite/Makefile.in: New file. * configure: Rebuilt. * configure.in: Create testsuite/Makefile. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26205 138bc75d-0d04-0410-961f-82ee72b054a4
* Tue Feb 9 16:39:01 1999 Dave Brolley <brolley@cygnus.com>brolley1999-02-091-2/+2
| | | | | | | * Makefile.in: Change mkstemp -> mkstemps. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@25110 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.in (REQUIRED_OFILES): remove mkstemp.olaw1999-02-091-1/+1
| | | | | | | | | * configure.in (funcs): Check for and conditionally add mkstemps to the list of functions libiberty will provide. * configure: Rebuilt. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@25106 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.in (xstrdup.o): Depend on config.h.rth1999-01-301-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@24921 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.in (CFILES): Fix typo: splay-tree.c, not splay-tree.olaw1998-12-211-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@24388 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.in (splay-tree.o): Add config.h dependency.law1998-11-251-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@23873 138bc75d-0d04-0410-961f-82ee72b054a4
* * splay-tree.c: New file.mmitchel1998-10-211-3/+5
| | | | | | | | | * Makefile.in (CFILES): Add it. (REQUIRED_OFILES): Likewise. (splay-tree.o): Add dependencies. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@23210 138bc75d-0d04-0410-961f-82ee72b054a4
* Fix parallel make problem.wilson1998-10-121-2/+2
| | | | | | | * Makefile.in (cplus-dem.o, obstack.o): Depend upon config.h. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@23029 138bc75d-0d04-0410-961f-82ee72b054a4
* Thu Oct 8 23:42:08 1998 Jeffrey A Law (law@cygnus.com)law1998-10-081-4/+6
| | | | | | | * Merge egcs & devo libiberty. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@22941 138bc75d-0d04-0410-961f-82ee72b054a4
* * pexecute.c: Updates from gcc. Copy in gcc has been removed. Thislaw1998-09-051-2/+3
| | | | | | | | | is the canonical copy. Define ISSPACE if !IN_GCC. * alloca.c, vfprintf.c, choose-temp.c, mkstemp.c: Similarly. * Makefile.in: Build mkstemp.o git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@22252 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.in (distclean): Don't remove alloca-conf.hlaw1998-05-231-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@19987 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.in: Add a dependency on stamp-picdir for thelaw1998-05-221-0/+2
| | | | | | | objects, so that we can do a parallel build. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@19942 138bc75d-0d04-0410-961f-82ee72b054a4
* Update from Cygnus libiberty.law1998-05-151-172/+77
| | | | | | | libiberty uses autoconf now. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@19791 138bc75d-0d04-0410-961f-82ee72b054a4
* * alloca-norm.h (alloca, GCC case): Don't redefine alloca if itlaw1998-02-221-1/+1
| | | | | | | | was alr eady defined previously. * Makefile.in (INSTALL): Use ../install-sh, not install. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@18170 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.in (FLAGS_TO_PASS): Don't pass PICFLAG.law1998-02-061-3/+2
| | | | | | | | (.c.o): Check value of enable_shared, not PICFLAG. (stamp-picdir): Dito. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@17681 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.in (CFILES): Add pexecute.c.law1997-10-291-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@16226 138bc75d-0d04-0410-961f-82ee72b054a4
* Tue Oct 14 12:01:00 1997 Mark Mitchell <mmitchell@usa.net>jason1997-10-141-1/+1
| | | | | | | | | | * cplus-dem.c (demangle_signature): Don't look for return types on constructors. Handle member template constructors. and update from devo. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@15901 138bc75d-0d04-0410-961f-82ee72b054a4
* Patch from Alexandre Oliva to fix SunOS4 install problem.wilson1997-09-101-6/+6
| | | | | | | | * Makefile.in (install_to_libdir, install_to_tooldir): Add MULTISUBDIR to all filenames in libdir and tooldir. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@15210 138bc75d-0d04-0410-961f-82ee72b054a4
* Fix `make distclean' failure.wilson1997-09-061-1/+1
| | | | | | | * Makefile.in (distclean): Do MULTICLEAN before deleting Makefile. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@15128 138bc75d-0d04-0410-961f-82ee72b054a4
* Fix srcdir==objdir build failure with multilibbed libiberty.wilson1997-09-031-2/+2
| | | | | | | | * Makefile.in (stamp-needed, stamp-config): Add MULTISRCTOP to pathname for move-if-change. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@15067 138bc75d-0d04-0410-961f-82ee72b054a4
* Initial revisionjason1997-08-211-0/+336
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@14877 138bc75d-0d04-0410-961f-82ee72b054a4