Make.proto
changeset 827 3eb3911cb63e
parent 758 3607930678a8
child 841 b7bf2cc12f55
--- a/Make.proto	Thu Jan 04 00:25:58 1996 +0100
+++ b/Make.proto	Thu Jan 04 00:29:40 1996 +0100
@@ -1,4 +1,4 @@
-# $Header: /cvs/stx/stx/libbasic/Make.proto,v 1.49 1995-12-14 23:05:12 cg Exp $
+# $Header: /cvs/stx/stx/libbasic/Make.proto,v 1.50 1996-01-03 23:29:23 stefan Exp $
 #
 # -------------- no need to change anything below ----------
 
@@ -90,6 +90,7 @@
 	      Message.$(O)                                \
 	      MiniDebug.$(O)                              \
 	      MiniIns.$(O)                                \
+	      OSProcStat.$(O)			          \
 	      ObjMem.$(O)                                 \
 	      ProcSched.$(O)                              \
 	      Geometric.$(O)                              \
@@ -220,6 +221,7 @@
 MiniIns.o: MiniIns.st $(STCHDR) ../include/Object.H
 NPExtStr.o: NPExtStr.st $(STCHDR) ../include/UnbndExtStr.H ../include/ExtStream.H ../include/RWStream.H ../include/WriteStr.H ../include/PosStream.H ../include/PeekStr.H ../include/Stream.H ../include/Object.H
 Number.o: Number.st $(STCHDR) ../include/ArithVal.H ../include/Magnitude.H ../include/Object.H
+OSProcStat.o: OSProcStat.st $(STCHDR) ../include/Object.H
 ObjMem.o: ObjMem.st $(STCHDR) ../include/Object.H
 Object.o: Object.st $(STCHDR)
 OrdColl.o: OrdColl.st $(STCHDR) ../include/SeqColl.H ../include/Coll.H ../include/Object.H