Make.proto
changeset 636 bcf673eb43aa
parent 603 f7b43e11fcbb
child 644 780e7d5caf72
equal deleted inserted replaced
635:e1cd2823530b 636:bcf673eb43aa
     1 # $Header: /cvs/stx/stx/libbasic2/Make.proto,v 1.81 1998-01-16 15:05:38 cg Exp $
     1 # $Header: /cvs/stx/stx/libbasic2/Make.proto,v 1.82 1998-04-08 10:33:25 cg 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=
    15 
    15 
    16 xxCLS= \
    16 xxCLS= \
    17 	BIG5String.cls          \
    17 	BIG5String.cls          \
    18 	GBString.cls            \
    18 	GBString.cls            \
    19 	KSCEncodedString.cls    \
    19 	KSCEncodedString.cls    \
    20 	UnicodeString.cls	\
    20 	UnicodeString.cls       \
    21 	HPIIPrStr.cls           \
    21 	HPIIPrStr.cls           \
    22 	FX1PrStr.cls            \
    22 	FX1PrStr.cls            \
    23 	HndlrColl.cls           \
    23 	HndlrColl.cls           \
    24 	MsgChannel.cls          \
    24 	MsgChannel.cls          \
    25 	Promise.cls             \
    25 	Promise.cls             \
    60 	TwoByteStr.$(O)                         \
    60 	TwoByteStr.$(O)                         \
    61 	  JISString.$(O)                        \
    61 	  JISString.$(O)                        \
    62 	Polygon.$(O)                            \
    62 	Polygon.$(O)                            \
    63 	  StrColl.$(O)                          \
    63 	  StrColl.$(O)                          \
    64 	RecLock.$(O)                            \
    64 	RecLock.$(O)                            \
    65 	List.$(O)				\
    65 	List.$(O)                               \
    66 	Queue.$(O)                              \
    66 	Queue.$(O)                              \
    67 	SharedQueue.$(O)                        \
    67 	SharedQueue.$(O)                        \
    68 	CacheDict.$(O)                          \
    68 	CacheDict.$(O)                          \
    69 	RunArray.$(O)                           \
    69 	RunArray.$(O)                           \
    70 	Text.$(O)                               \
    70 	Text.$(O)                               \
    75 	PrintStr.$(O)                           \
    75 	PrintStr.$(O)                           \
    76 	  PSPrStr.$(O)                          \
    76 	  PSPrStr.$(O)                          \
    77 	TextStream.$(O)                         \
    77 	TextStream.$(O)                         \
    78 	UnitConverter.$(O)                      \
    78 	UnitConverter.$(O)                      \
    79 	Random.$(O)                             \
    79 	Random.$(O)                             \
    80 	WordArray.$(O)				\
    80 	WordArray.$(O)                          \
    81 	SignedWordArray.$(O)			\
    81 	SignedWordArray.$(O)                    \
    82 	IntArray.$(O)				\
    82 	IntArray.$(O)                           \
    83 	SignedIntArray.$(O)			\
    83 	SignedIntArray.$(O)                     \
       
    84 	ZipArchive.$(O)                         \
    84 	$(LIBBASIC2_PACKAGE_OBJS)
    85 	$(LIBBASIC2_PACKAGE_OBJS)
    85 
    86 
    86 objs::  $(OBJS)
    87 objs::  $(OBJS)
    87 
    88 
    88 #
    89 #
   156 UnitConverter.$(O): UnitConverter.st $(OBJECT) $(STCHDR)
   157 UnitConverter.$(O): UnitConverter.st $(OBJECT) $(STCHDR)
   157 ValLink.$(O): ValLink.st $(OBJECT) $(STCHDR)
   158 ValLink.$(O): ValLink.st $(OBJECT) $(STCHDR)
   158 VarArray.$(O): VarArray.st $(OBJECT) $(STCHDR)
   159 VarArray.$(O): VarArray.st $(OBJECT) $(STCHDR)
   159 VarString.$(O): VarString.st $(OBJECT) $(STCHDR)
   160 VarString.$(O): VarString.st $(OBJECT) $(STCHDR)
   160 WordArray.$(O): WordArray.st $(OBJECT) $(STCHDR)
   161 WordArray.$(O): WordArray.st $(OBJECT) $(STCHDR)
       
   162 ZipArchive.$(O): ZipArchive.st $(OBJECT) $(STCHDR)
   161 # ENDMAKEDEPEND --- do not remove this line; make depend needs it
   163 # ENDMAKEDEPEND --- do not remove this line; make depend needs it