bc.mak
author sr
Wed, 05 Nov 2008 16:07:40 +0100
changeset 2561 988773d7d69a
parent 2513 cd9d023485be
child 2574 5b4a2603a496
permissions -rw-r--r--
changed #enqueueMessage:for:arguments:
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2513
cd9d023485be automatically generated by browser
Michael Beyl <mb@exept.de>
parents: 2504
diff changeset
     1
# $Header: /cvs/stx/stx/libview2/bc.mak,v 1.71 2008-07-03 13:58:23 mb 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
2277
fd10b8c8eacf Rename stdRules_nt and stdHeader_nt to ..._bc
Stefan Vogel <sv@exept.de>
parents: 2242
diff changeset
    20
!INCLUDE $(TOP)\rules\stdHeader_bc
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
1522
53e66e6de160 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1439
diff changeset
    26
2157
cb2a44bf922f automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2149
diff changeset
    27
2277
fd10b8c8eacf Rename stdRules_nt and stdHeader_nt to ..._bc
Stefan Vogel <sv@exept.de>
parents: 2242
diff changeset
    28
# see stdHeader_bc for LIBVIEW2_BASE
2195
940c48149a15 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2189
diff changeset
    29
# LIBVIEW2_BASE   =0x61800000
2189
64225613663b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2181
diff changeset
    30
LIB_BASE_LD_ARG=-b:$(LIBVIEW2_BASE)
64225613663b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2181
diff changeset
    31
1522
53e66e6de160 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1439
diff changeset
    32
LIBJPEG_DIR=$(TOP)\support\libjpeg-6a
53e66e6de160 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1439
diff changeset
    33
LIBJPEG=$(LIBJPEG_DIR)\libjpeg.lib
53e66e6de160 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1439
diff changeset
    34
CLOCAL_INCL=-I"$(LIBJPEG_DIR)"
53e66e6de160 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1439
diff changeset
    35
2157
cb2a44bf922f automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2149
diff changeset
    36
2513
cd9d023485be automatically generated by browser
Michael Beyl <mb@exept.de>
parents: 2504
diff changeset
    37
LOCALINCLUDES= -I$(INCLUDE_TOP)\stx\libview -I$(INCLUDE_TOP)\stx\libbasic2 -I$(INCLUDE_TOP)\stx\libbasic
2455
fcc2d4c4bc98 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2430
diff changeset
    38
LOCALDEFINES=
2418
54a0dbb16290 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 2308
diff changeset
    39
54a0dbb16290 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 2308
diff changeset
    40
STCLOCALOPT=-package=$(PACKAGE) -I. $(LOCALINCLUDES) -H. $(STCLOCALOPTIMIZATIONS) $(STCWARNINGS) $(LOCALDEFINES) $(COMMONSYMBOLS) -varPrefix=$(LIBNAME)
2425
c1130e9e94c8 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 2418
diff changeset
    41
LOCALLIBS=$(LIBJPEG)
2418
54a0dbb16290 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 2308
diff changeset
    42
2157
cb2a44bf922f automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2149
diff changeset
    43
OBJS= $(COMMON_OBJS) $(WIN32_OBJS)
cb2a44bf922f automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2149
diff changeset
    44
2308
fdff5f1b65bc automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2277
diff changeset
    45
ALL:: $(LIBJPEG) $(BINDIR)\$(LIBNAME).dll
1522
53e66e6de160 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1439
diff changeset
    46
2277
fd10b8c8eacf Rename stdRules_nt and stdHeader_nt to ..._bc
Stefan Vogel <sv@exept.de>
parents: 2242
diff changeset
    47
!INCLUDE $(TOP)\rules\stdRules_bc
1522
53e66e6de160 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1439
diff changeset
    48
2157
cb2a44bf922f automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2149
diff changeset
    49
1522
53e66e6de160 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1439
diff changeset
    50
$(LIBJPEG):
2189
64225613663b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2181
diff changeset
    51
	cd $(LIBJPEG_DIR)
64225613663b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2181
diff changeset
    52
	bmake
64225613663b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2181
diff changeset
    53
	cd ..\..\libview2
1522
53e66e6de160 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1439
diff changeset
    54
1365
005534da74e9 ensure jconfig.h is made before lib is compiled
ps
parents: 1322
diff changeset
    55
$(OUTDIR)JPEGReader.$(O):: $(LIBJPEG_DIR)\jconfig.h
005534da74e9 ensure jconfig.h is made before lib is compiled
ps
parents: 1322
diff changeset
    56
005534da74e9 ensure jconfig.h is made before lib is compiled
ps
parents: 1322
diff changeset
    57
$(LIBJPEG_DIR)\jconfig.h: $(LIBJPEG)
005534da74e9 ensure jconfig.h is made before lib is compiled
ps
parents: 1322
diff changeset
    58
2157
cb2a44bf922f automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2149
diff changeset
    59
1522
53e66e6de160 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1439
diff changeset
    60
# 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
    61
$(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
    62
$(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
    63
$(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
    64
$(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
    65
$(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
    66
$(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
    67
$(OUTDIR)DragHandler.$(O) DragHandler.$(H): DragHandler.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
2504
3393e3d4bf26 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 2467
diff changeset
    68
$(OUTDIR)DrawAdaptor.$(O) DrawAdaptor.$(H): DrawAdaptor.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
2215
ca5c07941edb automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2205
diff changeset
    69
$(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
    70
$(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
    71
$(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
    72
$(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
    73
$(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
    74
$(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
    75
$(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
    76
$(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
    77
$(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
    78
$(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
    79
$(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
    80
$(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
    81
$(OUTDIR)MIMETypeIconLibrary.$(O) MIMETypeIconLibrary.$(H): MIMETypeIconLibrary.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
2226
c5eaa99fbab4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2215
diff changeset
    82
$(OUTDIR)MIMETypes.$(O) MIMETypes.$(H): MIMETypes.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic\String.$(H) $(INCLUDE_TOP)\stx\libbasic\CharacterArray.$(H) $(INCLUDE_TOP)\stx\libbasic\ByteArray.$(H) $(INCLUDE_TOP)\stx\libbasic\UninterpretedBytes.$(H) $(INCLUDE_TOP)\stx\libbasic\ArrayedCollection.$(H) $(INCLUDE_TOP)\stx\libbasic\SequenceableCollection.$(H) $(INCLUDE_TOP)\stx\libbasic\Collection.$(H) $(STCHDR)
2215
ca5c07941edb automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2205
diff changeset
    83
$(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
    84
$(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
    85
$(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
    86
$(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
    87
$(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
    88
$(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
    89
$(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
    90
$(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
    91
$(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
    92
$(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
    93
$(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
    94
$(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)
2226
c5eaa99fbab4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2215
diff changeset
    95
$(OUTDIR)VisualComponent.$(O) VisualComponent.$(H): VisualComponent.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
2215
ca5c07941edb automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2205
diff changeset
    96
$(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
    97
$(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
    98
$(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
    99
$(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
   100
$(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
   101
$(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
   102
$(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
   103
$(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
   104
$(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
   105
$(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
   106
$(OUTDIR)ValueModel.$(O) ValueModel.$(H): ValueModel.st $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
2226
c5eaa99fbab4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2215
diff changeset
   107
$(OUTDIR)VisualPart.$(O) VisualPart.$(H): VisualPart.st $(INCLUDE_TOP)\stx\libview2\VisualComponent.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
2215
ca5c07941edb automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2205
diff changeset
   108
$(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
   109
$(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
   110
$(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
   111
$(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
   112
$(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
   113
$(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
   114
$(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
   115
$(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
   116
$(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
   117
$(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
   118
$(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)
2467
969aca5e326a automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2455
diff changeset
   119
$(OUTDIR)BooleanBlockValue.$(O) BooleanBlockValue.$(H): BooleanBlockValue.st $(INCLUDE_TOP)\stx\libview2\BlockValue.$(H) $(INCLUDE_TOP)\stx\libview2\ValueModel.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
2455
fcc2d4c4bc98 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2430
diff changeset
   120
$(OUTDIR)BooleanValueHolder.$(O) BooleanValueHolder.$(H): BooleanValueHolder.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)
2215
ca5c07941edb automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2205
diff changeset
   121
$(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)
2418
54a0dbb16290 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 2308
diff changeset
   122
$(OUTDIR)DictionaryAdaptor.$(O) DictionaryAdaptor.$(H): DictionaryAdaptor.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)
2215
ca5c07941edb automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2205
diff changeset
   123
$(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
   124
$(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
   125
$(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
   126
$(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
   127
$(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)
2513
cd9d023485be automatically generated by browser
Michael Beyl <mb@exept.de>
parents: 2504
diff changeset
   128
$(OUTDIR)WinPrinterContext.$(O) WinPrinterContext.$(H): WinPrinterContext.st $(INCLUDE_TOP)\stx\libview2\PrinterContext.$(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)
cd9d023485be automatically generated by browser
Michael Beyl <mb@exept.de>
parents: 2504
diff changeset
   129
$(OUTDIR)WinPrinterStream.$(O) WinPrinterStream.$(H): WinPrinterStream.st $(INCLUDE_TOP)\stx\libbasic2\PrinterStream.$(H) $(INCLUDE_TOP)\stx\libbasic\Stream.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
2215
ca5c07941edb automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2205
diff changeset
   130
1522
53e66e6de160 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1439
diff changeset
   131
# ENDMAKEDEPEND --- do not remove this line