automatically generated by browser
authorClaus Gittinger <cg@exept.de>
Wed, 23 Aug 2006 00:07:50 +0200
changeset 2157 cb2a44bf922f
parent 2156 b5e615db89f8
child 2158 6f209323c7e6
automatically generated by browser
bc.mak
nt.mak
--- a/bc.mak	Wed Aug 23 00:07:47 2006 +0200
+++ b/bc.mak	Wed Aug 23 00:07:50 2006 +0200
@@ -1,240 +1,48 @@
+# $Header: /cvs/stx/stx/libview2/bc.mak,v 1.52 2006-08-22 22:07:50 cg Exp $
 #
-# DO NOT EDIT
-# automatically generated from Make.proto (by make nt.mak)
+# DO NOT EDIT 
+# automagically generated from the projectDefinition: stx_libview2.
 #
-# $Header: /cvs/stx/stx/libview2/bc.mak,v 1.51 2006-08-19 12:05:41 cg Exp $
+# Warning: once you modify this file, do not rerun
+# stmkmp or projectDefinition-build again - otherwise, your changes are lost.
 #
-TOP=..
+# This file contains make rules for the win32 platform (using borland-bcc).
 #
+TOP=..\..\stx
+
 !INCLUDE $(TOP)\rules\stdHeader_nt
-#
+
 !INCLUDE Make.spec
-#
+
+LOCALINCLUDES=
 
-LIB_BASE_LD_ARG=$(LIBVIEW2_BASE_LD_ARG)
-STCOPT="-warnNonStandard"
-STCLOCALOPT=-package=$(PACKAGE) $(COMMONSYMBOLS) $(SEPINITCODE) $(RELOCINSTVARS) -varPrefix=$(LIBNAME)
-#STCLOCALOPT="-package=stx:libview2 +commonSymbols +sepInitCode -varPrefix=libview2"
+PACKAGE=$(MODULE):$(MODULE_DIR)
+STCLOCALOPT='-package=$(PACKAGE)' -I. $(LOCALINCLUDES) -H$(INCLUDE) $(STCLOCALOPTIMIZATIONS) $(STCWARNINGS) $(LOCALDEFINES) $(COMMONSYMBOLS) -varPrefix=$(LIBNAME)
 RESFILES=libview2.res
 
+
 LIBJPEG_DIR=$(TOP)\support\libjpeg-6a
 LIBJPEG=$(LIBJPEG_DIR)\libjpeg.lib
 CLOCAL_INCL=-I"$(LIBJPEG_DIR)"
 LOCALLIBS=$(LIBJPEG)
 
+
+OBJS= $(COMMON_OBJS) $(WIN32_OBJS)
+
 ALL::  $(LIBJPEG) $(LIBDIR)\$(LIBNAME).lib $(BINDIR)\$(LIBNAME).dll
 
 !INCLUDE $(TOP)\rules\stdRules_nt
 
+
 $(LIBJPEG):
-	cd $(LIBJPEG_DIR)
-	bmake
-	cd ..\..\libview2
+        cd $(LIBJPEG_DIR)
+        bmake
+        cd ..\..\libview2
 
 $(OUTDIR)JPEGReader.$(O):: $(LIBJPEG_DIR)\jconfig.h
 
 $(LIBJPEG_DIR)\jconfig.h: $(LIBJPEG)
 
+
 # BEGINMAKEDEPEND --- do not remove this line; make depend needs it
-$(OUTDIR)AVIReader.$(O) AVIReader.$(H): AVIReader.st $(STCHDR)  ../include/ImageReader.$(H)  ../include/Object.$(H)
-$(OUTDIR)ActiveHelp.$(O) ActiveHelp.$(H): ActiveHelp.st $(STCHDR)  ../include/EventListener.$(H)  ../include/Object.$(H)
-$(OUTDIR)ActiveHelpView.$(O) ActiveHelpView.$(H): ActiveHelpView.st $(STCHDR)  ../include/View.$(H)  ../include/SimpleView.$(H)  ../include/DisplaySurface.$(H)  ../include/GraphicsMedium.$(H)  ../include/DeviceGraphicsContext.$(H)  ../include/GraphicsContext.$(H)  ../include/Object.$(H)
-$(OUTDIR)AlignmentOrigin.$(O) AlignmentOrigin.$(H): AlignmentOrigin.st $(STCHDR)  ../include/LayoutOrigin.$(H)  ../include/Layout.$(H)  ../include/Object.$(H)
-$(OUTDIR)ApplicationController.$(O) ApplicationController.$(H): ApplicationController.st $(STCHDR)
-$(OUTDIR)ApplicationModel.$(O) ApplicationModel.$(H): ApplicationModel.st $(STCHDR)  ../include/Model.$(H)  ../include/Object.$(H)
-$(OUTDIR)ApplicationSubView.$(O) ApplicationSubView.$(H): ApplicationSubView.st $(STCHDR)  ../include/View.$(H)  ../include/SimpleView.$(H)  ../include/DisplaySurface.$(H)  ../include/GraphicsMedium.$(H)  ../include/DeviceGraphicsContext.$(H)  ../include/GraphicsContext.$(H)  ../include/Object.$(H)
-$(OUTDIR)ApplicationWindow.$(O) ApplicationWindow.$(H): ApplicationWindow.st $(STCHDR)  ../include/StandardSystemView.$(H)  ../include/TopView.$(H)  ../include/View.$(H)  ../include/SimpleView.$(H)  ../include/DisplaySurface.$(H)  ../include/GraphicsMedium.$(H)  ../include/DeviceGraphicsContext.$(H)  ../include/GraphicsContext.$(H)  ../include/Object.$(H)
-$(OUTDIR)AspectAdaptor.$(O) AspectAdaptor.$(H): AspectAdaptor.st $(STCHDR)  ../include/ProtocolAdaptor.$(H)  ../include/ValueModel.$(H)  ../include/Model.$(H)  ../include/Object.$(H)
-$(OUTDIR)BlitImageReader.$(O) BlitImageReader.$(H): BlitImageReader.st $(STCHDR)  ../include/ImageReader.$(H)  ../include/Object.$(H)
-$(OUTDIR)BlockValue.$(O) BlockValue.$(H): BlockValue.st $(STCHDR)  ../include/ValueModel.$(H)  ../include/Model.$(H)  ../include/Object.$(H)
-$(OUTDIR)BorderedWrapper.$(O) BorderedWrapper.$(H): BorderedWrapper.st $(STCHDR)
-$(OUTDIR)BoundedWrapper.$(O) BoundedWrapper.$(H): BoundedWrapper.st $(STCHDR)
-$(OUTDIR)BufferedValueHolder.$(O) BufferedValueHolder.$(H): BufferedValueHolder.st $(STCHDR)  ../include/ValueHolder.$(H)  ../include/ValueModel.$(H)  ../include/Model.$(H)  ../include/Object.$(H)
-$(OUTDIR)ColorValue.$(O) ColorValue.$(H): ColorValue.st $(STCHDR)  ../include/Color.$(H)  ../include/Object.$(H)
-$(OUTDIR)CompositePart.$(O) CompositePart.$(H): CompositePart.st $(STCHDR)
-$(OUTDIR)CompositeTransform.$(O) CompositeTransform.$(H): CompositeTransform.st $(STCHDR)
-$(OUTDIR)ConvertedValue.$(O) ConvertedValue.$(H): ConvertedValue.st $(STCHDR)  ../include/ValueHolder.$(H)  ../include/ValueModel.$(H)  ../include/Model.$(H)  ../include/Object.$(H)
-$(OUTDIR)DependentPart.$(O) DependentPart.$(H): DependentPart.st $(STCHDR)
-$(OUTDIR)DisplayObject.$(O) DisplayObject.$(H): DisplayObject.st $(STCHDR)  ../include/Object.$(H)
-$(OUTDIR)DisplayTransform.$(O) DisplayTransform.$(H): DisplayTransform.st $(STCHDR)  ../include/Object.$(H)
-$(OUTDIR)DragAndDropManager.$(O) DragAndDropManager.$(H): DragAndDropManager.st $(STCHDR)  ../include/Object.$(H)
-$(OUTDIR)DragHandler.$(O) DragHandler.$(H): DragHandler.st $(STCHDR)  ../include/Object.$(H)
-$(OUTDIR)DropContext.$(O) DropContext.$(H): DropContext.st $(STCHDR)  ../include/Object.$(H)
-$(OUTDIR)DropObject.$(O) DropObject.$(H): DropObject.st $(STCHDR)  ../include/Object.$(H)
-$(OUTDIR)DropSource.$(O) DropSource.$(H): DropSource.st $(STCHDR)  ../include/Object.$(H)
-$(OUTDIR)DropTarget.$(O) DropTarget.$(H): DropTarget.st $(STCHDR)  ../include/Object.$(H)
-$(OUTDIR)EventListener.$(O) EventListener.$(H): EventListener.st $(STCHDR)  ../include/Object.$(H)
-$(OUTDIR)ExternalTopView.$(O) ExternalTopView.$(H): ExternalTopView.st $(STCHDR)  ../include/TopView.$(H)  ../include/View.$(H)  ../include/SimpleView.$(H)  ../include/DisplaySurface.$(H)  ../include/GraphicsMedium.$(H)  ../include/DeviceGraphicsContext.$(H)  ../include/GraphicsContext.$(H)  ../include/Object.$(H)
-$(OUTDIR)FLIReader.$(O) FLIReader.$(H): FLIReader.st $(STCHDR)  ../include/ImageReader.$(H)  ../include/Object.$(H)
-$(OUTDIR)FaceReader.$(O) FaceReader.$(H): FaceReader.st $(STCHDR)  ../include/ImageReader.$(H)  ../include/Object.$(H)
-$(OUTDIR)FillingWrapper.$(O) FillingWrapper.$(H): FillingWrapper.st $(STCHDR)
-$(OUTDIR)FlyByHelp.$(O) FlyByHelp.$(H): FlyByHelp.st $(STCHDR)  ../include/ActiveHelp.$(H)  ../include/EventListener.$(H)  ../include/Object.$(H)
-$(OUTDIR)GIFReader.$(O) GIFReader.$(H): GIFReader.st $(STCHDR)  ../include/ImageReader.$(H)  ../include/Object.$(H)
-$(OUTDIR)GeometricWrapper.$(O) GeometricWrapper.$(H): GeometricWrapper.st $(STCHDR)
-$(OUTDIR)HersheyFont.$(O) HersheyFont.$(H): HersheyFont.st $(STCHDR)  ../include/Font.$(H)  ../include/FontDescription.$(H)  ../include/Object.$(H)
-$(OUTDIR)Icon.$(O) Icon.$(H): Icon.st $(STCHDR)  ../include/Object.$(H)
-$(OUTDIR)ImageFrame.$(O) ImageFrame.$(H): ImageFrame.st $(STCHDR)  ../include/Object.$(H)
-$(OUTDIR)ImageSequence.$(O) ImageSequence.$(H): ImageSequence.st $(STCHDR)  ../include/OrderedCollection.$(H)  ../include/SequenceableCollection.$(H)  ../include/Collection.$(H)  ../include/Object.$(H)
-$(OUTDIR)IndirectValue.$(O) IndirectValue.$(H): IndirectValue.st $(STCHDR)  ../include/ValueModel.$(H)  ../include/Model.$(H)  ../include/Object.$(H)
-$(OUTDIR)InputView.$(O) InputView.$(H): InputView.st $(STCHDR)  ../include/SimpleView.$(H)  ../include/DisplaySurface.$(H)  ../include/GraphicsMedium.$(H)  ../include/DeviceGraphicsContext.$(H)  ../include/GraphicsContext.$(H)  ../include/Object.$(H)
-$(OUTDIR)Insets.$(O) Insets.$(H): Insets.st $(STCHDR)  ../include/Object.$(H)
-$(OUTDIR)IrisRGBReader.$(O) IrisRGBReader.$(H): IrisRGBReader.st $(STCHDR)  ../include/ImageReader.$(H)  ../include/Object.$(H)
-$(OUTDIR)JPEGReader.$(O) JPEGReader.$(H): JPEGReader.st $(STCHDR)  ../include/ImageReader.$(H)  ../include/Object.$(H)
-$(OUTDIR)KeyboardProcessor.$(O) KeyboardProcessor.$(H): KeyboardProcessor.st $(STCHDR)  ../include/Object.$(H)
-$(OUTDIR)Layout.$(O) Layout.$(H): Layout.st $(STCHDR)  ../include/Object.$(H)
-$(OUTDIR)LayoutFrame.$(O) LayoutFrame.$(H): LayoutFrame.st $(STCHDR)  ../include/LayoutOrigin.$(H)  ../include/Layout.$(H)  ../include/Object.$(H)
-$(OUTDIR)LayoutOrigin.$(O) LayoutOrigin.$(H): LayoutOrigin.st $(STCHDR)  ../include/Layout.$(H)  ../include/Object.$(H)
-$(OUTDIR)LayoutWrapper.$(O) LayoutWrapper.$(H): LayoutWrapper.st $(STCHDR)
-$(OUTDIR)MIMETypeIconLibrary.$(O) MIMETypeIconLibrary.$(H): MIMETypeIconLibrary.st $(STCHDR)  ../include/Object.$(H)
-$(OUTDIR)MIMETypes.$(O) MIMETypes.$(H): MIMETypes.st $(STCHDR)  ../include/Object.$(H)  ../include/String.$(H)  ../include/CharacterArray.$(H)  ../include/ByteArray.$(H)  ../include/UninterpretedBytes.$(H)  ../include/ArrayedCollection.$(H)  ../include/SequenceableCollection.$(H)  ../include/Collection.$(H)
-$(OUTDIR)MatrixTransform2x3.$(O) MatrixTransform2x3.$(H): MatrixTransform2x3.st $(STCHDR)
-$(OUTDIR)Menu.$(O) Menu.$(H): Menu.st $(STCHDR)  ../include/Object.$(H)
-$(OUTDIR)MenuItem.$(O) MenuItem.$(H): MenuItem.st $(STCHDR)  ../include/Object.$(H)
-$(OUTDIR)Model.$(O) Model.$(H): Model.st $(STCHDR)  ../include/Object.$(H)
-$(OUTDIR)MultiImage.$(O) MultiImage.$(H): MultiImage.st $(STCHDR)  ../include/Object.$(H)
-$(OUTDIR)PBMReader.$(O) PBMReader.$(H): PBMReader.st $(STCHDR)  ../include/ImageReader.$(H)  ../include/Object.$(H)
-$(OUTDIR)PCXReader.$(O) PCXReader.$(H): PCXReader.st $(STCHDR)  ../include/ImageReader.$(H)  ../include/Object.$(H)
-$(OUTDIR)PICTReader.$(O) PICTReader.$(H): PICTReader.st $(STCHDR)  ../include/ImageReader.$(H)  ../include/Object.$(H)
-$(OUTDIR)PNGReader.$(O) PNGReader.$(H): PNGReader.st $(STCHDR)  ../include/ImageReader.$(H)  ../include/Object.$(H)
-$(OUTDIR)Plug.$(O) Plug.$(H): Plug.st $(STCHDR)  ../include/Model.$(H)  ../include/Object.$(H)
-$(OUTDIR)PluggableAdaptor.$(O) PluggableAdaptor.$(H): PluggableAdaptor.st $(STCHDR)  ../include/ValueModel.$(H)  ../include/Model.$(H)  ../include/Object.$(H)
-$(OUTDIR)PluggableView.$(O) PluggableView.$(H): PluggableView.st $(STCHDR)  ../include/View.$(H)  ../include/SimpleView.$(H)  ../include/DisplaySurface.$(H)  ../include/GraphicsMedium.$(H)  ../include/DeviceGraphicsContext.$(H)  ../include/GraphicsContext.$(H)  ../include/Object.$(H)
-$(OUTDIR)PopUpBanner.$(O) PopUpBanner.$(H): PopUpBanner.st $(STCHDR)  ../include/PopUpView.$(H)  ../include/TopView.$(H)  ../include/View.$(H)  ../include/SimpleView.$(H)  ../include/DisplaySurface.$(H)  ../include/GraphicsMedium.$(H)  ../include/DeviceGraphicsContext.$(H)  ../include/GraphicsContext.$(H)  ../include/Object.$(H)
-$(OUTDIR)PrintConverter.$(O) PrintConverter.$(H): PrintConverter.st $(STCHDR)  ../include/Object.$(H)
-$(OUTDIR)PropertyListDictionary.$(O) PropertyListDictionary.$(H): PropertyListDictionary.st $(STCHDR)  ../include/IdentityDictionary.$(H)  ../include/Dictionary.$(H)  ../include/Set.$(H)  ../include/Collection.$(H)  ../include/Object.$(H)
-$(OUTDIR)ProtocolAdaptor.$(O) ProtocolAdaptor.$(H): ProtocolAdaptor.st $(STCHDR)  ../include/ValueModel.$(H)  ../include/Model.$(H)  ../include/Object.$(H)
-$(OUTDIR)RIFFReader.$(O) RIFFReader.$(H): RIFFReader.st $(STCHDR)  ../include/Object.$(H)
-$(OUTDIR)RangeAdaptor.$(O) RangeAdaptor.$(H): RangeAdaptor.st $(STCHDR)  ../include/ValueHolder.$(H)  ../include/ValueModel.$(H)  ../include/Model.$(H)  ../include/Object.$(H)
-$(OUTDIR)ResourceRetriever.$(O) ResourceRetriever.$(H): ResourceRetriever.st $(STCHDR)  ../include/Object.$(H)
-$(OUTDIR)ResourceSpecEditor.$(O) ResourceSpecEditor.$(H): ResourceSpecEditor.st $(STCHDR)  ../include/ToolApplicationModel.$(H)  ../include/ApplicationModel.$(H)  ../include/Model.$(H)  ../include/Object.$(H)
-$(OUTDIR)ST80FormReader.$(O) ST80FormReader.$(H): ST80FormReader.st $(STCHDR)  ../include/ImageReader.$(H)  ../include/Object.$(H)
-$(OUTDIR)ScreenLock.$(O) ScreenLock.$(H): ScreenLock.st $(STCHDR)  ../include/EventListener.$(H)  ../include/Object.$(H)
-$(OUTDIR)SimpleDialog.$(O) SimpleDialog.$(H): SimpleDialog.st $(STCHDR)  ../include/ApplicationModel.$(H)  ../include/Model.$(H)  ../include/Object.$(H)
-$(OUTDIR)StandardSystemController.$(O) StandardSystemController.$(H): StandardSystemController.st $(STCHDR)  ../include/Controller.$(H)  ../include/Object.$(H)
-$(OUTDIR)StrokingWrapper.$(O) StrokingWrapper.$(H): StrokingWrapper.st $(STCHDR)
-$(OUTDIR)SunRasterReader.$(O) SunRasterReader.$(H): SunRasterReader.st $(STCHDR)  ../include/ImageReader.$(H)  ../include/Object.$(H)
-$(OUTDIR)TIFFReader.$(O) TIFFReader.$(H): TIFFReader.st $(STCHDR)  ../include/ImageReader.$(H)  ../include/Object.$(H)
-$(OUTDIR)TargaReader.$(O) TargaReader.$(H): TargaReader.st $(STCHDR)  ../include/ImageReader.$(H)  ../include/Object.$(H)
-$(OUTDIR)ToolApplicationModel.$(O) ToolApplicationModel.$(H): ToolApplicationModel.st $(STCHDR)  ../include/ApplicationModel.$(H)  ../include/Model.$(H)  ../include/Object.$(H)
-$(OUTDIR)TranslatingWrapper.$(O) TranslatingWrapper.$(H): TranslatingWrapper.st $(STCHDR)
-$(OUTDIR)TransparentBox.$(O) TransparentBox.$(H): TransparentBox.st $(STCHDR)  ../include/View.$(H)  ../include/SimpleView.$(H)  ../include/DisplaySurface.$(H)  ../include/GraphicsMedium.$(H)  ../include/DeviceGraphicsContext.$(H)  ../include/GraphicsContext.$(H)  ../include/Object.$(H)
-$(OUTDIR)TriggerValue.$(O) TriggerValue.$(H): TriggerValue.st $(STCHDR)  ../include/ValueHolder.$(H)  ../include/ValueModel.$(H)  ../include/Model.$(H)  ../include/Object.$(H)
-$(OUTDIR)TypeConverter.$(O) TypeConverter.$(H): TypeConverter.st $(STCHDR)  ../include/PluggableAdaptor.$(H)  ../include/ValueModel.$(H)  ../include/Model.$(H)  ../include/Object.$(H)
-$(OUTDIR)UIBuilder.$(O) UIBuilder.$(H): UIBuilder.st $(STCHDR)  ../include/WindowBuilder.$(H)  ../include/Object.$(H)
-$(OUTDIR)ValueHolder.$(O) ValueHolder.$(H): ValueHolder.st $(STCHDR)  ../include/ValueModel.$(H)  ../include/Model.$(H)  ../include/Object.$(H)
-$(OUTDIR)ValueHolderWithWeakDependents.$(O) ValueHolderWithWeakDependents.$(H): ValueHolderWithWeakDependents.st $(STCHDR)  ../include/ValueHolder.$(H)  ../include/ValueModel.$(H)  ../include/Model.$(H)  ../include/Object.$(H)
-$(OUTDIR)ValueModel.$(O) ValueModel.$(H): ValueModel.st $(STCHDR)  ../include/Model.$(H)  ../include/Object.$(H)
-$(OUTDIR)VideoCaptureError.$(O) VideoCaptureError.$(H): VideoCaptureError.st $(STCHDR)  ../include/Error.$(H)  ../include/Exception.$(H)  ../include/GenericException.$(H)  ../include/Object.$(H)
-$(OUTDIR)VideoForLinuxInterface.$(O) VideoForLinuxInterface.$(H): VideoForLinuxInterface.st $(STCHDR)
-$(OUTDIR)VideoInterface.$(O) VideoInterface.$(H): VideoInterface.st $(STCHDR)  ../include/Object.$(H)
-$(OUTDIR)ViewForwardingController.$(O) ViewForwardingController.$(H): ViewForwardingController.st $(STCHDR)  ../include/Controller.$(H)  ../include/Object.$(H)
-$(OUTDIR)VisualComponent.$(O) VisualComponent.$(H): VisualComponent.st $(STCHDR)  ../include/Object.$(H)
-$(OUTDIR)VisualPart.$(O) VisualPart.$(H): VisualPart.st $(STCHDR)
-$(OUTDIR)VisualRegion.$(O) VisualRegion.$(H): VisualRegion.st $(STCHDR)  ../include/SimpleView.$(H)  ../include/DisplaySurface.$(H)  ../include/GraphicsMedium.$(H)  ../include/DeviceGraphicsContext.$(H)  ../include/GraphicsContext.$(H)  ../include/Object.$(H)
-$(OUTDIR)WindowBuilder.$(O) WindowBuilder.$(H): WindowBuilder.st $(STCHDR)  ../include/Object.$(H)
-$(OUTDIR)WindowsIconReader.$(O) WindowsIconReader.$(H): WindowsIconReader.st $(STCHDR)  ../include/ImageReader.$(H)  ../include/Object.$(H)
-$(OUTDIR)Wrapper.$(O) Wrapper.$(H): Wrapper.st $(STCHDR)
-$(OUTDIR)XBMReader.$(O) XBMReader.$(H): XBMReader.st $(STCHDR)  ../include/ImageReader.$(H)  ../include/Object.$(H)
-$(OUTDIR)XPMReader.$(O) XPMReader.$(H): XPMReader.st $(STCHDR)  ../include/ImageReader.$(H)  ../include/Object.$(H)
-$(OUTDIR)XWDReader.$(O) XWDReader.$(H): XWDReader.st $(STCHDR)  ../include/ImageReader.$(H)  ../include/Object.$(H)
-genAbbrev:: AVIReader.st
-genAbbrev:: ActiveHelp.st
-genAbbrev:: ActiveHelpView.st
-genAbbrev:: AlignmentOrigin.st
-genAbbrev:: ApplicationController.st
-genAbbrev:: ApplicationModel.st
-genAbbrev:: ApplicationSubView.st
-genAbbrev:: ApplicationWindow.st
-genAbbrev:: AspectAdaptor.st
-genAbbrev:: BlitImageReader.st
-genAbbrev:: BlockValue.st
-genAbbrev:: BorderedWrapper.st
-genAbbrev:: BoundedWrapper.st
-genAbbrev:: BufferedValueHolder.st
-genAbbrev:: ColorValue.st
-genAbbrev:: CompositePart.st
-genAbbrev:: CompositeTransform.st
-genAbbrev:: ConvertedValue.st
-genAbbrev:: DependentPart.st
-genAbbrev:: DisplayObject.st
-genAbbrev:: DisplayTransform.st
-genAbbrev:: DragAndDropManager.st
-genAbbrev:: DragHandler.st
-genAbbrev:: DropContext.st
-genAbbrev:: DropObject.st
-genAbbrev:: DropSource.st
-genAbbrev:: DropTarget.st
-genAbbrev:: EventListener.st
-genAbbrev:: ExternalTopView.st
-genAbbrev:: FLIReader.st
-genAbbrev:: FaceReader.st
-genAbbrev:: FillingWrapper.st
-genAbbrev:: FlyByHelp.st
-genAbbrev:: GIFReader.st
-genAbbrev:: GeometricWrapper.st
-genAbbrev:: HersheyFont.st
-genAbbrev:: Icon.st
-genAbbrev:: ImageFrame.st
-genAbbrev:: ImageSequence.st
-genAbbrev:: IndirectValue.st
-genAbbrev:: InputView.st
-genAbbrev:: Insets.st
-genAbbrev:: IrisRGBReader.st
-genAbbrev:: JPEGReader.st
-genAbbrev:: KeyboardProcessor.st
-genAbbrev:: Layout.st
-genAbbrev:: LayoutFrame.st
-genAbbrev:: LayoutOrigin.st
-genAbbrev:: LayoutWrapper.st
-genAbbrev:: MIMETypeIconLibrary.st
-genAbbrev:: MIMETypes.st
-genAbbrev:: MatrixTransform2x3.st
-genAbbrev:: Menu.st
-genAbbrev:: MenuItem.st
-genAbbrev:: Model.st
-genAbbrev:: MultiImage.st
-genAbbrev:: PBMReader.st
-genAbbrev:: PCXReader.st
-genAbbrev:: PICTReader.st
-genAbbrev:: PNGReader.st
-genAbbrev:: Plug.st
-genAbbrev:: PluggableAdaptor.st
-genAbbrev:: PluggableView.st
-genAbbrev:: PopUpBanner.st
-genAbbrev:: PrintConverter.st
-genAbbrev:: PropertyListDictionary.st
-genAbbrev:: ProtocolAdaptor.st
-genAbbrev:: RIFFReader.st
-genAbbrev:: RangeAdaptor.st
-genAbbrev:: ResourceRetriever.st
-genAbbrev:: ResourceSpecEditor.st
-genAbbrev:: ST80FormReader.st
-genAbbrev:: ScreenLock.st
-genAbbrev:: SimpleDialog.st
-genAbbrev:: StandardSystemController.st
-genAbbrev:: StrokingWrapper.st
-genAbbrev:: SunRasterReader.st
-genAbbrev:: TIFFReader.st
-genAbbrev:: TargaReader.st
-genAbbrev:: ToolApplicationModel.st
-genAbbrev:: TranslatingWrapper.st
-genAbbrev:: TriggerValue.st
-genAbbrev:: TypeConverter.st
-genAbbrev:: UIBuilder.st
-genAbbrev:: ValueHolder.st
-genAbbrev:: ValueHolderWithWeakDependents.st
-genAbbrev:: ValueModel.st
-genAbbrev:: VideoCaptureError.st
-genAbbrev:: VideoForLinuxInterface.st
-genAbbrev:: VideoInterface.st
-genAbbrev:: ViewForwardingController.st
-genAbbrev:: VisualComponent.st
-genAbbrev:: VisualPart.st
-genAbbrev:: VisualRegion.st
-genAbbrev:: WindowBuilder.st
-genAbbrev:: WindowsIconReader.st
-genAbbrev:: Wrapper.st
-genAbbrev:: XBMReader.st
-genAbbrev:: XPMReader.st
-genAbbrev:: XWDReader.st
 # ENDMAKEDEPEND --- do not remove this line
--- a/nt.mak	Wed Aug 23 00:07:47 2006 +0200
+++ b/nt.mak	Wed Aug 23 00:07:50 2006 +0200
@@ -1,240 +1,48 @@
+# $Header: /cvs/stx/stx/libview2/Attic/nt.mak,v 1.52 2006-08-22 22:07:50 cg Exp $
 #
-# DO NOT EDIT
-# automatically generated from Make.proto (by make nt.mak)
+# DO NOT EDIT 
+# automagically generated from the projectDefinition: stx_libview2.
 #
-# $Header: /cvs/stx/stx/libview2/Attic/nt.mak,v 1.51 2006-08-19 12:05:41 cg Exp $
+# Warning: once you modify this file, do not rerun
+# stmkmp or projectDefinition-build again - otherwise, your changes are lost.
 #
-TOP=..
+# This file contains make rules for the win32 platform (using borland-bcc).
 #
+TOP=..\..\stx
+
 !INCLUDE $(TOP)\rules\stdHeader_nt
-#
+
 !INCLUDE Make.spec
-#
+
+LOCALINCLUDES=
 
-LIB_BASE_LD_ARG=$(LIBVIEW2_BASE_LD_ARG)
-STCOPT="-warnNonStandard"
-STCLOCALOPT=-package=$(PACKAGE) $(COMMONSYMBOLS) $(SEPINITCODE) $(RELOCINSTVARS) -varPrefix=$(LIBNAME)
-#STCLOCALOPT="-package=stx:libview2 +commonSymbols +sepInitCode -varPrefix=libview2"
+PACKAGE=$(MODULE):$(MODULE_DIR)
+STCLOCALOPT='-package=$(PACKAGE)' -I. $(LOCALINCLUDES) -H$(INCLUDE) $(STCLOCALOPTIMIZATIONS) $(STCWARNINGS) $(LOCALDEFINES) $(COMMONSYMBOLS) -varPrefix=$(LIBNAME)
 RESFILES=libview2.res
 
+
 LIBJPEG_DIR=$(TOP)\support\libjpeg-6a
 LIBJPEG=$(LIBJPEG_DIR)\libjpeg.lib
 CLOCAL_INCL=-I"$(LIBJPEG_DIR)"
 LOCALLIBS=$(LIBJPEG)
 
+
+OBJS= $(COMMON_OBJS) $(WIN32_OBJS)
+
 ALL::  $(LIBJPEG) $(LIBDIR)\$(LIBNAME).lib $(BINDIR)\$(LIBNAME).dll
 
 !INCLUDE $(TOP)\rules\stdRules_nt
 
+
 $(LIBJPEG):
-	cd $(LIBJPEG_DIR)
-	bmake
-	cd ..\..\libview2
+        cd $(LIBJPEG_DIR)
+        bmake
+        cd ..\..\libview2
 
 $(OUTDIR)JPEGReader.$(O):: $(LIBJPEG_DIR)\jconfig.h
 
 $(LIBJPEG_DIR)\jconfig.h: $(LIBJPEG)
 
+
 # BEGINMAKEDEPEND --- do not remove this line; make depend needs it
-$(OUTDIR)AVIReader.$(O) AVIReader.$(H): AVIReader.st $(STCHDR)  ../include/ImageReader.$(H)  ../include/Object.$(H)
-$(OUTDIR)ActiveHelp.$(O) ActiveHelp.$(H): ActiveHelp.st $(STCHDR)  ../include/EventListener.$(H)  ../include/Object.$(H)
-$(OUTDIR)ActiveHelpView.$(O) ActiveHelpView.$(H): ActiveHelpView.st $(STCHDR)  ../include/View.$(H)  ../include/SimpleView.$(H)  ../include/DisplaySurface.$(H)  ../include/GraphicsMedium.$(H)  ../include/DeviceGraphicsContext.$(H)  ../include/GraphicsContext.$(H)  ../include/Object.$(H)
-$(OUTDIR)AlignmentOrigin.$(O) AlignmentOrigin.$(H): AlignmentOrigin.st $(STCHDR)  ../include/LayoutOrigin.$(H)  ../include/Layout.$(H)  ../include/Object.$(H)
-$(OUTDIR)ApplicationController.$(O) ApplicationController.$(H): ApplicationController.st $(STCHDR)
-$(OUTDIR)ApplicationModel.$(O) ApplicationModel.$(H): ApplicationModel.st $(STCHDR)  ../include/Model.$(H)  ../include/Object.$(H)
-$(OUTDIR)ApplicationSubView.$(O) ApplicationSubView.$(H): ApplicationSubView.st $(STCHDR)  ../include/View.$(H)  ../include/SimpleView.$(H)  ../include/DisplaySurface.$(H)  ../include/GraphicsMedium.$(H)  ../include/DeviceGraphicsContext.$(H)  ../include/GraphicsContext.$(H)  ../include/Object.$(H)
-$(OUTDIR)ApplicationWindow.$(O) ApplicationWindow.$(H): ApplicationWindow.st $(STCHDR)  ../include/StandardSystemView.$(H)  ../include/TopView.$(H)  ../include/View.$(H)  ../include/SimpleView.$(H)  ../include/DisplaySurface.$(H)  ../include/GraphicsMedium.$(H)  ../include/DeviceGraphicsContext.$(H)  ../include/GraphicsContext.$(H)  ../include/Object.$(H)
-$(OUTDIR)AspectAdaptor.$(O) AspectAdaptor.$(H): AspectAdaptor.st $(STCHDR)  ../include/ProtocolAdaptor.$(H)  ../include/ValueModel.$(H)  ../include/Model.$(H)  ../include/Object.$(H)
-$(OUTDIR)BlitImageReader.$(O) BlitImageReader.$(H): BlitImageReader.st $(STCHDR)  ../include/ImageReader.$(H)  ../include/Object.$(H)
-$(OUTDIR)BlockValue.$(O) BlockValue.$(H): BlockValue.st $(STCHDR)  ../include/ValueModel.$(H)  ../include/Model.$(H)  ../include/Object.$(H)
-$(OUTDIR)BorderedWrapper.$(O) BorderedWrapper.$(H): BorderedWrapper.st $(STCHDR)
-$(OUTDIR)BoundedWrapper.$(O) BoundedWrapper.$(H): BoundedWrapper.st $(STCHDR)
-$(OUTDIR)BufferedValueHolder.$(O) BufferedValueHolder.$(H): BufferedValueHolder.st $(STCHDR)  ../include/ValueHolder.$(H)  ../include/ValueModel.$(H)  ../include/Model.$(H)  ../include/Object.$(H)
-$(OUTDIR)ColorValue.$(O) ColorValue.$(H): ColorValue.st $(STCHDR)  ../include/Color.$(H)  ../include/Object.$(H)
-$(OUTDIR)CompositePart.$(O) CompositePart.$(H): CompositePart.st $(STCHDR)
-$(OUTDIR)CompositeTransform.$(O) CompositeTransform.$(H): CompositeTransform.st $(STCHDR)
-$(OUTDIR)ConvertedValue.$(O) ConvertedValue.$(H): ConvertedValue.st $(STCHDR)  ../include/ValueHolder.$(H)  ../include/ValueModel.$(H)  ../include/Model.$(H)  ../include/Object.$(H)
-$(OUTDIR)DependentPart.$(O) DependentPart.$(H): DependentPart.st $(STCHDR)
-$(OUTDIR)DisplayObject.$(O) DisplayObject.$(H): DisplayObject.st $(STCHDR)  ../include/Object.$(H)
-$(OUTDIR)DisplayTransform.$(O) DisplayTransform.$(H): DisplayTransform.st $(STCHDR)  ../include/Object.$(H)
-$(OUTDIR)DragAndDropManager.$(O) DragAndDropManager.$(H): DragAndDropManager.st $(STCHDR)  ../include/Object.$(H)
-$(OUTDIR)DragHandler.$(O) DragHandler.$(H): DragHandler.st $(STCHDR)  ../include/Object.$(H)
-$(OUTDIR)DropContext.$(O) DropContext.$(H): DropContext.st $(STCHDR)  ../include/Object.$(H)
-$(OUTDIR)DropObject.$(O) DropObject.$(H): DropObject.st $(STCHDR)  ../include/Object.$(H)
-$(OUTDIR)DropSource.$(O) DropSource.$(H): DropSource.st $(STCHDR)  ../include/Object.$(H)
-$(OUTDIR)DropTarget.$(O) DropTarget.$(H): DropTarget.st $(STCHDR)  ../include/Object.$(H)
-$(OUTDIR)EventListener.$(O) EventListener.$(H): EventListener.st $(STCHDR)  ../include/Object.$(H)
-$(OUTDIR)ExternalTopView.$(O) ExternalTopView.$(H): ExternalTopView.st $(STCHDR)  ../include/TopView.$(H)  ../include/View.$(H)  ../include/SimpleView.$(H)  ../include/DisplaySurface.$(H)  ../include/GraphicsMedium.$(H)  ../include/DeviceGraphicsContext.$(H)  ../include/GraphicsContext.$(H)  ../include/Object.$(H)
-$(OUTDIR)FLIReader.$(O) FLIReader.$(H): FLIReader.st $(STCHDR)  ../include/ImageReader.$(H)  ../include/Object.$(H)
-$(OUTDIR)FaceReader.$(O) FaceReader.$(H): FaceReader.st $(STCHDR)  ../include/ImageReader.$(H)  ../include/Object.$(H)
-$(OUTDIR)FillingWrapper.$(O) FillingWrapper.$(H): FillingWrapper.st $(STCHDR)
-$(OUTDIR)FlyByHelp.$(O) FlyByHelp.$(H): FlyByHelp.st $(STCHDR)  ../include/ActiveHelp.$(H)  ../include/EventListener.$(H)  ../include/Object.$(H)
-$(OUTDIR)GIFReader.$(O) GIFReader.$(H): GIFReader.st $(STCHDR)  ../include/ImageReader.$(H)  ../include/Object.$(H)
-$(OUTDIR)GeometricWrapper.$(O) GeometricWrapper.$(H): GeometricWrapper.st $(STCHDR)
-$(OUTDIR)HersheyFont.$(O) HersheyFont.$(H): HersheyFont.st $(STCHDR)  ../include/Font.$(H)  ../include/FontDescription.$(H)  ../include/Object.$(H)
-$(OUTDIR)Icon.$(O) Icon.$(H): Icon.st $(STCHDR)  ../include/Object.$(H)
-$(OUTDIR)ImageFrame.$(O) ImageFrame.$(H): ImageFrame.st $(STCHDR)  ../include/Object.$(H)
-$(OUTDIR)ImageSequence.$(O) ImageSequence.$(H): ImageSequence.st $(STCHDR)  ../include/OrderedCollection.$(H)  ../include/SequenceableCollection.$(H)  ../include/Collection.$(H)  ../include/Object.$(H)
-$(OUTDIR)IndirectValue.$(O) IndirectValue.$(H): IndirectValue.st $(STCHDR)  ../include/ValueModel.$(H)  ../include/Model.$(H)  ../include/Object.$(H)
-$(OUTDIR)InputView.$(O) InputView.$(H): InputView.st $(STCHDR)  ../include/SimpleView.$(H)  ../include/DisplaySurface.$(H)  ../include/GraphicsMedium.$(H)  ../include/DeviceGraphicsContext.$(H)  ../include/GraphicsContext.$(H)  ../include/Object.$(H)
-$(OUTDIR)Insets.$(O) Insets.$(H): Insets.st $(STCHDR)  ../include/Object.$(H)
-$(OUTDIR)IrisRGBReader.$(O) IrisRGBReader.$(H): IrisRGBReader.st $(STCHDR)  ../include/ImageReader.$(H)  ../include/Object.$(H)
-$(OUTDIR)JPEGReader.$(O) JPEGReader.$(H): JPEGReader.st $(STCHDR)  ../include/ImageReader.$(H)  ../include/Object.$(H)
-$(OUTDIR)KeyboardProcessor.$(O) KeyboardProcessor.$(H): KeyboardProcessor.st $(STCHDR)  ../include/Object.$(H)
-$(OUTDIR)Layout.$(O) Layout.$(H): Layout.st $(STCHDR)  ../include/Object.$(H)
-$(OUTDIR)LayoutFrame.$(O) LayoutFrame.$(H): LayoutFrame.st $(STCHDR)  ../include/LayoutOrigin.$(H)  ../include/Layout.$(H)  ../include/Object.$(H)
-$(OUTDIR)LayoutOrigin.$(O) LayoutOrigin.$(H): LayoutOrigin.st $(STCHDR)  ../include/Layout.$(H)  ../include/Object.$(H)
-$(OUTDIR)LayoutWrapper.$(O) LayoutWrapper.$(H): LayoutWrapper.st $(STCHDR)
-$(OUTDIR)MIMETypeIconLibrary.$(O) MIMETypeIconLibrary.$(H): MIMETypeIconLibrary.st $(STCHDR)  ../include/Object.$(H)
-$(OUTDIR)MIMETypes.$(O) MIMETypes.$(H): MIMETypes.st $(STCHDR)  ../include/Object.$(H)  ../include/String.$(H)  ../include/CharacterArray.$(H)  ../include/ByteArray.$(H)  ../include/UninterpretedBytes.$(H)  ../include/ArrayedCollection.$(H)  ../include/SequenceableCollection.$(H)  ../include/Collection.$(H)
-$(OUTDIR)MatrixTransform2x3.$(O) MatrixTransform2x3.$(H): MatrixTransform2x3.st $(STCHDR)
-$(OUTDIR)Menu.$(O) Menu.$(H): Menu.st $(STCHDR)  ../include/Object.$(H)
-$(OUTDIR)MenuItem.$(O) MenuItem.$(H): MenuItem.st $(STCHDR)  ../include/Object.$(H)
-$(OUTDIR)Model.$(O) Model.$(H): Model.st $(STCHDR)  ../include/Object.$(H)
-$(OUTDIR)MultiImage.$(O) MultiImage.$(H): MultiImage.st $(STCHDR)  ../include/Object.$(H)
-$(OUTDIR)PBMReader.$(O) PBMReader.$(H): PBMReader.st $(STCHDR)  ../include/ImageReader.$(H)  ../include/Object.$(H)
-$(OUTDIR)PCXReader.$(O) PCXReader.$(H): PCXReader.st $(STCHDR)  ../include/ImageReader.$(H)  ../include/Object.$(H)
-$(OUTDIR)PICTReader.$(O) PICTReader.$(H): PICTReader.st $(STCHDR)  ../include/ImageReader.$(H)  ../include/Object.$(H)
-$(OUTDIR)PNGReader.$(O) PNGReader.$(H): PNGReader.st $(STCHDR)  ../include/ImageReader.$(H)  ../include/Object.$(H)
-$(OUTDIR)Plug.$(O) Plug.$(H): Plug.st $(STCHDR)  ../include/Model.$(H)  ../include/Object.$(H)
-$(OUTDIR)PluggableAdaptor.$(O) PluggableAdaptor.$(H): PluggableAdaptor.st $(STCHDR)  ../include/ValueModel.$(H)  ../include/Model.$(H)  ../include/Object.$(H)
-$(OUTDIR)PluggableView.$(O) PluggableView.$(H): PluggableView.st $(STCHDR)  ../include/View.$(H)  ../include/SimpleView.$(H)  ../include/DisplaySurface.$(H)  ../include/GraphicsMedium.$(H)  ../include/DeviceGraphicsContext.$(H)  ../include/GraphicsContext.$(H)  ../include/Object.$(H)
-$(OUTDIR)PopUpBanner.$(O) PopUpBanner.$(H): PopUpBanner.st $(STCHDR)  ../include/PopUpView.$(H)  ../include/TopView.$(H)  ../include/View.$(H)  ../include/SimpleView.$(H)  ../include/DisplaySurface.$(H)  ../include/GraphicsMedium.$(H)  ../include/DeviceGraphicsContext.$(H)  ../include/GraphicsContext.$(H)  ../include/Object.$(H)
-$(OUTDIR)PrintConverter.$(O) PrintConverter.$(H): PrintConverter.st $(STCHDR)  ../include/Object.$(H)
-$(OUTDIR)PropertyListDictionary.$(O) PropertyListDictionary.$(H): PropertyListDictionary.st $(STCHDR)  ../include/IdentityDictionary.$(H)  ../include/Dictionary.$(H)  ../include/Set.$(H)  ../include/Collection.$(H)  ../include/Object.$(H)
-$(OUTDIR)ProtocolAdaptor.$(O) ProtocolAdaptor.$(H): ProtocolAdaptor.st $(STCHDR)  ../include/ValueModel.$(H)  ../include/Model.$(H)  ../include/Object.$(H)
-$(OUTDIR)RIFFReader.$(O) RIFFReader.$(H): RIFFReader.st $(STCHDR)  ../include/Object.$(H)
-$(OUTDIR)RangeAdaptor.$(O) RangeAdaptor.$(H): RangeAdaptor.st $(STCHDR)  ../include/ValueHolder.$(H)  ../include/ValueModel.$(H)  ../include/Model.$(H)  ../include/Object.$(H)
-$(OUTDIR)ResourceRetriever.$(O) ResourceRetriever.$(H): ResourceRetriever.st $(STCHDR)  ../include/Object.$(H)
-$(OUTDIR)ResourceSpecEditor.$(O) ResourceSpecEditor.$(H): ResourceSpecEditor.st $(STCHDR)  ../include/ToolApplicationModel.$(H)  ../include/ApplicationModel.$(H)  ../include/Model.$(H)  ../include/Object.$(H)
-$(OUTDIR)ST80FormReader.$(O) ST80FormReader.$(H): ST80FormReader.st $(STCHDR)  ../include/ImageReader.$(H)  ../include/Object.$(H)
-$(OUTDIR)ScreenLock.$(O) ScreenLock.$(H): ScreenLock.st $(STCHDR)  ../include/EventListener.$(H)  ../include/Object.$(H)
-$(OUTDIR)SimpleDialog.$(O) SimpleDialog.$(H): SimpleDialog.st $(STCHDR)  ../include/ApplicationModel.$(H)  ../include/Model.$(H)  ../include/Object.$(H)
-$(OUTDIR)StandardSystemController.$(O) StandardSystemController.$(H): StandardSystemController.st $(STCHDR)  ../include/Controller.$(H)  ../include/Object.$(H)
-$(OUTDIR)StrokingWrapper.$(O) StrokingWrapper.$(H): StrokingWrapper.st $(STCHDR)
-$(OUTDIR)SunRasterReader.$(O) SunRasterReader.$(H): SunRasterReader.st $(STCHDR)  ../include/ImageReader.$(H)  ../include/Object.$(H)
-$(OUTDIR)TIFFReader.$(O) TIFFReader.$(H): TIFFReader.st $(STCHDR)  ../include/ImageReader.$(H)  ../include/Object.$(H)
-$(OUTDIR)TargaReader.$(O) TargaReader.$(H): TargaReader.st $(STCHDR)  ../include/ImageReader.$(H)  ../include/Object.$(H)
-$(OUTDIR)ToolApplicationModel.$(O) ToolApplicationModel.$(H): ToolApplicationModel.st $(STCHDR)  ../include/ApplicationModel.$(H)  ../include/Model.$(H)  ../include/Object.$(H)
-$(OUTDIR)TranslatingWrapper.$(O) TranslatingWrapper.$(H): TranslatingWrapper.st $(STCHDR)
-$(OUTDIR)TransparentBox.$(O) TransparentBox.$(H): TransparentBox.st $(STCHDR)  ../include/View.$(H)  ../include/SimpleView.$(H)  ../include/DisplaySurface.$(H)  ../include/GraphicsMedium.$(H)  ../include/DeviceGraphicsContext.$(H)  ../include/GraphicsContext.$(H)  ../include/Object.$(H)
-$(OUTDIR)TriggerValue.$(O) TriggerValue.$(H): TriggerValue.st $(STCHDR)  ../include/ValueHolder.$(H)  ../include/ValueModel.$(H)  ../include/Model.$(H)  ../include/Object.$(H)
-$(OUTDIR)TypeConverter.$(O) TypeConverter.$(H): TypeConverter.st $(STCHDR)  ../include/PluggableAdaptor.$(H)  ../include/ValueModel.$(H)  ../include/Model.$(H)  ../include/Object.$(H)
-$(OUTDIR)UIBuilder.$(O) UIBuilder.$(H): UIBuilder.st $(STCHDR)  ../include/WindowBuilder.$(H)  ../include/Object.$(H)
-$(OUTDIR)ValueHolder.$(O) ValueHolder.$(H): ValueHolder.st $(STCHDR)  ../include/ValueModel.$(H)  ../include/Model.$(H)  ../include/Object.$(H)
-$(OUTDIR)ValueHolderWithWeakDependents.$(O) ValueHolderWithWeakDependents.$(H): ValueHolderWithWeakDependents.st $(STCHDR)  ../include/ValueHolder.$(H)  ../include/ValueModel.$(H)  ../include/Model.$(H)  ../include/Object.$(H)
-$(OUTDIR)ValueModel.$(O) ValueModel.$(H): ValueModel.st $(STCHDR)  ../include/Model.$(H)  ../include/Object.$(H)
-$(OUTDIR)VideoCaptureError.$(O) VideoCaptureError.$(H): VideoCaptureError.st $(STCHDR)  ../include/Error.$(H)  ../include/Exception.$(H)  ../include/GenericException.$(H)  ../include/Object.$(H)
-$(OUTDIR)VideoForLinuxInterface.$(O) VideoForLinuxInterface.$(H): VideoForLinuxInterface.st $(STCHDR)
-$(OUTDIR)VideoInterface.$(O) VideoInterface.$(H): VideoInterface.st $(STCHDR)  ../include/Object.$(H)
-$(OUTDIR)ViewForwardingController.$(O) ViewForwardingController.$(H): ViewForwardingController.st $(STCHDR)  ../include/Controller.$(H)  ../include/Object.$(H)
-$(OUTDIR)VisualComponent.$(O) VisualComponent.$(H): VisualComponent.st $(STCHDR)  ../include/Object.$(H)
-$(OUTDIR)VisualPart.$(O) VisualPart.$(H): VisualPart.st $(STCHDR)
-$(OUTDIR)VisualRegion.$(O) VisualRegion.$(H): VisualRegion.st $(STCHDR)  ../include/SimpleView.$(H)  ../include/DisplaySurface.$(H)  ../include/GraphicsMedium.$(H)  ../include/DeviceGraphicsContext.$(H)  ../include/GraphicsContext.$(H)  ../include/Object.$(H)
-$(OUTDIR)WindowBuilder.$(O) WindowBuilder.$(H): WindowBuilder.st $(STCHDR)  ../include/Object.$(H)
-$(OUTDIR)WindowsIconReader.$(O) WindowsIconReader.$(H): WindowsIconReader.st $(STCHDR)  ../include/ImageReader.$(H)  ../include/Object.$(H)
-$(OUTDIR)Wrapper.$(O) Wrapper.$(H): Wrapper.st $(STCHDR)
-$(OUTDIR)XBMReader.$(O) XBMReader.$(H): XBMReader.st $(STCHDR)  ../include/ImageReader.$(H)  ../include/Object.$(H)
-$(OUTDIR)XPMReader.$(O) XPMReader.$(H): XPMReader.st $(STCHDR)  ../include/ImageReader.$(H)  ../include/Object.$(H)
-$(OUTDIR)XWDReader.$(O) XWDReader.$(H): XWDReader.st $(STCHDR)  ../include/ImageReader.$(H)  ../include/Object.$(H)
-genAbbrev:: AVIReader.st
-genAbbrev:: ActiveHelp.st
-genAbbrev:: ActiveHelpView.st
-genAbbrev:: AlignmentOrigin.st
-genAbbrev:: ApplicationController.st
-genAbbrev:: ApplicationModel.st
-genAbbrev:: ApplicationSubView.st
-genAbbrev:: ApplicationWindow.st
-genAbbrev:: AspectAdaptor.st
-genAbbrev:: BlitImageReader.st
-genAbbrev:: BlockValue.st
-genAbbrev:: BorderedWrapper.st
-genAbbrev:: BoundedWrapper.st
-genAbbrev:: BufferedValueHolder.st
-genAbbrev:: ColorValue.st
-genAbbrev:: CompositePart.st
-genAbbrev:: CompositeTransform.st
-genAbbrev:: ConvertedValue.st
-genAbbrev:: DependentPart.st
-genAbbrev:: DisplayObject.st
-genAbbrev:: DisplayTransform.st
-genAbbrev:: DragAndDropManager.st
-genAbbrev:: DragHandler.st
-genAbbrev:: DropContext.st
-genAbbrev:: DropObject.st
-genAbbrev:: DropSource.st
-genAbbrev:: DropTarget.st
-genAbbrev:: EventListener.st
-genAbbrev:: ExternalTopView.st
-genAbbrev:: FLIReader.st
-genAbbrev:: FaceReader.st
-genAbbrev:: FillingWrapper.st
-genAbbrev:: FlyByHelp.st
-genAbbrev:: GIFReader.st
-genAbbrev:: GeometricWrapper.st
-genAbbrev:: HersheyFont.st
-genAbbrev:: Icon.st
-genAbbrev:: ImageFrame.st
-genAbbrev:: ImageSequence.st
-genAbbrev:: IndirectValue.st
-genAbbrev:: InputView.st
-genAbbrev:: Insets.st
-genAbbrev:: IrisRGBReader.st
-genAbbrev:: JPEGReader.st
-genAbbrev:: KeyboardProcessor.st
-genAbbrev:: Layout.st
-genAbbrev:: LayoutFrame.st
-genAbbrev:: LayoutOrigin.st
-genAbbrev:: LayoutWrapper.st
-genAbbrev:: MIMETypeIconLibrary.st
-genAbbrev:: MIMETypes.st
-genAbbrev:: MatrixTransform2x3.st
-genAbbrev:: Menu.st
-genAbbrev:: MenuItem.st
-genAbbrev:: Model.st
-genAbbrev:: MultiImage.st
-genAbbrev:: PBMReader.st
-genAbbrev:: PCXReader.st
-genAbbrev:: PICTReader.st
-genAbbrev:: PNGReader.st
-genAbbrev:: Plug.st
-genAbbrev:: PluggableAdaptor.st
-genAbbrev:: PluggableView.st
-genAbbrev:: PopUpBanner.st
-genAbbrev:: PrintConverter.st
-genAbbrev:: PropertyListDictionary.st
-genAbbrev:: ProtocolAdaptor.st
-genAbbrev:: RIFFReader.st
-genAbbrev:: RangeAdaptor.st
-genAbbrev:: ResourceRetriever.st
-genAbbrev:: ResourceSpecEditor.st
-genAbbrev:: ST80FormReader.st
-genAbbrev:: ScreenLock.st
-genAbbrev:: SimpleDialog.st
-genAbbrev:: StandardSystemController.st
-genAbbrev:: StrokingWrapper.st
-genAbbrev:: SunRasterReader.st
-genAbbrev:: TIFFReader.st
-genAbbrev:: TargaReader.st
-genAbbrev:: ToolApplicationModel.st
-genAbbrev:: TranslatingWrapper.st
-genAbbrev:: TriggerValue.st
-genAbbrev:: TypeConverter.st
-genAbbrev:: UIBuilder.st
-genAbbrev:: ValueHolder.st
-genAbbrev:: ValueHolderWithWeakDependents.st
-genAbbrev:: ValueModel.st
-genAbbrev:: VideoCaptureError.st
-genAbbrev:: VideoForLinuxInterface.st
-genAbbrev:: VideoInterface.st
-genAbbrev:: ViewForwardingController.st
-genAbbrev:: VisualComponent.st
-genAbbrev:: VisualPart.st
-genAbbrev:: VisualRegion.st
-genAbbrev:: WindowBuilder.st
-genAbbrev:: WindowsIconReader.st
-genAbbrev:: Wrapper.st
-genAbbrev:: XBMReader.st
-genAbbrev:: XPMReader.st
-genAbbrev:: XWDReader.st
 # ENDMAKEDEPEND --- do not remove this line