bc.mak
author Claus Gittinger <cg@exept.de>
Tue, 06 Oct 2009 09:55:56 +0200
changeset 5359 28f877ccfc93
parent 5307 606c2ea92ca8
child 5377 43be5d69368d
permissions -rw-r--r--
*** empty log message ***
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
5359
28f877ccfc93 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5307
diff changeset
     1
# $Header: /cvs/stx/stx/libview/bc.mak,v 1.74 2009-10-06 07:55:56 cg Exp $
3959
344656e5ada8 dll addresses
Claus Gittinger <cg@exept.de>
parents: 3890
diff changeset
     2
#
5359
28f877ccfc93 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5307
diff changeset
     3
# DO NOT EDIT
4589
ea5d10cb3666 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 4581
diff changeset
     4
# automagically generated from the projectDefinition: stx_libview.
ea5d10cb3666 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 4581
diff changeset
     5
#
ea5d10cb3666 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 4581
diff changeset
     6
# Warning: once you modify this file, do not rerun
ea5d10cb3666 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 4581
diff changeset
     7
# stmkmp or projectDefinition-build again - otherwise, your changes are lost.
3959
344656e5ada8 dll addresses
Claus Gittinger <cg@exept.de>
parents: 3890
diff changeset
     8
#
4589
ea5d10cb3666 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 4581
diff changeset
     9
# This file contains make rules for the win32 platform (using borland-bcc).
ea5d10cb3666 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 4581
diff changeset
    10
# It shares common definitions with the unix-make in Make.spec.
ea5d10cb3666 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 4581
diff changeset
    11
# The nt.mak supports the following targets:
ea5d10cb3666 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 4581
diff changeset
    12
#    bmake         - compile all st-files to a classLib (dll)
ea5d10cb3666 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 4581
diff changeset
    13
#    bmake clean   - clean all temp files
ea5d10cb3666 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 4581
diff changeset
    14
#    bmake clobber - clean all
ea5d10cb3666 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 4581
diff changeset
    15
#
3959
344656e5ada8 dll addresses
Claus Gittinger <cg@exept.de>
parents: 3890
diff changeset
    16
#
344656e5ada8 dll addresses
Claus Gittinger <cg@exept.de>
parents: 3890
diff changeset
    17
TOP=..
4589
ea5d10cb3666 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 4581
diff changeset
    18
INCLUDE_TOP=$(TOP)\..
ea5d10cb3666 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 4581
diff changeset
    19
4690
f68d06dd5401 Rename stdRules_nt and stdHeader_nt to ..._bc
Stefan Vogel <sv@exept.de>
parents: 4684
diff changeset
    20
!INCLUDE $(TOP)\rules\stdHeader_bc
4589
ea5d10cb3666 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 4581
diff changeset
    21
4545
ae3b41b3ad66 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4450
diff changeset
    22
!INCLUDE Make.spec
4273
1ba790db6d93 *** empty log message ***
ca
parents: 3959
diff changeset
    23
4589
ea5d10cb3666 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 4581
diff changeset
    24
LIBNAME=libstx_libview
4556
e53583f7a902 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4546
diff changeset
    25
RESFILES=libview.res
4589
ea5d10cb3666 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 4581
diff changeset
    26
ea5d10cb3666 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 4581
diff changeset
    27
4695
733814c90449 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 4690
diff changeset
    28
# see stdHeader_bc for LIBVIEW_BASE
733814c90449 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 4690
diff changeset
    29
LIB_BASE_LD_ARG=-b:$(LIBVIEW_BASE)
733814c90449 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 4690
diff changeset
    30
5103
92acfface051 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 5097
diff changeset
    31
!ifdef USEBC
92acfface051 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 5097
diff changeset
    32
92acfface051 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 5097
diff changeset
    33
X11_LIBS=..\libbc\X11OMF.lib ..\libbc\XextOMF.lib
92acfface051 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 5097
diff changeset
    34
92acfface051 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 5097
diff changeset
    35
!else
92acfface051 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 5097
diff changeset
    36
92acfface051 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 5097
diff changeset
    37
X11_LIBS=..\lib\X11.lib ..\lib\Xext.lib
92acfface051 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 5097
diff changeset
    38
92acfface051 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 5097
diff changeset
    39
!endif
92acfface051 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 5097
diff changeset
    40
3959
344656e5ada8 dll addresses
Claus Gittinger <cg@exept.de>
parents: 3890
diff changeset
    41
4862
daa4f7042178 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 4748
diff changeset
    42
LOCALINCLUDES= -I$(INCLUDE_TOP)\stx\libbasic
5011
cc87a35551ef automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 4919
diff changeset
    43
LOCALDEFINES=
4862
daa4f7042178 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 4748
diff changeset
    44
daa4f7042178 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 4748
diff changeset
    45
STCLOCALOPT=-package=$(PACKAGE) -I. $(LOCALINCLUDES) -H. $(STCLOCALOPTIMIZATIONS) $(STCWARNINGS) $(LOCALDEFINES) $(COMMONSYMBOLS) -varPrefix=$(LIBNAME)
daa4f7042178 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 4748
diff changeset
    46
LOCALLIBS=
daa4f7042178 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 4748
diff changeset
    47
4546
4b84310a855f *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4545
diff changeset
    48
OBJS= $(COMMON_OBJS) $(WIN32_OBJS)
4b84310a855f *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4545
diff changeset
    49
5238
5c2868c741aa automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 5178
diff changeset
    50
ALL::  classLibRule
5c2868c741aa automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 5178
diff changeset
    51
5359
28f877ccfc93 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5307
diff changeset
    52
classLibRule: $(OUTDIR) $(OUTDIR)$(LIBNAME).dll
4589
ea5d10cb3666 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 4581
diff changeset
    53
4690
f68d06dd5401 Rename stdRules_nt and stdHeader_nt to ..._bc
Stefan Vogel <sv@exept.de>
parents: 4684
diff changeset
    54
!INCLUDE $(TOP)\rules\stdRules_bc
3959
344656e5ada8 dll addresses
Claus Gittinger <cg@exept.de>
parents: 3890
diff changeset
    55
5089
5ae03c33e2e6 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 5011
diff changeset
    56
# build all prerequisite packages for this package
5ae03c33e2e6 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 5011
diff changeset
    57
prereq:
5156
5ea17c7a9edf automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 5103
diff changeset
    58
	pushd ..\libbasic & bmake "CFLAGS_LOCAL=$(GLOBALDEFINES) "
5ea17c7a9edf automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 5103
diff changeset
    59
	pushd ..\libbasic2 & bmake "CFLAGS_LOCAL=$(GLOBALDEFINES) "
5ea17c7a9edf automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 5103
diff changeset
    60
	pushd ..\librun & bmake "CFLAGS_LOCAL=$(GLOBALDEFINES) "
5089
5ae03c33e2e6 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 5011
diff changeset
    61
5ae03c33e2e6 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 5011
diff changeset
    62
5103
92acfface051 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 5097
diff changeset
    63
#
92acfface051 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 5097
diff changeset
    64
92acfface051 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 5097
diff changeset
    65
..\libbc\X11OMF.lib: ..\support\win32\borland\X11OMF.lib
92acfface051 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 5097
diff changeset
    66
	copy ..\support\win32\borland\X11OMF.lib ..\libbc
92acfface051 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 5097
diff changeset
    67
92acfface051 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 5097
diff changeset
    68
..\libbc\XextOMF.lib: ..\support\win32\borland\XextOMF.lib
92acfface051 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 5097
diff changeset
    69
	copy ..\support\win32\borland\XextOMF.lib ..\libbc
92acfface051 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 5097
diff changeset
    70
92acfface051 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 5097
diff changeset
    71
..\lib\X11.lib: ..\support\win32\msc\X11.lib
92acfface051 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 5097
diff changeset
    72
	copy ..\support\win32\borland\X11.lib ..\lib
92acfface051 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 5097
diff changeset
    73
92acfface051 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 5097
diff changeset
    74
..\lib\Xext.lib: ..\support\win32\borland\Xext.lib
92acfface051 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 5097
diff changeset
    75
	copy ..\support\win32\borland\Xext.lib ..\lib
92acfface051 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 5097
diff changeset
    76
3959
344656e5ada8 dll addresses
Claus Gittinger <cg@exept.de>
parents: 3890
diff changeset
    77
4589
ea5d10cb3666 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 4581
diff changeset
    78
3959
344656e5ada8 dll addresses
Claus Gittinger <cg@exept.de>
parents: 3890
diff changeset
    79
# BEGINMAKEDEPEND --- do not remove this line; make depend needs it
4919
4043b874bd5d automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 4884
diff changeset
    80
$(OUTDIR)Border.$(O) Border.$(H): Border.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
4589
ea5d10cb3666 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 4581
diff changeset
    81
$(OUTDIR)Color.$(O) Color.$(H): Color.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
ea5d10cb3666 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 4581
diff changeset
    82
$(OUTDIR)Colormap.$(O) Colormap.$(H): Colormap.st $(INCLUDE_TOP)\stx\libbasic\SequenceableCollection.$(H) $(INCLUDE_TOP)\stx\libbasic\Collection.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
ea5d10cb3666 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 4581
diff changeset
    83
$(OUTDIR)Controller.$(O) Controller.$(H): Controller.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
ea5d10cb3666 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 4581
diff changeset
    84
$(OUTDIR)Cursor.$(O) Cursor.$(H): Cursor.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
ea5d10cb3666 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 4581
diff changeset
    85
$(OUTDIR)DeviceHandle.$(O) DeviceHandle.$(H): DeviceHandle.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
5300
44096a6fb382 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 5281
diff changeset
    86
$(OUTDIR)Event.$(O) Event.$(H): Event.st $(INCLUDE_TOP)\stx\libbasic\MessageSend.$(H) $(INCLUDE_TOP)\stx\libbasic\Message.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
4589
ea5d10cb3666 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 4581
diff changeset
    87
$(OUTDIR)FontDescription.$(O) FontDescription.$(H): FontDescription.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
ea5d10cb3666 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 4581
diff changeset
    88
$(OUTDIR)GraphicsContext.$(O) GraphicsContext.$(H): GraphicsContext.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
ea5d10cb3666 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 4581
diff changeset
    89
$(OUTDIR)GraphicsDevice.$(O) GraphicsDevice.$(H): GraphicsDevice.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
ea5d10cb3666 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 4581
diff changeset
    90
$(OUTDIR)Image.$(O) Image.$(H): Image.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
ea5d10cb3666 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 4581
diff changeset
    91
$(OUTDIR)ImageReader.$(O) ImageReader.$(H): ImageReader.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
ea5d10cb3666 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 4581
diff changeset
    92
$(OUTDIR)KeyboardForwarder.$(O) KeyboardForwarder.$(H): KeyboardForwarder.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
ea5d10cb3666 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 4581
diff changeset
    93
$(OUTDIR)KeyboardMap.$(O) KeyboardMap.$(H): KeyboardMap.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)
ea5d10cb3666 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 4581
diff changeset
    94
$(OUTDIR)ResourcePack.$(O) ResourcePack.$(H): ResourcePack.st $(INCLUDE_TOP)\stx\libbasic\Dictionary.$(H) $(INCLUDE_TOP)\stx\libbasic\Set.$(H) $(INCLUDE_TOP)\stx\libbasic\Collection.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
ea5d10cb3666 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 4581
diff changeset
    95
$(OUTDIR)WindowGroup.$(O) WindowGroup.$(H): WindowGroup.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
ea5d10cb3666 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 4581
diff changeset
    96
$(OUTDIR)WindowSensor.$(O) WindowSensor.$(H): WindowSensor.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
ea5d10cb3666 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 4581
diff changeset
    97
$(OUTDIR)WindowingTransformation.$(O) WindowingTransformation.$(H): WindowingTransformation.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
ea5d10cb3666 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 4581
diff changeset
    98
$(OUTDIR)stx_libview.$(O) stx_libview.$(H): stx_libview.st $(INCLUDE_TOP)\stx\libbasic\LibraryDefinition.$(H) $(INCLUDE_TOP)\stx\libbasic\ProjectDefinition.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
ea5d10cb3666 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 4581
diff changeset
    99
$(OUTDIR)ColorPalette.$(O) ColorPalette.$(H): ColorPalette.st $(INCLUDE_TOP)\stx\libview\Colormap.$(H) $(INCLUDE_TOP)\stx\libbasic\SequenceableCollection.$(H) $(INCLUDE_TOP)\stx\libbasic\Collection.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
ea5d10cb3666 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 4581
diff changeset
   100
$(OUTDIR)Depth16Image.$(O) Depth16Image.$(H): Depth16Image.st $(INCLUDE_TOP)\stx\libview\Image.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
ea5d10cb3666 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 4581
diff changeset
   101
$(OUTDIR)Depth1Image.$(O) Depth1Image.$(H): Depth1Image.st $(INCLUDE_TOP)\stx\libview\Image.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
ea5d10cb3666 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 4581
diff changeset
   102
$(OUTDIR)Depth24Image.$(O) Depth24Image.$(H): Depth24Image.st $(INCLUDE_TOP)\stx\libview\Image.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
ea5d10cb3666 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 4581
diff changeset
   103
$(OUTDIR)Depth2Image.$(O) Depth2Image.$(H): Depth2Image.st $(INCLUDE_TOP)\stx\libview\Image.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
ea5d10cb3666 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 4581
diff changeset
   104
$(OUTDIR)Depth32Image.$(O) Depth32Image.$(H): Depth32Image.st $(INCLUDE_TOP)\stx\libview\Image.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
5300
44096a6fb382 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 5281
diff changeset
   105
$(OUTDIR)Depth48Image.$(O) Depth48Image.$(H): Depth48Image.st $(INCLUDE_TOP)\stx\libview\Image.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
4589
ea5d10cb3666 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 4581
diff changeset
   106
$(OUTDIR)Depth4Image.$(O) Depth4Image.$(H): Depth4Image.st $(INCLUDE_TOP)\stx\libview\Image.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
5307
606c2ea92ca8 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 5300
diff changeset
   107
$(OUTDIR)Depth64Image.$(O) Depth64Image.$(H): Depth64Image.st $(INCLUDE_TOP)\stx\libview\Image.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
4589
ea5d10cb3666 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 4581
diff changeset
   108
$(OUTDIR)Depth8Image.$(O) Depth8Image.$(H): Depth8Image.st $(INCLUDE_TOP)\stx\libview\Image.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
ea5d10cb3666 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 4581
diff changeset
   109
$(OUTDIR)DeviceGraphicsContext.$(O) DeviceGraphicsContext.$(H): DeviceGraphicsContext.st $(INCLUDE_TOP)\stx\libview\GraphicsContext.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
ea5d10cb3666 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 4581
diff changeset
   110
$(OUTDIR)Font.$(O) Font.$(H): Font.st $(INCLUDE_TOP)\stx\libview\FontDescription.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
ea5d10cb3666 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 4581
diff changeset
   111
$(OUTDIR)HostGraphicsDevice.$(O) HostGraphicsDevice.$(H): HostGraphicsDevice.st $(INCLUDE_TOP)\stx\libview\GraphicsDevice.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
ea5d10cb3666 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 4581
diff changeset
   112
$(OUTDIR)SynchronousWindowSensor.$(O) SynchronousWindowSensor.$(H): SynchronousWindowSensor.st $(INCLUDE_TOP)\stx\libview\WindowSensor.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
ea5d10cb3666 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 4581
diff changeset
   113
$(OUTDIR)ViewStyle.$(O) ViewStyle.$(H): ViewStyle.st $(INCLUDE_TOP)\stx\libview\ResourcePack.$(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)
5300
44096a6fb382 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 5281
diff changeset
   114
$(OUTDIR)WindowEvent.$(O) WindowEvent.$(H): WindowEvent.st $(INCLUDE_TOP)\stx\libview\Event.$(H) $(INCLUDE_TOP)\stx\libbasic\MessageSend.$(H) $(INCLUDE_TOP)\stx\libbasic\Message.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
4589
ea5d10cb3666 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 4581
diff changeset
   115
$(OUTDIR)DeviceWorkstation.$(O) DeviceWorkstation.$(H): DeviceWorkstation.st $(INCLUDE_TOP)\stx\libview\HostGraphicsDevice.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsDevice.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
ea5d10cb3666 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 4581
diff changeset
   116
$(OUTDIR)GraphicsMedium.$(O) GraphicsMedium.$(H): GraphicsMedium.st $(INCLUDE_TOP)\stx\libview\DeviceGraphicsContext.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsContext.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
ea5d10cb3666 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 4581
diff changeset
   117
$(OUTDIR)ImageMask.$(O) ImageMask.$(H): ImageMask.st $(INCLUDE_TOP)\stx\libview\Depth1Image.$(H) $(INCLUDE_TOP)\stx\libview\Image.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
ea5d10cb3666 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 4581
diff changeset
   118
$(OUTDIR)MappedPalette.$(O) MappedPalette.$(H): MappedPalette.st $(INCLUDE_TOP)\stx\libview\ColorPalette.$(H) $(INCLUDE_TOP)\stx\libview\Colormap.$(H) $(INCLUDE_TOP)\stx\libbasic\SequenceableCollection.$(H) $(INCLUDE_TOP)\stx\libbasic\Collection.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
4684
13dc553c11cb automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 4603
diff changeset
   119
$(OUTDIR)DisplaySurface.$(O) DisplaySurface.$(H): DisplaySurface.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) $(INCLUDE_TOP)\stx\libview\DeviceHandle.$(H) $(STCHDR)
13dc553c11cb automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 4603
diff changeset
   120
$(OUTDIR)Form.$(O) Form.$(H): Form.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) $(INCLUDE_TOP)\stx\libview\DeviceHandle.$(H) $(STCHDR)
4589
ea5d10cb3666 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 4581
diff changeset
   121
$(OUTDIR)MonoMappedPalette.$(O) MonoMappedPalette.$(H): MonoMappedPalette.st $(INCLUDE_TOP)\stx\libview\MappedPalette.$(H) $(INCLUDE_TOP)\stx\libview\ColorPalette.$(H) $(INCLUDE_TOP)\stx\libview\Colormap.$(H) $(INCLUDE_TOP)\stx\libbasic\SequenceableCollection.$(H) $(INCLUDE_TOP)\stx\libbasic\Collection.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
ea5d10cb3666 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 4581
diff changeset
   122
$(OUTDIR)DisplayRootView.$(O) DisplayRootView.$(H): DisplayRootView.st $(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)
5300
44096a6fb382 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 5281
diff changeset
   123
$(OUTDIR)SimpleView.$(O) SimpleView.$(H): SimpleView.st $(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) $(INCLUDE_TOP)\stx\libbasic\Notification.$(H) $(INCLUDE_TOP)\stx\libbasic\GenericException.$(H) $(STCHDR)
4589
ea5d10cb3666 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 4581
diff changeset
   124
$(OUTDIR)ShadowView.$(O) ShadowView.$(H): ShadowView.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)
ea5d10cb3666 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 4581
diff changeset
   125
$(OUTDIR)View.$(O) View.$(H): View.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)
ea5d10cb3666 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 4581
diff changeset
   126
$(OUTDIR)TopView.$(O) TopView.$(H): TopView.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)
ea5d10cb3666 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 4581
diff changeset
   127
$(OUTDIR)PopUpView.$(O) PopUpView.$(H): PopUpView.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)
ea5d10cb3666 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 4581
diff changeset
   128
$(OUTDIR)StandardSystemView.$(O) StandardSystemView.$(H): StandardSystemView.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)
ea5d10cb3666 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 4581
diff changeset
   129
$(OUTDIR)ModalBox.$(O) ModalBox.$(H): ModalBox.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)
5300
44096a6fb382 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 5281
diff changeset
   130
$(OUTDIR)WinWorkstation.$(O) WinWorkstation.$(H): WinWorkstation.st $(INCLUDE_TOP)\stx\libview\DeviceWorkstation.$(H) $(INCLUDE_TOP)\stx\libview\HostGraphicsDevice.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsDevice.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview\DeviceHandle.$(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)
4589
ea5d10cb3666 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 4581
diff changeset
   131
3959
344656e5ada8 dll addresses
Claus Gittinger <cg@exept.de>
parents: 3890
diff changeset
   132
# ENDMAKEDEPEND --- do not remove this line