initial checkin
authorClaus Gittinger <cg@exept.de>
Thu, 10 Jan 2019 16:22:07 +0100
changeset 4783 ad53ae2d2b05
parent 4782 78cae75b15cb
child 4784 3a9f5f2098f6
initial checkin class: TableData added:35 methods class: TableData class added: #documentation #fromFile: #rows:columnNames: #rows:columnNames:tableName:
Make.proto
--- a/Make.proto	Thu Jan 10 16:21:59 2019 +0100
+++ b/Make.proto	Thu Jan 10 16:22:07 2019 +0100
@@ -113,7 +113,7 @@
 	-rm -f *.s *.s2
 
 clean::
-	-rm -f *.o *.H
+	-rm -f *.$(O) *.$(H)
 
 clobber:: clean
 	-rm -f *.so *.dll
@@ -227,6 +227,7 @@
 $(OUTDIR)StringUtilities.$(O) StringUtilities.$(C) StringUtilities.$(H): StringUtilities.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
 $(OUTDIR)TSTree.$(O) TSTree.$(C) TSTree.$(H): TSTree.st $(INCLUDE_TOP)/stx/libbasic/Collection.$(H) $(INCLUDE_TOP)/stx/libbasic/KeyedCollection.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
 $(OUTDIR)TSTreeNode.$(O) TSTreeNode.$(C) TSTreeNode.$(H): TSTreeNode.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
+$(OUTDIR)TableData.$(O) TableData.$(C) TableData.$(H): TableData.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
 $(OUTDIR)TerminalSession.$(O) TerminalSession.$(C) TerminalSession.$(H): TerminalSession.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
 $(OUTDIR)Text.$(O) Text.$(C) Text.$(H): Text.st $(INCLUDE_TOP)/stx/libbasic/ArrayedCollection.$(H) $(INCLUDE_TOP)/stx/libbasic/CharacterArray.$(H) $(INCLUDE_TOP)/stx/libbasic/Collection.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic/SequenceableCollection.$(H) $(INCLUDE_TOP)/stx/libbasic/UninterpretedBytes.$(H) $(STCHDR)
 $(OUTDIR)TextClassifier.$(O) TextClassifier.$(C) TextClassifier.$(H): TextClassifier.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)