automatically generated by browser
authorClaus Gittinger <cg@exept.de>
Fri, 11 Dec 2009 10:26:47 +0100
changeset 2381 cf74ad2e58e9
parent 2380 cbc3469f1083
child 2382 12cc9a8608af
automatically generated by browser
Make.spec
--- a/Make.spec	Fri Dec 11 10:26:45 2009 +0100
+++ b/Make.spec	Fri Dec 11 10:26:47 2009 +0100
@@ -1,4 +1,4 @@
-# $Header: /cvs/stx/stx/libbasic2/Make.spec,v 1.69 2009-12-05 11:18:14 cg Exp $
+# $Header: /cvs/stx/stx/libbasic2/Make.spec,v 1.70 2009-12-11 09:26:47 cg Exp $
 #
 # DO NOT EDIT 
 # automagically generated from the projectDefinition: stx_libbasic2.
@@ -52,15 +52,21 @@
 COMMON_CLASSES= \
 	ActorStream \
 	Archiver \
+	ArrowedSpline \
 	BaseNCoder \
+	Bezier \
+	Bezier2Segment \
 	BinaryTree \
 	BinaryTreeNode \
 	BitArray \
 	BooleanArray \
 	CRC32Stream \
 	CacheDictionary \
+	Circle \
 	CompressionStream \
+	Curve \
 	DirectoryContents \
+	EllipticalArc \
 	ExternalLong \
 	FileSorter \
 	FourByteString \
@@ -76,6 +82,7 @@
 	OrderedSet \
 	Polygon \
 	PrinterStream \
+	PrintfScanf \
 	Promise \
 	Queue \
 	Random \
@@ -89,6 +96,7 @@
 	SocketAddress \
 	SocketAddressInfo \
 	SoundStream \
+	Spline \
 	Stack \
 	Text \
 	TextStream \
@@ -130,10 +138,15 @@
 	StringUtilities \
 	AATree \
 	AATreeNode \
+	BTree \
 	Lazy \
 	Future \
+	Heap \
 	SelectingReadStream \
 	CollectingReadStream \
+	FilteringStream \
+	LineNumberReadStream \
+	FilteringLineStream \
 
 WIN32_CLASSES= \
 	SerialPort \
@@ -144,15 +157,21 @@
 COMMON_OBJS= \
     $(OUTDIR)ActorStream.$(O) \
     $(OUTDIR)Archiver.$(O) \
+    $(OUTDIR)ArrowedSpline.$(O) \
     $(OUTDIR)BaseNCoder.$(O) \
+    $(OUTDIR)Bezier.$(O) \
+    $(OUTDIR)Bezier2Segment.$(O) \
     $(OUTDIR)BinaryTree.$(O) \
     $(OUTDIR)BinaryTreeNode.$(O) \
     $(OUTDIR)BitArray.$(O) \
     $(OUTDIR)BooleanArray.$(O) \
     $(OUTDIR)CRC32Stream.$(O) \
     $(OUTDIR)CacheDictionary.$(O) \
+    $(OUTDIR)Circle.$(O) \
     $(OUTDIR)CompressionStream.$(O) \
+    $(OUTDIR)Curve.$(O) \
     $(OUTDIR)DirectoryContents.$(O) \
+    $(OUTDIR)EllipticalArc.$(O) \
     $(OUTDIR)ExternalLong.$(O) \
     $(OUTDIR)FileSorter.$(O) \
     $(OUTDIR)FourByteString.$(O) \
@@ -168,6 +187,7 @@
     $(OUTDIR)OrderedSet.$(O) \
     $(OUTDIR)Polygon.$(O) \
     $(OUTDIR)PrinterStream.$(O) \
+    $(OUTDIR)PrintfScanf.$(O) \
     $(OUTDIR)Promise.$(O) \
     $(OUTDIR)Queue.$(O) \
     $(OUTDIR)Random.$(O) \
@@ -181,6 +201,7 @@
     $(OUTDIR)SocketAddress.$(O) \
     $(OUTDIR)SocketAddressInfo.$(O) \
     $(OUTDIR)SoundStream.$(O) \
+    $(OUTDIR)Spline.$(O) \
     $(OUTDIR)Stack.$(O) \
     $(OUTDIR)Text.$(O) \
     $(OUTDIR)TextStream.$(O) \
@@ -222,10 +243,15 @@
     $(OUTDIR)StringUtilities.$(O) \
     $(OUTDIR)AATree.$(O) \
     $(OUTDIR)AATreeNode.$(O) \
+    $(OUTDIR)BTree.$(O) \
     $(OUTDIR)Lazy.$(O) \
     $(OUTDIR)Future.$(O) \
+    $(OUTDIR)Heap.$(O) \
     $(OUTDIR)SelectingReadStream.$(O) \
     $(OUTDIR)CollectingReadStream.$(O) \
+    $(OUTDIR)Streams-FilteringStream.$(O) \
+    $(OUTDIR)LineNumberReadStream.$(O) \
+    $(OUTDIR)Streams-FilteringLineStream.$(O) \
     $(OUTDIR)extensions.$(O) \
 
 WIN32_OBJS= \