Nathan Sidwell
2c37514337
Makefile.in (SUBDIRS): New macro.
...
* Makefile.in (SUBDIRS): New macro.
(mostlyclean, clean, distclean, maintainer-clean): Adjust to
avoid multiple subdirectory cleaning.
(*-subdir): Use SUBDIRS.
From-SVN: r30229
1999-10-28 08:26:42 +00:00
Vladimir Makarov
a2f945c649
Makefile.in (CFILES): Add hashtab.c
...
* Makefile.in (CFILES): Add hashtab.c
(REQUIRED_OFILES): Add hashtab.o
(hashtab.o): Add dependencies.
* hashtab.c: New file
From-SVN: r30012
1999-10-15 01:50:25 -06:00
Jeff Garzik
b10647f1b2
xmemdup.c: New xmemdup function.
...
* xmemdup.c: New xmemdup function.
* Makefile.in, makefile.vms, vmsbuild.com: Use xmemdup.[co].
From-SVN: r29199
1999-09-08 02:19:52 -06:00
Kaveh R. Ghazi
4ac3cb830a
Makefile.in (CFILES): Add calloc.c and getpwd.c.
...
* Makefile.in (CFILES): Add calloc.c and getpwd.c.
(REQUIRED_OFILES): Add getpwd.o.
(getpwd.o): Add target.
* configure.in (AC_PREREQ): Bump to 2.13.
(AC_CHECK_HEADERS): Add check for <sys/stat.h>.
* getpwd.c: New file, moved here from gcc.
From-SVN: r28996
1999-08-31 00:50:36 +00:00
Daniel Jacobowitz
76632dd06d
Makefile.in (FLAGS_TO_PASS): Include prefix, exec_prefix, libdir, libsubdir and tooldir.
...
* Makefile.in (FLAGS_TO_PASS): Include prefix, exec_prefix,
libdir, libsubdir and tooldir.
Applied in libchill, libf2c, libiberty and libobjc
From-SVN: r28569
1999-08-06 23:37:16 -06:00
Jason Merrill
8f1824d91b
* Makefile.in (NEEDED): Add bcmp, bcopy, bzero.
...
From-SVN: r28071
1999-07-12 14:20:41 -04:00
Jason Merrill
a654176720
tweak
...
From-SVN: r28003
1999-07-07 22:43:10 -04:00
Jason Merrill
a4494286a6
Makefile.in (needed-list): Only include stuff we actually need for libstdc++.
...
* Makefile.in (needed-list): Only include stuff we actually need
for libstdc++.
From-SVN: r27999
1999-07-07 11:22:55 -04:00
Mike Stump
739194481c
Mike Stump <mrs@wrs.com>
...
Mike Stump <mrs@wrs.com>
* Makefile.in (setenv.o): Add config.h dep for setenv.o to fix
parallel builds.
From-SVN: r27477
1999-06-10 13:43:56 -07:00
Jeff Law
9eb4080f6f
Makefile.in (CFILES): Add putenv.c and setenv.c.
...
* Makefile.in (CFILES): Add putenv.c and setenv.c.
* configure.in (funcs): Add putenv and setenv.
(AC_CHECK_FUNCS): Check for putenv and setenv.
* configure: Rebuilt.
* putenv.c setenv.c: New files.
[[Split portion of a mixed commit.]]
From-SVN: r27162.2
1999-05-25 21:13:18 -06:00
Tom Tromey
7c72138aa2
regress-demangle: New file.
...
* testsuite/regress-demangle: New file.
* 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.
From-SVN: r26205
1999-04-05 14:28:59 +00:00
Dave Brolley
8ec65f13b0
Makefile.in: Change mkstemp -> mkstemps.
...
Tue Feb 9 16:39:01 1999 Dave Brolley <brolley@cygnus.com>
* Makefile.in: Change mkstemp -> mkstemps.
From-SVN: r25110
1999-02-09 08:40:23 -05:00
Marc Espie
687361c834
Makefile.in (REQUIRED_OFILES): remove mkstemp.o
...
* Makefile.in (REQUIRED_OFILES): remove mkstemp.o
* configure.in (funcs): Check for and conditionally add mkstemps to
the list of functions libiberty will provide.
* configure: Rebuilt.
From-SVN: r25106
1999-02-08 17:17:32 -07:00
Richard Henderson
16b4c15e6a
* Makefile.in (xstrdup.o): Depend on config.h.
...
From-SVN: r24921
1999-01-30 05:28:44 -08:00
Hans-Peter Nilsson
21f2174d55
* Makefile.in (CFILES): Fix typo: splay-tree.c, not splay-tree.o
...
From-SVN: r24388
1998-12-20 22:57:18 -07:00
Mike Stump
c85c32322e
* Makefile.in (splay-tree.o): Add config.h dependency.
...
From-SVN: r23873
1998-11-25 11:02:19 -07:00
Mark Mitchell
ed87f9c827
splay-tree.c: New file.
...
* splay-tree.c: New file.
* Makefile.in (CFILES): Add it.
(REQUIRED_OFILES): Likewise.
(splay-tree.o): Add dependencies.
From-SVN: r23210
1998-10-21 09:19:13 +00:00
Michael Tiemann
f77d841359
Fix parallel make problem.
...
* Makefile.in (cplus-dem.o, obstack.o): Depend upon config.h.
From-SVN: r23029
1998-10-12 10:45:24 -07:00
Jeff Law
ca6b370dc8
Thu Oct 8 23:42:08 1998 Jeffrey A Law (law@cygnus.com)
...
* Merge egcs & devo libiberty.
From-SVN: r22941
1998-10-08 16:48:52 -06:00
Jeffrey A Law
16ba4214ee
pexecute.c: Updates from gcc.
...
* pexecute.c: Updates from gcc. Copy in gcc has been removed. This
is the canonical copy. Define ISSPACE if !IN_GCC.
* alloca.c, vfprintf.c, choose-temp.c, mkstemp.c: Similarly.
* Makefile.in: Build mkstemp.o
From-SVN: r22252
1998-09-05 05:09:09 -06:00
Andreas Schwab
10c62dce04
* Makefile.in (distclean): Don't remove alloca-conf.h
...
From-SVN: r19987
1998-05-23 16:32:53 -06:00
Mike Stump
7b195f77b7
Makefile.in: Add a dependency on stamp-picdir for the objects...
...
* Makefile.in: Add a dependency on stamp-picdir for the
objects, so that we can do a parallel build.
From-SVN: r19942
1998-05-21 18:20:51 -06:00
Jeff Law
3affd5f0f4
Update from Cygnus libiberty.
...
libiberty uses autoconf now.
From-SVN: r19791
1998-05-15 17:42:58 -06:00
Jeff Law
8b715b2abc
alloca-norm.h (alloca, GCC case): Don't redefine alloca if it was alr eady defined previously.
...
* alloca-norm.h (alloca, GCC case): Don't redefine alloca if it
was alr eady defined previously.
* Makefile.in (INSTALL): Use ../install-sh, not install.
From-SVN: r18170
1998-02-22 09:46:27 -07:00
Manfred Hollstein
f5c3ae66ff
Makefile.in (FLAGS_TO_PASS): Don't pass PICFLAG.
...
* Makefile.in (FLAGS_TO_PASS): Don't pass PICFLAG.
(.c.o): Check value of enable_shared, not PICFLAG.
(stamp-picdir): Dito.
From-SVN: r17681
1998-02-05 17:33:49 -07:00
Jody Goldberg
0c23b0b21f
* Makefile.in (CFILES): Add pexecute.c.
...
From-SVN: r16226
1997-10-28 23:39:04 -07:00
Jason Merrill
19ddc834bc
cplus-dem.c (demangle_signature): Don't look for return types on constructors.
...
Tue Oct 14 12:01:00 1997 Mark Mitchell <mmitchell@usa.net>
* cplus-dem.c (demangle_signature): Don't look for return types on
constructors. Handle member template constructors.
and update from devo.
From-SVN: r15901
1997-10-14 15:10:45 -04:00
Jim Wilson
c6b50f1082
Patch from Alexandre Oliva to fix SunOS4 install problem.
...
* Makefile.in (install_to_libdir, install_to_tooldir): Add MULTISUBDIR
to all filenames in libdir and tooldir.
From-SVN: r15210
1997-09-09 19:46:16 -07:00
Jim Wilson
1496c1bb0b
Fix `make distclean' failure.
...
* Makefile.in (distclean): Do MULTICLEAN before deleting Makefile.
From-SVN: r15128
1997-09-05 17:29:47 -07:00
Jim Wilson
9b2c548ca6
Fix srcdir==objdir build failure with multilibbed libiberty.
...
* Makefile.in (stamp-needed, stamp-config): Add MULTISRCTOP to
pathname for move-if-change.
From-SVN: r15067
1997-09-03 15:53:56 -07:00
Jason Merrill
6599da043e
Initial revision
...
From-SVN: r14877
1997-08-21 18:57:35 -04:00