bc.mak
author Stefan Vogel <sv@exept.de>
Wed, 14 Jun 2006 17:53:56 +0200
changeset 9369 b7f43a51c4ed
parent 9170 10277c16d1fc
child 9378 f489ea7dc8b6
permissions -rw-r--r--
Moved SHA1Stream from exept:libcrypt to stx:libbasic

#
# DO NOT EDIT 
# automagically generated from Make.proto (by make nt.mak)
#
TOP=..
#
!INCLUDE $(TOP)\rules\stdHeader_nt
#
MODULE=stx
MODULE_DIR=libbasic
PACKAGE=$(MODULE):$(MODULE_DIR)
LIBNAME=libbasic
LIB_BASE=$(LIBBASIC_BASE)
!ifdef USEBC
LIB_BASE_LD_ARG=-b:$(LIBBASIC_BASE)
!endif
STCOPT="+optinline +optinline2 -warnNonStandard"
STCLOCALOPT=-package=$(PACKAGE) $(COMMONSYMBOLS) $(SEPINITCODE) $(RELOCINSTVARS) -varPrefix=$(LIBNAME)
#STCLOCALOPT="-package=stx:libbasic +commonSymbols -varPrefix=libbasic -I../librun -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 "

ALL:  $(LIBDIR)\$(LIBNAME).lib $(BINDIR)\$(LIBNAME).dll

#
# additional defines
#

OBJS=\
  $(OUTDIR)Object.$(O) \
  $(OUTDIR)Autoload.$(O) \
  $(OUTDIR)ProtoObject.$(O) \
  $(OUTDIR)SharedPool.$(O) \
  $(OUTDIR)Project.$(O) \
  $(OUTDIR)NameSpace.$(O) \
  $(OUTDIR)Boolean.$(O) \
  $(OUTDIR)True.$(O) \
  $(OUTDIR)False.$(O) \
  $(OUTDIR)ClassCategoryReader.$(O) \
  $(OUTDIR)Collection.$(O) \
  $(OUTDIR)Bag.$(O) \
  $(OUTDIR)SequenceableCollection.$(O) \
  $(OUTDIR)ArrayedCollection.$(O) \
  $(OUTDIR)UninterpretedBytes.$(O) \
  $(OUTDIR)ExternalBytes.$(O) \
  $(OUTDIR)Array.$(O) \
  $(OUTDIR)WeakArray.$(O) \
  $(OUTDIR)ByteArray.$(O) \
  $(OUTDIR)CharacterArray.$(O) \
  $(OUTDIR)String.$(O) \
  $(OUTDIR)Symbol.$(O) \
  $(OUTDIR)DoubleArray.$(O) \
  $(OUTDIR)FloatArray.$(O) \
  $(OUTDIR)ReadOnlySequenceableCollection.$(O) \
  $(OUTDIR)Interval.$(O) \
  $(OUTDIR)LinkedList.$(O) \
  $(OUTDIR)Semaphore.$(O) \
  $(OUTDIR)RecursionLock.$(O) \
  $(OUTDIR)OrderedCollection.$(O) \
  $(OUTDIR)SortedCollection.$(O) \
  $(OUTDIR)StringCollection.$(O) \
  $(OUTDIR)Set.$(O) \
  $(OUTDIR)Dictionary.$(O) \
  $(OUTDIR)IdentityDictionary.$(O) \
  $(OUTDIR)WeakIdentityDictionary.$(O) \
  $(OUTDIR)WeakDependencyDictionary.$(O) \
  $(OUTDIR)WeakValueDictionary.$(O) \
  $(OUTDIR)IdentitySet.$(O) \
  $(OUTDIR)WeakIdentitySet.$(O) \
  $(OUTDIR)SignalSet.$(O) \
  $(OUTDIR)ExceptionHandlerSet.$(O) \
  $(OUTDIR)SemaphoreSet.$(O) \
  $(OUTDIR)CharacterEncoder.$(O) \
  $(OUTDIR)Encoder_SingleByteEncoder.$(O) \
  $(OUTDIR)Encoder_TwoByteEncoder.$(O) \
  $(OUTDIR)Encoder_ASCII.$(O) \
  $(OUTDIR)Encoder_ISO8859_1.$(O) \
  $(OUTDIR)Encoder_ISO8859_2.$(O) \
  $(OUTDIR)Encoder_ISO8859_5.$(O) \
  $(OUTDIR)Encoder_ISO8859_7.$(O) \
  $(OUTDIR)Encoder_ISO10646_to_UTF8.$(O) \
  $(OUTDIR)Encoder_SJIS.$(O) \
  $(OUTDIR)Encoder_MS_Ansi.$(O) \
  $(OUTDIR)Context.$(O) \
  $(OUTDIR)BlockContext.$(O) \
  $(OUTDIR)Delay.$(O) \
  $(OUTDIR)GenericException.$(O) \
  $(OUTDIR)ControlInterrupt.$(O) \
  $(OUTDIR)HaltInterrupt.$(O) \
  $(OUTDIR)BreakPointInterrupt.$(O) \
  $(OUTDIR)UserInterrupt.$(O) \
  $(OUTDIR)Exception.$(O) \
  $(OUTDIR)ControlRequest.$(O) \
  $(OUTDIR)AbortAllOperationRequest.$(O) \
  $(OUTDIR)AbortOperationRequest.$(O) \
  $(OUTDIR)TerminateProcessRequest.$(O) \
  $(OUTDIR)RestartProcessRequest.$(O) \
  $(OUTDIR)Error.$(O) \
  $(OUTDIR)ProceedableError.$(O) \
  $(OUTDIR)UnimplementedFunctionalityError.$(O) \
  $(OUTDIR)MessageNotUnderstood.$(O) \
  $(OUTDIR)ElementBoundsError.$(O) \
  $(OUTDIR)TimeoutError.$(O) \
  $(OUTDIR)VMInternalError.$(O) \
  $(OUTDIR)DeepCopyError.$(O) \
  $(OUTDIR)SubclassResponsibilityError.$(O) \
  $(OUTDIR)StreamError.$(O) \
  $(OUTDIR)EndOfStreamError.$(O) \
  $(OUTDIR)IncompleteNextCountError.$(O) \
  $(OUTDIR)PositionOutOfBoundsError.$(O) \
  $(OUTDIR)InvalidModeError.$(O) \
  $(OUTDIR)InvalidOperationError.$(O) \
  $(OUTDIR)OpenError.$(O) \
  $(OUTDIR)PositionError.$(O) \
  $(OUTDIR)ReadError.$(O) \
  $(OUTDIR)InvalidReadError.$(O) \
  $(OUTDIR)WriteError.$(O) \
  $(OUTDIR)InvalidWriteError.$(O) \
  $(OUTDIR)StreamNotOpenError.$(O) \
  $(OUTDIR)StreamIOError.$(O) \
  $(OUTDIR)SignalError.$(O) \
  $(OUTDIR)WrongProceedabilityError.$(O) \
  $(OUTDIR)ContextError.$(O) \
  $(OUTDIR)CannotResumeError.$(O) \
  $(OUTDIR)CannotReturnError.$(O) \
  $(OUTDIR)ArithmeticError.$(O) \
  $(OUTDIR)DomainError.$(O) \
  $(OUTDIR)ZeroDivide.$(O) \
  $(OUTDIR)RangeError.$(O) \
  $(OUTDIR)UnderflowError.$(O) \
  $(OUTDIR)OverflowError.$(O) \
  $(OUTDIR)UnorderedNumbersError.$(O) \
  $(OUTDIR)ConversionError.$(O) \
  $(OUTDIR)CharacterEncoderError.$(O) \
  $(OUTDIR)EncodingError.$(O) \
  $(OUTDIR)DecodingError.$(O) \
  $(OUTDIR)InvalidEncodingError.$(O) \
  $(OUTDIR)CharacterRangeError.$(O) \
  $(OUTDIR)NotFoundError.$(O) \
  $(OUTDIR)KeyNotFoundError.$(O) \
  $(OUTDIR)IndexNotFoundError.$(O) \
  $(OUTDIR)NonIntegerIndexError.$(O) \
  $(OUTDIR)SubscriptOutOfBoundsError.$(O) \
  $(OUTDIR)AllocationFailure.$(O) \
  $(OUTDIR)MallocFailure.$(O) \
  $(OUTDIR)RecursionError.$(O) \
  $(OUTDIR)SnapshotError.$(O) \
  $(OUTDIR)Notification.$(O) \
  $(OUTDIR)RecursiveStoreError.$(O) \
  $(OUTDIR)Query.$(O) \
  $(OUTDIR)QueryWithoutDefault.$(O) \
  $(OUTDIR)EndOfStreamNotification.$(O) \
  $(OUTDIR)YesToAllConfirmation.$(O) \
  $(OUTDIR)UserNotification.$(O) \
  $(OUTDIR)ActivityNotification.$(O) \
  $(OUTDIR)UserInformation.$(O) \
  $(OUTDIR)Warning.$(O) \
  $(OUTDIR)ProceedError.$(O) \
  $(OUTDIR)NoHandlerError.$(O) \
  $(OUTDIR)OSSignalInterrupt.$(O) \
  $(OUTDIR)RecursiveExceptionError.$(O) \
  $(OUTDIR)Magnitude.$(O) \
  $(OUTDIR)LookupKey.$(O) \
  $(OUTDIR)Association.$(O) \
  $(OUTDIR)ClassBuilder.$(O) \
  $(OUTDIR)Behavior.$(O) \
  $(OUTDIR)ClassDescription.$(O) \
  $(OUTDIR)Class.$(O) \
  $(OUTDIR)Metaclass.$(O) \
  $(OUTDIR)PrivateMetaclass.$(O) \
  $(OUTDIR)AutoloadMetaclass.$(O) \
  $(OUTDIR)ExecutableFunction.$(O) \
  $(OUTDIR)ExternalFunction.$(O) \
  $(OUTDIR)ExternalLibraryFunction.$(O) \
  $(OUTDIR)CompiledCode.$(O) \
  $(OUTDIR)Block.$(O) \
  $(OUTDIR)VarArgBlock.$(O) \
  $(OUTDIR)CheapBlock.$(O) \
  $(OUTDIR)VarArgCheapBlock.$(O) \
  $(OUTDIR)Method.$(O) \
  $(OUTDIR)SmalltalkChunkFileSourceWriter.$(O) \
  $(OUTDIR)Filename.$(O) \
  $(OUTDIR)InterestConverter.$(O) \
  $(OUTDIR)WeakInterestConverter.$(O) \
  $(OUTDIR)Link.$(O) \
  $(OUTDIR)Process.$(O) \
  $(OUTDIR)Continuation.$(O) \
  $(OUTDIR)AbstractTime.$(O) \
  $(OUTDIR)Timestamp.$(O) \
  $(OUTDIR)Time.$(O) \
  $(OUTDIR)ArithmeticValue.$(O) \
  $(OUTDIR)Number.$(O) \
  $(OUTDIR)Fraction.$(O) \
  $(OUTDIR)FixedPoint.$(O) \
  $(OUTDIR)Integer.$(O) \
  $(OUTDIR)LargeInteger.$(O) \
  $(OUTDIR)SmallInteger.$(O) \
  $(OUTDIR)LimitedPrecisionReal.$(O) \
  $(OUTDIR)Float.$(O) \
  $(OUTDIR)ShortFloat.$(O) \
  $(OUTDIR)LongFloat.$(O) \
  $(OUTDIR)Point.$(O) \
  $(OUTDIR)Character.$(O) \
  $(OUTDIR)Date.$(O) \
  $(OUTDIR)Message.$(O) \
  $(OUTDIR)MessageSend.$(O) \
  $(OUTDIR)MiniDebugger.$(O) \
  $(OUTDIR)MiniInspector.$(O) \
  $(OUTDIR)ObjectMemory.$(O) \
  $(OUTDIR)ProcessorScheduler.$(O) \
  $(OUTDIR)Geometric.$(O) \
  $(OUTDIR)Rectangle.$(O) \
  $(OUTDIR)Registry.$(O) \
  $(OUTDIR)HandleRegistry.$(O) \
  $(OUTDIR)CachingRegistry.$(O) \
  $(OUTDIR)Signal.$(O) \
  $(OUTDIR)QuerySignal.$(O) \
  $(OUTDIR)Smalltalk.$(O) \
  $(OUTDIR)PluginSupport.$(O) \
  $(OUTDIR)Stream.$(O) \
  $(OUTDIR)PeekableStream.$(O) \
  $(OUTDIR)PositionableStream.$(O) \
  $(OUTDIR)ReadStream.$(O) \
  $(OUTDIR)WriteStream.$(O) \
  $(OUTDIR)CharacterWriteStream.$(O) \
  $(OUTDIR)ReadWriteStream.$(O) \
  $(OUTDIR)ExternalStream.$(O) \
  $(OUTDIR)FileStream.$(O) \
  $(OUTDIR)DirectoryStream.$(O) \
  $(OUTDIR)NonPositionableExternalStream.$(O) \
  $(OUTDIR)PipeStream.$(O) \
  $(OUTDIR)EncodedStream.$(O) \
  $(OUTDIR)UndefinedObject.$(O) \
  $(OUTDIR)ExternalAddress.$(O) \
  $(OUTDIR)ExternalStructure.$(O) \
  $(OUTDIR)MethodDictionary.$(O) \
  $(OUTDIR)OSHandle.$(O) \
  $(OUTDIR)OSFileHandle.$(O) \
  $(OUTDIR)OSErrorHolder.$(O) \
  $(OUTDIR)OsError.$(O) \
  $(OUTDIR)OsInvalidArgumentsError.$(O) \
  $(OUTDIR)OsNotification.$(O) \
  $(OUTDIR)OsIllegalOperation.$(O) \
  $(OUTDIR)OsNeedRetryError.$(O) \
  $(OUTDIR)OsTransferFaultError.$(O) \
  $(OUTDIR)OsInaccessibleError.$(O) \
  $(OUTDIR)OsNoResourcesError.$(O) \
  $(OUTDIR)AbstractOperatingSystem.$(O) \
  $(OUTDIR)UserPreferences.$(O) \
  $(OUTDIR)Visitor.$(O) \
  $(OUTDIR)AspectVisitor.$(O) \
  $(OUTDIR)ObjectCoder.$(O) \
  $(OUTDIR)HashStream.$(O) \
  $(OUTDIR)MD5Stream.$(O) \
  $(OUTDIR)SHA1Stream.$(O) \
  $(OUTDIR)ExecutionError.$(O) \
  $(OUTDIR)PrimitiveFailure.$(O) \
  $(OUTDIR)ArgumentError.$(O) \
  $(OUTDIR)WrongNumberOfArgumentsError.$(O) \
  $(OUTDIR)InvalidCodeError.$(O) \
  $(OUTDIR)BadLiteralsError.$(O) \
  $(OUTDIR)InvalidByteCodeError.$(O) \
  $(OUTDIR)InvalidInstructionError.$(O) \
  $(OUTDIR)NoByteCodeError.$(O) \
  $(OUTDIR)NonBooleanReceiverError.$(O) \
  $(OUTDIR)PCFilename.$(O) \
  $(OUTDIR)Win32Handle.$(O) \
  $(OUTDIR)Win32FILEHandle.$(O) \
  $(OUTDIR)Win32OperatingSystem.$(O) \
  $(OUTDIR)Win32OleCom.$(O) \
  $(OUTDIR)Encoder_MS_Ansi.$(O) \
  $(OUTDIR)Encoder_MS_Greek.$(O) \
  $(OUTDIR)Encoder_MS_Baltic.$(O) \
  $(OUTDIR)Encoder_MS_Cyrillic.$(O) \


!INCLUDE $(TOP)\rules\stdRules_nt

#
# additional rules
#

# BEGINMAKEDEPEND --- do not remove this line; make depend needs it
$(OUTDIR)AbortAllOperationRequest.$(O) AbortAllOperationRequest.$(H): AbortAllOperationRequest.st $(STCHDR)  ../include/ControlRequest.$(H)  ../include/Exception.$(H)  ../include/GenericException.$(H)  ../include/Object.$(H) 
$(OUTDIR)AbortOperationRequest.$(O) AbortOperationRequest.$(H): AbortOperationRequest.st $(STCHDR)  ../include/AbortAllOperationRequest.$(H)  ../include/ControlRequest.$(H)  ../include/Exception.$(H)  ../include/GenericException.$(H)  ../include/Object.$(H) 
$(OUTDIR)AbstractOperatingSystem.$(O) AbstractOperatingSystem.$(H): AbstractOperatingSystem.st $(STCHDR)  ../include/Object.$(H) 
$(OUTDIR)AbstractTime.$(O) AbstractTime.$(H): AbstractTime.st $(STCHDR)  ../include/Magnitude.$(H)  ../include/Object.$(H) 
$(OUTDIR)ActivityNotification.$(O) ActivityNotification.$(H): ActivityNotification.st $(STCHDR)  ../include/UserNotification.$(H)  ../include/GenericException.$(H)  ../include/Object.$(H) 
$(OUTDIR)AllocationFailure.$(O) AllocationFailure.$(H): AllocationFailure.st $(STCHDR)  ../include/ProceedableError.$(H)  ../include/Error.$(H)  ../include/Exception.$(H)  ../include/GenericException.$(H)  ../include/Object.$(H) 
$(OUTDIR)ArgumentError.$(O) ArgumentError.$(H): ArgumentError.st $(STCHDR)  ../include/ExecutionError.$(H)  ../include/ProceedableError.$(H)  ../include/Error.$(H)  ../include/Exception.$(H)  ../include/GenericException.$(H)  ../include/Object.$(H) 
$(OUTDIR)ArithmeticError.$(O) ArithmeticError.$(H): ArithmeticError.st $(STCHDR)  ../include/ProceedableError.$(H)  ../include/Error.$(H)  ../include/Exception.$(H)  ../include/GenericException.$(H)  ../include/Object.$(H) 
$(OUTDIR)ArithmeticValue.$(O) ArithmeticValue.$(H): ArithmeticValue.st $(STCHDR)  ../include/Magnitude.$(H)  ../include/Object.$(H) 
$(OUTDIR)ArrayedCollection.$(O) ArrayedCollection.$(H): ArrayedCollection.st $(STCHDR)  ../include/SequenceableCollection.$(H)  ../include/Collection.$(H)  ../include/Object.$(H) 
$(OUTDIR)Array.$(O) Array.$(H): Array.st $(STCHDR)  ../include/ArrayedCollection.$(H)  ../include/SequenceableCollection.$(H)  ../include/Collection.$(H)  ../include/Object.$(H) 
$(OUTDIR)AspectVisitor.$(O) AspectVisitor.$(H): AspectVisitor.st $(STCHDR)  ../include/Visitor.$(H)  ../include/Object.$(H) 
$(OUTDIR)Association.$(O) Association.$(H): Association.st $(STCHDR)  ../include/LookupKey.$(H)  ../include/Magnitude.$(H)  ../include/Object.$(H) 
$(OUTDIR)AutoloadMetaclass.$(O) AutoloadMetaclass.$(H): AutoloadMetaclass.st $(STCHDR)  ../include/Metaclass.$(H)  ../include/ClassDescription.$(H)  ../include/Behavior.$(H)  ../include/Object.$(H) 
$(OUTDIR)Autoload.$(O) Autoload.$(H): Autoload.st $(STCHDR) 
$(OUTDIR)BadLiteralsError.$(O) BadLiteralsError.$(H): BadLiteralsError.st $(STCHDR)  ../include/InvalidCodeError.$(H)  ../include/ExecutionError.$(H)  ../include/ProceedableError.$(H)  ../include/Error.$(H)  ../include/Exception.$(H)  ../include/GenericException.$(H)  ../include/Object.$(H) 
$(OUTDIR)BadRomanNumberFormatError.$(O) BadRomanNumberFormatError.$(H): BadRomanNumberFormatError.st $(STCHDR) 
$(OUTDIR)Bag.$(O) Bag.$(H): Bag.st $(STCHDR)  ../include/Collection.$(H)  ../include/Object.$(H) 
$(OUTDIR)Behavior.$(O) Behavior.$(H): Behavior.st $(STCHDR)  ../include/Object.$(H) 
$(OUTDIR)BlockContext.$(O) BlockContext.$(H): BlockContext.st $(STCHDR)  ../include/Context.$(H)  ../include/Object.$(H) 
$(OUTDIR)Block.$(O) Block.$(H): Block.st $(STCHDR)  ../include/CompiledCode.$(H)  ../include/ExecutableFunction.$(H)  ../include/Object.$(H) 
$(OUTDIR)Boolean.$(O) Boolean.$(H): Boolean.st $(STCHDR)  ../include/Object.$(H) 
$(OUTDIR)BreakPointInterrupt.$(O) BreakPointInterrupt.$(H): BreakPointInterrupt.st $(STCHDR)  ../include/HaltInterrupt.$(H)  ../include/ControlInterrupt.$(H)  ../include/GenericException.$(H)  ../include/Object.$(H) 
$(OUTDIR)ByteArray.$(O) ByteArray.$(H): ByteArray.st $(STCHDR)  ../include/UninterpretedBytes.$(H)  ../include/ArrayedCollection.$(H)  ../include/SequenceableCollection.$(H)  ../include/Collection.$(H)  ../include/Object.$(H) 
$(OUTDIR)CachingRegistry.$(O) CachingRegistry.$(H): CachingRegistry.st $(STCHDR)  ../include/Registry.$(H)  ../include/Object.$(H) 
$(OUTDIR)CannotResumeError.$(O) CannotResumeError.$(H): CannotResumeError.st $(STCHDR)  ../include/ContextError.$(H)  ../include/ProceedableError.$(H)  ../include/Error.$(H)  ../include/Exception.$(H)  ../include/GenericException.$(H)  ../include/Object.$(H) 
$(OUTDIR)CannotReturnError.$(O) CannotReturnError.$(H): CannotReturnError.st $(STCHDR)  ../include/ContextError.$(H)  ../include/ProceedableError.$(H)  ../include/Error.$(H)  ../include/Exception.$(H)  ../include/GenericException.$(H)  ../include/Object.$(H) 
$(OUTDIR)CharacterArray.$(O) CharacterArray.$(H): CharacterArray.st $(STCHDR)  ../include/ByteArray.$(H)  ../include/UninterpretedBytes.$(H)  ../include/ArrayedCollection.$(H)  ../include/SequenceableCollection.$(H)  ../include/Collection.$(H)  ../include/Object.$(H) 
$(OUTDIR)CharacterEncoderError.$(O) CharacterEncoderError.$(H): CharacterEncoderError.st $(STCHDR)  ../include/ConversionError.$(H)  ../include/ProceedableError.$(H)  ../include/Error.$(H)  ../include/Exception.$(H)  ../include/GenericException.$(H)  ../include/Object.$(H) 
$(OUTDIR)CharacterEncoder.$(O) CharacterEncoder.$(H): CharacterEncoder.st $(STCHDR)  ../include/Object.$(H) 
$(OUTDIR)CharacterRangeError.$(O) CharacterRangeError.$(H): CharacterRangeError.st $(STCHDR)  ../include/DecodingError.$(H)  ../include/CharacterEncoderError.$(H)  ../include/ConversionError.$(H)  ../include/ProceedableError.$(H)  ../include/Error.$(H)  ../include/Exception.$(H)  ../include/GenericException.$(H)  ../include/Object.$(H) 
$(OUTDIR)Character.$(O) Character.$(H): Character.st $(STCHDR)  ../include/Magnitude.$(H)  ../include/Object.$(H) 
$(OUTDIR)CharacterWriteStream.$(O) CharacterWriteStream.$(H): CharacterWriteStream.st $(STCHDR)  ../include/WriteStream.$(H)  ../include/PositionableStream.$(H)  ../include/PeekableStream.$(H)  ../include/Stream.$(H)  ../include/Object.$(H) 
$(OUTDIR)CheapBlock.$(O) CheapBlock.$(H): CheapBlock.st $(STCHDR)  ../include/Block.$(H)  ../include/CompiledCode.$(H)  ../include/ExecutableFunction.$(H)  ../include/Object.$(H) 
$(OUTDIR)ClassBuilder.$(O) ClassBuilder.$(H): ClassBuilder.st $(STCHDR)  ../include/Object.$(H) 
$(OUTDIR)ClassCategoryReader.$(O) ClassCategoryReader.$(H): ClassCategoryReader.st $(STCHDR)  ../include/Object.$(H) 
$(OUTDIR)ClassDescription.$(O) ClassDescription.$(H): ClassDescription.st $(STCHDR)  ../include/Behavior.$(H)  ../include/Object.$(H)  ../include/Notification.$(H)  ../include/GenericException.$(H) 
$(OUTDIR)Class.$(O) Class.$(H): Class.st $(STCHDR)  ../include/ClassDescription.$(H)  ../include/Behavior.$(H)  ../include/Object.$(H)  ../include/Association.$(H)  ../include/LookupKey.$(H)  ../include/Magnitude.$(H) 
$(OUTDIR)Collection.$(O) Collection.$(H): Collection.st $(STCHDR)  ../include/Object.$(H) 
$(OUTDIR)CompiledCode.$(O) CompiledCode.$(H): CompiledCode.st $(STCHDR)  ../include/ExecutableFunction.$(H)  ../include/Object.$(H) 
$(OUTDIR)ContextError.$(O) ContextError.$(H): ContextError.st $(STCHDR)  ../include/ProceedableError.$(H)  ../include/Error.$(H)  ../include/Exception.$(H)  ../include/GenericException.$(H)  ../include/Object.$(H) 
$(OUTDIR)Context.$(O) Context.$(H): Context.st $(STCHDR)  ../include/Object.$(H) 
$(OUTDIR)Continuation.$(O) Continuation.$(H): Continuation.st $(STCHDR)  ../include/Object.$(H) 
$(OUTDIR)ControlInterrupt.$(O) ControlInterrupt.$(H): ControlInterrupt.st $(STCHDR)  ../include/GenericException.$(H)  ../include/Object.$(H) 
$(OUTDIR)ControlRequest.$(O) ControlRequest.$(H): ControlRequest.st $(STCHDR)  ../include/Exception.$(H)  ../include/GenericException.$(H)  ../include/Object.$(H) 
$(OUTDIR)ConversionError.$(O) ConversionError.$(H): ConversionError.st $(STCHDR)  ../include/ProceedableError.$(H)  ../include/Error.$(H)  ../include/Exception.$(H)  ../include/GenericException.$(H)  ../include/Object.$(H) 
$(OUTDIR)Date.$(O) Date.$(H): Date.st $(STCHDR)  ../include/Magnitude.$(H)  ../include/Object.$(H) 
$(OUTDIR)DecodingError.$(O) DecodingError.$(H): DecodingError.st $(STCHDR)  ../include/CharacterEncoderError.$(H)  ../include/ConversionError.$(H)  ../include/ProceedableError.$(H)  ../include/Error.$(H)  ../include/Exception.$(H)  ../include/GenericException.$(H)  ../include/Object.$(H) 
$(OUTDIR)DeepCopyError.$(O) DeepCopyError.$(H): DeepCopyError.st $(STCHDR)  ../include/ProceedableError.$(H)  ../include/Error.$(H)  ../include/Exception.$(H)  ../include/GenericException.$(H)  ../include/Object.$(H) 
$(OUTDIR)Delay.$(O) Delay.$(H): Delay.st $(STCHDR)  ../include/Object.$(H) 
$(OUTDIR)Dictionary.$(O) Dictionary.$(H): Dictionary.st $(STCHDR)  ../include/Set.$(H)  ../include/Collection.$(H)  ../include/Object.$(H) 
$(OUTDIR)DirectoryStream.$(O) DirectoryStream.$(H): DirectoryStream.st $(STCHDR)  ../include/FileStream.$(H)  ../include/ExternalStream.$(H)  ../include/ReadWriteStream.$(H)  ../include/WriteStream.$(H)  ../include/PositionableStream.$(H)  ../include/PeekableStream.$(H)  ../include/Stream.$(H)  ../include/Object.$(H) 
$(OUTDIR)DomainError.$(O) DomainError.$(H): DomainError.st $(STCHDR)  ../include/ArithmeticError.$(H)  ../include/ProceedableError.$(H)  ../include/Error.$(H)  ../include/Exception.$(H)  ../include/GenericException.$(H)  ../include/Object.$(H) 
$(OUTDIR)DoubleArray.$(O) DoubleArray.$(H): DoubleArray.st $(STCHDR)  ../include/ArrayedCollection.$(H)  ../include/SequenceableCollection.$(H)  ../include/Collection.$(H)  ../include/Object.$(H) 
$(OUTDIR)ElementBoundsError.$(O) ElementBoundsError.$(H): ElementBoundsError.st $(STCHDR)  ../include/Error.$(H)  ../include/Exception.$(H)  ../include/GenericException.$(H)  ../include/Object.$(H) 
$(OUTDIR)EncodedStream.$(O) EncodedStream.$(H): EncodedStream.st $(STCHDR)  ../include/PeekableStream.$(H)  ../include/Stream.$(H)  ../include/Object.$(H) 
$(OUTDIR)Encoder_ASCII.$(O) Encoder_ASCII.$(H): Encoder_ASCII.st $(STCHDR)  ../include/Encoder_SingleByteEncoder.$(H)  ../include/CharacterEncoder.$(H)  ../include/Object.$(H) 
$(OUTDIR)Encoder_BIG5.$(O) Encoder_BIG5.$(H): Encoder_BIG5.st $(STCHDR)  ../include/Encoder_TwoByteEncoder.$(H)  ../include/CharacterEncoder.$(H)  ../include/Object.$(H) 
$(OUTDIR)Encoder_CNS11643.$(O) Encoder_CNS11643.$(H): Encoder_CNS11643.st $(STCHDR)  ../include/Encoder_TwoByteEncoder.$(H)  ../include/CharacterEncoder.$(H)  ../include/Object.$(H) 
$(OUTDIR)Encoder_CP437.$(O) Encoder_CP437.$(H): Encoder_CP437.st $(STCHDR)  ../include/Encoder_SingleByteEncoder.$(H)  ../include/CharacterEncoder.$(H)  ../include/Object.$(H) 
$(OUTDIR)Encoder_GB2313_1980.$(O) Encoder_GB2313_1980.$(H): Encoder_GB2313_1980.st $(STCHDR)  ../include/Encoder_TwoByteEncoder.$(H)  ../include/CharacterEncoder.$(H)  ../include/Object.$(H) 
$(OUTDIR)Encoder_HANGUL.$(O) Encoder_HANGUL.$(H): Encoder_HANGUL.st $(STCHDR)  ../include/Encoder_TwoByteEncoder.$(H)  ../include/CharacterEncoder.$(H)  ../include/Object.$(H) 
$(OUTDIR)Encoder_ISO10646_1.$(O) Encoder_ISO10646_1.$(H): Encoder_ISO10646_1.st $(STCHDR)  ../include/CharacterEncoder.$(H)  ../include/Object.$(H) 
$(OUTDIR)Encoder_ISO10646_to_SGML.$(O) Encoder_ISO10646_to_SGML.$(H): Encoder_ISO10646_to_SGML.st $(STCHDR)  ../include/Encoder_TwoByteEncoder.$(H)  ../include/CharacterEncoder.$(H)  ../include/Object.$(H) 
$(OUTDIR)Encoder_ISO10646_to_UTF16BE.$(O) Encoder_ISO10646_to_UTF16BE.$(H): Encoder_ISO10646_to_UTF16BE.st $(STCHDR)  ../include/Encoder_TwoByteEncoder.$(H)  ../include/CharacterEncoder.$(H)  ../include/Object.$(H) 
$(OUTDIR)Encoder_ISO10646_to_UTF16LE.$(O) Encoder_ISO10646_to_UTF16LE.$(H): Encoder_ISO10646_to_UTF16LE.st $(STCHDR) 
$(OUTDIR)Encoder_ISO10646_to_UTF8.$(O) Encoder_ISO10646_to_UTF8.$(H): Encoder_ISO10646_to_UTF8.st $(STCHDR)  ../include/Encoder_TwoByteEncoder.$(H)  ../include/CharacterEncoder.$(H)  ../include/Object.$(H) 
$(OUTDIR)Encoder_ISO8859_10.$(O) Encoder_ISO8859_10.$(H): Encoder_ISO8859_10.st $(STCHDR)  ../include/Encoder_SingleByteEncoder.$(H)  ../include/CharacterEncoder.$(H)  ../include/Object.$(H) 
$(OUTDIR)Encoder_ISO8859_11.$(O) Encoder_ISO8859_11.$(H): Encoder_ISO8859_11.st $(STCHDR)  ../include/Encoder_SingleByteEncoder.$(H)  ../include/CharacterEncoder.$(H)  ../include/Object.$(H) 
$(OUTDIR)Encoder_ISO8859_13.$(O) Encoder_ISO8859_13.$(H): Encoder_ISO8859_13.st $(STCHDR)  ../include/Encoder_SingleByteEncoder.$(H)  ../include/CharacterEncoder.$(H)  ../include/Object.$(H) 
$(OUTDIR)Encoder_ISO8859_14.$(O) Encoder_ISO8859_14.$(H): Encoder_ISO8859_14.st $(STCHDR)  ../include/Encoder_SingleByteEncoder.$(H)  ../include/CharacterEncoder.$(H)  ../include/Object.$(H) 
$(OUTDIR)Encoder_ISO8859_15.$(O) Encoder_ISO8859_15.$(H): Encoder_ISO8859_15.st $(STCHDR)  ../include/Encoder_SingleByteEncoder.$(H)  ../include/CharacterEncoder.$(H)  ../include/Object.$(H) 
$(OUTDIR)Encoder_ISO8859_16.$(O) Encoder_ISO8859_16.$(H): Encoder_ISO8859_16.st $(STCHDR)  ../include/Encoder_SingleByteEncoder.$(H)  ../include/CharacterEncoder.$(H)  ../include/Object.$(H) 
$(OUTDIR)Encoder_ISO8859_1.$(O) Encoder_ISO8859_1.$(H): Encoder_ISO8859_1.st $(STCHDR)  ../include/Encoder_SingleByteEncoder.$(H)  ../include/CharacterEncoder.$(H)  ../include/Object.$(H) 
$(OUTDIR)Encoder_ISO8859_2.$(O) Encoder_ISO8859_2.$(H): Encoder_ISO8859_2.st $(STCHDR)  ../include/Encoder_SingleByteEncoder.$(H)  ../include/CharacterEncoder.$(H)  ../include/Object.$(H) 
$(OUTDIR)Encoder_ISO8859_3.$(O) Encoder_ISO8859_3.$(H): Encoder_ISO8859_3.st $(STCHDR)  ../include/Encoder_SingleByteEncoder.$(H)  ../include/CharacterEncoder.$(H)  ../include/Object.$(H) 
$(OUTDIR)Encoder_ISO8859_4.$(O) Encoder_ISO8859_4.$(H): Encoder_ISO8859_4.st $(STCHDR)  ../include/Encoder_SingleByteEncoder.$(H)  ../include/CharacterEncoder.$(H)  ../include/Object.$(H) 
$(OUTDIR)Encoder_ISO8859_5.$(O) Encoder_ISO8859_5.$(H): Encoder_ISO8859_5.st $(STCHDR)  ../include/Encoder_SingleByteEncoder.$(H)  ../include/CharacterEncoder.$(H)  ../include/Object.$(H) 
$(OUTDIR)Encoder_ISO8859_6.$(O) Encoder_ISO8859_6.$(H): Encoder_ISO8859_6.st $(STCHDR)  ../include/Encoder_SingleByteEncoder.$(H)  ../include/CharacterEncoder.$(H)  ../include/Object.$(H) 
$(OUTDIR)Encoder_ISO8859_7.$(O) Encoder_ISO8859_7.$(H): Encoder_ISO8859_7.st $(STCHDR)  ../include/Encoder_SingleByteEncoder.$(H)  ../include/CharacterEncoder.$(H)  ../include/Object.$(H) 
$(OUTDIR)Encoder_ISO8859_8.$(O) Encoder_ISO8859_8.$(H): Encoder_ISO8859_8.st $(STCHDR)  ../include/Encoder_SingleByteEncoder.$(H)  ../include/CharacterEncoder.$(H)  ../include/Object.$(H) 
$(OUTDIR)Encoder_ISO8859_9.$(O) Encoder_ISO8859_9.$(H): Encoder_ISO8859_9.st $(STCHDR)  ../include/Encoder_ISO8859_1.$(H)  ../include/Encoder_SingleByteEncoder.$(H)  ../include/CharacterEncoder.$(H)  ../include/Object.$(H) 
$(OUTDIR)Encoder_JIS0201.$(O) Encoder_JIS0201.$(H): Encoder_JIS0201.st $(STCHDR)  ../include/Encoder_SingleByteEncoder.$(H)  ../include/CharacterEncoder.$(H)  ../include/Object.$(H) 
$(OUTDIR)Encoder_JIS0208.$(O) Encoder_JIS0208.$(H): Encoder_JIS0208.st $(STCHDR)  ../include/Encoder_TwoByteEncoder.$(H)  ../include/CharacterEncoder.$(H)  ../include/Object.$(H) 
$(OUTDIR)Encoder_JIS0208_to_EUC.$(O) Encoder_JIS0208_to_EUC.$(H): Encoder_JIS0208_to_EUC.st $(STCHDR)  ../include/Encoder_TwoByteEncoder.$(H)  ../include/CharacterEncoder.$(H)  ../include/Object.$(H) 
$(OUTDIR)Encoder_JIS0208_to_JIS7.$(O) Encoder_JIS0208_to_JIS7.$(H): Encoder_JIS0208_to_JIS7.st $(STCHDR)  ../include/Encoder_TwoByteEncoder.$(H)  ../include/CharacterEncoder.$(H)  ../include/Object.$(H) 
$(OUTDIR)Encoder_JIS0212.$(O) Encoder_JIS0212.$(H): Encoder_JIS0212.st $(STCHDR)  ../include/Encoder_TwoByteEncoder.$(H)  ../include/CharacterEncoder.$(H)  ../include/Object.$(H) 
$(OUTDIR)Encoder_JOHAB.$(O) Encoder_JOHAB.$(H): Encoder_JOHAB.st $(STCHDR)  ../include/Encoder_TwoByteEncoder.$(H)  ../include/CharacterEncoder.$(H)  ../include/Object.$(H) 
$(OUTDIR)Encoder_KOI7.$(O) Encoder_KOI7.$(H): Encoder_KOI7.st $(STCHDR)  ../include/Encoder_SingleByteEncoder.$(H)  ../include/CharacterEncoder.$(H)  ../include/Object.$(H) 
$(OUTDIR)Encoder_KOI8_R.$(O) Encoder_KOI8_R.$(H): Encoder_KOI8_R.st $(STCHDR)  ../include/Encoder_SingleByteEncoder.$(H)  ../include/CharacterEncoder.$(H)  ../include/Object.$(H) 
$(OUTDIR)Encoder_KOI8_U.$(O) Encoder_KOI8_U.$(H): Encoder_KOI8_U.st $(STCHDR) 
$(OUTDIR)Encoder_KSC5601.$(O) Encoder_KSC5601.$(H): Encoder_KSC5601.st $(STCHDR)  ../include/Encoder_TwoByteEncoder.$(H)  ../include/CharacterEncoder.$(H)  ../include/Object.$(H) 
$(OUTDIR)Encoder_MAC_Arabic.$(O) Encoder_MAC_Arabic.$(H): Encoder_MAC_Arabic.st $(STCHDR)  ../include/Encoder_SingleByteEncoder.$(H)  ../include/CharacterEncoder.$(H)  ../include/Object.$(H) 
$(OUTDIR)Encoder_MAC_CentralEuropean.$(O) Encoder_MAC_CentralEuropean.$(H): Encoder_MAC_CentralEuropean.st $(STCHDR)  ../include/Encoder_SingleByteEncoder.$(H)  ../include/CharacterEncoder.$(H)  ../include/Object.$(H) 
$(OUTDIR)Encoder_MAC_Croatian.$(O) Encoder_MAC_Croatian.$(H): Encoder_MAC_Croatian.st $(STCHDR)  ../include/Encoder_SingleByteEncoder.$(H)  ../include/CharacterEncoder.$(H)  ../include/Object.$(H) 
$(OUTDIR)Encoder_MAC_Cyrillic.$(O) Encoder_MAC_Cyrillic.$(H): Encoder_MAC_Cyrillic.st $(STCHDR)  ../include/Encoder_SingleByteEncoder.$(H)  ../include/CharacterEncoder.$(H)  ../include/Object.$(H) 
$(OUTDIR)Encoder_MAC_Dingbats.$(O) Encoder_MAC_Dingbats.$(H): Encoder_MAC_Dingbats.st $(STCHDR)  ../include/Encoder_SingleByteEncoder.$(H)  ../include/CharacterEncoder.$(H)  ../include/Object.$(H) 
$(OUTDIR)Encoder_MAC_Farsi.$(O) Encoder_MAC_Farsi.$(H): Encoder_MAC_Farsi.st $(STCHDR)  ../include/Encoder_SingleByteEncoder.$(H)  ../include/CharacterEncoder.$(H)  ../include/Object.$(H) 
$(OUTDIR)Encoder_MAC_Greek.$(O) Encoder_MAC_Greek.$(H): Encoder_MAC_Greek.st $(STCHDR)  ../include/Encoder_SingleByteEncoder.$(H)  ../include/CharacterEncoder.$(H)  ../include/Object.$(H) 
$(OUTDIR)Encoder_MAC_Hebrew.$(O) Encoder_MAC_Hebrew.$(H): Encoder_MAC_Hebrew.st $(STCHDR)  ../include/Encoder_SingleByteEncoder.$(H)  ../include/CharacterEncoder.$(H)  ../include/Object.$(H) 
$(OUTDIR)Encoder_MAC_Iceland.$(O) Encoder_MAC_Iceland.$(H): Encoder_MAC_Iceland.st $(STCHDR)  ../include/Encoder_SingleByteEncoder.$(H)  ../include/CharacterEncoder.$(H)  ../include/Object.$(H) 
$(OUTDIR)Encoder_MAC_Japanese.$(O) Encoder_MAC_Japanese.$(H): Encoder_MAC_Japanese.st $(STCHDR)  ../include/Encoder_TwoByteEncoder.$(H)  ../include/CharacterEncoder.$(H)  ../include/Object.$(H) 
$(OUTDIR)Encoder_MAC_Korean.$(O) Encoder_MAC_Korean.$(H): Encoder_MAC_Korean.st $(STCHDR)  ../include/Encoder_TwoByteEncoder.$(H)  ../include/CharacterEncoder.$(H)  ../include/Object.$(H) 
$(OUTDIR)Encoder_MAC_Romanian.$(O) Encoder_MAC_Romanian.$(H): Encoder_MAC_Romanian.st $(STCHDR)  ../include/Encoder_SingleByteEncoder.$(H)  ../include/CharacterEncoder.$(H)  ../include/Object.$(H) 
$(OUTDIR)Encoder_MAC_Roman.$(O) Encoder_MAC_Roman.$(H): Encoder_MAC_Roman.st $(STCHDR)  ../include/Encoder_SingleByteEncoder.$(H)  ../include/CharacterEncoder.$(H)  ../include/Object.$(H) 
$(OUTDIR)Encoder_MAC_Symbol.$(O) Encoder_MAC_Symbol.$(H): Encoder_MAC_Symbol.st $(STCHDR)  ../include/Encoder_SingleByteEncoder.$(H)  ../include/CharacterEncoder.$(H)  ../include/Object.$(H) 
$(OUTDIR)Encoder_MAC_Thai.$(O) Encoder_MAC_Thai.$(H): Encoder_MAC_Thai.st $(STCHDR)  ../include/Encoder_TwoByteEncoder.$(H)  ../include/CharacterEncoder.$(H)  ../include/Object.$(H) 
$(OUTDIR)Encoder_MAC_Turkish.$(O) Encoder_MAC_Turkish.$(H): Encoder_MAC_Turkish.st $(STCHDR)  ../include/Encoder_SingleByteEncoder.$(H)  ../include/CharacterEncoder.$(H)  ../include/Object.$(H) 
$(OUTDIR)Encoder_MS_Ansi.$(O) Encoder_MS_Ansi.$(H): Encoder_MS_Ansi.st $(STCHDR)  ../include/Encoder_SingleByteEncoder.$(H)  ../include/CharacterEncoder.$(H)  ../include/Object.$(H) 
$(OUTDIR)Encoder_MS_Arabic.$(O) Encoder_MS_Arabic.$(H): Encoder_MS_Arabic.st $(STCHDR)  ../include/Encoder_SingleByteEncoder.$(H)  ../include/CharacterEncoder.$(H)  ../include/Object.$(H) 
$(OUTDIR)Encoder_MS_Baltic.$(O) Encoder_MS_Baltic.$(H): Encoder_MS_Baltic.st $(STCHDR)  ../include/Encoder_SingleByteEncoder.$(H)  ../include/CharacterEncoder.$(H)  ../include/Object.$(H) 
$(OUTDIR)Encoder_MS_Cyrillic.$(O) Encoder_MS_Cyrillic.$(H): Encoder_MS_Cyrillic.st $(STCHDR)  ../include/Encoder_SingleByteEncoder.$(H)  ../include/CharacterEncoder.$(H)  ../include/Object.$(H) 
$(OUTDIR)Encoder_MS_EastEuropean.$(O) Encoder_MS_EastEuropean.$(H): Encoder_MS_EastEuropean.st $(STCHDR)  ../include/Encoder_SingleByteEncoder.$(H)  ../include/CharacterEncoder.$(H)  ../include/Object.$(H) 
$(OUTDIR)Encoder_MS_Greek.$(O) Encoder_MS_Greek.$(H): Encoder_MS_Greek.st $(STCHDR)  ../include/Encoder_SingleByteEncoder.$(H)  ../include/CharacterEncoder.$(H)  ../include/Object.$(H) 
$(OUTDIR)Encoder_MS_Hebrew.$(O) Encoder_MS_Hebrew.$(H): Encoder_MS_Hebrew.st $(STCHDR)  ../include/Encoder_SingleByteEncoder.$(H)  ../include/CharacterEncoder.$(H)  ../include/Object.$(H) 
$(OUTDIR)Encoder_MS_Symbol.$(O) Encoder_MS_Symbol.$(H): Encoder_MS_Symbol.st $(STCHDR)  ../include/Encoder_SingleByteEncoder.$(H)  ../include/CharacterEncoder.$(H)  ../include/Object.$(H) 
$(OUTDIR)Encoder_MS_Turkish.$(O) Encoder_MS_Turkish.$(H): Encoder_MS_Turkish.st $(STCHDR)  ../include/Encoder_SingleByteEncoder.$(H)  ../include/CharacterEncoder.$(H)  ../include/Object.$(H) 
$(OUTDIR)Encoder_NEXT.$(O) Encoder_NEXT.$(H): Encoder_NEXT.st $(STCHDR)  ../include/Encoder_SingleByteEncoder.$(H)  ../include/CharacterEncoder.$(H)  ../include/Object.$(H) 
$(OUTDIR)Encoder_SingleByteEncoder.$(O) Encoder_SingleByteEncoder.$(H): Encoder_SingleByteEncoder.st $(STCHDR)  ../include/CharacterEncoder.$(H)  ../include/Object.$(H) 
$(OUTDIR)Encoder_SJIS.$(O) Encoder_SJIS.$(H): Encoder_SJIS.st $(STCHDR)  ../include/Encoder_TwoByteEncoder.$(H)  ../include/CharacterEncoder.$(H)  ../include/Object.$(H) 
$(OUTDIR)Encoder_TwoByteEncoder.$(O) Encoder_TwoByteEncoder.$(H): Encoder_TwoByteEncoder.st $(STCHDR)  ../include/CharacterEncoder.$(H)  ../include/Object.$(H) 
$(OUTDIR)EncodingError.$(O) EncodingError.$(H): EncodingError.st $(STCHDR)  ../include/CharacterEncoderError.$(H)  ../include/ConversionError.$(H)  ../include/ProceedableError.$(H)  ../include/Error.$(H)  ../include/Exception.$(H)  ../include/GenericException.$(H)  ../include/Object.$(H) 
$(OUTDIR)EndOfStreamError.$(O) EndOfStreamError.$(H): EndOfStreamError.st $(STCHDR)  ../include/StreamError.$(H)  ../include/ProceedableError.$(H)  ../include/Error.$(H)  ../include/Exception.$(H)  ../include/GenericException.$(H)  ../include/Object.$(H) 
$(OUTDIR)EndOfStreamNotification.$(O) EndOfStreamNotification.$(H): EndOfStreamNotification.st $(STCHDR)  ../include/Notification.$(H)  ../include/GenericException.$(H)  ../include/Object.$(H) 
$(OUTDIR)Error.$(O) Error.$(H): Error.st $(STCHDR)  ../include/Exception.$(H)  ../include/GenericException.$(H)  ../include/Object.$(H) 
$(OUTDIR)ExceptionHandlerSet.$(O) ExceptionHandlerSet.$(H): ExceptionHandlerSet.st $(STCHDR)  ../include/IdentityDictionary.$(H)  ../include/Dictionary.$(H)  ../include/Set.$(H)  ../include/Collection.$(H)  ../include/Object.$(H) 
$(OUTDIR)Exception.$(O) Exception.$(H): Exception.st $(STCHDR)  ../include/GenericException.$(H)  ../include/Object.$(H) 
$(OUTDIR)ExecutableFunction.$(O) ExecutableFunction.$(H): ExecutableFunction.st $(STCHDR)  ../include/Object.$(H) 
$(OUTDIR)ExecutionError.$(O) ExecutionError.$(H): ExecutionError.st $(STCHDR)  ../include/ProceedableError.$(H)  ../include/Error.$(H)  ../include/Exception.$(H)  ../include/GenericException.$(H)  ../include/Object.$(H) 
$(OUTDIR)ExternalAddress.$(O) ExternalAddress.$(H): ExternalAddress.st $(STCHDR)  ../include/Object.$(H) 
$(OUTDIR)ExternalBytes.$(O) ExternalBytes.$(H): ExternalBytes.st $(STCHDR)  ../include/UninterpretedBytes.$(H)  ../include/ArrayedCollection.$(H)  ../include/SequenceableCollection.$(H)  ../include/Collection.$(H)  ../include/Object.$(H) 
$(OUTDIR)ExternalFunction.$(O) ExternalFunction.$(H): ExternalFunction.st $(STCHDR)  ../include/ExecutableFunction.$(H)  ../include/Object.$(H) 
$(OUTDIR)ExternalLibraryFunction.$(O) ExternalLibraryFunction.$(H): ExternalLibraryFunction.st $(STCHDR)  ../include/ExternalFunction.$(H)  ../include/ExecutableFunction.$(H)  ../include/Object.$(H) 
$(OUTDIR)ExternalStream.$(O) ExternalStream.$(H): ExternalStream.st $(STCHDR)  ../include/ReadWriteStream.$(H)  ../include/WriteStream.$(H)  ../include/PositionableStream.$(H)  ../include/PeekableStream.$(H)  ../include/Stream.$(H)  ../include/Object.$(H) 
$(OUTDIR)ExternalStructure.$(O) ExternalStructure.$(H): ExternalStructure.st $(STCHDR)  ../include/ExternalBytes.$(H)  ../include/UninterpretedBytes.$(H)  ../include/ArrayedCollection.$(H)  ../include/SequenceableCollection.$(H)  ../include/Collection.$(H)  ../include/Object.$(H) 
$(OUTDIR)False.$(O) False.$(H): False.st $(STCHDR)  ../include/Boolean.$(H)  ../include/Object.$(H) 
$(OUTDIR)FileDirectory.$(O) FileDirectory.$(H): FileDirectory.st $(STCHDR)  ../include/Collection.$(H)  ../include/Object.$(H) 
$(OUTDIR)Filename.$(O) Filename.$(H): Filename.st $(STCHDR)  ../include/Object.$(H) 
$(OUTDIR)FileStream.$(O) FileStream.$(H): FileStream.st $(STCHDR)  ../include/ExternalStream.$(H)  ../include/ReadWriteStream.$(H)  ../include/WriteStream.$(H)  ../include/PositionableStream.$(H)  ../include/PeekableStream.$(H)  ../include/Stream.$(H)  ../include/Object.$(H) 
$(OUTDIR)FixedPoint.$(O) FixedPoint.$(H): FixedPoint.st $(STCHDR)  ../include/Fraction.$(H)  ../include/Number.$(H)  ../include/ArithmeticValue.$(H)  ../include/Magnitude.$(H)  ../include/Object.$(H) 
$(OUTDIR)FloatArray.$(O) FloatArray.$(H): FloatArray.st $(STCHDR)  ../include/ArrayedCollection.$(H)  ../include/SequenceableCollection.$(H)  ../include/Collection.$(H)  ../include/Object.$(H) 
$(OUTDIR)Float.$(O) Float.$(H): Float.st $(STCHDR)  ../include/LimitedPrecisionReal.$(H)  ../include/Number.$(H)  ../include/ArithmeticValue.$(H)  ../include/Magnitude.$(H)  ../include/Object.$(H) 
$(OUTDIR)Fraction.$(O) Fraction.$(H): Fraction.st $(STCHDR)  ../include/Number.$(H)  ../include/ArithmeticValue.$(H)  ../include/Magnitude.$(H)  ../include/Object.$(H) 
$(OUTDIR)GenericException.$(O) GenericException.$(H): GenericException.st $(STCHDR)  ../include/Object.$(H) 
$(OUTDIR)Geometric.$(O) Geometric.$(H): Geometric.st $(STCHDR)  ../include/Object.$(H) 
$(OUTDIR)HaltInterrupt.$(O) HaltInterrupt.$(H): HaltInterrupt.st $(STCHDR)  ../include/ControlInterrupt.$(H)  ../include/GenericException.$(H)  ../include/Object.$(H) 
$(OUTDIR)HandleRegistry.$(O) HandleRegistry.$(H): HandleRegistry.st $(STCHDR)  ../include/Registry.$(H)  ../include/Object.$(H) 
$(OUTDIR)HashStream.$(O) HashStream.$(H): HashStream.st $(STCHDR)  ../include/Stream.$(H)  ../include/Object.$(H) 
$(OUTDIR)IdentityDictionary.$(O) IdentityDictionary.$(H): IdentityDictionary.st $(STCHDR)  ../include/Dictionary.$(H)  ../include/Set.$(H)  ../include/Collection.$(H)  ../include/Object.$(H) 
$(OUTDIR)IdentitySet.$(O) IdentitySet.$(H): IdentitySet.st $(STCHDR)  ../include/Set.$(H)  ../include/Collection.$(H)  ../include/Object.$(H) 
$(OUTDIR)ImaginaryResultError.$(O) ImaginaryResultError.$(H): ImaginaryResultError.st $(STCHDR)  ../include/DomainError.$(H)  ../include/ArithmeticError.$(H)  ../include/ProceedableError.$(H)  ../include/Error.$(H)  ../include/Exception.$(H)  ../include/GenericException.$(H)  ../include/Object.$(H) 
$(OUTDIR)IncompleteNextCountError.$(O) IncompleteNextCountError.$(H): IncompleteNextCountError.st $(STCHDR)  ../include/StreamError.$(H)  ../include/ProceedableError.$(H)  ../include/Error.$(H)  ../include/Exception.$(H)  ../include/GenericException.$(H)  ../include/Object.$(H) 
$(OUTDIR)IndexNotFoundError.$(O) IndexNotFoundError.$(H): IndexNotFoundError.st $(STCHDR)  ../include/NotFoundError.$(H)  ../include/ProceedableError.$(H)  ../include/Error.$(H)  ../include/Exception.$(H)  ../include/GenericException.$(H)  ../include/Object.$(H) 
$(OUTDIR)Infinity.$(O) Infinity.$(H): Infinity.st $(STCHDR) 
$(OUTDIR)Integer.$(O) Integer.$(H): Integer.st $(STCHDR)  ../include/Number.$(H)  ../include/ArithmeticValue.$(H)  ../include/Magnitude.$(H)  ../include/Object.$(H) 
$(OUTDIR)InterestConverter.$(O) InterestConverter.$(H): InterestConverter.st $(STCHDR)  ../include/Object.$(H) 
$(OUTDIR)Interval.$(O) Interval.$(H): Interval.st $(STCHDR)  ../include/ReadOnlySequenceableCollection.$(H)  ../include/SequenceableCollection.$(H)  ../include/Collection.$(H)  ../include/Object.$(H) 
$(OUTDIR)InvalidByteCodeError.$(O) InvalidByteCodeError.$(H): InvalidByteCodeError.st $(STCHDR)  ../include/InvalidCodeError.$(H)  ../include/ExecutionError.$(H)  ../include/ProceedableError.$(H)  ../include/Error.$(H)  ../include/Exception.$(H)  ../include/GenericException.$(H)  ../include/Object.$(H) 
$(OUTDIR)InvalidCodeError.$(O) InvalidCodeError.$(H): InvalidCodeError.st $(STCHDR)  ../include/ExecutionError.$(H)  ../include/ProceedableError.$(H)  ../include/Error.$(H)  ../include/Exception.$(H)  ../include/GenericException.$(H)  ../include/Object.$(H) 
$(OUTDIR)InvalidEncodingError.$(O) InvalidEncodingError.$(H): InvalidEncodingError.st $(STCHDR)  ../include/DecodingError.$(H)  ../include/CharacterEncoderError.$(H)  ../include/ConversionError.$(H)  ../include/ProceedableError.$(H)  ../include/Error.$(H)  ../include/Exception.$(H)  ../include/GenericException.$(H)  ../include/Object.$(H) 
$(OUTDIR)InvalidInstructionError.$(O) InvalidInstructionError.$(H): InvalidInstructionError.st $(STCHDR)  ../include/InvalidCodeError.$(H)  ../include/ExecutionError.$(H)  ../include/ProceedableError.$(H)  ../include/Error.$(H)  ../include/Exception.$(H)  ../include/GenericException.$(H)  ../include/Object.$(H) 
$(OUTDIR)InvalidModeError.$(O) InvalidModeError.$(H): InvalidModeError.st $(STCHDR)  ../include/StreamError.$(H)  ../include/ProceedableError.$(H)  ../include/Error.$(H)  ../include/Exception.$(H)  ../include/GenericException.$(H)  ../include/Object.$(H) 
$(OUTDIR)InvalidOperationError.$(O) InvalidOperationError.$(H): InvalidOperationError.st $(STCHDR)  ../include/StreamError.$(H)  ../include/ProceedableError.$(H)  ../include/Error.$(H)  ../include/Exception.$(H)  ../include/GenericException.$(H)  ../include/Object.$(H) 
$(OUTDIR)InvalidReadError.$(O) InvalidReadError.$(H): InvalidReadError.st $(STCHDR)  ../include/ReadError.$(H)  ../include/StreamError.$(H)  ../include/ProceedableError.$(H)  ../include/Error.$(H)  ../include/Exception.$(H)  ../include/GenericException.$(H)  ../include/Object.$(H) 
$(OUTDIR)InvalidWriteError.$(O) InvalidWriteError.$(H): InvalidWriteError.st $(STCHDR)  ../include/WriteError.$(H)  ../include/StreamError.$(H)  ../include/ProceedableError.$(H)  ../include/Error.$(H)  ../include/Exception.$(H)  ../include/GenericException.$(H)  ../include/Object.$(H) 
$(OUTDIR)KeyNotFoundError.$(O) KeyNotFoundError.$(H): KeyNotFoundError.st $(STCHDR)  ../include/NotFoundError.$(H)  ../include/ProceedableError.$(H)  ../include/Error.$(H)  ../include/Exception.$(H)  ../include/GenericException.$(H)  ../include/Object.$(H) 
$(OUTDIR)LargeFloat.$(O) LargeFloat.$(H): LargeFloat.st $(STCHDR)  ../include/LimitedPrecisionReal.$(H)  ../include/Number.$(H)  ../include/ArithmeticValue.$(H)  ../include/Magnitude.$(H)  ../include/Object.$(H) 
$(OUTDIR)LargeInteger.$(O) LargeInteger.$(H): LargeInteger.st $(STCHDR)  ../include/Integer.$(H)  ../include/Number.$(H)  ../include/ArithmeticValue.$(H)  ../include/Magnitude.$(H)  ../include/Object.$(H) 
$(OUTDIR)LimitedPrecisionReal.$(O) LimitedPrecisionReal.$(H): LimitedPrecisionReal.st $(STCHDR)  ../include/Number.$(H)  ../include/ArithmeticValue.$(H)  ../include/Magnitude.$(H)  ../include/Object.$(H) 
$(OUTDIR)LinkedList.$(O) LinkedList.$(H): LinkedList.st $(STCHDR)  ../include/SequenceableCollection.$(H)  ../include/Collection.$(H)  ../include/Object.$(H) 
$(OUTDIR)Link.$(O) Link.$(H): Link.st $(STCHDR)  ../include/Object.$(H) 
$(OUTDIR)LongFloat.$(O) LongFloat.$(H): LongFloat.st $(STCHDR)  ../include/LimitedPrecisionReal.$(H)  ../include/Number.$(H)  ../include/ArithmeticValue.$(H)  ../include/Magnitude.$(H)  ../include/Object.$(H) 
$(OUTDIR)LookupKey.$(O) LookupKey.$(H): LookupKey.st $(STCHDR)  ../include/Magnitude.$(H)  ../include/Object.$(H) 
$(OUTDIR)MacFilename.$(O) MacFilename.$(H): MacFilename.st $(STCHDR)  ../include/Filename.$(H)  ../include/Object.$(H) 
$(OUTDIR)Magnitude.$(O) Magnitude.$(H): Magnitude.st $(STCHDR)  ../include/Object.$(H) 
$(OUTDIR)MallocFailure.$(O) MallocFailure.$(H): MallocFailure.st $(STCHDR)  ../include/AllocationFailure.$(H)  ../include/ProceedableError.$(H)  ../include/Error.$(H)  ../include/Exception.$(H)  ../include/GenericException.$(H)  ../include/Object.$(H) 
$(OUTDIR)MappedExternalBytes.$(O) MappedExternalBytes.$(H): MappedExternalBytes.st $(STCHDR)  ../include/ExternalBytes.$(H)  ../include/UninterpretedBytes.$(H)  ../include/ArrayedCollection.$(H)  ../include/SequenceableCollection.$(H)  ../include/Collection.$(H)  ../include/Object.$(H) 
$(OUTDIR)MD5Stream.$(O) MD5Stream.$(H): MD5Stream.st $(STCHDR)  ../include/HashStream.$(H)  ../include/Stream.$(H)  ../include/Object.$(H) 
$(OUTDIR)MessageNotUnderstood.$(O) MessageNotUnderstood.$(H): MessageNotUnderstood.st $(STCHDR)  ../include/ProceedableError.$(H)  ../include/Error.$(H)  ../include/Exception.$(H)  ../include/GenericException.$(H)  ../include/Object.$(H) 
$(OUTDIR)MessageSend.$(O) MessageSend.$(H): MessageSend.st $(STCHDR)  ../include/Message.$(H)  ../include/Object.$(H) 
$(OUTDIR)Message.$(O) Message.$(H): Message.st $(STCHDR)  ../include/Object.$(H) 
$(OUTDIR)Metaclass.$(O) Metaclass.$(H): Metaclass.st $(STCHDR)  ../include/ClassDescription.$(H)  ../include/Behavior.$(H)  ../include/Object.$(H) 
$(OUTDIR)MetaNumber.$(O) MetaNumber.$(H): MetaNumber.st $(STCHDR)  ../include/Number.$(H)  ../include/ArithmeticValue.$(H)  ../include/Magnitude.$(H)  ../include/Object.$(H) 
$(OUTDIR)MethodDictionary.$(O) MethodDictionary.$(H): MethodDictionary.st $(STCHDR)  ../include/Collection.$(H)  ../include/Object.$(H) 
$(OUTDIR)Method.$(O) Method.$(H): Method.st $(STCHDR)  ../include/CompiledCode.$(H)  ../include/ExecutableFunction.$(H)  ../include/Object.$(H) 
$(OUTDIR)MiniDebugger.$(O) MiniDebugger.$(H): MiniDebugger.st $(STCHDR)  ../include/Object.$(H) 
$(OUTDIR)MiniInspector.$(O) MiniInspector.$(H): MiniInspector.st $(STCHDR)  ../include/Object.$(H) 
$(OUTDIR)NaiveRomanNumberFormatNotification.$(O) NaiveRomanNumberFormatNotification.$(H): NaiveRomanNumberFormatNotification.st $(STCHDR)  ../include/Notification.$(H)  ../include/GenericException.$(H)  ../include/Object.$(H) 
$(OUTDIR)NameSpace.$(O) NameSpace.$(H): NameSpace.st $(STCHDR)  ../include/Object.$(H) 
$(OUTDIR)NoByteCodeError.$(O) NoByteCodeError.$(H): NoByteCodeError.st $(STCHDR)  ../include/InvalidCodeError.$(H)  ../include/ExecutionError.$(H)  ../include/ProceedableError.$(H)  ../include/Error.$(H)  ../include/Exception.$(H)  ../include/GenericException.$(H)  ../include/Object.$(H) 
$(OUTDIR)NoHandlerError.$(O) NoHandlerError.$(H): NoHandlerError.st $(STCHDR)  ../include/GenericException.$(H)  ../include/Object.$(H) 
$(OUTDIR)NonBooleanReceiverError.$(O) NonBooleanReceiverError.$(H): NonBooleanReceiverError.st $(STCHDR)  ../include/ExecutionError.$(H)  ../include/ProceedableError.$(H)  ../include/Error.$(H)  ../include/Exception.$(H)  ../include/GenericException.$(H)  ../include/Object.$(H) 
$(OUTDIR)NonIntegerIndexError.$(O) NonIntegerIndexError.$(H): NonIntegerIndexError.st $(STCHDR)  ../include/IndexNotFoundError.$(H)  ../include/NotFoundError.$(H)  ../include/ProceedableError.$(H)  ../include/Error.$(H)  ../include/Exception.$(H)  ../include/GenericException.$(H)  ../include/Object.$(H) 
$(OUTDIR)NonPositionableExternalStream.$(O) NonPositionableExternalStream.$(H): NonPositionableExternalStream.st $(STCHDR)  ../include/ExternalStream.$(H)  ../include/ReadWriteStream.$(H)  ../include/WriteStream.$(H)  ../include/PositionableStream.$(H)  ../include/PeekableStream.$(H)  ../include/Stream.$(H)  ../include/Object.$(H) 
$(OUTDIR)NotANumber.$(O) NotANumber.$(H): NotANumber.st $(STCHDR) 
$(OUTDIR)NotFoundError.$(O) NotFoundError.$(H): NotFoundError.st $(STCHDR)  ../include/ProceedableError.$(H)  ../include/Error.$(H)  ../include/Exception.$(H)  ../include/GenericException.$(H)  ../include/Object.$(H) 
$(OUTDIR)Notification.$(O) Notification.$(H): Notification.st $(STCHDR)  ../include/GenericException.$(H)  ../include/Object.$(H) 
$(OUTDIR)NumberConversionError.$(O) NumberConversionError.$(H): NumberConversionError.st $(STCHDR)  ../include/ArithmeticError.$(H)  ../include/ProceedableError.$(H)  ../include/Error.$(H)  ../include/Exception.$(H)  ../include/GenericException.$(H)  ../include/Object.$(H) 
$(OUTDIR)NumberFormatError.$(O) NumberFormatError.$(H): NumberFormatError.st $(STCHDR) 
$(OUTDIR)Number.$(O) Number.$(H): Number.st $(STCHDR)  ../include/ArithmeticValue.$(H)  ../include/Magnitude.$(H)  ../include/Object.$(H) 
$(OUTDIR)ObjectCoder.$(O) ObjectCoder.$(H): ObjectCoder.st $(STCHDR)  ../include/AspectVisitor.$(H)  ../include/Visitor.$(H)  ../include/Object.$(H) 
$(OUTDIR)ObjectMemory.$(O) ObjectMemory.$(H): ObjectMemory.st $(STCHDR)  ../include/Object.$(H) 
$(OUTDIR)Object.$(O) Object.$(H): Object.st $(STCHDR) 
$(OUTDIR)OpenError.$(O) OpenError.$(H): OpenError.st $(STCHDR)  ../include/StreamError.$(H)  ../include/ProceedableError.$(H)  ../include/Error.$(H)  ../include/Exception.$(H)  ../include/GenericException.$(H)  ../include/Object.$(H) 
$(OUTDIR)OpenVMSFileHandle.$(O) OpenVMSFileHandle.$(H): OpenVMSFileHandle.st $(STCHDR)  ../include/OSFileHandle.$(H)  ../include/OSHandle.$(H)  ../include/ExternalAddress.$(H)  ../include/Object.$(H) 
$(OUTDIR)OpenVMSFilename.$(O) OpenVMSFilename.$(H): OpenVMSFilename.st $(STCHDR)  ../include/Filename.$(H)  ../include/Object.$(H) 
$(OUTDIR)OpenVMSOperatingSystem.$(O) OpenVMSOperatingSystem.$(H): OpenVMSOperatingSystem.st $(STCHDR)  ../include/AbstractOperatingSystem.$(H)  ../include/Object.$(H) 
$(OUTDIR)OrderedCollection.$(O) OrderedCollection.$(H): OrderedCollection.st $(STCHDR)  ../include/SequenceableCollection.$(H)  ../include/Collection.$(H)  ../include/Object.$(H) 
$(OUTDIR)OSErrorHolder.$(O) OSErrorHolder.$(H): OSErrorHolder.st $(STCHDR)  ../include/Object.$(H) 
$(OUTDIR)OsError.$(O) OsError.$(H): OsError.st $(STCHDR)  ../include/Error.$(H)  ../include/Exception.$(H)  ../include/GenericException.$(H)  ../include/Object.$(H) 
$(OUTDIR)OSFileHandle.$(O) OSFileHandle.$(H): OSFileHandle.st $(STCHDR)  ../include/OSHandle.$(H)  ../include/ExternalAddress.$(H)  ../include/Object.$(H) 
$(OUTDIR)OSHandle.$(O) OSHandle.$(H): OSHandle.st $(STCHDR)  ../include/ExternalAddress.$(H)  ../include/Object.$(H) 
$(OUTDIR)OsIllegalOperation.$(O) OsIllegalOperation.$(H): OsIllegalOperation.st $(STCHDR)  ../include/OsError.$(H)  ../include/Error.$(H)  ../include/Exception.$(H)  ../include/GenericException.$(H)  ../include/Object.$(H) 
$(OUTDIR)OsInaccessibleError.$(O) OsInaccessibleError.$(H): OsInaccessibleError.st $(STCHDR)  ../include/OsError.$(H)  ../include/Error.$(H)  ../include/Exception.$(H)  ../include/GenericException.$(H)  ../include/Object.$(H) 
$(OUTDIR)OsInvalidArgumentsError.$(O) OsInvalidArgumentsError.$(H): OsInvalidArgumentsError.st $(STCHDR)  ../include/OsError.$(H)  ../include/Error.$(H)  ../include/Exception.$(H)  ../include/GenericException.$(H)  ../include/Object.$(H) 
$(OUTDIR)OsNeedRetryError.$(O) OsNeedRetryError.$(H): OsNeedRetryError.st $(STCHDR)  ../include/OsError.$(H)  ../include/Error.$(H)  ../include/Exception.$(H)  ../include/GenericException.$(H)  ../include/Object.$(H) 
$(OUTDIR)OsNoResourcesError.$(O) OsNoResourcesError.$(H): OsNoResourcesError.st $(STCHDR)  ../include/OsError.$(H)  ../include/Error.$(H)  ../include/Exception.$(H)  ../include/GenericException.$(H)  ../include/Object.$(H) 
$(OUTDIR)OsNotification.$(O) OsNotification.$(H): OsNotification.st $(STCHDR)  ../include/OsError.$(H)  ../include/Error.$(H)  ../include/Exception.$(H)  ../include/GenericException.$(H)  ../include/Object.$(H) 
$(OUTDIR)OSSignalInterrupt.$(O) OSSignalInterrupt.$(H): OSSignalInterrupt.st $(STCHDR)  ../include/ProceedableError.$(H)  ../include/Error.$(H)  ../include/Exception.$(H)  ../include/GenericException.$(H)  ../include/Object.$(H) 
$(OUTDIR)OsTransferFaultError.$(O) OsTransferFaultError.$(H): OsTransferFaultError.st $(STCHDR)  ../include/OsError.$(H)  ../include/Error.$(H)  ../include/Exception.$(H)  ../include/GenericException.$(H)  ../include/Object.$(H) 
$(OUTDIR)OverflowError.$(O) OverflowError.$(H): OverflowError.st $(STCHDR)  ../include/RangeError.$(H)  ../include/ArithmeticError.$(H)  ../include/ProceedableError.$(H)  ../include/Error.$(H)  ../include/Exception.$(H)  ../include/GenericException.$(H)  ../include/Object.$(H) 
$(OUTDIR)PCFilename.$(O) PCFilename.$(H): PCFilename.st $(STCHDR)  ../include/Filename.$(H)  ../include/Object.$(H) 
$(OUTDIR)PeekableStream.$(O) PeekableStream.$(H): PeekableStream.st $(STCHDR)  ../include/Stream.$(H)  ../include/Object.$(H) 
$(OUTDIR)PipeStream.$(O) PipeStream.$(H): PipeStream.st $(STCHDR)  ../include/NonPositionableExternalStream.$(H)  ../include/ExternalStream.$(H)  ../include/ReadWriteStream.$(H)  ../include/WriteStream.$(H)  ../include/PositionableStream.$(H)  ../include/PeekableStream.$(H)  ../include/Stream.$(H)  ../include/Object.$(H) 
$(OUTDIR)PluginSupport.$(O) PluginSupport.$(H): PluginSupport.st $(STCHDR)  ../include/Object.$(H) 
$(OUTDIR)Point.$(O) Point.$(H): Point.st $(STCHDR)  ../include/ArithmeticValue.$(H)  ../include/Magnitude.$(H)  ../include/Object.$(H) 
$(OUTDIR)PositionableStream.$(O) PositionableStream.$(H): PositionableStream.st $(STCHDR)  ../include/PeekableStream.$(H)  ../include/Stream.$(H)  ../include/Object.$(H) 
$(OUTDIR)PositionError.$(O) PositionError.$(H): PositionError.st $(STCHDR)  ../include/StreamError.$(H)  ../include/ProceedableError.$(H)  ../include/Error.$(H)  ../include/Exception.$(H)  ../include/GenericException.$(H)  ../include/Object.$(H) 
$(OUTDIR)PositionOutOfBoundsError.$(O) PositionOutOfBoundsError.$(H): PositionOutOfBoundsError.st $(STCHDR)  ../include/StreamError.$(H)  ../include/ProceedableError.$(H)  ../include/Error.$(H)  ../include/Exception.$(H)  ../include/GenericException.$(H)  ../include/Object.$(H) 
$(OUTDIR)PrimitiveFailure.$(O) PrimitiveFailure.$(H): PrimitiveFailure.st $(STCHDR)  ../include/ExecutionError.$(H)  ../include/ProceedableError.$(H)  ../include/Error.$(H)  ../include/Exception.$(H)  ../include/GenericException.$(H)  ../include/Object.$(H) 
$(OUTDIR)PrivateMetaclass.$(O) PrivateMetaclass.$(H): PrivateMetaclass.st $(STCHDR)  ../include/Metaclass.$(H)  ../include/ClassDescription.$(H)  ../include/Behavior.$(H)  ../include/Object.$(H) 
$(OUTDIR)ProceedableError.$(O) ProceedableError.$(H): ProceedableError.st $(STCHDR)  ../include/Error.$(H)  ../include/Exception.$(H)  ../include/GenericException.$(H)  ../include/Object.$(H) 
$(OUTDIR)ProceedError.$(O) ProceedError.$(H): ProceedError.st $(STCHDR)  ../include/Warning.$(H)  ../include/UserNotification.$(H)  ../include/GenericException.$(H)  ../include/Object.$(H) 
$(OUTDIR)ProcessorScheduler.$(O) ProcessorScheduler.$(H): ProcessorScheduler.st $(STCHDR)  ../include/Object.$(H) 
$(OUTDIR)Process.$(O) Process.$(H): Process.st $(STCHDR)  ../include/Link.$(H)  ../include/Object.$(H) 
$(OUTDIR)Project.$(O) Project.$(H): Project.st $(STCHDR)  ../include/Object.$(H) 
$(OUTDIR)ProtoObject.$(O) ProtoObject.$(H): ProtoObject.st $(STCHDR) 
$(OUTDIR)QualifiedName.$(O) QualifiedName.$(H): QualifiedName.st $(STCHDR)  ../include/Object.$(H) 
$(OUTDIR)QuerySignal.$(O) QuerySignal.$(H): QuerySignal.st $(STCHDR)  ../include/Signal.$(H)  ../include/Object.$(H) 
$(OUTDIR)Query.$(O) Query.$(H): Query.st $(STCHDR)  ../include/Notification.$(H)  ../include/GenericException.$(H)  ../include/Object.$(H) 
$(OUTDIR)QueryWithoutDefault.$(O) QueryWithoutDefault.$(H): QueryWithoutDefault.st $(STCHDR)  ../include/Query.$(H)  ../include/Notification.$(H)  ../include/GenericException.$(H)  ../include/Object.$(H) 
$(OUTDIR)RangeError.$(O) RangeError.$(H): RangeError.st $(STCHDR)  ../include/ArithmeticError.$(H)  ../include/ProceedableError.$(H)  ../include/Error.$(H)  ../include/Exception.$(H)  ../include/GenericException.$(H)  ../include/Object.$(H) 
$(OUTDIR)ReadError.$(O) ReadError.$(H): ReadError.st $(STCHDR)  ../include/StreamError.$(H)  ../include/ProceedableError.$(H)  ../include/Error.$(H)  ../include/Exception.$(H)  ../include/GenericException.$(H)  ../include/Object.$(H) 
$(OUTDIR)ReadOnlySequenceableCollection.$(O) ReadOnlySequenceableCollection.$(H): ReadOnlySequenceableCollection.st $(STCHDR)  ../include/SequenceableCollection.$(H)  ../include/Collection.$(H)  ../include/Object.$(H) 
$(OUTDIR)ReadStream.$(O) ReadStream.$(H): ReadStream.st $(STCHDR)  ../include/PositionableStream.$(H)  ../include/PeekableStream.$(H)  ../include/Stream.$(H)  ../include/Object.$(H) 
$(OUTDIR)ReadWriteStream.$(O) ReadWriteStream.$(H): ReadWriteStream.st $(STCHDR)  ../include/WriteStream.$(H)  ../include/PositionableStream.$(H)  ../include/PeekableStream.$(H)  ../include/Stream.$(H)  ../include/Object.$(H) 
$(OUTDIR)Rectangle.$(O) Rectangle.$(H): Rectangle.st $(STCHDR)  ../include/Geometric.$(H)  ../include/Object.$(H) 
$(OUTDIR)RecursionError.$(O) RecursionError.$(H): RecursionError.st $(STCHDR)  ../include/Error.$(H)  ../include/Exception.$(H)  ../include/GenericException.$(H)  ../include/Object.$(H) 
$(OUTDIR)RecursionLock.$(O) RecursionLock.$(H): RecursionLock.st $(STCHDR)  ../include/Object.$(H) 
$(OUTDIR)RecursiveExceptionError.$(O) RecursiveExceptionError.$(H): RecursiveExceptionError.st $(STCHDR)  ../include/Error.$(H)  ../include/Exception.$(H)  ../include/GenericException.$(H)  ../include/Object.$(H) 
$(OUTDIR)RecursiveStoreError.$(O) RecursiveStoreError.$(H): RecursiveStoreError.st $(STCHDR)  ../include/Notification.$(H)  ../include/GenericException.$(H)  ../include/Object.$(H) 
$(OUTDIR)Registry.$(O) Registry.$(H): Registry.st $(STCHDR)  ../include/Object.$(H) 
$(OUTDIR)RestartProcessRequest.$(O) RestartProcessRequest.$(H): RestartProcessRequest.st $(STCHDR)  ../include/ControlRequest.$(H)  ../include/Exception.$(H)  ../include/GenericException.$(H)  ../include/Object.$(H) 
$(OUTDIR)RomanNumberFormatError.$(O) RomanNumberFormatError.$(H): RomanNumberFormatError.st $(STCHDR) 
$(OUTDIR)SemaphoreSet.$(O) SemaphoreSet.$(H): SemaphoreSet.st $(STCHDR)  ../include/IdentitySet.$(H)  ../include/Set.$(H)  ../include/Collection.$(H)  ../include/Object.$(H) 
$(OUTDIR)Semaphore.$(O) Semaphore.$(H): Semaphore.st $(STCHDR)  ../include/Object.$(H) 
$(OUTDIR)SequenceableCollection.$(O) SequenceableCollection.$(H): SequenceableCollection.st $(STCHDR)  ../include/Collection.$(H)  ../include/Object.$(H) 
$(OUTDIR)Set.$(O) Set.$(H): Set.st $(STCHDR)  ../include/Collection.$(H)  ../include/Object.$(H) 
$(OUTDIR)SHA1Stream.$(O) SHA1Stream.$(H): SHA1Stream.st $(STCHDR)  ../include/HashStream.$(H)  ../include/Stream.$(H)  ../include/Object.$(H) 
$(OUTDIR)SharedPool.$(O) SharedPool.$(H): SharedPool.st $(STCHDR)  ../include/Object.$(H) 
$(OUTDIR)ShortFloat.$(O) ShortFloat.$(H): ShortFloat.st $(STCHDR)  ../include/LimitedPrecisionReal.$(H)  ../include/Number.$(H)  ../include/ArithmeticValue.$(H)  ../include/Magnitude.$(H)  ../include/Object.$(H) 
$(OUTDIR)SignalError.$(O) SignalError.$(H): SignalError.st $(STCHDR)  ../include/ProceedableError.$(H)  ../include/Error.$(H)  ../include/Exception.$(H)  ../include/GenericException.$(H)  ../include/Object.$(H) 
$(OUTDIR)SignalSet.$(O) SignalSet.$(H): SignalSet.st $(STCHDR)  ../include/IdentitySet.$(H)  ../include/Set.$(H)  ../include/Collection.$(H)  ../include/Object.$(H) 
$(OUTDIR)Signal.$(O) Signal.$(H): Signal.st $(STCHDR)  ../include/Object.$(H) 
$(OUTDIR)SmallInteger.$(O) SmallInteger.$(H): SmallInteger.st $(STCHDR)  ../include/Integer.$(H)  ../include/Number.$(H)  ../include/ArithmeticValue.$(H)  ../include/Magnitude.$(H)  ../include/Object.$(H) 
$(OUTDIR)SmalltalkChunkFileSourceWriter.$(O) SmalltalkChunkFileSourceWriter.$(H): SmalltalkChunkFileSourceWriter.st $(STCHDR)  ../include/Object.$(H) 
$(OUTDIR)Smalltalk.$(O) Smalltalk.$(H): Smalltalk.st $(STCHDR)  ../include/Object.$(H) 
$(OUTDIR)SnapshotError.$(O) SnapshotError.$(H): SnapshotError.st $(STCHDR)  ../include/Error.$(H)  ../include/Exception.$(H)  ../include/GenericException.$(H)  ../include/Object.$(H) 
$(OUTDIR)SomeNumber.$(O) SomeNumber.$(H): SomeNumber.st $(STCHDR) 
$(OUTDIR)SortedCollection.$(O) SortedCollection.$(H): SortedCollection.st $(STCHDR)  ../include/OrderedCollection.$(H)  ../include/SequenceableCollection.$(H)  ../include/Collection.$(H)  ../include/Object.$(H) 
$(OUTDIR)StreamError.$(O) StreamError.$(H): StreamError.st $(STCHDR)  ../include/ProceedableError.$(H)  ../include/Error.$(H)  ../include/Exception.$(H)  ../include/GenericException.$(H)  ../include/Object.$(H) 
$(OUTDIR)StreamIOError.$(O) StreamIOError.$(H): StreamIOError.st $(STCHDR)  ../include/StreamError.$(H)  ../include/ProceedableError.$(H)  ../include/Error.$(H)  ../include/Exception.$(H)  ../include/GenericException.$(H)  ../include/Object.$(H) 
$(OUTDIR)StreamNotOpenError.$(O) StreamNotOpenError.$(H): StreamNotOpenError.st $(STCHDR)  ../include/StreamError.$(H)  ../include/ProceedableError.$(H)  ../include/Error.$(H)  ../include/Exception.$(H)  ../include/GenericException.$(H)  ../include/Object.$(H) 
$(OUTDIR)Stream.$(O) Stream.$(H): Stream.st $(STCHDR)  ../include/Object.$(H) 
$(OUTDIR)StringCollection.$(O) StringCollection.$(H): StringCollection.st $(STCHDR)  ../include/OrderedCollection.$(H)  ../include/SequenceableCollection.$(H)  ../include/Collection.$(H)  ../include/Object.$(H) 
$(OUTDIR)String.$(O) String.$(H): String.st $(STCHDR)  ../include/CharacterArray.$(H)  ../include/ByteArray.$(H)  ../include/UninterpretedBytes.$(H)  ../include/ArrayedCollection.$(H)  ../include/SequenceableCollection.$(H)  ../include/Collection.$(H)  ../include/Object.$(H) 
$(OUTDIR)SubclassResponsibilityError.$(O) SubclassResponsibilityError.$(H): SubclassResponsibilityError.st $(STCHDR)  ../include/ProceedableError.$(H)  ../include/Error.$(H)  ../include/Exception.$(H)  ../include/GenericException.$(H)  ../include/Object.$(H) 
$(OUTDIR)SubscriptOutOfBoundsError.$(O) SubscriptOutOfBoundsError.$(H): SubscriptOutOfBoundsError.st $(STCHDR)  ../include/IndexNotFoundError.$(H)  ../include/NotFoundError.$(H)  ../include/ProceedableError.$(H)  ../include/Error.$(H)  ../include/Exception.$(H)  ../include/GenericException.$(H)  ../include/Object.$(H) 
$(OUTDIR)Symbol.$(O) Symbol.$(H): Symbol.st $(STCHDR)  ../include/String.$(H)  ../include/CharacterArray.$(H)  ../include/ByteArray.$(H)  ../include/UninterpretedBytes.$(H)  ../include/ArrayedCollection.$(H)  ../include/SequenceableCollection.$(H)  ../include/Collection.$(H)  ../include/Object.$(H) 
$(OUTDIR)SystemNotification.$(O) SystemNotification.$(H): SystemNotification.st $(STCHDR)  ../include/ControlInterrupt.$(H)  ../include/GenericException.$(H)  ../include/Object.$(H) 
$(OUTDIR)TerminateProcessRequest.$(O) TerminateProcessRequest.$(H): TerminateProcessRequest.st $(STCHDR)  ../include/ControlRequest.$(H)  ../include/Exception.$(H)  ../include/GenericException.$(H)  ../include/Object.$(H) 
$(OUTDIR)TextCollectorStream.$(O) TextCollectorStream.$(H): TextCollectorStream.st $(STCHDR)  ../include/WriteStream.$(H)  ../include/PositionableStream.$(H)  ../include/PeekableStream.$(H)  ../include/Stream.$(H)  ../include/Object.$(H) 
$(OUTDIR)TimeoutError.$(O) TimeoutError.$(H): TimeoutError.st $(STCHDR)  ../include/ProceedableError.$(H)  ../include/Error.$(H)  ../include/Exception.$(H)  ../include/GenericException.$(H)  ../include/Object.$(H) 
$(OUTDIR)Time.$(O) Time.$(H): Time.st $(STCHDR)  ../include/AbstractTime.$(H)  ../include/Magnitude.$(H)  ../include/Object.$(H) 
$(OUTDIR)Timestamp.$(O) Timestamp.$(H): Timestamp.st $(STCHDR)  ../include/AbstractTime.$(H)  ../include/Magnitude.$(H)  ../include/Object.$(H) 
$(OUTDIR)True.$(O) True.$(H): True.st $(STCHDR)  ../include/Boolean.$(H)  ../include/Object.$(H) 
$(OUTDIR)UnboundedExternalStream.$(O) UnboundedExternalStream.$(H): UnboundedExternalStream.st $(STCHDR)  ../include/ExternalStream.$(H)  ../include/ReadWriteStream.$(H)  ../include/WriteStream.$(H)  ../include/PositionableStream.$(H)  ../include/PeekableStream.$(H)  ../include/Stream.$(H)  ../include/Object.$(H) 
$(OUTDIR)UndefinedObject.$(O) UndefinedObject.$(H): UndefinedObject.st $(STCHDR)  ../include/Object.$(H) 
$(OUTDIR)UnderflowError.$(O) UnderflowError.$(H): UnderflowError.st $(STCHDR)  ../include/RangeError.$(H)  ../include/ArithmeticError.$(H)  ../include/ProceedableError.$(H)  ../include/Error.$(H)  ../include/Exception.$(H)  ../include/GenericException.$(H)  ../include/Object.$(H) 
$(OUTDIR)UnimplementedFunctionalityError.$(O) UnimplementedFunctionalityError.$(H): UnimplementedFunctionalityError.st $(STCHDR)  ../include/ProceedableError.$(H)  ../include/Error.$(H)  ../include/Exception.$(H)  ../include/GenericException.$(H)  ../include/Object.$(H) 
$(OUTDIR)UninterpretedBytes.$(O) UninterpretedBytes.$(H): UninterpretedBytes.st $(STCHDR)  ../include/ArrayedCollection.$(H)  ../include/SequenceableCollection.$(H)  ../include/Collection.$(H)  ../include/Object.$(H) 
$(OUTDIR)UnixFileDescriptorHandle.$(O) UnixFileDescriptorHandle.$(H): UnixFileDescriptorHandle.st $(STCHDR)  ../include/OSFileHandle.$(H)  ../include/OSHandle.$(H)  ../include/ExternalAddress.$(H)  ../include/Object.$(H) 
$(OUTDIR)UnixFileHandle.$(O) UnixFileHandle.$(H): UnixFileHandle.st $(STCHDR)  ../include/OSFileHandle.$(H)  ../include/OSHandle.$(H)  ../include/ExternalAddress.$(H)  ../include/Object.$(H) 
$(OUTDIR)UnixFilename.$(O) UnixFilename.$(H): UnixFilename.st $(STCHDR)  ../include/Filename.$(H)  ../include/Object.$(H) 
$(OUTDIR)UnixOperatingSystem.$(O) UnixOperatingSystem.$(H): UnixOperatingSystem.st $(STCHDR)  ../include/AbstractOperatingSystem.$(H)  ../include/Object.$(H)  ../include/OSFileHandle.$(H)  ../include/OSHandle.$(H)  ../include/ExternalAddress.$(H) 
$(OUTDIR)UnorderedNumbersError.$(O) UnorderedNumbersError.$(H): UnorderedNumbersError.st $(STCHDR)  ../include/ArithmeticError.$(H)  ../include/ProceedableError.$(H)  ../include/Error.$(H)  ../include/Exception.$(H)  ../include/GenericException.$(H)  ../include/Object.$(H) 
$(OUTDIR)UnprotectedExternalBytes.$(O) UnprotectedExternalBytes.$(H): UnprotectedExternalBytes.st $(STCHDR)  ../include/ExternalBytes.$(H)  ../include/UninterpretedBytes.$(H)  ../include/ArrayedCollection.$(H)  ../include/SequenceableCollection.$(H)  ../include/Collection.$(H)  ../include/Object.$(H) 
$(OUTDIR)UserInformation.$(O) UserInformation.$(H): UserInformation.st $(STCHDR)  ../include/UserNotification.$(H)  ../include/GenericException.$(H)  ../include/Object.$(H) 
$(OUTDIR)UserInterrupt.$(O) UserInterrupt.$(H): UserInterrupt.st $(STCHDR)  ../include/ControlInterrupt.$(H)  ../include/GenericException.$(H)  ../include/Object.$(H) 
$(OUTDIR)UserMessage.$(O) UserMessage.$(H): UserMessage.st $(STCHDR)  ../include/Object.$(H) 
$(OUTDIR)UserNotification.$(O) UserNotification.$(H): UserNotification.st $(STCHDR)  ../include/GenericException.$(H)  ../include/Object.$(H) 
$(OUTDIR)UserPreferences.$(O) UserPreferences.$(H): UserPreferences.st $(STCHDR)  ../include/IdentityDictionary.$(H)  ../include/Dictionary.$(H)  ../include/Set.$(H)  ../include/Collection.$(H)  ../include/Object.$(H) 
$(OUTDIR)VarArgBlock.$(O) VarArgBlock.$(H): VarArgBlock.st $(STCHDR)  ../include/Block.$(H)  ../include/CompiledCode.$(H)  ../include/ExecutableFunction.$(H)  ../include/Object.$(H) 
$(OUTDIR)VarArgCheapBlock.$(O) VarArgCheapBlock.$(H): VarArgCheapBlock.st $(STCHDR)  ../include/CheapBlock.$(H)  ../include/Block.$(H)  ../include/CompiledCode.$(H)  ../include/ExecutableFunction.$(H)  ../include/Object.$(H) 
$(OUTDIR)Visitor.$(O) Visitor.$(H): Visitor.st $(STCHDR)  ../include/Object.$(H) 
$(OUTDIR)VMInternalError.$(O) VMInternalError.$(H): VMInternalError.st $(STCHDR)  ../include/Error.$(H)  ../include/Exception.$(H)  ../include/GenericException.$(H)  ../include/Object.$(H) 
$(OUTDIR)Warning.$(O) Warning.$(H): Warning.st $(STCHDR)  ../include/UserNotification.$(H)  ../include/GenericException.$(H)  ../include/Object.$(H) 
$(OUTDIR)WeakArray.$(O) WeakArray.$(H): WeakArray.st $(STCHDR)  ../include/ArrayedCollection.$(H)  ../include/SequenceableCollection.$(H)  ../include/Collection.$(H)  ../include/Object.$(H) 
$(OUTDIR)WeakDependencyDictionary.$(O) WeakDependencyDictionary.$(H): WeakDependencyDictionary.st $(STCHDR)  ../include/WeakIdentityDictionary.$(H)  ../include/IdentityDictionary.$(H)  ../include/Dictionary.$(H)  ../include/Set.$(H)  ../include/Collection.$(H)  ../include/Object.$(H) 
$(OUTDIR)WeakIdentityDictionary.$(O) WeakIdentityDictionary.$(H): WeakIdentityDictionary.st $(STCHDR)  ../include/IdentityDictionary.$(H)  ../include/Dictionary.$(H)  ../include/Set.$(H)  ../include/Collection.$(H)  ../include/Object.$(H) 
$(OUTDIR)WeakIdentitySet.$(O) WeakIdentitySet.$(H): WeakIdentitySet.st $(STCHDR)  ../include/IdentitySet.$(H)  ../include/Set.$(H)  ../include/Collection.$(H)  ../include/Object.$(H) 
$(OUTDIR)WeakInterestConverter.$(O) WeakInterestConverter.$(H): WeakInterestConverter.st $(STCHDR)  ../include/InterestConverter.$(H)  ../include/Object.$(H) 
$(OUTDIR)WeakValueDictionary.$(O) WeakValueDictionary.$(H): WeakValueDictionary.st $(STCHDR)  ../include/Dictionary.$(H)  ../include/Set.$(H)  ../include/Collection.$(H)  ../include/Object.$(H) 
$(OUTDIR)WeakValueIdentityDictionary.$(O) WeakValueIdentityDictionary.$(H): WeakValueIdentityDictionary.st $(STCHDR)  ../include/IdentityDictionary.$(H)  ../include/Dictionary.$(H)  ../include/Set.$(H)  ../include/Collection.$(H)  ../include/Object.$(H) 
$(OUTDIR)Win32FILEHandle.$(O) Win32FILEHandle.$(H): Win32FILEHandle.st $(STCHDR)  ../include/OSFileHandle.$(H)  ../include/OSHandle.$(H)  ../include/ExternalAddress.$(H)  ../include/Object.$(H) 
$(OUTDIR)Win32Handle.$(O) Win32Handle.$(H): Win32Handle.st $(STCHDR)  ../include/OSHandle.$(H)  ../include/ExternalAddress.$(H)  ../include/Object.$(H) 
$(OUTDIR)Win32OleCom.$(O) Win32OleCom.$(H): Win32OleCom.st $(STCHDR)  ../include/Object.$(H)  ../include/OSHandle.$(H)  ../include/ExternalAddress.$(H) 
$(OUTDIR)Win32OperatingSystem.$(O) Win32OperatingSystem.$(H): Win32OperatingSystem.st $(STCHDR)  ../include/AbstractOperatingSystem.$(H)  ../include/Object.$(H)  ../include/OSHandle.$(H)  ../include/ExternalAddress.$(H) 
$(OUTDIR)Win32Process.$(O) Win32Process.$(H): Win32Process.st $(STCHDR)  ../include/Object.$(H) 
$(OUTDIR)WriteError.$(O) WriteError.$(H): WriteError.st $(STCHDR)  ../include/StreamError.$(H)  ../include/ProceedableError.$(H)  ../include/Error.$(H)  ../include/Exception.$(H)  ../include/GenericException.$(H)  ../include/Object.$(H) 
$(OUTDIR)WriteStream.$(O) WriteStream.$(H): WriteStream.st $(STCHDR)  ../include/PositionableStream.$(H)  ../include/PeekableStream.$(H)  ../include/Stream.$(H)  ../include/Object.$(H) 
$(OUTDIR)WrongNumberOfArgumentsError.$(O) WrongNumberOfArgumentsError.$(H): WrongNumberOfArgumentsError.st $(STCHDR)  ../include/ArgumentError.$(H)  ../include/ExecutionError.$(H)  ../include/ProceedableError.$(H)  ../include/Error.$(H)  ../include/Exception.$(H)  ../include/GenericException.$(H)  ../include/Object.$(H) 
$(OUTDIR)WrongProceedabilityError.$(O) WrongProceedabilityError.$(H): WrongProceedabilityError.st $(STCHDR)  ../include/SignalError.$(H)  ../include/ProceedableError.$(H)  ../include/Error.$(H)  ../include/Exception.$(H)  ../include/GenericException.$(H)  ../include/Object.$(H) 
$(OUTDIR)YesToAllConfirmation.$(O) YesToAllConfirmation.$(H): YesToAllConfirmation.st $(STCHDR)  ../include/Notification.$(H)  ../include/GenericException.$(H)  ../include/Object.$(H) 
$(OUTDIR)ZeroDivide.$(O) ZeroDivide.$(H): ZeroDivide.st $(STCHDR)  ../include/DomainError.$(H)  ../include/ArithmeticError.$(H)  ../include/ProceedableError.$(H)  ../include/Error.$(H)  ../include/Exception.$(H)  ../include/GenericException.$(H)  ../include/Object.$(H) 
genAbbrev:: AbortAllOperationRequest.st
genAbbrev:: AbortOperationRequest.st
genAbbrev:: AbstractOperatingSystem.st
genAbbrev:: AbstractTime.st
genAbbrev:: ActivityNotification.st
genAbbrev:: AllocationFailure.st
genAbbrev:: ArgumentError.st
genAbbrev:: ArithmeticError.st
genAbbrev:: ArithmeticValue.st
genAbbrev:: ArrayedCollection.st
genAbbrev:: Array.st
genAbbrev:: AspectVisitor.st
genAbbrev:: Association.st
genAbbrev:: AutoloadMetaclass.st
genAbbrev:: Autoload.st
genAbbrev:: BadLiteralsError.st
genAbbrev:: BadRomanNumberFormatError.st
genAbbrev:: Bag.st
genAbbrev:: Behavior.st
genAbbrev:: BlockContext.st
genAbbrev:: Block.st
genAbbrev:: Boolean.st
genAbbrev:: BreakPointInterrupt.st
genAbbrev:: ByteArray.st
genAbbrev:: CachingRegistry.st
genAbbrev:: CannotResumeError.st
genAbbrev:: CannotReturnError.st
genAbbrev:: CharacterArray.st
genAbbrev:: CharacterEncoderError.st
genAbbrev:: CharacterEncoder.st
genAbbrev:: CharacterRangeError.st
genAbbrev:: Character.st
genAbbrev:: CharacterWriteStream.st
genAbbrev:: CheapBlock.st
genAbbrev:: ClassBuilder.st
genAbbrev:: ClassCategoryReader.st
genAbbrev:: ClassDescription.st
genAbbrev:: Class.st
genAbbrev:: Collection.st
genAbbrev:: CompiledCode.st
genAbbrev:: ContextError.st
genAbbrev:: Context.st
genAbbrev:: Continuation.st
genAbbrev:: ControlInterrupt.st
genAbbrev:: ControlRequest.st
genAbbrev:: ConversionError.st
genAbbrev:: Date.st
genAbbrev:: DecodingError.st
genAbbrev:: DeepCopyError.st
genAbbrev:: Delay.st
genAbbrev:: Dictionary.st
genAbbrev:: DirectoryStream.st
genAbbrev:: DomainError.st
genAbbrev:: DoubleArray.st
genAbbrev:: ElementBoundsError.st
genAbbrev:: EncodedStream.st
genAbbrev:: Encoder_ASCII.st
genAbbrev:: Encoder_BIG5.st
genAbbrev:: Encoder_CNS11643.st
genAbbrev:: Encoder_CP437.st
genAbbrev:: Encoder_GB2313_1980.st
genAbbrev:: Encoder_HANGUL.st
genAbbrev:: Encoder_ISO10646_1.st
genAbbrev:: Encoder_ISO10646_to_SGML.st
genAbbrev:: Encoder_ISO10646_to_UTF16BE.st
genAbbrev:: Encoder_ISO10646_to_UTF16LE.st
genAbbrev:: Encoder_ISO10646_to_UTF8.st
genAbbrev:: Encoder_ISO8859_10.st
genAbbrev:: Encoder_ISO8859_11.st
genAbbrev:: Encoder_ISO8859_13.st
genAbbrev:: Encoder_ISO8859_14.st
genAbbrev:: Encoder_ISO8859_15.st
genAbbrev:: Encoder_ISO8859_16.st
genAbbrev:: Encoder_ISO8859_1.st
genAbbrev:: Encoder_ISO8859_2.st
genAbbrev:: Encoder_ISO8859_3.st
genAbbrev:: Encoder_ISO8859_4.st
genAbbrev:: Encoder_ISO8859_5.st
genAbbrev:: Encoder_ISO8859_6.st
genAbbrev:: Encoder_ISO8859_7.st
genAbbrev:: Encoder_ISO8859_8.st
genAbbrev:: Encoder_ISO8859_9.st
genAbbrev:: Encoder_JIS0201.st
genAbbrev:: Encoder_JIS0208.st
genAbbrev:: Encoder_JIS0208_to_EUC.st
genAbbrev:: Encoder_JIS0208_to_JIS7.st
genAbbrev:: Encoder_JIS0212.st
genAbbrev:: Encoder_JOHAB.st
genAbbrev:: Encoder_KOI7.st
genAbbrev:: Encoder_KOI8_R.st
genAbbrev:: Encoder_KOI8_U.st
genAbbrev:: Encoder_KSC5601.st
genAbbrev:: Encoder_MAC_Arabic.st
genAbbrev:: Encoder_MAC_CentralEuropean.st
genAbbrev:: Encoder_MAC_Croatian.st
genAbbrev:: Encoder_MAC_Cyrillic.st
genAbbrev:: Encoder_MAC_Dingbats.st
genAbbrev:: Encoder_MAC_Farsi.st
genAbbrev:: Encoder_MAC_Greek.st
genAbbrev:: Encoder_MAC_Hebrew.st
genAbbrev:: Encoder_MAC_Iceland.st
genAbbrev:: Encoder_MAC_Japanese.st
genAbbrev:: Encoder_MAC_Korean.st
genAbbrev:: Encoder_MAC_Romanian.st
genAbbrev:: Encoder_MAC_Roman.st
genAbbrev:: Encoder_MAC_Symbol.st
genAbbrev:: Encoder_MAC_Thai.st
genAbbrev:: Encoder_MAC_Turkish.st
genAbbrev:: Encoder_MS_Ansi.st
genAbbrev:: Encoder_MS_Arabic.st
genAbbrev:: Encoder_MS_Baltic.st
genAbbrev:: Encoder_MS_Cyrillic.st
genAbbrev:: Encoder_MS_EastEuropean.st
genAbbrev:: Encoder_MS_Greek.st
genAbbrev:: Encoder_MS_Hebrew.st
genAbbrev:: Encoder_MS_Symbol.st
genAbbrev:: Encoder_MS_Turkish.st
genAbbrev:: Encoder_NEXT.st
genAbbrev:: Encoder_SingleByteEncoder.st
genAbbrev:: Encoder_SJIS.st
genAbbrev:: Encoder_TwoByteEncoder.st
genAbbrev:: EncodingError.st
genAbbrev:: EndOfStreamError.st
genAbbrev:: EndOfStreamNotification.st
genAbbrev:: Error.st
genAbbrev:: ExceptionHandlerSet.st
genAbbrev:: Exception.st
genAbbrev:: ExecutableFunction.st
genAbbrev:: ExecutionError.st
genAbbrev:: ExternalAddress.st
genAbbrev:: ExternalBytes.st
genAbbrev:: ExternalFunction.st
genAbbrev:: ExternalLibraryFunction.st
genAbbrev:: ExternalStream.st
genAbbrev:: ExternalStructure.st
genAbbrev:: False.st
genAbbrev:: FileDirectory.st
genAbbrev:: Filename.st
genAbbrev:: FileStream.st
genAbbrev:: FixedPoint.st
genAbbrev:: FloatArray.st
genAbbrev:: Float.st
genAbbrev:: Fraction.st
genAbbrev:: GenericException.st
genAbbrev:: Geometric.st
genAbbrev:: HaltInterrupt.st
genAbbrev:: HandleRegistry.st
genAbbrev:: HashStream.st
genAbbrev:: IdentityDictionary.st
genAbbrev:: IdentitySet.st
genAbbrev:: ImaginaryResultError.st
genAbbrev:: IncompleteNextCountError.st
genAbbrev:: IndexNotFoundError.st
genAbbrev:: Infinity.st
genAbbrev:: Integer.st
genAbbrev:: InterestConverter.st
genAbbrev:: Interval.st
genAbbrev:: InvalidByteCodeError.st
genAbbrev:: InvalidCodeError.st
genAbbrev:: InvalidEncodingError.st
genAbbrev:: InvalidInstructionError.st
genAbbrev:: InvalidModeError.st
genAbbrev:: InvalidOperationError.st
genAbbrev:: InvalidReadError.st
genAbbrev:: InvalidWriteError.st
genAbbrev:: KeyNotFoundError.st
genAbbrev:: LargeFloat.st
genAbbrev:: LargeInteger.st
genAbbrev:: LimitedPrecisionReal.st
genAbbrev:: LinkedList.st
genAbbrev:: Link.st
genAbbrev:: LongFloat.st
genAbbrev:: LookupKey.st
genAbbrev:: MacFilename.st
genAbbrev:: Magnitude.st
genAbbrev:: MallocFailure.st
genAbbrev:: MappedExternalBytes.st
genAbbrev:: MD5Stream.st
genAbbrev:: MessageNotUnderstood.st
genAbbrev:: MessageSend.st
genAbbrev:: Message.st
genAbbrev:: Metaclass.st
genAbbrev:: MetaNumber.st
genAbbrev:: MethodDictionary.st
genAbbrev:: Method.st
genAbbrev:: MiniDebugger.st
genAbbrev:: MiniInspector.st
genAbbrev:: NaiveRomanNumberFormatNotification.st
genAbbrev:: NameSpace.st
genAbbrev:: NoByteCodeError.st
genAbbrev:: NoHandlerError.st
genAbbrev:: NonBooleanReceiverError.st
genAbbrev:: NonIntegerIndexError.st
genAbbrev:: NonPositionableExternalStream.st
genAbbrev:: NotANumber.st
genAbbrev:: NotFoundError.st
genAbbrev:: Notification.st
genAbbrev:: NumberConversionError.st
genAbbrev:: NumberFormatError.st
genAbbrev:: Number.st
genAbbrev:: ObjectCoder.st
genAbbrev:: ObjectMemory.st
genAbbrev:: Object.st
genAbbrev:: OpenError.st
genAbbrev:: OpenVMSFileHandle.st
genAbbrev:: OpenVMSFilename.st
genAbbrev:: OpenVMSOperatingSystem.st
genAbbrev:: OrderedCollection.st
genAbbrev:: OSErrorHolder.st
genAbbrev:: OsError.st
genAbbrev:: OSFileHandle.st
genAbbrev:: OSHandle.st
genAbbrev:: OsIllegalOperation.st
genAbbrev:: OsInaccessibleError.st
genAbbrev:: OsInvalidArgumentsError.st
genAbbrev:: OsNeedRetryError.st
genAbbrev:: OsNoResourcesError.st
genAbbrev:: OsNotification.st
genAbbrev:: OSSignalInterrupt.st
genAbbrev:: OsTransferFaultError.st
genAbbrev:: OverflowError.st
genAbbrev:: PCFilename.st
genAbbrev:: PeekableStream.st
genAbbrev:: PipeStream.st
genAbbrev:: PluginSupport.st
genAbbrev:: Point.st
genAbbrev:: PositionableStream.st
genAbbrev:: PositionError.st
genAbbrev:: PositionOutOfBoundsError.st
genAbbrev:: PrimitiveFailure.st
genAbbrev:: PrivateMetaclass.st
genAbbrev:: ProceedableError.st
genAbbrev:: ProceedError.st
genAbbrev:: ProcessorScheduler.st
genAbbrev:: Process.st
genAbbrev:: Project.st
genAbbrev:: ProtoObject.st
genAbbrev:: QualifiedName.st
genAbbrev:: QuerySignal.st
genAbbrev:: Query.st
genAbbrev:: QueryWithoutDefault.st
genAbbrev:: RangeError.st
genAbbrev:: ReadError.st
genAbbrev:: ReadOnlySequenceableCollection.st
genAbbrev:: ReadStream.st
genAbbrev:: ReadWriteStream.st
genAbbrev:: Rectangle.st
genAbbrev:: RecursionError.st
genAbbrev:: RecursionLock.st
genAbbrev:: RecursiveExceptionError.st
genAbbrev:: RecursiveStoreError.st
genAbbrev:: Registry.st
genAbbrev:: RestartProcessRequest.st
genAbbrev:: RomanNumberFormatError.st
genAbbrev:: SemaphoreSet.st
genAbbrev:: Semaphore.st
genAbbrev:: SequenceableCollection.st
genAbbrev:: Set.st
genAbbrev:: SHA1Stream.st
genAbbrev:: SharedPool.st
genAbbrev:: ShortFloat.st
genAbbrev:: SignalError.st
genAbbrev:: SignalSet.st
genAbbrev:: Signal.st
genAbbrev:: SmallInteger.st
genAbbrev:: SmalltalkChunkFileSourceWriter.st
genAbbrev:: Smalltalk.st
genAbbrev:: SnapshotError.st
genAbbrev:: SomeNumber.st
genAbbrev:: SortedCollection.st
genAbbrev:: StreamError.st
genAbbrev:: StreamIOError.st
genAbbrev:: StreamNotOpenError.st
genAbbrev:: Stream.st
genAbbrev:: StringCollection.st
genAbbrev:: String.st
genAbbrev:: SubclassResponsibilityError.st
genAbbrev:: SubscriptOutOfBoundsError.st
genAbbrev:: Symbol.st
genAbbrev:: SystemNotification.st
genAbbrev:: TerminateProcessRequest.st
genAbbrev:: TextCollectorStream.st
genAbbrev:: TimeoutError.st
genAbbrev:: Time.st
genAbbrev:: Timestamp.st
genAbbrev:: True.st
genAbbrev:: UnboundedExternalStream.st
genAbbrev:: UndefinedObject.st
genAbbrev:: UnderflowError.st
genAbbrev:: UnimplementedFunctionalityError.st
genAbbrev:: UninterpretedBytes.st
genAbbrev:: UnixFileDescriptorHandle.st
genAbbrev:: UnixFileHandle.st
genAbbrev:: UnixFilename.st
genAbbrev:: UnixOperatingSystem.st
genAbbrev:: UnorderedNumbersError.st
genAbbrev:: UnprotectedExternalBytes.st
genAbbrev:: UserInformation.st
genAbbrev:: UserInterrupt.st
genAbbrev:: UserMessage.st
genAbbrev:: UserNotification.st
genAbbrev:: UserPreferences.st
genAbbrev:: VarArgBlock.st
genAbbrev:: VarArgCheapBlock.st
genAbbrev:: Visitor.st
genAbbrev:: VMInternalError.st
genAbbrev:: Warning.st
genAbbrev:: WeakArray.st
genAbbrev:: WeakDependencyDictionary.st
genAbbrev:: WeakIdentityDictionary.st
genAbbrev:: WeakIdentitySet.st
genAbbrev:: WeakInterestConverter.st
genAbbrev:: WeakValueDictionary.st
genAbbrev:: WeakValueIdentityDictionary.st
genAbbrev:: Win32FILEHandle.st
genAbbrev:: Win32Handle.st
genAbbrev:: Win32OleCom.st
genAbbrev:: Win32OperatingSystem.st
genAbbrev:: Win32Process.st
genAbbrev:: WriteError.st
genAbbrev:: WriteStream.st
genAbbrev:: WrongNumberOfArgumentsError.st
genAbbrev:: WrongProceedabilityError.st
genAbbrev:: YesToAllConfirmation.st
genAbbrev:: ZeroDivide.st
# ENDMAKEDEPEND --- do not remove this line