bc.mak
author Claus Gittinger <cg@exept.de>
Wed, 31 Oct 2012 13:00:17 +0100
changeset 2838 dfeeb16ab05b
parent 2821 e905ad890dd7
child 2864 f10ac466d407
permissions -rw-r--r--
automatically generated by browser
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2838
dfeeb16ab05b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2821
diff changeset
     1
# $Header: /cvs/stx/stx/libbasic2/bc.mak,v 1.140 2012-10-31 12:00:17 cg Exp $
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
b725fd79650e automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1724
diff changeset
    36
RESFILES=libbasic2.res
950
0421793b2ad3 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 902
diff changeset
    37
1701
fe53e64ec2f8 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1694
diff changeset
    38
fe53e64ec2f8 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1694
diff changeset
    39
1946
a2c3951c6dce automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 1876
diff changeset
    40
LOCALINCLUDES=-I$(ZLIB_DIR) -I$(INCLUDE_TOP)\stx\libbasic
1998
84677cafa759 automatically generated by browser
ab
parents: 1969
diff changeset
    41
LOCALDEFINES=
1946
a2c3951c6dce automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 1876
diff changeset
    42
2717
ce0ddd4cdd56 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2649
diff changeset
    43
STCLOCALOPT=-package=$(PACKAGE) -I. $(LOCALINCLUDES) -headerDir=. $(STCLOCALOPTIMIZATIONS) $(STCWARNINGS) $(LOCALDEFINES) $(COMMONSYMBOLS) -varPrefix=$(LIBNAME)
1953
16f3f5c0d341 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 1946
diff changeset
    44
LOCALLIBS=$(ZLIB_DIR)\$(ZLIB)
1946
a2c3951c6dce automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 1876
diff changeset
    45
1661
802c6228f889 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1655
diff changeset
    46
OBJS= $(COMMON_OBJS) $(WIN32_OBJS)
802c6228f889 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1655
diff changeset
    47
2140
62c94256fee2 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 2131
diff changeset
    48
ALL:: $(ZLIB) classLibRule
62c94256fee2 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 2131
diff changeset
    49
2294
1fea54a92a8e *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2271
diff changeset
    50
classLibRule: $(OUTDIR) $(OUTDIR)$(LIBNAME).dll
1661
802c6228f889 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1655
diff changeset
    51
1822
2e3a1a15b19b Rename stdRules_nt and stdHeader_nt to ..._bc
Stefan Vogel <sv@exept.de>
parents: 1817
diff changeset
    52
!INCLUDE $(TOP)\rules\stdRules_bc
950
0421793b2ad3 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 902
diff changeset
    53
2061
92073850b30f automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2026
diff changeset
    54
# build all prerequisite packages for this package
92073850b30f automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2026
diff changeset
    55
prereq:
2298
e5970285a135 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2294
diff changeset
    56
	pushd ..\libbasic & $(MAKE_BAT) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
e5970285a135 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2294
diff changeset
    57
	pushd ..\librun & $(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
1661
802c6228f889 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1655
diff changeset
    60
1946
a2c3951c6dce automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 1876
diff changeset
    61
$(ZLIB):
1803
adf813954344 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 1797
diff changeset
    62
	cd $(ZLIB_DIR)
2838
dfeeb16ab05b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2821
diff changeset
    63
	$(MAKE) $(MAKE_ZLIB_ARG) $(ZLIB)
1833
0099026ed153 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 1822
diff changeset
    64
	cd ..\..\libbasic2
1803
adf813954344 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 1797
diff changeset
    65
adf813954344 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 1797
diff changeset
    66
$(BZ2LIB):
adf813954344 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 1797
diff changeset
    67
	cd $(BZ2LIB_DIR)
2838
dfeeb16ab05b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2821
diff changeset
    68
	$(MAKE) $(MAKE_BZ2LIB_ARG) bz2.lib
1833
0099026ed153 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 1822
diff changeset
    69
	cd ..\..\libbasic2
1803
adf813954344 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 1797
diff changeset
    70
1448
56d86a3ee602 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1408
diff changeset
    71
2649
acd63a148d11 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2632
diff changeset
    72
950
0421793b2ad3 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 902
diff changeset
    73
# BEGINMAKEDEPEND --- do not remove this line; make depend needs it
1745
c647183f315d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1736
diff changeset
    74
$(OUTDIR)ActorStream.$(O) ActorStream.$(H): ActorStream.st $(INCLUDE_TOP)\stx\libbasic\PeekableStream.$(H) $(INCLUDE_TOP)\stx\libbasic\Stream.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1788
668608381670 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1771
diff changeset
    75
$(OUTDIR)Archiver.$(O) Archiver.$(H): Archiver.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
2399
a17e33557008 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2388
diff changeset
    76
$(OUTDIR)BTree.$(O) BTree.$(H): BTree.st $(INCLUDE_TOP)\stx\libbasic\Collection.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
2596
d55bf339fba7 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 2587
diff changeset
    77
$(OUTDIR)BackgroundJob.$(O) BackgroundJob.$(H): BackgroundJob.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1969
1909a36f5af4 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 1959
diff changeset
    78
$(OUTDIR)BaseNCoder.$(O) BaseNCoder.$(H): BaseNCoder.st $(INCLUDE_TOP)\stx\libbasic\ObjectCoder.$(H) $(INCLUDE_TOP)\stx\libbasic\AspectVisitor.$(H) $(INCLUDE_TOP)\stx\libbasic\Visitor.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
2407
d06be0e7114d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2399
diff changeset
    79
$(OUTDIR)Bezier.$(O) Bezier.$(H): Bezier.st $(INCLUDE_TOP)\stx\libbasic\Geometric.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
2271
b73ea51c43d0 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2251
diff changeset
    80
$(OUTDIR)BinaryTree.$(O) BinaryTree.$(H): BinaryTree.st $(INCLUDE_TOP)\stx\libbasic\Collection.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
2793
f357cd001735 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2773
diff changeset
    81
$(OUTDIR)BinaryTreeNode.$(O) BinaryTreeNode.$(H): BinaryTreeNode.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
2099
53f76de478d7 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2061
diff changeset
    82
$(OUTDIR)BitArray.$(O) BitArray.$(H): BitArray.st $(INCLUDE_TOP)\stx\libbasic\ArrayedCollection.$(H) $(INCLUDE_TOP)\stx\libbasic\SequenceableCollection.$(H) $(INCLUDE_TOP)\stx\libbasic\Collection.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
2298
e5970285a135 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2294
diff changeset
    83
$(OUTDIR)CRC32Stream.$(O) CRC32Stream.$(H): CRC32Stream.st $(INCLUDE_TOP)\stx\libbasic\HashStream.$(H) $(INCLUDE_TOP)\stx\libbasic\Stream.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1745
c647183f315d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1736
diff changeset
    84
$(OUTDIR)CacheDictionary.$(O) CacheDictionary.$(H): CacheDictionary.st $(INCLUDE_TOP)\stx\libbasic\Dictionary.$(H) $(INCLUDE_TOP)\stx\libbasic\Set.$(H) $(INCLUDE_TOP)\stx\libbasic\Collection.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
2838
dfeeb16ab05b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2821
diff changeset
    85
$(OUTDIR)CachedValue.$(O) CachedValue.$(H): CachedValue.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic\NotFoundError.$(H) $(INCLUDE_TOP)\stx\libbasic\ProceedableError.$(H) $(INCLUDE_TOP)\stx\libbasic\Error.$(H) $(INCLUDE_TOP)\stx\libbasic\Exception.$(H) $(INCLUDE_TOP)\stx\libbasic\GenericException.$(H) $(STCHDR)
2529
e561b5ac154f automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2505
diff changeset
    86
$(OUTDIR)CharacterSet.$(O) CharacterSet.$(H): CharacterSet.st $(INCLUDE_TOP)\stx\libbasic\Collection.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
2407
d06be0e7114d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2399
diff changeset
    87
$(OUTDIR)Circle.$(O) Circle.$(H): Circle.st $(INCLUDE_TOP)\stx\libbasic\Geometric.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
2717
ce0ddd4cdd56 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2649
diff changeset
    88
$(OUTDIR)CollectingReadStream.$(O) CollectingReadStream.$(H): CollectingReadStream.st $(INCLUDE_TOP)\stx\libbasic\PeekableStream.$(H) $(INCLUDE_TOP)\stx\libbasic\Stream.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1745
c647183f315d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1736
diff changeset
    89
$(OUTDIR)CompressionStream.$(O) CompressionStream.$(H): CompressionStream.st $(INCLUDE_TOP)\stx\libbasic\Stream.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
2407
d06be0e7114d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2399
diff changeset
    90
$(OUTDIR)Curve.$(O) Curve.$(H): Curve.st $(INCLUDE_TOP)\stx\libbasic\Geometric.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1745
c647183f315d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1736
diff changeset
    91
$(OUTDIR)DirectoryContents.$(O) DirectoryContents.$(H): DirectoryContents.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
2407
d06be0e7114d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2399
diff changeset
    92
$(OUTDIR)EllipticalArc.$(O) EllipticalArc.$(H): EllipticalArc.st $(INCLUDE_TOP)\stx\libbasic\Geometric.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1850
6577b0bea22c *** empty log message ***
fm
parents: 1833
diff changeset
    93
$(OUTDIR)ExternalLong.$(O) ExternalLong.$(H): ExternalLong.st $(INCLUDE_TOP)\stx\libbasic\ExternalBytes.$(H) $(INCLUDE_TOP)\stx\libbasic\UninterpretedBytes.$(H) $(INCLUDE_TOP)\stx\libbasic\ArrayedCollection.$(H) $(INCLUDE_TOP)\stx\libbasic\SequenceableCollection.$(H) $(INCLUDE_TOP)\stx\libbasic\Collection.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1745
c647183f315d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1736
diff changeset
    94
$(OUTDIR)FileSorter.$(O) FileSorter.$(H): FileSorter.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
2399
a17e33557008 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2388
diff changeset
    95
$(OUTDIR)FilteringStream.$(O) FilteringStream.$(H): FilteringStream.st $(INCLUDE_TOP)\stx\libbasic\PeekableStream.$(H) $(INCLUDE_TOP)\stx\libbasic\Stream.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
2793
f357cd001735 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2773
diff changeset
    96
$(OUTDIR)FourByteString.$(O) FourByteString.$(H): FourByteString.st $(INCLUDE_TOP)\stx\libbasic\CharacterArray.$(H) $(INCLUDE_TOP)\stx\libbasic\UninterpretedBytes.$(H) $(INCLUDE_TOP)\stx\libbasic\ArrayedCollection.$(H) $(INCLUDE_TOP)\stx\libbasic\SequenceableCollection.$(H) $(INCLUDE_TOP)\stx\libbasic\Collection.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
2346
5c7a8bc0dc01 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2298
diff changeset
    97
$(OUTDIR)Future.$(O) Future.$(H): Future.st $(INCLUDE_TOP)\stx\libbasic\ProtoObject.$(H) $(STCHDR)
2061
92073850b30f automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2026
diff changeset
    98
$(OUTDIR)HTMLUtilities.$(O) HTMLUtilities.$(H): HTMLUtilities.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
2407
d06be0e7114d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2399
diff changeset
    99
$(OUTDIR)Heap.$(O) Heap.$(H): Heap.st $(INCLUDE_TOP)\stx\libbasic\SequenceableCollection.$(H) $(INCLUDE_TOP)\stx\libbasic\Collection.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
2185
b6a82724606d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2140
diff changeset
   100
$(OUTDIR)IncrementNotification.$(O) IncrementNotification.$(H): IncrementNotification.st $(INCLUDE_TOP)\stx\libbasic\Notification.$(H) $(INCLUDE_TOP)\stx\libbasic\GenericException.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1763
c9a86bb39ecb automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1745
diff changeset
   101
$(OUTDIR)InterestConverterWithParameters.$(O) InterestConverterWithParameters.$(H): InterestConverterWithParameters.st $(INCLUDE_TOP)\stx\libbasic\InterestConverter.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1745
c647183f315d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1736
diff changeset
   102
$(OUTDIR)Iterator.$(O) Iterator.$(H): Iterator.st $(INCLUDE_TOP)\stx\libbasic\Collection.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
2793
f357cd001735 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2773
diff changeset
   103
$(OUTDIR)JISEncodedString.$(O) JISEncodedString.$(H): JISEncodedString.st $(INCLUDE_TOP)\stx\libbasic\TwoByteString.$(H) $(INCLUDE_TOP)\stx\libbasic\CharacterArray.$(H) $(INCLUDE_TOP)\stx\libbasic\UninterpretedBytes.$(H) $(INCLUDE_TOP)\stx\libbasic\ArrayedCollection.$(H) $(INCLUDE_TOP)\stx\libbasic\SequenceableCollection.$(H) $(INCLUDE_TOP)\stx\libbasic\Collection.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
2346
5c7a8bc0dc01 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2298
diff changeset
   104
$(OUTDIR)Lazy.$(O) Lazy.$(H): Lazy.st $(INCLUDE_TOP)\stx\libbasic\ProtoObject.$(H) $(STCHDR)
2726
299ef00179bc automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2717
diff changeset
   105
$(OUTDIR)LazyArray.$(O) LazyArray.$(H): LazyArray.st $(INCLUDE_TOP)\stx\libbasic\ArrayedCollection.$(H) $(INCLUDE_TOP)\stx\libbasic\SequenceableCollection.$(H) $(INCLUDE_TOP)\stx\libbasic\Collection.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1946
a2c3951c6dce automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 1876
diff changeset
   106
$(OUTDIR)LineSegment.$(O) LineSegment.$(H): LineSegment.st $(INCLUDE_TOP)\stx\libbasic\Geometric.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1745
c647183f315d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1736
diff changeset
   107
$(OUTDIR)List.$(O) List.$(H): List.st $(INCLUDE_TOP)\stx\libbasic\OrderedCollection.$(H) $(INCLUDE_TOP)\stx\libbasic\SequenceableCollection.$(H) $(INCLUDE_TOP)\stx\libbasic\Collection.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
c647183f315d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1736
diff changeset
   108
$(OUTDIR)MappedCollection.$(O) MappedCollection.$(H): MappedCollection.st $(INCLUDE_TOP)\stx\libbasic\Collection.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
c647183f315d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1736
diff changeset
   109
$(OUTDIR)Monitor.$(O) Monitor.$(H): Monitor.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
2453
c23452cdccfd automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2407
diff changeset
   110
$(OUTDIR)MultiReadStream.$(O) MultiReadStream.$(H): MultiReadStream.st $(INCLUDE_TOP)\stx\libbasic\PeekableStream.$(H) $(INCLUDE_TOP)\stx\libbasic\Stream.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1745
c647183f315d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1736
diff changeset
   111
$(OUTDIR)NameLookupError.$(O) NameLookupError.$(H): NameLookupError.st $(INCLUDE_TOP)\stx\libbasic\ProceedableError.$(H) $(INCLUDE_TOP)\stx\libbasic\Error.$(H) $(INCLUDE_TOP)\stx\libbasic\Exception.$(H) $(INCLUDE_TOP)\stx\libbasic\GenericException.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
2606
9967ba1595f7 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2596
diff changeset
   112
$(OUTDIR)OperationQueue.$(O) OperationQueue.$(H): OperationQueue.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1745
c647183f315d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1736
diff changeset
   113
$(OUTDIR)OrderedDictionary.$(O) OrderedDictionary.$(H): OrderedDictionary.st $(INCLUDE_TOP)\stx\libbasic\Dictionary.$(H) $(INCLUDE_TOP)\stx\libbasic\Set.$(H) $(INCLUDE_TOP)\stx\libbasic\Collection.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
c647183f315d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1736
diff changeset
   114
$(OUTDIR)OrderedSet.$(O) OrderedSet.$(H): OrderedSet.st $(INCLUDE_TOP)\stx\libbasic\Set.$(H) $(INCLUDE_TOP)\stx\libbasic\Collection.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
2202
a7ed4212733d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2185
diff changeset
   115
$(OUTDIR)PhoneticStringUtilities.$(O) PhoneticStringUtilities.$(H): PhoneticStringUtilities.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1745
c647183f315d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1736
diff changeset
   116
$(OUTDIR)Polygon.$(O) Polygon.$(H): Polygon.st $(INCLUDE_TOP)\stx\libbasic\Geometric.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
c647183f315d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1736
diff changeset
   117
$(OUTDIR)PrinterStream.$(O) PrinterStream.$(H): PrinterStream.st $(INCLUDE_TOP)\stx\libbasic\Stream.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
2407
d06be0e7114d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2399
diff changeset
   118
$(OUTDIR)PrintfScanf.$(O) PrintfScanf.$(H): PrintfScanf.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1745
c647183f315d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1736
diff changeset
   119
$(OUTDIR)Promise.$(O) Promise.$(H): Promise.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
c647183f315d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1736
diff changeset
   120
$(OUTDIR)Queue.$(O) Queue.$(H): Queue.st $(INCLUDE_TOP)\stx\libbasic\Collection.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
c647183f315d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1736
diff changeset
   121
$(OUTDIR)Random.$(O) Random.$(H): Random.st $(INCLUDE_TOP)\stx\libbasic\Stream.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
c647183f315d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1736
diff changeset
   122
$(OUTDIR)RandomGenerator.$(O) RandomGenerator.$(H): RandomGenerator.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
2606
9967ba1595f7 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2596
diff changeset
   123
$(OUTDIR)RandomTT800.$(O) RandomTT800.$(H): RandomTT800.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1763
c9a86bb39ecb automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1745
diff changeset
   124
$(OUTDIR)ReindexedCollection.$(O) ReindexedCollection.$(H): ReindexedCollection.st $(INCLUDE_TOP)\stx\libbasic\SequenceableCollection.$(H) $(INCLUDE_TOP)\stx\libbasic\Collection.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1745
c647183f315d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1736
diff changeset
   125
$(OUTDIR)RunArray.$(O) RunArray.$(H): RunArray.st $(INCLUDE_TOP)\stx\libbasic\SequenceableCollection.$(H) $(INCLUDE_TOP)\stx\libbasic\Collection.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
2369
66aa01d8ca4b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2356
diff changeset
   126
$(OUTDIR)SelectingReadStream.$(O) SelectingReadStream.$(H): SelectingReadStream.st $(INCLUDE_TOP)\stx\libbasic\Stream.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1870
b6fdda814ba1 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1864
diff changeset
   127
$(OUTDIR)SequenceWithSentinel.$(O) SequenceWithSentinel.$(H): SequenceWithSentinel.st $(INCLUDE_TOP)\stx\libbasic\SequenceableCollection.$(H) $(INCLUDE_TOP)\stx\libbasic\Collection.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
2606
9967ba1595f7 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2596
diff changeset
   128
$(OUTDIR)SerialPort.$(O) SerialPort.$(H): SerialPort.st $(INCLUDE_TOP)\stx\libbasic\NonPositionableExternalStream.$(H) $(INCLUDE_TOP)\stx\libbasic\ExternalStream.$(H) $(INCLUDE_TOP)\stx\libbasic\ReadWriteStream.$(H) $(INCLUDE_TOP)\stx\libbasic\WriteStream.$(H) $(INCLUDE_TOP)\stx\libbasic\PositionableStream.$(H) $(INCLUDE_TOP)\stx\libbasic\PeekableStream.$(H) $(INCLUDE_TOP)\stx\libbasic\Stream.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1745
c647183f315d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1736
diff changeset
   129
$(OUTDIR)SharedCollection.$(O) SharedCollection.$(H): SharedCollection.st $(INCLUDE_TOP)\stx\libbasic\Collection.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
c647183f315d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1736
diff changeset
   130
$(OUTDIR)Singleton.$(O) Singleton.$(H): Singleton.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
c647183f315d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1736
diff changeset
   131
$(OUTDIR)Socket.$(O) Socket.$(H): Socket.st $(INCLUDE_TOP)\stx\libbasic\NonPositionableExternalStream.$(H) $(INCLUDE_TOP)\stx\libbasic\ExternalStream.$(H) $(INCLUDE_TOP)\stx\libbasic\ReadWriteStream.$(H) $(INCLUDE_TOP)\stx\libbasic\WriteStream.$(H) $(INCLUDE_TOP)\stx\libbasic\PositionableStream.$(H) $(INCLUDE_TOP)\stx\libbasic\PeekableStream.$(H) $(INCLUDE_TOP)\stx\libbasic\Stream.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
c647183f315d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1736
diff changeset
   132
$(OUTDIR)SocketAddress.$(O) SocketAddress.$(H): SocketAddress.st $(INCLUDE_TOP)\stx\libbasic\UninterpretedBytes.$(H) $(INCLUDE_TOP)\stx\libbasic\ArrayedCollection.$(H) $(INCLUDE_TOP)\stx\libbasic\SequenceableCollection.$(H) $(INCLUDE_TOP)\stx\libbasic\Collection.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
c647183f315d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1736
diff changeset
   133
$(OUTDIR)SocketAddressInfo.$(O) SocketAddressInfo.$(H): SocketAddressInfo.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
c647183f315d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1736
diff changeset
   134
$(OUTDIR)SoundStream.$(O) SoundStream.$(H): SoundStream.st $(INCLUDE_TOP)\stx\libbasic\FileStream.$(H) $(INCLUDE_TOP)\stx\libbasic\ExternalStream.$(H) $(INCLUDE_TOP)\stx\libbasic\ReadWriteStream.$(H) $(INCLUDE_TOP)\stx\libbasic\WriteStream.$(H) $(INCLUDE_TOP)\stx\libbasic\PositionableStream.$(H) $(INCLUDE_TOP)\stx\libbasic\PeekableStream.$(H) $(INCLUDE_TOP)\stx\libbasic\Stream.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
2388
234d69d6b6a0 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2380
diff changeset
   135
$(OUTDIR)Spline.$(O) Spline.$(H): Spline.st $(INCLUDE_TOP)\stx\libbasic\Geometric.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1745
c647183f315d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1736
diff changeset
   136
$(OUTDIR)Stack.$(O) Stack.$(H): Stack.st $(INCLUDE_TOP)\stx\libbasic\OrderedCollection.$(H) $(INCLUDE_TOP)\stx\libbasic\SequenceableCollection.$(H) $(INCLUDE_TOP)\stx\libbasic\Collection.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
2622
f5be9453c786 automatically generated by browser
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2615
diff changeset
   137
$(OUTDIR)StringPattern.$(O) StringPattern.$(H): StringPattern.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
2219
33021c2eebe3 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2202
diff changeset
   138
$(OUTDIR)StringUtilities.$(O) StringUtilities.$(H): StringUtilities.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
2453
c23452cdccfd automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2407
diff changeset
   139
$(OUTDIR)TSTree.$(O) TSTree.$(H): TSTree.st $(INCLUDE_TOP)\stx\libbasic\Collection.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
2793
f357cd001735 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2773
diff changeset
   140
$(OUTDIR)Text.$(O) Text.$(H): Text.st $(INCLUDE_TOP)\stx\libbasic\CharacterArray.$(H) $(INCLUDE_TOP)\stx\libbasic\UninterpretedBytes.$(H) $(INCLUDE_TOP)\stx\libbasic\ArrayedCollection.$(H) $(INCLUDE_TOP)\stx\libbasic\SequenceableCollection.$(H) $(INCLUDE_TOP)\stx\libbasic\Collection.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1946
a2c3951c6dce automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 1876
diff changeset
   141
$(OUTDIR)TextStream.$(O) TextStream.$(H): TextStream.st $(INCLUDE_TOP)\stx\libbasic\CharacterWriteStream.$(H) $(INCLUDE_TOP)\stx\libbasic\WriteStream.$(H) $(INCLUDE_TOP)\stx\libbasic\PositionableStream.$(H) $(INCLUDE_TOP)\stx\libbasic\PeekableStream.$(H) $(INCLUDE_TOP)\stx\libbasic\Stream.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1745
c647183f315d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1736
diff changeset
   142
$(OUTDIR)TimeDuration.$(O) TimeDuration.$(H): TimeDuration.st $(INCLUDE_TOP)\stx\libbasic\Time.$(H) $(INCLUDE_TOP)\stx\libbasic\AbstractTime.$(H) $(INCLUDE_TOP)\stx\libbasic\Magnitude.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
2453
c23452cdccfd automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2407
diff changeset
   143
$(OUTDIR)TreeSet.$(O) TreeSet.$(H): TreeSet.st $(INCLUDE_TOP)\stx\libbasic\Collection.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1745
c647183f315d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1736
diff changeset
   144
$(OUTDIR)URI.$(O) URI.$(H): URI.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
c647183f315d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1736
diff changeset
   145
$(OUTDIR)UUID.$(O) UUID.$(H): UUID.st $(INCLUDE_TOP)\stx\libbasic\ByteArray.$(H) $(INCLUDE_TOP)\stx\libbasic\UninterpretedBytes.$(H) $(INCLUDE_TOP)\stx\libbasic\ArrayedCollection.$(H) $(INCLUDE_TOP)\stx\libbasic\SequenceableCollection.$(H) $(INCLUDE_TOP)\stx\libbasic\Collection.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
2793
f357cd001735 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2773
diff changeset
   146
$(OUTDIR)UnboxedIntegerArray.$(O) UnboxedIntegerArray.$(H): UnboxedIntegerArray.st $(INCLUDE_TOP)\stx\libbasic\AbstractNumberVector.$(H) $(INCLUDE_TOP)\stx\libbasic\UninterpretedBytes.$(H) $(INCLUDE_TOP)\stx\libbasic\ArrayedCollection.$(H) $(INCLUDE_TOP)\stx\libbasic\SequenceableCollection.$(H) $(INCLUDE_TOP)\stx\libbasic\Collection.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1745
c647183f315d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1736
diff changeset
   147
$(OUTDIR)UndoSupport.$(O) UndoSupport.$(H): UndoSupport.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
c647183f315d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1736
diff changeset
   148
$(OUTDIR)UnitConverter.$(O) UnitConverter.$(H): UnitConverter.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
2726
299ef00179bc automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2717
diff changeset
   149
$(OUTDIR)VirtualArray.$(O) VirtualArray.$(H): VirtualArray.st $(INCLUDE_TOP)\stx\libbasic\SequenceableCollection.$(H) $(INCLUDE_TOP)\stx\libbasic\Collection.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
2505
4b20c8bb4075 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2478
diff changeset
   150
$(OUTDIR)ZipArchiveConstants.$(O) ZipArchiveConstants.$(H): ZipArchiveConstants.st $(INCLUDE_TOP)\stx\libbasic\SharedPool.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1745
c647183f315d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1736
diff changeset
   151
$(OUTDIR)stx_libbasic2.$(O) stx_libbasic2.$(H): stx_libbasic2.st $(INCLUDE_TOP)\stx\libbasic\LibraryDefinition.$(H) $(INCLUDE_TOP)\stx\libbasic\ProjectDefinition.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
2271
b73ea51c43d0 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2251
diff changeset
   152
$(OUTDIR)AATree.$(O) AATree.$(H): AATree.st $(INCLUDE_TOP)\stx\libbasic2\BinaryTree.$(H) $(INCLUDE_TOP)\stx\libbasic\Collection.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
2793
f357cd001735 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2773
diff changeset
   153
$(OUTDIR)AATreeNode.$(O) AATreeNode.$(H): AATreeNode.st $(INCLUDE_TOP)\stx\libbasic2\BinaryTreeNode.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1946
a2c3951c6dce automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 1876
diff changeset
   154
$(OUTDIR)Arrow.$(O) Arrow.$(H): Arrow.st $(INCLUDE_TOP)\stx\libbasic2\LineSegment.$(H) $(INCLUDE_TOP)\stx\libbasic\Geometric.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
2407
d06be0e7114d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2399
diff changeset
   155
$(OUTDIR)ArrowedSpline.$(O) ArrowedSpline.$(H): ArrowedSpline.st $(INCLUDE_TOP)\stx\libbasic2\Spline.$(H) $(INCLUDE_TOP)\stx\libbasic\Geometric.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
2632
ad3f1fa012cf automatically generated by browser
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2622
diff changeset
   156
$(OUTDIR)BackgroundPeriodicalJob.$(O) BackgroundPeriodicalJob.$(H): BackgroundPeriodicalJob.st $(INCLUDE_TOP)\stx\libbasic2\BackgroundJob.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
2596
d55bf339fba7 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 2587
diff changeset
   157
$(OUTDIR)BackgroundQueueProcessingJob.$(O) BackgroundQueueProcessingJob.$(H): BackgroundQueueProcessingJob.st $(INCLUDE_TOP)\stx\libbasic2\BackgroundJob.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1969
1909a36f5af4 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 1959
diff changeset
   158
$(OUTDIR)Base32Coder.$(O) Base32Coder.$(H): Base32Coder.st $(INCLUDE_TOP)\stx\libbasic2\BaseNCoder.$(H) $(INCLUDE_TOP)\stx\libbasic\ObjectCoder.$(H) $(INCLUDE_TOP)\stx\libbasic\AspectVisitor.$(H) $(INCLUDE_TOP)\stx\libbasic\Visitor.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1909a36f5af4 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 1959
diff changeset
   159
$(OUTDIR)Base64Coder.$(O) Base64Coder.$(H): Base64Coder.st $(INCLUDE_TOP)\stx\libbasic2\BaseNCoder.$(H) $(INCLUDE_TOP)\stx\libbasic\ObjectCoder.$(H) $(INCLUDE_TOP)\stx\libbasic\AspectVisitor.$(H) $(INCLUDE_TOP)\stx\libbasic\Visitor.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
2407
d06be0e7114d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2399
diff changeset
   160
$(OUTDIR)Bezier2Segment.$(O) Bezier2Segment.$(H): Bezier2Segment.st $(INCLUDE_TOP)\stx\libbasic2\LineSegment.$(H) $(INCLUDE_TOP)\stx\libbasic\Geometric.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
2099
53f76de478d7 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2061
diff changeset
   161
$(OUTDIR)BooleanArray.$(O) BooleanArray.$(H): BooleanArray.st $(INCLUDE_TOP)\stx\libbasic2\BitArray.$(H) $(INCLUDE_TOP)\stx\libbasic\ArrayedCollection.$(H) $(INCLUDE_TOP)\stx\libbasic\SequenceableCollection.$(H) $(INCLUDE_TOP)\stx\libbasic\Collection.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1745
c647183f315d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1736
diff changeset
   162
$(OUTDIR)CacheDictionaryWithFactory.$(O) CacheDictionaryWithFactory.$(H): CacheDictionaryWithFactory.st $(INCLUDE_TOP)\stx\libbasic2\CacheDictionary.$(H) $(INCLUDE_TOP)\stx\libbasic\Dictionary.$(H) $(INCLUDE_TOP)\stx\libbasic\Set.$(H) $(INCLUDE_TOP)\stx\libbasic\Collection.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
2399
a17e33557008 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2388
diff changeset
   163
$(OUTDIR)FilteringLineStream.$(O) FilteringLineStream.$(H): FilteringLineStream.st $(INCLUDE_TOP)\stx\libbasic2\FilteringStream.$(H) $(INCLUDE_TOP)\stx\libbasic\PeekableStream.$(H) $(INCLUDE_TOP)\stx\libbasic\Stream.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1745
c647183f315d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1736
diff changeset
   164
$(OUTDIR)HierarchicalURI.$(O) HierarchicalURI.$(H): HierarchicalURI.st $(INCLUDE_TOP)\stx\libbasic2\URI.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
c647183f315d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1736
diff changeset
   165
$(OUTDIR)HostAddressLookupError.$(O) HostAddressLookupError.$(H): HostAddressLookupError.st $(INCLUDE_TOP)\stx\libbasic2\NameLookupError.$(H) $(INCLUDE_TOP)\stx\libbasic\ProceedableError.$(H) $(INCLUDE_TOP)\stx\libbasic\Error.$(H) $(INCLUDE_TOP)\stx\libbasic\Exception.$(H) $(INCLUDE_TOP)\stx\libbasic\GenericException.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
c647183f315d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1736
diff changeset
   166
$(OUTDIR)HostNameLookupError.$(O) HostNameLookupError.$(H): HostNameLookupError.st $(INCLUDE_TOP)\stx\libbasic2\NameLookupError.$(H) $(INCLUDE_TOP)\stx\libbasic\ProceedableError.$(H) $(INCLUDE_TOP)\stx\libbasic\Error.$(H) $(INCLUDE_TOP)\stx\libbasic\Exception.$(H) $(INCLUDE_TOP)\stx\libbasic\GenericException.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
c647183f315d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1736
diff changeset
   167
$(OUTDIR)IPSocketAddress.$(O) IPSocketAddress.$(H): IPSocketAddress.st $(INCLUDE_TOP)\stx\libbasic2\SocketAddress.$(H) $(INCLUDE_TOP)\stx\libbasic\UninterpretedBytes.$(H) $(INCLUDE_TOP)\stx\libbasic\ArrayedCollection.$(H) $(INCLUDE_TOP)\stx\libbasic\SequenceableCollection.$(H) $(INCLUDE_TOP)\stx\libbasic\Collection.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
2793
f357cd001735 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2773
diff changeset
   168
$(OUTDIR)IntegerArray.$(O) IntegerArray.$(H): IntegerArray.st $(INCLUDE_TOP)\stx\libbasic2\UnboxedIntegerArray.$(H) $(INCLUDE_TOP)\stx\libbasic\AbstractNumberVector.$(H) $(INCLUDE_TOP)\stx\libbasic\UninterpretedBytes.$(H) $(INCLUDE_TOP)\stx\libbasic\ArrayedCollection.$(H) $(INCLUDE_TOP)\stx\libbasic\SequenceableCollection.$(H) $(INCLUDE_TOP)\stx\libbasic\Collection.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
2399
a17e33557008 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2388
diff changeset
   169
$(OUTDIR)LineNumberReadStream.$(O) LineNumberReadStream.$(H): LineNumberReadStream.st $(INCLUDE_TOP)\stx\libbasic2\FilteringStream.$(H) $(INCLUDE_TOP)\stx\libbasic\PeekableStream.$(H) $(INCLUDE_TOP)\stx\libbasic\Stream.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
2793
f357cd001735 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2773
diff changeset
   170
$(OUTDIR)LongIntegerArray.$(O) LongIntegerArray.$(H): LongIntegerArray.st $(INCLUDE_TOP)\stx\libbasic2\UnboxedIntegerArray.$(H) $(INCLUDE_TOP)\stx\libbasic\AbstractNumberVector.$(H) $(INCLUDE_TOP)\stx\libbasic\UninterpretedBytes.$(H) $(INCLUDE_TOP)\stx\libbasic\ArrayedCollection.$(H) $(INCLUDE_TOP)\stx\libbasic\SequenceableCollection.$(H) $(INCLUDE_TOP)\stx\libbasic\Collection.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1745
c647183f315d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1736
diff changeset
   171
$(OUTDIR)PostscriptPrinterStream.$(O) PostscriptPrinterStream.$(H): PostscriptPrinterStream.st $(INCLUDE_TOP)\stx\libbasic2\PrinterStream.$(H) $(INCLUDE_TOP)\stx\libbasic\Stream.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
c647183f315d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1736
diff changeset
   172
$(OUTDIR)SharedQueue.$(O) SharedQueue.$(H): SharedQueue.st $(INCLUDE_TOP)\stx\libbasic2\Queue.$(H) $(INCLUDE_TOP)\stx\libbasic\Collection.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
2793
f357cd001735 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2773
diff changeset
   173
$(OUTDIR)SignedIntegerArray.$(O) SignedIntegerArray.$(H): SignedIntegerArray.st $(INCLUDE_TOP)\stx\libbasic2\UnboxedIntegerArray.$(H) $(INCLUDE_TOP)\stx\libbasic\AbstractNumberVector.$(H) $(INCLUDE_TOP)\stx\libbasic\UninterpretedBytes.$(H) $(INCLUDE_TOP)\stx\libbasic\ArrayedCollection.$(H) $(INCLUDE_TOP)\stx\libbasic\SequenceableCollection.$(H) $(INCLUDE_TOP)\stx\libbasic\Collection.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
f357cd001735 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2773
diff changeset
   174
$(OUTDIR)SignedLongIntegerArray.$(O) SignedLongIntegerArray.$(H): SignedLongIntegerArray.st $(INCLUDE_TOP)\stx\libbasic2\UnboxedIntegerArray.$(H) $(INCLUDE_TOP)\stx\libbasic\AbstractNumberVector.$(H) $(INCLUDE_TOP)\stx\libbasic\UninterpretedBytes.$(H) $(INCLUDE_TOP)\stx\libbasic\ArrayedCollection.$(H) $(INCLUDE_TOP)\stx\libbasic\SequenceableCollection.$(H) $(INCLUDE_TOP)\stx\libbasic\Collection.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
f357cd001735 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2773
diff changeset
   175
$(OUTDIR)SignedWordArray.$(O) SignedWordArray.$(H): SignedWordArray.st $(INCLUDE_TOP)\stx\libbasic2\UnboxedIntegerArray.$(H) $(INCLUDE_TOP)\stx\libbasic\AbstractNumberVector.$(H) $(INCLUDE_TOP)\stx\libbasic\UninterpretedBytes.$(H) $(INCLUDE_TOP)\stx\libbasic\ArrayedCollection.$(H) $(INCLUDE_TOP)\stx\libbasic\SequenceableCollection.$(H) $(INCLUDE_TOP)\stx\libbasic\Collection.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1745
c647183f315d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1736
diff changeset
   176
$(OUTDIR)TimedPromise.$(O) TimedPromise.$(H): TimedPromise.st $(INCLUDE_TOP)\stx\libbasic2\Promise.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
c647183f315d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1736
diff changeset
   177
$(OUTDIR)UDSocketAddress.$(O) UDSocketAddress.$(H): UDSocketAddress.st $(INCLUDE_TOP)\stx\libbasic2\SocketAddress.$(H) $(INCLUDE_TOP)\stx\libbasic\UninterpretedBytes.$(H) $(INCLUDE_TOP)\stx\libbasic\ArrayedCollection.$(H) $(INCLUDE_TOP)\stx\libbasic\SequenceableCollection.$(H) $(INCLUDE_TOP)\stx\libbasic\Collection.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
2793
f357cd001735 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2773
diff changeset
   178
$(OUTDIR)Unicode32String.$(O) Unicode32String.$(H): Unicode32String.st $(INCLUDE_TOP)\stx\libbasic2\FourByteString.$(H) $(INCLUDE_TOP)\stx\libbasic\CharacterArray.$(H) $(INCLUDE_TOP)\stx\libbasic\UninterpretedBytes.$(H) $(INCLUDE_TOP)\stx\libbasic\ArrayedCollection.$(H) $(INCLUDE_TOP)\stx\libbasic\SequenceableCollection.$(H) $(INCLUDE_TOP)\stx\libbasic\Collection.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
f357cd001735 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2773
diff changeset
   179
$(OUTDIR)WordArray.$(O) WordArray.$(H): WordArray.st $(INCLUDE_TOP)\stx\libbasic2\UnboxedIntegerArray.$(H) $(INCLUDE_TOP)\stx\libbasic\AbstractNumberVector.$(H) $(INCLUDE_TOP)\stx\libbasic\UninterpretedBytes.$(H) $(INCLUDE_TOP)\stx\libbasic\ArrayedCollection.$(H) $(INCLUDE_TOP)\stx\libbasic\SequenceableCollection.$(H) $(INCLUDE_TOP)\stx\libbasic\Collection.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
2717
ce0ddd4cdd56 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2649
diff changeset
   180
$(OUTDIR)ZipArchive.$(O) ZipArchive.$(H): ZipArchive.st $(INCLUDE_TOP)\stx\libbasic2\ZipArchiveConstants.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic\PeekableStream.$(H) $(INCLUDE_TOP)\stx\libbasic\Stream.$(H) $(STCHDR)
1803
adf813954344 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 1797
diff changeset
   181
$(OUTDIR)ZipStream.$(O) ZipStream.$(H): ZipStream.st $(INCLUDE_TOP)\stx\libbasic2\CompressionStream.$(H) $(INCLUDE_TOP)\stx\libbasic\Stream.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1745
c647183f315d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1736
diff changeset
   182
$(OUTDIR)FileURI.$(O) FileURI.$(H): FileURI.st $(INCLUDE_TOP)\stx\libbasic2\HierarchicalURI.$(H) $(INCLUDE_TOP)\stx\libbasic2\URI.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
c647183f315d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1736
diff changeset
   183
$(OUTDIR)FtpURI.$(O) FtpURI.$(H): FtpURI.st $(INCLUDE_TOP)\stx\libbasic2\HierarchicalURI.$(H) $(INCLUDE_TOP)\stx\libbasic2\URI.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
c647183f315d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1736
diff changeset
   184
$(OUTDIR)HttpURI.$(O) HttpURI.$(H): HttpURI.st $(INCLUDE_TOP)\stx\libbasic2\HierarchicalURI.$(H) $(INCLUDE_TOP)\stx\libbasic2\URI.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
c647183f315d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1736
diff changeset
   185
$(OUTDIR)IPv6SocketAddress.$(O) IPv6SocketAddress.$(H): IPv6SocketAddress.st $(INCLUDE_TOP)\stx\libbasic2\IPSocketAddress.$(H) $(INCLUDE_TOP)\stx\libbasic2\SocketAddress.$(H) $(INCLUDE_TOP)\stx\libbasic\UninterpretedBytes.$(H) $(INCLUDE_TOP)\stx\libbasic\ArrayedCollection.$(H) $(INCLUDE_TOP)\stx\libbasic\SequenceableCollection.$(H) $(INCLUDE_TOP)\stx\libbasic\Collection.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
2478
49e16c0b2e99 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 2453
diff changeset
   186
$(OUTDIR)SftpURI.$(O) SftpURI.$(H): SftpURI.st $(INCLUDE_TOP)\stx\libbasic2\HierarchicalURI.$(H) $(INCLUDE_TOP)\stx\libbasic2\URI.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
2793
f357cd001735 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2773
diff changeset
   187
$(OUTDIR)extensions.$(O): extensions.st $(INCLUDE_TOP)\stx\libbasic\CharacterArray.$(H) $(INCLUDE_TOP)\stx\libbasic\UninterpretedBytes.$(H) $(INCLUDE_TOP)\stx\libbasic\ArrayedCollection.$(H) $(INCLUDE_TOP)\stx\libbasic\SequenceableCollection.$(H) $(INCLUDE_TOP)\stx\libbasic\Collection.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic\Float.$(H) $(INCLUDE_TOP)\stx\libbasic\LimitedPrecisionReal.$(H) $(INCLUDE_TOP)\stx\libbasic\Number.$(H) $(INCLUDE_TOP)\stx\libbasic\ArithmeticValue.$(H) $(INCLUDE_TOP)\stx\libbasic\Magnitude.$(H) $(INCLUDE_TOP)\stx\libbasic\Stream.$(H) $(STCHDR)
1745
c647183f315d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1736
diff changeset
   188
950
0421793b2ad3 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 902
diff changeset
   189
# ENDMAKEDEPEND --- do not remove this line