bc.mak
author fm
Fri, 15 Sep 2006 16:30:57 +0200
changeset 2221 52803ae96560
parent 2215 ca5c07941edb
child 2226 c5eaa99fbab4
permissions -rw-r--r--
*** empty log message ***
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2215
ca5c07941edb automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2205
diff changeset
     1
# $Header: /cvs/stx/stx/libview2/bc.mak,v 1.60 2006-09-14 14:22:45 cg Exp $
1522
53e66e6de160 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1439
diff changeset
     2
#
2157
cb2a44bf922f automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2149
diff changeset
     3
# DO NOT EDIT 
cb2a44bf922f automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2149
diff changeset
     4
# automagically generated from the projectDefinition: stx_libview2.
1522
53e66e6de160 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1439
diff changeset
     5
#
2157
cb2a44bf922f automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2149
diff changeset
     6
# Warning: once you modify this file, do not rerun
cb2a44bf922f automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2149
diff changeset
     7
# stmkmp or projectDefinition-build again - otherwise, your changes are lost.
1522
53e66e6de160 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1439
diff changeset
     8
#
2157
cb2a44bf922f automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2149
diff changeset
     9
# This file contains make rules for the win32 platform (using borland-bcc).
2215
ca5c07941edb automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2205
diff changeset
    10
# It shares common definitions with the unix-make in Make.spec.
ca5c07941edb automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2205
diff changeset
    11
# The nt.mak supports the following targets:
ca5c07941edb automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2205
diff changeset
    12
#    bmake         - compile all st-files to a classLib (dll)
ca5c07941edb automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2205
diff changeset
    13
#    bmake clean   - clean all temp files
ca5c07941edb automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2205
diff changeset
    14
#    bmake clobber - clean all
1522
53e66e6de160 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1439
diff changeset
    15
#
2215
ca5c07941edb automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2205
diff changeset
    16
#
ca5c07941edb automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2205
diff changeset
    17
TOP=..
ca5c07941edb automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2205
diff changeset
    18
INCLUDE_TOP=$(TOP)\..
2157
cb2a44bf922f automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2149
diff changeset
    19
1522
53e66e6de160 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1439
diff changeset
    20
!INCLUDE $(TOP)\rules\stdHeader_nt
2157
cb2a44bf922f automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2149
diff changeset
    21
1854
35aa15f155ba *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1852
diff changeset
    22
!INCLUDE Make.spec
2157
cb2a44bf922f automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2149
diff changeset
    23
2205
2d08d5fadcd7 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2195
diff changeset
    24
LIBNAME=libstx_libview2
2d08d5fadcd7 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2195
diff changeset
    25
RESFILES=libview2.res
2215
ca5c07941edb automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2205
diff changeset
    26
LOCALINCLUDES= -I$(INCLUDE_TOP)\stx\libview -I$(INCLUDE_TOP)\stx\libbasic
1854
35aa15f155ba *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1852
diff changeset
    27
2215
ca5c07941edb automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2205
diff changeset
    28
STCLOCALOPT=-package=$(PACKAGE) -I. $(LOCALINCLUDES) -H. $(STCLOCALOPTIMIZATIONS) $(STCWARNINGS) $(LOCALDEFINES) $(COMMONSYMBOLS) -varPrefix=$(LIBNAME)
1522
53e66e6de160 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1439
diff changeset
    29
2157
cb2a44bf922f automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2149
diff changeset
    30
2195
940c48149a15 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2189
diff changeset
    31
# see stdHeader_nt for LIBVIEW2_BASE
940c48149a15 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2189
diff changeset
    32
# LIBVIEW2_BASE   =0x61800000
2189
64225613663b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2181
diff changeset
    33
LIB_BASE_LD_ARG=-b:$(LIBVIEW2_BASE)
64225613663b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2181
diff changeset
    34
1522
53e66e6de160 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1439
diff changeset
    35
LIBJPEG_DIR=$(TOP)\support\libjpeg-6a
53e66e6de160 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1439
diff changeset
    36
LIBJPEG=$(LIBJPEG_DIR)\libjpeg.lib
53e66e6de160 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1439
diff changeset
    37
CLOCAL_INCL=-I"$(LIBJPEG_DIR)"
53e66e6de160 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1439
diff changeset
    38
LOCALLIBS=$(LIBJPEG)
53e66e6de160 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1439
diff changeset
    39
2157
cb2a44bf922f automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2149
diff changeset
    40
cb2a44bf922f automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2149
diff changeset
    41
OBJS= $(COMMON_OBJS) $(WIN32_OBJS)
cb2a44bf922f automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2149
diff changeset
    42
1522
53e66e6de160 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1439
diff changeset
    43
ALL::  $(LIBJPEG) $(LIBDIR)\$(LIBNAME).lib $(BINDIR)\$(LIBNAME).dll
53e66e6de160 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1439
diff changeset
    44
53e66e6de160 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1439
diff changeset
    45
!INCLUDE $(TOP)\rules\stdRules_nt
53e66e6de160 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1439
diff changeset
    46
2157
cb2a44bf922f automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2149
diff changeset
    47
1522
53e66e6de160 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1439
diff changeset
    48
$(LIBJPEG):
2189
64225613663b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2181
diff changeset
    49
	cd $(LIBJPEG_DIR)
64225613663b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2181
diff changeset
    50
	bmake
64225613663b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2181
diff changeset
    51
	cd ..\..\libview2
1522
53e66e6de160 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1439
diff changeset
    52
1365
005534da74e9 ensure jconfig.h is made before lib is compiled
ps
parents: 1322
diff changeset
    53
$(OUTDIR)JPEGReader.$(O):: $(LIBJPEG_DIR)\jconfig.h
005534da74e9 ensure jconfig.h is made before lib is compiled
ps
parents: 1322
diff changeset
    54
005534da74e9 ensure jconfig.h is made before lib is compiled
ps
parents: 1322
diff changeset
    55
$(LIBJPEG_DIR)\jconfig.h: $(LIBJPEG)
005534da74e9 ensure jconfig.h is made before lib is compiled
ps
parents: 1322
diff changeset
    56
2157
cb2a44bf922f automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2149
diff changeset
    57
1522
53e66e6de160 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1439
diff changeset
    58
# BEGINMAKEDEPEND --- do not remove this line; make depend needs it
2215
ca5c07941edb automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2205
diff changeset
    59
$(OUTDIR)ActiveHelpView.$(O) ActiveHelpView.$(H): ActiveHelpView.st $(INCLUDE_TOP)\stx\libview\View.$(H) $(INCLUDE_TOP)\stx\libview\SimpleView.$(H) $(INCLUDE_TOP)\stx\libview\DisplaySurface.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsMedium.$(H) $(INCLUDE_TOP)\stx\libview\DeviceGraphicsContext.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsContext.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
ca5c07941edb automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2205
diff changeset
    60
$(OUTDIR)ApplicationSubView.$(O) ApplicationSubView.$(H): ApplicationSubView.st $(INCLUDE_TOP)\stx\libview\View.$(H) $(INCLUDE_TOP)\stx\libview\SimpleView.$(H) $(INCLUDE_TOP)\stx\libview\DisplaySurface.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsMedium.$(H) $(INCLUDE_TOP)\stx\libview\DeviceGraphicsContext.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsContext.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
ca5c07941edb automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2205
diff changeset
    61
$(OUTDIR)ApplicationWindow.$(O) ApplicationWindow.$(H): ApplicationWindow.st $(INCLUDE_TOP)\stx\libview\StandardSystemView.$(H) $(INCLUDE_TOP)\stx\libview\TopView.$(H) $(INCLUDE_TOP)\stx\libview\View.$(H) $(INCLUDE_TOP)\stx\libview\SimpleView.$(H) $(INCLUDE_TOP)\stx\libview\DisplaySurface.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsMedium.$(H) $(INCLUDE_TOP)\stx\libview\DeviceGraphicsContext.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsContext.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
ca5c07941edb automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2205
diff changeset
    62
$(OUTDIR)ColorValue.$(O) ColorValue.$(H): ColorValue.st $(INCLUDE_TOP)\stx\libview\Color.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
ca5c07941edb automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2205
diff changeset
    63
$(OUTDIR)DisplayObject.$(O) DisplayObject.$(H): DisplayObject.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
ca5c07941edb automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2205
diff changeset
    64
$(OUTDIR)DragAndDropManager.$(O) DragAndDropManager.$(H): DragAndDropManager.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
ca5c07941edb automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2205
diff changeset
    65
$(OUTDIR)DragHandler.$(O) DragHandler.$(H): DragHandler.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
ca5c07941edb automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2205
diff changeset
    66
$(OUTDIR)DropContext.$(O) DropContext.$(H): DropContext.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
ca5c07941edb automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2205
diff changeset
    67
$(OUTDIR)DropObject.$(O) DropObject.$(H): DropObject.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
ca5c07941edb automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2205
diff changeset
    68
$(OUTDIR)DropSource.$(O) DropSource.$(H): DropSource.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
ca5c07941edb automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2205
diff changeset
    69
$(OUTDIR)DropTarget.$(O) DropTarget.$(H): DropTarget.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
ca5c07941edb automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2205
diff changeset
    70
$(OUTDIR)EventListener.$(O) EventListener.$(H): EventListener.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
ca5c07941edb automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2205
diff changeset
    71
$(OUTDIR)ExternalTopView.$(O) ExternalTopView.$(H): ExternalTopView.st $(INCLUDE_TOP)\stx\libview\TopView.$(H) $(INCLUDE_TOP)\stx\libview\View.$(H) $(INCLUDE_TOP)\stx\libview\SimpleView.$(H) $(INCLUDE_TOP)\stx\libview\DisplaySurface.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsMedium.$(H) $(INCLUDE_TOP)\stx\libview\DeviceGraphicsContext.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsContext.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
ca5c07941edb automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2205
diff changeset
    72
$(OUTDIR)GIFReader.$(O) GIFReader.$(H): GIFReader.st $(INCLUDE_TOP)\stx\libview\ImageReader.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
ca5c07941edb automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2205
diff changeset
    73
$(OUTDIR)Icon.$(O) Icon.$(H): Icon.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
ca5c07941edb automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2205
diff changeset
    74
$(OUTDIR)InputView.$(O) InputView.$(H): InputView.st $(INCLUDE_TOP)\stx\libview\SimpleView.$(H) $(INCLUDE_TOP)\stx\libview\DisplaySurface.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsMedium.$(H) $(INCLUDE_TOP)\stx\libview\DeviceGraphicsContext.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsContext.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
ca5c07941edb automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2205
diff changeset
    75
$(OUTDIR)JPEGReader.$(O) JPEGReader.$(H): JPEGReader.st $(INCLUDE_TOP)\stx\libview\ImageReader.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
ca5c07941edb automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2205
diff changeset
    76
$(OUTDIR)KeyboardProcessor.$(O) KeyboardProcessor.$(H): KeyboardProcessor.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
ca5c07941edb automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2205
diff changeset
    77
$(OUTDIR)Layout.$(O) Layout.$(H): Layout.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
ca5c07941edb automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2205
diff changeset
    78
$(OUTDIR)MIMETypeIconLibrary.$(O) MIMETypeIconLibrary.$(H): MIMETypeIconLibrary.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
ca5c07941edb automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2205
diff changeset
    79
$(OUTDIR)MIMETypes.$(O) MIMETypes.$(H): MIMETypes.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
ca5c07941edb automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2205
diff changeset
    80
$(OUTDIR)Menu.$(O) Menu.$(H): Menu.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
ca5c07941edb automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2205
diff changeset
    81
$(OUTDIR)MenuItem.$(O) MenuItem.$(H): MenuItem.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
ca5c07941edb automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2205
diff changeset
    82
$(OUTDIR)Model.$(O) Model.$(H): Model.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
ca5c07941edb automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2205
diff changeset
    83
$(OUTDIR)MultiImage.$(O) MultiImage.$(H): MultiImage.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
ca5c07941edb automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2205
diff changeset
    84
$(OUTDIR)PopUpBanner.$(O) PopUpBanner.$(H): PopUpBanner.st $(INCLUDE_TOP)\stx\libview\PopUpView.$(H) $(INCLUDE_TOP)\stx\libview\TopView.$(H) $(INCLUDE_TOP)\stx\libview\View.$(H) $(INCLUDE_TOP)\stx\libview\SimpleView.$(H) $(INCLUDE_TOP)\stx\libview\DisplaySurface.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsMedium.$(H) $(INCLUDE_TOP)\stx\libview\DeviceGraphicsContext.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsContext.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
ca5c07941edb automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2205
diff changeset
    85
$(OUTDIR)PrintConverter.$(O) PrintConverter.$(H): PrintConverter.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
ca5c07941edb automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2205
diff changeset
    86
$(OUTDIR)PrinterContext.$(O) PrinterContext.$(H): PrinterContext.st $(INCLUDE_TOP)\stx\libview\GraphicsMedium.$(H) $(INCLUDE_TOP)\stx\libview\DeviceGraphicsContext.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsContext.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
ca5c07941edb automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2205
diff changeset
    87
$(OUTDIR)PropertyListDictionary.$(O) PropertyListDictionary.$(H): PropertyListDictionary.st $(INCLUDE_TOP)\stx\libbasic\IdentityDictionary.$(H) $(INCLUDE_TOP)\stx\libbasic\Dictionary.$(H) $(INCLUDE_TOP)\stx\libbasic\Set.$(H) $(INCLUDE_TOP)\stx\libbasic\Collection.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
ca5c07941edb automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2205
diff changeset
    88
$(OUTDIR)ResourceRetriever.$(O) ResourceRetriever.$(H): ResourceRetriever.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
ca5c07941edb automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2205
diff changeset
    89
$(OUTDIR)StandardSystemController.$(O) StandardSystemController.$(H): StandardSystemController.st $(INCLUDE_TOP)\stx\libview\Controller.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
ca5c07941edb automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2205
diff changeset
    90
$(OUTDIR)TIFFReader.$(O) TIFFReader.$(H): TIFFReader.st $(INCLUDE_TOP)\stx\libview\ImageReader.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
ca5c07941edb automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2205
diff changeset
    91
$(OUTDIR)TransparentBox.$(O) TransparentBox.$(H): TransparentBox.st $(INCLUDE_TOP)\stx\libview\View.$(H) $(INCLUDE_TOP)\stx\libview\SimpleView.$(H) $(INCLUDE_TOP)\stx\libview\DisplaySurface.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsMedium.$(H) $(INCLUDE_TOP)\stx\libview\DeviceGraphicsContext.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsContext.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
ca5c07941edb automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2205
diff changeset
    92
$(OUTDIR)VisualRegion.$(O) VisualRegion.$(H): VisualRegion.st $(INCLUDE_TOP)\stx\libview\SimpleView.$(H) $(INCLUDE_TOP)\stx\libview\DisplaySurface.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsMedium.$(H) $(INCLUDE_TOP)\stx\libview\DeviceGraphicsContext.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsContext.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
ca5c07941edb automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2205
diff changeset
    93
$(OUTDIR)WindowBuilder.$(O) WindowBuilder.$(H): WindowBuilder.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
ca5c07941edb automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2205
diff changeset
    94
$(OUTDIR)XBMReader.$(O) XBMReader.$(H): XBMReader.st $(INCLUDE_TOP)\stx\libview\ImageReader.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
ca5c07941edb automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2205
diff changeset
    95
$(OUTDIR)XPMReader.$(O) XPMReader.$(H): XPMReader.st $(INCLUDE_TOP)\stx\libview\ImageReader.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
ca5c07941edb automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2205
diff changeset
    96
$(OUTDIR)stx_libview2.$(O) stx_libview2.$(H): stx_libview2.st $(INCLUDE_TOP)\stx\libbasic\LibraryDefinition.$(H) $(INCLUDE_TOP)\stx\libbasic\ProjectDefinition.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
ca5c07941edb automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2205
diff changeset
    97
$(OUTDIR)ActiveHelp.$(O) ActiveHelp.$(H): ActiveHelp.st $(INCLUDE_TOP)\stx\libview2\EventListener.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
ca5c07941edb automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2205
diff changeset
    98
$(OUTDIR)ApplicationModel.$(O) ApplicationModel.$(H): ApplicationModel.st $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
ca5c07941edb automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2205
diff changeset
    99
$(OUTDIR)LayoutOrigin.$(O) LayoutOrigin.$(H): LayoutOrigin.st $(INCLUDE_TOP)\stx\libview2\Layout.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
ca5c07941edb automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2205
diff changeset
   100
$(OUTDIR)Plug.$(O) Plug.$(H): Plug.st $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
ca5c07941edb automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2205
diff changeset
   101
$(OUTDIR)UIBuilder.$(O) UIBuilder.$(H): UIBuilder.st $(INCLUDE_TOP)\stx\libview2\WindowBuilder.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
ca5c07941edb automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2205
diff changeset
   102
$(OUTDIR)ValueModel.$(O) ValueModel.$(H): ValueModel.st $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
ca5c07941edb automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2205
diff changeset
   103
$(OUTDIR)AlignmentOrigin.$(O) AlignmentOrigin.$(H): AlignmentOrigin.st $(INCLUDE_TOP)\stx\libview2\LayoutOrigin.$(H) $(INCLUDE_TOP)\stx\libview2\Layout.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
ca5c07941edb automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2205
diff changeset
   104
$(OUTDIR)BlockValue.$(O) BlockValue.$(H): BlockValue.st $(INCLUDE_TOP)\stx\libview2\ValueModel.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
ca5c07941edb automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2205
diff changeset
   105
$(OUTDIR)FlyByHelp.$(O) FlyByHelp.$(H): FlyByHelp.st $(INCLUDE_TOP)\stx\libview2\ActiveHelp.$(H) $(INCLUDE_TOP)\stx\libview2\EventListener.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
ca5c07941edb automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2205
diff changeset
   106
$(OUTDIR)IndirectValue.$(O) IndirectValue.$(H): IndirectValue.st $(INCLUDE_TOP)\stx\libview2\ValueModel.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
ca5c07941edb automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2205
diff changeset
   107
$(OUTDIR)LayoutFrame.$(O) LayoutFrame.$(H): LayoutFrame.st $(INCLUDE_TOP)\stx\libview2\LayoutOrigin.$(H) $(INCLUDE_TOP)\stx\libview2\Layout.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
ca5c07941edb automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2205
diff changeset
   108
$(OUTDIR)PluggableAdaptor.$(O) PluggableAdaptor.$(H): PluggableAdaptor.st $(INCLUDE_TOP)\stx\libview2\ValueModel.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
ca5c07941edb automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2205
diff changeset
   109
$(OUTDIR)ProtocolAdaptor.$(O) ProtocolAdaptor.$(H): ProtocolAdaptor.st $(INCLUDE_TOP)\stx\libview2\ValueModel.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
ca5c07941edb automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2205
diff changeset
   110
$(OUTDIR)SimpleDialog.$(O) SimpleDialog.$(H): SimpleDialog.st $(INCLUDE_TOP)\stx\libview2\ApplicationModel.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
ca5c07941edb automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2205
diff changeset
   111
$(OUTDIR)ToolApplicationModel.$(O) ToolApplicationModel.$(H): ToolApplicationModel.st $(INCLUDE_TOP)\stx\libview2\ApplicationModel.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
ca5c07941edb automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2205
diff changeset
   112
$(OUTDIR)ValueHolder.$(O) ValueHolder.$(H): ValueHolder.st $(INCLUDE_TOP)\stx\libview2\ValueModel.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
ca5c07941edb automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2205
diff changeset
   113
$(OUTDIR)AspectAdaptor.$(O) AspectAdaptor.$(H): AspectAdaptor.st $(INCLUDE_TOP)\stx\libview2\ProtocolAdaptor.$(H) $(INCLUDE_TOP)\stx\libview2\ValueModel.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
ca5c07941edb automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2205
diff changeset
   114
$(OUTDIR)BufferedValueHolder.$(O) BufferedValueHolder.$(H): BufferedValueHolder.st $(INCLUDE_TOP)\stx\libview2\ValueHolder.$(H) $(INCLUDE_TOP)\stx\libview2\ValueModel.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
ca5c07941edb automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2205
diff changeset
   115
$(OUTDIR)RangeAdaptor.$(O) RangeAdaptor.$(H): RangeAdaptor.st $(INCLUDE_TOP)\stx\libview2\ValueHolder.$(H) $(INCLUDE_TOP)\stx\libview2\ValueModel.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
ca5c07941edb automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2205
diff changeset
   116
$(OUTDIR)ResourceSpecEditor.$(O) ResourceSpecEditor.$(H): ResourceSpecEditor.st $(INCLUDE_TOP)\stx\libview2\ToolApplicationModel.$(H) $(INCLUDE_TOP)\stx\libview2\ApplicationModel.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
ca5c07941edb automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2205
diff changeset
   117
$(OUTDIR)TriggerValue.$(O) TriggerValue.$(H): TriggerValue.st $(INCLUDE_TOP)\stx\libview2\ValueHolder.$(H) $(INCLUDE_TOP)\stx\libview2\ValueModel.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
ca5c07941edb automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2205
diff changeset
   118
$(OUTDIR)TypeConverter.$(O) TypeConverter.$(H): TypeConverter.st $(INCLUDE_TOP)\stx\libview2\PluggableAdaptor.$(H) $(INCLUDE_TOP)\stx\libview2\ValueModel.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
ca5c07941edb automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2205
diff changeset
   119
$(OUTDIR)ValueHolderWithWeakDependents.$(O) ValueHolderWithWeakDependents.$(H): ValueHolderWithWeakDependents.st $(INCLUDE_TOP)\stx\libview2\ValueHolder.$(H) $(INCLUDE_TOP)\stx\libview2\ValueModel.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
ca5c07941edb automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2205
diff changeset
   120
1522
53e66e6de160 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1439
diff changeset
   121
# ENDMAKEDEPEND --- do not remove this line