Make.proto
author Stefan Vogel <sv@exept.de>
Sat, 28 Jun 2008 14:14:54 +0200
changeset 3659 2a4ca5692162
parent 3642 c50ea6035370
child 3827 e3f1fd67089f
permissions -rw-r--r--
automatically generated by browser
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
3659
2a4ca5692162 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 3642
diff changeset
     1
# $Header: /cvs/stx/stx/libwidg/Make.proto,v 1.83 2008-06-28 12:14:54 stefan Exp $
56
ad147060273f big cleanup
claus
parents: 39
diff changeset
     2
#
3331
e2e24f8443fb automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2829
diff changeset
     3
# DO NOT EDIT 
e2e24f8443fb automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2829
diff changeset
     4
# automagically generated from the projectDefinition: stx_libwidg.
457
a7e0859f89f4 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 432
diff changeset
     5
#
3331
e2e24f8443fb automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2829
diff changeset
     6
# Warning: once you modify this file, do not rerun
e2e24f8443fb automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2829
diff changeset
     7
# stmkmp or projectDefinition-build again - otherwise, your changes are lost.
524
acf00a9c922c *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 519
diff changeset
     8
#
3331
e2e24f8443fb automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2829
diff changeset
     9
# The Makefile as generated by this Make.proto supports the following targets:
e2e24f8443fb automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2829
diff changeset
    10
#    make         - compile all st-files to a classLib
e2e24f8443fb automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2829
diff changeset
    11
#    make clean   - clean all temp files
e2e24f8443fb automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2829
diff changeset
    12
#    make clobber - clean all
e2e24f8443fb automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2829
diff changeset
    13
#
e2e24f8443fb automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2829
diff changeset
    14
# This file contains definitions for Unix based platforms.
3386
bf479e6bbe75 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3375
diff changeset
    15
# It shares common definitions with the win32-make in Make.spec.
457
a7e0859f89f4 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 432
diff changeset
    16
56
ad147060273f big cleanup
claus
parents: 39
diff changeset
    17
#
3331
e2e24f8443fb automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2829
diff changeset
    18
# position (of this package) in directory hierarchy:
e2e24f8443fb automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2829
diff changeset
    19
# (must point to ST/X top directory, for tools and includes)
3386
bf479e6bbe75 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3375
diff changeset
    20
TOP=..
bf479e6bbe75 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3375
diff changeset
    21
INCLUDE_TOP=$(TOP)/..
0
e6a541c1c0eb Initial revision
claus
parents:
diff changeset
    22
3331
e2e24f8443fb automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2829
diff changeset
    23
# subdirectories where targets are to be made:
e2e24f8443fb automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2829
diff changeset
    24
SUBDIRS=
e2e24f8443fb automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2829
diff changeset
    25
e2e24f8443fb automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2829
diff changeset
    26
e2e24f8443fb automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2829
diff changeset
    27
# subdirectories where Makefiles are to be made:
e2e24f8443fb automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2829
diff changeset
    28
# (only define if different from SUBDIRS)
e2e24f8443fb automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2829
diff changeset
    29
# ALLSUBDIRS=
e2e24f8443fb automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2829
diff changeset
    30
0
e6a541c1c0eb Initial revision
claus
parents:
diff changeset
    31
3331
e2e24f8443fb automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2829
diff changeset
    32
# if your embedded C code requires any system includes, 
e2e24f8443fb automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2829
diff changeset
    33
# add the path(es) here:, 
e2e24f8443fb automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2829
diff changeset
    34
# ********** OPTIONAL: MODIFY the next lines ***
e2e24f8443fb automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2829
diff changeset
    35
# LOCALINCLUDES=-Ifoo -Ibar
3386
bf479e6bbe75 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3375
diff changeset
    36
LOCALINCLUDES= -I$(INCLUDE_TOP)/stx/libview -I$(INCLUDE_TOP)/stx/libview2 -I$(INCLUDE_TOP)/stx/libbasic
702
a0ca5203e629 sunos has include-nesting problems with WarnBox
Claus Gittinger <cg@exept.de>
parents: 623
diff changeset
    37
0
e6a541c1c0eb Initial revision
claus
parents:
diff changeset
    38
3331
e2e24f8443fb automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2829
diff changeset
    39
# if you need any additional defines for embedded C code, 
e2e24f8443fb automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2829
diff changeset
    40
# add them here:, 
e2e24f8443fb automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2829
diff changeset
    41
# ********** OPTIONAL: MODIFY the next lines ***
e2e24f8443fb automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2829
diff changeset
    42
# LOCALDEFINES=-Dfoo -Dbar -DDEBUG
e2e24f8443fb automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2829
diff changeset
    43
LOCALDEFINES=
e2e24f8443fb automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2829
diff changeset
    44
3386
bf479e6bbe75 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3375
diff changeset
    45
LIBNAME=libstx_libwidg
bf479e6bbe75 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3375
diff changeset
    46
STCLOCALOPT='-package=$(PACKAGE)' -I. $(LOCALINCLUDES) $(STCLOCALOPTIMIZATIONS) $(STCWARNINGS) $(LOCALDEFINES) -H. $(COMMONSYMBOLS) -varPrefix=$(LIBNAME)
3331
e2e24f8443fb automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2829
diff changeset
    47
e2e24f8443fb automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2829
diff changeset
    48
e2e24f8443fb automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2829
diff changeset
    49
# ********** OPTIONAL: MODIFY the next line ***
e2e24f8443fb automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2829
diff changeset
    50
# additional C-libraries that should be pre-linked with the class-objects
e2e24f8443fb automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2829
diff changeset
    51
LD_OBJ_LIBS=
3519
7e74fe004022 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3386
diff changeset
    52
LOCAL_SHARED_LIBS=
500
53964b964bee HP needs BIG rule for ETXTView
Claus Gittinger <cg@exept.de>
parents: 470
diff changeset
    53
53964b964bee HP needs BIG rule for ETXTView
Claus Gittinger <cg@exept.de>
parents: 470
diff changeset
    54
3331
e2e24f8443fb automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2829
diff changeset
    55
# ********** OPTIONAL: MODIFY the next line ***
e2e24f8443fb automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2829
diff changeset
    56
# additional C targets or libraries should be added below
e2e24f8443fb automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2829
diff changeset
    57
LOCAL_EXTRA_TARGETS=
525
87524b8e35a6 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 524
diff changeset
    58
3331
e2e24f8443fb automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2829
diff changeset
    59
OBJS= $(COMMON_OBJS) $(UNIX_OBJS)
623
b9fdafecab14 HP's cc crashes with too many defines ...
Claus Gittinger <cg@exept.de>
parents: 530
diff changeset
    60
3345
9d96243f9e5b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3331
diff changeset
    61
9d96243f9e5b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3331
diff changeset
    62
3331
e2e24f8443fb automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2829
diff changeset
    63
all:: preMake classLibRule postMake
702
a0ca5203e629 sunos has include-nesting problems with WarnBox
Claus Gittinger <cg@exept.de>
parents: 623
diff changeset
    64
3345
9d96243f9e5b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3331
diff changeset
    65
pre_objs:: 
9d96243f9e5b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3331
diff changeset
    66
9d96243f9e5b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3331
diff changeset
    67
623
b9fdafecab14 HP's cc crashes with too many defines ...
Claus Gittinger <cg@exept.de>
parents: 530
diff changeset
    68
3331
e2e24f8443fb automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2829
diff changeset
    69
# add more install actions here
e2e24f8443fb automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2829
diff changeset
    70
install::
61
c9031a0e9412 *** empty log message ***
claus
parents: 59
diff changeset
    71
3331
e2e24f8443fb automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2829
diff changeset
    72
# add more install actions for aux-files (resources) here
e2e24f8443fb automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2829
diff changeset
    73
installAux::
e2e24f8443fb automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2829
diff changeset
    74
e2e24f8443fb automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2829
diff changeset
    75
# add more preMake actions here
e2e24f8443fb automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2829
diff changeset
    76
preMake::
e2e24f8443fb automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2829
diff changeset
    77
e2e24f8443fb automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2829
diff changeset
    78
# add more postMake actions here
e2e24f8443fb automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2829
diff changeset
    79
postMake:: cleanjunk
e2e24f8443fb automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2829
diff changeset
    80
e2e24f8443fb automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2829
diff changeset
    81
cleanjunk::
e2e24f8443fb automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2829
diff changeset
    82
e2e24f8443fb automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2829
diff changeset
    83
clean::
e2e24f8443fb automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2829
diff changeset
    84
	-rm -f *.o *.H
e2e24f8443fb automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2829
diff changeset
    85
3519
7e74fe004022 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3386
diff changeset
    86
clobber:: clean
3331
e2e24f8443fb automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2829
diff changeset
    87
	-rm -f *.so *.dll
e2e24f8443fb automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2829
diff changeset
    88
e2e24f8443fb automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2829
diff changeset
    89
144
claus
parents: 142
diff changeset
    90
# BEGINMAKEDEPEND --- do not remove this line; make depend needs it
3386
bf479e6bbe75 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3375
diff changeset
    91
$(OUTDIR)ButtonController.$(O) ButtonController.$(H): ButtonController.st $(INCLUDE_TOP)/stx/libview/Controller.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
bf479e6bbe75 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3375
diff changeset
    92
$(OUTDIR)DialogBox.$(O) DialogBox.$(H): DialogBox.st $(INCLUDE_TOP)/stx/libview/ModalBox.$(H) $(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)
bf479e6bbe75 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3375
diff changeset
    93
$(OUTDIR)EnterFieldGroup.$(O) EnterFieldGroup.$(H): EnterFieldGroup.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
bf479e6bbe75 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3375
diff changeset
    94
$(OUTDIR)FramedBox.$(O) FramedBox.$(H): FramedBox.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)
bf479e6bbe75 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3375
diff changeset
    95
$(OUTDIR)Label.$(O) Label.$(H): Label.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)
bf479e6bbe75 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3375
diff changeset
    96
$(OUTDIR)ListView.$(O) ListView.$(H): ListView.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)
bf479e6bbe75 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3375
diff changeset
    97
$(OUTDIR)ObjectView.$(O) ObjectView.$(H): ObjectView.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)
bf479e6bbe75 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3375
diff changeset
    98
$(OUTDIR)PanelView.$(O) PanelView.$(H): PanelView.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)
bf479e6bbe75 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3375
diff changeset
    99
$(OUTDIR)PopUpMenu.$(O) PopUpMenu.$(H): PopUpMenu.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)
bf479e6bbe75 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3375
diff changeset
   100
$(OUTDIR)PullDownMenu.$(O) PullDownMenu.$(H): PullDownMenu.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)
bf479e6bbe75 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3375
diff changeset
   101
$(OUTDIR)RadioButtonGroup.$(O) RadioButtonGroup.$(H): RadioButtonGroup.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)
bf479e6bbe75 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3375
diff changeset
   102
$(OUTDIR)ScrollBar.$(O) ScrollBar.$(H): ScrollBar.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)
bf479e6bbe75 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3375
diff changeset
   103
$(OUTDIR)ScrollableView.$(O) ScrollableView.$(H): ScrollableView.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)
bf479e6bbe75 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3375
diff changeset
   104
$(OUTDIR)Scroller.$(O) Scroller.$(H): Scroller.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)
bf479e6bbe75 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3375
diff changeset
   105
$(OUTDIR)SelectionInList.$(O) SelectionInList.$(H): SelectionInList.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)
bf479e6bbe75 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3375
diff changeset
   106
$(OUTDIR)VariablePanel.$(O) VariablePanel.$(H): VariablePanel.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)
bf479e6bbe75 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3375
diff changeset
   107
$(OUTDIR)VariablePanelController.$(O) VariablePanelController.$(H): VariablePanelController.st $(INCLUDE_TOP)/stx/libview/Controller.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
bf479e6bbe75 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3375
diff changeset
   108
$(OUTDIR)stx_libwidg.$(O) stx_libwidg.$(H): stx_libwidg.st $(INCLUDE_TOP)/stx/libbasic/LibraryDefinition.$(H) $(INCLUDE_TOP)/stx/libbasic/ProjectDefinition.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
bf479e6bbe75 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3375
diff changeset
   109
$(OUTDIR)Button.$(O) Button.$(H): Button.st $(INCLUDE_TOP)/stx/libwidg/Label.$(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)
bf479e6bbe75 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3375
diff changeset
   110
$(OUTDIR)CheckLabel.$(O) CheckLabel.$(H): CheckLabel.st $(INCLUDE_TOP)/stx/libwidg/Label.$(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)
bf479e6bbe75 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3375
diff changeset
   111
$(OUTDIR)EnterBox.$(O) EnterBox.$(H): EnterBox.st $(INCLUDE_TOP)/stx/libwidg/DialogBox.$(H) $(INCLUDE_TOP)/stx/libview/ModalBox.$(H) $(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)
bf479e6bbe75 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3375
diff changeset
   112
$(OUTDIR)FontPanel.$(O) FontPanel.$(H): FontPanel.st $(INCLUDE_TOP)/stx/libwidg/DialogBox.$(H) $(INCLUDE_TOP)/stx/libview/ModalBox.$(H) $(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)
bf479e6bbe75 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3375
diff changeset
   113
$(OUTDIR)HVScrollableView.$(O) HVScrollableView.$(H): HVScrollableView.st $(INCLUDE_TOP)/stx/libwidg/ScrollableView.$(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)
bf479e6bbe75 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3375
diff changeset
   114
$(OUTDIR)HorizontalPanelView.$(O) HorizontalPanelView.$(H): HorizontalPanelView.st $(INCLUDE_TOP)/stx/libwidg/PanelView.$(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)
bf479e6bbe75 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3375
diff changeset
   115
$(OUTDIR)HorizontalScrollBar.$(O) HorizontalScrollBar.$(H): HorizontalScrollBar.st $(INCLUDE_TOP)/stx/libwidg/ScrollBar.$(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)
bf479e6bbe75 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3375
diff changeset
   116
$(OUTDIR)HorizontalScroller.$(O) HorizontalScroller.$(H): HorizontalScroller.st $(INCLUDE_TOP)/stx/libwidg/Scroller.$(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)
bf479e6bbe75 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3375
diff changeset
   117
$(OUTDIR)InfoBox.$(O) InfoBox.$(H): InfoBox.st $(INCLUDE_TOP)/stx/libwidg/DialogBox.$(H) $(INCLUDE_TOP)/stx/libview/ModalBox.$(H) $(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)
bf479e6bbe75 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3375
diff changeset
   118
$(OUTDIR)MiniScroller.$(O) MiniScroller.$(H): MiniScroller.st $(INCLUDE_TOP)/stx/libwidg/Scroller.$(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)
3519
7e74fe004022 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3386
diff changeset
   119
$(OUTDIR)MultiColumnPanelView.$(O) MultiColumnPanelView.$(H): MultiColumnPanelView.st $(INCLUDE_TOP)/stx/libwidg/PanelView.$(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)
3386
bf479e6bbe75 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3375
diff changeset
   120
$(OUTDIR)MultiSelectionInList.$(O) MultiSelectionInList.$(H): MultiSelectionInList.st $(INCLUDE_TOP)/stx/libwidg/SelectionInList.$(H) $(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)
bf479e6bbe75 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3375
diff changeset
   121
$(OUTDIR)OptionBox.$(O) OptionBox.$(H): OptionBox.st $(INCLUDE_TOP)/stx/libwidg/DialogBox.$(H) $(INCLUDE_TOP)/stx/libview/ModalBox.$(H) $(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)
bf479e6bbe75 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3375
diff changeset
   122
$(OUTDIR)PopUpListController.$(O) PopUpListController.$(H): PopUpListController.st $(INCLUDE_TOP)/stx/libwidg/ButtonController.$(H) $(INCLUDE_TOP)/stx/libview/Controller.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
bf479e6bbe75 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3375
diff changeset
   123
$(OUTDIR)SelectionInListView.$(O) SelectionInListView.$(H): SelectionInListView.st $(INCLUDE_TOP)/stx/libwidg/ListView.$(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)
bf479e6bbe75 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3375
diff changeset
   124
$(OUTDIR)SequenceView.$(O) SequenceView.$(H): SequenceView.st $(INCLUDE_TOP)/stx/libwidg/ScrollableView.$(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)
bf479e6bbe75 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3375
diff changeset
   125
$(OUTDIR)TextView.$(O) TextView.$(H): TextView.st $(INCLUDE_TOP)/stx/libwidg/ListView.$(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)
bf479e6bbe75 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3375
diff changeset
   126
$(OUTDIR)ToggleController.$(O) ToggleController.$(H): ToggleController.st $(INCLUDE_TOP)/stx/libwidg/ButtonController.$(H) $(INCLUDE_TOP)/stx/libview/Controller.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
bf479e6bbe75 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3375
diff changeset
   127
$(OUTDIR)VariableHorizontalPanel.$(O) VariableHorizontalPanel.$(H): VariableHorizontalPanel.st $(INCLUDE_TOP)/stx/libwidg/VariablePanel.$(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)
bf479e6bbe75 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3375
diff changeset
   128
$(OUTDIR)VariableHorizontalPanelController.$(O) VariableHorizontalPanelController.$(H): VariableHorizontalPanelController.st $(INCLUDE_TOP)/stx/libwidg/VariablePanelController.$(H) $(INCLUDE_TOP)/stx/libview/Controller.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
bf479e6bbe75 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3375
diff changeset
   129
$(OUTDIR)VariableVerticalPanel.$(O) VariableVerticalPanel.$(H): VariableVerticalPanel.st $(INCLUDE_TOP)/stx/libwidg/VariablePanel.$(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)
bf479e6bbe75 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3375
diff changeset
   130
$(OUTDIR)VariableVerticalPanelController.$(O) VariableVerticalPanelController.$(H): VariableVerticalPanelController.st $(INCLUDE_TOP)/stx/libwidg/VariablePanelController.$(H) $(INCLUDE_TOP)/stx/libview/Controller.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
bf479e6bbe75 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3375
diff changeset
   131
$(OUTDIR)VerticalPanelView.$(O) VerticalPanelView.$(H): VerticalPanelView.st $(INCLUDE_TOP)/stx/libwidg/PanelView.$(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)
bf479e6bbe75 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3375
diff changeset
   132
$(OUTDIR)ArrowButton.$(O) ArrowButton.$(H): ArrowButton.st $(INCLUDE_TOP)/stx/libwidg/Button.$(H) $(INCLUDE_TOP)/stx/libwidg/Label.$(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)
bf479e6bbe75 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3375
diff changeset
   133
$(OUTDIR)EditTextView.$(O) EditTextView.$(H): EditTextView.st $(INCLUDE_TOP)/stx/libwidg/TextView.$(H) $(INCLUDE_TOP)/stx/libwidg/ListView.$(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)
bf479e6bbe75 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3375
diff changeset
   134
$(OUTDIR)EnterBox2.$(O) EnterBox2.$(H): EnterBox2.st $(INCLUDE_TOP)/stx/libwidg/EnterBox.$(H) $(INCLUDE_TOP)/stx/libwidg/DialogBox.$(H) $(INCLUDE_TOP)/stx/libview/ModalBox.$(H) $(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)
bf479e6bbe75 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3375
diff changeset
   135
$(OUTDIR)FileSelectionList.$(O) FileSelectionList.$(H): FileSelectionList.st $(INCLUDE_TOP)/stx/libwidg/SelectionInListView.$(H) $(INCLUDE_TOP)/stx/libwidg/ListView.$(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)
bf479e6bbe75 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3375
diff changeset
   136
$(OUTDIR)HorizontalMiniScroller.$(O) HorizontalMiniScroller.$(H): HorizontalMiniScroller.st $(INCLUDE_TOP)/stx/libwidg/MiniScroller.$(H) $(INCLUDE_TOP)/stx/libwidg/Scroller.$(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)
bf479e6bbe75 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3375
diff changeset
   137
$(OUTDIR)ListSelectionBox.$(O) ListSelectionBox.$(H): ListSelectionBox.st $(INCLUDE_TOP)/stx/libwidg/EnterBox.$(H) $(INCLUDE_TOP)/stx/libwidg/DialogBox.$(H) $(INCLUDE_TOP)/stx/libview/ModalBox.$(H) $(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)
bf479e6bbe75 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3375
diff changeset
   138
$(OUTDIR)MenuView.$(O) MenuView.$(H): MenuView.st $(INCLUDE_TOP)/stx/libwidg/SelectionInListView.$(H) $(INCLUDE_TOP)/stx/libwidg/ListView.$(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)
bf479e6bbe75 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3375
diff changeset
   139
$(OUTDIR)PopUpList.$(O) PopUpList.$(H): PopUpList.st $(INCLUDE_TOP)/stx/libwidg/Button.$(H) $(INCLUDE_TOP)/stx/libwidg/Label.$(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)
bf479e6bbe75 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3375
diff changeset
   140
$(OUTDIR)RadioButtonController.$(O) RadioButtonController.$(H): RadioButtonController.st $(INCLUDE_TOP)/stx/libwidg/ToggleController.$(H) $(INCLUDE_TOP)/stx/libwidg/ButtonController.$(H) $(INCLUDE_TOP)/stx/libview/Controller.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
bf479e6bbe75 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3375
diff changeset
   141
$(OUTDIR)Toggle.$(O) Toggle.$(H): Toggle.st $(INCLUDE_TOP)/stx/libwidg/Button.$(H) $(INCLUDE_TOP)/stx/libwidg/Label.$(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)
bf479e6bbe75 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3375
diff changeset
   142
$(OUTDIR)WarningBox.$(O) WarningBox.$(H): WarningBox.st $(INCLUDE_TOP)/stx/libwidg/InfoBox.$(H) $(INCLUDE_TOP)/stx/libwidg/DialogBox.$(H) $(INCLUDE_TOP)/stx/libview/ModalBox.$(H) $(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)
bf479e6bbe75 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3375
diff changeset
   143
$(OUTDIR)CheckToggle.$(O) CheckToggle.$(H): CheckToggle.st $(INCLUDE_TOP)/stx/libwidg/Toggle.$(H) $(INCLUDE_TOP)/stx/libwidg/Button.$(H) $(INCLUDE_TOP)/stx/libwidg/Label.$(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)
bf479e6bbe75 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3375
diff changeset
   144
$(OUTDIR)ClickMenuView.$(O) ClickMenuView.$(H): ClickMenuView.st $(INCLUDE_TOP)/stx/libwidg/MenuView.$(H) $(INCLUDE_TOP)/stx/libwidg/SelectionInListView.$(H) $(INCLUDE_TOP)/stx/libwidg/ListView.$(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)
bf479e6bbe75 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3375
diff changeset
   145
$(OUTDIR)EditField.$(O) EditField.$(H): EditField.st $(INCLUDE_TOP)/stx/libwidg/EditTextView.$(H) $(INCLUDE_TOP)/stx/libwidg/TextView.$(H) $(INCLUDE_TOP)/stx/libwidg/ListView.$(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)
bf479e6bbe75 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3375
diff changeset
   146
$(OUTDIR)FileSelectionBox.$(O) FileSelectionBox.$(H): FileSelectionBox.st $(INCLUDE_TOP)/stx/libwidg/ListSelectionBox.$(H) $(INCLUDE_TOP)/stx/libwidg/EnterBox.$(H) $(INCLUDE_TOP)/stx/libwidg/DialogBox.$(H) $(INCLUDE_TOP)/stx/libview/ModalBox.$(H) $(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)
bf479e6bbe75 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3375
diff changeset
   147
$(OUTDIR)RadioButton.$(O) RadioButton.$(H): RadioButton.st $(INCLUDE_TOP)/stx/libwidg/Toggle.$(H) $(INCLUDE_TOP)/stx/libwidg/Button.$(H) $(INCLUDE_TOP)/stx/libwidg/Label.$(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)
bf479e6bbe75 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3375
diff changeset
   148
$(OUTDIR)TextCollector.$(O) TextCollector.$(H): TextCollector.st $(INCLUDE_TOP)/stx/libwidg/EditTextView.$(H) $(INCLUDE_TOP)/stx/libwidg/TextView.$(H) $(INCLUDE_TOP)/stx/libwidg/ListView.$(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)
bf479e6bbe75 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3375
diff changeset
   149
$(OUTDIR)YesNoBox.$(O) YesNoBox.$(H): YesNoBox.st $(INCLUDE_TOP)/stx/libwidg/WarningBox.$(H) $(INCLUDE_TOP)/stx/libwidg/InfoBox.$(H) $(INCLUDE_TOP)/stx/libwidg/DialogBox.$(H) $(INCLUDE_TOP)/stx/libview/ModalBox.$(H) $(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)
bf479e6bbe75 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3375
diff changeset
   150
$(OUTDIR)FileSaveBox.$(O) FileSaveBox.$(H): FileSaveBox.st $(INCLUDE_TOP)/stx/libwidg/FileSelectionBox.$(H) $(INCLUDE_TOP)/stx/libwidg/ListSelectionBox.$(H) $(INCLUDE_TOP)/stx/libwidg/EnterBox.$(H) $(INCLUDE_TOP)/stx/libwidg/DialogBox.$(H) $(INCLUDE_TOP)/stx/libview/ModalBox.$(H) $(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)
bf479e6bbe75 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3375
diff changeset
   151
$(OUTDIR)Workspace.$(O) Workspace.$(H): Workspace.st $(INCLUDE_TOP)/stx/libwidg/TextCollector.$(H) $(INCLUDE_TOP)/stx/libwidg/EditTextView.$(H) $(INCLUDE_TOP)/stx/libwidg/TextView.$(H) $(INCLUDE_TOP)/stx/libwidg/ListView.$(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)
bf479e6bbe75 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3375
diff changeset
   152
$(OUTDIR)CodeView.$(O) CodeView.$(H): CodeView.st $(INCLUDE_TOP)/stx/libwidg/Workspace.$(H) $(INCLUDE_TOP)/stx/libwidg/TextCollector.$(H) $(INCLUDE_TOP)/stx/libwidg/EditTextView.$(H) $(INCLUDE_TOP)/stx/libwidg/TextView.$(H) $(INCLUDE_TOP)/stx/libwidg/ListView.$(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)
bf479e6bbe75 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3375
diff changeset
   153
3331
e2e24f8443fb automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2829
diff changeset
   154
# ENDMAKEDEPEND --- do not remove this line
e2e24f8443fb automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2829
diff changeset
   155