bc.mak
author Stefan Vogel <sv@exept.de>
Thu, 07 May 2009 13:14:24 +0200
changeset 2140 62c94256fee2
parent 2131 141916214970
child 2185 b6a82724606d
permissions -rw-r--r--
automatically generated by browser
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2140
62c94256fee2 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 2131
diff changeset
     1
# $Header: /cvs/stx/stx/libbasic2/bc.mak,v 1.104 2009-05-07 11:14:24 stefan Exp $
950
0421793b2ad3 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 902
diff changeset
     2
#
2140
62c94256fee2 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 2131
diff changeset
     3
# DO NOT EDIT 
1661
802c6228f889 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1655
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
#
1661
802c6228f889 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1655
diff changeset
     9
# This file contains make rules for the win32 platform (using borland-bcc).
1745
c647183f315d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1736
diff changeset
    10
# It shares common definitions with the unix-make in Make.spec.
c647183f315d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1736
diff changeset
    11
# The nt.mak supports the following targets:
c647183f315d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1736
diff changeset
    12
#    bmake         - compile all st-files to a classLib (dll)
c647183f315d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1736
diff changeset
    13
#    bmake clean   - clean all temp files
c647183f315d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1736
diff changeset
    14
#    bmake clobber - clean all
1661
802c6228f889 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1655
diff changeset
    15
#
1745
c647183f315d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1736
diff changeset
    16
#
c647183f315d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1736
diff changeset
    17
TOP=..
c647183f315d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1736
diff changeset
    18
INCLUDE_TOP=$(TOP)\..
1661
802c6228f889 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1655
diff changeset
    19
1822
2e3a1a15b19b Rename stdRules_nt and stdHeader_nt to ..._bc
Stefan Vogel <sv@exept.de>
parents: 1817
diff changeset
    20
!INCLUDE $(TOP)\rules\stdHeader_bc
1661
802c6228f889 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1655
diff changeset
    21
1496
b6d7c7ea9b68 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1495
diff changeset
    22
!INCLUDE Make.spec
1661
802c6228f889 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1655
diff changeset
    23
1730
b725fd79650e automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1724
diff changeset
    24
LIBNAME=libstx_libbasic2
b725fd79650e automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1724
diff changeset
    25
RESFILES=libbasic2.res
950
0421793b2ad3 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 902
diff changeset
    26
1701
fe53e64ec2f8 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1694
diff changeset
    27
1822
2e3a1a15b19b Rename stdRules_nt and stdHeader_nt to ..._bc
Stefan Vogel <sv@exept.de>
parents: 1817
diff changeset
    28
# see stdHeader_bc for LIBBASIC2_BASE
2140
62c94256fee2 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 2131
diff changeset
    29
LIB_BASE_LD_ARG=-b:$(LIBBASIC2_BASE)
62c94256fee2 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 2131
diff changeset
    30
1701
fe53e64ec2f8 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1694
diff changeset
    31
1946
a2c3951c6dce automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 1876
diff changeset
    32
LOCALINCLUDES=-I$(ZLIB_DIR) -I$(INCLUDE_TOP)\stx\libbasic
1998
84677cafa759 automatically generated by browser
ab
parents: 1969
diff changeset
    33
LOCALDEFINES=
1946
a2c3951c6dce automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 1876
diff changeset
    34
a2c3951c6dce automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 1876
diff changeset
    35
STCLOCALOPT=-package=$(PACKAGE) -I. $(LOCALINCLUDES) -H. $(STCLOCALOPTIMIZATIONS) $(STCWARNINGS) $(LOCALDEFINES) $(COMMONSYMBOLS) -varPrefix=$(LIBNAME)
1953
16f3f5c0d341 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 1946
diff changeset
    36
LOCALLIBS=$(ZLIB_DIR)\$(ZLIB)
1946
a2c3951c6dce automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 1876
diff changeset
    37
1661
802c6228f889 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1655
diff changeset
    38
OBJS= $(COMMON_OBJS) $(WIN32_OBJS)
802c6228f889 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1655
diff changeset
    39
2140
62c94256fee2 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 2131
diff changeset
    40
ALL:: $(ZLIB) classLibRule
62c94256fee2 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 2131
diff changeset
    41
62c94256fee2 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 2131
diff changeset
    42
classLibRule: $(OUTDIR)$(LIBNAME).dll
1661
802c6228f889 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1655
diff changeset
    43
1822
2e3a1a15b19b Rename stdRules_nt and stdHeader_nt to ..._bc
Stefan Vogel <sv@exept.de>
parents: 1817
diff changeset
    44
!INCLUDE $(TOP)\rules\stdRules_bc
950
0421793b2ad3 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 902
diff changeset
    45
2061
92073850b30f automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2026
diff changeset
    46
# build all prerequisite packages for this package
92073850b30f automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2026
diff changeset
    47
prereq:
92073850b30f automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2026
diff changeset
    48
	pushd ..\libbasic & bmake "CFLAGS_LOCAL=$(GLOBALDEFINES) "
92073850b30f automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2026
diff changeset
    49
	pushd ..\librun & bmake "CFLAGS_LOCAL=$(GLOBALDEFINES) "
92073850b30f automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2026
diff changeset
    50
92073850b30f automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2026
diff changeset
    51
1661
802c6228f889 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1655
diff changeset
    52
1946
a2c3951c6dce automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 1876
diff changeset
    53
$(ZLIB):
1803
adf813954344 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 1797
diff changeset
    54
	cd $(ZLIB_DIR)
1953
16f3f5c0d341 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 1946
diff changeset
    55
	$(MAKE) $(MAKE_ZLIB_ARG) $(ZLIB)
1833
0099026ed153 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 1822
diff changeset
    56
	cd ..\..\libbasic2
1803
adf813954344 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 1797
diff changeset
    57
adf813954344 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 1797
diff changeset
    58
$(BZ2LIB):
adf813954344 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 1797
diff changeset
    59
	cd $(BZ2LIB_DIR)
adf813954344 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 1797
diff changeset
    60
	$(MAKE) $(MAKE_BZ2LIB_ARG) bz2.lib
1833
0099026ed153 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 1822
diff changeset
    61
	cd ..\..\libbasic2
1803
adf813954344 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 1797
diff changeset
    62
1448
56d86a3ee602 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1408
diff changeset
    63
950
0421793b2ad3 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 902
diff changeset
    64
# 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
    65
$(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
    66
$(OUTDIR)Archiver.$(O) Archiver.$(H): Archiver.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1969
1909a36f5af4 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 1959
diff changeset
    67
$(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)
2099
53f76de478d7 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2061
diff changeset
    68
$(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)
1745
c647183f315d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1736
diff changeset
    69
$(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)
c647183f315d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1736
diff changeset
    70
$(OUTDIR)CompressionStream.$(O) CompressionStream.$(H): CompressionStream.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
    71
$(OUTDIR)DirectoryContents.$(O) DirectoryContents.$(H): DirectoryContents.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1850
6577b0bea22c *** empty log message ***
fm
parents: 1833
diff changeset
    72
$(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
    73
$(OUTDIR)FileSorter.$(O) FileSorter.$(H): FileSorter.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
c647183f315d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1736
diff changeset
    74
$(OUTDIR)FourByteString.$(O) FourByteString.$(H): FourByteString.st $(INCLUDE_TOP)\stx\libbasic\CharacterArray.$(H) $(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)
2061
92073850b30f automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2026
diff changeset
    75
$(OUTDIR)HTMLUtilities.$(O) HTMLUtilities.$(H): HTMLUtilities.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1763
c9a86bb39ecb automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1745
diff changeset
    76
$(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
    77
$(OUTDIR)Iterator.$(O) Iterator.$(H): Iterator.st $(INCLUDE_TOP)\stx\libbasic\Collection.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1810
24e90aafb73c automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 1803
diff changeset
    78
$(OUTDIR)JISEncodedString.$(O) JISEncodedString.$(H): JISEncodedString.st $(INCLUDE_TOP)\stx\libbasic\TwoByteString.$(H) $(INCLUDE_TOP)\stx\libbasic\CharacterArray.$(H) $(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)
1946
a2c3951c6dce automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 1876
diff changeset
    79
$(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
    80
$(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
    81
$(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
    82
$(OUTDIR)Monitor.$(O) Monitor.$(H): Monitor.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
c647183f315d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1736
diff changeset
    83
$(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)
c647183f315d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1736
diff changeset
    84
$(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
    85
$(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)
c647183f315d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1736
diff changeset
    86
$(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
    87
$(OUTDIR)PrinterStream.$(O) PrinterStream.$(H): PrinterStream.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
    88
$(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
    89
$(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
    90
$(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
    91
$(OUTDIR)RandomGenerator.$(O) RandomGenerator.$(H): RandomGenerator.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1763
c9a86bb39ecb automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1745
diff changeset
    92
$(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
    93
$(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)
1870
b6fdda814ba1 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1864
diff changeset
    94
$(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)
1745
c647183f315d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1736
diff changeset
    95
$(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
    96
$(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
    97
$(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
    98
$(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
    99
$(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
   100
$(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)
c647183f315d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1736
diff changeset
   101
$(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)
c647183f315d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1736
diff changeset
   102
$(OUTDIR)Text.$(O) Text.$(H): Text.st $(INCLUDE_TOP)\stx\libbasic\CharacterArray.$(H) $(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)
1946
a2c3951c6dce automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 1876
diff changeset
   103
$(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
   104
$(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)
c647183f315d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1736
diff changeset
   105
$(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
   106
$(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)
c647183f315d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1736
diff changeset
   107
$(OUTDIR)UnboxedIntegerArray.$(O) UnboxedIntegerArray.$(H): UnboxedIntegerArray.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)
c647183f315d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1736
diff changeset
   108
$(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
   109
$(OUTDIR)UnitConverter.$(O) UnitConverter.$(H): UnitConverter.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
2026
1f34f0a067e9 automatically generated by browser
Michael Beyl <mb@exept.de>
parents: 1998
diff changeset
   110
$(OUTDIR)ZipArchive.$(O) ZipArchive.$(H): ZipArchive.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1745
c647183f315d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1736
diff changeset
   111
$(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)
1946
a2c3951c6dce automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 1876
diff changeset
   112
$(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)
1969
1909a36f5af4 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 1959
diff changeset
   113
$(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
   114
$(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)
2099
53f76de478d7 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2061
diff changeset
   115
$(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
   116
$(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)
c647183f315d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1736
diff changeset
   117
$(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
   118
$(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
   119
$(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
   120
$(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)
c647183f315d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1736
diff changeset
   121
$(OUTDIR)IntegerArray.$(O) IntegerArray.$(H): IntegerArray.st $(INCLUDE_TOP)\stx\libbasic2\UnboxedIntegerArray.$(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
   122
$(OUTDIR)LongIntegerArray.$(O) LongIntegerArray.$(H): LongIntegerArray.st $(INCLUDE_TOP)\stx\libbasic2\UnboxedIntegerArray.$(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
   123
$(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
   124
$(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)
c647183f315d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1736
diff changeset
   125
$(OUTDIR)SignedIntegerArray.$(O) SignedIntegerArray.$(H): SignedIntegerArray.st $(INCLUDE_TOP)\stx\libbasic2\UnboxedIntegerArray.$(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
   126
$(OUTDIR)SignedLongIntegerArray.$(O) SignedLongIntegerArray.$(H): SignedLongIntegerArray.st $(INCLUDE_TOP)\stx\libbasic2\UnboxedIntegerArray.$(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
   127
$(OUTDIR)SignedWordArray.$(O) SignedWordArray.$(H): SignedWordArray.st $(INCLUDE_TOP)\stx\libbasic2\UnboxedIntegerArray.$(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
   128
$(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
   129
$(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)
c647183f315d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1736
diff changeset
   130
$(OUTDIR)Unicode32String.$(O) Unicode32String.$(H): Unicode32String.st $(INCLUDE_TOP)\stx\libbasic2\FourByteString.$(H) $(INCLUDE_TOP)\stx\libbasic\CharacterArray.$(H) $(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)
c647183f315d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1736
diff changeset
   131
$(OUTDIR)WordArray.$(O) WordArray.$(H): WordArray.st $(INCLUDE_TOP)\stx\libbasic2\UnboxedIntegerArray.$(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)
1803
adf813954344 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 1797
diff changeset
   132
$(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
   133
$(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
   134
$(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
   135
$(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
   136
$(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)
2026
1f34f0a067e9 automatically generated by browser
Michael Beyl <mb@exept.de>
parents: 1998
diff changeset
   137
$(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)
1771
9030e3196b13 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1763
diff changeset
   138
$(OUTDIR)extensions.$(O): extensions.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1745
c647183f315d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1736
diff changeset
   139
950
0421793b2ad3 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 902
diff changeset
   140
# ENDMAKEDEPEND --- do not remove this line