Make.proto
author Claus Gittinger <cg@exept.de>
Wed, 11 Oct 2006 14:23:45 +0200
changeset 3097 b127a11aa88b
parent 3082 94fd9b451084
child 3105 d94d30027e06
permissions -rw-r--r--
automatically generated by browser
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
3097
b127a11aa88b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3082
diff changeset
     1
# $Header: /cvs/stx/stx/libwidg2/Make.proto,v 1.131 2006-10-11 12:23:45 cg Exp $
2982
7579c3a3a9b4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2588
diff changeset
     2
#
7579c3a3a9b4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2588
diff changeset
     3
# DO NOT EDIT 
7579c3a3a9b4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2588
diff changeset
     4
# automagically generated from the projectDefinition: stx_libwidg2.
39
1bedbc7ae251 *** empty log message ***
claus
parents: 37
diff changeset
     5
#
2982
7579c3a3a9b4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2588
diff changeset
     6
# Warning: once you modify this file, do not rerun
7579c3a3a9b4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2588
diff changeset
     7
# stmkmp or projectDefinition-build again - otherwise, your changes are lost.
7579c3a3a9b4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2588
diff changeset
     8
#
7579c3a3a9b4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2588
diff changeset
     9
# The Makefile as generated by this Make.proto supports the following targets:
7579c3a3a9b4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2588
diff changeset
    10
#    make         - compile all st-files to a classLib
7579c3a3a9b4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2588
diff changeset
    11
#    make clean   - clean all temp files
7579c3a3a9b4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2588
diff changeset
    12
#    make clobber - clean all
7579c3a3a9b4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2588
diff changeset
    13
#
7579c3a3a9b4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2588
diff changeset
    14
# This file contains definitions for Unix based platforms.
3073
97d5cf3aa854 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3063
diff changeset
    15
# It shares common definitions with the win32-make in Make.spec.
224
5bfc61789a50 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 174
diff changeset
    16
965
ab772c555422 ibm kludge
Claus Gittinger <cg@exept.de>
parents: 881
diff changeset
    17
#
2982
7579c3a3a9b4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2588
diff changeset
    18
# position (of this package) in directory hierarchy:
7579c3a3a9b4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2588
diff changeset
    19
# (must point to ST/X top directory, for tools and includes)
3073
97d5cf3aa854 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3063
diff changeset
    20
TOP=..
97d5cf3aa854 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3063
diff changeset
    21
INCLUDE_TOP=$(TOP)/..
2982
7579c3a3a9b4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2588
diff changeset
    22
7579c3a3a9b4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2588
diff changeset
    23
# subdirectories where targets are to be made:
7579c3a3a9b4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2588
diff changeset
    24
SUBDIRS=
7579c3a3a9b4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2588
diff changeset
    25
7579c3a3a9b4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2588
diff changeset
    26
7579c3a3a9b4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2588
diff changeset
    27
# subdirectories where Makefiles are to be made:
7579c3a3a9b4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2588
diff changeset
    28
# (only define if different from SUBDIRS)
7579c3a3a9b4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2588
diff changeset
    29
# ALLSUBDIRS=
7579c3a3a9b4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2588
diff changeset
    30
7579c3a3a9b4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2588
diff changeset
    31
7579c3a3a9b4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2588
diff changeset
    32
# if your embedded C code requires any system includes, 
7579c3a3a9b4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2588
diff changeset
    33
# add the path(es) here:, 
7579c3a3a9b4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2588
diff changeset
    34
# ********** OPTIONAL: MODIFY the next lines ***
7579c3a3a9b4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2588
diff changeset
    35
# LOCALINCLUDES=-Ifoo -Ibar
3073
97d5cf3aa854 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3063
diff changeset
    36
LOCALINCLUDES= -I$(INCLUDE_TOP)/stx/libview -I$(INCLUDE_TOP)/stx/libwidg -I$(INCLUDE_TOP)/stx/libview2 -I$(INCLUDE_TOP)/stx/libbasic2 -I$(INCLUDE_TOP)/stx/libbasic
2982
7579c3a3a9b4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2588
diff changeset
    37
7579c3a3a9b4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2588
diff changeset
    38
7579c3a3a9b4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2588
diff changeset
    39
# if you need any additional defines for embedded C code, 
7579c3a3a9b4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2588
diff changeset
    40
# add them here:, 
7579c3a3a9b4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2588
diff changeset
    41
# ********** OPTIONAL: MODIFY the next lines ***
7579c3a3a9b4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2588
diff changeset
    42
# LOCALDEFINES=-Dfoo -Dbar -DDEBUG
7579c3a3a9b4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2588
diff changeset
    43
LOCALDEFINES=
7579c3a3a9b4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2588
diff changeset
    44
3073
97d5cf3aa854 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3063
diff changeset
    45
LIBNAME=libstx_libwidg2
97d5cf3aa854 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3063
diff changeset
    46
STCLOCALOPT='-package=$(PACKAGE)' -I. $(LOCALINCLUDES) $(STCLOCALOPTIMIZATIONS) $(STCWARNINGS) $(LOCALDEFINES) -H. $(COMMONSYMBOLS) -varPrefix=$(LIBNAME)
2982
7579c3a3a9b4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2588
diff changeset
    47
7579c3a3a9b4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2588
diff changeset
    48
7579c3a3a9b4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2588
diff changeset
    49
# ********** OPTIONAL: MODIFY the next line ***
7579c3a3a9b4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2588
diff changeset
    50
# additional C-libraries that should be pre-linked with the class-objects
7579c3a3a9b4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2588
diff changeset
    51
LD_OBJ_LIBS=
3097
b127a11aa88b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3082
diff changeset
    52
LOCAL_SHARED_LIBS=
2982
7579c3a3a9b4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2588
diff changeset
    53
7579c3a3a9b4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2588
diff changeset
    54
7579c3a3a9b4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2588
diff changeset
    55
# ********** OPTIONAL: MODIFY the next line ***
7579c3a3a9b4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2588
diff changeset
    56
# additional C targets or libraries should be added below
7579c3a3a9b4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2588
diff changeset
    57
LOCAL_EXTRA_TARGETS=
7579c3a3a9b4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2588
diff changeset
    58
7579c3a3a9b4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2588
diff changeset
    59
OBJS= $(COMMON_OBJS) $(UNIX_OBJS)
7579c3a3a9b4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2588
diff changeset
    60
3032
db567108c0c9 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3021
diff changeset
    61
db567108c0c9 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3021
diff changeset
    62
2982
7579c3a3a9b4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2588
diff changeset
    63
all:: preMake classLibRule postMake
7579c3a3a9b4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2588
diff changeset
    64
3032
db567108c0c9 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3021
diff changeset
    65
pre_objs:: 
db567108c0c9 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3021
diff changeset
    66
db567108c0c9 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3021
diff changeset
    67
2982
7579c3a3a9b4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2588
diff changeset
    68
7579c3a3a9b4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2588
diff changeset
    69
# add more install actions here
7579c3a3a9b4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2588
diff changeset
    70
install::
7579c3a3a9b4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2588
diff changeset
    71
7579c3a3a9b4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2588
diff changeset
    72
# add more install actions for aux-files (resources) here
7579c3a3a9b4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2588
diff changeset
    73
installAux::
7579c3a3a9b4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2588
diff changeset
    74
7579c3a3a9b4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2588
diff changeset
    75
# add more preMake actions here
7579c3a3a9b4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2588
diff changeset
    76
preMake::
7579c3a3a9b4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2588
diff changeset
    77
7579c3a3a9b4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2588
diff changeset
    78
# add more postMake actions here
7579c3a3a9b4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2588
diff changeset
    79
postMake:: cleanjunk
965
ab772c555422 ibm kludge
Claus Gittinger <cg@exept.de>
parents: 881
diff changeset
    80
12
30f48431927b Initial revision
claus
parents:
diff changeset
    81
cleanjunk::
30f48431927b Initial revision
claus
parents:
diff changeset
    82
30f48431927b Initial revision
claus
parents:
diff changeset
    83
clean::
2982
7579c3a3a9b4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2588
diff changeset
    84
	-rm -f *.o *.H
12
30f48431927b Initial revision
claus
parents:
diff changeset
    85
30f48431927b Initial revision
claus
parents:
diff changeset
    86
clobber::
2982
7579c3a3a9b4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2588
diff changeset
    87
	-rm -f *.so *.dll
7579c3a3a9b4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2588
diff changeset
    88
12
30f48431927b Initial revision
claus
parents:
diff changeset
    89
67
claus
parents: 65
diff changeset
    90
# BEGINMAKEDEPEND --- do not remove this line; make depend needs it
3073
97d5cf3aa854 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3063
diff changeset
    91
$(OUTDIR)CheckBox.$(O) CheckBox.$(H): CheckBox.st $(INCLUDE_TOP)/stx/libwidg/HorizontalPanelView.$(H) $(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)
97d5cf3aa854 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3063
diff changeset
    92
$(OUTDIR)ComboBoxButton.$(O) ComboBoxButton.$(H): ComboBoxButton.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)
97d5cf3aa854 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3063
diff changeset
    93
$(OUTDIR)ComboView.$(O) ComboView.$(H): ComboView.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)
97d5cf3aa854 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3063
diff changeset
    94
$(OUTDIR)DSVColumnView.$(O) DSVColumnView.$(H): DSVColumnView.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)
97d5cf3aa854 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3063
diff changeset
    95
$(OUTDIR)DSVLabelView.$(O) DSVLabelView.$(H): DSVLabelView.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)
97d5cf3aa854 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3063
diff changeset
    96
$(OUTDIR)DataSetColumn.$(O) DataSetColumn.$(H): DataSetColumn.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
97d5cf3aa854 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3063
diff changeset
    97
$(OUTDIR)DataSetLabel.$(O) DataSetLabel.$(H): DataSetLabel.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
97d5cf3aa854 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3063
diff changeset
    98
$(OUTDIR)DataSetView.$(O) DataSetView.$(H): DataSetView.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)
97d5cf3aa854 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3063
diff changeset
    99
$(OUTDIR)DoWhatIMeanSupport.$(O) DoWhatIMeanSupport.$(H): DoWhatIMeanSupport.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
97d5cf3aa854 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3063
diff changeset
   100
$(OUTDIR)EnterBoxWithList.$(O) EnterBoxWithList.$(H): EnterBoxWithList.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)
3082
94fd9b451084 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3073
diff changeset
   101
$(OUTDIR)ExtendedComboBox.$(O) ExtendedComboBox.$(H): ExtendedComboBox.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) $(INCLUDE_TOP)/stx/libview/PopUpView.$(H) $(INCLUDE_TOP)/stx/libview/TopView.$(H) $(STCHDR)
3073
97d5cf3aa854 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3063
diff changeset
   102
$(OUTDIR)FilenameEditField.$(O) FilenameEditField.$(H): FilenameEditField.st $(INCLUDE_TOP)/stx/libwidg/EditField.$(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)
97d5cf3aa854 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3063
diff changeset
   103
$(OUTDIR)FilenameEnterBox.$(O) FilenameEnterBox.$(H): FilenameEnterBox.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)
97d5cf3aa854 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3063
diff changeset
   104
$(OUTDIR)GridBagConstraints.$(O) GridBagConstraints.$(H): GridBagConstraints.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
97d5cf3aa854 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3063
diff changeset
   105
$(OUTDIR)GridBagLayoutInfo.$(O) GridBagLayoutInfo.$(H): GridBagLayoutInfo.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
97d5cf3aa854 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3063
diff changeset
   106
$(OUTDIR)GridBagLayoutView.$(O) GridBagLayoutView.$(H): GridBagLayoutView.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)
97d5cf3aa854 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3063
diff changeset
   107
$(OUTDIR)HierarchicalItem.$(O) HierarchicalItem.$(H): HierarchicalItem.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
97d5cf3aa854 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3063
diff changeset
   108
$(OUTDIR)HierarchicalList.$(O) HierarchicalList.$(H): HierarchicalList.st $(INCLUDE_TOP)/stx/libbasic2/List.$(H) $(INCLUDE_TOP)/stx/libbasic/OrderedCollection.$(H) $(INCLUDE_TOP)/stx/libbasic/SequenceableCollection.$(H) $(INCLUDE_TOP)/stx/libbasic/Collection.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
97d5cf3aa854 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3063
diff changeset
   109
$(OUTDIR)HierarchyNode.$(O) HierarchyNode.$(H): HierarchyNode.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
97d5cf3aa854 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3063
diff changeset
   110
$(OUTDIR)ImageView.$(O) ImageView.$(H): ImageView.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)
97d5cf3aa854 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3063
diff changeset
   111
$(OUTDIR)LabelledEnterField.$(O) LabelledEnterField.$(H): LabelledEnterField.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)
3097
b127a11aa88b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3082
diff changeset
   112
$(OUTDIR)LicenceBox.$(O) LicenceBox.$(H): LicenceBox.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)
3073
97d5cf3aa854 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3063
diff changeset
   113
$(OUTDIR)ListEntry.$(O) ListEntry.$(H): ListEntry.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
97d5cf3aa854 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3063
diff changeset
   114
$(OUTDIR)ListModelView.$(O) ListModelView.$(H): ListModelView.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)
97d5cf3aa854 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3063
diff changeset
   115
$(OUTDIR)MenuPanel.$(O) MenuPanel.$(H): MenuPanel.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)
97d5cf3aa854 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3063
diff changeset
   116
$(OUTDIR)MultipleItemSelectionWidget.$(O) MultipleItemSelectionWidget.$(H): MultipleItemSelectionWidget.st $(INCLUDE_TOP)/stx/libview2/ApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
97d5cf3aa854 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3063
diff changeset
   117
$(OUTDIR)NoteBookView.$(O) NoteBookView.$(H): NoteBookView.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)
97d5cf3aa854 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3063
diff changeset
   118
$(OUTDIR)PrintAbortDialog.$(O) PrintAbortDialog.$(H): PrintAbortDialog.st $(INCLUDE_TOP)/stx/libview2/ApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
97d5cf3aa854 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3063
diff changeset
   119
$(OUTDIR)PrintingDialog.$(O) PrintingDialog.$(H): PrintingDialog.st $(INCLUDE_TOP)/stx/libview2/ApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
97d5cf3aa854 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3063
diff changeset
   120
$(OUTDIR)ProgressIndicator.$(O) ProgressIndicator.$(H): ProgressIndicator.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)
97d5cf3aa854 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3063
diff changeset
   121
$(OUTDIR)SelectionInHierarchy.$(O) SelectionInHierarchy.$(H): SelectionInHierarchy.st $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
97d5cf3aa854 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3063
diff changeset
   122
$(OUTDIR)SelectionInTree.$(O) SelectionInTree.$(H): SelectionInTree.st $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
97d5cf3aa854 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3063
diff changeset
   123
$(OUTDIR)SelectionInTreeView.$(O) SelectionInTreeView.$(H): SelectionInTreeView.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)
97d5cf3aa854 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3063
diff changeset
   124
$(OUTDIR)Separator.$(O) Separator.$(H): Separator.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)
97d5cf3aa854 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3063
diff changeset
   125
$(OUTDIR)Slider.$(O) Slider.$(H): Slider.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)
97d5cf3aa854 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3063
diff changeset
   126
$(OUTDIR)SubCanvas.$(O) SubCanvas.$(H): SubCanvas.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)
97d5cf3aa854 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3063
diff changeset
   127
$(OUTDIR)SyncedMultiColumnTextView.$(O) SyncedMultiColumnTextView.$(H): SyncedMultiColumnTextView.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)
97d5cf3aa854 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3063
diff changeset
   128
$(OUTDIR)TabItem.$(O) TabItem.$(H): TabItem.st $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
97d5cf3aa854 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3063
diff changeset
   129
$(OUTDIR)TabSpecRuler.$(O) TabSpecRuler.$(H): TabSpecRuler.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)
97d5cf3aa854 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3063
diff changeset
   130
$(OUTDIR)TabWidget.$(O) TabWidget.$(H): TabWidget.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
97d5cf3aa854 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3063
diff changeset
   131
$(OUTDIR)TabulatorSpecification.$(O) TabulatorSpecification.$(H): TabulatorSpecification.st $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
97d5cf3aa854 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3063
diff changeset
   132
$(OUTDIR)TextBox.$(O) TextBox.$(H): TextBox.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)
97d5cf3aa854 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3063
diff changeset
   133
$(OUTDIR)TreeItem.$(O) TreeItem.$(H): TreeItem.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
97d5cf3aa854 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3063
diff changeset
   134
$(OUTDIR)UpDownButton.$(O) UpDownButton.$(H): UpDownButton.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)
97d5cf3aa854 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3063
diff changeset
   135
$(OUTDIR)ViewScroller.$(O) ViewScroller.$(H): ViewScroller.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)
97d5cf3aa854 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3063
diff changeset
   136
$(OUTDIR)stx_libwidg2.$(O) stx_libwidg2.$(H): stx_libwidg2.st $(INCLUDE_TOP)/stx/libbasic/LibraryDefinition.$(H) $(INCLUDE_TOP)/stx/libbasic/ProjectDefinition.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
97d5cf3aa854 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3063
diff changeset
   137
$(OUTDIR)ColorMenu.$(O) ColorMenu.$(H): ColorMenu.st $(INCLUDE_TOP)/stx/libwidg2/MenuPanel.$(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)
97d5cf3aa854 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3063
diff changeset
   138
$(OUTDIR)ComboBoxView.$(O) ComboBoxView.$(H): ComboBoxView.st $(INCLUDE_TOP)/stx/libwidg2/ComboView.$(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)
97d5cf3aa854 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3063
diff changeset
   139
$(OUTDIR)ComboListView.$(O) ComboListView.$(H): ComboListView.st $(INCLUDE_TOP)/stx/libwidg2/ComboView.$(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)
97d5cf3aa854 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3063
diff changeset
   140
$(OUTDIR)FileSelectionItem.$(O) FileSelectionItem.$(H): FileSelectionItem.st $(INCLUDE_TOP)/stx/libwidg2/TreeItem.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
97d5cf3aa854 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3063
diff changeset
   141
$(OUTDIR)FileSelectionTree.$(O) FileSelectionTree.$(H): FileSelectionTree.st $(INCLUDE_TOP)/stx/libwidg2/SelectionInTreeView.$(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)
97d5cf3aa854 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3063
diff changeset
   142
$(OUTDIR)FontMenu.$(O) FontMenu.$(H): FontMenu.st $(INCLUDE_TOP)/stx/libwidg2/MenuPanel.$(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)
3082
94fd9b451084 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3073
diff changeset
   143
$(OUTDIR)HierarchicalFileList.$(O) HierarchicalFileList.$(H): HierarchicalFileList.st $(INCLUDE_TOP)/stx/libwidg2/HierarchicalList.$(H) $(INCLUDE_TOP)/stx/libbasic2/List.$(H) $(INCLUDE_TOP)/stx/libbasic/OrderedCollection.$(H) $(INCLUDE_TOP)/stx/libbasic/SequenceableCollection.$(H) $(INCLUDE_TOP)/stx/libbasic/Collection.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libwidg2/HierarchicalItem.$(H) $(STCHDR)
3073
97d5cf3aa854 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3063
diff changeset
   144
$(OUTDIR)HierarchicalItemWithLabel.$(O) HierarchicalItemWithLabel.$(H): HierarchicalItemWithLabel.st $(INCLUDE_TOP)/stx/libwidg2/HierarchicalItem.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
97d5cf3aa854 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3063
diff changeset
   145
$(OUTDIR)HorizontalSlider.$(O) HorizontalSlider.$(H): HorizontalSlider.st $(INCLUDE_TOP)/stx/libwidg2/Slider.$(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)
3097
b127a11aa88b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3082
diff changeset
   146
$(OUTDIR)ImageEditView.$(O) ImageEditView.$(H): ImageEditView.st $(INCLUDE_TOP)/stx/libwidg2/ImageView.$(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)
3073
97d5cf3aa854 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3063
diff changeset
   147
$(OUTDIR)ModelListEntry.$(O) ModelListEntry.$(H): ModelListEntry.st $(INCLUDE_TOP)/stx/libwidg2/ListEntry.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
97d5cf3aa854 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3063
diff changeset
   148
$(OUTDIR)MultiColListEntry.$(O) MultiColListEntry.$(H): MultiColListEntry.st $(INCLUDE_TOP)/stx/libwidg2/ListEntry.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
97d5cf3aa854 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3063
diff changeset
   149
$(OUTDIR)SelectionInListModelView.$(O) SelectionInListModelView.$(H): SelectionInListModelView.st $(INCLUDE_TOP)/stx/libwidg2/ListModelView.$(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)
97d5cf3aa854 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3063
diff changeset
   150
$(OUTDIR)TabView.$(O) TabView.$(H): TabView.st $(INCLUDE_TOP)/stx/libwidg2/NoteBookView.$(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)
97d5cf3aa854 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3063
diff changeset
   151
$(OUTDIR)TreeItemWithImage.$(O) TreeItemWithImage.$(H): TreeItemWithImage.st $(INCLUDE_TOP)/stx/libwidg2/TreeItem.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
97d5cf3aa854 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3063
diff changeset
   152
$(OUTDIR)TwoColumnTextView.$(O) TwoColumnTextView.$(H): TwoColumnTextView.st $(INCLUDE_TOP)/stx/libwidg2/SyncedMultiColumnTextView.$(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)
97d5cf3aa854 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3063
diff changeset
   153
$(OUTDIR)FilenameComboBoxView.$(O) FilenameComboBoxView.$(H): FilenameComboBoxView.st $(INCLUDE_TOP)/stx/libwidg2/ComboBoxView.$(H) $(INCLUDE_TOP)/stx/libwidg2/ComboView.$(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)
97d5cf3aa854 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3063
diff changeset
   154
$(OUTDIR)HierarchicalItemWithLabelAndIcon.$(O) HierarchicalItemWithLabelAndIcon.$(H): HierarchicalItemWithLabelAndIcon.st $(INCLUDE_TOP)/stx/libwidg2/HierarchicalItemWithLabel.$(H) $(INCLUDE_TOP)/stx/libwidg2/HierarchicalItem.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
97d5cf3aa854 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3063
diff changeset
   155
$(OUTDIR)HierarchicalListView.$(O) HierarchicalListView.$(H): HierarchicalListView.st $(INCLUDE_TOP)/stx/libwidg2/SelectionInListModelView.$(H) $(INCLUDE_TOP)/stx/libwidg2/ListModelView.$(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)
97d5cf3aa854 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3063
diff changeset
   156
$(OUTDIR)LabelAndIcon.$(O) LabelAndIcon.$(H): LabelAndIcon.st $(INCLUDE_TOP)/stx/libwidg2/ModelListEntry.$(H) $(INCLUDE_TOP)/stx/libwidg2/ListEntry.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
97d5cf3aa854 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3063
diff changeset
   157
$(OUTDIR)HierarchicalItemWithLabelAndIconAndValue.$(O) HierarchicalItemWithLabelAndIconAndValue.$(H): HierarchicalItemWithLabelAndIconAndValue.st $(INCLUDE_TOP)/stx/libwidg2/HierarchicalItemWithLabelAndIcon.$(H) $(INCLUDE_TOP)/stx/libwidg2/HierarchicalItemWithLabel.$(H) $(INCLUDE_TOP)/stx/libwidg2/HierarchicalItem.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
3082
94fd9b451084 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3073
diff changeset
   158
$(OUTDIR)LicenceBox.$(O) LicenceBox.$(H): LicenceBox.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)
3073
97d5cf3aa854 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3063
diff changeset
   159
2982
7579c3a3a9b4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2588
diff changeset
   160
# ENDMAKEDEPEND --- do not remove this line
7579c3a3a9b4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2588
diff changeset
   161