bc.mak
author Claus Gittinger <cg@exept.de>
Mon, 16 Feb 2009 15:48:17 +0100
changeset 11568 4cee3dc9f14c
parent 11558 051d88c04f0c
child 11643 6eb59257c05e
permissions -rw-r--r--
automatically generated by browser
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
11568
4cee3dc9f14c automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 11558
diff changeset
     1
# $Header: /cvs/stx/stx/libbasic/bc.mak,v 1.142 2009-02-16 14:48:17 cg Exp $
5330
802165ba8aa6 renamed Namespace -> NameSpace
Claus Gittinger <cg@exept.de>
parents: 5119
diff changeset
     2
#
9707
0a07390cefbc automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9589
diff changeset
     3
# DO NOT EDIT 
0a07390cefbc automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9589
diff changeset
     4
# automagically generated from the projectDefinition: stx_libbasic.
5330
802165ba8aa6 renamed Namespace -> NameSpace
Claus Gittinger <cg@exept.de>
parents: 5119
diff changeset
     5
#
9707
0a07390cefbc automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9589
diff changeset
     6
# Warning: once you modify this file, do not rerun
0a07390cefbc automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9589
diff changeset
     7
# stmkmp or projectDefinition-build again - otherwise, your changes are lost.
5330
802165ba8aa6 renamed Namespace -> NameSpace
Claus Gittinger <cg@exept.de>
parents: 5119
diff changeset
     8
#
9707
0a07390cefbc automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9589
diff changeset
     9
# This file contains make rules for the win32 platform (using borland-bcc).
9858
858c275ce845 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9794
diff changeset
    10
# It shares common definitions with the unix-make in Make.spec.
858c275ce845 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9794
diff changeset
    11
# The nt.mak supports the following targets:
858c275ce845 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9794
diff changeset
    12
#    bmake         - compile all st-files to a classLib (dll)
858c275ce845 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9794
diff changeset
    13
#    bmake clean   - clean all temp files
858c275ce845 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9794
diff changeset
    14
#    bmake clobber - clean all
9707
0a07390cefbc automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9589
diff changeset
    15
#
9858
858c275ce845 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9794
diff changeset
    16
#
858c275ce845 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9794
diff changeset
    17
TOP=..
9870
df4e2aedba4b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9864
diff changeset
    18
INCLUDE_TOP=$(TOP)\..
9707
0a07390cefbc automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9589
diff changeset
    19
10304
faf1eff80f7a Rename stdRules_nt and stdHeader_nt to ..._bc
Stefan Vogel <sv@exept.de>
parents: 10291
diff changeset
    20
!INCLUDE $(TOP)\rules\stdHeader_bc
9421
b371f67063d4 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9378
diff changeset
    21
b371f67063d4 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9378
diff changeset
    22
!INCLUDE Make.spec
b371f67063d4 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9378
diff changeset
    23
9858
858c275ce845 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9794
diff changeset
    24
LIBNAME=libstx_libbasic
858c275ce845 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9794
diff changeset
    25
RESFILES=libbasic.res
9439
b216dfcfe9db *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9421
diff changeset
    26
9770
63d8668dcc2e automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9764
diff changeset
    27
10304
faf1eff80f7a Rename stdRules_nt and stdHeader_nt to ..._bc
Stefan Vogel <sv@exept.de>
parents: 10291
diff changeset
    28
# see stdHeader_bc for LIBBASIC_BASE
9749
f55dec1cab8b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9738
diff changeset
    29
LIB_BASE_LD_ARG=-b:$(LIBBASIC_BASE)
9369
b7f43a51c4ed Moved SHA1Stream from exept:libcrypt to stx:libbasic
Stefan Vogel <sv@exept.de>
parents: 9170
diff changeset
    30
9770
63d8668dcc2e automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9764
diff changeset
    31
10656
b26f5983c537 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 10522
diff changeset
    32
LOCALINCLUDES=-I$(TOP)\librun
11115
443d235ac602 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 10961
diff changeset
    33
LOCALDEFINES=
10656
b26f5983c537 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 10522
diff changeset
    34
b26f5983c537 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 10522
diff changeset
    35
STCLOCALOPT=-package=$(PACKAGE) -I. $(LOCALINCLUDES) -H. $(STCLOCALOPTIMIZATIONS) $(STCWARNINGS) $(LOCALDEFINES) $(COMMONSYMBOLS) -varPrefix=$(LIBNAME)
b26f5983c537 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 10522
diff changeset
    36
LOCALLIBS=
b26f5983c537 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 10522
diff changeset
    37
9421
b371f67063d4 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9378
diff changeset
    38
OBJS= $(COMMON_OBJS) $(WIN32_OBJS)
9369
b7f43a51c4ed Moved SHA1Stream from exept:libcrypt to stx:libbasic
Stefan Vogel <sv@exept.de>
parents: 9170
diff changeset
    39
10522
b286b25a9e52 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 10304
diff changeset
    40
ALL::  $(BINDIR)\$(LIBNAME).dll
8552
00f769f4a1b4 *** empty log message ***
ca
parents: 8536
diff changeset
    41
10304
faf1eff80f7a Rename stdRules_nt and stdHeader_nt to ..._bc
Stefan Vogel <sv@exept.de>
parents: 10291
diff changeset
    42
!INCLUDE $(TOP)\rules\stdRules_bc
5330
802165ba8aa6 renamed Namespace -> NameSpace
Claus Gittinger <cg@exept.de>
parents: 5119
diff changeset
    43
11187
9821ca7a5a7a automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 11115
diff changeset
    44
# build all prerequisite packages for this package
9821ca7a5a7a automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 11115
diff changeset
    45
prereq:
11449
ce47cb58a81b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 11187
diff changeset
    46
	pushd ..\librun & bmake "CFLAGS_LOCAL=$(GLOBALDEFINES) "
11187
9821ca7a5a7a automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 11115
diff changeset
    47
9821ca7a5a7a automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 11115
diff changeset
    48
9707
0a07390cefbc automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9589
diff changeset
    49
5330
802165ba8aa6 renamed Namespace -> NameSpace
Claus Gittinger <cg@exept.de>
parents: 5119
diff changeset
    50
802165ba8aa6 renamed Namespace -> NameSpace
Claus Gittinger <cg@exept.de>
parents: 5119
diff changeset
    51
# BEGINMAKEDEPEND --- do not remove this line; make depend needs it
9858
858c275ce845 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9794
diff changeset
    52
$(OUTDIR)Autoload.$(O) Autoload.$(H): Autoload.st $(STCHDR)
858c275ce845 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9794
diff changeset
    53
$(OUTDIR)Object.$(O) Object.$(H): Object.st $(STCHDR)
858c275ce845 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9794
diff changeset
    54
$(OUTDIR)ProtoObject.$(O) ProtoObject.$(H): ProtoObject.st $(STCHDR)
9876
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
    55
$(OUTDIR)AbstractOperatingSystem.$(O) AbstractOperatingSystem.$(H): AbstractOperatingSystem.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
    56
$(OUTDIR)Behavior.$(O) Behavior.$(H): Behavior.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
    57
$(OUTDIR)Boolean.$(O) Boolean.$(H): Boolean.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
    58
$(OUTDIR)CharacterEncoder.$(O) CharacterEncoder.$(H): CharacterEncoder.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
    59
$(OUTDIR)ClassBuilder.$(O) ClassBuilder.$(H): ClassBuilder.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
    60
$(OUTDIR)ClassCategoryReader.$(O) ClassCategoryReader.$(H): ClassCategoryReader.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
    61
$(OUTDIR)Collection.$(O) Collection.$(H): Collection.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
    62
$(OUTDIR)Context.$(O) Context.$(H): Context.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
    63
$(OUTDIR)Continuation.$(O) Continuation.$(H): Continuation.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
    64
$(OUTDIR)Delay.$(O) Delay.$(H): Delay.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
    65
$(OUTDIR)ExecutableFunction.$(O) ExecutableFunction.$(H): ExecutableFunction.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
    66
$(OUTDIR)ExternalAddress.$(O) ExternalAddress.$(H): ExternalAddress.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
    67
$(OUTDIR)Filename.$(O) Filename.$(H): Filename.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
    68
$(OUTDIR)GenericException.$(O) GenericException.$(H): GenericException.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
    69
$(OUTDIR)Geometric.$(O) Geometric.$(H): Geometric.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
11449
ce47cb58a81b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 11187
diff changeset
    70
$(OUTDIR)InlineObject.$(O) InlineObject.$(H): InlineObject.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
9876
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
    71
$(OUTDIR)InterestConverter.$(O) InterestConverter.$(H): InterestConverter.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
    72
$(OUTDIR)Link.$(O) Link.$(H): Link.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
    73
$(OUTDIR)Magnitude.$(O) Magnitude.$(H): Magnitude.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
    74
$(OUTDIR)Message.$(O) Message.$(H): Message.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
    75
$(OUTDIR)MiniDebugger.$(O) MiniDebugger.$(H): MiniDebugger.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
    76
$(OUTDIR)MiniInspector.$(O) MiniInspector.$(H): MiniInspector.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
    77
$(OUTDIR)NameSpace.$(O) NameSpace.$(H): NameSpace.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
    78
$(OUTDIR)OSErrorHolder.$(O) OSErrorHolder.$(H): OSErrorHolder.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
    79
$(OUTDIR)ObjectMemory.$(O) ObjectMemory.$(H): ObjectMemory.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
10244
0365018ea4d0 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 10230
diff changeset
    80
$(OUTDIR)PackageId.$(O) PackageId.$(H): PackageId.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
9876
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
    81
$(OUTDIR)PluginSupport.$(O) PluginSupport.$(H): PluginSupport.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
    82
$(OUTDIR)ProcessorScheduler.$(O) ProcessorScheduler.$(H): ProcessorScheduler.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
    83
$(OUTDIR)Project.$(O) Project.$(H): Project.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
    84
$(OUTDIR)ProjectDefinition.$(O) ProjectDefinition.$(H): ProjectDefinition.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
10244
0365018ea4d0 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 10230
diff changeset
    85
$(OUTDIR)ReadEvalPrintLoop.$(O) ReadEvalPrintLoop.$(H): ReadEvalPrintLoop.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
9876
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
    86
$(OUTDIR)RecursionLock.$(O) RecursionLock.$(H): RecursionLock.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
    87
$(OUTDIR)Registry.$(O) Registry.$(H): Registry.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
    88
$(OUTDIR)Semaphore.$(O) Semaphore.$(H): Semaphore.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
    89
$(OUTDIR)SharedPool.$(O) SharedPool.$(H): SharedPool.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
    90
$(OUTDIR)Signal.$(O) Signal.$(H): Signal.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
    91
$(OUTDIR)Smalltalk.$(O) Smalltalk.$(H): Smalltalk.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
    92
$(OUTDIR)SmalltalkChunkFileSourceWriter.$(O) SmalltalkChunkFileSourceWriter.$(H): SmalltalkChunkFileSourceWriter.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
9950
5f242593ea9b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9876
diff changeset
    93
$(OUTDIR)StandaloneStartup.$(O) StandaloneStartup.$(H): StandaloneStartup.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
9876
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
    94
$(OUTDIR)Stream.$(O) Stream.$(H): Stream.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
    95
$(OUTDIR)UndefinedObject.$(O) UndefinedObject.$(H): UndefinedObject.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
    96
$(OUTDIR)Visitor.$(O) Visitor.$(H): Visitor.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
    97
$(OUTDIR)AbstractTime.$(O) AbstractTime.$(H): AbstractTime.st $(INCLUDE_TOP)\stx\libbasic\Magnitude.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
    98
$(OUTDIR)ApplicationDefinition.$(O) ApplicationDefinition.$(H): ApplicationDefinition.st $(INCLUDE_TOP)\stx\libbasic\ProjectDefinition.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
    99
$(OUTDIR)ArithmeticValue.$(O) ArithmeticValue.$(H): ArithmeticValue.st $(INCLUDE_TOP)\stx\libbasic\Magnitude.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
   100
$(OUTDIR)AspectVisitor.$(O) AspectVisitor.$(H): AspectVisitor.st $(INCLUDE_TOP)\stx\libbasic\Visitor.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
10765
e40aa963e761 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 10656
diff changeset
   101
$(OUTDIR)AutoDeletedFilename.$(O) AutoDeletedFilename.$(H): AutoDeletedFilename.st $(INCLUDE_TOP)\stx\libbasic\Filename.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
9876
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
   102
$(OUTDIR)Bag.$(O) Bag.$(H): Bag.st $(INCLUDE_TOP)\stx\libbasic\Collection.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
   103
$(OUTDIR)BlockContext.$(O) BlockContext.$(H): BlockContext.st $(INCLUDE_TOP)\stx\libbasic\Context.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
   104
$(OUTDIR)CachingRegistry.$(O) CachingRegistry.$(H): CachingRegistry.st $(INCLUDE_TOP)\stx\libbasic\Registry.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
   105
$(OUTDIR)Character.$(O) Character.$(H): Character.st $(INCLUDE_TOP)\stx\libbasic\Magnitude.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
   106
$(OUTDIR)Encoder_ISO10646_1.$(O) Encoder_ISO10646_1.$(H): Encoder_ISO10646_1.st $(INCLUDE_TOP)\stx\libbasic\CharacterEncoder.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
   107
$(OUTDIR)Encoder_SingleByteEncoder.$(O) Encoder_SingleByteEncoder.$(H): Encoder_SingleByteEncoder.st $(INCLUDE_TOP)\stx\libbasic\CharacterEncoder.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
   108
$(OUTDIR)Encoder_TwoByteEncoder.$(O) Encoder_TwoByteEncoder.$(H): Encoder_TwoByteEncoder.st $(INCLUDE_TOP)\stx\libbasic\CharacterEncoder.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
   109
$(OUTDIR)CompiledCode.$(O) CompiledCode.$(H): CompiledCode.st $(INCLUDE_TOP)\stx\libbasic\ExecutableFunction.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
   110
$(OUTDIR)ControlInterrupt.$(O) ControlInterrupt.$(H): ControlInterrupt.st $(INCLUDE_TOP)\stx\libbasic\GenericException.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
   111
$(OUTDIR)Date.$(O) Date.$(H): Date.st $(INCLUDE_TOP)\stx\libbasic\Magnitude.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
   112
$(OUTDIR)Exception.$(O) Exception.$(H): Exception.st $(INCLUDE_TOP)\stx\libbasic\GenericException.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
   113
$(OUTDIR)ExternalFunction.$(O) ExternalFunction.$(H): ExternalFunction.st $(INCLUDE_TOP)\stx\libbasic\ExecutableFunction.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
   114
$(OUTDIR)False.$(O) False.$(H): False.st $(INCLUDE_TOP)\stx\libbasic\Boolean.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
   115
$(OUTDIR)HandleRegistry.$(O) HandleRegistry.$(H): HandleRegistry.st $(INCLUDE_TOP)\stx\libbasic\Registry.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
   116
$(OUTDIR)HashStream.$(O) HashStream.$(H): HashStream.st $(INCLUDE_TOP)\stx\libbasic\Stream.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
11449
ce47cb58a81b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 11187
diff changeset
   117
$(OUTDIR)InlineObjectPrototype.$(O) InlineObjectPrototype.$(H): InlineObjectPrototype.st $(INCLUDE_TOP)\stx\libbasic\InlineObject.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
9876
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
   118
$(OUTDIR)KeyedCollection.$(O) KeyedCollection.$(H): KeyedCollection.st $(INCLUDE_TOP)\stx\libbasic\Collection.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
   119
$(OUTDIR)LibraryDefinition.$(O) LibraryDefinition.$(H): LibraryDefinition.st $(INCLUDE_TOP)\stx\libbasic\ProjectDefinition.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
   120
$(OUTDIR)LookupKey.$(O) LookupKey.$(H): LookupKey.st $(INCLUDE_TOP)\stx\libbasic\Magnitude.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
   121
$(OUTDIR)MessageSend.$(O) MessageSend.$(H): MessageSend.st $(INCLUDE_TOP)\stx\libbasic\Message.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
   122
$(OUTDIR)NoHandlerError.$(O) NoHandlerError.$(H): NoHandlerError.st $(INCLUDE_TOP)\stx\libbasic\GenericException.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
   123
$(OUTDIR)Notification.$(O) Notification.$(H): Notification.st $(INCLUDE_TOP)\stx\libbasic\GenericException.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
   124
$(OUTDIR)OSHandle.$(O) OSHandle.$(H): OSHandle.st $(INCLUDE_TOP)\stx\libbasic\ExternalAddress.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
   125
$(OUTDIR)PeekableStream.$(O) PeekableStream.$(H): PeekableStream.st $(INCLUDE_TOP)\stx\libbasic\Stream.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
   126
$(OUTDIR)Process.$(O) Process.$(H): Process.st $(INCLUDE_TOP)\stx\libbasic\Link.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
   127
$(OUTDIR)QuerySignal.$(O) QuerySignal.$(H): QuerySignal.st $(INCLUDE_TOP)\stx\libbasic\Signal.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
   128
$(OUTDIR)Rectangle.$(O) Rectangle.$(H): Rectangle.st $(INCLUDE_TOP)\stx\libbasic\Geometric.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
   129
$(OUTDIR)SequenceableCollection.$(O) SequenceableCollection.$(H): SequenceableCollection.st $(INCLUDE_TOP)\stx\libbasic\Collection.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
   130
$(OUTDIR)Set.$(O) Set.$(H): Set.st $(INCLUDE_TOP)\stx\libbasic\Collection.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
   131
$(OUTDIR)True.$(O) True.$(H): True.st $(INCLUDE_TOP)\stx\libbasic\Boolean.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
   132
$(OUTDIR)UnixFilename.$(O) UnixFilename.$(H): UnixFilename.st $(INCLUDE_TOP)\stx\libbasic\Filename.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
   133
$(OUTDIR)UserNotification.$(O) UserNotification.$(H): UserNotification.st $(INCLUDE_TOP)\stx\libbasic\GenericException.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
   134
$(OUTDIR)WeakInterestConverter.$(O) WeakInterestConverter.$(H): WeakInterestConverter.st $(INCLUDE_TOP)\stx\libbasic\InterestConverter.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
   135
$(OUTDIR)ActivityNotification.$(O) ActivityNotification.$(H): ActivityNotification.st $(INCLUDE_TOP)\stx\libbasic\UserNotification.$(H) $(INCLUDE_TOP)\stx\libbasic\GenericException.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
   136
$(OUTDIR)ArrayedCollection.$(O) ArrayedCollection.$(H): ArrayedCollection.st $(INCLUDE_TOP)\stx\libbasic\SequenceableCollection.$(H) $(INCLUDE_TOP)\stx\libbasic\Collection.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
   137
$(OUTDIR)Association.$(O) Association.$(H): Association.st $(INCLUDE_TOP)\stx\libbasic\LookupKey.$(H) $(INCLUDE_TOP)\stx\libbasic\Magnitude.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
   138
$(OUTDIR)Block.$(O) Block.$(H): Block.st $(INCLUDE_TOP)\stx\libbasic\CompiledCode.$(H) $(INCLUDE_TOP)\stx\libbasic\ExecutableFunction.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
   139
$(OUTDIR)Encoder_ASCII.$(O) Encoder_ASCII.$(H): Encoder_ASCII.st $(INCLUDE_TOP)\stx\libbasic\Encoder_SingleByteEncoder.$(H) $(INCLUDE_TOP)\stx\libbasic\CharacterEncoder.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
   140
$(OUTDIR)Encoder_ISO10646_to_UTF8.$(O) Encoder_ISO10646_to_UTF8.$(H): Encoder_ISO10646_to_UTF8.st $(INCLUDE_TOP)\stx\libbasic\Encoder_TwoByteEncoder.$(H) $(INCLUDE_TOP)\stx\libbasic\CharacterEncoder.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
   141
$(OUTDIR)Encoder_ISO8859_1.$(O) Encoder_ISO8859_1.$(H): Encoder_ISO8859_1.st $(INCLUDE_TOP)\stx\libbasic\Encoder_SingleByteEncoder.$(H) $(INCLUDE_TOP)\stx\libbasic\CharacterEncoder.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
   142
$(OUTDIR)Encoder_ISO8859_2.$(O) Encoder_ISO8859_2.$(H): Encoder_ISO8859_2.st $(INCLUDE_TOP)\stx\libbasic\Encoder_SingleByteEncoder.$(H) $(INCLUDE_TOP)\stx\libbasic\CharacterEncoder.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
   143
$(OUTDIR)Encoder_ISO8859_5.$(O) Encoder_ISO8859_5.$(H): Encoder_ISO8859_5.st $(INCLUDE_TOP)\stx\libbasic\Encoder_SingleByteEncoder.$(H) $(INCLUDE_TOP)\stx\libbasic\CharacterEncoder.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
   144
$(OUTDIR)Encoder_ISO8859_7.$(O) Encoder_ISO8859_7.$(H): Encoder_ISO8859_7.st $(INCLUDE_TOP)\stx\libbasic\Encoder_SingleByteEncoder.$(H) $(INCLUDE_TOP)\stx\libbasic\CharacterEncoder.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
   145
$(OUTDIR)Encoder_SJIS.$(O) Encoder_SJIS.$(H): Encoder_SJIS.st $(INCLUDE_TOP)\stx\libbasic\Encoder_TwoByteEncoder.$(H) $(INCLUDE_TOP)\stx\libbasic\CharacterEncoder.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
9950
5f242593ea9b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9876
diff changeset
   146
$(OUTDIR)ClassDescription.$(O) ClassDescription.$(H): ClassDescription.st $(INCLUDE_TOP)\stx\libbasic\Behavior.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic\Notification.$(H) $(INCLUDE_TOP)\stx\libbasic\GenericException.$(H) $(STCHDR)
9876
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
   147
$(OUTDIR)ControlRequest.$(O) ControlRequest.$(H): ControlRequest.st $(INCLUDE_TOP)\stx\libbasic\Exception.$(H) $(INCLUDE_TOP)\stx\libbasic\GenericException.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
   148
$(OUTDIR)Dictionary.$(O) Dictionary.$(H): Dictionary.st $(INCLUDE_TOP)\stx\libbasic\Set.$(H) $(INCLUDE_TOP)\stx\libbasic\Collection.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
   149
$(OUTDIR)EncodedStream.$(O) EncodedStream.$(H): EncodedStream.st $(INCLUDE_TOP)\stx\libbasic\PeekableStream.$(H) $(INCLUDE_TOP)\stx\libbasic\Stream.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
   150
$(OUTDIR)EndOfStreamNotification.$(O) EndOfStreamNotification.$(H): EndOfStreamNotification.st $(INCLUDE_TOP)\stx\libbasic\Notification.$(H) $(INCLUDE_TOP)\stx\libbasic\GenericException.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
   151
$(OUTDIR)Error.$(O) Error.$(H): Error.st $(INCLUDE_TOP)\stx\libbasic\Exception.$(H) $(INCLUDE_TOP)\stx\libbasic\GenericException.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
10656
b26f5983c537 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 10522
diff changeset
   152
$(OUTDIR)ExternalFunctionCallback.$(O) ExternalFunctionCallback.$(H): ExternalFunctionCallback.st $(INCLUDE_TOP)\stx\libbasic\ExternalFunction.$(H) $(INCLUDE_TOP)\stx\libbasic\ExecutableFunction.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
9876
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
   153
$(OUTDIR)ExternalLibraryFunction.$(O) ExternalLibraryFunction.$(H): ExternalLibraryFunction.st $(INCLUDE_TOP)\stx\libbasic\ExternalFunction.$(H) $(INCLUDE_TOP)\stx\libbasic\ExecutableFunction.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
   154
$(OUTDIR)HaltInterrupt.$(O) HaltInterrupt.$(H): HaltInterrupt.st $(INCLUDE_TOP)\stx\libbasic\ControlInterrupt.$(H) $(INCLUDE_TOP)\stx\libbasic\GenericException.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
   155
$(OUTDIR)IdentitySet.$(O) IdentitySet.$(H): IdentitySet.st $(INCLUDE_TOP)\stx\libbasic\Set.$(H) $(INCLUDE_TOP)\stx\libbasic\Collection.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
   156
$(OUTDIR)LinkedList.$(O) LinkedList.$(H): LinkedList.st $(INCLUDE_TOP)\stx\libbasic\SequenceableCollection.$(H) $(INCLUDE_TOP)\stx\libbasic\Collection.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
   157
$(OUTDIR)MD5Stream.$(O) MD5Stream.$(H): MD5Stream.st $(INCLUDE_TOP)\stx\libbasic\HashStream.$(H) $(INCLUDE_TOP)\stx\libbasic\Stream.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
   158
$(OUTDIR)Method.$(O) Method.$(H): Method.st $(INCLUDE_TOP)\stx\libbasic\CompiledCode.$(H) $(INCLUDE_TOP)\stx\libbasic\ExecutableFunction.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
   159
$(OUTDIR)MethodDictionary.$(O) MethodDictionary.$(H): MethodDictionary.st $(INCLUDE_TOP)\stx\libbasic\KeyedCollection.$(H) $(INCLUDE_TOP)\stx\libbasic\Collection.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
   160
$(OUTDIR)Number.$(O) Number.$(H): Number.st $(INCLUDE_TOP)\stx\libbasic\ArithmeticValue.$(H) $(INCLUDE_TOP)\stx\libbasic\Magnitude.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
   161
$(OUTDIR)OSFileHandle.$(O) OSFileHandle.$(H): OSFileHandle.st $(INCLUDE_TOP)\stx\libbasic\OSHandle.$(H) $(INCLUDE_TOP)\stx\libbasic\ExternalAddress.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
   162
$(OUTDIR)ObjectCoder.$(O) ObjectCoder.$(H): ObjectCoder.st $(INCLUDE_TOP)\stx\libbasic\AspectVisitor.$(H) $(INCLUDE_TOP)\stx\libbasic\Visitor.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
   163
$(OUTDIR)OrderedCollection.$(O) OrderedCollection.$(H): OrderedCollection.st $(INCLUDE_TOP)\stx\libbasic\SequenceableCollection.$(H) $(INCLUDE_TOP)\stx\libbasic\Collection.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
   164
$(OUTDIR)Point.$(O) Point.$(H): Point.st $(INCLUDE_TOP)\stx\libbasic\ArithmeticValue.$(H) $(INCLUDE_TOP)\stx\libbasic\Magnitude.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
   165
$(OUTDIR)PositionableStream.$(O) PositionableStream.$(H): PositionableStream.st $(INCLUDE_TOP)\stx\libbasic\PeekableStream.$(H) $(INCLUDE_TOP)\stx\libbasic\Stream.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
   166
$(OUTDIR)Query.$(O) Query.$(H): Query.st $(INCLUDE_TOP)\stx\libbasic\Notification.$(H) $(INCLUDE_TOP)\stx\libbasic\GenericException.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
   167
$(OUTDIR)ReadOnlySequenceableCollection.$(O) ReadOnlySequenceableCollection.$(H): ReadOnlySequenceableCollection.st $(INCLUDE_TOP)\stx\libbasic\SequenceableCollection.$(H) $(INCLUDE_TOP)\stx\libbasic\Collection.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
   168
$(OUTDIR)RecursiveStoreError.$(O) RecursiveStoreError.$(H): RecursiveStoreError.st $(INCLUDE_TOP)\stx\libbasic\Notification.$(H) $(INCLUDE_TOP)\stx\libbasic\GenericException.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
   169
$(OUTDIR)SHA1Stream.$(O) SHA1Stream.$(H): SHA1Stream.st $(INCLUDE_TOP)\stx\libbasic\HashStream.$(H) $(INCLUDE_TOP)\stx\libbasic\Stream.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
   170
$(OUTDIR)Time.$(O) Time.$(H): Time.st $(INCLUDE_TOP)\stx\libbasic\AbstractTime.$(H) $(INCLUDE_TOP)\stx\libbasic\Magnitude.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
   171
$(OUTDIR)Timestamp.$(O) Timestamp.$(H): Timestamp.st $(INCLUDE_TOP)\stx\libbasic\AbstractTime.$(H) $(INCLUDE_TOP)\stx\libbasic\Magnitude.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
10522
b286b25a9e52 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 10304
diff changeset
   172
$(OUTDIR)UserConfirmation.$(O) UserConfirmation.$(H): UserConfirmation.st $(INCLUDE_TOP)\stx\libbasic\UserNotification.$(H) $(INCLUDE_TOP)\stx\libbasic\GenericException.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
9876
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
   173
$(OUTDIR)UserInformation.$(O) UserInformation.$(H): UserInformation.st $(INCLUDE_TOP)\stx\libbasic\UserNotification.$(H) $(INCLUDE_TOP)\stx\libbasic\GenericException.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
   174
$(OUTDIR)UserInterrupt.$(O) UserInterrupt.$(H): UserInterrupt.st $(INCLUDE_TOP)\stx\libbasic\ControlInterrupt.$(H) $(INCLUDE_TOP)\stx\libbasic\GenericException.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
   175
$(OUTDIR)Warning.$(O) Warning.$(H): Warning.st $(INCLUDE_TOP)\stx\libbasic\UserNotification.$(H) $(INCLUDE_TOP)\stx\libbasic\GenericException.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
   176
$(OUTDIR)YesToAllConfirmation.$(O) YesToAllConfirmation.$(H): YesToAllConfirmation.st $(INCLUDE_TOP)\stx\libbasic\Notification.$(H) $(INCLUDE_TOP)\stx\libbasic\GenericException.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
   177
$(OUTDIR)stx_libbasic.$(O) stx_libbasic.$(H): stx_libbasic.st $(INCLUDE_TOP)\stx\libbasic\LibraryDefinition.$(H) $(INCLUDE_TOP)\stx\libbasic\ProjectDefinition.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
   178
$(OUTDIR)AbortAllOperationRequest.$(O) AbortAllOperationRequest.$(H): AbortAllOperationRequest.st $(INCLUDE_TOP)\stx\libbasic\ControlRequest.$(H) $(INCLUDE_TOP)\stx\libbasic\Exception.$(H) $(INCLUDE_TOP)\stx\libbasic\GenericException.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
   179
$(OUTDIR)Array.$(O) Array.$(H): Array.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)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
   180
$(OUTDIR)BreakPointInterrupt.$(O) BreakPointInterrupt.$(H): BreakPointInterrupt.st $(INCLUDE_TOP)\stx\libbasic\HaltInterrupt.$(H) $(INCLUDE_TOP)\stx\libbasic\ControlInterrupt.$(H) $(INCLUDE_TOP)\stx\libbasic\GenericException.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
   181
$(OUTDIR)CheapBlock.$(O) CheapBlock.$(H): CheapBlock.st $(INCLUDE_TOP)\stx\libbasic\Block.$(H) $(INCLUDE_TOP)\stx\libbasic\CompiledCode.$(H) $(INCLUDE_TOP)\stx\libbasic\ExecutableFunction.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
10961
753625aee151 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 10893
diff changeset
   182
$(OUTDIR)Class.$(O) Class.$(H): Class.st $(INCLUDE_TOP)\stx\libbasic\ClassDescription.$(H) $(INCLUDE_TOP)\stx\libbasic\Behavior.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic\Association.$(H) $(INCLUDE_TOP)\stx\libbasic\LookupKey.$(H) $(INCLUDE_TOP)\stx\libbasic\Magnitude.$(H) $(STCHDR)
9876
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
   183
$(OUTDIR)DoubleArray.$(O) DoubleArray.$(H): DoubleArray.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)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
   184
$(OUTDIR)ElementBoundsError.$(O) ElementBoundsError.$(H): ElementBoundsError.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) $(STCHDR)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
   185
$(OUTDIR)FloatArray.$(O) FloatArray.$(H): FloatArray.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)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
   186
$(OUTDIR)Fraction.$(O) Fraction.$(H): Fraction.st $(INCLUDE_TOP)\stx\libbasic\Number.$(H) $(INCLUDE_TOP)\stx\libbasic\ArithmeticValue.$(H) $(INCLUDE_TOP)\stx\libbasic\Magnitude.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
   187
$(OUTDIR)IdentityDictionary.$(O) IdentityDictionary.$(H): IdentityDictionary.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)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
   188
$(OUTDIR)Integer.$(O) Integer.$(H): Integer.st $(INCLUDE_TOP)\stx\libbasic\Number.$(H) $(INCLUDE_TOP)\stx\libbasic\ArithmeticValue.$(H) $(INCLUDE_TOP)\stx\libbasic\Magnitude.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
   189
$(OUTDIR)Interval.$(O) Interval.$(H): Interval.st $(INCLUDE_TOP)\stx\libbasic\ReadOnlySequenceableCollection.$(H) $(INCLUDE_TOP)\stx\libbasic\SequenceableCollection.$(H) $(INCLUDE_TOP)\stx\libbasic\Collection.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
   190
$(OUTDIR)LimitedPrecisionReal.$(O) LimitedPrecisionReal.$(H): LimitedPrecisionReal.st $(INCLUDE_TOP)\stx\libbasic\Number.$(H) $(INCLUDE_TOP)\stx\libbasic\ArithmeticValue.$(H) $(INCLUDE_TOP)\stx\libbasic\Magnitude.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
10829
c8ff62103d3e automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 10765
diff changeset
   191
$(OUTDIR)MeasurementValue.$(O) MeasurementValue.$(H): MeasurementValue.st $(INCLUDE_TOP)\stx\libbasic\Number.$(H) $(INCLUDE_TOP)\stx\libbasic\ArithmeticValue.$(H) $(INCLUDE_TOP)\stx\libbasic\Magnitude.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
9876
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
   192
$(OUTDIR)Metaclass.$(O) Metaclass.$(H): Metaclass.st $(INCLUDE_TOP)\stx\libbasic\ClassDescription.$(H) $(INCLUDE_TOP)\stx\libbasic\Behavior.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
   193
$(OUTDIR)OsError.$(O) OsError.$(H): OsError.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) $(STCHDR)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
   194
$(OUTDIR)ProceedError.$(O) ProceedError.$(H): ProceedError.st $(INCLUDE_TOP)\stx\libbasic\Warning.$(H) $(INCLUDE_TOP)\stx\libbasic\UserNotification.$(H) $(INCLUDE_TOP)\stx\libbasic\GenericException.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
   195
$(OUTDIR)ProceedableError.$(O) ProceedableError.$(H): ProceedableError.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) $(STCHDR)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
   196
$(OUTDIR)QueryWithoutDefault.$(O) QueryWithoutDefault.$(H): QueryWithoutDefault.st $(INCLUDE_TOP)\stx\libbasic\Query.$(H) $(INCLUDE_TOP)\stx\libbasic\Notification.$(H) $(INCLUDE_TOP)\stx\libbasic\GenericException.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
   197
$(OUTDIR)ReadStream.$(O) ReadStream.$(H): ReadStream.st $(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)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
   198
$(OUTDIR)RecursionError.$(O) RecursionError.$(H): RecursionError.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) $(STCHDR)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
   199
$(OUTDIR)RecursiveExceptionError.$(O) RecursiveExceptionError.$(H): RecursiveExceptionError.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) $(STCHDR)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
   200
$(OUTDIR)RestartProcessRequest.$(O) RestartProcessRequest.$(H): RestartProcessRequest.st $(INCLUDE_TOP)\stx\libbasic\ControlRequest.$(H) $(INCLUDE_TOP)\stx\libbasic\Exception.$(H) $(INCLUDE_TOP)\stx\libbasic\GenericException.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
   201
$(OUTDIR)SemaphoreSet.$(O) SemaphoreSet.$(H): SemaphoreSet.st $(INCLUDE_TOP)\stx\libbasic\IdentitySet.$(H) $(INCLUDE_TOP)\stx\libbasic\Set.$(H) $(INCLUDE_TOP)\stx\libbasic\Collection.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
   202
$(OUTDIR)SignalSet.$(O) SignalSet.$(H): SignalSet.st $(INCLUDE_TOP)\stx\libbasic\IdentitySet.$(H) $(INCLUDE_TOP)\stx\libbasic\Set.$(H) $(INCLUDE_TOP)\stx\libbasic\Collection.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
   203
$(OUTDIR)SnapshotError.$(O) SnapshotError.$(H): SnapshotError.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) $(STCHDR)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
   204
$(OUTDIR)SortedCollection.$(O) SortedCollection.$(H): SortedCollection.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)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
   205
$(OUTDIR)StringCollection.$(O) StringCollection.$(H): StringCollection.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)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
   206
$(OUTDIR)TerminateProcessRequest.$(O) TerminateProcessRequest.$(H): TerminateProcessRequest.st $(INCLUDE_TOP)\stx\libbasic\ControlRequest.$(H) $(INCLUDE_TOP)\stx\libbasic\Exception.$(H) $(INCLUDE_TOP)\stx\libbasic\GenericException.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
   207
$(OUTDIR)UninterpretedBytes.$(O) UninterpretedBytes.$(H): UninterpretedBytes.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)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
   208
$(OUTDIR)VMInternalError.$(O) VMInternalError.$(H): VMInternalError.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) $(STCHDR)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
   209
$(OUTDIR)VarArgBlock.$(O) VarArgBlock.$(H): VarArgBlock.st $(INCLUDE_TOP)\stx\libbasic\Block.$(H) $(INCLUDE_TOP)\stx\libbasic\CompiledCode.$(H) $(INCLUDE_TOP)\stx\libbasic\ExecutableFunction.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
   210
$(OUTDIR)WeakArray.$(O) WeakArray.$(H): WeakArray.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)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
   211
$(OUTDIR)WeakIdentitySet.$(O) WeakIdentitySet.$(H): WeakIdentitySet.st $(INCLUDE_TOP)\stx\libbasic\IdentitySet.$(H) $(INCLUDE_TOP)\stx\libbasic\Set.$(H) $(INCLUDE_TOP)\stx\libbasic\Collection.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
   212
$(OUTDIR)WeakValueDictionary.$(O) WeakValueDictionary.$(H): WeakValueDictionary.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)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
   213
$(OUTDIR)WriteStream.$(O) WriteStream.$(H): WriteStream.st $(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)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
   214
$(OUTDIR)AbortOperationRequest.$(O) AbortOperationRequest.$(H): AbortOperationRequest.st $(INCLUDE_TOP)\stx\libbasic\AbortAllOperationRequest.$(H) $(INCLUDE_TOP)\stx\libbasic\ControlRequest.$(H) $(INCLUDE_TOP)\stx\libbasic\Exception.$(H) $(INCLUDE_TOP)\stx\libbasic\GenericException.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
   215
$(OUTDIR)AllocationFailure.$(O) AllocationFailure.$(H): AllocationFailure.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)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
   216
$(OUTDIR)ArithmeticError.$(O) ArithmeticError.$(H): ArithmeticError.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)
11187
9821ca7a5a7a automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 11115
diff changeset
   217
$(OUTDIR)AssertionFailedError.$(O) AssertionFailedError.$(H): AssertionFailedError.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)
10961
753625aee151 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 10893
diff changeset
   218
$(OUTDIR)AutoloadMetaclass.$(O) AutoloadMetaclass.$(H): AutoloadMetaclass.st $(INCLUDE_TOP)\stx\libbasic\Metaclass.$(H) $(INCLUDE_TOP)\stx\libbasic\ClassDescription.$(H) $(INCLUDE_TOP)\stx\libbasic\Behavior.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
9876
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
   219
$(OUTDIR)ByteArray.$(O) ByteArray.$(H): ByteArray.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)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
   220
$(OUTDIR)CharacterWriteStream.$(O) CharacterWriteStream.$(H): CharacterWriteStream.st $(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)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
   221
$(OUTDIR)ContextError.$(O) ContextError.$(H): ContextError.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)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
   222
$(OUTDIR)ConversionError.$(O) ConversionError.$(H): ConversionError.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)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
   223
$(OUTDIR)DeepCopyError.$(O) DeepCopyError.$(H): DeepCopyError.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)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
   224
$(OUTDIR)ExceptionHandlerSet.$(O) ExceptionHandlerSet.$(H): ExceptionHandlerSet.st $(INCLUDE_TOP)\stx\libbasic\IdentityDictionary.$(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)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
   225
$(OUTDIR)ExecutionError.$(O) ExecutionError.$(H): ExecutionError.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)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
   226
$(OUTDIR)ExternalBytes.$(O) ExternalBytes.$(H): ExternalBytes.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)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
   227
$(OUTDIR)FixedPoint.$(O) FixedPoint.$(H): FixedPoint.st $(INCLUDE_TOP)\stx\libbasic\Fraction.$(H) $(INCLUDE_TOP)\stx\libbasic\Number.$(H) $(INCLUDE_TOP)\stx\libbasic\ArithmeticValue.$(H) $(INCLUDE_TOP)\stx\libbasic\Magnitude.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
   228
$(OUTDIR)Float.$(O) Float.$(H): Float.st $(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\Object.$(H) $(STCHDR)
10893
1ced6db9bc48 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 10829
diff changeset
   229
$(OUTDIR)GetOpt.$(O) GetOpt.$(H): GetOpt.st $(INCLUDE_TOP)\stx\libbasic\IdentityDictionary.$(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)
9876
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
   230
$(OUTDIR)LargeInteger.$(O) LargeInteger.$(H): LargeInteger.st $(INCLUDE_TOP)\stx\libbasic\Integer.$(H) $(INCLUDE_TOP)\stx\libbasic\Number.$(H) $(INCLUDE_TOP)\stx\libbasic\ArithmeticValue.$(H) $(INCLUDE_TOP)\stx\libbasic\Magnitude.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
   231
$(OUTDIR)LongFloat.$(O) LongFloat.$(H): LongFloat.st $(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\Object.$(H) $(STCHDR)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
   232
$(OUTDIR)MessageNotUnderstood.$(O) MessageNotUnderstood.$(H): MessageNotUnderstood.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)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
   233
$(OUTDIR)NotFoundError.$(O) NotFoundError.$(H): NotFoundError.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)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
   234
$(OUTDIR)OSSignalInterrupt.$(O) OSSignalInterrupt.$(H): OSSignalInterrupt.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)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
   235
$(OUTDIR)OsIllegalOperation.$(O) OsIllegalOperation.$(H): OsIllegalOperation.st $(INCLUDE_TOP)\stx\libbasic\OsError.$(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)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
   236
$(OUTDIR)OsInaccessibleError.$(O) OsInaccessibleError.$(H): OsInaccessibleError.st $(INCLUDE_TOP)\stx\libbasic\OsError.$(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)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
   237
$(OUTDIR)OsInvalidArgumentsError.$(O) OsInvalidArgumentsError.$(H): OsInvalidArgumentsError.st $(INCLUDE_TOP)\stx\libbasic\OsError.$(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)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
   238
$(OUTDIR)OsNeedRetryError.$(O) OsNeedRetryError.$(H): OsNeedRetryError.st $(INCLUDE_TOP)\stx\libbasic\OsError.$(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)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
   239
$(OUTDIR)OsNoResourcesError.$(O) OsNoResourcesError.$(H): OsNoResourcesError.st $(INCLUDE_TOP)\stx\libbasic\OsError.$(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)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
   240
$(OUTDIR)OsNotification.$(O) OsNotification.$(H): OsNotification.st $(INCLUDE_TOP)\stx\libbasic\OsError.$(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)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
   241
$(OUTDIR)OsTransferFaultError.$(O) OsTransferFaultError.$(H): OsTransferFaultError.st $(INCLUDE_TOP)\stx\libbasic\OsError.$(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)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
   242
$(OUTDIR)PrivateMetaclass.$(O) PrivateMetaclass.$(H): PrivateMetaclass.st $(INCLUDE_TOP)\stx\libbasic\Metaclass.$(H) $(INCLUDE_TOP)\stx\libbasic\ClassDescription.$(H) $(INCLUDE_TOP)\stx\libbasic\Behavior.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
   243
$(OUTDIR)ReadWriteStream.$(O) ReadWriteStream.$(H): ReadWriteStream.st $(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)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
   244
$(OUTDIR)ShortFloat.$(O) ShortFloat.$(H): ShortFloat.st $(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\Object.$(H) $(STCHDR)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
   245
$(OUTDIR)SignalError.$(O) SignalError.$(H): SignalError.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)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
   246
$(OUTDIR)SmallInteger.$(O) SmallInteger.$(H): SmallInteger.st $(INCLUDE_TOP)\stx\libbasic\Integer.$(H) $(INCLUDE_TOP)\stx\libbasic\Number.$(H) $(INCLUDE_TOP)\stx\libbasic\ArithmeticValue.$(H) $(INCLUDE_TOP)\stx\libbasic\Magnitude.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
   247
$(OUTDIR)StreamError.$(O) StreamError.$(H): StreamError.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)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
   248
$(OUTDIR)SubclassResponsibilityError.$(O) SubclassResponsibilityError.$(H): SubclassResponsibilityError.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)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
   249
$(OUTDIR)TimeoutError.$(O) TimeoutError.$(H): TimeoutError.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)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
   250
$(OUTDIR)UnimplementedFunctionalityError.$(O) UnimplementedFunctionalityError.$(H): UnimplementedFunctionalityError.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)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
   251
$(OUTDIR)UserPreferences.$(O) UserPreferences.$(H): UserPreferences.st $(INCLUDE_TOP)\stx\libbasic\IdentityDictionary.$(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)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
   252
$(OUTDIR)VarArgCheapBlock.$(O) VarArgCheapBlock.$(H): VarArgCheapBlock.st $(INCLUDE_TOP)\stx\libbasic\CheapBlock.$(H) $(INCLUDE_TOP)\stx\libbasic\Block.$(H) $(INCLUDE_TOP)\stx\libbasic\CompiledCode.$(H) $(INCLUDE_TOP)\stx\libbasic\ExecutableFunction.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
   253
$(OUTDIR)WeakIdentityDictionary.$(O) WeakIdentityDictionary.$(H): WeakIdentityDictionary.st $(INCLUDE_TOP)\stx\libbasic\IdentityDictionary.$(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)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
   254
$(OUTDIR)ArgumentError.$(O) ArgumentError.$(H): ArgumentError.st $(INCLUDE_TOP)\stx\libbasic\ExecutionError.$(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)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
   255
$(OUTDIR)CannotResumeError.$(O) CannotResumeError.$(H): CannotResumeError.st $(INCLUDE_TOP)\stx\libbasic\ContextError.$(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)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
   256
$(OUTDIR)CannotReturnError.$(O) CannotReturnError.$(H): CannotReturnError.st $(INCLUDE_TOP)\stx\libbasic\ContextError.$(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)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
   257
$(OUTDIR)CharacterArray.$(O) CharacterArray.$(H): CharacterArray.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)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
   258
$(OUTDIR)CharacterEncoderError.$(O) CharacterEncoderError.$(H): CharacterEncoderError.st $(INCLUDE_TOP)\stx\libbasic\ConversionError.$(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)
11115
443d235ac602 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 10961
diff changeset
   259
$(OUTDIR)DateConversionError.$(O) DateConversionError.$(H): DateConversionError.st $(INCLUDE_TOP)\stx\libbasic\ConversionError.$(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)
9876
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
   260
$(OUTDIR)DomainError.$(O) DomainError.$(H): DomainError.st $(INCLUDE_TOP)\stx\libbasic\ArithmeticError.$(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)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
   261
$(OUTDIR)EndOfStreamError.$(O) EndOfStreamError.$(H): EndOfStreamError.st $(INCLUDE_TOP)\stx\libbasic\StreamError.$(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)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
   262
$(OUTDIR)ExternalStream.$(O) ExternalStream.$(H): ExternalStream.st $(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)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
   263
$(OUTDIR)ExternalStructure.$(O) ExternalStructure.$(H): ExternalStructure.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)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
   264
$(OUTDIR)IncompleteNextCountError.$(O) IncompleteNextCountError.$(H): IncompleteNextCountError.st $(INCLUDE_TOP)\stx\libbasic\StreamError.$(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)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
   265
$(OUTDIR)IndexNotFoundError.$(O) IndexNotFoundError.$(H): IndexNotFoundError.st $(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) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
   266
$(OUTDIR)InvalidCodeError.$(O) InvalidCodeError.$(H): InvalidCodeError.st $(INCLUDE_TOP)\stx\libbasic\ExecutionError.$(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)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
   267
$(OUTDIR)InvalidModeError.$(O) InvalidModeError.$(H): InvalidModeError.st $(INCLUDE_TOP)\stx\libbasic\StreamError.$(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)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
   268
$(OUTDIR)InvalidOperationError.$(O) InvalidOperationError.$(H): InvalidOperationError.st $(INCLUDE_TOP)\stx\libbasic\StreamError.$(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)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
   269
$(OUTDIR)KeyNotFoundError.$(O) KeyNotFoundError.$(H): KeyNotFoundError.st $(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) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
   270
$(OUTDIR)MallocFailure.$(O) MallocFailure.$(H): MallocFailure.st $(INCLUDE_TOP)\stx\libbasic\AllocationFailure.$(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)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
   271
$(OUTDIR)NonBooleanReceiverError.$(O) NonBooleanReceiverError.$(H): NonBooleanReceiverError.st $(INCLUDE_TOP)\stx\libbasic\ExecutionError.$(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)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
   272
$(OUTDIR)OpenError.$(O) OpenError.$(H): OpenError.st $(INCLUDE_TOP)\stx\libbasic\StreamError.$(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)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
   273
$(OUTDIR)PositionError.$(O) PositionError.$(H): PositionError.st $(INCLUDE_TOP)\stx\libbasic\StreamError.$(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)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
   274
$(OUTDIR)PositionOutOfBoundsError.$(O) PositionOutOfBoundsError.$(H): PositionOutOfBoundsError.st $(INCLUDE_TOP)\stx\libbasic\StreamError.$(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)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
   275
$(OUTDIR)PrimitiveFailure.$(O) PrimitiveFailure.$(H): PrimitiveFailure.st $(INCLUDE_TOP)\stx\libbasic\ExecutionError.$(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)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
   276
$(OUTDIR)RangeError.$(O) RangeError.$(H): RangeError.st $(INCLUDE_TOP)\stx\libbasic\ArithmeticError.$(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)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
   277
$(OUTDIR)ReadError.$(O) ReadError.$(H): ReadError.st $(INCLUDE_TOP)\stx\libbasic\StreamError.$(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)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
   278
$(OUTDIR)StreamIOError.$(O) StreamIOError.$(H): StreamIOError.st $(INCLUDE_TOP)\stx\libbasic\StreamError.$(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)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
   279
$(OUTDIR)StreamNotOpenError.$(O) StreamNotOpenError.$(H): StreamNotOpenError.st $(INCLUDE_TOP)\stx\libbasic\StreamError.$(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)
11115
443d235ac602 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 10961
diff changeset
   280
$(OUTDIR)TimeConversionError.$(O) TimeConversionError.$(H): TimeConversionError.st $(INCLUDE_TOP)\stx\libbasic\ConversionError.$(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)
9876
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
   281
$(OUTDIR)UnorderedNumbersError.$(O) UnorderedNumbersError.$(H): UnorderedNumbersError.st $(INCLUDE_TOP)\stx\libbasic\ArithmeticError.$(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)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
   282
$(OUTDIR)WeakDependencyDictionary.$(O) WeakDependencyDictionary.$(H): WeakDependencyDictionary.st $(INCLUDE_TOP)\stx\libbasic\WeakIdentityDictionary.$(H) $(INCLUDE_TOP)\stx\libbasic\IdentityDictionary.$(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)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
   283
$(OUTDIR)WriteError.$(O) WriteError.$(H): WriteError.st $(INCLUDE_TOP)\stx\libbasic\StreamError.$(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)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
   284
$(OUTDIR)WrongProceedabilityError.$(O) WrongProceedabilityError.$(H): WrongProceedabilityError.st $(INCLUDE_TOP)\stx\libbasic\SignalError.$(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)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
   285
$(OUTDIR)BadLiteralsError.$(O) BadLiteralsError.$(H): BadLiteralsError.st $(INCLUDE_TOP)\stx\libbasic\InvalidCodeError.$(H) $(INCLUDE_TOP)\stx\libbasic\ExecutionError.$(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)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
   286
$(OUTDIR)DecodingError.$(O) DecodingError.$(H): DecodingError.st $(INCLUDE_TOP)\stx\libbasic\CharacterEncoderError.$(H) $(INCLUDE_TOP)\stx\libbasic\ConversionError.$(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)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
   287
$(OUTDIR)EncodingError.$(O) EncodingError.$(H): EncodingError.st $(INCLUDE_TOP)\stx\libbasic\CharacterEncoderError.$(H) $(INCLUDE_TOP)\stx\libbasic\ConversionError.$(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)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
   288
$(OUTDIR)FileStream.$(O) FileStream.$(H): FileStream.st $(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)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
   289
$(OUTDIR)InvalidByteCodeError.$(O) InvalidByteCodeError.$(H): InvalidByteCodeError.st $(INCLUDE_TOP)\stx\libbasic\InvalidCodeError.$(H) $(INCLUDE_TOP)\stx\libbasic\ExecutionError.$(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)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
   290
$(OUTDIR)InvalidInstructionError.$(O) InvalidInstructionError.$(H): InvalidInstructionError.st $(INCLUDE_TOP)\stx\libbasic\InvalidCodeError.$(H) $(INCLUDE_TOP)\stx\libbasic\ExecutionError.$(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)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
   291
$(OUTDIR)InvalidReadError.$(O) InvalidReadError.$(H): InvalidReadError.st $(INCLUDE_TOP)\stx\libbasic\ReadError.$(H) $(INCLUDE_TOP)\stx\libbasic\StreamError.$(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)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
   292
$(OUTDIR)InvalidWriteError.$(O) InvalidWriteError.$(H): InvalidWriteError.st $(INCLUDE_TOP)\stx\libbasic\WriteError.$(H) $(INCLUDE_TOP)\stx\libbasic\StreamError.$(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)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
   293
$(OUTDIR)NoByteCodeError.$(O) NoByteCodeError.$(H): NoByteCodeError.st $(INCLUDE_TOP)\stx\libbasic\InvalidCodeError.$(H) $(INCLUDE_TOP)\stx\libbasic\ExecutionError.$(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)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
   294
$(OUTDIR)NonIntegerIndexError.$(O) NonIntegerIndexError.$(H): NonIntegerIndexError.st $(INCLUDE_TOP)\stx\libbasic\IndexNotFoundError.$(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) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
   295
$(OUTDIR)NonPositionableExternalStream.$(O) NonPositionableExternalStream.$(H): NonPositionableExternalStream.st $(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)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
   296
$(OUTDIR)OverflowError.$(O) OverflowError.$(H): OverflowError.st $(INCLUDE_TOP)\stx\libbasic\RangeError.$(H) $(INCLUDE_TOP)\stx\libbasic\ArithmeticError.$(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)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
   297
$(OUTDIR)String.$(O) String.$(H): String.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)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
   298
$(OUTDIR)SubscriptOutOfBoundsError.$(O) SubscriptOutOfBoundsError.$(H): SubscriptOutOfBoundsError.st $(INCLUDE_TOP)\stx\libbasic\IndexNotFoundError.$(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) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
10244
0365018ea4d0 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 10230
diff changeset
   299
$(OUTDIR)TwoByteString.$(O) TwoByteString.$(H): TwoByteString.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)
9876
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
   300
$(OUTDIR)UnderflowError.$(O) UnderflowError.$(H): UnderflowError.st $(INCLUDE_TOP)\stx\libbasic\RangeError.$(H) $(INCLUDE_TOP)\stx\libbasic\ArithmeticError.$(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)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
   301
$(OUTDIR)WrongNumberOfArgumentsError.$(O) WrongNumberOfArgumentsError.$(H): WrongNumberOfArgumentsError.st $(INCLUDE_TOP)\stx\libbasic\ArgumentError.$(H) $(INCLUDE_TOP)\stx\libbasic\ExecutionError.$(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)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
   302
$(OUTDIR)ZeroDivide.$(O) ZeroDivide.$(H): ZeroDivide.st $(INCLUDE_TOP)\stx\libbasic\DomainError.$(H) $(INCLUDE_TOP)\stx\libbasic\ArithmeticError.$(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)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
   303
$(OUTDIR)CharacterRangeError.$(O) CharacterRangeError.$(H): CharacterRangeError.st $(INCLUDE_TOP)\stx\libbasic\DecodingError.$(H) $(INCLUDE_TOP)\stx\libbasic\CharacterEncoderError.$(H) $(INCLUDE_TOP)\stx\libbasic\ConversionError.$(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)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
   304
$(OUTDIR)DirectoryStream.$(O) DirectoryStream.$(H): DirectoryStream.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)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
   305
$(OUTDIR)InvalidEncodingError.$(O) InvalidEncodingError.$(H): InvalidEncodingError.st $(INCLUDE_TOP)\stx\libbasic\DecodingError.$(H) $(INCLUDE_TOP)\stx\libbasic\CharacterEncoderError.$(H) $(INCLUDE_TOP)\stx\libbasic\ConversionError.$(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)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
   306
$(OUTDIR)PipeStream.$(O) PipeStream.$(H): PipeStream.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)
1999c8b2ab26 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9870
diff changeset
   307
$(OUTDIR)Symbol.$(O) Symbol.$(H): Symbol.st $(INCLUDE_TOP)\stx\libbasic\String.$(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)
10244
0365018ea4d0 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 10230
diff changeset
   308
$(OUTDIR)Unicode16String.$(O) Unicode16String.$(H): Unicode16String.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)
11449
ce47cb58a81b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 11187
diff changeset
   309
$(OUTDIR)Encoder_MS_Ansi.$(O) Encoder_MS_Ansi.$(H): Encoder_MS_Ansi.st $(INCLUDE_TOP)\stx\libbasic\Encoder_SingleByteEncoder.$(H) $(INCLUDE_TOP)\stx\libbasic\CharacterEncoder.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
ce47cb58a81b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 11187
diff changeset
   310
$(OUTDIR)Encoder_MS_Baltic.$(O) Encoder_MS_Baltic.$(H): Encoder_MS_Baltic.st $(INCLUDE_TOP)\stx\libbasic\Encoder_SingleByteEncoder.$(H) $(INCLUDE_TOP)\stx\libbasic\CharacterEncoder.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
ce47cb58a81b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 11187
diff changeset
   311
$(OUTDIR)Encoder_MS_Cyrillic.$(O) Encoder_MS_Cyrillic.$(H): Encoder_MS_Cyrillic.st $(INCLUDE_TOP)\stx\libbasic\Encoder_SingleByteEncoder.$(H) $(INCLUDE_TOP)\stx\libbasic\CharacterEncoder.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
ce47cb58a81b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 11187
diff changeset
   312
$(OUTDIR)Encoder_MS_Greek.$(O) Encoder_MS_Greek.$(H): Encoder_MS_Greek.st $(INCLUDE_TOP)\stx\libbasic\Encoder_SingleByteEncoder.$(H) $(INCLUDE_TOP)\stx\libbasic\CharacterEncoder.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
ce47cb58a81b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 11187
diff changeset
   313
$(OUTDIR)PCFilename.$(O) PCFilename.$(H): PCFilename.st $(INCLUDE_TOP)\stx\libbasic\Filename.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
ce47cb58a81b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 11187
diff changeset
   314
$(OUTDIR)Win32FILEHandle.$(O) Win32FILEHandle.$(H): Win32FILEHandle.st $(INCLUDE_TOP)\stx\libbasic\OSFileHandle.$(H) $(INCLUDE_TOP)\stx\libbasic\OSHandle.$(H) $(INCLUDE_TOP)\stx\libbasic\ExternalAddress.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
ce47cb58a81b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 11187
diff changeset
   315
$(OUTDIR)Win32Handle.$(O) Win32Handle.$(H): Win32Handle.st $(INCLUDE_TOP)\stx\libbasic\OSHandle.$(H) $(INCLUDE_TOP)\stx\libbasic\ExternalAddress.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
11558
051d88c04f0c automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 11449
diff changeset
   316
$(OUTDIR)Win32OperatingSystem.$(O) Win32OperatingSystem.$(H): Win32OperatingSystem.st $(INCLUDE_TOP)\stx\libbasic\AbstractOperatingSystem.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic\OSHandle.$(H) $(INCLUDE_TOP)\stx\libbasic\ExternalAddress.$(H) $(INCLUDE_TOP)\stx\libbasic\Win32Handle.$(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) $(STCHDR)
9858
858c275ce845 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9794
diff changeset
   317
5330
802165ba8aa6 renamed Namespace -> NameSpace
Claus Gittinger <cg@exept.de>
parents: 5119
diff changeset
   318
# ENDMAKEDEPEND --- do not remove this line