bc.mak
author Stefan Vogel <sv@exept.de>
Mon, 13 Mar 2017 09:54:33 +0100
changeset 3941 dd9237d3a727
parent 3837 276ba1f66562
child 3856 47878d05e8e8
child 4300 0bf88556eb93
permissions -rw-r--r--
#BUGFIX by stefan class: MIMETypes application/xml -> #isXmlType
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
3565
76899d7114cd switch to v9
Claus Gittinger <cg@exept.de>
parents: 3430
diff changeset
     1
# $Header$
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
3388
339c3cd18a4b class: SimpleView
Claus Gittinger <cg@exept.de>
parents: 3371
diff changeset
    36
MODULE_PATH=libview2
3712
a3f0fb4d2051 New View class hierarchy due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 3698
diff changeset
    37
RESFILES=stx_libview2WINrc.$(RES)
1522
53e66e6de160 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1439
diff changeset
    38
2157
cb2a44bf922f automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2149
diff changeset
    39
3645
23539b1ddd22 libjpeg9
Claus Gittinger <cg@exept.de>
parents: 3643
diff changeset
    40
# LIBJPEG_DIR=$(TOP)\support\libjpeg-6a
3643
2233cd0da7bd *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 3631
diff changeset
    41
LIBJPEG_DIR=$(TOP)\support\libjpeg-9
3045
c1d2e8434d79 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3038
diff changeset
    42
c1d2e8434d79 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3038
diff changeset
    43
!if defined(USEMINGW32) || defined(USEMINGW64)
c1d2e8434d79 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3038
diff changeset
    44
LIBJPEG=$(LIBJPEG_DIR)\$(OBJDIR)\libjpeg.a
c1d2e8434d79 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3038
diff changeset
    45
!else
3027
1fc717f1493c *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2992
diff changeset
    46
LIBJPEG=$(LIBJPEG_DIR)\$(OBJDIR)\libjpeg.lib
3045
c1d2e8434d79 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3038
diff changeset
    47
!endif
c1d2e8434d79 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3038
diff changeset
    48
1522
53e66e6de160 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1439
diff changeset
    49
CLOCAL_INCL=-I"$(LIBJPEG_DIR)"
53e66e6de160 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1439
diff changeset
    50
2157
cb2a44bf922f automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2149
diff changeset
    51
3837
276ba1f66562 moved DragRectangleController
Claus Gittinger <cg@exept.de>
parents: 3827
diff changeset
    52
LOCALINCLUDES=$(JPEG_INCLUDE) -I$(INCLUDE_TOP)\stx\libbasic -I$(INCLUDE_TOP)\stx\libbasic2 -I$(INCLUDE_TOP)\stx\libui -I$(INCLUDE_TOP)\stx\libview
2455
fcc2d4c4bc98 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2430
diff changeset
    53
LOCALDEFINES=
2418
54a0dbb16290 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 2308
diff changeset
    54
2992
652acb6c59e4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2962
diff changeset
    55
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
    56
LOCALLIBS=$(LIBJPEG)
2418
54a0dbb16290 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 2308
diff changeset
    57
2157
cb2a44bf922f automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2149
diff changeset
    58
OBJS= $(COMMON_OBJS) $(WIN32_OBJS)
cb2a44bf922f automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2149
diff changeset
    59
2638
9a379ac7406a automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2600
diff changeset
    60
ALL:: $(LIBJPEG) classLibRule
9a379ac7406a automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2600
diff changeset
    61
2757
d58807e5882c *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2750
diff changeset
    62
classLibRule: $(OUTDIR) $(OUTDIR)$(LIBNAME).dll
1522
53e66e6de160 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1439
diff changeset
    63
2277
fd10b8c8eacf Rename stdRules_nt and stdHeader_nt to ..._bc
Stefan Vogel <sv@exept.de>
parents: 2242
diff changeset
    64
!INCLUDE $(TOP)\rules\stdRules_bc
1522
53e66e6de160 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1439
diff changeset
    65
3125
1c272287ba51 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3078
diff changeset
    66
# 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
    67
prereq:
2750
4e4006af79e5 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2732
diff changeset
    68
	pushd ..\libbasic & $(MAKE_BAT) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
3169
46353d73be51 automatically generated by browser
Michael Beyl <mb@exept.de>
parents: 3163
diff changeset
    69
	pushd ..\libbasic2 & $(MAKE_BAT) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
2750
4e4006af79e5 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2732
diff changeset
    70
	pushd ..\libview & $(MAKE_BAT) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
2574
5b4a2603a496 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2513
diff changeset
    71
2157
cb2a44bf922f automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2149
diff changeset
    72
2791
02344341c004 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2757
diff changeset
    73
3125
1c272287ba51 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3078
diff changeset
    74
1522
53e66e6de160 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1439
diff changeset
    75
$(LIBJPEG):
2189
64225613663b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2181
diff changeset
    76
	cd $(LIBJPEG_DIR)
2946
24b5aba96611 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2858
diff changeset
    77
	$(MAKE_BAT)
2189
64225613663b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2181
diff changeset
    78
	cd ..\..\libview2
1522
53e66e6de160 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1439
diff changeset
    79
1365
005534da74e9 ensure jconfig.h is made before lib is compiled
ps
parents: 1322
diff changeset
    80
$(OUTDIR)JPEGReader.$(O):: $(LIBJPEG_DIR)\jconfig.h
005534da74e9 ensure jconfig.h is made before lib is compiled
ps
parents: 1322
diff changeset
    81
005534da74e9 ensure jconfig.h is made before lib is compiled
ps
parents: 1322
diff changeset
    82
$(LIBJPEG_DIR)\jconfig.h: $(LIBJPEG)
005534da74e9 ensure jconfig.h is made before lib is compiled
ps
parents: 1322
diff changeset
    83
2157
cb2a44bf922f automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2149
diff changeset
    84
2946
24b5aba96611 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2858
diff changeset
    85
3371
9bb31c5c0227 initial checkin
Claus Gittinger <cg@exept.de>
parents: 3274
diff changeset
    86
9bb31c5c0227 initial checkin
Claus Gittinger <cg@exept.de>
parents: 3274
diff changeset
    87
test: $(TOP)\goodies\builder\reports\NUL
9bb31c5c0227 initial checkin
Claus Gittinger <cg@exept.de>
parents: 3274
diff changeset
    88
	pushd $(TOP)\goodies\builder\reports & $(MAKE_BAT)
9bb31c5c0227 initial checkin
Claus Gittinger <cg@exept.de>
parents: 3274
diff changeset
    89
	$(TOP)\goodies\builder\reports\report-runner.bat -D . -r Builder::TestReport -p $(PACKAGE)
3712
a3f0fb4d2051 New View class hierarchy due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 3698
diff changeset
    90
        
3125
1c272287ba51 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3078
diff changeset
    91
clean::
3698
30d7a21bff99 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 3645
diff changeset
    92
	-del *.$(CSUFFIX)
3125
1c272287ba51 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3078
diff changeset
    93
3371
9bb31c5c0227 initial checkin
Claus Gittinger <cg@exept.de>
parents: 3274
diff changeset
    94
1522
53e66e6de160 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1439
diff changeset
    95
# BEGINMAKEDEPEND --- do not remove this line; make depend needs it
3712
a3f0fb4d2051 New View class hierarchy due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 3698
diff changeset
    96
$(OUTDIR)ActiveHelpView.$(O) ActiveHelpView.$(C) ActiveHelpView.$(H): ActiveHelpView.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview\DisplaySurface.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsMedium.$(H) $(INCLUDE_TOP)\stx\libview\SimpleView.$(H) $(INCLUDE_TOP)\stx\libview\View.$(H) $(STCHDR)
a3f0fb4d2051 New View class hierarchy due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 3698
diff changeset
    97
$(OUTDIR)ApplicationSubView.$(O) ApplicationSubView.$(C) ApplicationSubView.$(H): ApplicationSubView.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview\DisplaySurface.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsMedium.$(H) $(INCLUDE_TOP)\stx\libview\SimpleView.$(H) $(INCLUDE_TOP)\stx\libview\View.$(H) $(STCHDR)
a3f0fb4d2051 New View class hierarchy due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 3698
diff changeset
    98
$(OUTDIR)ApplicationWindow.$(O) ApplicationWindow.$(C) ApplicationWindow.$(H): ApplicationWindow.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview\DisplaySurface.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsMedium.$(H) $(INCLUDE_TOP)\stx\libview\SimpleView.$(H) $(INCLUDE_TOP)\stx\libview\StandardSystemView.$(H) $(INCLUDE_TOP)\stx\libview\TopView.$(H) $(INCLUDE_TOP)\stx\libview\View.$(H) $(STCHDR)
3631
9b995b8399cb c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 3565
diff changeset
    99
$(OUTDIR)ColorValue.$(O) ColorValue.$(C) ColorValue.$(H): ColorValue.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview\Color.$(H) $(STCHDR)
9b995b8399cb c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 3565
diff changeset
   100
$(OUTDIR)DisplayObject.$(O) DisplayObject.$(C) DisplayObject.$(H): DisplayObject.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
9b995b8399cb c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 3565
diff changeset
   101
$(OUTDIR)DragAndDropManager.$(O) DragAndDropManager.$(C) DragAndDropManager.$(H): DragAndDropManager.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
9b995b8399cb c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 3565
diff changeset
   102
$(OUTDIR)DragHandler.$(O) DragHandler.$(C) DragHandler.$(H): DragHandler.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
9b995b8399cb c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 3565
diff changeset
   103
$(OUTDIR)DrawAdaptor.$(O) DrawAdaptor.$(C) DrawAdaptor.$(H): DrawAdaptor.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
9b995b8399cb c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 3565
diff changeset
   104
$(OUTDIR)DropContext.$(O) DropContext.$(C) DropContext.$(H): DropContext.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
9b995b8399cb c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 3565
diff changeset
   105
$(OUTDIR)DropObject.$(O) DropObject.$(C) DropObject.$(H): DropObject.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
9b995b8399cb c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 3565
diff changeset
   106
$(OUTDIR)DropSource.$(O) DropSource.$(C) DropSource.$(H): DropSource.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
9b995b8399cb c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 3565
diff changeset
   107
$(OUTDIR)DropTarget.$(O) DropTarget.$(C) DropTarget.$(H): DropTarget.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
9b995b8399cb c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 3565
diff changeset
   108
$(OUTDIR)EventListener.$(O) EventListener.$(C) EventListener.$(H): EventListener.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
3712
a3f0fb4d2051 New View class hierarchy due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 3698
diff changeset
   109
$(OUTDIR)ExternalTopView.$(O) ExternalTopView.$(C) ExternalTopView.$(H): ExternalTopView.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview\DisplaySurface.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsMedium.$(H) $(INCLUDE_TOP)\stx\libview\SimpleView.$(H) $(INCLUDE_TOP)\stx\libview\TopView.$(H) $(INCLUDE_TOP)\stx\libview\View.$(H) $(STCHDR)
3631
9b995b8399cb c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 3565
diff changeset
   110
$(OUTDIR)GIFReader.$(O) GIFReader.$(C) GIFReader.$(H): GIFReader.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview\ImageReader.$(H) $(STCHDR)
9b995b8399cb c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 3565
diff changeset
   111
$(OUTDIR)Icon.$(O) Icon.$(C) Icon.$(H): Icon.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
9b995b8399cb c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 3565
diff changeset
   112
$(OUTDIR)ImageFrame.$(O) ImageFrame.$(C) ImageFrame.$(H): ImageFrame.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
9b995b8399cb c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 3565
diff changeset
   113
$(OUTDIR)ImageSequence.$(O) ImageSequence.$(C) ImageSequence.$(H): ImageSequence.st $(INCLUDE_TOP)\stx\libbasic\Collection.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic\OrderedCollection.$(H) $(INCLUDE_TOP)\stx\libbasic\SequenceableCollection.$(H) $(STCHDR)
3712
a3f0fb4d2051 New View class hierarchy due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 3698
diff changeset
   114
$(OUTDIR)InputView.$(O) InputView.$(C) InputView.$(H): InputView.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview\DisplaySurface.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsMedium.$(H) $(INCLUDE_TOP)\stx\libview\SimpleView.$(H) $(STCHDR)
3631
9b995b8399cb c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 3565
diff changeset
   115
$(OUTDIR)JPEGReader.$(O) JPEGReader.$(C) JPEGReader.$(H): JPEGReader.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview\ImageReader.$(H) $(STCHDR)
9b995b8399cb c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 3565
diff changeset
   116
$(OUTDIR)KeyboardProcessor.$(O) KeyboardProcessor.$(C) KeyboardProcessor.$(H): KeyboardProcessor.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
9b995b8399cb c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 3565
diff changeset
   117
$(OUTDIR)Layout.$(O) Layout.$(C) Layout.$(H): Layout.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
9b995b8399cb c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 3565
diff changeset
   118
$(OUTDIR)MIMETypeIconLibrary.$(O) MIMETypeIconLibrary.$(C) MIMETypeIconLibrary.$(H): MIMETypeIconLibrary.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
9b995b8399cb c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 3565
diff changeset
   119
$(OUTDIR)MIMETypes.$(O) MIMETypes.$(C) MIMETypes.$(H): MIMETypes.st $(INCLUDE_TOP)\stx\libbasic\ArrayedCollection.$(H) $(INCLUDE_TOP)\stx\libbasic\CharacterArray.$(H) $(INCLUDE_TOP)\stx\libbasic\Collection.$(H) $(INCLUDE_TOP)\stx\libbasic\ImmutableString.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic\SequenceableCollection.$(H) $(INCLUDE_TOP)\stx\libbasic\String.$(H) $(INCLUDE_TOP)\stx\libbasic\UninterpretedBytes.$(H) $(STCHDR)
9b995b8399cb c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 3565
diff changeset
   120
$(OUTDIR)MacOSXIconReader.$(O) MacOSXIconReader.$(C) MacOSXIconReader.$(H): MacOSXIconReader.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview\ImageReader.$(H) $(STCHDR)
9b995b8399cb c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 3565
diff changeset
   121
$(OUTDIR)MenuItem.$(O) MenuItem.$(C) MenuItem.$(H): MenuItem.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
9b995b8399cb c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 3565
diff changeset
   122
$(OUTDIR)Model.$(O) Model.$(C) Model.$(H): Model.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
9b995b8399cb c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 3565
diff changeset
   123
$(OUTDIR)MultiImage.$(O) MultiImage.$(C) MultiImage.$(H): MultiImage.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
9b995b8399cb c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 3565
diff changeset
   124
$(OUTDIR)PNGReader.$(O) PNGReader.$(C) PNGReader.$(H): PNGReader.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview\ImageReader.$(H) $(STCHDR)
3712
a3f0fb4d2051 New View class hierarchy due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 3698
diff changeset
   125
$(OUTDIR)PopUpBanner.$(O) PopUpBanner.$(C) PopUpBanner.$(H): PopUpBanner.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview\DisplaySurface.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsMedium.$(H) $(INCLUDE_TOP)\stx\libview\PopUpView.$(H) $(INCLUDE_TOP)\stx\libview\SimpleView.$(H) $(INCLUDE_TOP)\stx\libview\TopView.$(H) $(INCLUDE_TOP)\stx\libview\View.$(H) $(STCHDR)
3631
9b995b8399cb c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 3565
diff changeset
   126
$(OUTDIR)PrintConverter.$(O) PrintConverter.$(C) PrintConverter.$(H): PrintConverter.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
3712
a3f0fb4d2051 New View class hierarchy due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 3698
diff changeset
   127
$(OUTDIR)PrinterContext.$(O) PrinterContext.$(C) PrinterContext.$(H): PrinterContext.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview\DeviceGraphicsContext.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsContext.$(H) $(STCHDR)
3631
9b995b8399cb c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 3565
diff changeset
   128
$(OUTDIR)PropertyListDictionary.$(O) PropertyListDictionary.$(C) PropertyListDictionary.$(H): PropertyListDictionary.st $(INCLUDE_TOP)\stx\libbasic\Collection.$(H) $(INCLUDE_TOP)\stx\libbasic\Dictionary.$(H) $(INCLUDE_TOP)\stx\libbasic\IdentityDictionary.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic\Set.$(H) $(STCHDR)
9b995b8399cb c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 3565
diff changeset
   129
$(OUTDIR)ResourceRetriever.$(O) ResourceRetriever.$(C) ResourceRetriever.$(H): ResourceRetriever.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
9b995b8399cb c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 3565
diff changeset
   130
$(OUTDIR)StandardSystemController.$(O) StandardSystemController.$(C) StandardSystemController.$(H): StandardSystemController.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview\Controller.$(H) $(STCHDR)
3712
a3f0fb4d2051 New View class hierarchy due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 3698
diff changeset
   131
$(OUTDIR)TIFFReader.$(O) TIFFReader.$(C) TIFFReader.$(H): TIFFReader.st $(INCLUDE_TOP)\stx\libbasic\Collection.$(H) $(INCLUDE_TOP)\stx\libbasic\Dictionary.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic\Set.$(H) $(INCLUDE_TOP)\stx\libview\ImageReader.$(H) $(STCHDR)
a3f0fb4d2051 New View class hierarchy due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 3698
diff changeset
   132
$(OUTDIR)TransparentBox.$(O) TransparentBox.$(C) TransparentBox.$(H): TransparentBox.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview\DisplaySurface.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsMedium.$(H) $(INCLUDE_TOP)\stx\libview\SimpleView.$(H) $(INCLUDE_TOP)\stx\libview\View.$(H) $(STCHDR)
a3f0fb4d2051 New View class hierarchy due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 3698
diff changeset
   133
$(OUTDIR)VisualRegion.$(O) VisualRegion.$(C) VisualRegion.$(H): VisualRegion.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview\DisplaySurface.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsMedium.$(H) $(INCLUDE_TOP)\stx\libview\SimpleView.$(H) $(STCHDR)
3631
9b995b8399cb c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 3565
diff changeset
   134
$(OUTDIR)WindowBuilder.$(O) WindowBuilder.$(C) WindowBuilder.$(H): WindowBuilder.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
9b995b8399cb c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 3565
diff changeset
   135
$(OUTDIR)WindowsIconReader.$(O) WindowsIconReader.$(C) WindowsIconReader.$(H): WindowsIconReader.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview\ImageReader.$(H) $(STCHDR)
9b995b8399cb c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 3565
diff changeset
   136
$(OUTDIR)XBMReader.$(O) XBMReader.$(C) XBMReader.$(H): XBMReader.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview\ImageReader.$(H) $(STCHDR)
9b995b8399cb c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 3565
diff changeset
   137
$(OUTDIR)XPMReader.$(O) XPMReader.$(C) XPMReader.$(H): XPMReader.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview\ImageReader.$(H) $(STCHDR)
9b995b8399cb c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 3565
diff changeset
   138
$(OUTDIR)stx_libview2.$(O) stx_libview2.$(C) stx_libview2.$(H): stx_libview2.st $(INCLUDE_TOP)\stx\libbasic\LibraryDefinition.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic\ProjectDefinition.$(H) $(STCHDR)
9b995b8399cb c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 3565
diff changeset
   139
$(OUTDIR)ActiveHelp.$(O) ActiveHelp.$(C) ActiveHelp.$(H): ActiveHelp.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview2\EventListener.$(H) $(STCHDR)
9b995b8399cb c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 3565
diff changeset
   140
$(OUTDIR)ApplicationModel.$(O) ApplicationModel.$(C) ApplicationModel.$(H): ApplicationModel.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(STCHDR)
9b995b8399cb c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 3565
diff changeset
   141
$(OUTDIR)LayoutOrigin.$(O) LayoutOrigin.$(C) LayoutOrigin.$(H): LayoutOrigin.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview2\Layout.$(H) $(STCHDR)
3827
1fe1bf41f751 initial checkin
Claus Gittinger <cg@exept.de>
parents: 3712
diff changeset
   142
$(OUTDIR)Menu.$(O) Menu.$(C) Menu.$(H): Menu.st $(INCLUDE_TOP)\stx\libbasic\GenericException.$(H) $(INCLUDE_TOP)\stx\libbasic\Notification.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic\Query.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(STCHDR)
3631
9b995b8399cb c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 3565
diff changeset
   143
$(OUTDIR)Plug.$(O) Plug.$(C) Plug.$(H): Plug.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(STCHDR)
9b995b8399cb c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 3565
diff changeset
   144
$(OUTDIR)PluggableEventListener.$(O) PluggableEventListener.$(C) PluggableEventListener.$(H): PluggableEventListener.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview2\EventListener.$(H) $(STCHDR)
9b995b8399cb c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 3565
diff changeset
   145
$(OUTDIR)ScreenLock.$(O) ScreenLock.$(C) ScreenLock.$(H): ScreenLock.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview2\EventListener.$(H) $(STCHDR)
9b995b8399cb c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 3565
diff changeset
   146
$(OUTDIR)UIBuilder.$(O) UIBuilder.$(C) UIBuilder.$(H): UIBuilder.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview2\WindowBuilder.$(H) $(STCHDR)
9b995b8399cb c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 3565
diff changeset
   147
$(OUTDIR)ValueModel.$(O) ValueModel.$(C) ValueModel.$(H): ValueModel.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(STCHDR)
9b995b8399cb c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 3565
diff changeset
   148
$(OUTDIR)VisualComponent.$(O) VisualComponent.$(C) VisualComponent.$(H): VisualComponent.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview2\DisplayObject.$(H) $(STCHDR)
9b995b8399cb c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 3565
diff changeset
   149
$(OUTDIR)AlignmentOrigin.$(O) AlignmentOrigin.$(C) AlignmentOrigin.$(H): AlignmentOrigin.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview2\Layout.$(H) $(INCLUDE_TOP)\stx\libview2\LayoutOrigin.$(H) $(STCHDR)
9b995b8399cb c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 3565
diff changeset
   150
$(OUTDIR)ApplicationWithFileHistory.$(O) ApplicationWithFileHistory.$(C) ApplicationWithFileHistory.$(H): ApplicationWithFileHistory.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview2\ApplicationModel.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(STCHDR)
9b995b8399cb c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 3565
diff changeset
   151
$(OUTDIR)BlockValue.$(O) BlockValue.$(C) BlockValue.$(H): BlockValue.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(INCLUDE_TOP)\stx\libview2\ValueModel.$(H) $(STCHDR)
9b995b8399cb c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 3565
diff changeset
   152
$(OUTDIR)FlyByHelp.$(O) FlyByHelp.$(C) FlyByHelp.$(H): FlyByHelp.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview2\ActiveHelp.$(H) $(INCLUDE_TOP)\stx\libview2\EventListener.$(H) $(STCHDR)
9b995b8399cb c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 3565
diff changeset
   153
$(OUTDIR)IndirectValue.$(O) IndirectValue.$(C) IndirectValue.$(H): IndirectValue.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(INCLUDE_TOP)\stx\libview2\ValueModel.$(H) $(STCHDR)
9b995b8399cb c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 3565
diff changeset
   154
$(OUTDIR)LayoutFrame.$(O) LayoutFrame.$(C) LayoutFrame.$(H): LayoutFrame.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview2\Layout.$(H) $(INCLUDE_TOP)\stx\libview2\LayoutOrigin.$(H) $(STCHDR)
9b995b8399cb c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 3565
diff changeset
   155
$(OUTDIR)PluggableAdaptor.$(O) PluggableAdaptor.$(C) PluggableAdaptor.$(H): PluggableAdaptor.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(INCLUDE_TOP)\stx\libview2\ValueModel.$(H) $(STCHDR)
9b995b8399cb c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 3565
diff changeset
   156
$(OUTDIR)ProtocolAdaptor.$(O) ProtocolAdaptor.$(C) ProtocolAdaptor.$(H): ProtocolAdaptor.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(INCLUDE_TOP)\stx\libview2\ValueModel.$(H) $(STCHDR)
9b995b8399cb c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 3565
diff changeset
   157
$(OUTDIR)SimpleDialog.$(O) SimpleDialog.$(C) SimpleDialog.$(H): SimpleDialog.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview2\ApplicationModel.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(STCHDR)
9b995b8399cb c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 3565
diff changeset
   158
$(OUTDIR)ToolApplicationModel.$(O) ToolApplicationModel.$(C) ToolApplicationModel.$(H): ToolApplicationModel.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview2\ApplicationModel.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(STCHDR)
9b995b8399cb c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 3565
diff changeset
   159
$(OUTDIR)ValueHolder.$(O) ValueHolder.$(C) ValueHolder.$(H): ValueHolder.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(INCLUDE_TOP)\stx\libview2\ValueModel.$(H) $(STCHDR)
9b995b8399cb c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 3565
diff changeset
   160
$(OUTDIR)VisualPart.$(O) VisualPart.$(C) VisualPart.$(H): VisualPart.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview2\DisplayObject.$(H) $(INCLUDE_TOP)\stx\libview2\VisualComponent.$(H) $(STCHDR)
9b995b8399cb c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 3565
diff changeset
   161
$(OUTDIR)AspectAdaptor.$(O) AspectAdaptor.$(C) AspectAdaptor.$(H): AspectAdaptor.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(INCLUDE_TOP)\stx\libview2\ProtocolAdaptor.$(H) $(INCLUDE_TOP)\stx\libview2\ValueModel.$(H) $(STCHDR)
9b995b8399cb c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 3565
diff changeset
   162
$(OUTDIR)BooleanBlockValue.$(O) BooleanBlockValue.$(C) BooleanBlockValue.$(H): BooleanBlockValue.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview2\BlockValue.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(INCLUDE_TOP)\stx\libview2\ValueModel.$(H) $(STCHDR)
9b995b8399cb c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 3565
diff changeset
   163
$(OUTDIR)BooleanValueHolder.$(O) BooleanValueHolder.$(C) BooleanValueHolder.$(H): BooleanValueHolder.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(INCLUDE_TOP)\stx\libview2\ValueHolder.$(H) $(INCLUDE_TOP)\stx\libview2\ValueModel.$(H) $(STCHDR)
9b995b8399cb c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 3565
diff changeset
   164
$(OUTDIR)BufferedValueHolder.$(O) BufferedValueHolder.$(C) BufferedValueHolder.$(H): BufferedValueHolder.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(INCLUDE_TOP)\stx\libview2\ValueHolder.$(H) $(INCLUDE_TOP)\stx\libview2\ValueModel.$(H) $(STCHDR)
9b995b8399cb c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 3565
diff changeset
   165
$(OUTDIR)DictionaryAdaptor.$(O) DictionaryAdaptor.$(C) DictionaryAdaptor.$(H): DictionaryAdaptor.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(INCLUDE_TOP)\stx\libview2\ProtocolAdaptor.$(H) $(INCLUDE_TOP)\stx\libview2\ValueModel.$(H) $(STCHDR)
9b995b8399cb c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 3565
diff changeset
   166
$(OUTDIR)RangeAdaptor.$(O) RangeAdaptor.$(C) RangeAdaptor.$(H): RangeAdaptor.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(INCLUDE_TOP)\stx\libview2\ValueHolder.$(H) $(INCLUDE_TOP)\stx\libview2\ValueModel.$(H) $(STCHDR)
9b995b8399cb c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 3565
diff changeset
   167
$(OUTDIR)ResourceSpecEditor.$(O) ResourceSpecEditor.$(C) ResourceSpecEditor.$(H): ResourceSpecEditor.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview2\ApplicationModel.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(INCLUDE_TOP)\stx\libview2\ToolApplicationModel.$(H) $(STCHDR)
9b995b8399cb c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 3565
diff changeset
   168
$(OUTDIR)TriggerValue.$(O) TriggerValue.$(C) TriggerValue.$(H): TriggerValue.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(INCLUDE_TOP)\stx\libview2\ValueHolder.$(H) $(INCLUDE_TOP)\stx\libview2\ValueModel.$(H) $(STCHDR)
9b995b8399cb c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 3565
diff changeset
   169
$(OUTDIR)TypeConverter.$(O) TypeConverter.$(C) TypeConverter.$(H): TypeConverter.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(INCLUDE_TOP)\stx\libview2\PluggableAdaptor.$(H) $(INCLUDE_TOP)\stx\libview2\ValueModel.$(H) $(STCHDR)
9b995b8399cb c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 3565
diff changeset
   170
$(OUTDIR)ValueHolderWithRememberedPreviousValue.$(O) ValueHolderWithRememberedPreviousValue.$(C) ValueHolderWithRememberedPreviousValue.$(H): ValueHolderWithRememberedPreviousValue.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(INCLUDE_TOP)\stx\libview2\ValueHolder.$(H) $(INCLUDE_TOP)\stx\libview2\ValueModel.$(H) $(STCHDR)
9b995b8399cb c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 3565
diff changeset
   171
$(OUTDIR)ValueHolderWithWeakDependents.$(O) ValueHolderWithWeakDependents.$(C) ValueHolderWithWeakDependents.$(H): ValueHolderWithWeakDependents.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(INCLUDE_TOP)\stx\libview2\ValueHolder.$(H) $(INCLUDE_TOP)\stx\libview2\ValueModel.$(H) $(STCHDR)
9b995b8399cb c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 3565
diff changeset
   172
$(OUTDIR)AspectAdaptorWithDefault.$(O) AspectAdaptorWithDefault.$(C) AspectAdaptorWithDefault.$(H): AspectAdaptorWithDefault.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview2\AspectAdaptor.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(INCLUDE_TOP)\stx\libview2\ProtocolAdaptor.$(H) $(INCLUDE_TOP)\stx\libview2\ValueModel.$(H) $(STCHDR)
3712
a3f0fb4d2051 New View class hierarchy due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 3698
diff changeset
   173
$(OUTDIR)WinPrinterStream.$(O) WinPrinterStream.$(C) WinPrinterStream.$(H): WinPrinterStream.st $(STCHDR)
a3f0fb4d2051 New View class hierarchy due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 3698
diff changeset
   174
$(OUTDIR)WinPrinterContext.$(O) WinPrinterContext.$(C) WinPrinterContext.$(H): WinPrinterContext.st $(STCHDR)
3371
9bb31c5c0227 initial checkin
Claus Gittinger <cg@exept.de>
parents: 3274
diff changeset
   175
$(OUTDIR)extensions.$(O): extensions.st $(INCLUDE_TOP)\stx\libbasic\ArrayedCollection.$(H) $(INCLUDE_TOP)\stx\libbasic\CharacterArray.$(H) $(INCLUDE_TOP)\stx\libbasic\Collection.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic\SequenceableCollection.$(H) $(INCLUDE_TOP)\stx\libbasic\UninterpretedBytes.$(H) $(STCHDR)
2215
ca5c07941edb automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2205
diff changeset
   176
1522
53e66e6de160 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1439
diff changeset
   177
# ENDMAKEDEPEND --- do not remove this line