bc.mak
author Claus Gittinger <cg@exept.de>
Thu, 09 Nov 2017 20:09:30 +0100
changeset 6225 0122e4e6c587
parent 6124 e1f3958a2f0a
child 6418 6b8e467f0362
permissions -rw-r--r--
#FEATURE by cg class: GenericToolbarIconLibrary class added: #hideFilter16x16Icon
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
5435
35073351d28c initial checkin
Claus Gittinger <cg@exept.de>
parents: 5308
diff changeset
     1
# $Header$
2827
c7c5392d476b dll addresses
Claus Gittinger <cg@exept.de>
parents: 2092
diff changeset
     2
#
3938
631b6f547a9a *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 3872
diff changeset
     3
# DO NOT EDIT
3335
b4da675a4fd2 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3328
diff changeset
     4
# automagically generated from the projectDefinition: stx_libwidg.
2827
c7c5392d476b dll addresses
Claus Gittinger <cg@exept.de>
parents: 2092
diff changeset
     5
#
3335
b4da675a4fd2 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3328
diff changeset
     6
# Warning: once you modify this file, do not rerun
b4da675a4fd2 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3328
diff changeset
     7
# stmkmp or projectDefinition-build again - otherwise, your changes are lost.
2827
c7c5392d476b dll addresses
Claus Gittinger <cg@exept.de>
parents: 2092
diff changeset
     8
#
4512
7dcc93ffc2e8 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 4479
diff changeset
     9
# Notice, that the name bc.mak is historical (from times, when only borland c was supported).
7dcc93ffc2e8 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 4479
diff changeset
    10
# This file contains make rules for the win32 platform using either borland-bcc or visual-c.
3389
5b658ca1be05 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3378
diff changeset
    11
# It shares common definitions with the unix-make in Make.spec.
4512
7dcc93ffc2e8 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 4479
diff changeset
    12
# The bc.mak supports the following targets:
3389
5b658ca1be05 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3378
diff changeset
    13
#    bmake         - compile all st-files to a classLib (dll)
5b658ca1be05 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3378
diff changeset
    14
#    bmake clean   - clean all temp files
5b658ca1be05 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3378
diff changeset
    15
#    bmake clobber - clean all
2827
c7c5392d476b dll addresses
Claus Gittinger <cg@exept.de>
parents: 2092
diff changeset
    16
#
4512
7dcc93ffc2e8 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 4479
diff changeset
    17
# Historic Note:
7dcc93ffc2e8 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 4479
diff changeset
    18
#  this used to contain only rules to make with borland
7dcc93ffc2e8 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 4479
diff changeset
    19
#    (called via bmake, by "make.exe -f bc.mak")
7dcc93ffc2e8 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 4479
diff changeset
    20
#  this has changed; it is now also possible to build using microsoft visual c
7dcc93ffc2e8 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 4479
diff changeset
    21
#    (called via vcmake, by "make.exe -f bc.mak -DUSEVC")
3389
5b658ca1be05 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3378
diff changeset
    22
#
5b658ca1be05 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3378
diff changeset
    23
TOP=..
5b658ca1be05 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3378
diff changeset
    24
INCLUDE_TOP=$(TOP)\..
3335
b4da675a4fd2 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3328
diff changeset
    25
4077
778ad22b2b8b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3960
diff changeset
    26
3938
631b6f547a9a *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 3872
diff changeset
    27
# see stdHeader_bc for LIBWIDG_BASE
631b6f547a9a *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 3872
diff changeset
    28
LIB_BASE=$(LIBWIDG_BASE)
631b6f547a9a *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 3872
diff changeset
    29
4077
778ad22b2b8b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3960
diff changeset
    30
3434
be7c637db529 Rename stdRules_nt and stdHeader_nt to ..._bc
Stefan Vogel <sv@exept.de>
parents: 3389
diff changeset
    31
!INCLUDE $(TOP)\rules\stdHeader_bc
2829
c4528c8ce1de *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2827
diff changeset
    32
3335
b4da675a4fd2 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3328
diff changeset
    33
!INCLUDE Make.spec
b4da675a4fd2 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3328
diff changeset
    34
3389
5b658ca1be05 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3378
diff changeset
    35
LIBNAME=libstx_libwidg
5158
67e51320ca4d initial checkin
Claus Gittinger <cg@exept.de>
parents: 4834
diff changeset
    36
MODULE_PATH=libwidg
5800
c7671c27c9e7 New View class hierarchy due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 5654
diff changeset
    37
RESFILES=stx_libwidgWINrc.$(RES)
2827
c7c5392d476b dll addresses
Claus Gittinger <cg@exept.de>
parents: 2092
diff changeset
    38
3349
bdad0e890e89 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3344
diff changeset
    39
4077
778ad22b2b8b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3960
diff changeset
    40
5158
67e51320ca4d initial checkin
Claus Gittinger <cg@exept.de>
parents: 4834
diff changeset
    41
LOCALINCLUDES= -I$(INCLUDE_TOP)\stx\libbasic -I$(INCLUDE_TOP)\stx\libbasic2 -I$(INCLUDE_TOP)\stx\libbasic3 -I$(INCLUDE_TOP)\stx\libui -I$(INCLUDE_TOP)\stx\libview -I$(INCLUDE_TOP)\stx\libview2
3637
2e23234929b4 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 3522
diff changeset
    42
LOCALDEFINES=
3522
701d15c1118a automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3434
diff changeset
    43
4512
7dcc93ffc2e8 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 4479
diff changeset
    44
STCLOCALOPT=-package=$(PACKAGE) -I. $(LOCALINCLUDES) -headerDir=. $(STCLOCALOPTIMIZATIONS) $(STCWARNINGS) $(LOCALDEFINES) $(COMMONSYMBOLS) -varPrefix=$(LIBNAME)
3522
701d15c1118a automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3434
diff changeset
    45
LOCALLIBS=
701d15c1118a automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3434
diff changeset
    46
3335
b4da675a4fd2 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3328
diff changeset
    47
OBJS= $(COMMON_OBJS) $(WIN32_OBJS)
b4da675a4fd2 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3328
diff changeset
    48
3872
2123b1324460 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 3828
diff changeset
    49
ALL::  classLibRule
2123b1324460 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 3828
diff changeset
    50
3960
c2f1fc6c197b *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 3938
diff changeset
    51
classLibRule: $(OUTDIR) $(OUTDIR)$(LIBNAME).dll
2827
c7c5392d476b dll addresses
Claus Gittinger <cg@exept.de>
parents: 2092
diff changeset
    52
3434
be7c637db529 Rename stdRules_nt and stdHeader_nt to ..._bc
Stefan Vogel <sv@exept.de>
parents: 3389
diff changeset
    53
!INCLUDE $(TOP)\rules\stdRules_bc
2827
c7c5392d476b dll addresses
Claus Gittinger <cg@exept.de>
parents: 2092
diff changeset
    54
4793
68401d3e41f6 Completion support refactored:
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 4591
diff changeset
    55
# build all mandatory prerequisite packages (containing superclasses) for this package
3828
f22772e1605c automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3660
diff changeset
    56
prereq:
4077
778ad22b2b8b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3960
diff changeset
    57
	pushd ..\libbasic & $(MAKE_BAT) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
778ad22b2b8b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3960
diff changeset
    58
	pushd ..\libbasic2 & $(MAKE_BAT) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
778ad22b2b8b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3960
diff changeset
    59
	pushd ..\libview & $(MAKE_BAT) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
778ad22b2b8b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3960
diff changeset
    60
	pushd ..\libview2 & $(MAKE_BAT) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
4793
68401d3e41f6 Completion support refactored:
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 4591
diff changeset
    61
4512
7dcc93ffc2e8 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 4479
diff changeset
    62
3828
f22772e1605c automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3660
diff changeset
    63
f22772e1605c automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3660
diff changeset
    64
3349
bdad0e890e89 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3344
diff changeset
    65
bdad0e890e89 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3344
diff changeset
    66
5158
67e51320ca4d initial checkin
Claus Gittinger <cg@exept.de>
parents: 4834
diff changeset
    67
67e51320ca4d initial checkin
Claus Gittinger <cg@exept.de>
parents: 4834
diff changeset
    68
test: $(TOP)\goodies\builder\reports\NUL
67e51320ca4d initial checkin
Claus Gittinger <cg@exept.de>
parents: 4834
diff changeset
    69
	pushd $(TOP)\goodies\builder\reports & $(MAKE_BAT)
67e51320ca4d initial checkin
Claus Gittinger <cg@exept.de>
parents: 4834
diff changeset
    70
	$(TOP)\goodies\builder\reports\report-runner.bat -D . -r Builder::TestReport -p $(PACKAGE)
67e51320ca4d initial checkin
Claus Gittinger <cg@exept.de>
parents: 4834
diff changeset
    71
        
4793
68401d3e41f6 Completion support refactored:
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 4591
diff changeset
    72
clean::
5800
c7671c27c9e7 New View class hierarchy due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 5654
diff changeset
    73
	-del *.$(CSUFFIX)
4793
68401d3e41f6 Completion support refactored:
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 4591
diff changeset
    74
5158
67e51320ca4d initial checkin
Claus Gittinger <cg@exept.de>
parents: 4834
diff changeset
    75
2827
c7c5392d476b dll addresses
Claus Gittinger <cg@exept.de>
parents: 2092
diff changeset
    76
# BEGINMAKEDEPEND --- do not remove this line; make depend needs it
5654
893897f778b8 c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 5498
diff changeset
    77
$(OUTDIR)ButtonController.$(O) ButtonController.$(C) ButtonController.$(H): ButtonController.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview\Controller.$(H) $(STCHDR)
5800
c7671c27c9e7 New View class hierarchy due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 5654
diff changeset
    78
$(OUTDIR)DialogBox.$(O) DialogBox.$(C) DialogBox.$(H): DialogBox.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview\DisplaySurface.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsMedium.$(H) $(INCLUDE_TOP)\stx\libview\ModalBox.$(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)
5654
893897f778b8 c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 5498
diff changeset
    79
$(OUTDIR)EditTextViewCompletionSupport.$(O) EditTextViewCompletionSupport.$(C) EditTextViewCompletionSupport.$(H): EditTextViewCompletionSupport.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
893897f778b8 c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 5498
diff changeset
    80
$(OUTDIR)EnterFieldGroup.$(O) EnterFieldGroup.$(C) EnterFieldGroup.$(H): EnterFieldGroup.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
5800
c7671c27c9e7 New View class hierarchy due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 5654
diff changeset
    81
$(OUTDIR)FramedBox.$(O) FramedBox.$(C) FramedBox.$(H): FramedBox.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)
5654
893897f778b8 c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 5498
diff changeset
    82
$(OUTDIR)GenericToolbarIconLibrary.$(O) GenericToolbarIconLibrary.$(C) GenericToolbarIconLibrary.$(H): GenericToolbarIconLibrary.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
5800
c7671c27c9e7 New View class hierarchy due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 5654
diff changeset
    83
$(OUTDIR)Label.$(O) Label.$(C) Label.$(H): Label.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)
c7671c27c9e7 New View class hierarchy due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 5654
diff changeset
    84
$(OUTDIR)ListView.$(O) ListView.$(C) ListView.$(H): ListView.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)
5654
893897f778b8 c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 5498
diff changeset
    85
$(OUTDIR)ListViewController.$(O) ListViewController.$(C) ListViewController.$(H): ListViewController.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview\Controller.$(H) $(STCHDR)
893897f778b8 c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 5498
diff changeset
    86
$(OUTDIR)MenuEvent.$(O) MenuEvent.$(C) MenuEvent.$(H): MenuEvent.st $(INCLUDE_TOP)\stx\libbasic\Message.$(H) $(INCLUDE_TOP)\stx\libbasic\MessageSend.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview\Event.$(H) $(INCLUDE_TOP)\stx\libview\WidgetEvent.$(H) $(INCLUDE_TOP)\stx\libview\WindowEvent.$(H) $(STCHDR)
5800
c7671c27c9e7 New View class hierarchy due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 5654
diff changeset
    87
$(OUTDIR)ObjectView.$(O) ObjectView.$(C) ObjectView.$(H): ObjectView.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)
c7671c27c9e7 New View class hierarchy due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 5654
diff changeset
    88
$(OUTDIR)PanelView.$(O) PanelView.$(C) PanelView.$(H): PanelView.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)
c7671c27c9e7 New View class hierarchy due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 5654
diff changeset
    89
$(OUTDIR)PopUpMenu.$(O) PopUpMenu.$(C) PopUpMenu.$(H): PopUpMenu.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)
c7671c27c9e7 New View class hierarchy due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 5654
diff changeset
    90
$(OUTDIR)PullDownMenu.$(O) PullDownMenu.$(C) PullDownMenu.$(H): PullDownMenu.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)
5654
893897f778b8 c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 5498
diff changeset
    91
$(OUTDIR)RadioButtonGroup.$(O) RadioButtonGroup.$(C) RadioButtonGroup.$(H): RadioButtonGroup.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)
5800
c7671c27c9e7 New View class hierarchy due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 5654
diff changeset
    92
$(OUTDIR)ScrollBar.$(O) ScrollBar.$(C) ScrollBar.$(H): ScrollBar.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)
c7671c27c9e7 New View class hierarchy due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 5654
diff changeset
    93
$(OUTDIR)ScrollableView.$(O) ScrollableView.$(C) ScrollableView.$(H): ScrollableView.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)
c7671c27c9e7 New View class hierarchy due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 5654
diff changeset
    94
$(OUTDIR)Scroller.$(O) Scroller.$(C) Scroller.$(H): Scroller.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)
5654
893897f778b8 c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 5498
diff changeset
    95
$(OUTDIR)SelectionInList.$(O) SelectionInList.$(C) SelectionInList.$(H): SelectionInList.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)
5800
c7671c27c9e7 New View class hierarchy due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 5654
diff changeset
    96
$(OUTDIR)VariablePanel.$(O) VariablePanel.$(C) VariablePanel.$(H): VariablePanel.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)
5654
893897f778b8 c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 5498
diff changeset
    97
$(OUTDIR)VariablePanelController.$(O) VariablePanelController.$(C) VariablePanelController.$(H): VariablePanelController.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview\Controller.$(H) $(STCHDR)
893897f778b8 c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 5498
diff changeset
    98
$(OUTDIR)stx_libwidg.$(O) stx_libwidg.$(C) stx_libwidg.$(H): stx_libwidg.st $(INCLUDE_TOP)\stx\libbasic\LibraryDefinition.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic\ProjectDefinition.$(H) $(STCHDR)
5800
c7671c27c9e7 New View class hierarchy due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 5654
diff changeset
    99
$(OUTDIR)Button.$(O) Button.$(C) Button.$(H): Button.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) $(INCLUDE_TOP)\stx\libwidg\Label.$(H) $(STCHDR)
c7671c27c9e7 New View class hierarchy due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 5654
diff changeset
   100
$(OUTDIR)CheckLabel.$(O) CheckLabel.$(C) CheckLabel.$(H): CheckLabel.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) $(INCLUDE_TOP)\stx\libwidg\Label.$(H) $(STCHDR)
c7671c27c9e7 New View class hierarchy due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 5654
diff changeset
   101
$(OUTDIR)EnterBox.$(O) EnterBox.$(C) EnterBox.$(H): EnterBox.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview\DisplaySurface.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsMedium.$(H) $(INCLUDE_TOP)\stx\libview\ModalBox.$(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) $(INCLUDE_TOP)\stx\libwidg\DialogBox.$(H) $(STCHDR)
c7671c27c9e7 New View class hierarchy due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 5654
diff changeset
   102
$(OUTDIR)FontPanel.$(O) FontPanel.$(C) FontPanel.$(H): FontPanel.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview\DisplaySurface.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsMedium.$(H) $(INCLUDE_TOP)\stx\libview\ModalBox.$(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) $(INCLUDE_TOP)\stx\libwidg\DialogBox.$(H) $(STCHDR)
c7671c27c9e7 New View class hierarchy due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 5654
diff changeset
   103
$(OUTDIR)HVScrollableView.$(O) HVScrollableView.$(C) HVScrollableView.$(H): HVScrollableView.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\libwidg\ScrollableView.$(H) $(STCHDR)
c7671c27c9e7 New View class hierarchy due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 5654
diff changeset
   104
$(OUTDIR)HorizontalPanelView.$(O) HorizontalPanelView.$(C) HorizontalPanelView.$(H): HorizontalPanelView.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\libwidg\PanelView.$(H) $(STCHDR)
c7671c27c9e7 New View class hierarchy due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 5654
diff changeset
   105
$(OUTDIR)HorizontalScrollBar.$(O) HorizontalScrollBar.$(C) HorizontalScrollBar.$(H): HorizontalScrollBar.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\libwidg\ScrollBar.$(H) $(STCHDR)
c7671c27c9e7 New View class hierarchy due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 5654
diff changeset
   106
$(OUTDIR)HorizontalScroller.$(O) HorizontalScroller.$(C) HorizontalScroller.$(H): HorizontalScroller.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) $(INCLUDE_TOP)\stx\libwidg\Scroller.$(H) $(STCHDR)
c7671c27c9e7 New View class hierarchy due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 5654
diff changeset
   107
$(OUTDIR)InfoBox.$(O) InfoBox.$(C) InfoBox.$(H): InfoBox.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview\DisplaySurface.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsMedium.$(H) $(INCLUDE_TOP)\stx\libview\ModalBox.$(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) $(INCLUDE_TOP)\stx\libwidg\DialogBox.$(H) $(STCHDR)
c7671c27c9e7 New View class hierarchy due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 5654
diff changeset
   108
$(OUTDIR)MiniScroller.$(O) MiniScroller.$(C) MiniScroller.$(H): MiniScroller.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) $(INCLUDE_TOP)\stx\libwidg\Scroller.$(H) $(STCHDR)
c7671c27c9e7 New View class hierarchy due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 5654
diff changeset
   109
$(OUTDIR)MultiColumnPanelView.$(O) MultiColumnPanelView.$(C) MultiColumnPanelView.$(H): MultiColumnPanelView.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\libwidg\PanelView.$(H) $(STCHDR)
5654
893897f778b8 c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 5498
diff changeset
   110
$(OUTDIR)MultiSelectionInList.$(O) MultiSelectionInList.$(C) MultiSelectionInList.$(H): MultiSelectionInList.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) $(INCLUDE_TOP)\stx\libwidg\SelectionInList.$(H) $(STCHDR)
5800
c7671c27c9e7 New View class hierarchy due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 5654
diff changeset
   111
$(OUTDIR)OptionBox.$(O) OptionBox.$(C) OptionBox.$(H): OptionBox.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview\DisplaySurface.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsMedium.$(H) $(INCLUDE_TOP)\stx\libview\ModalBox.$(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) $(INCLUDE_TOP)\stx\libwidg\DialogBox.$(H) $(STCHDR)
6124
e1f3958a2f0a initial checkin
Claus Gittinger <cg@exept.de>
parents: 6042
diff changeset
   112
$(OUTDIR)PointFromUserController.$(O) PointFromUserController.$(C) PointFromUserController.$(H): PointFromUserController.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview\Controller.$(H) $(INCLUDE_TOP)\stx\libwidg\ButtonController.$(H) $(STCHDR)
5654
893897f778b8 c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 5498
diff changeset
   113
$(OUTDIR)PopUpListController.$(O) PopUpListController.$(C) PopUpListController.$(H): PopUpListController.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview\Controller.$(H) $(INCLUDE_TOP)\stx\libwidg\ButtonController.$(H) $(STCHDR)
6124
e1f3958a2f0a initial checkin
Claus Gittinger <cg@exept.de>
parents: 6042
diff changeset
   114
$(OUTDIR)RectanglefromUserController.$(O) RectanglefromUserController.$(C) RectanglefromUserController.$(H): RectanglefromUserController.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview\Controller.$(H) $(INCLUDE_TOP)\stx\libwidg\ButtonController.$(H) $(STCHDR)
5800
c7671c27c9e7 New View class hierarchy due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 5654
diff changeset
   115
$(OUTDIR)SelectionInListView.$(O) SelectionInListView.$(C) SelectionInListView.$(H): SelectionInListView.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) $(INCLUDE_TOP)\stx\libwidg\ListView.$(H) $(STCHDR)
c7671c27c9e7 New View class hierarchy due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 5654
diff changeset
   116
$(OUTDIR)SequenceView.$(O) SequenceView.$(C) SequenceView.$(H): SequenceView.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\libwidg\ScrollableView.$(H) $(STCHDR)
c7671c27c9e7 New View class hierarchy due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 5654
diff changeset
   117
$(OUTDIR)TextView.$(O) TextView.$(C) TextView.$(H): TextView.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) $(INCLUDE_TOP)\stx\libwidg\ListView.$(H) $(STCHDR)
5654
893897f778b8 c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 5498
diff changeset
   118
$(OUTDIR)ToggleController.$(O) ToggleController.$(C) ToggleController.$(H): ToggleController.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview\Controller.$(H) $(INCLUDE_TOP)\stx\libwidg\ButtonController.$(H) $(STCHDR)
5800
c7671c27c9e7 New View class hierarchy due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 5654
diff changeset
   119
$(OUTDIR)VariableHorizontalPanel.$(O) VariableHorizontalPanel.$(C) VariableHorizontalPanel.$(H): VariableHorizontalPanel.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\libwidg\VariablePanel.$(H) $(STCHDR)
5654
893897f778b8 c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 5498
diff changeset
   120
$(OUTDIR)VariableHorizontalPanelController.$(O) VariableHorizontalPanelController.$(C) VariableHorizontalPanelController.$(H): VariableHorizontalPanelController.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview\Controller.$(H) $(INCLUDE_TOP)\stx\libwidg\VariablePanelController.$(H) $(STCHDR)
5800
c7671c27c9e7 New View class hierarchy due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 5654
diff changeset
   121
$(OUTDIR)VariableVerticalPanel.$(O) VariableVerticalPanel.$(C) VariableVerticalPanel.$(H): VariableVerticalPanel.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\libwidg\VariablePanel.$(H) $(STCHDR)
5654
893897f778b8 c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 5498
diff changeset
   122
$(OUTDIR)VariableVerticalPanelController.$(O) VariableVerticalPanelController.$(C) VariableVerticalPanelController.$(H): VariableVerticalPanelController.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview\Controller.$(H) $(INCLUDE_TOP)\stx\libwidg\VariablePanelController.$(H) $(STCHDR)
5800
c7671c27c9e7 New View class hierarchy due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 5654
diff changeset
   123
$(OUTDIR)VerticalPanelView.$(O) VerticalPanelView.$(C) VerticalPanelView.$(H): VerticalPanelView.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\libwidg\PanelView.$(H) $(STCHDR)
5654
893897f778b8 c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 5498
diff changeset
   124
$(OUTDIR)WorkspaceCompletionSupport.$(O) WorkspaceCompletionSupport.$(C) WorkspaceCompletionSupport.$(H): WorkspaceCompletionSupport.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libwidg\EditTextViewCompletionSupport.$(H) $(STCHDR)
893897f778b8 c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 5498
diff changeset
   125
$(OUTDIR)XPToolbarIconLibrary.$(O) XPToolbarIconLibrary.$(C) XPToolbarIconLibrary.$(H): XPToolbarIconLibrary.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libwidg\GenericToolbarIconLibrary.$(H) $(STCHDR)
5800
c7671c27c9e7 New View class hierarchy due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 5654
diff changeset
   126
$(OUTDIR)ArrowButton.$(O) ArrowButton.$(C) ArrowButton.$(H): ArrowButton.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) $(INCLUDE_TOP)\stx\libwidg\Button.$(H) $(INCLUDE_TOP)\stx\libwidg\Label.$(H) $(STCHDR)
c7671c27c9e7 New View class hierarchy due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 5654
diff changeset
   127
$(OUTDIR)EditTextView.$(O) EditTextView.$(C) EditTextView.$(H): EditTextView.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\libview\DisplaySurface.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsMedium.$(H) $(INCLUDE_TOP)\stx\libview\SimpleView.$(H) $(INCLUDE_TOP)\stx\libview\View.$(H) $(INCLUDE_TOP)\stx\libwidg\ListView.$(H) $(INCLUDE_TOP)\stx\libwidg\TextView.$(H) $(STCHDR)
c7671c27c9e7 New View class hierarchy due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 5654
diff changeset
   128
$(OUTDIR)EnterBox2.$(O) EnterBox2.$(C) EnterBox2.$(H): EnterBox2.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview\DisplaySurface.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsMedium.$(H) $(INCLUDE_TOP)\stx\libview\ModalBox.$(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) $(INCLUDE_TOP)\stx\libwidg\DialogBox.$(H) $(INCLUDE_TOP)\stx\libwidg\EnterBox.$(H) $(STCHDR)
c7671c27c9e7 New View class hierarchy due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 5654
diff changeset
   129
$(OUTDIR)FileSelectionList.$(O) FileSelectionList.$(C) FileSelectionList.$(H): FileSelectionList.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) $(INCLUDE_TOP)\stx\libwidg\ListView.$(H) $(INCLUDE_TOP)\stx\libwidg\SelectionInListView.$(H) $(STCHDR)
c7671c27c9e7 New View class hierarchy due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 5654
diff changeset
   130
$(OUTDIR)HorizontalMiniScroller.$(O) HorizontalMiniScroller.$(C) HorizontalMiniScroller.$(H): HorizontalMiniScroller.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) $(INCLUDE_TOP)\stx\libwidg\MiniScroller.$(H) $(INCLUDE_TOP)\stx\libwidg\Scroller.$(H) $(STCHDR)
c7671c27c9e7 New View class hierarchy due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 5654
diff changeset
   131
$(OUTDIR)ListSelectionBox.$(O) ListSelectionBox.$(C) ListSelectionBox.$(H): ListSelectionBox.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview\DisplaySurface.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsMedium.$(H) $(INCLUDE_TOP)\stx\libview\ModalBox.$(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) $(INCLUDE_TOP)\stx\libwidg\DialogBox.$(H) $(INCLUDE_TOP)\stx\libwidg\EnterBox.$(H) $(STCHDR)
5654
893897f778b8 c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 5498
diff changeset
   132
$(OUTDIR)MacOSXToolbarIconLibrary.$(O) MacOSXToolbarIconLibrary.$(C) MacOSXToolbarIconLibrary.$(H): MacOSXToolbarIconLibrary.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libwidg\GenericToolbarIconLibrary.$(H) $(INCLUDE_TOP)\stx\libwidg\XPToolbarIconLibrary.$(H) $(STCHDR)
5800
c7671c27c9e7 New View class hierarchy due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 5654
diff changeset
   133
$(OUTDIR)MenuView.$(O) MenuView.$(C) MenuView.$(H): MenuView.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) $(INCLUDE_TOP)\stx\libwidg\ListView.$(H) $(INCLUDE_TOP)\stx\libwidg\SelectionInListView.$(H) $(STCHDR)
c7671c27c9e7 New View class hierarchy due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 5654
diff changeset
   134
$(OUTDIR)PopUpList.$(O) PopUpList.$(C) PopUpList.$(H): PopUpList.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) $(INCLUDE_TOP)\stx\libwidg\Button.$(H) $(INCLUDE_TOP)\stx\libwidg\Label.$(H) $(STCHDR)
5654
893897f778b8 c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 5498
diff changeset
   135
$(OUTDIR)RadioButtonController.$(O) RadioButtonController.$(C) RadioButtonController.$(H): RadioButtonController.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview\Controller.$(H) $(INCLUDE_TOP)\stx\libwidg\ButtonController.$(H) $(INCLUDE_TOP)\stx\libwidg\ToggleController.$(H) $(STCHDR)
5800
c7671c27c9e7 New View class hierarchy due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 5654
diff changeset
   136
$(OUTDIR)Toggle.$(O) Toggle.$(C) Toggle.$(H): Toggle.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) $(INCLUDE_TOP)\stx\libwidg\Button.$(H) $(INCLUDE_TOP)\stx\libwidg\Label.$(H) $(STCHDR)
5654
893897f778b8 c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 5498
diff changeset
   137
$(OUTDIR)VistaToolbarIconLibrary.$(O) VistaToolbarIconLibrary.$(C) VistaToolbarIconLibrary.$(H): VistaToolbarIconLibrary.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libwidg\GenericToolbarIconLibrary.$(H) $(INCLUDE_TOP)\stx\libwidg\XPToolbarIconLibrary.$(H) $(STCHDR)
5800
c7671c27c9e7 New View class hierarchy due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 5654
diff changeset
   138
$(OUTDIR)WarningBox.$(O) WarningBox.$(C) WarningBox.$(H): WarningBox.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview\DisplaySurface.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsMedium.$(H) $(INCLUDE_TOP)\stx\libview\ModalBox.$(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) $(INCLUDE_TOP)\stx\libwidg\DialogBox.$(H) $(INCLUDE_TOP)\stx\libwidg\InfoBox.$(H) $(STCHDR)
5654
893897f778b8 c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 5498
diff changeset
   139
$(OUTDIR)AdwaitaToolbarIconLibrary.$(O) AdwaitaToolbarIconLibrary.$(C) AdwaitaToolbarIconLibrary.$(H): AdwaitaToolbarIconLibrary.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libwidg\GenericToolbarIconLibrary.$(H) $(INCLUDE_TOP)\stx\libwidg\VistaToolbarIconLibrary.$(H) $(INCLUDE_TOP)\stx\libwidg\XPToolbarIconLibrary.$(H) $(STCHDR)
5800
c7671c27c9e7 New View class hierarchy due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 5654
diff changeset
   140
$(OUTDIR)CheckToggle.$(O) CheckToggle.$(C) CheckToggle.$(H): CheckToggle.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) $(INCLUDE_TOP)\stx\libwidg\Button.$(H) $(INCLUDE_TOP)\stx\libwidg\Label.$(H) $(INCLUDE_TOP)\stx\libwidg\Toggle.$(H) $(STCHDR)
c7671c27c9e7 New View class hierarchy due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 5654
diff changeset
   141
$(OUTDIR)ClickMenuView.$(O) ClickMenuView.$(C) ClickMenuView.$(H): ClickMenuView.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) $(INCLUDE_TOP)\stx\libwidg\ListView.$(H) $(INCLUDE_TOP)\stx\libwidg\MenuView.$(H) $(INCLUDE_TOP)\stx\libwidg\SelectionInListView.$(H) $(STCHDR)
c7671c27c9e7 New View class hierarchy due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 5654
diff changeset
   142
$(OUTDIR)EditField.$(O) EditField.$(C) EditField.$(H): EditField.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) $(INCLUDE_TOP)\stx\libwidg\EditTextView.$(H) $(INCLUDE_TOP)\stx\libwidg\ListView.$(H) $(INCLUDE_TOP)\stx\libwidg\TextView.$(H) $(STCHDR)
c7671c27c9e7 New View class hierarchy due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 5654
diff changeset
   143
$(OUTDIR)FileSelectionBox.$(O) FileSelectionBox.$(C) FileSelectionBox.$(H): FileSelectionBox.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview\DisplaySurface.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsMedium.$(H) $(INCLUDE_TOP)\stx\libview\ModalBox.$(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) $(INCLUDE_TOP)\stx\libwidg\DialogBox.$(H) $(INCLUDE_TOP)\stx\libwidg\EnterBox.$(H) $(INCLUDE_TOP)\stx\libwidg\ListSelectionBox.$(H) $(STCHDR)
5654
893897f778b8 c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 5498
diff changeset
   144
$(OUTDIR)MacOSX2ToolbarIconLibrary.$(O) MacOSX2ToolbarIconLibrary.$(C) MacOSX2ToolbarIconLibrary.$(H): MacOSX2ToolbarIconLibrary.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libwidg\GenericToolbarIconLibrary.$(H) $(INCLUDE_TOP)\stx\libwidg\MacOSXToolbarIconLibrary.$(H) $(INCLUDE_TOP)\stx\libwidg\XPToolbarIconLibrary.$(H) $(STCHDR)
5800
c7671c27c9e7 New View class hierarchy due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 5654
diff changeset
   145
$(OUTDIR)RadioButton.$(O) RadioButton.$(C) RadioButton.$(H): RadioButton.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) $(INCLUDE_TOP)\stx\libwidg\Button.$(H) $(INCLUDE_TOP)\stx\libwidg\Label.$(H) $(INCLUDE_TOP)\stx\libwidg\Toggle.$(H) $(STCHDR)
c7671c27c9e7 New View class hierarchy due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 5654
diff changeset
   146
$(OUTDIR)TextCollector.$(O) TextCollector.$(C) TextCollector.$(H): TextCollector.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) $(INCLUDE_TOP)\stx\libwidg\EditTextView.$(H) $(INCLUDE_TOP)\stx\libwidg\ListView.$(H) $(INCLUDE_TOP)\stx\libwidg\TextView.$(H) $(STCHDR)
5654
893897f778b8 c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 5498
diff changeset
   147
$(OUTDIR)Windows8ToolbarIconLibrary.$(O) Windows8ToolbarIconLibrary.$(C) Windows8ToolbarIconLibrary.$(H): Windows8ToolbarIconLibrary.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libwidg\GenericToolbarIconLibrary.$(H) $(INCLUDE_TOP)\stx\libwidg\VistaToolbarIconLibrary.$(H) $(INCLUDE_TOP)\stx\libwidg\XPToolbarIconLibrary.$(H) $(STCHDR)
5800
c7671c27c9e7 New View class hierarchy due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 5654
diff changeset
   148
$(OUTDIR)YesNoBox.$(O) YesNoBox.$(C) YesNoBox.$(H): YesNoBox.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview\DisplaySurface.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsMedium.$(H) $(INCLUDE_TOP)\stx\libview\ModalBox.$(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) $(INCLUDE_TOP)\stx\libwidg\DialogBox.$(H) $(INCLUDE_TOP)\stx\libwidg\InfoBox.$(H) $(INCLUDE_TOP)\stx\libwidg\WarningBox.$(H) $(STCHDR)
c7671c27c9e7 New View class hierarchy due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 5654
diff changeset
   149
$(OUTDIR)FileSaveBox.$(O) FileSaveBox.$(C) FileSaveBox.$(H): FileSaveBox.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview\DisplaySurface.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsMedium.$(H) $(INCLUDE_TOP)\stx\libview\ModalBox.$(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) $(INCLUDE_TOP)\stx\libwidg\DialogBox.$(H) $(INCLUDE_TOP)\stx\libwidg\EnterBox.$(H) $(INCLUDE_TOP)\stx\libwidg\FileSelectionBox.$(H) $(INCLUDE_TOP)\stx\libwidg\ListSelectionBox.$(H) $(STCHDR)
c7671c27c9e7 New View class hierarchy due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 5654
diff changeset
   150
$(OUTDIR)Workspace.$(O) Workspace.$(C) Workspace.$(H): Workspace.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) $(INCLUDE_TOP)\stx\libwidg\EditTextView.$(H) $(INCLUDE_TOP)\stx\libwidg\ListView.$(H) $(INCLUDE_TOP)\stx\libwidg\TextCollector.$(H) $(INCLUDE_TOP)\stx\libwidg\TextView.$(H) $(STCHDR)
c7671c27c9e7 New View class hierarchy due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 5654
diff changeset
   151
$(OUTDIR)CodeView.$(O) CodeView.$(C) CodeView.$(H): CodeView.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) $(INCLUDE_TOP)\stx\libwidg\EditTextView.$(H) $(INCLUDE_TOP)\stx\libwidg\ListView.$(H) $(INCLUDE_TOP)\stx\libwidg\TextCollector.$(H) $(INCLUDE_TOP)\stx\libwidg\TextView.$(H) $(INCLUDE_TOP)\stx\libwidg\Workspace.$(H) $(STCHDR)
3389
5b658ca1be05 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3378
diff changeset
   152
2827
c7c5392d476b dll addresses
Claus Gittinger <cg@exept.de>
parents: 2092
diff changeset
   153
# ENDMAKEDEPEND --- do not remove this line