bc.mak
author Claus Gittinger <cg@exept.de>
Sat, 02 May 2020 21:40:13 +0200
changeset 5476 7355a4b11cb6
parent 5299 400176adb528
permissions -rw-r--r--
#FEATURE by cg class: Socket class added: #newTCPclientToHost:port:domain:domainOrder:withTimeout: changed: #newTCPclientToHost:port:domain:withTimeout:
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
3564
ba9fdabcef69 added: AutoResizingOrderedCollection
Claus Gittinger <cg@exept.de>
parents: 3499
diff changeset
     1
# $Header$
950
0421793b2ad3 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 902
diff changeset
     2
#
2294
1fea54a92a8e *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2271
diff changeset
     3
# DO NOT EDIT
2793
f357cd001735 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2773
diff changeset
     4
# automagically generated from the projectDefinition: stx_libbasic2.
950
0421793b2ad3 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 902
diff changeset
     5
#
1661
802c6228f889 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1655
diff changeset
     6
# Warning: once you modify this file, do not rerun
802c6228f889 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1655
diff changeset
     7
# stmkmp or projectDefinition-build again - otherwise, your changes are lost.
1359
77b25d8ff38e *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1358
diff changeset
     8
#
2717
ce0ddd4cdd56 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2649
diff changeset
     9
# Notice, that the name bc.mak is historical (from times, when only borland c was supported).
ce0ddd4cdd56 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2649
diff changeset
    10
# This file contains make rules for the win32 platform using either borland-bcc or visual-c.
1745
c647183f315d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1736
diff changeset
    11
# It shares common definitions with the unix-make in Make.spec.
2717
ce0ddd4cdd56 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2649
diff changeset
    12
# The bc.mak supports the following targets:
1745
c647183f315d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1736
diff changeset
    13
#    bmake         - compile all st-files to a classLib (dll)
c647183f315d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1736
diff changeset
    14
#    bmake clean   - clean all temp files
c647183f315d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1736
diff changeset
    15
#    bmake clobber - clean all
1661
802c6228f889 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1655
diff changeset
    16
#
2717
ce0ddd4cdd56 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2649
diff changeset
    17
# Historic Note:
2817
61c6e819c1c1 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2811
diff changeset
    18
#  this used to contain only rules to make with borland
2717
ce0ddd4cdd56 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2649
diff changeset
    19
#    (called via bmake, by "make.exe -f bc.mak")
ce0ddd4cdd56 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2649
diff changeset
    20
#  this has changed; it is now also possible to build using microsoft visual c
ce0ddd4cdd56 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2649
diff changeset
    21
#    (called via vcmake, by "make.exe -f bc.mak -DUSEVC")
1745
c647183f315d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1736
diff changeset
    22
#
c647183f315d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1736
diff changeset
    23
TOP=..
c647183f315d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1736
diff changeset
    24
INCLUDE_TOP=$(TOP)\..
1661
802c6228f889 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1655
diff changeset
    25
2838
dfeeb16ab05b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2821
diff changeset
    26
2251
b38825643bb8 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2245
diff changeset
    27
# see stdHeader_bc for LIBBASIC2_BASE
2245
00a86beb5af1 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2229
diff changeset
    28
LIB_BASE=$(LIBBASIC2_BASE)
00a86beb5af1 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2229
diff changeset
    29
00a86beb5af1 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2229
diff changeset
    30
1822
2e3a1a15b19b Rename stdRules_nt and stdHeader_nt to ..._bc
Stefan Vogel <sv@exept.de>
parents: 1817
diff changeset
    31
!INCLUDE $(TOP)\rules\stdHeader_bc
1661
802c6228f889 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1655
diff changeset
    32
1496
b6d7c7ea9b68 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1495
diff changeset
    33
!INCLUDE Make.spec
1661
802c6228f889 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1655
diff changeset
    34
1730
b725fd79650e automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1724
diff changeset
    35
LIBNAME=libstx_libbasic2
3442
Claus Gittinger <cg@exept.de>
parents: 3424
diff changeset
    36
MODULE_PATH=libbasic2
4072
164e99319f87 initial checkin
Claus Gittinger <cg@exept.de>
parents: 3963
diff changeset
    37
RESFILES=stx_libbasic2WINrc.$(RES)
950
0421793b2ad3 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 902
diff changeset
    38
1701
fe53e64ec2f8 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1694
diff changeset
    39
fe53e64ec2f8 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1694
diff changeset
    40
3911
8d2dd71cedf0 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 3910
diff changeset
    41
LOCALINCLUDES=-I$(ZLIB_DIR) -I$(BZ2LIB_DIR) -I$(INCLUDE_TOP)\stx\libbasic
1998
84677cafa759 automatically generated by browser
ab
parents: 1969
diff changeset
    42
LOCALDEFINES=
1946
a2c3951c6dce automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 1876
diff changeset
    43
2717
ce0ddd4cdd56 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2649
diff changeset
    44
STCLOCALOPT=-package=$(PACKAGE) -I. $(LOCALINCLUDES) -headerDir=. $(STCLOCALOPTIMIZATIONS) $(STCWARNINGS) $(LOCALDEFINES) $(COMMONSYMBOLS) -varPrefix=$(LIBNAME)
3914
ca98d46733f0 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 3913
diff changeset
    45
LOCALLIBS=$(ZLIB_DIR)\$(ZLIB) $(BZ2LIB) $(WINSOCK_LIB)
1946
a2c3951c6dce automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 1876
diff changeset
    46
1661
802c6228f889 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1655
diff changeset
    47
OBJS= $(COMMON_OBJS) $(WIN32_OBJS)
802c6228f889 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1655
diff changeset
    48
3924
3a407fb9bd08 bz2 for windows
Claus Gittinger <cg@exept.de>
parents: 3916
diff changeset
    49
ALL:: $(ZLIB) $(BZ2LIB) classLibRule
2140
62c94256fee2 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 2131
diff changeset
    50
2294
1fea54a92a8e *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2271
diff changeset
    51
classLibRule: $(OUTDIR) $(OUTDIR)$(LIBNAME).dll
1661
802c6228f889 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1655
diff changeset
    52
1822
2e3a1a15b19b Rename stdRules_nt and stdHeader_nt to ..._bc
Stefan Vogel <sv@exept.de>
parents: 1817
diff changeset
    53
!INCLUDE $(TOP)\rules\stdRules_bc
950
0421793b2ad3 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 902
diff changeset
    54
2919
cdb6d940bc8f automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2880
diff changeset
    55
# build all mandatory prerequisite packages (containing superclasses) for this package
2061
92073850b30f automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2026
diff changeset
    56
prereq:
2298
e5970285a135 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2294
diff changeset
    57
	pushd ..\libbasic & $(MAKE_BAT) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
2061
92073850b30f automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2026
diff changeset
    58
92073850b30f automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2026
diff changeset
    59
2919
cdb6d940bc8f automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2880
diff changeset
    60
1661
802c6228f889 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1655
diff changeset
    61
1946
a2c3951c6dce automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 1876
diff changeset
    62
$(ZLIB):
1803
adf813954344 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 1797
diff changeset
    63
	cd $(ZLIB_DIR)
3963
Claus Gittinger <cg@exept.de>
parents: 3957
diff changeset
    64
	$(MAKE_BAT)
1833
0099026ed153 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 1822
diff changeset
    65
	cd ..\..\libbasic2
1803
adf813954344 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 1797
diff changeset
    66
adf813954344 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 1797
diff changeset
    67
$(BZ2LIB):
adf813954344 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 1797
diff changeset
    68
	cd $(BZ2LIB_DIR)
5281
b4def4023be4 new classes
Claus Gittinger <cg@exept.de>
parents: 5129
diff changeset
    69
	$(MAKE_BAT)
1833
0099026ed153 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 1822
diff changeset
    70
	cd ..\..\libbasic2
1803
adf813954344 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 1797
diff changeset
    71
1448
56d86a3ee602 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1408
diff changeset
    72
2649
acd63a148d11 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2632
diff changeset
    73
3196
Claus Gittinger <cg@exept.de>
parents: 3164
diff changeset
    74
4462
78f4616410e8 added FuzzyMatcher
Claus Gittinger <cg@exept.de>
parents: 4407
diff changeset
    75
test: $(TOP)\goodies\builder\reports\
3196
Claus Gittinger <cg@exept.de>
parents: 3164
diff changeset
    76
	pushd $(TOP)\goodies\builder\reports & $(MAKE_BAT)
Claus Gittinger <cg@exept.de>
parents: 3164
diff changeset
    77
	$(TOP)\goodies\builder\reports\report-runner.bat -D . -r Builder::TestReport -p $(PACKAGE)
3948
06b3d6374539 class: stx_libbasic2
Claus Gittinger <cg@exept.de>
parents: 3943
diff changeset
    78
        
2919
cdb6d940bc8f automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2880
diff changeset
    79
clean::
3957
Claus Gittinger <cg@exept.de>
parents: 3954
diff changeset
    80
	-del *.$(CSUFFIX)
2919
cdb6d940bc8f automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2880
diff changeset
    81
3196
Claus Gittinger <cg@exept.de>
parents: 3164
diff changeset
    82
950
0421793b2ad3 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 902
diff changeset
    83
# BEGINMAKEDEPEND --- do not remove this line; make depend needs it
3901
c3107c34a7e0 class: HTMLPrinterStream
Claus Gittinger <cg@exept.de>
parents: 3888
diff changeset
    84
$(OUTDIR)AVLTree.$(O) AVLTree.$(C) AVLTree.$(H): AVLTree.st $(INCLUDE_TOP)\stx\libbasic\Collection.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic\SequenceableCollection.$(H) $(STCHDR)
3799
878a23430750 comment
Claus Gittinger <cg@exept.de>
parents: 3693
diff changeset
    85
$(OUTDIR)AbstractBackgroundJob.$(O) AbstractBackgroundJob.$(C) AbstractBackgroundJob.$(H): AbstractBackgroundJob.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
3901
c3107c34a7e0 class: HTMLPrinterStream
Claus Gittinger <cg@exept.de>
parents: 3888
diff changeset
    86
$(OUTDIR)ActiveObject.$(O) ActiveObject.$(C) ActiveObject.$(H): ActiveObject.st $(INCLUDE_TOP)\stx\libbasic\Lookup.$(H) $(INCLUDE_TOP)\stx\libbasic\Message.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
3799
878a23430750 comment
Claus Gittinger <cg@exept.de>
parents: 3693
diff changeset
    87
$(OUTDIR)ActorStream.$(O) ActorStream.$(C) ActorStream.$(H): ActorStream.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic\PeekableStream.$(H) $(INCLUDE_TOP)\stx\libbasic\Stream.$(H) $(STCHDR)
878a23430750 comment
Claus Gittinger <cg@exept.de>
parents: 3693
diff changeset
    88
$(OUTDIR)Archiver.$(O) Archiver.$(C) Archiver.$(H): Archiver.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
878a23430750 comment
Claus Gittinger <cg@exept.de>
parents: 3693
diff changeset
    89
$(OUTDIR)AutoResizingOrderedCollection.$(O) AutoResizingOrderedCollection.$(C) AutoResizingOrderedCollection.$(H): AutoResizingOrderedCollection.st $(INCLUDE_TOP)\stx\libbasic\Collection.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic\OrderedCollection.$(H) $(INCLUDE_TOP)\stx\libbasic\SequenceableCollection.$(H) $(STCHDR)
3901
c3107c34a7e0 class: HTMLPrinterStream
Claus Gittinger <cg@exept.de>
parents: 3888
diff changeset
    90
$(OUTDIR)BIG5EncodedString.$(O) BIG5EncodedString.$(C) BIG5EncodedString.$(H): BIG5EncodedString.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\TwoByteString.$(H) $(INCLUDE_TOP)\stx\libbasic\UninterpretedBytes.$(H) $(STCHDR)
4407
Claus Gittinger <cg@exept.de>
parents: 4165
diff changeset
    91
$(OUTDIR)BTree.$(O) BTree.$(C) BTree.$(H): BTree.st $(INCLUDE_TOP)\stx\libbasic\Collection.$(H) $(INCLUDE_TOP)\stx\libbasic\KeyedCollection.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
3799
878a23430750 comment
Claus Gittinger <cg@exept.de>
parents: 3693
diff changeset
    92
$(OUTDIR)BaseNCoder.$(O) BaseNCoder.$(C) BaseNCoder.$(H): BaseNCoder.st $(INCLUDE_TOP)\stx\libbasic\AspectVisitor.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic\ObjectCoder.$(H) $(INCLUDE_TOP)\stx\libbasic\Visitor.$(H) $(STCHDR)
878a23430750 comment
Claus Gittinger <cg@exept.de>
parents: 3693
diff changeset
    93
$(OUTDIR)Bezier.$(O) Bezier.$(C) Bezier.$(H): Bezier.st $(INCLUDE_TOP)\stx\libbasic\Geometric.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
878a23430750 comment
Claus Gittinger <cg@exept.de>
parents: 3693
diff changeset
    94
$(OUTDIR)BinaryTree.$(O) BinaryTree.$(C) BinaryTree.$(H): BinaryTree.st $(INCLUDE_TOP)\stx\libbasic\Collection.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
878a23430750 comment
Claus Gittinger <cg@exept.de>
parents: 3693
diff changeset
    95
$(OUTDIR)BinaryTreeNode.$(O) BinaryTreeNode.$(C) BinaryTreeNode.$(H): BinaryTreeNode.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
4809
9447ee392736 new class
Claus Gittinger <cg@exept.de>
parents: 4784
diff changeset
    96
$(OUTDIR)BloomFilter.$(O) BloomFilter.$(C) BloomFilter.$(H): BloomFilter.st $(INCLUDE_TOP)\stx\libbasic\Collection.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
3799
878a23430750 comment
Claus Gittinger <cg@exept.de>
parents: 3693
diff changeset
    97
$(OUTDIR)BoltLock.$(O) BoltLock.$(C) BoltLock.$(H): BoltLock.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
4851
b11c7aef37fc class: CRC16Stream
Claus Gittinger <cg@exept.de>
parents: 4822
diff changeset
    98
$(OUTDIR)CRCStream.$(O) CRCStream.$(C) CRCStream.$(H): CRCStream.st $(INCLUDE_TOP)\stx\libbasic\HashStream.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic\Stream.$(H) $(STCHDR)
3799
878a23430750 comment
Claus Gittinger <cg@exept.de>
parents: 3693
diff changeset
    99
$(OUTDIR)CacheDictionary.$(O) CacheDictionary.$(C) CacheDictionary.$(H): CacheDictionary.st $(INCLUDE_TOP)\stx\libbasic\Collection.$(H) $(INCLUDE_TOP)\stx\libbasic\Dictionary.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic\Set.$(H) $(STCHDR)
4165
bc57e6e041de moved to libbasic:
Claus Gittinger <cg@exept.de>
parents: 4072
diff changeset
   100
$(OUTDIR)CachedValue.$(O) CachedValue.$(C) CachedValue.$(H): CachedValue.st $(INCLUDE_TOP)\stx\libbasic\Error.$(H) $(INCLUDE_TOP)\stx\libbasic\Exception.$(H) $(INCLUDE_TOP)\stx\libbasic\ExecutionError.$(H) $(INCLUDE_TOP)\stx\libbasic\GenericException.$(H) $(INCLUDE_TOP)\stx\libbasic\NotFoundError.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic\ProceedableError.$(H) $(STCHDR)
3799
878a23430750 comment
Claus Gittinger <cg@exept.de>
parents: 3693
diff changeset
   101
$(OUTDIR)CharacterSet.$(O) CharacterSet.$(C) CharacterSet.$(H): CharacterSet.st $(INCLUDE_TOP)\stx\libbasic\Collection.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
878a23430750 comment
Claus Gittinger <cg@exept.de>
parents: 3693
diff changeset
   102
$(OUTDIR)Circle.$(O) Circle.$(C) Circle.$(H): Circle.st $(INCLUDE_TOP)\stx\libbasic\Geometric.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
878a23430750 comment
Claus Gittinger <cg@exept.de>
parents: 3693
diff changeset
   103
$(OUTDIR)CollectingReadStream.$(O) CollectingReadStream.$(C) CollectingReadStream.$(H): CollectingReadStream.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic\PeekableStream.$(H) $(INCLUDE_TOP)\stx\libbasic\Stream.$(H) $(STCHDR)
3901
c3107c34a7e0 class: HTMLPrinterStream
Claus Gittinger <cg@exept.de>
parents: 3888
diff changeset
   104
$(OUTDIR)CollectingSharedQueueStream.$(O) CollectingSharedQueueStream.$(C) CollectingSharedQueueStream.$(H): CollectingSharedQueueStream.st $(INCLUDE_TOP)\stx\libbasic\Collection.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic\SequenceableCollection.$(H) $(STCHDR)
5102
0621eadae8a8 initial checkin
Claus Gittinger <cg@exept.de>
parents: 5094
diff changeset
   105
$(OUTDIR)CollectionBuilder.$(O) CollectionBuilder.$(C) CollectionBuilder.$(H): CollectionBuilder.st $(INCLUDE_TOP)\stx\libbasic\ArrayedCollection.$(H) $(INCLUDE_TOP)\stx\libbasic\Collection.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic\SequenceableCollection.$(H) $(STCHDR)
4660
01e89025c865 new complex vectors
Claus Gittinger <cg@exept.de>
parents: 4649
diff changeset
   106
$(OUTDIR)ComplexDoubleArray.$(O) ComplexDoubleArray.$(C) ComplexDoubleArray.$(H): ComplexDoubleArray.st $(INCLUDE_TOP)\stx\libbasic\AbstractNumberVector.$(H) $(INCLUDE_TOP)\stx\libbasic\ArrayedCollection.$(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)
01e89025c865 new complex vectors
Claus Gittinger <cg@exept.de>
parents: 4649
diff changeset
   107
$(OUTDIR)ComplexFloatArray.$(O) ComplexFloatArray.$(C) ComplexFloatArray.$(H): ComplexFloatArray.st $(INCLUDE_TOP)\stx\libbasic\AbstractNumberVector.$(H) $(INCLUDE_TOP)\stx\libbasic\ArrayedCollection.$(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)
3799
878a23430750 comment
Claus Gittinger <cg@exept.de>
parents: 3693
diff changeset
   108
$(OUTDIR)CompressionStream.$(O) CompressionStream.$(C) CompressionStream.$(H): CompressionStream.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic\Stream.$(H) $(STCHDR)
3901
c3107c34a7e0 class: HTMLPrinterStream
Claus Gittinger <cg@exept.de>
parents: 3888
diff changeset
   109
$(OUTDIR)Cons.$(O) Cons.$(C) Cons.$(H): Cons.st $(INCLUDE_TOP)\stx\libbasic\Collection.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic\SequenceableCollection.$(H) $(STCHDR)
c3107c34a7e0 class: HTMLPrinterStream
Claus Gittinger <cg@exept.de>
parents: 3888
diff changeset
   110
$(OUTDIR)ConsStream.$(O) ConsStream.$(C) ConsStream.$(H): ConsStream.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic\Stream.$(H) $(STCHDR)
3799
878a23430750 comment
Claus Gittinger <cg@exept.de>
parents: 3693
diff changeset
   111
$(OUTDIR)Curve.$(O) Curve.$(C) Curve.$(H): Curve.st $(INCLUDE_TOP)\stx\libbasic\Geometric.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
5040
dedc477749fd class: Future
Claus Gittinger <cg@exept.de>
parents: 4986
diff changeset
   112
$(OUTDIR)DelayedValue.$(O) DelayedValue.$(C) DelayedValue.$(H): DelayedValue.st $(INCLUDE_TOP)\stx\libbasic\ProtoObject.$(H) $(STCHDR)
3799
878a23430750 comment
Claus Gittinger <cg@exept.de>
parents: 3693
diff changeset
   113
$(OUTDIR)DirectoryContents.$(O) DirectoryContents.$(C) DirectoryContents.$(H): DirectoryContents.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
3888
207d52ab5c79 initial checkin
Claus Gittinger <cg@exept.de>
parents: 3799
diff changeset
   114
$(OUTDIR)DoubleLink.$(O) DoubleLink.$(C) DoubleLink.$(H): DoubleLink.st $(INCLUDE_TOP)\stx\libbasic\Link.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
3799
878a23430750 comment
Claus Gittinger <cg@exept.de>
parents: 3693
diff changeset
   115
$(OUTDIR)EllipticalArc.$(O) EllipticalArc.$(C) EllipticalArc.$(H): EllipticalArc.st $(INCLUDE_TOP)\stx\libbasic\Geometric.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
4579
1e4ef8ae3cf3 +ExternalInt
Claus Gittinger <cg@exept.de>
parents: 4563
diff changeset
   116
$(OUTDIR)ExternalInt.$(O) ExternalInt.$(C) ExternalInt.$(H): ExternalInt.st $(INCLUDE_TOP)\stx\libbasic\ArrayedCollection.$(H) $(INCLUDE_TOP)\stx\libbasic\Collection.$(H) $(INCLUDE_TOP)\stx\libbasic\ExternalBytes.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic\SequenceableCollection.$(H) $(INCLUDE_TOP)\stx\libbasic\UninterpretedBytes.$(H) $(STCHDR)
3799
878a23430750 comment
Claus Gittinger <cg@exept.de>
parents: 3693
diff changeset
   117
$(OUTDIR)ExternalLong.$(O) ExternalLong.$(C) ExternalLong.$(H): ExternalLong.st $(INCLUDE_TOP)\stx\libbasic\ArrayedCollection.$(H) $(INCLUDE_TOP)\stx\libbasic\Collection.$(H) $(INCLUDE_TOP)\stx\libbasic\ExternalBytes.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic\SequenceableCollection.$(H) $(INCLUDE_TOP)\stx\libbasic\UninterpretedBytes.$(H) $(STCHDR)
878a23430750 comment
Claus Gittinger <cg@exept.de>
parents: 3693
diff changeset
   118
$(OUTDIR)FileSorter.$(O) FileSorter.$(C) FileSorter.$(H): FileSorter.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
3901
c3107c34a7e0 class: HTMLPrinterStream
Claus Gittinger <cg@exept.de>
parents: 3888
diff changeset
   119
$(OUTDIR)FileText.$(O) FileText.$(C) FileText.$(H): FileText.st $(INCLUDE_TOP)\stx\libbasic\Collection.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic\OrderedCollection.$(H) $(INCLUDE_TOP)\stx\libbasic\SequenceableCollection.$(H) $(INCLUDE_TOP)\stx\libbasic\StringCollection.$(H) $(STCHDR)
3799
878a23430750 comment
Claus Gittinger <cg@exept.de>
parents: 3693
diff changeset
   120
$(OUTDIR)FilteringStream.$(O) FilteringStream.$(C) FilteringStream.$(H): FilteringStream.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic\PeekableStream.$(H) $(INCLUDE_TOP)\stx\libbasic\Stream.$(H) $(STCHDR)
878a23430750 comment
Claus Gittinger <cg@exept.de>
parents: 3693
diff changeset
   121
$(OUTDIR)FourByteString.$(O) FourByteString.$(C) FourByteString.$(H): FourByteString.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)
4462
78f4616410e8 added FuzzyMatcher
Claus Gittinger <cg@exept.de>
parents: 4407
diff changeset
   122
$(OUTDIR)FuzzyMatcher.$(O) FuzzyMatcher.$(C) FuzzyMatcher.$(H): FuzzyMatcher.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
3901
c3107c34a7e0 class: HTMLPrinterStream
Claus Gittinger <cg@exept.de>
parents: 3888
diff changeset
   123
$(OUTDIR)GBEncodedString.$(O) GBEncodedString.$(C) GBEncodedString.$(H): GBEncodedString.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\TwoByteString.$(H) $(INCLUDE_TOP)\stx\libbasic\UninterpretedBytes.$(H) $(STCHDR)
c3107c34a7e0 class: HTMLPrinterStream
Claus Gittinger <cg@exept.de>
parents: 3888
diff changeset
   124
$(OUTDIR)GeometricSeries.$(O) GeometricSeries.$(C) GeometricSeries.$(H): GeometricSeries.st $(INCLUDE_TOP)\stx\libbasic\Collection.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic\ReadOnlySequenceableCollection.$(H) $(INCLUDE_TOP)\stx\libbasic\SequenceableCollection.$(H) $(STCHDR)
3799
878a23430750 comment
Claus Gittinger <cg@exept.de>
parents: 3693
diff changeset
   125
$(OUTDIR)HTMLUtilities.$(O) HTMLUtilities.$(C) HTMLUtilities.$(H): HTMLUtilities.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
5281
b4def4023be4 new classes
Claus Gittinger <cg@exept.de>
parents: 5129
diff changeset
   126
$(OUTDIR)HalfFloat.$(O) HalfFloat.$(C) HalfFloat.$(H): HalfFloat.st $(INCLUDE_TOP)\stx\libbasic\ArithmeticValue.$(H) $(INCLUDE_TOP)\stx\libbasic\LimitedPrecisionReal.$(H) $(INCLUDE_TOP)\stx\libbasic\Magnitude.$(H) $(INCLUDE_TOP)\stx\libbasic\Number.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
4851
b11c7aef37fc class: CRC16Stream
Claus Gittinger <cg@exept.de>
parents: 4822
diff changeset
   127
$(OUTDIR)HalfFloatArray.$(O) HalfFloatArray.$(C) HalfFloatArray.$(H): HalfFloatArray.st $(INCLUDE_TOP)\stx\libbasic\AbstractNumberVector.$(H) $(INCLUDE_TOP)\stx\libbasic\ArrayedCollection.$(H) $(INCLUDE_TOP)\stx\libbasic\Collection.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic\SequenceableCollection.$(H) $(INCLUDE_TOP)\stx\libbasic\UnboxedFloatArray.$(H) $(INCLUDE_TOP)\stx\libbasic\UninterpretedBytes.$(H) $(STCHDR)
3901
c3107c34a7e0 class: HTMLPrinterStream
Claus Gittinger <cg@exept.de>
parents: 3888
diff changeset
   128
$(OUTDIR)HandlerCollection.$(O) HandlerCollection.$(C) HandlerCollection.$(H): HandlerCollection.st $(INCLUDE_TOP)\stx\libbasic\Collection.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic\OrderedCollection.$(H) $(INCLUDE_TOP)\stx\libbasic\SequenceableCollection.$(H) $(STCHDR)
3799
878a23430750 comment
Claus Gittinger <cg@exept.de>
parents: 3693
diff changeset
   129
$(OUTDIR)Heap.$(O) Heap.$(C) Heap.$(H): Heap.st $(INCLUDE_TOP)\stx\libbasic\Collection.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic\SequenceableCollection.$(H) $(STCHDR)
5281
b4def4023be4 new classes
Claus Gittinger <cg@exept.de>
parents: 5129
diff changeset
   130
$(OUTDIR)IEEEFloat.$(O) IEEEFloat.$(C) IEEEFloat.$(H): IEEEFloat.st $(INCLUDE_TOP)\stx\libbasic\ArithmeticValue.$(H) $(INCLUDE_TOP)\stx\libbasic\LimitedPrecisionReal.$(H) $(INCLUDE_TOP)\stx\libbasic\Magnitude.$(H) $(INCLUDE_TOP)\stx\libbasic\Number.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
3799
878a23430750 comment
Claus Gittinger <cg@exept.de>
parents: 3693
diff changeset
   131
$(OUTDIR)IdentityBag.$(O) IdentityBag.$(C) IdentityBag.$(H): IdentityBag.st $(INCLUDE_TOP)\stx\libbasic\Bag.$(H) $(INCLUDE_TOP)\stx\libbasic\Collection.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
5094
10d23b72e54e initial checkin
Claus Gittinger <cg@exept.de>
parents: 5062
diff changeset
   132
$(OUTDIR)IncompatibleMatrixError.$(O) IncompatibleMatrixError.$(C) IncompatibleMatrixError.$(H): IncompatibleMatrixError.st $(INCLUDE_TOP)\stx\libbasic\ArithmeticError.$(H) $(INCLUDE_TOP)\stx\libbasic\DomainError.$(H) $(INCLUDE_TOP)\stx\libbasic\Error.$(H) $(INCLUDE_TOP)\stx\libbasic\Exception.$(H) $(INCLUDE_TOP)\stx\libbasic\ExecutionError.$(H) $(INCLUDE_TOP)\stx\libbasic\GenericException.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic\ProceedableError.$(H) $(STCHDR)
3799
878a23430750 comment
Claus Gittinger <cg@exept.de>
parents: 3693
diff changeset
   133
$(OUTDIR)IncrementNotification.$(O) IncrementNotification.$(C) IncrementNotification.$(H): IncrementNotification.st $(INCLUDE_TOP)\stx\libbasic\GenericException.$(H) $(INCLUDE_TOP)\stx\libbasic\Notification.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
4688
5763bc4f111c new class: IndentStream
Claus Gittinger <cg@exept.de>
parents: 4660
diff changeset
   134
$(OUTDIR)IndentStream.$(O) IndentStream.$(C) IndentStream.$(H): IndentStream.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic\PeekableStream.$(H) $(INCLUDE_TOP)\stx\libbasic\PositionableStream.$(H) $(INCLUDE_TOP)\stx\libbasic\Stream.$(H) $(INCLUDE_TOP)\stx\libbasic\WriteStream.$(H) $(STCHDR)
3799
878a23430750 comment
Claus Gittinger <cg@exept.de>
parents: 3693
diff changeset
   135
$(OUTDIR)InterestConverterWithParameters.$(O) InterestConverterWithParameters.$(C) InterestConverterWithParameters.$(H): InterestConverterWithParameters.st $(INCLUDE_TOP)\stx\libbasic\InterestConverter.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
3901
c3107c34a7e0 class: HTMLPrinterStream
Claus Gittinger <cg@exept.de>
parents: 3888
diff changeset
   136
$(OUTDIR)InternalPipeStream.$(O) InternalPipeStream.$(C) InternalPipeStream.$(H): InternalPipeStream.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic\Stream.$(H) $(STCHDR)
3799
878a23430750 comment
Claus Gittinger <cg@exept.de>
parents: 3693
diff changeset
   137
$(OUTDIR)Iterator.$(O) Iterator.$(C) Iterator.$(H): Iterator.st $(INCLUDE_TOP)\stx\libbasic\Collection.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
878a23430750 comment
Claus Gittinger <cg@exept.de>
parents: 3693
diff changeset
   138
$(OUTDIR)JISEncodedString.$(O) JISEncodedString.$(C) JISEncodedString.$(H): JISEncodedString.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\TwoByteString.$(H) $(INCLUDE_TOP)\stx\libbasic\UninterpretedBytes.$(H) $(STCHDR)
3901
c3107c34a7e0 class: HTMLPrinterStream
Claus Gittinger <cg@exept.de>
parents: 3888
diff changeset
   139
$(OUTDIR)KSCEncodedString.$(O) KSCEncodedString.$(C) KSCEncodedString.$(H): KSCEncodedString.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\TwoByteString.$(H) $(INCLUDE_TOP)\stx\libbasic\UninterpretedBytes.$(H) $(STCHDR)
c3107c34a7e0 class: HTMLPrinterStream
Claus Gittinger <cg@exept.de>
parents: 3888
diff changeset
   140
$(OUTDIR)KeywordInContextIndexBuilder.$(O) KeywordInContextIndexBuilder.$(C) KeywordInContextIndexBuilder.$(H): KeywordInContextIndexBuilder.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
3799
878a23430750 comment
Claus Gittinger <cg@exept.de>
parents: 3693
diff changeset
   141
$(OUTDIR)Lazy.$(O) Lazy.$(C) Lazy.$(H): Lazy.st $(INCLUDE_TOP)\stx\libbasic\ProtoObject.$(H) $(STCHDR)
878a23430750 comment
Claus Gittinger <cg@exept.de>
parents: 3693
diff changeset
   142
$(OUTDIR)LazyArray.$(O) LazyArray.$(C) LazyArray.$(H): LazyArray.st $(INCLUDE_TOP)\stx\libbasic\ArrayedCollection.$(H) $(INCLUDE_TOP)\stx\libbasic\Collection.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic\SequenceableCollection.$(H) $(STCHDR)
3901
c3107c34a7e0 class: HTMLPrinterStream
Claus Gittinger <cg@exept.de>
parents: 3888
diff changeset
   143
$(OUTDIR)LazyValue.$(O) LazyValue.$(C) LazyValue.$(H): LazyValue.st $(INCLUDE_TOP)\stx\libbasic\ProtoObject.$(H) $(STCHDR)
3799
878a23430750 comment
Claus Gittinger <cg@exept.de>
parents: 3693
diff changeset
   144
$(OUTDIR)LineSegment.$(O) LineSegment.$(C) LineSegment.$(H): LineSegment.st $(INCLUDE_TOP)\stx\libbasic\Geometric.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
878a23430750 comment
Claus Gittinger <cg@exept.de>
parents: 3693
diff changeset
   145
$(OUTDIR)List.$(O) List.$(C) List.$(H): List.st $(INCLUDE_TOP)\stx\libbasic\Collection.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic\OrderedCollection.$(H) $(INCLUDE_TOP)\stx\libbasic\SequenceableCollection.$(H) $(STCHDR)
3901
c3107c34a7e0 class: HTMLPrinterStream
Claus Gittinger <cg@exept.de>
parents: 3888
diff changeset
   146
$(OUTDIR)LoggingStream.$(O) LoggingStream.$(C) LoggingStream.$(H): LoggingStream.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic\Stream.$(H) $(STCHDR)
3799
878a23430750 comment
Claus Gittinger <cg@exept.de>
parents: 3693
diff changeset
   147
$(OUTDIR)MappedCollection.$(O) MappedCollection.$(C) MappedCollection.$(H): MappedCollection.st $(INCLUDE_TOP)\stx\libbasic\Collection.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
5129
a1b19b9a3105 class: SequenceableCollection class
Claus Gittinger <cg@exept.de>
parents: 5115
diff changeset
   148
$(OUTDIR)Matrix.$(O) Matrix.$(C) Matrix.$(H): Matrix.st $(INCLUDE_TOP)\stx\libbasic\AbstractMultidimensionalArray.$(H) $(INCLUDE_TOP)\stx\libbasic\Collection.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic\SequenceableCollection.$(H) $(STCHDR)
3901
c3107c34a7e0 class: HTMLPrinterStream
Claus Gittinger <cg@exept.de>
parents: 3888
diff changeset
   149
$(OUTDIR)MessageChannel.$(O) MessageChannel.$(C) MessageChannel.$(H): MessageChannel.st $(INCLUDE_TOP)\stx\libbasic\Message.$(H) $(INCLUDE_TOP)\stx\libbasic\MessageSend.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
3799
878a23430750 comment
Claus Gittinger <cg@exept.de>
parents: 3693
diff changeset
   150
$(OUTDIR)Monitor.$(O) Monitor.$(C) Monitor.$(H): Monitor.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
878a23430750 comment
Claus Gittinger <cg@exept.de>
parents: 3693
diff changeset
   151
$(OUTDIR)MultiReadStream.$(O) MultiReadStream.$(C) MultiReadStream.$(H): MultiReadStream.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic\PeekableStream.$(H) $(INCLUDE_TOP)\stx\libbasic\Stream.$(H) $(STCHDR)
878a23430750 comment
Claus Gittinger <cg@exept.de>
parents: 3693
diff changeset
   152
$(OUTDIR)NameLookupError.$(O) NameLookupError.$(C) NameLookupError.$(H): NameLookupError.st $(INCLUDE_TOP)\stx\libbasic\Error.$(H) $(INCLUDE_TOP)\stx\libbasic\Exception.$(H) $(INCLUDE_TOP)\stx\libbasic\GenericException.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic\ProceedableError.$(H) $(STCHDR)
3901
c3107c34a7e0 class: HTMLPrinterStream
Claus Gittinger <cg@exept.de>
parents: 3888
diff changeset
   153
$(OUTDIR)NumberSet.$(O) NumberSet.$(C) NumberSet.$(H): NumberSet.st $(INCLUDE_TOP)\stx\libbasic\Collection.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic\SequenceableCollection.$(H) $(STCHDR)
5281
b4def4023be4 new classes
Claus Gittinger <cg@exept.de>
parents: 5129
diff changeset
   154
$(OUTDIR)OctaFloat.$(O) OctaFloat.$(C) OctaFloat.$(H): OctaFloat.st $(INCLUDE_TOP)\stx\libbasic\ArithmeticValue.$(H) $(INCLUDE_TOP)\stx\libbasic\LimitedPrecisionReal.$(H) $(INCLUDE_TOP)\stx\libbasic\Magnitude.$(H) $(INCLUDE_TOP)\stx\libbasic\Number.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
3799
878a23430750 comment
Claus Gittinger <cg@exept.de>
parents: 3693
diff changeset
   155
$(OUTDIR)OperationQueue.$(O) OperationQueue.$(C) OperationQueue.$(H): OperationQueue.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
5062
b5d665755fc7 initial checkin
Claus Gittinger <cg@exept.de>
parents: 5040
diff changeset
   156
$(OUTDIR)PersistentFileHistory.$(O) PersistentFileHistory.$(C) PersistentFileHistory.$(H): PersistentFileHistory.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
3799
878a23430750 comment
Claus Gittinger <cg@exept.de>
parents: 3693
diff changeset
   157
$(OUTDIR)PhoneticStringUtilities.$(O) PhoneticStringUtilities.$(C) PhoneticStringUtilities.$(H): PhoneticStringUtilities.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
3901
c3107c34a7e0 class: HTMLPrinterStream
Claus Gittinger <cg@exept.de>
parents: 3888
diff changeset
   158
$(OUTDIR)PluggableDictionary.$(O) PluggableDictionary.$(C) PluggableDictionary.$(H): PluggableDictionary.st $(INCLUDE_TOP)\stx\libbasic\Collection.$(H) $(INCLUDE_TOP)\stx\libbasic\Dictionary.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic\Set.$(H) $(STCHDR)
c3107c34a7e0 class: HTMLPrinterStream
Claus Gittinger <cg@exept.de>
parents: 3888
diff changeset
   159
$(OUTDIR)PluggableSet.$(O) PluggableSet.$(C) PluggableSet.$(H): PluggableSet.st $(INCLUDE_TOP)\stx\libbasic\Collection.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic\Set.$(H) $(STCHDR)
3799
878a23430750 comment
Claus Gittinger <cg@exept.de>
parents: 3693
diff changeset
   160
$(OUTDIR)Polygon.$(O) Polygon.$(C) Polygon.$(H): Polygon.st $(INCLUDE_TOP)\stx\libbasic\Geometric.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
3901
c3107c34a7e0 class: HTMLPrinterStream
Claus Gittinger <cg@exept.de>
parents: 3888
diff changeset
   161
$(OUTDIR)PowerSet.$(O) PowerSet.$(C) PowerSet.$(H): PowerSet.st $(INCLUDE_TOP)\stx\libbasic\Collection.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
3799
878a23430750 comment
Claus Gittinger <cg@exept.de>
parents: 3693
diff changeset
   162
$(OUTDIR)PrinterStream.$(O) PrinterStream.$(C) PrinterStream.$(H): PrinterStream.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic\Stream.$(H) $(STCHDR)
878a23430750 comment
Claus Gittinger <cg@exept.de>
parents: 3693
diff changeset
   163
$(OUTDIR)PrintfScanf.$(O) PrintfScanf.$(C) PrintfScanf.$(H): PrintfScanf.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
3901
c3107c34a7e0 class: HTMLPrinterStream
Claus Gittinger <cg@exept.de>
parents: 3888
diff changeset
   164
$(OUTDIR)PriorityQueue.$(O) PriorityQueue.$(C) PriorityQueue.$(H): PriorityQueue.st $(INCLUDE_TOP)\stx\libbasic\Collection.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
3799
878a23430750 comment
Claus Gittinger <cg@exept.de>
parents: 3693
diff changeset
   165
$(OUTDIR)Promise.$(O) Promise.$(C) Promise.$(H): Promise.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
4407
Claus Gittinger <cg@exept.de>
parents: 4165
diff changeset
   166
$(OUTDIR)QDouble.$(O) QDouble.$(C) QDouble.$(H): QDouble.st $(INCLUDE_TOP)\stx\libbasic\ArithmeticValue.$(H) $(INCLUDE_TOP)\stx\libbasic\LimitedPrecisionReal.$(H) $(INCLUDE_TOP)\stx\libbasic\Magnitude.$(H) $(INCLUDE_TOP)\stx\libbasic\Number.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
4986
aff8a66cf2fd initial checkin
Claus Gittinger <cg@exept.de>
parents: 4911
diff changeset
   167
$(OUTDIR)QuadFloat.$(O) QuadFloat.$(C) QuadFloat.$(H): QuadFloat.st $(INCLUDE_TOP)\stx\libbasic\ArithmeticValue.$(H) $(INCLUDE_TOP)\stx\libbasic\LimitedPrecisionReal.$(H) $(INCLUDE_TOP)\stx\libbasic\Magnitude.$(H) $(INCLUDE_TOP)\stx\libbasic\Number.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
3799
878a23430750 comment
Claus Gittinger <cg@exept.de>
parents: 3693
diff changeset
   168
$(OUTDIR)Queue.$(O) Queue.$(C) Queue.$(H): Queue.st $(INCLUDE_TOP)\stx\libbasic\Collection.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
878a23430750 comment
Claus Gittinger <cg@exept.de>
parents: 3693
diff changeset
   169
$(OUTDIR)Random.$(O) Random.$(C) Random.$(H): Random.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic\Stream.$(H) $(STCHDR)
3901
c3107c34a7e0 class: HTMLPrinterStream
Claus Gittinger <cg@exept.de>
parents: 3888
diff changeset
   170
$(OUTDIR)RandomBlumBlumShub.$(O) RandomBlumBlumShub.$(C) RandomBlumBlumShub.$(H): RandomBlumBlumShub.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
c3107c34a7e0 class: HTMLPrinterStream
Claus Gittinger <cg@exept.de>
parents: 3888
diff changeset
   171
$(OUTDIR)RandomKISS.$(O) RandomKISS.$(C) RandomKISS.$(H): RandomKISS.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
c3107c34a7e0 class: HTMLPrinterStream
Claus Gittinger <cg@exept.de>
parents: 3888
diff changeset
   172
$(OUTDIR)RandomKISS2.$(O) RandomKISS2.$(C) RandomKISS2.$(H): RandomKISS2.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
c3107c34a7e0 class: HTMLPrinterStream
Claus Gittinger <cg@exept.de>
parents: 3888
diff changeset
   173
$(OUTDIR)RandomMT19937.$(O) RandomMT19937.$(C) RandomMT19937.$(H): RandomMT19937.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
c3107c34a7e0 class: HTMLPrinterStream
Claus Gittinger <cg@exept.de>
parents: 3888
diff changeset
   174
$(OUTDIR)RandomParkMiller.$(O) RandomParkMiller.$(C) RandomParkMiller.$(H): RandomParkMiller.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
c3107c34a7e0 class: HTMLPrinterStream
Claus Gittinger <cg@exept.de>
parents: 3888
diff changeset
   175
$(OUTDIR)RandomRDRand.$(O) RandomRDRand.$(C) RandomRDRand.$(H): RandomRDRand.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
3799
878a23430750 comment
Claus Gittinger <cg@exept.de>
parents: 3693
diff changeset
   176
$(OUTDIR)RandomTT800.$(O) RandomTT800.$(C) RandomTT800.$(H): RandomTT800.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
878a23430750 comment
Claus Gittinger <cg@exept.de>
parents: 3693
diff changeset
   177
$(OUTDIR)ReindexedCollection.$(O) ReindexedCollection.$(C) ReindexedCollection.$(H): ReindexedCollection.st $(INCLUDE_TOP)\stx\libbasic\Collection.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic\SequenceableCollection.$(H) $(STCHDR)
878a23430750 comment
Claus Gittinger <cg@exept.de>
parents: 3693
diff changeset
   178
$(OUTDIR)RunArray.$(O) RunArray.$(C) RunArray.$(H): RunArray.st $(INCLUDE_TOP)\stx\libbasic\Collection.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic\SequenceableCollection.$(H) $(STCHDR)
878a23430750 comment
Claus Gittinger <cg@exept.de>
parents: 3693
diff changeset
   179
$(OUTDIR)SegmentedOrderedCollection.$(O) SegmentedOrderedCollection.$(C) SegmentedOrderedCollection.$(H): SegmentedOrderedCollection.st $(INCLUDE_TOP)\stx\libbasic\Collection.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic\SequenceableCollection.$(H) $(STCHDR)
878a23430750 comment
Claus Gittinger <cg@exept.de>
parents: 3693
diff changeset
   180
$(OUTDIR)SelectingReadStream.$(O) SelectingReadStream.$(C) SelectingReadStream.$(H): SelectingReadStream.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic\Stream.$(H) $(STCHDR)
878a23430750 comment
Claus Gittinger <cg@exept.de>
parents: 3693
diff changeset
   181
$(OUTDIR)SequenceWithSentinel.$(O) SequenceWithSentinel.$(C) SequenceWithSentinel.$(H): SequenceWithSentinel.st $(INCLUDE_TOP)\stx\libbasic\Collection.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic\SequenceableCollection.$(H) $(STCHDR)
3901
c3107c34a7e0 class: HTMLPrinterStream
Claus Gittinger <cg@exept.de>
parents: 3888
diff changeset
   182
$(OUTDIR)SequenceableCollectionSorter.$(O) SequenceableCollectionSorter.$(C) SequenceableCollectionSorter.$(H): SequenceableCollectionSorter.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
3799
878a23430750 comment
Claus Gittinger <cg@exept.de>
parents: 3693
diff changeset
   183
$(OUTDIR)SerialPort.$(O) SerialPort.$(C) SerialPort.$(H): SerialPort.st $(INCLUDE_TOP)\stx\libbasic\ExternalStream.$(H) $(INCLUDE_TOP)\stx\libbasic\NonPositionableExternalStream.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic\PeekableStream.$(H) $(INCLUDE_TOP)\stx\libbasic\PositionableStream.$(H) $(INCLUDE_TOP)\stx\libbasic\ReadWriteStream.$(H) $(INCLUDE_TOP)\stx\libbasic\Stream.$(H) $(INCLUDE_TOP)\stx\libbasic\WriteStream.$(H) $(STCHDR)
878a23430750 comment
Claus Gittinger <cg@exept.de>
parents: 3693
diff changeset
   184
$(OUTDIR)SharedCollection.$(O) SharedCollection.$(C) SharedCollection.$(H): SharedCollection.st $(INCLUDE_TOP)\stx\libbasic\Collection.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
878a23430750 comment
Claus Gittinger <cg@exept.de>
parents: 3693
diff changeset
   185
$(OUTDIR)Singleton.$(O) Singleton.$(C) Singleton.$(H): Singleton.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
878a23430750 comment
Claus Gittinger <cg@exept.de>
parents: 3693
diff changeset
   186
$(OUTDIR)SmallBag.$(O) SmallBag.$(C) SmallBag.$(H): SmallBag.st $(INCLUDE_TOP)\stx\libbasic\Bag.$(H) $(INCLUDE_TOP)\stx\libbasic\Collection.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
878a23430750 comment
Claus Gittinger <cg@exept.de>
parents: 3693
diff changeset
   187
$(OUTDIR)Socket.$(O) Socket.$(C) Socket.$(H): Socket.st $(INCLUDE_TOP)\stx\libbasic\ExternalStream.$(H) $(INCLUDE_TOP)\stx\libbasic\NonPositionableExternalStream.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic\PeekableStream.$(H) $(INCLUDE_TOP)\stx\libbasic\PositionableStream.$(H) $(INCLUDE_TOP)\stx\libbasic\ReadWriteStream.$(H) $(INCLUDE_TOP)\stx\libbasic\Stream.$(H) $(INCLUDE_TOP)\stx\libbasic\WriteStream.$(H) $(STCHDR)
878a23430750 comment
Claus Gittinger <cg@exept.de>
parents: 3693
diff changeset
   188
$(OUTDIR)SocketAddress.$(O) SocketAddress.$(C) SocketAddress.$(H): SocketAddress.st $(INCLUDE_TOP)\stx\libbasic\ArrayedCollection.$(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)
878a23430750 comment
Claus Gittinger <cg@exept.de>
parents: 3693
diff changeset
   189
$(OUTDIR)SocketAddressInfo.$(O) SocketAddressInfo.$(C) SocketAddressInfo.$(H): SocketAddressInfo.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
4563
9e4cfde22423 add class: SocketErrorNotification class
Stefan Vogel <sv@exept.de>
parents: 4544
diff changeset
   190
$(OUTDIR)SocketErrorNotification.$(O) SocketErrorNotification.$(C) SocketErrorNotification.$(H): SocketErrorNotification.st $(INCLUDE_TOP)\stx\libbasic\GenericException.$(H) $(INCLUDE_TOP)\stx\libbasic\Notification.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
3799
878a23430750 comment
Claus Gittinger <cg@exept.de>
parents: 3693
diff changeset
   191
$(OUTDIR)SortedSet.$(O) SortedSet.$(C) SortedSet.$(H): SortedSet.st $(INCLUDE_TOP)\stx\libbasic\Collection.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic\OrderedSet.$(H) $(INCLUDE_TOP)\stx\libbasic\Set.$(H) $(STCHDR)
878a23430750 comment
Claus Gittinger <cg@exept.de>
parents: 3693
diff changeset
   192
$(OUTDIR)SoundStream.$(O) SoundStream.$(C) SoundStream.$(H): SoundStream.st $(INCLUDE_TOP)\stx\libbasic\ExternalStream.$(H) $(INCLUDE_TOP)\stx\libbasic\FileStream.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic\PeekableStream.$(H) $(INCLUDE_TOP)\stx\libbasic\PositionableStream.$(H) $(INCLUDE_TOP)\stx\libbasic\ReadWriteStream.$(H) $(INCLUDE_TOP)\stx\libbasic\Stream.$(H) $(INCLUDE_TOP)\stx\libbasic\WriteStream.$(H) $(STCHDR)
878a23430750 comment
Claus Gittinger <cg@exept.de>
parents: 3693
diff changeset
   193
$(OUTDIR)Spline.$(O) Spline.$(C) Spline.$(H): Spline.st $(INCLUDE_TOP)\stx\libbasic\Geometric.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
878a23430750 comment
Claus Gittinger <cg@exept.de>
parents: 3693
diff changeset
   194
$(OUTDIR)SplittingWriteStream.$(O) SplittingWriteStream.$(C) SplittingWriteStream.$(H): SplittingWriteStream.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic\Stream.$(H) $(STCHDR)
878a23430750 comment
Claus Gittinger <cg@exept.de>
parents: 3693
diff changeset
   195
$(OUTDIR)Stack.$(O) Stack.$(C) Stack.$(H): Stack.st $(INCLUDE_TOP)\stx\libbasic\Collection.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic\OrderedCollection.$(H) $(INCLUDE_TOP)\stx\libbasic\SequenceableCollection.$(H) $(STCHDR)
878a23430750 comment
Claus Gittinger <cg@exept.de>
parents: 3693
diff changeset
   196
$(OUTDIR)StringPattern.$(O) StringPattern.$(C) StringPattern.$(H): StringPattern.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
878a23430750 comment
Claus Gittinger <cg@exept.de>
parents: 3693
diff changeset
   197
$(OUTDIR)StringUtilities.$(O) StringUtilities.$(C) StringUtilities.$(H): StringUtilities.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
4407
Claus Gittinger <cg@exept.de>
parents: 4165
diff changeset
   198
$(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)
3799
878a23430750 comment
Claus Gittinger <cg@exept.de>
parents: 3693
diff changeset
   199
$(OUTDIR)TSTreeNode.$(O) TSTreeNode.$(C) TSTreeNode.$(H): TSTreeNode.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
4784
3a9f5f2098f6 initial checkin
Claus Gittinger <cg@exept.de>
parents: 4747
diff changeset
   200
$(OUTDIR)TableData.$(O) TableData.$(C) TableData.$(H): TableData.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
3799
878a23430750 comment
Claus Gittinger <cg@exept.de>
parents: 3693
diff changeset
   201
$(OUTDIR)TerminalSession.$(O) TerminalSession.$(C) TerminalSession.$(H): TerminalSession.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
878a23430750 comment
Claus Gittinger <cg@exept.de>
parents: 3693
diff changeset
   202
$(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)
3901
c3107c34a7e0 class: HTMLPrinterStream
Claus Gittinger <cg@exept.de>
parents: 3888
diff changeset
   203
$(OUTDIR)TextClassifier.$(O) TextClassifier.$(C) TextClassifier.$(H): TextClassifier.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
3799
878a23430750 comment
Claus Gittinger <cg@exept.de>
parents: 3693
diff changeset
   204
$(OUTDIR)TextStream.$(O) TextStream.$(C) TextStream.$(H): TextStream.st $(INCLUDE_TOP)\stx\libbasic\CharacterWriteStream.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic\PeekableStream.$(H) $(INCLUDE_TOP)\stx\libbasic\PositionableStream.$(H) $(INCLUDE_TOP)\stx\libbasic\Stream.$(H) $(INCLUDE_TOP)\stx\libbasic\WriteStream.$(H) $(STCHDR)
878a23430750 comment
Claus Gittinger <cg@exept.de>
parents: 3693
diff changeset
   205
$(OUTDIR)TreeSet.$(O) TreeSet.$(C) TreeSet.$(H): TreeSet.st $(INCLUDE_TOP)\stx\libbasic\Collection.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
5094
10d23b72e54e initial checkin
Claus Gittinger <cg@exept.de>
parents: 5062
diff changeset
   206
$(OUTDIR)Trie.$(O) Trie.$(C) Trie.$(H): Trie.st $(INCLUDE_TOP)\stx\libbasic\Collection.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic\SequenceableCollection.$(H) $(STCHDR)
3799
878a23430750 comment
Claus Gittinger <cg@exept.de>
parents: 3693
diff changeset
   207
$(OUTDIR)URI.$(O) URI.$(C) URI.$(H): URI.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
878a23430750 comment
Claus Gittinger <cg@exept.de>
parents: 3693
diff changeset
   208
$(OUTDIR)UUID.$(O) UUID.$(C) UUID.$(H): UUID.st $(INCLUDE_TOP)\stx\libbasic\ArrayedCollection.$(H) $(INCLUDE_TOP)\stx\libbasic\ByteArray.$(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)
878a23430750 comment
Claus Gittinger <cg@exept.de>
parents: 3693
diff changeset
   209
$(OUTDIR)UndoSupport.$(O) UndoSupport.$(C) UndoSupport.$(H): UndoSupport.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
878a23430750 comment
Claus Gittinger <cg@exept.de>
parents: 3693
diff changeset
   210
$(OUTDIR)UnitConverter.$(O) UnitConverter.$(C) UnitConverter.$(H): UnitConverter.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
3901
c3107c34a7e0 class: HTMLPrinterStream
Claus Gittinger <cg@exept.de>
parents: 3888
diff changeset
   211
$(OUTDIR)UnixPTYStream.$(O) UnixPTYStream.$(C) UnixPTYStream.$(H): UnixPTYStream.st $(INCLUDE_TOP)\stx\libbasic\ExternalStream.$(H) $(INCLUDE_TOP)\stx\libbasic\NonPositionableExternalStream.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic\PeekableStream.$(H) $(INCLUDE_TOP)\stx\libbasic\PipeStream.$(H) $(INCLUDE_TOP)\stx\libbasic\PositionableStream.$(H) $(INCLUDE_TOP)\stx\libbasic\ReadWriteStream.$(H) $(INCLUDE_TOP)\stx\libbasic\Stream.$(H) $(INCLUDE_TOP)\stx\libbasic\WriteStream.$(H) $(STCHDR)
3888
207d52ab5c79 initial checkin
Claus Gittinger <cg@exept.de>
parents: 3799
diff changeset
   212
$(OUTDIR)ValueLink.$(O) ValueLink.$(C) ValueLink.$(H): ValueLink.st $(INCLUDE_TOP)\stx\libbasic\Link.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
3799
878a23430750 comment
Claus Gittinger <cg@exept.de>
parents: 3693
diff changeset
   213
$(OUTDIR)VirtualArray.$(O) VirtualArray.$(C) VirtualArray.$(H): VirtualArray.st $(INCLUDE_TOP)\stx\libbasic\Collection.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic\SequenceableCollection.$(H) $(STCHDR)
4544
032b17c4169e initial checkin
Claus Gittinger <cg@exept.de>
parents: 4462
diff changeset
   214
$(OUTDIR)VirtualDictionary.$(O) VirtualDictionary.$(C) VirtualDictionary.$(H): VirtualDictionary.st $(INCLUDE_TOP)\stx\libbasic\Collection.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
4701
54244e501191 initial checkin
Claus Gittinger <cg@exept.de>
parents: 4688
diff changeset
   215
$(OUTDIR)WeakOrderedCollection.$(O) WeakOrderedCollection.$(C) WeakOrderedCollection.$(H): WeakOrderedCollection.st $(INCLUDE_TOP)\stx\libbasic\Collection.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic\OrderedCollection.$(H) $(INCLUDE_TOP)\stx\libbasic\SequenceableCollection.$(H) $(STCHDR)
3799
878a23430750 comment
Claus Gittinger <cg@exept.de>
parents: 3693
diff changeset
   216
$(OUTDIR)ZipArchiveConstants.$(O) ZipArchiveConstants.$(C) ZipArchiveConstants.$(H): ZipArchiveConstants.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic\SharedPool.$(H) $(STCHDR)
878a23430750 comment
Claus Gittinger <cg@exept.de>
parents: 3693
diff changeset
   217
$(OUTDIR)stx_libbasic2.$(O) stx_libbasic2.$(C) stx_libbasic2.$(H): stx_libbasic2.st $(INCLUDE_TOP)\stx\libbasic\LibraryDefinition.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic\ProjectDefinition.$(H) $(STCHDR)
878a23430750 comment
Claus Gittinger <cg@exept.de>
parents: 3693
diff changeset
   218
$(OUTDIR)AATree.$(O) AATree.$(C) AATree.$(H): AATree.st $(INCLUDE_TOP)\stx\libbasic\Collection.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic2\BinaryTree.$(H) $(STCHDR)
878a23430750 comment
Claus Gittinger <cg@exept.de>
parents: 3693
diff changeset
   219
$(OUTDIR)AATreeNode.$(O) AATreeNode.$(C) AATreeNode.$(H): AATreeNode.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic2\BinaryTreeNode.$(H) $(STCHDR)
3901
c3107c34a7e0 class: HTMLPrinterStream
Claus Gittinger <cg@exept.de>
parents: 3888
diff changeset
   220
$(OUTDIR)AppletalkSocketAddress.$(O) AppletalkSocketAddress.$(C) AppletalkSocketAddress.$(H): AppletalkSocketAddress.st $(INCLUDE_TOP)\stx\libbasic\ArrayedCollection.$(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) $(INCLUDE_TOP)\stx\libbasic2\SocketAddress.$(H) $(STCHDR)
3799
878a23430750 comment
Claus Gittinger <cg@exept.de>
parents: 3693
diff changeset
   221
$(OUTDIR)Arrow.$(O) Arrow.$(C) Arrow.$(H): Arrow.st $(INCLUDE_TOP)\stx\libbasic\Geometric.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic2\LineSegment.$(H) $(STCHDR)
878a23430750 comment
Claus Gittinger <cg@exept.de>
parents: 3693
diff changeset
   222
$(OUTDIR)ArrowedSpline.$(O) ArrowedSpline.$(C) ArrowedSpline.$(H): ArrowedSpline.st $(INCLUDE_TOP)\stx\libbasic\Geometric.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic2\Spline.$(H) $(STCHDR)
878a23430750 comment
Claus Gittinger <cg@exept.de>
parents: 3693
diff changeset
   223
$(OUTDIR)AutoResizingOrderedCollectionWithDefault.$(O) AutoResizingOrderedCollectionWithDefault.$(C) AutoResizingOrderedCollectionWithDefault.$(H): AutoResizingOrderedCollectionWithDefault.st $(INCLUDE_TOP)\stx\libbasic\Collection.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic\OrderedCollection.$(H) $(INCLUDE_TOP)\stx\libbasic\SequenceableCollection.$(H) $(INCLUDE_TOP)\stx\libbasic2\AutoResizingOrderedCollection.$(H) $(STCHDR)
3901
c3107c34a7e0 class: HTMLPrinterStream
Claus Gittinger <cg@exept.de>
parents: 3888
diff changeset
   224
$(OUTDIR)BZip2Stream.$(O) BZip2Stream.$(C) BZip2Stream.$(H): BZip2Stream.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic\Stream.$(H) $(INCLUDE_TOP)\stx\libbasic2\CompressionStream.$(H) $(STCHDR)
3799
878a23430750 comment
Claus Gittinger <cg@exept.de>
parents: 3693
diff changeset
   225
$(OUTDIR)BackgroundJob.$(O) BackgroundJob.$(C) BackgroundJob.$(H): BackgroundJob.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic2\AbstractBackgroundJob.$(H) $(STCHDR)
878a23430750 comment
Claus Gittinger <cg@exept.de>
parents: 3693
diff changeset
   226
$(OUTDIR)BackgroundPeriodicalJob.$(O) BackgroundPeriodicalJob.$(C) BackgroundPeriodicalJob.$(H): BackgroundPeriodicalJob.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic2\AbstractBackgroundJob.$(H) $(STCHDR)
878a23430750 comment
Claus Gittinger <cg@exept.de>
parents: 3693
diff changeset
   227
$(OUTDIR)BackgroundQueueProcessingJob.$(O) BackgroundQueueProcessingJob.$(C) BackgroundQueueProcessingJob.$(H): BackgroundQueueProcessingJob.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic2\AbstractBackgroundJob.$(H) $(STCHDR)
878a23430750 comment
Claus Gittinger <cg@exept.de>
parents: 3693
diff changeset
   228
$(OUTDIR)Base32Coder.$(O) Base32Coder.$(C) Base32Coder.$(H): Base32Coder.st $(INCLUDE_TOP)\stx\libbasic\AspectVisitor.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic\ObjectCoder.$(H) $(INCLUDE_TOP)\stx\libbasic\Visitor.$(H) $(INCLUDE_TOP)\stx\libbasic2\BaseNCoder.$(H) $(STCHDR)
878a23430750 comment
Claus Gittinger <cg@exept.de>
parents: 3693
diff changeset
   229
$(OUTDIR)Base64Coder.$(O) Base64Coder.$(C) Base64Coder.$(H): Base64Coder.st $(INCLUDE_TOP)\stx\libbasic\AspectVisitor.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic\ObjectCoder.$(H) $(INCLUDE_TOP)\stx\libbasic\Visitor.$(H) $(INCLUDE_TOP)\stx\libbasic2\BaseNCoder.$(H) $(STCHDR)
3901
c3107c34a7e0 class: HTMLPrinterStream
Claus Gittinger <cg@exept.de>
parents: 3888
diff changeset
   230
$(OUTDIR)BayesClassifier.$(O) BayesClassifier.$(C) BayesClassifier.$(H): BayesClassifier.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic2\TextClassifier.$(H) $(STCHDR)
3799
878a23430750 comment
Claus Gittinger <cg@exept.de>
parents: 3693
diff changeset
   231
$(OUTDIR)Bezier2Segment.$(O) Bezier2Segment.$(C) Bezier2Segment.$(H): Bezier2Segment.st $(INCLUDE_TOP)\stx\libbasic\Geometric.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic2\LineSegment.$(H) $(STCHDR)
4851
b11c7aef37fc class: CRC16Stream
Claus Gittinger <cg@exept.de>
parents: 4822
diff changeset
   232
$(OUTDIR)CRC16Stream.$(O) CRC16Stream.$(C) CRC16Stream.$(H): CRC16Stream.st $(INCLUDE_TOP)\stx\libbasic\HashStream.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic\Stream.$(H) $(INCLUDE_TOP)\stx\libbasic2\CRCStream.$(H) $(STCHDR)
b11c7aef37fc class: CRC16Stream
Claus Gittinger <cg@exept.de>
parents: 4822
diff changeset
   233
$(OUTDIR)CRC32Stream.$(O) CRC32Stream.$(C) CRC32Stream.$(H): CRC32Stream.st $(INCLUDE_TOP)\stx\libbasic\HashStream.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic\Stream.$(H) $(INCLUDE_TOP)\stx\libbasic2\CRCStream.$(H) $(STCHDR)
4911
fc066ca35d57 class: CRC32Stream class
Claus Gittinger <cg@exept.de>
parents: 4851
diff changeset
   234
$(OUTDIR)CRC8Stream.$(O) CRC8Stream.$(C) CRC8Stream.$(H): CRC8Stream.st $(INCLUDE_TOP)\stx\libbasic\HashStream.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic\Stream.$(H) $(INCLUDE_TOP)\stx\libbasic2\CRCStream.$(H) $(STCHDR)
3799
878a23430750 comment
Claus Gittinger <cg@exept.de>
parents: 3693
diff changeset
   235
$(OUTDIR)CacheDictionaryWithFactory.$(O) CacheDictionaryWithFactory.$(C) CacheDictionaryWithFactory.$(H): CacheDictionaryWithFactory.st $(INCLUDE_TOP)\stx\libbasic\Collection.$(H) $(INCLUDE_TOP)\stx\libbasic\Dictionary.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic\Set.$(H) $(INCLUDE_TOP)\stx\libbasic2\CacheDictionary.$(H) $(STCHDR)
3901
c3107c34a7e0 class: HTMLPrinterStream
Claus Gittinger <cg@exept.de>
parents: 3888
diff changeset
   236
$(OUTDIR)DecNetSocketAddress.$(O) DecNetSocketAddress.$(C) DecNetSocketAddress.$(H): DecNetSocketAddress.st $(INCLUDE_TOP)\stx\libbasic\ArrayedCollection.$(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) $(INCLUDE_TOP)\stx\libbasic2\SocketAddress.$(H) $(STCHDR)
c3107c34a7e0 class: HTMLPrinterStream
Claus Gittinger <cg@exept.de>
parents: 3888
diff changeset
   237
$(OUTDIR)EpsonFX1PrinterStream.$(O) EpsonFX1PrinterStream.$(C) EpsonFX1PrinterStream.$(H): EpsonFX1PrinterStream.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic\Stream.$(H) $(INCLUDE_TOP)\stx\libbasic2\PrinterStream.$(H) $(STCHDR)
3799
878a23430750 comment
Claus Gittinger <cg@exept.de>
parents: 3693
diff changeset
   238
$(OUTDIR)FilteringLineStream.$(O) FilteringLineStream.$(C) FilteringLineStream.$(H): FilteringLineStream.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic\PeekableStream.$(H) $(INCLUDE_TOP)\stx\libbasic\Stream.$(H) $(INCLUDE_TOP)\stx\libbasic2\FilteringStream.$(H) $(STCHDR)
5040
dedc477749fd class: Future
Claus Gittinger <cg@exept.de>
parents: 4986
diff changeset
   239
$(OUTDIR)Future.$(O) Future.$(C) Future.$(H): Future.st $(INCLUDE_TOP)\stx\libbasic\ProtoObject.$(H) $(INCLUDE_TOP)\stx\libbasic2\DelayedValue.$(H) $(STCHDR)
3901
c3107c34a7e0 class: HTMLPrinterStream
Claus Gittinger <cg@exept.de>
parents: 3888
diff changeset
   240
$(OUTDIR)HPLjetIIPrinterStream.$(O) HPLjetIIPrinterStream.$(C) HPLjetIIPrinterStream.$(H): HPLjetIIPrinterStream.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic\Stream.$(H) $(INCLUDE_TOP)\stx\libbasic2\PrinterStream.$(H) $(STCHDR)
c3107c34a7e0 class: HTMLPrinterStream
Claus Gittinger <cg@exept.de>
parents: 3888
diff changeset
   241
$(OUTDIR)HTMLPrinterStream.$(O) HTMLPrinterStream.$(C) HTMLPrinterStream.$(H): HTMLPrinterStream.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic\Stream.$(H) $(INCLUDE_TOP)\stx\libbasic2\PrinterStream.$(H) $(STCHDR)
3799
878a23430750 comment
Claus Gittinger <cg@exept.de>
parents: 3693
diff changeset
   242
$(OUTDIR)HierarchicalURI.$(O) HierarchicalURI.$(C) HierarchicalURI.$(H): HierarchicalURI.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic2\URI.$(H) $(STCHDR)
878a23430750 comment
Claus Gittinger <cg@exept.de>
parents: 3693
diff changeset
   243
$(OUTDIR)HostAddressLookupError.$(O) HostAddressLookupError.$(C) HostAddressLookupError.$(H): HostAddressLookupError.st $(INCLUDE_TOP)\stx\libbasic\Error.$(H) $(INCLUDE_TOP)\stx\libbasic\Exception.$(H) $(INCLUDE_TOP)\stx\libbasic\GenericException.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic\ProceedableError.$(H) $(INCLUDE_TOP)\stx\libbasic2\NameLookupError.$(H) $(STCHDR)
878a23430750 comment
Claus Gittinger <cg@exept.de>
parents: 3693
diff changeset
   244
$(OUTDIR)HostNameLookupError.$(O) HostNameLookupError.$(C) HostNameLookupError.$(H): HostNameLookupError.st $(INCLUDE_TOP)\stx\libbasic\Error.$(H) $(INCLUDE_TOP)\stx\libbasic\Exception.$(H) $(INCLUDE_TOP)\stx\libbasic\GenericException.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic\ProceedableError.$(H) $(INCLUDE_TOP)\stx\libbasic2\NameLookupError.$(H) $(STCHDR)
878a23430750 comment
Claus Gittinger <cg@exept.de>
parents: 3693
diff changeset
   245
$(OUTDIR)IPSocketAddress.$(O) IPSocketAddress.$(C) IPSocketAddress.$(H): IPSocketAddress.st $(INCLUDE_TOP)\stx\libbasic\ArrayedCollection.$(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) $(INCLUDE_TOP)\stx\libbasic2\SocketAddress.$(H) $(STCHDR)
3901
c3107c34a7e0 class: HTMLPrinterStream
Claus Gittinger <cg@exept.de>
parents: 3888
diff changeset
   246
$(OUTDIR)LazyCons.$(O) LazyCons.$(C) LazyCons.$(H): LazyCons.st $(INCLUDE_TOP)\stx\libbasic\Collection.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic\SequenceableCollection.$(H) $(INCLUDE_TOP)\stx\libbasic2\Cons.$(H) $(STCHDR)
3799
878a23430750 comment
Claus Gittinger <cg@exept.de>
parents: 3693
diff changeset
   247
$(OUTDIR)LineNumberReadStream.$(O) LineNumberReadStream.$(C) LineNumberReadStream.$(H): LineNumberReadStream.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic\PeekableStream.$(H) $(INCLUDE_TOP)\stx\libbasic\Stream.$(H) $(INCLUDE_TOP)\stx\libbasic2\FilteringStream.$(H) $(STCHDR)
878a23430750 comment
Claus Gittinger <cg@exept.de>
parents: 3693
diff changeset
   248
$(OUTDIR)PostscriptPrinterStream.$(O) PostscriptPrinterStream.$(C) PostscriptPrinterStream.$(H): PostscriptPrinterStream.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic\Stream.$(H) $(INCLUDE_TOP)\stx\libbasic2\PrinterStream.$(H) $(STCHDR)
4605
5d774868d237 class: RandomGenerator
Claus Gittinger <cg@exept.de>
parents: 4579
diff changeset
   249
$(OUTDIR)RandomGNUSmalltalk.$(O) RandomGNUSmalltalk.$(C) RandomGNUSmalltalk.$(H): RandomGNUSmalltalk.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic\Stream.$(H) $(INCLUDE_TOP)\stx\libbasic2\Random.$(H) $(STCHDR)
3799
878a23430750 comment
Claus Gittinger <cg@exept.de>
parents: 3693
diff changeset
   250
$(OUTDIR)RandomGenerator.$(O) RandomGenerator.$(C) RandomGenerator.$(H): RandomGenerator.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic\Stream.$(H) $(INCLUDE_TOP)\stx\libbasic2\Random.$(H) $(STCHDR)
878a23430750 comment
Claus Gittinger <cg@exept.de>
parents: 3693
diff changeset
   251
$(OUTDIR)SharedQueue.$(O) SharedQueue.$(C) SharedQueue.$(H): SharedQueue.st $(INCLUDE_TOP)\stx\libbasic\Collection.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic2\Queue.$(H) $(STCHDR)
4407
Claus Gittinger <cg@exept.de>
parents: 4165
diff changeset
   252
$(OUTDIR)TSMultiTree.$(O) TSMultiTree.$(C) TSMultiTree.$(H): TSMultiTree.st $(INCLUDE_TOP)\stx\libbasic\Collection.$(H) $(INCLUDE_TOP)\stx\libbasic\KeyedCollection.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic2\TSTree.$(H) $(STCHDR)
3799
878a23430750 comment
Claus Gittinger <cg@exept.de>
parents: 3693
diff changeset
   253
$(OUTDIR)TSMultiTreeNode.$(O) TSMultiTreeNode.$(C) TSMultiTreeNode.$(H): TSMultiTreeNode.st $(INCLUDE_TOP)\stx\libbasic\Array.$(H) $(INCLUDE_TOP)\stx\libbasic\ArrayedCollection.$(H) $(INCLUDE_TOP)\stx\libbasic\Collection.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic\SequenceableCollection.$(H) $(INCLUDE_TOP)\stx\libbasic2\TSTreeNode.$(H) $(STCHDR)
878a23430750 comment
Claus Gittinger <cg@exept.de>
parents: 3693
diff changeset
   254
$(OUTDIR)TimedPromise.$(O) TimedPromise.$(C) TimedPromise.$(H): TimedPromise.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic2\Promise.$(H) $(STCHDR)
5129
a1b19b9a3105 class: SequenceableCollection class
Claus Gittinger <cg@exept.de>
parents: 5115
diff changeset
   255
$(OUTDIR)TwoDimensionalMatrix.$(O) TwoDimensionalMatrix.$(C) TwoDimensionalMatrix.$(H): TwoDimensionalMatrix.st $(INCLUDE_TOP)\stx\libbasic\AbstractMultidimensionalArray.$(H) $(INCLUDE_TOP)\stx\libbasic\Collection.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic\SequenceableCollection.$(H) $(INCLUDE_TOP)\stx\libbasic2\Matrix.$(H) $(STCHDR)
3799
878a23430750 comment
Claus Gittinger <cg@exept.de>
parents: 3693
diff changeset
   256
$(OUTDIR)UDSocketAddress.$(O) UDSocketAddress.$(C) UDSocketAddress.$(H): UDSocketAddress.st $(INCLUDE_TOP)\stx\libbasic\ArrayedCollection.$(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) $(INCLUDE_TOP)\stx\libbasic2\SocketAddress.$(H) $(STCHDR)
878a23430750 comment
Claus Gittinger <cg@exept.de>
parents: 3693
diff changeset
   257
$(OUTDIR)Unicode32String.$(O) Unicode32String.$(C) Unicode32String.$(H): Unicode32String.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) $(INCLUDE_TOP)\stx\libbasic2\FourByteString.$(H) $(STCHDR)
3888
207d52ab5c79 initial checkin
Claus Gittinger <cg@exept.de>
parents: 3799
diff changeset
   258
$(OUTDIR)ValueDoubleLink.$(O) ValueDoubleLink.$(C) ValueDoubleLink.$(H): ValueDoubleLink.st $(INCLUDE_TOP)\stx\libbasic\Link.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic2\DoubleLink.$(H) $(STCHDR)
4822
aa204bdcc3f2 initial checkin
Claus Gittinger <cg@exept.de>
parents: 4809
diff changeset
   259
$(OUTDIR)VirtualArrayWithCache.$(O) VirtualArrayWithCache.$(C) VirtualArrayWithCache.$(H): VirtualArrayWithCache.st $(INCLUDE_TOP)\stx\libbasic\Collection.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic\SequenceableCollection.$(H) $(INCLUDE_TOP)\stx\libbasic2\VirtualArray.$(H) $(STCHDR)
3799
878a23430750 comment
Claus Gittinger <cg@exept.de>
parents: 3693
diff changeset
   260
$(OUTDIR)ZipArchive.$(O) ZipArchive.$(C) ZipArchive.$(H): ZipArchive.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic\PeekableStream.$(H) $(INCLUDE_TOP)\stx\libbasic\Stream.$(H) $(INCLUDE_TOP)\stx\libbasic2\ZipArchiveConstants.$(H) $(STCHDR)
878a23430750 comment
Claus Gittinger <cg@exept.de>
parents: 3693
diff changeset
   261
$(OUTDIR)ZipStream.$(O) ZipStream.$(C) ZipStream.$(H): ZipStream.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic\Stream.$(H) $(INCLUDE_TOP)\stx\libbasic2\CompressionStream.$(H) $(STCHDR)
4747
0c7cc923f6a6 initial checkin
Claus Gittinger <cg@exept.de>
parents: 4726
diff changeset
   262
$(OUTDIR)Base64UrlCoder.$(O) Base64UrlCoder.$(C) Base64UrlCoder.$(H): Base64UrlCoder.st $(INCLUDE_TOP)\stx\libbasic\AspectVisitor.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic\ObjectCoder.$(H) $(INCLUDE_TOP)\stx\libbasic\Visitor.$(H) $(INCLUDE_TOP)\stx\libbasic2\Base64Coder.$(H) $(INCLUDE_TOP)\stx\libbasic2\BaseNCoder.$(H) $(STCHDR)
3799
878a23430750 comment
Claus Gittinger <cg@exept.de>
parents: 3693
diff changeset
   263
$(OUTDIR)FileURI.$(O) FileURI.$(C) FileURI.$(H): FileURI.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic2\HierarchicalURI.$(H) $(INCLUDE_TOP)\stx\libbasic2\URI.$(H) $(STCHDR)
878a23430750 comment
Claus Gittinger <cg@exept.de>
parents: 3693
diff changeset
   264
$(OUTDIR)FtpURI.$(O) FtpURI.$(C) FtpURI.$(H): FtpURI.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic2\HierarchicalURI.$(H) $(INCLUDE_TOP)\stx\libbasic2\URI.$(H) $(STCHDR)
878a23430750 comment
Claus Gittinger <cg@exept.de>
parents: 3693
diff changeset
   265
$(OUTDIR)HttpURI.$(O) HttpURI.$(C) HttpURI.$(H): HttpURI.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic2\HierarchicalURI.$(H) $(INCLUDE_TOP)\stx\libbasic2\URI.$(H) $(STCHDR)
878a23430750 comment
Claus Gittinger <cg@exept.de>
parents: 3693
diff changeset
   266
$(OUTDIR)IPv6SocketAddress.$(O) IPv6SocketAddress.$(C) IPv6SocketAddress.$(H): IPv6SocketAddress.st $(INCLUDE_TOP)\stx\libbasic\ArrayedCollection.$(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) $(INCLUDE_TOP)\stx\libbasic2\IPSocketAddress.$(H) $(INCLUDE_TOP)\stx\libbasic2\SocketAddress.$(H) $(STCHDR)
878a23430750 comment
Claus Gittinger <cg@exept.de>
parents: 3693
diff changeset
   267
$(OUTDIR)SftpURI.$(O) SftpURI.$(C) SftpURI.$(H): SftpURI.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic2\HierarchicalURI.$(H) $(INCLUDE_TOP)\stx\libbasic2\URI.$(H) $(STCHDR)
5129
a1b19b9a3105 class: SequenceableCollection class
Claus Gittinger <cg@exept.de>
parents: 5115
diff changeset
   268
$(OUTDIR)SquareMatrix.$(O) SquareMatrix.$(C) SquareMatrix.$(H): SquareMatrix.st $(INCLUDE_TOP)\stx\libbasic\AbstractMultidimensionalArray.$(H) $(INCLUDE_TOP)\stx\libbasic\Collection.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic\SequenceableCollection.$(H) $(INCLUDE_TOP)\stx\libbasic2\Matrix.$(H) $(INCLUDE_TOP)\stx\libbasic2\TwoDimensionalMatrix.$(H) $(STCHDR)
4072
164e99319f87 initial checkin
Claus Gittinger <cg@exept.de>
parents: 3963
diff changeset
   269
$(OUTDIR)UnlimitedSharedQueue.$(O) UnlimitedSharedQueue.$(C) UnlimitedSharedQueue.$(H): UnlimitedSharedQueue.st $(INCLUDE_TOP)\stx\libbasic\Collection.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic2\Queue.$(H) $(INCLUDE_TOP)\stx\libbasic2\SharedQueue.$(H) $(STCHDR)
4726
30ce8e6c2742 initial checkin
Claus Gittinger <cg@exept.de>
parents: 4701
diff changeset
   270
$(OUTDIR)HttpsURI.$(O) HttpsURI.$(C) HttpsURI.$(H): HttpsURI.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic2\HierarchicalURI.$(H) $(INCLUDE_TOP)\stx\libbasic2\HttpURI.$(H) $(INCLUDE_TOP)\stx\libbasic2\URI.$(H) $(STCHDR)
5129
a1b19b9a3105 class: SequenceableCollection class
Claus Gittinger <cg@exept.de>
parents: 5115
diff changeset
   271
$(OUTDIR)Matrix2_2.$(O) Matrix2_2.$(C) Matrix2_2.$(H): Matrix2_2.st $(INCLUDE_TOP)\stx\libbasic\AbstractMultidimensionalArray.$(H) $(INCLUDE_TOP)\stx\libbasic\Collection.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic\SequenceableCollection.$(H) $(INCLUDE_TOP)\stx\libbasic2\Matrix.$(H) $(INCLUDE_TOP)\stx\libbasic2\SquareMatrix.$(H) $(INCLUDE_TOP)\stx\libbasic2\TwoDimensionalMatrix.$(H) $(STCHDR)
a1b19b9a3105 class: SequenceableCollection class
Claus Gittinger <cg@exept.de>
parents: 5115
diff changeset
   272
$(OUTDIR)Matrix3_3.$(O) Matrix3_3.$(C) Matrix3_3.$(H): Matrix3_3.st $(INCLUDE_TOP)\stx\libbasic\AbstractMultidimensionalArray.$(H) $(INCLUDE_TOP)\stx\libbasic\Collection.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic\SequenceableCollection.$(H) $(INCLUDE_TOP)\stx\libbasic2\Matrix.$(H) $(INCLUDE_TOP)\stx\libbasic2\SquareMatrix.$(H) $(INCLUDE_TOP)\stx\libbasic2\TwoDimensionalMatrix.$(H) $(STCHDR)
5299
400176adb528 class: MetaNumber
Claus Gittinger <cg@exept.de>
parents: 5281
diff changeset
   273
$(OUTDIR)extensions.$(O): extensions.st $(INCLUDE_TOP)\stx\libbasic\ArithmeticValue.$(H) $(INCLUDE_TOP)\stx\libbasic\ArrayedCollection.$(H) $(INCLUDE_TOP)\stx\libbasic\Block.$(H) $(INCLUDE_TOP)\stx\libbasic\CharacterArray.$(H) $(INCLUDE_TOP)\stx\libbasic\Collection.$(H) $(INCLUDE_TOP)\stx\libbasic\CompiledCode.$(H) $(INCLUDE_TOP)\stx\libbasic\ExecutableFunction.$(H) $(INCLUDE_TOP)\stx\libbasic\Float.$(H) $(INCLUDE_TOP)\stx\libbasic\Fraction.$(H) $(INCLUDE_TOP)\stx\libbasic\Integer.$(H) $(INCLUDE_TOP)\stx\libbasic\LimitedPrecisionReal.$(H) $(INCLUDE_TOP)\stx\libbasic\LongFloat.$(H) $(INCLUDE_TOP)\stx\libbasic\Magnitude.$(H) $(INCLUDE_TOP)\stx\libbasic\MetaNumber.$(H) $(INCLUDE_TOP)\stx\libbasic\Number.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic\SequenceableCollection.$(H) $(INCLUDE_TOP)\stx\libbasic\ShortFloat.$(H) $(INCLUDE_TOP)\stx\libbasic\Stream.$(H) $(INCLUDE_TOP)\stx\libbasic\UninterpretedBytes.$(H) $(STCHDR)
1745
c647183f315d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1736
diff changeset
   274
950
0421793b2ad3 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 902
diff changeset
   275
# ENDMAKEDEPEND --- do not remove this line