aboutsummaryrefslogtreecommitdiff
path: root/libchill
diff options
context:
space:
mode:
authorJeffrey A Law <law@cygnus.com>1999-01-18 03:51:14 +0000
committerJeff Law <law@gcc.gnu.org>1999-01-17 20:51:14 -0700
commit044357a05619ca03dd262934221bf2163ff43b08 (patch)
tree2321bfd6bd99b074fb5126d14b300e46c388d170 /libchill
parent063cd52287c622e4a1f317b2c1e77d11b34f1c36 (diff)
downloadgcc-044357a05619ca03dd262934221bf2163ff43b08.zip
gcc-044357a05619ca03dd262934221bf2163ff43b08.tar.gz
gcc-044357a05619ca03dd262934221bf2163ff43b08.tar.bz2
Makefile.in: Add many missing dependencies.
* Makefile.in: Add many missing dependencies. Co-Authored-By: Hans-Peter Nilsson <hp@axis.se> From-SVN: r24739
Diffstat (limited to 'libchill')
-rw-r--r--libchill/ChangeLog5
-rw-r--r--libchill/Makefile.in76
2 files changed, 80 insertions, 1 deletions
diff --git a/libchill/ChangeLog b/libchill/ChangeLog
index 6b67f73..6ca5873 100644
--- a/libchill/ChangeLog
+++ b/libchill/ChangeLog
@@ -1,3 +1,8 @@
+Mon Jan 18 04:47:34 1999 Jeffrey A Law (law@cygnus.com)
+ Hans-Peter Nilsson <hp@axis.se>
+
+ * Makefile.in: Add many missing dependencies.
+
Sun Jan 3 21:04:53 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
* readrecord.c: Include <sys/types.h> for off_t.
diff --git a/libchill/Makefile.in b/libchill/Makefile.in
index 599413d..643f3fb 100644
--- a/libchill/Makefile.in
+++ b/libchill/Makefile.in
@@ -1,5 +1,5 @@
# Makefile for GNU CHILL compiler runtime library.
-# Copyright (C) 1987, 88, 90-94, 1998 Free Software Foundation, Inc.
+# Copyright (C) 1987, 88, 90-94, 1998, 1999 Free Software Foundation, Inc.
#This file is part of GNU CC.
@@ -95,6 +95,80 @@ libchill.a: $(OBJS)
$(AR) $(AR_FLAGS) $@ $(OBJS)
$(RANLIB) $@
+allgmem.o: allgmem.c rtltypes.h
+allmem.o: allmem.c rtltypes.h
+allocate.o: allocate.c rtltypes.h
+cause.o: cause.c
+exhstack.o: exhstack.c rtltypes.h
+exh.o: exh.c rtltypes.h
+retmem.o: retmem.c
+unhex.o: unhex.c
+unhex1.o: unhex1.c
+rtsdummy.o: rtsdummy.c gvarargs.h rtltypes.h
+terminate.o: terminate.c rtltypes.h
+basicio.o: basicio.c fileio.h
+chillstdio.o: chillstdio.c iomodes.h
+delete.o: delete.c fileio.h
+eoln.o: eoln.c fileio
+existing.o: existing.c fileio.h
+format.o: format.c bitstring.h auxtypes.h iomodes.h format.h fileio.h ioerror.h
+getassoc.o: getassoc.c fileio.h
+gettextaccess.o: gettextaccess.c fileio.h
+gettextindex.o: gettextindex.c fileio.h
+gettextrecord.o: gettextrecord.c fileio.h
+getusage.o: getusage.c fileio.h
+indexable.o: indexable.c fileio.h
+ioerror.o: ioerror.c
+isassociated.o: isassociated.c fileio.h
+outoffile.o: outoffile.c fileio.h
+readable.o: readable.c fileio.h
+readrecord.o: readrecord.c fileio.h
+sequencible.o: sequencible.c fileio.h
+settextaccess.o: settextaccess.c fileio.h
+settextindex.o: settextindex.c fileio.h
+settextrecord.o: settextrecord.c fileio.h
+variable.o: variable.c fileio.h
+writeable.o: writeable.c fileio.h
+writerecord.o: writerecord.c fileio.h
+andps.o: andps.c powerset.h
+cardps.o: cardps.c powerset.h
+concatps.o: concatps.c powerset.h
+copyps.o: copyps.c powerset.h
+diffps.o: diffps.c powerset.h
+eqps.o: eqps.c powerset.h
+ffsetclrps.o: ffsetclrps.c powerset.h
+ffsetps.o: ffsetps.c powerset.h
+flsetclrps.o: flsetclrps.c powerset.h
+flsetps.o: flsetps.c powerset.h
+inbitstr.o: inbitstr.c powerset.h
+inps.o: inps.c powerset.h
+leps.o: leps.c powerset.h
+ltps.o: ltps.c powerset.h
+neps.o: neps.c powerset.h
+notps.o: notps.c powerset.h
+orps.o: orps.c powerset.h
+setbitps.o: setbitps.c powerset.h
+setbits.o: setbits.c powerset.h
+sliceps.o: sliceps.c powerset.h
+xorps.o: xorps.c powerset.h
+concatstr.o: concatstr.c
+eqstr.o: eqstr.c
+ltstr.o: ltstr.c
+memmove.o: memmove.c
+abstime.o: abstime.c rtltypes.h
+inttime.o: inttime.c
+waituntil.o: waituntil.c rtltypes.h rts.h
+remaintime.o: remaintime.c rts.h
+convdurrtstime.o: convdurrtstime.c rts.h
+checkcycle.o: checkcycle.c rtltypes.h rts.h
+continue.o: continue.c rtltypes.h rts.h
+delaycase.o: delaycase.c rtltypes.h rts.h
+printbuffer.o: printbuffer.c rtltypes.h rts.h
+printevent.o: printevent.c rtltypes.h rts.h
+queuelength.o: queuelength.c rtltypes.h rts.h
+sendbuffer.o: sendbuffer.c rtltypes.h rts.h
+waitbuffer.o: waitbuffer.c rtltypes.h rts.h
+
$(PSOBJS): $(srcdir)/powerset.h
librmt.o: $(srcdir)/rtltypes.h
chillrt0.o: $(srcdir)/rtltypes.h $(srcdir)/iomodes.h $(srcdir)/auxtypes.h