.
authorclaus
Wed, 23 Aug 1995 19:52:12 +0200
changeset 40 52a686c597ab
parent 39 e36b38a77856
child 41 49fa8832d881
.
Make.proto
--- a/Make.proto	Fri Aug 11 18:01:34 1995 +0200
+++ b/Make.proto	Wed Aug 23 19:52:12 1995 +0200
@@ -1,5 +1,5 @@
 #
-# $Header: /cvs/stx/stx/libbasic3/Make.proto,v 1.4 1995-08-10 13:20:12 claus Exp $
+# $Header: /cvs/stx/stx/libbasic3/Make.proto,v 1.5 1995-08-23 17:52:12 claus Exp $
 #
 # -------------- no need to change anything below ----------
 
@@ -68,52 +68,5 @@
 				libbasic3/*.st \
 				libbasic3/Make.proto)
 
-#
-# next thing I'll build into stc is a makedepend feature for this ...
-#
-
-I = $(INCLUDE)
-
-STCHDR=$(I)/stc.h $(I)/stcIntern.h $(CPUINTERN_H)
-OBJECT=$(I)/Object.H $(STCHDR)
-BOOLEAN=$(I)/Boolean.H $(OBJECT)
-BEHAVIOR=$(I)/Behavior.H $(OBJECT)
-CLASS=$(I)/Class.H $(I)/ClassDescr.H $(BEHAVIOR)
-
-MsgTracer.$(O): MsgTracer.st $(OBJECT)
-
-WMethod.$(O):   WMethod.st $(I)/Method.H $(I)/CompCode.H $(I)/ExecFunc.H $(OBJECT)
-
-COLL=$(I)/Coll.H $(OBJECT)
-SET=$(I)/Set.H $(COLL)
-DICT=$(I)/Dict.H $(COLL)
-IDDICT=$(I)/IdDict.H $(DICT)
-WEAKIDDICT=$(I)/WeakIdDict.H $(IDDICT)
-SEQCOLL=$(I)/SeqColl.H $(COLL)
-ARRCOLL=$(I)/ArrColl.H $(SEQCOLL)
-ARRAY=$(I)/Array.H $(ARRCOLL)
-VARARRAY=$(I)/VarArray.H $(ARRCOLL)
-BYTEARRAY=$(I)/ByteArray.H $(ARRCOLL)
-
-ChangeSet.$(O): ChangeSet.st $(I)/OrdColl.H $(SEQCOLL)
-Change.$(O):    Change.st $(OBJECT)
-ClassChg.$(O):  ClassChg.st $(I)/Change.H $(OBJECT)
-ClsDefChg.$(O): ClsDefChg.st $(I)/Change.H $(OBJECT)
-ClsComChg.$(O): ClsComChg.st $(I)/Change.H $(OBJECT)
-MethodChg.$(O): MethodChg.st $(I)/ClassChg.H $(I)/Change.H $(OBJECT)
-MthdCatChg.$(O): MthdCatChg.st $(I)/MethodChg.H $(I)/ClassChg.H $(I)/Change.H $(OBJECT)
-
-ClassOrg.$(O):  ClassOrg.st $(OBJECT)
-
-STREAM=$(I)/Stream.H $(OBJECT)
-POSSTREAM=$(I)/PosStream.H $(STREAM)
-WRITESTREAM=$(I)/WriteStr.H $(POSSTREAM)
-RWSTREAM=$(I)/RWStream.H $(WRITESTREAM)
-EXTSTREAM=$(I)/ExtStream.H $(RWSTREAM)
-UNBNDEXTSTREAM=$(I)/UnbndExtStr.H $(EXTSTREAM)
-NPEXTSTREAM=$(I)/NPExtStr.H $(UNBNDEXTSTREAM)
-PIPESTREAM=$(I)/PipeStr.H $(NPEXTSTREAM)
-
-MsgTally.$(O):  MsgTally.st $(OBJECT)
-ProfileTree.$(O):       ProfileTree.st $(OBJECT)
-CallChain.$(O):         CallChain.st $(OBJECT)
+# BEGINMAKEDEPEND --- do not remove this line; make depend needs it
+# ENDMAKEDEPEND --- do not remove this line; make depend needs it