Make.proto
author Claus Gittinger <cg@exept.de>
Fri, 15 Jun 2018 10:54:35 +0200
changeset 5816 7876c07931a7
parent 5744 e99b43ae4152
child 5848 33192c0e1e1e
permissions -rw-r--r--
#DOCUMENTATION by cg class: ComboListView class comment/format in: #documentation
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
4917
255a4fd6e70f Thumbwheel moved from libwidg3
Claus Gittinger <cg@exept.de>
parents: 4738
diff changeset
     1
# $Header$
2982
7579c3a3a9b4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2588
diff changeset
     2
#
3728
8858b3571313 oops: licenceBox dependency was missing;
sr
parents: 3686
diff changeset
     3
# DO NOT EDIT
2982
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
3633
f8ebb7ab4003 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3373
diff changeset
    31
REQUIRED_SUPPORT_DIRS=
2982
7579c3a3a9b4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2588
diff changeset
    32
3728
8858b3571313 oops: licenceBox dependency was missing;
sr
parents: 3686
diff changeset
    33
# if your embedded C code requires any system includes,
8858b3571313 oops: licenceBox dependency was missing;
sr
parents: 3686
diff changeset
    34
# add the path(es) here:,
2982
7579c3a3a9b4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2588
diff changeset
    35
# ********** OPTIONAL: MODIFY the next lines ***
7579c3a3a9b4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2588
diff changeset
    36
# LOCALINCLUDES=-Ifoo -Ibar
4670
967ea552c404 class: SimpleView
Claus Gittinger <cg@exept.de>
parents: 4532
diff changeset
    37
LOCALINCLUDES= -I$(INCLUDE_TOP)/stx/libbasic -I$(INCLUDE_TOP)/stx/libbasic2 -I$(INCLUDE_TOP)/stx/libui -I$(INCLUDE_TOP)/stx/libview -I$(INCLUDE_TOP)/stx/libview2 -I$(INCLUDE_TOP)/stx/libwidg
2982
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
3728
8858b3571313 oops: licenceBox dependency was missing;
sr
parents: 3686
diff changeset
    40
# if you need any additional defines for embedded C code,
8858b3571313 oops: licenceBox dependency was missing;
sr
parents: 3686
diff changeset
    41
# add them here:,
2982
7579c3a3a9b4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2588
diff changeset
    42
# ********** OPTIONAL: MODIFY the next lines ***
7579c3a3a9b4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2588
diff changeset
    43
# LOCALDEFINES=-Dfoo -Dbar -DDEBUG
7579c3a3a9b4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2588
diff changeset
    44
LOCALDEFINES=
7579c3a3a9b4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2588
diff changeset
    45
3073
97d5cf3aa854 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3063
diff changeset
    46
LIBNAME=libstx_libwidg2
4395
25fd82e15b46 added: TriggerBox
Claus Gittinger <cg@exept.de>
parents: 4035
diff changeset
    47
STCLOCALOPT='-package=$(PACKAGE)' -I. $(LOCALINCLUDES) $(STCLOCALOPTIMIZATIONS) $(STCWARNINGS) $(LOCALDEFINES) -headerDir=. $(COMMONSYMBOLS) -varPrefix=$(LIBNAME)
2982
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
7579c3a3a9b4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2588
diff changeset
    50
# ********** OPTIONAL: MODIFY the next line ***
7579c3a3a9b4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2588
diff changeset
    51
# 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
    52
LD_OBJ_LIBS=
3097
b127a11aa88b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3082
diff changeset
    53
LOCAL_SHARED_LIBS=
2982
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
7579c3a3a9b4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2588
diff changeset
    56
# ********** OPTIONAL: MODIFY the next line ***
7579c3a3a9b4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2588
diff changeset
    57
# additional C targets or libraries should be added below
7579c3a3a9b4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2588
diff changeset
    58
LOCAL_EXTRA_TARGETS=
7579c3a3a9b4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2588
diff changeset
    59
7579c3a3a9b4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2588
diff changeset
    60
OBJS= $(COMMON_OBJS) $(UNIX_OBJS)
7579c3a3a9b4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2588
diff changeset
    61
3032
db567108c0c9 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3021
diff changeset
    62
db567108c0c9 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3021
diff changeset
    63
2982
7579c3a3a9b4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2588
diff changeset
    64
all:: preMake classLibRule postMake
7579c3a3a9b4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2588
diff changeset
    65
3785
178a0ffbe8d6 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3728
diff changeset
    66
pre_objs::  
178a0ffbe8d6 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3728
diff changeset
    67
178a0ffbe8d6 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3728
diff changeset
    68
3032
db567108c0c9 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3021
diff changeset
    69
db567108c0c9 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3021
diff changeset
    70
2982
7579c3a3a9b4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2588
diff changeset
    71
4395
25fd82e15b46 added: TriggerBox
Claus Gittinger <cg@exept.de>
parents: 4035
diff changeset
    72
25fd82e15b46 added: TriggerBox
Claus Gittinger <cg@exept.de>
parents: 4035
diff changeset
    73
4532
Claus Gittinger <cg@exept.de>
parents: 4472
diff changeset
    74
Claus Gittinger <cg@exept.de>
parents: 4472
diff changeset
    75
Claus Gittinger <cg@exept.de>
parents: 4472
diff changeset
    76
# run default testsuite for this package
Claus Gittinger <cg@exept.de>
parents: 4472
diff changeset
    77
test: $(TOP)/goodies/builder/reports
4670
967ea552c404 class: SimpleView
Claus Gittinger <cg@exept.de>
parents: 4532
diff changeset
    78
	$(MAKE) -C $(TOP)/goodies/builder/reports -f Makefile.init
4532
Claus Gittinger <cg@exept.de>
parents: 4472
diff changeset
    79
	$(TOP)/goodies/builder/reports/report-runner.sh -D . -r Builder::TestReport -p $(PACKAGE)
Claus Gittinger <cg@exept.de>
parents: 4472
diff changeset
    80
Claus Gittinger <cg@exept.de>
parents: 4472
diff changeset
    81
Claus Gittinger <cg@exept.de>
parents: 4472
diff changeset
    82
2982
7579c3a3a9b4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2588
diff changeset
    83
# add more install actions here
7579c3a3a9b4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2588
diff changeset
    84
install::
7579c3a3a9b4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2588
diff changeset
    85
7579c3a3a9b4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2588
diff changeset
    86
# add more install actions for aux-files (resources) here
7579c3a3a9b4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2588
diff changeset
    87
installAux::
7579c3a3a9b4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2588
diff changeset
    88
7579c3a3a9b4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2588
diff changeset
    89
# add more preMake actions here
7579c3a3a9b4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2588
diff changeset
    90
preMake::
7579c3a3a9b4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2588
diff changeset
    91
7579c3a3a9b4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2588
diff changeset
    92
# add more postMake actions here
7579c3a3a9b4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2588
diff changeset
    93
postMake:: cleanjunk
965
ab772c555422 ibm kludge
Claus Gittinger <cg@exept.de>
parents: 881
diff changeset
    94
4395
25fd82e15b46 added: TriggerBox
Claus Gittinger <cg@exept.de>
parents: 4035
diff changeset
    95
# build all mandatory prerequisite packages (containing superclasses) for this package
25fd82e15b46 added: TriggerBox
Claus Gittinger <cg@exept.de>
parents: 4035
diff changeset
    96
prereq:
5015
05b2e53772c1 c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 4917
diff changeset
    97
	cd ../libbasic && $(MAKE) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
05b2e53772c1 c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 4917
diff changeset
    98
	cd ../libbasic2 && $(MAKE) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
05b2e53772c1 c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 4917
diff changeset
    99
	cd ../libview && $(MAKE) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
05b2e53772c1 c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 4917
diff changeset
   100
	cd ../libview2 && $(MAKE) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
05b2e53772c1 c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 4917
diff changeset
   101
	cd ../libwidg && $(MAKE) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
3633
f8ebb7ab4003 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3373
diff changeset
   102
f8ebb7ab4003 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3373
diff changeset
   103
f8ebb7ab4003 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3373
diff changeset
   104
4395
25fd82e15b46 added: TriggerBox
Claus Gittinger <cg@exept.de>
parents: 4035
diff changeset
   105
# build all packages containing referenced classes for this package
4738
b0d0df56ea8a new class: CompactHierarchicalItem
Claus Gittinger <cg@exept.de>
parents: 4670
diff changeset
   106
# they are not needed to compile the package (but later, to load it)
4395
25fd82e15b46 added: TriggerBox
Claus Gittinger <cg@exept.de>
parents: 4035
diff changeset
   107
references:
25fd82e15b46 added: TriggerBox
Claus Gittinger <cg@exept.de>
parents: 4035
diff changeset
   108
25fd82e15b46 added: TriggerBox
Claus Gittinger <cg@exept.de>
parents: 4035
diff changeset
   109
12
30f48431927b Initial revision
claus
parents:
diff changeset
   110
cleanjunk::
4395
25fd82e15b46 added: TriggerBox
Claus Gittinger <cg@exept.de>
parents: 4035
diff changeset
   111
	-rm -f *.s *.s2
12
30f48431927b Initial revision
claus
parents:
diff changeset
   112
30f48431927b Initial revision
claus
parents:
diff changeset
   113
clean::
2982
7579c3a3a9b4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2588
diff changeset
   114
	-rm -f *.o *.H
12
30f48431927b Initial revision
claus
parents:
diff changeset
   115
3373
4d65e3f12c9e automatically generated by browser
ab
parents: 3253
diff changeset
   116
clobber:: clean
2982
7579c3a3a9b4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2588
diff changeset
   117
	-rm -f *.so *.dll
7579c3a3a9b4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2588
diff changeset
   118
12
30f48431927b Initial revision
claus
parents:
diff changeset
   119
67
claus
parents: 65
diff changeset
   120
# BEGINMAKEDEPEND --- do not remove this line; make depend needs it
5015
05b2e53772c1 c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 4917
diff changeset
   121
$(OUTDIR)AbstractHierarchicalItem.$(O) AbstractHierarchicalItem.$(C) AbstractHierarchicalItem.$(H): AbstractHierarchicalItem.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
05b2e53772c1 c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 4917
diff changeset
   122
$(OUTDIR)AssistantApplication.$(O) AssistantApplication.$(C) AssistantApplication.$(H): AssistantApplication.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview2/ApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(INCLUDE_TOP)/stx/libview2/ToolApplicationModel.$(H) $(STCHDR)
5182
e6d1c822dd01 New View class hierarchy due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 5015
diff changeset
   123
$(OUTDIR)CharacterSetView.$(O) CharacterSetView.$(C) CharacterSetView.$(H): CharacterSetView.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)
e6d1c822dd01 New View class hierarchy due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 5015
diff changeset
   124
$(OUTDIR)CheckBox.$(O) CheckBox.$(C) CheckBox.$(H): CheckBox.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/HorizontalPanelView.$(H) $(INCLUDE_TOP)/stx/libwidg/PanelView.$(H) $(STCHDR)
e6d1c822dd01 New View class hierarchy due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 5015
diff changeset
   125
$(OUTDIR)ComboBoxButton.$(O) ComboBoxButton.$(C) ComboBoxButton.$(H): ComboBoxButton.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)
e6d1c822dd01 New View class hierarchy due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 5015
diff changeset
   126
$(OUTDIR)ComboView.$(O) ComboView.$(C) ComboView.$(H): ComboView.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)
e6d1c822dd01 New View class hierarchy due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 5015
diff changeset
   127
$(OUTDIR)DSVColumnView.$(O) DSVColumnView.$(C) DSVColumnView.$(H): DSVColumnView.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)
e6d1c822dd01 New View class hierarchy due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 5015
diff changeset
   128
$(OUTDIR)DSVLabelView.$(O) DSVLabelView.$(C) DSVLabelView.$(H): DSVLabelView.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)
5015
05b2e53772c1 c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 4917
diff changeset
   129
$(OUTDIR)DataSetColumn.$(O) DataSetColumn.$(C) DataSetColumn.$(H): DataSetColumn.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
05b2e53772c1 c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 4917
diff changeset
   130
$(OUTDIR)DataSetLabel.$(O) DataSetLabel.$(C) DataSetLabel.$(H): DataSetLabel.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
5182
e6d1c822dd01 New View class hierarchy due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 5015
diff changeset
   131
$(OUTDIR)DataSetView.$(O) DataSetView.$(C) DataSetView.$(H): DataSetView.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)
5015
05b2e53772c1 c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 4917
diff changeset
   132
$(OUTDIR)DoWhatIMeanSupport.$(O) DoWhatIMeanSupport.$(C) DoWhatIMeanSupport.$(H): DoWhatIMeanSupport.st $(INCLUDE_TOP)/stx/libbasic/Array.$(H) $(INCLUDE_TOP)/stx/libbasic/ArrayedCollection.$(H) $(INCLUDE_TOP)/stx/libbasic/Collection.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic/SequenceableCollection.$(H) $(STCHDR)
5182
e6d1c822dd01 New View class hierarchy due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 5015
diff changeset
   133
$(OUTDIR)EnterBoxWithList.$(O) EnterBoxWithList.$(C) EnterBoxWithList.$(H): EnterBoxWithList.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)
e6d1c822dd01 New View class hierarchy due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 5015
diff changeset
   134
$(OUTDIR)ExtendedComboBox.$(O) ExtendedComboBox.$(C) ExtendedComboBox.$(H): ExtendedComboBox.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)
e6d1c822dd01 New View class hierarchy due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 5015
diff changeset
   135
$(OUTDIR)FilenameEditField.$(O) FilenameEditField.$(C) FilenameEditField.$(H): FilenameEditField.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/EditField.$(H) $(INCLUDE_TOP)/stx/libwidg/EditTextView.$(H) $(INCLUDE_TOP)/stx/libwidg/ListView.$(H) $(INCLUDE_TOP)/stx/libwidg/TextView.$(H) $(STCHDR)
e6d1c822dd01 New View class hierarchy due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 5015
diff changeset
   136
$(OUTDIR)FilenameEnterBox.$(O) FilenameEnterBox.$(C) FilenameEnterBox.$(H): FilenameEnterBox.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)
e6d1c822dd01 New View class hierarchy due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 5015
diff changeset
   137
$(OUTDIR)FilenameWidgetWithHistory.$(O) FilenameWidgetWithHistory.$(C) FilenameWidgetWithHistory.$(H): FilenameWidgetWithHistory.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)
5015
05b2e53772c1 c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 4917
diff changeset
   138
$(OUTDIR)GridBagConstraints.$(O) GridBagConstraints.$(C) GridBagConstraints.$(H): GridBagConstraints.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
05b2e53772c1 c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 4917
diff changeset
   139
$(OUTDIR)GridBagLayoutInfo.$(O) GridBagLayoutInfo.$(C) GridBagLayoutInfo.$(H): GridBagLayoutInfo.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
5182
e6d1c822dd01 New View class hierarchy due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 5015
diff changeset
   140
$(OUTDIR)GridBagLayoutView.$(O) GridBagLayoutView.$(C) GridBagLayoutView.$(H): GridBagLayoutView.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)
5015
05b2e53772c1 c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 4917
diff changeset
   141
$(OUTDIR)HierarchicalDropTargetController.$(O) HierarchicalDropTargetController.$(C) HierarchicalDropTargetController.$(H): HierarchicalDropTargetController.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
05b2e53772c1 c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 4917
diff changeset
   142
$(OUTDIR)HierarchicalList.$(O) HierarchicalList.$(C) HierarchicalList.$(H): HierarchicalList.st $(INCLUDE_TOP)/stx/libbasic/Collection.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic/OrderedCollection.$(H) $(INCLUDE_TOP)/stx/libbasic/SequenceableCollection.$(H) $(INCLUDE_TOP)/stx/libbasic2/List.$(H) $(STCHDR)
05b2e53772c1 c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 4917
diff changeset
   143
$(OUTDIR)HierarchyNode.$(O) HierarchyNode.$(C) HierarchyNode.$(H): HierarchyNode.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
5182
e6d1c822dd01 New View class hierarchy due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 5015
diff changeset
   144
$(OUTDIR)ImageView.$(O) ImageView.$(C) ImageView.$(H): ImageView.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)
e6d1c822dd01 New View class hierarchy due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 5015
diff changeset
   145
$(OUTDIR)LabelledEnterField.$(O) LabelledEnterField.$(C) LabelledEnterField.$(H): LabelledEnterField.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)
e6d1c822dd01 New View class hierarchy due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 5015
diff changeset
   146
$(OUTDIR)LinkButton.$(O) LinkButton.$(C) LinkButton.$(H): LinkButton.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)
5015
05b2e53772c1 c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 4917
diff changeset
   147
$(OUTDIR)LinkButtonController.$(O) LinkButtonController.$(C) LinkButtonController.$(H): LinkButtonController.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/Controller.$(H) $(INCLUDE_TOP)/stx/libwidg/ButtonController.$(H) $(STCHDR)
05b2e53772c1 c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 4917
diff changeset
   148
$(OUTDIR)ListEntry.$(O) ListEntry.$(C) ListEntry.$(H): ListEntry.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
5182
e6d1c822dd01 New View class hierarchy due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 5015
diff changeset
   149
$(OUTDIR)ListModelView.$(O) ListModelView.$(C) ListModelView.$(H): ListModelView.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)
e6d1c822dd01 New View class hierarchy due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 5015
diff changeset
   150
$(OUTDIR)MenuPanel.$(O) MenuPanel.$(C) MenuPanel.$(H): MenuPanel.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)
5015
05b2e53772c1 c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 4917
diff changeset
   151
$(OUTDIR)MultipleItemSelectionWidget.$(O) MultipleItemSelectionWidget.$(C) MultipleItemSelectionWidget.$(H): MultipleItemSelectionWidget.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview2/ApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(STCHDR)
5182
e6d1c822dd01 New View class hierarchy due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 5015
diff changeset
   152
$(OUTDIR)NoteBookView.$(O) NoteBookView.$(C) NoteBookView.$(H): NoteBookView.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)
5015
05b2e53772c1 c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 4917
diff changeset
   153
$(OUTDIR)PrintAbortDialog.$(O) PrintAbortDialog.$(C) PrintAbortDialog.$(H): PrintAbortDialog.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview2/ApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(STCHDR)
05b2e53772c1 c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 4917
diff changeset
   154
$(OUTDIR)PrintingDialog.$(O) PrintingDialog.$(C) PrintingDialog.$(H): PrintingDialog.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview2/ApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(STCHDR)
5182
e6d1c822dd01 New View class hierarchy due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 5015
diff changeset
   155
$(OUTDIR)ProgressIndicator.$(O) ProgressIndicator.$(C) ProgressIndicator.$(H): ProgressIndicator.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)
5015
05b2e53772c1 c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 4917
diff changeset
   156
$(OUTDIR)ProgressNotification.$(O) ProgressNotification.$(C) ProgressNotification.$(H): ProgressNotification.st $(INCLUDE_TOP)/stx/libbasic/ActivityNotification.$(H) $(INCLUDE_TOP)/stx/libbasic/GenericException.$(H) $(INCLUDE_TOP)/stx/libbasic/Notification.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic/UserNotification.$(H) $(STCHDR)
05b2e53772c1 c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 4917
diff changeset
   157
$(OUTDIR)SelectionInHierarchy.$(O) SelectionInHierarchy.$(C) SelectionInHierarchy.$(H): SelectionInHierarchy.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(STCHDR)
05b2e53772c1 c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 4917
diff changeset
   158
$(OUTDIR)SelectionInTree.$(O) SelectionInTree.$(C) SelectionInTree.$(H): SelectionInTree.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(STCHDR)
5182
e6d1c822dd01 New View class hierarchy due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 5015
diff changeset
   159
$(OUTDIR)SelectionInTreeView.$(O) SelectionInTreeView.$(C) SelectionInTreeView.$(H): SelectionInTreeView.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)
e6d1c822dd01 New View class hierarchy due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 5015
diff changeset
   160
$(OUTDIR)Separator.$(O) Separator.$(C) Separator.$(H): Separator.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)
e6d1c822dd01 New View class hierarchy due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 5015
diff changeset
   161
$(OUTDIR)Slider.$(O) Slider.$(C) Slider.$(H): Slider.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)
e6d1c822dd01 New View class hierarchy due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 5015
diff changeset
   162
$(OUTDIR)SteppingSlider.$(O) SteppingSlider.$(C) SteppingSlider.$(H): SteppingSlider.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)
e6d1c822dd01 New View class hierarchy due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 5015
diff changeset
   163
$(OUTDIR)SubCanvas.$(O) SubCanvas.$(C) SubCanvas.$(H): SubCanvas.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)
e6d1c822dd01 New View class hierarchy due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 5015
diff changeset
   164
$(OUTDIR)SyncedMultiColumnTextView.$(O) SyncedMultiColumnTextView.$(C) SyncedMultiColumnTextView.$(H): SyncedMultiColumnTextView.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)
5015
05b2e53772c1 c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 4917
diff changeset
   165
$(OUTDIR)TabItem.$(O) TabItem.$(C) TabItem.$(H): TabItem.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(STCHDR)
5182
e6d1c822dd01 New View class hierarchy due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 5015
diff changeset
   166
$(OUTDIR)TabSpecRuler.$(O) TabSpecRuler.$(C) TabSpecRuler.$(H): TabSpecRuler.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)
5015
05b2e53772c1 c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 4917
diff changeset
   167
$(OUTDIR)TabWidget.$(O) TabWidget.$(C) TabWidget.$(H): TabWidget.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
05b2e53772c1 c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 4917
diff changeset
   168
$(OUTDIR)TabulatorSpecification.$(O) TabulatorSpecification.$(C) TabulatorSpecification.$(H): TabulatorSpecification.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(STCHDR)
5182
e6d1c822dd01 New View class hierarchy due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 5015
diff changeset
   169
$(OUTDIR)TerminalView.$(O) TerminalView.$(C) TerminalView.$(H): TerminalView.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)
e6d1c822dd01 New View class hierarchy due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 5015
diff changeset
   170
$(OUTDIR)TextBox.$(O) TextBox.$(C) TextBox.$(H): TextBox.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)
e6d1c822dd01 New View class hierarchy due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 5015
diff changeset
   171
$(OUTDIR)ThumbWheel.$(O) ThumbWheel.$(C) ThumbWheel.$(H): ThumbWheel.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)
5015
05b2e53772c1 c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 4917
diff changeset
   172
$(OUTDIR)TreeItem.$(O) TreeItem.$(C) TreeItem.$(H): TreeItem.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
5182
e6d1c822dd01 New View class hierarchy due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 5015
diff changeset
   173
$(OUTDIR)UpDownButton.$(O) UpDownButton.$(C) UpDownButton.$(H): UpDownButton.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)
e6d1c822dd01 New View class hierarchy due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 5015
diff changeset
   174
$(OUTDIR)ViewScroller.$(O) ViewScroller.$(C) ViewScroller.$(H): ViewScroller.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)
5015
05b2e53772c1 c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 4917
diff changeset
   175
$(OUTDIR)stx_libwidg2.$(O) stx_libwidg2.$(C) stx_libwidg2.$(H): stx_libwidg2.st $(INCLUDE_TOP)/stx/libbasic/LibraryDefinition.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic/ProjectDefinition.$(H) $(STCHDR)
5182
e6d1c822dd01 New View class hierarchy due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 5015
diff changeset
   176
$(OUTDIR)ColorMenu.$(O) ColorMenu.$(C) ColorMenu.$(H): ColorMenu.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/libwidg2/MenuPanel.$(H) $(STCHDR)
e6d1c822dd01 New View class hierarchy due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 5015
diff changeset
   177
$(OUTDIR)ComboBoxView.$(O) ComboBoxView.$(C) ComboBoxView.$(H): ComboBoxView.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/libwidg2/ComboView.$(H) $(STCHDR)
e6d1c822dd01 New View class hierarchy due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 5015
diff changeset
   178
$(OUTDIR)ComboListView.$(O) ComboListView.$(C) ComboListView.$(H): ComboListView.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/libwidg2/ComboView.$(H) $(STCHDR)
5015
05b2e53772c1 c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 4917
diff changeset
   179
$(OUTDIR)CompactHierarchicalItem.$(O) CompactHierarchicalItem.$(C) CompactHierarchicalItem.$(H): CompactHierarchicalItem.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libwidg2/AbstractHierarchicalItem.$(H) $(STCHDR)
05b2e53772c1 c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 4917
diff changeset
   180
$(OUTDIR)FileSelectionItem.$(O) FileSelectionItem.$(C) FileSelectionItem.$(H): FileSelectionItem.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libwidg2/TreeItem.$(H) $(STCHDR)
5182
e6d1c822dd01 New View class hierarchy due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 5015
diff changeset
   181
$(OUTDIR)FileSelectionTree.$(O) FileSelectionTree.$(C) FileSelectionTree.$(H): FileSelectionTree.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) $(INCLUDE_TOP)/stx/libwidg2/SelectionInTreeView.$(H) $(STCHDR)
e6d1c822dd01 New View class hierarchy due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 5015
diff changeset
   182
$(OUTDIR)FilenameWidgetWithoutHistory.$(O) FilenameWidgetWithoutHistory.$(C) FilenameWidgetWithoutHistory.$(H): FilenameWidgetWithoutHistory.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/libwidg2/FilenameWidgetWithHistory.$(H) $(STCHDR)
e6d1c822dd01 New View class hierarchy due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 5015
diff changeset
   183
$(OUTDIR)FontMenu.$(O) FontMenu.$(C) FontMenu.$(H): FontMenu.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/libwidg2/MenuPanel.$(H) $(STCHDR)
5744
e99b43ae4152 added class: GnuplotGraphView
Claus Gittinger <cg@exept.de>
parents: 5294
diff changeset
   184
$(OUTDIR)GnuplotGraphView.$(O) GnuplotGraphView.$(C) GnuplotGraphView.$(H): GnuplotGraphView.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/libwidg2/ImageView.$(H) $(STCHDR)
5015
05b2e53772c1 c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 4917
diff changeset
   185
$(OUTDIR)HierarchicalItem.$(O) HierarchicalItem.$(C) HierarchicalItem.$(H): HierarchicalItem.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libwidg2/AbstractHierarchicalItem.$(H) $(STCHDR)
5182
e6d1c822dd01 New View class hierarchy due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 5015
diff changeset
   186
$(OUTDIR)HorizontalSlider.$(O) HorizontalSlider.$(C) HorizontalSlider.$(H): HorizontalSlider.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) $(INCLUDE_TOP)/stx/libwidg2/Slider.$(H) $(STCHDR)
e6d1c822dd01 New View class hierarchy due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 5015
diff changeset
   187
$(OUTDIR)HorizontalSteppingSlider.$(O) HorizontalSteppingSlider.$(C) HorizontalSteppingSlider.$(H): HorizontalSteppingSlider.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) $(INCLUDE_TOP)/stx/libwidg2/SteppingSlider.$(H) $(STCHDR)
e6d1c822dd01 New View class hierarchy due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 5015
diff changeset
   188
$(OUTDIR)ImageEditView.$(O) ImageEditView.$(C) ImageEditView.$(H): ImageEditView.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/libwidg2/ImageView.$(H) $(STCHDR)
5015
05b2e53772c1 c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 4917
diff changeset
   189
$(OUTDIR)ModelListEntry.$(O) ModelListEntry.$(C) ModelListEntry.$(H): ModelListEntry.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libwidg2/ListEntry.$(H) $(STCHDR)
05b2e53772c1 c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 4917
diff changeset
   190
$(OUTDIR)MultiColListEntry.$(O) MultiColListEntry.$(C) MultiColListEntry.$(H): MultiColListEntry.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libwidg2/ListEntry.$(H) $(STCHDR)
5182
e6d1c822dd01 New View class hierarchy due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 5015
diff changeset
   191
$(OUTDIR)SelectionInListModelView.$(O) SelectionInListModelView.$(C) SelectionInListModelView.$(H): SelectionInListModelView.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/libwidg2/ListModelView.$(H) $(STCHDR)
e6d1c822dd01 New View class hierarchy due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 5015
diff changeset
   192
$(OUTDIR)TabView.$(O) TabView.$(C) TabView.$(H): TabView.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/libwidg2/NoteBookView.$(H) $(STCHDR)
e6d1c822dd01 New View class hierarchy due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 5015
diff changeset
   193
$(OUTDIR)ThreeColumnTextView.$(O) ThreeColumnTextView.$(C) ThreeColumnTextView.$(H): ThreeColumnTextView.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/libwidg2/SyncedMultiColumnTextView.$(H) $(STCHDR)
5015
05b2e53772c1 c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 4917
diff changeset
   194
$(OUTDIR)TreeItemWithImage.$(O) TreeItemWithImage.$(C) TreeItemWithImage.$(H): TreeItemWithImage.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libwidg2/TreeItem.$(H) $(STCHDR)
5182
e6d1c822dd01 New View class hierarchy due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 5015
diff changeset
   195
$(OUTDIR)TriggerBox.$(O) TriggerBox.$(C) TriggerBox.$(H): TriggerBox.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/HorizontalPanelView.$(H) $(INCLUDE_TOP)/stx/libwidg/PanelView.$(H) $(INCLUDE_TOP)/stx/libwidg2/CheckBox.$(H) $(STCHDR)
e6d1c822dd01 New View class hierarchy due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 5015
diff changeset
   196
$(OUTDIR)TwoColumnTextView.$(O) TwoColumnTextView.$(C) TwoColumnTextView.$(H): TwoColumnTextView.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/libwidg2/SyncedMultiColumnTextView.$(H) $(STCHDR)
e6d1c822dd01 New View class hierarchy due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 5015
diff changeset
   197
$(OUTDIR)VT100TerminalView.$(O) VT100TerminalView.$(C) VT100TerminalView.$(H): VT100TerminalView.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/libwidg2/TerminalView.$(H) $(STCHDR)
e6d1c822dd01 New View class hierarchy due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 5015
diff changeset
   198
$(OUTDIR)FilenameComboBoxView.$(O) FilenameComboBoxView.$(C) FilenameComboBoxView.$(H): FilenameComboBoxView.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/libwidg2/ComboBoxView.$(H) $(INCLUDE_TOP)/stx/libwidg2/ComboView.$(H) $(STCHDR)
5015
05b2e53772c1 c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 4917
diff changeset
   199
$(OUTDIR)HierarchicalFileList.$(O) HierarchicalFileList.$(C) HierarchicalFileList.$(H): HierarchicalFileList.st $(INCLUDE_TOP)/stx/libbasic/Collection.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic/OrderedCollection.$(H) $(INCLUDE_TOP)/stx/libbasic/SequenceableCollection.$(H) $(INCLUDE_TOP)/stx/libbasic2/List.$(H) $(INCLUDE_TOP)/stx/libwidg2/AbstractHierarchicalItem.$(H) $(INCLUDE_TOP)/stx/libwidg2/HierarchicalItem.$(H) $(INCLUDE_TOP)/stx/libwidg2/HierarchicalList.$(H) $(STCHDR)
05b2e53772c1 c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 4917
diff changeset
   200
$(OUTDIR)HierarchicalItemWithLabel.$(O) HierarchicalItemWithLabel.$(C) HierarchicalItemWithLabel.$(H): HierarchicalItemWithLabel.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libwidg2/AbstractHierarchicalItem.$(H) $(INCLUDE_TOP)/stx/libwidg2/HierarchicalItem.$(H) $(STCHDR)
5294
f0ac4b0bddf9 added: HierarchicalItemWithValue
Claus Gittinger <cg@exept.de>
parents: 5182
diff changeset
   201
$(OUTDIR)HierarchicalItemWithValue.$(O) HierarchicalItemWithValue.$(C) HierarchicalItemWithValue.$(H): HierarchicalItemWithValue.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libwidg2/AbstractHierarchicalItem.$(H) $(INCLUDE_TOP)/stx/libwidg2/HierarchicalItem.$(H) $(STCHDR)
5182
e6d1c822dd01 New View class hierarchy due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 5015
diff changeset
   202
$(OUTDIR)HierarchicalListView.$(O) HierarchicalListView.$(C) HierarchicalListView.$(H): HierarchicalListView.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/libwidg2/ListModelView.$(H) $(INCLUDE_TOP)/stx/libwidg2/SelectionInListModelView.$(H) $(STCHDR)
5015
05b2e53772c1 c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 4917
diff changeset
   203
$(OUTDIR)LabelAndIcon.$(O) LabelAndIcon.$(C) LabelAndIcon.$(H): LabelAndIcon.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libwidg2/ListEntry.$(H) $(INCLUDE_TOP)/stx/libwidg2/ModelListEntry.$(H) $(STCHDR)
05b2e53772c1 c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 4917
diff changeset
   204
$(OUTDIR)HierarchicalItemWithLabelAndIcon.$(O) HierarchicalItemWithLabelAndIcon.$(C) HierarchicalItemWithLabelAndIcon.$(H): HierarchicalItemWithLabelAndIcon.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libwidg2/AbstractHierarchicalItem.$(H) $(INCLUDE_TOP)/stx/libwidg2/HierarchicalItem.$(H) $(INCLUDE_TOP)/stx/libwidg2/HierarchicalItemWithLabel.$(H) $(STCHDR)
05b2e53772c1 c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 4917
diff changeset
   205
$(OUTDIR)LabelAndTwoIcons.$(O) LabelAndTwoIcons.$(C) LabelAndTwoIcons.$(H): LabelAndTwoIcons.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libwidg2/LabelAndIcon.$(H) $(INCLUDE_TOP)/stx/libwidg2/ListEntry.$(H) $(INCLUDE_TOP)/stx/libwidg2/ModelListEntry.$(H) $(STCHDR)
05b2e53772c1 c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 4917
diff changeset
   206
$(OUTDIR)HierarchicalItemWithLabelAndIconAndValue.$(O) HierarchicalItemWithLabelAndIconAndValue.$(C) HierarchicalItemWithLabelAndIconAndValue.$(H): HierarchicalItemWithLabelAndIconAndValue.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libwidg2/AbstractHierarchicalItem.$(H) $(INCLUDE_TOP)/stx/libwidg2/HierarchicalItem.$(H) $(INCLUDE_TOP)/stx/libwidg2/HierarchicalItemWithLabel.$(H) $(INCLUDE_TOP)/stx/libwidg2/HierarchicalItemWithLabelAndIcon.$(H) $(STCHDR)
5182
e6d1c822dd01 New View class hierarchy due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 5015
diff changeset
   207
$(OUTDIR)LicenceBox.$(O) LicenceBox.$(C) LicenceBox.$(H): LicenceBox.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)
3073
97d5cf3aa854 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3063
diff changeset
   208
2982
7579c3a3a9b4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2588
diff changeset
   209
# ENDMAKEDEPEND --- do not remove this line
3785
178a0ffbe8d6 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3728
diff changeset
   210