bc.mak
author Claus Gittinger <cg@exept.de>
Tue, 03 Sep 2013 17:23:55 +0200
changeset 3228 187a4158a51a
parent 3174 396f361365c1
child 3233 e920e16b93e8
permissions -rw-r--r--
class: FlyByHelp changed: #initiateHelpFor:at:now: #showHelp:for: changed the flyBy suppression slightly: if the same text is to be shown again, do not show it except if the help is for another widget. (used to check for the text only previously)
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
3174
396f361365c1 automatically generated by browser
Michael Beyl <mb@exept.de>
parents: 3169
diff changeset
     1
# $Header: /cvs/stx/stx/libview2/bc.mak,v 1.103 2013-05-28 07:59:27 mb Exp $
1522
53e66e6de160 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1439
diff changeset
     2
#
2750
4e4006af79e5 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2732
diff changeset
     3
# DO NOT EDIT
3045
c1d2e8434d79 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3038
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
#
2992
652acb6c59e4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2962
diff changeset
     9
# Notice, that the name bc.mak is historical (from times, when only borland c was supported).
652acb6c59e4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2962
diff changeset
    10
# This file contains make rules for the win32 platform using either borland-bcc or visual-c.
2215
ca5c07941edb automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2205
diff changeset
    11
# It shares common definitions with the unix-make in Make.spec.
2992
652acb6c59e4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2962
diff changeset
    12
# The bc.mak supports the following targets:
2215
ca5c07941edb automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2205
diff changeset
    13
#    bmake         - compile all st-files to a classLib (dll)
ca5c07941edb automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2205
diff changeset
    14
#    bmake clean   - clean all temp files
ca5c07941edb automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2205
diff changeset
    15
#    bmake clobber - clean all
1522
53e66e6de160 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1439
diff changeset
    16
#
2955
95fd6902fd19 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2946
diff changeset
    17
# Historic Note:
3027
1fc717f1493c *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2992
diff changeset
    18
#  this used to contain only rules to make with borland
2955
95fd6902fd19 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2946
diff changeset
    19
#    (called via bmake, by "make.exe -f bc.mak")
95fd6902fd19 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2946
diff changeset
    20
#  this has changed; it is now also possible to build using microsoft visual c
95fd6902fd19 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2946
diff changeset
    21
#    (called via vcmake, by "make.exe -f bc.mak -DUSEVC")
2215
ca5c07941edb automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2205
diff changeset
    22
#
ca5c07941edb automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2205
diff changeset
    23
TOP=..
ca5c07941edb automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2205
diff changeset
    24
INCLUDE_TOP=$(TOP)\..
2157
cb2a44bf922f automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2149
diff changeset
    25
2791
02344341c004 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2757
diff changeset
    26
2750
4e4006af79e5 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2732
diff changeset
    27
# see stdHeader_bc for LIBVIEW2_BASE
4e4006af79e5 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2732
diff changeset
    28
LIB_BASE=$(LIBVIEW2_BASE)
4e4006af79e5 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2732
diff changeset
    29
2791
02344341c004 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2757
diff changeset
    30
2277
fd10b8c8eacf Rename stdRules_nt and stdHeader_nt to ..._bc
Stefan Vogel <sv@exept.de>
parents: 2242
diff changeset
    31
!INCLUDE $(TOP)\rules\stdHeader_bc
2157
cb2a44bf922f automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2149
diff changeset
    32
1854
35aa15f155ba *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1852
diff changeset
    33
!INCLUDE Make.spec
2157
cb2a44bf922f automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2149
diff changeset
    34
2205
2d08d5fadcd7 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2195
diff changeset
    35
LIBNAME=libstx_libview2
3125
1c272287ba51 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3078
diff changeset
    36
RESFILES=libview2.$(RES)
1522
53e66e6de160 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1439
diff changeset
    37
2157
cb2a44bf922f automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2149
diff changeset
    38
2962
adaab44dab90 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2955
diff changeset
    39
LIBJPEG_DIR=$(TOP)\support\libjpeg-6a
3045
c1d2e8434d79 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3038
diff changeset
    40
c1d2e8434d79 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3038
diff changeset
    41
!if defined(USEMINGW32) || defined(USEMINGW64)
c1d2e8434d79 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3038
diff changeset
    42
LIBJPEG=$(LIBJPEG_DIR)\$(OBJDIR)\libjpeg.a
c1d2e8434d79 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3038
diff changeset
    43
!else
3027
1fc717f1493c *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2992
diff changeset
    44
LIBJPEG=$(LIBJPEG_DIR)\$(OBJDIR)\libjpeg.lib
3045
c1d2e8434d79 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3038
diff changeset
    45
!endif
c1d2e8434d79 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3038
diff changeset
    46
1522
53e66e6de160 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1439
diff changeset
    47
CLOCAL_INCL=-I"$(LIBJPEG_DIR)"
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
3169
46353d73be51 automatically generated by browser
Michael Beyl <mb@exept.de>
parents: 3163
diff changeset
    50
LOCALINCLUDES= -I$(INCLUDE_TOP)\stx\libbasic -I$(INCLUDE_TOP)\stx\libbasic2 -I$(INCLUDE_TOP)\stx\libview
2455
fcc2d4c4bc98 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2430
diff changeset
    51
LOCALDEFINES=
2418
54a0dbb16290 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 2308
diff changeset
    52
2992
652acb6c59e4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2962
diff changeset
    53
STCLOCALOPT=-package=$(PACKAGE) -I. $(LOCALINCLUDES) -headerDir=. $(STCLOCALOPTIMIZATIONS) $(STCWARNINGS) $(LOCALDEFINES) $(COMMONSYMBOLS) -varPrefix=$(LIBNAME)
2425
c1130e9e94c8 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 2418
diff changeset
    54
LOCALLIBS=$(LIBJPEG)
2418
54a0dbb16290 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 2308
diff changeset
    55
2157
cb2a44bf922f automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2149
diff changeset
    56
OBJS= $(COMMON_OBJS) $(WIN32_OBJS)
cb2a44bf922f automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2149
diff changeset
    57
2638
9a379ac7406a automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2600
diff changeset
    58
ALL:: $(LIBJPEG) classLibRule
9a379ac7406a automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2600
diff changeset
    59
2757
d58807e5882c *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2750
diff changeset
    60
classLibRule: $(OUTDIR) $(OUTDIR)$(LIBNAME).dll
1522
53e66e6de160 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1439
diff changeset
    61
2277
fd10b8c8eacf Rename stdRules_nt and stdHeader_nt to ..._bc
Stefan Vogel <sv@exept.de>
parents: 2242
diff changeset
    62
!INCLUDE $(TOP)\rules\stdRules_bc
1522
53e66e6de160 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1439
diff changeset
    63
3125
1c272287ba51 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3078
diff changeset
    64
# build all mandatory prerequisite packages (containing superclasses) for this package
2574
5b4a2603a496 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2513
diff changeset
    65
prereq:
2750
4e4006af79e5 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2732
diff changeset
    66
	pushd ..\libbasic & $(MAKE_BAT) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
3169
46353d73be51 automatically generated by browser
Michael Beyl <mb@exept.de>
parents: 3163
diff changeset
    67
	pushd ..\libbasic2 & $(MAKE_BAT) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
2750
4e4006af79e5 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2732
diff changeset
    68
	pushd ..\libview & $(MAKE_BAT) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
2574
5b4a2603a496 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2513
diff changeset
    69
2157
cb2a44bf922f automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2149
diff changeset
    70
2791
02344341c004 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2757
diff changeset
    71
3125
1c272287ba51 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3078
diff changeset
    72
1522
53e66e6de160 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1439
diff changeset
    73
$(LIBJPEG):
2189
64225613663b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2181
diff changeset
    74
	cd $(LIBJPEG_DIR)
2946
24b5aba96611 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2858
diff changeset
    75
	$(MAKE_BAT)
2189
64225613663b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2181
diff changeset
    76
	cd ..\..\libview2
1522
53e66e6de160 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1439
diff changeset
    77
1365
005534da74e9 ensure jconfig.h is made before lib is compiled
ps
parents: 1322
diff changeset
    78
$(OUTDIR)JPEGReader.$(O):: $(LIBJPEG_DIR)\jconfig.h
005534da74e9 ensure jconfig.h is made before lib is compiled
ps
parents: 1322
diff changeset
    79
005534da74e9 ensure jconfig.h is made before lib is compiled
ps
parents: 1322
diff changeset
    80
$(LIBJPEG_DIR)\jconfig.h: $(LIBJPEG)
005534da74e9 ensure jconfig.h is made before lib is compiled
ps
parents: 1322
diff changeset
    81
2157
cb2a44bf922f automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2149
diff changeset
    82
2946
24b5aba96611 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2858
diff changeset
    83
3125
1c272287ba51 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3078
diff changeset
    84
clean::
1c272287ba51 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3078
diff changeset
    85
	del *.$(CSUFFIX)
1c272287ba51 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3078
diff changeset
    86
1522
53e66e6de160 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1439
diff changeset
    87
# 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
    88
$(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
    89
$(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
    90
$(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
    91
$(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
    92
$(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
    93
$(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
    94
$(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
    95
$(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
    96
$(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
    97
$(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
    98
$(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
    99
$(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
   100
$(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
   101
$(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
   102
$(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
   103
$(OUTDIR)Icon.$(O) Icon.$(H): Icon.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
2834
7015bffc7f1a automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 2807
diff changeset
   104
$(OUTDIR)ImageFrame.$(O) ImageFrame.$(H): ImageFrame.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
7015bffc7f1a automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 2807
diff changeset
   105
$(OUTDIR)ImageSequence.$(O) ImageSequence.$(H): ImageSequence.st $(INCLUDE_TOP)\stx\libbasic\OrderedCollection.$(H) $(INCLUDE_TOP)\stx\libbasic\SequenceableCollection.$(H) $(INCLUDE_TOP)\stx\libbasic\Collection.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
2215
ca5c07941edb automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2205
diff changeset
   106
$(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
   107
$(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
   108
$(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
   109
$(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
   110
$(OUTDIR)MIMETypeIconLibrary.$(O) MIMETypeIconLibrary.$(H): MIMETypeIconLibrary.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
3045
c1d2e8434d79 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3038
diff changeset
   111
$(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\UninterpretedBytes.$(H) $(INCLUDE_TOP)\stx\libbasic\ArrayedCollection.$(H) $(INCLUDE_TOP)\stx\libbasic\SequenceableCollection.$(H) $(INCLUDE_TOP)\stx\libbasic\Collection.$(H) $(STCHDR)
3125
1c272287ba51 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3078
diff changeset
   112
$(OUTDIR)MacOSXIconReader.$(O) MacOSXIconReader.$(H): MacOSXIconReader.st $(INCLUDE_TOP)\stx\libview\ImageReader.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
2215
ca5c07941edb automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2205
diff changeset
   113
$(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
   114
$(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
   115
$(OUTDIR)MultiImage.$(O) MultiImage.$(H): MultiImage.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
2713
7332a81783e5 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2655
diff changeset
   116
$(OUTDIR)PNGReader.$(O) PNGReader.$(H): PNGReader.st $(INCLUDE_TOP)\stx\libview\ImageReader.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
2215
ca5c07941edb automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2205
diff changeset
   117
$(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
   118
$(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
   119
$(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
   120
$(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
   121
$(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
   122
$(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
   123
$(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
   124
$(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
   125
$(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
   126
$(OUTDIR)WindowBuilder.$(O) WindowBuilder.$(H): WindowBuilder.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
2600
86214218df3f automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2574
diff changeset
   127
$(OUTDIR)WindowsIconReader.$(O) WindowsIconReader.$(H): WindowsIconReader.st $(INCLUDE_TOP)\stx\libview\ImageReader.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
2215
ca5c07941edb automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2205
diff changeset
   128
$(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
   129
$(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
   130
$(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
   131
$(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
   132
$(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
   133
$(OUTDIR)LayoutOrigin.$(O) LayoutOrigin.$(H): LayoutOrigin.st $(INCLUDE_TOP)\stx\libview2\Layout.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
2858
dcfc404c779d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2834
diff changeset
   134
$(OUTDIR)Menu.$(O) Menu.$(H): Menu.st $(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
   135
$(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
   136
$(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
   137
$(OUTDIR)ValueModel.$(O) ValueModel.$(H): ValueModel.st $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
2713
7332a81783e5 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2655
diff changeset
   138
$(OUTDIR)VisualComponent.$(O) VisualComponent.$(H): VisualComponent.st $(INCLUDE_TOP)\stx\libview2\DisplayObject.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
2215
ca5c07941edb automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2205
diff changeset
   139
$(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
   140
$(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
   141
$(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
   142
$(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
   143
$(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
   144
$(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
   145
$(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
   146
$(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
   147
$(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
   148
$(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)
2713
7332a81783e5 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2655
diff changeset
   149
$(OUTDIR)VisualPart.$(O) VisualPart.$(H): VisualPart.st $(INCLUDE_TOP)\stx\libview2\VisualComponent.$(H) $(INCLUDE_TOP)\stx\libview2\DisplayObject.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
2215
ca5c07941edb automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2205
diff changeset
   150
$(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
   151
$(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
   152
$(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
   153
$(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
   154
$(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
   155
$(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
   156
$(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
   157
$(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
   158
$(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
   159
$(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)
2992
652acb6c59e4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2962
diff changeset
   160
$(OUTDIR)AspectAdaptorWithDefault.$(O) AspectAdaptorWithDefault.$(H): AspectAdaptorWithDefault.st $(INCLUDE_TOP)\stx\libview2\AspectAdaptor.$(H) $(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)
3169
46353d73be51 automatically generated by browser
Michael Beyl <mb@exept.de>
parents: 3163
diff changeset
   161
$(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)
46353d73be51 automatically generated by browser
Michael Beyl <mb@exept.de>
parents: 3163
diff changeset
   162
$(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)
3045
c1d2e8434d79 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3038
diff changeset
   163
$(OUTDIR)extensions.$(O): extensions.st $(INCLUDE_TOP)\stx\libbasic\CharacterArray.$(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) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
2215
ca5c07941edb automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2205
diff changeset
   164
1522
53e66e6de160 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1439
diff changeset
   165
# ENDMAKEDEPEND --- do not remove this line