Make.proto
changeset 375 e5019c22f40e
parent 362 4131e87e79ec
child 391 66bb97f4e41f
equal deleted inserted replaced
374:7eb5bedfaa1c 375:e5019c22f40e
     1 # $Header: /cvs/stx/stx/libbasic/Make.proto,v 1.33 1995-07-22 19:25:26 claus Exp $
     1 # $Header: /cvs/stx/stx/libbasic/Make.proto,v 1.34 1995-08-08 00:49:43 claus Exp $
     2 #
     2 #
     3 # -------------- no need to change anything below ----------
     3 # -------------- no need to change anything below ----------
     4 
     4 
     5 TOP=..
     5 TOP=..
     6 SUBDIRS=
     6 SUBDIRS=
    89 	      ObjMem.$(O)                                 \
    89 	      ObjMem.$(O)                                 \
    90 	      ProcSched.$(O)                              \
    90 	      ProcSched.$(O)                              \
    91 	      Geometric.$(O)                              \
    91 	      Geometric.$(O)                              \
    92 		Rectangle.$(O)                            \
    92 		Rectangle.$(O)                            \
    93 	      Registry.$(O)                               \
    93 	      Registry.$(O)                               \
       
    94 	        HRegistry.$(O)                            \
    94 	      Signal.$(O)                                 \
    95 	      Signal.$(O)                                 \
    95 	      Smalltalk.$(O)                              \
    96 	      Smalltalk.$(O)                              \
    96 	      Stream.$(O)                                 \
    97 	      Stream.$(O)                                 \
    97 		PeekStr.$(O)                              \
    98 		PeekStr.$(O)                              \
    98 		  PosStream.$(O)                          \
    99 		  PosStream.$(O)                          \
   237 BYTEARRAY=$(I)/ByteArray.H $(ARRCOLL)
   238 BYTEARRAY=$(I)/ByteArray.H $(ARRCOLL)
   238 CHARARRAY=$(I)/CharArray.H $(BYTEARRAY)
   239 CHARARRAY=$(I)/CharArray.H $(BYTEARRAY)
   239 STRING=$(I)/String.H $(CHARARRAY)
   240 STRING=$(I)/String.H $(CHARARRAY)
   240 
   241 
   241 Registry.$(O):     Registry.st $(OBJECT)
   242 Registry.$(O):     Registry.st $(OBJECT)
       
   243 HRegistry.$(O):    HRegistry.st $(I)/Registry.H $(OBJECT)
   242 Coll.$(O):         Coll.st $(OBJECT)
   244 Coll.$(O):         Coll.st $(OBJECT)
   243 FileDir.$(O):      FileDir.st $(COLL)
   245 FileDir.$(O):      FileDir.st $(COLL)
   244 SeqColl.$(O):      SeqColl.st $(COLL)
   246 SeqColl.$(O):      SeqColl.st $(COLL)
   245 Set.$(O):          Set.st $(COLL)
   247 Set.$(O):          Set.st $(COLL)
   246 IdSet.$(O):        IdSet.st $(SET)
   248 IdSet.$(O):        IdSet.st $(SET)