bc.mak
author Stefan Vogel <sv@exept.de>
Fri, 17 May 2019 17:11:44 +0200
changeset 18767 0478d93cdb75
parent 18543 ca48635d1773
child 19049 59264abf8653
permissions -rw-r--r--
#REFACTORING by stefan Sanitize BlockValues class: Tools::Inspector2 changed: #toolbarBackgroundHolder
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
15864
060fe36b48e7 new inspector tab for strings
Claus Gittinger <cg@exept.de>
parents: 15558
diff changeset
     1
# $Header$
3146
48a9a73adf8b *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2496
diff changeset
     2
#
8881
afc581529c95 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 8824
diff changeset
     3
# DO NOT EDIT
11669
447f58064f2c automatically generated by browser
vrany
parents: 11536
diff changeset
     4
# automagically generated from the projectDefinition: stx_libtool.
3146
48a9a73adf8b *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2496
diff changeset
     5
#
6985
2dbc9b0d7236 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 6918
diff changeset
     6
# Warning: once you modify this file, do not rerun
2dbc9b0d7236 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 6918
diff changeset
     7
# stmkmp or projectDefinition-build again - otherwise, your changes are lost.
2dbc9b0d7236 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 6918
diff changeset
     8
#
11186
9fc9023af7d6 automatically generated by browser
vrany
parents: 11111
diff changeset
     9
# Notice, that the name bc.mak is historical (from times, when only borland c was supported).
9fc9023af7d6 automatically generated by browser
vrany
parents: 11111
diff changeset
    10
# This file contains make rules for the win32 platform using either borland-bcc or visual-c.
7135
ed33cdfc20a2 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 7046
diff changeset
    11
# It shares common definitions with the unix-make in Make.spec.
11186
9fc9023af7d6 automatically generated by browser
vrany
parents: 11111
diff changeset
    12
# The bc.mak supports the following targets:
7135
ed33cdfc20a2 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 7046
diff changeset
    13
#    bmake         - compile all st-files to a classLib (dll)
ed33cdfc20a2 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 7046
diff changeset
    14
#    bmake clean   - clean all temp files
ed33cdfc20a2 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 7046
diff changeset
    15
#    bmake clobber - clean all
3146
48a9a73adf8b *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2496
diff changeset
    16
#
10801
668594ff3c5f automatically generated by browser
vrany
parents: 10621
diff changeset
    17
# Historic Note:
12075
5cca03b658a4 librun no longer in prereq
Claus Gittinger <cg@exept.de>
parents: 11669
diff changeset
    18
#  this used to contain only rules to make with borland
10801
668594ff3c5f automatically generated by browser
vrany
parents: 10621
diff changeset
    19
#    (called via bmake, by "make.exe -f bc.mak")
10929
cbdba3beaebc automatically generated by browser
vrany
parents: 10820
diff changeset
    20
#  this has changed; it is now also possible to build using microsoft visual c
10801
668594ff3c5f automatically generated by browser
vrany
parents: 10621
diff changeset
    21
#    (called via vcmake, by "make.exe -f bc.mak -DUSEVC")
7135
ed33cdfc20a2 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 7046
diff changeset
    22
#
ed33cdfc20a2 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 7046
diff changeset
    23
TOP=..
ed33cdfc20a2 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 7046
diff changeset
    24
INCLUDE_TOP=$(TOP)\..
6985
2dbc9b0d7236 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 6918
diff changeset
    25
8824
bc0a78ace6b5 automatically generated by browser
Michael Beyl <mb@exept.de>
parents: 8784
diff changeset
    26
8784
bbcf9b5f9357 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 8668
diff changeset
    27
# see stdHeader_bc for LIBTOOL_BASE
bbcf9b5f9357 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 8668
diff changeset
    28
LIB_BASE=$(LIBTOOL_BASE)
bbcf9b5f9357 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 8668
diff changeset
    29
bbcf9b5f9357 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 8668
diff changeset
    30
7576
513b221f9e25 Rename stdRules_nt and stdHeader_nt to ..._bc
Stefan Vogel <sv@exept.de>
parents: 7303
diff changeset
    31
!INCLUDE $(TOP)\rules\stdHeader_bc
6985
2dbc9b0d7236 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 6918
diff changeset
    32
6624
76ca40e6cd41 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 6585
diff changeset
    33
!INCLUDE Make.spec
6985
2dbc9b0d7236 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 6918
diff changeset
    34
7135
ed33cdfc20a2 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 7046
diff changeset
    35
LIBNAME=libstx_libtool
14886
f9e09ebd51ad warnings
Claus Gittinger <cg@exept.de>
parents: 14779
diff changeset
    36
MODULE_PATH=libtool
16792
2aef78cc107c DisplayView extension in Inspector2
Stefan Vogel <sv@exept.de>
parents: 16699
diff changeset
    37
RESFILES=stx_libtoolWINrc.$(RES)
3146
48a9a73adf8b *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2496
diff changeset
    38
6985
2dbc9b0d7236 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 6918
diff changeset
    39
8824
bc0a78ace6b5 automatically generated by browser
Michael Beyl <mb@exept.de>
parents: 8784
diff changeset
    40
16400
9c08d6688955 extensions
Claus Gittinger <cg@exept.de>
parents: 16272
diff changeset
    41
LOCALINCLUDES= -I$(INCLUDE_TOP)\stx\goodies\refactoryBrowser\parser -I$(INCLUDE_TOP)\stx\libbasic -I$(INCLUDE_TOP)\stx\libbasic2 -I$(INCLUDE_TOP)\stx\libbasic3 -I$(INCLUDE_TOP)\stx\libcomp -I$(INCLUDE_TOP)\stx\libui -I$(INCLUDE_TOP)\stx\libview -I$(INCLUDE_TOP)\stx\libview2 -I$(INCLUDE_TOP)\stx\libwidg -I$(INCLUDE_TOP)\stx\libwidg2
8097
ed0852c8d29f automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 8052
diff changeset
    42
LOCALDEFINES=
8018
4ab328eacbf3 automatically generated by browser
fm
parents: 7775
diff changeset
    43
11090
a549fafcdc68 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 11017
diff changeset
    44
STCLOCALOPT=-package=$(PACKAGE) -I. $(LOCALINCLUDES) -headerDir=. $(STCLOCALOPTIMIZATIONS) $(STCWARNINGS) $(LOCALDEFINES) $(COMMONSYMBOLS) -varPrefix=$(LIBNAME)
8018
4ab328eacbf3 automatically generated by browser
fm
parents: 7775
diff changeset
    45
LOCALLIBS=
4ab328eacbf3 automatically generated by browser
fm
parents: 7775
diff changeset
    46
6985
2dbc9b0d7236 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 6918
diff changeset
    47
OBJS= $(COMMON_OBJS) $(WIN32_OBJS)
2dbc9b0d7236 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 6918
diff changeset
    48
8605
d5b2d61c1e7f automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 8541
diff changeset
    49
ALL::  classLibRule
d5b2d61c1e7f automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 8541
diff changeset
    50
8881
afc581529c95 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 8824
diff changeset
    51
classLibRule: $(OUTDIR) $(OUTDIR)$(LIBNAME).dll
3146
48a9a73adf8b *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2496
diff changeset
    52
7576
513b221f9e25 Rename stdRules_nt and stdHeader_nt to ..._bc
Stefan Vogel <sv@exept.de>
parents: 7303
diff changeset
    53
!INCLUDE $(TOP)\rules\stdRules_bc
3146
48a9a73adf8b *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2496
diff changeset
    54
12586
a098b0559e16 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 12378
diff changeset
    55
# build all mandatory prerequisite packages (containing superclasses) for this package
8465
cb12e988b002 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 8244
diff changeset
    56
prereq:
8824
bc0a78ace6b5 automatically generated by browser
Michael Beyl <mb@exept.de>
parents: 8784
diff changeset
    57
	pushd ..\libbasic & $(MAKE_BAT) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
12586
a098b0559e16 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 12378
diff changeset
    58
	pushd ..\goodies\refactoryBrowser\parser & $(MAKE_BAT) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
8824
bc0a78ace6b5 automatically generated by browser
Michael Beyl <mb@exept.de>
parents: 8784
diff changeset
    59
	pushd ..\libbasic2 & $(MAKE_BAT) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
12773
ad8141b6a50e automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 12586
diff changeset
    60
	pushd ..\libbasic3 & $(MAKE_BAT) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
8824
bc0a78ace6b5 automatically generated by browser
Michael Beyl <mb@exept.de>
parents: 8784
diff changeset
    61
	pushd ..\libcomp & $(MAKE_BAT) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
12773
ad8141b6a50e automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 12586
diff changeset
    62
	pushd ..\libui & $(MAKE_BAT) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
12365
93173cf291aa automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 12075
diff changeset
    63
	pushd ..\libview & $(MAKE_BAT) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
8824
bc0a78ace6b5 automatically generated by browser
Michael Beyl <mb@exept.de>
parents: 8784
diff changeset
    64
	pushd ..\libview2 & $(MAKE_BAT) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
bc0a78ace6b5 automatically generated by browser
Michael Beyl <mb@exept.de>
parents: 8784
diff changeset
    65
	pushd ..\libwidg & $(MAKE_BAT) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
bc0a78ace6b5 automatically generated by browser
Michael Beyl <mb@exept.de>
parents: 8784
diff changeset
    66
	pushd ..\libwidg2 & $(MAKE_BAT) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
8465
cb12e988b002 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 8244
diff changeset
    67
cb12e988b002 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 8244
diff changeset
    68
6985
2dbc9b0d7236 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 6918
diff changeset
    69
6302
17766f9496c8 *** empty log message ***
Stefan Vogel <sv@exept.de>
parents: 6076
diff changeset
    70
10801
668594ff3c5f automatically generated by browser
vrany
parents: 10621
diff changeset
    71
12586
a098b0559e16 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 12378
diff changeset
    72
13891
465bba49f55d merged in jv's changes
Claus Gittinger <cg@exept.de>
parents: 13507
diff changeset
    73
17678
58bba891073d Add missing ColorInspectorView
Stefan Vogel <sv@exept.de>
parents: 17231
diff changeset
    74
test: $(TOP)\goodies\builder\reports\
13891
465bba49f55d merged in jv's changes
Claus Gittinger <cg@exept.de>
parents: 13507
diff changeset
    75
	pushd $(TOP)\goodies\builder\reports & $(MAKE_BAT)
465bba49f55d merged in jv's changes
Claus Gittinger <cg@exept.de>
parents: 13507
diff changeset
    76
	$(TOP)\goodies\builder\reports\report-runner.bat -D . -r Builder::TestReport -p $(PACKAGE)
16699
Claus Gittinger <cg@exept.de>
parents: 16686
diff changeset
    77
        
12586
a098b0559e16 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 12378
diff changeset
    78
clean::
16686
e19e3fc205ad *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 16649
diff changeset
    79
	-del *.$(CSUFFIX)
12586
a098b0559e16 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 12378
diff changeset
    80
13891
465bba49f55d merged in jv's changes
Claus Gittinger <cg@exept.de>
parents: 13507
diff changeset
    81
3146
48a9a73adf8b *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2496
diff changeset
    82
# BEGINMAKEDEPEND --- do not remove this line; make depend needs it
16792
2aef78cc107c DisplayView extension in Inspector2
Stefan Vogel <sv@exept.de>
parents: 16699
diff changeset
    83
$(OUTDIR)AboutBox.$(O) AboutBox.$(C) AboutBox.$(H): AboutBox.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview\DisplaySurface.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsMedium.$(H) $(INCLUDE_TOP)\stx\libview\ModalBox.$(H) $(INCLUDE_TOP)\stx\libview\SimpleView.$(H) $(INCLUDE_TOP)\stx\libview\StandardSystemView.$(H) $(INCLUDE_TOP)\stx\libview\TopView.$(H) $(INCLUDE_TOP)\stx\libview\View.$(H) $(INCLUDE_TOP)\stx\libwidg\DialogBox.$(H) $(INCLUDE_TOP)\stx\libwidg\InfoBox.$(H) $(STCHDR)
16272
4d635ef1761d c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 16176
diff changeset
    84
$(OUTDIR)AbstractFileApplicationNoteBookComponent.$(O) AbstractFileApplicationNoteBookComponent.$(C) AbstractFileApplicationNoteBookComponent.$(H): AbstractFileApplicationNoteBookComponent.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview2\ApplicationModel.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(STCHDR)
4d635ef1761d c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 16176
diff changeset
    85
$(OUTDIR)AbstractFileBrowser.$(O) AbstractFileBrowser.$(C) AbstractFileBrowser.$(H): AbstractFileBrowser.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\libview2\ApplicationModel.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(STCHDR)
18543
ca48635d1773 InspectorView icons
Claus Gittinger <cg@exept.de>
parents: 18198
diff changeset
    86
$(OUTDIR)AbstractLauncherApplication.$(O) AbstractLauncherApplication.$(C) AbstractLauncherApplication.$(H): AbstractLauncherApplication.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) $(INCLUDE_TOP)\stx\libwidg2\AbstractHierarchicalItem.$(H) $(INCLUDE_TOP)\stx\libwidg2\AbstractHierarchicalItemWithModel.$(H) $(INCLUDE_TOP)\stx\libwidg2\HierarchicalItem.$(H) $(INCLUDE_TOP)\stx\libwidg2\HierarchicalItemWithLabel.$(H) $(INCLUDE_TOP)\stx\libwidg2\HierarchicalItemWithLabelAndIcon.$(H) $(STCHDR)
16272
4d635ef1761d c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 16176
diff changeset
    87
$(OUTDIR)AbstractSettingsApplication.$(O) AbstractSettingsApplication.$(C) AbstractSettingsApplication.$(H): AbstractSettingsApplication.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview2\ApplicationModel.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(INCLUDE_TOP)\stx\libview2\SimpleDialog.$(H) $(STCHDR)
18543
ca48635d1773 InspectorView icons
Claus Gittinger <cg@exept.de>
parents: 18198
diff changeset
    88
$(OUTDIR)Bookmark.$(O) Bookmark.$(C) Bookmark.$(H): Bookmark.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libwidg2\AbstractHierarchicalItem.$(H) $(INCLUDE_TOP)\stx\libwidg2\AbstractHierarchicalItemWithModel.$(H) $(INCLUDE_TOP)\stx\libwidg2\HierarchicalItem.$(H) $(STCHDR)
16272
4d635ef1761d c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 16176
diff changeset
    89
$(OUTDIR)BookmarkBar.$(O) BookmarkBar.$(C) BookmarkBar.$(H): BookmarkBar.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview2\ApplicationModel.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(STCHDR)
4d635ef1761d c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 16176
diff changeset
    90
$(OUTDIR)BookmarkEditor.$(O) BookmarkEditor.$(C) BookmarkEditor.$(H): BookmarkEditor.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview2\ApplicationModel.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(INCLUDE_TOP)\stx\libview2\SimpleDialog.$(H) $(STCHDR)
4d635ef1761d c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 16176
diff changeset
    91
$(OUTDIR)BookmarkList.$(O) BookmarkList.$(C) BookmarkList.$(H): BookmarkList.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\HierarchicalList.$(H) $(STCHDR)
4d635ef1761d c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 16176
diff changeset
    92
$(OUTDIR)BookmarkListEditor.$(O) BookmarkListEditor.$(C) BookmarkListEditor.$(H): BookmarkListEditor.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview2\ApplicationModel.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(STCHDR)
4d635ef1761d c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 16176
diff changeset
    93
$(OUTDIR)BookmarkVisitor.$(O) BookmarkVisitor.$(C) BookmarkVisitor.$(H): BookmarkVisitor.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
4d635ef1761d c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 16176
diff changeset
    94
$(OUTDIR)BookmarksEditDialog.$(O) BookmarksEditDialog.$(C) BookmarksEditDialog.$(H): BookmarksEditDialog.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview2\ApplicationModel.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(INCLUDE_TOP)\stx\libview2\SimpleDialog.$(H) $(STCHDR)
16792
2aef78cc107c DisplayView extension in Inspector2
Stefan Vogel <sv@exept.de>
parents: 16699
diff changeset
    95
$(OUTDIR)BrowserView.$(O) BrowserView.$(C) BrowserView.$(H): BrowserView.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview\DisplaySurface.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsMedium.$(H) $(INCLUDE_TOP)\stx\libview\SimpleView.$(H) $(INCLUDE_TOP)\stx\libview\StandardSystemView.$(H) $(INCLUDE_TOP)\stx\libview\TopView.$(H) $(INCLUDE_TOP)\stx\libview\View.$(H) $(STCHDR)
2aef78cc107c DisplayView extension in Inspector2
Stefan Vogel <sv@exept.de>
parents: 16699
diff changeset
    96
$(OUTDIR)ChangesBrowser.$(O) ChangesBrowser.$(C) ChangesBrowser.$(H): ChangesBrowser.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview\DisplaySurface.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsMedium.$(H) $(INCLUDE_TOP)\stx\libview\SimpleView.$(H) $(INCLUDE_TOP)\stx\libview\StandardSystemView.$(H) $(INCLUDE_TOP)\stx\libview\TopView.$(H) $(INCLUDE_TOP)\stx\libview\View.$(H) $(STCHDR)
2aef78cc107c DisplayView extension in Inspector2
Stefan Vogel <sv@exept.de>
parents: 16699
diff changeset
    97
$(OUTDIR)CodeCompletionHelpMenuView.$(O) CodeCompletionHelpMenuView.$(C) CodeCompletionHelpMenuView.$(H): CodeCompletionHelpMenuView.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) $(INCLUDE_TOP)\stx\libwidg\ListView.$(H) $(INCLUDE_TOP)\stx\libwidg\MenuView.$(H) $(INCLUDE_TOP)\stx\libwidg\SelectionInListView.$(H) $(STCHDR)
2aef78cc107c DisplayView extension in Inspector2
Stefan Vogel <sv@exept.de>
parents: 16699
diff changeset
    98
$(OUTDIR)CodeCompletionHelpView.$(O) CodeCompletionHelpView.$(C) CodeCompletionHelpView.$(H): CodeCompletionHelpView.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)
16272
4d635ef1761d c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 16176
diff changeset
    99
$(OUTDIR)CodeGenerator.$(O) CodeGenerator.$(C) CodeGenerator.$(H): CodeGenerator.st $(INCLUDE_TOP)\stx\goodies\refactoryBrowser\parser\RBProgramNodeVisitor.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
4d635ef1761d c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 16176
diff changeset
   100
$(OUTDIR)CodeGeneratorTool.$(O) CodeGeneratorTool.$(C) CodeGeneratorTool.$(H): CodeGeneratorTool.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
16792
2aef78cc107c DisplayView extension in Inspector2
Stefan Vogel <sv@exept.de>
parents: 16699
diff changeset
   101
$(OUTDIR)DebugView.$(O) DebugView.$(C) DebugView.$(H): DebugView.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview\DisplaySurface.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsMedium.$(H) $(INCLUDE_TOP)\stx\libview\SimpleView.$(H) $(INCLUDE_TOP)\stx\libview\StandardSystemView.$(H) $(INCLUDE_TOP)\stx\libview\TopView.$(H) $(INCLUDE_TOP)\stx\libview\View.$(H) $(STCHDR)
16272
4d635ef1761d c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 16176
diff changeset
   102
$(OUTDIR)Diff.$(O) Diff.$(C) Diff.$(H): Diff.st $(INCLUDE_TOP)\stx\libbasic\Link.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
4d635ef1761d c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 16176
diff changeset
   103
$(OUTDIR)Diff2.$(O) Diff2.$(C) Diff2.$(H): Diff2.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
4d635ef1761d c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 16176
diff changeset
   104
$(OUTDIR)Diff3.$(O) Diff3.$(C) Diff3.$(H): Diff3.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
4d635ef1761d c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 16176
diff changeset
   105
$(OUTDIR)Diff3Hunk.$(O) Diff3Hunk.$(C) Diff3Hunk.$(H): Diff3Hunk.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
4d635ef1761d c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 16176
diff changeset
   106
$(OUTDIR)Diff3InclusiveVisitor.$(O) Diff3InclusiveVisitor.$(C) Diff3InclusiveVisitor.$(H): Diff3InclusiveVisitor.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
16792
2aef78cc107c DisplayView extension in Inspector2
Stefan Vogel <sv@exept.de>
parents: 16699
diff changeset
   107
$(OUTDIR)Diff3TextView.$(O) Diff3TextView.$(C) Diff3TextView.$(H): Diff3TextView.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) $(INCLUDE_TOP)\stx\libwidg2\ThreeColumnTextView.$(H) $(STCHDR)
16272
4d635ef1761d c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 16176
diff changeset
   108
$(OUTDIR)DiffListUtility.$(O) DiffListUtility.$(C) DiffListUtility.$(H): DiffListUtility.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
16792
2aef78cc107c DisplayView extension in Inspector2
Stefan Vogel <sv@exept.de>
parents: 16699
diff changeset
   109
$(OUTDIR)DiffTextView.$(O) DiffTextView.$(C) DiffTextView.$(H): DiffTextView.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview\AbstractBackground.$(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) $(INCLUDE_TOP)\stx\libwidg2\TwoColumnTextView.$(H) $(STCHDR)
2aef78cc107c DisplayView extension in Inspector2
Stefan Vogel <sv@exept.de>
parents: 16699
diff changeset
   110
$(OUTDIR)DisplayObjectView.$(O) DisplayObjectView.$(C) DisplayObjectView.$(H): DisplayObjectView.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)
2aef78cc107c DisplayView extension in Inspector2
Stefan Vogel <sv@exept.de>
parents: 16699
diff changeset
   111
$(OUTDIR)EditFieldWithCompletion.$(O) EditFieldWithCompletion.$(C) EditFieldWithCompletion.$(H): EditFieldWithCompletion.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)
16272
4d635ef1761d c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 16176
diff changeset
   112
$(OUTDIR)EditFieldWithCompletionSpec.$(O) EditFieldWithCompletionSpec.$(C) EditFieldWithCompletionSpec.$(H): EditFieldWithCompletionSpec.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libui\ComponentSpec.$(H) $(INCLUDE_TOP)\stx\libui\InputFieldSpec.$(H) $(INCLUDE_TOP)\stx\libui\MenuComponentSpec.$(H) $(INCLUDE_TOP)\stx\libui\NamedSpec.$(H) $(INCLUDE_TOP)\stx\libui\UISpecification.$(H) $(STCHDR)
16840
bf19aaa45bd0 class: FileStream
Claus Gittinger <cg@exept.de>
parents: 16792
diff changeset
   113
$(OUTDIR)EventMonitor.$(O) EventMonitor.$(C) EventMonitor.$(H): EventMonitor.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\libview2\ApplicationModel.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(STCHDR)
16792
2aef78cc107c DisplayView extension in Inspector2
Stefan Vogel <sv@exept.de>
parents: 16699
diff changeset
   114
$(OUTDIR)FileBrowser.$(O) FileBrowser.$(C) FileBrowser.$(H): FileBrowser.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview\DisplaySurface.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsMedium.$(H) $(INCLUDE_TOP)\stx\libview\SimpleView.$(H) $(INCLUDE_TOP)\stx\libview\StandardSystemView.$(H) $(INCLUDE_TOP)\stx\libview\TopView.$(H) $(INCLUDE_TOP)\stx\libview\View.$(H) $(STCHDR)
2aef78cc107c DisplayView extension in Inspector2
Stefan Vogel <sv@exept.de>
parents: 16699
diff changeset
   115
$(OUTDIR)FileBrowserV2PanelView.$(O) FileBrowserV2PanelView.$(C) FileBrowserV2PanelView.$(H): FileBrowserV2PanelView.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview\DisplaySurface.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsMedium.$(H) $(INCLUDE_TOP)\stx\libview\SimpleView.$(H) $(INCLUDE_TOP)\stx\libwidg\VariablePanel.$(H) $(STCHDR)
17193
5621b00f3131 the fileBrowserSettingsDialog must be compiled
Claus Gittinger <cg@exept.de>
parents: 17017
diff changeset
   116
$(OUTDIR)FileBrowserV2SettingsDialog.$(O) FileBrowserV2SettingsDialog.$(C) FileBrowserV2SettingsDialog.$(H): FileBrowserV2SettingsDialog.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview2\ApplicationModel.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(STCHDR)
16272
4d635ef1761d c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 16176
diff changeset
   117
$(OUTDIR)FileBrowserV2UISpecifications.$(O) FileBrowserV2UISpecifications.$(C) FileBrowserV2UISpecifications.$(H): FileBrowserV2UISpecifications.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libui\ComponentSpec.$(H) $(INCLUDE_TOP)\stx\libui\UISpecification.$(H) $(INCLUDE_TOP)\stx\libui\VariablePanelSpec.$(H) $(INCLUDE_TOP)\stx\libui\ViewSpec.$(H) $(INCLUDE_TOP)\stx\libui\ViewWithSubcomponentsSpec.$(H) $(STCHDR)
4d635ef1761d c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 16176
diff changeset
   118
$(OUTDIR)FileDialog.$(O) FileDialog.$(C) FileDialog.$(H): FileDialog.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview2\ApplicationModel.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(INCLUDE_TOP)\stx\libview2\SimpleDialog.$(H) $(STCHDR)
4d635ef1761d c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 16176
diff changeset
   119
$(OUTDIR)FileOperation.$(O) FileOperation.$(C) FileOperation.$(H): FileOperation.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
16792
2aef78cc107c DisplayView extension in Inspector2
Stefan Vogel <sv@exept.de>
parents: 16699
diff changeset
   120
$(OUTDIR)FilenameEditFieldV2.$(O) FilenameEditFieldV2.$(C) FilenameEditFieldV2.$(H): FilenameEditFieldV2.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)
2aef78cc107c DisplayView extension in Inspector2
Stefan Vogel <sv@exept.de>
parents: 16699
diff changeset
   121
$(OUTDIR)InspectorView.$(O) InspectorView.$(C) InspectorView.$(H): InspectorView.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)
16272
4d635ef1761d c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 16176
diff changeset
   122
$(OUTDIR)MemoryMonitor.$(O) MemoryMonitor.$(C) MemoryMonitor.$(H): MemoryMonitor.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview2\ApplicationModel.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(STCHDR)
16792
2aef78cc107c DisplayView extension in Inspector2
Stefan Vogel <sv@exept.de>
parents: 16699
diff changeset
   123
$(OUTDIR)MemoryMonitorView.$(O) MemoryMonitorView.$(C) MemoryMonitorView.$(H): MemoryMonitorView.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)
2aef78cc107c DisplayView extension in Inspector2
Stefan Vogel <sv@exept.de>
parents: 16699
diff changeset
   124
$(OUTDIR)MemoryUsageView.$(O) MemoryUsageView.$(C) MemoryUsageView.$(H): MemoryUsageView.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview\DisplaySurface.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsMedium.$(H) $(INCLUDE_TOP)\stx\libview\SimpleView.$(H) $(INCLUDE_TOP)\stx\libview\StandardSystemView.$(H) $(INCLUDE_TOP)\stx\libview\TopView.$(H) $(INCLUDE_TOP)\stx\libview\View.$(H) $(STCHDR)
16272
4d635ef1761d c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 16176
diff changeset
   125
$(OUTDIR)MultiViewToolApplication.$(O) MultiViewToolApplication.$(C) MultiViewToolApplication.$(H): MultiViewToolApplication.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)
4d635ef1761d c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 16176
diff changeset
   126
$(OUTDIR)PerforceSourceCodeManagerUtilities.$(O) PerforceSourceCodeManagerUtilities.$(C) PerforceSourceCodeManagerUtilities.$(H): PerforceSourceCodeManagerUtilities.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic3\SourceCodeManagerUtilities.$(H) $(INCLUDE_TOP)\stx\libview2\ApplicationModel.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(INCLUDE_TOP)\stx\libview2\SimpleDialog.$(H) $(STCHDR)
4d635ef1761d c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 16176
diff changeset
   127
$(OUTDIR)ProcessMonitorV2.$(O) ProcessMonitorV2.$(C) ProcessMonitorV2.$(H): ProcessMonitorV2.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview2\ApplicationModel.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(STCHDR)
17193
5621b00f3131 the fileBrowserSettingsDialog must be compiled
Claus Gittinger <cg@exept.de>
parents: 17017
diff changeset
   128
$(OUTDIR)RCSConflictEditTextView.$(O) RCSConflictEditTextView.$(C) RCSConflictEditTextView.$(H): RCSConflictEditTextView.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview\DisplaySurface.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsMedium.$(H) $(INCLUDE_TOP)\stx\libview\SimpleView.$(H) $(INCLUDE_TOP)\stx\libview\View.$(H) $(INCLUDE_TOP)\stx\libwidg\EditTextView.$(H) $(INCLUDE_TOP)\stx\libwidg\ListView.$(H) $(INCLUDE_TOP)\stx\libwidg\TextView.$(H) $(STCHDR)
16272
4d635ef1761d c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 16176
diff changeset
   129
$(OUTDIR)SyntaxElement.$(O) SyntaxElement.$(C) SyntaxElement.$(H): SyntaxElement.st $(INCLUDE_TOP)\stx\libbasic\Magnitude.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
4d635ef1761d c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 16176
diff changeset
   130
$(OUTDIR)SyntaxHighlighter2.$(O) SyntaxHighlighter2.$(C) SyntaxHighlighter2.$(H): SyntaxHighlighter2.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libcomp\AbstractSyntaxHighlighter.$(H) $(INCLUDE_TOP)\stx\libcomp\Parser.$(H) $(INCLUDE_TOP)\stx\libcomp\Scanner.$(H) $(INCLUDE_TOP)\stx\libcomp\SyntaxHighlighter.$(H) $(STCHDR)
4d635ef1761d c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 16176
diff changeset
   131
$(OUTDIR)SystemBrowser.$(O) SystemBrowser.$(C) SystemBrowser.$(H): SystemBrowser.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview2\ApplicationModel.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(STCHDR)
17231
7da377c20703 new class: ExternalStreamMonitor
Claus Gittinger <cg@exept.de>
parents: 17193
diff changeset
   132
$(OUTDIR)SystemStatusMonitor.$(O) SystemStatusMonitor.$(C) SystemStatusMonitor.$(H): SystemStatusMonitor.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)
16272
4d635ef1761d c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 16176
diff changeset
   133
$(OUTDIR)Tools__AbstractTestRunner.$(O) Tools__AbstractTestRunner.$(C) Tools__AbstractTestRunner.$(H): Tools__AbstractTestRunner.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview2\ApplicationModel.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(STCHDR)
4d635ef1761d c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 16176
diff changeset
   134
$(OUTDIR)Tools__BreakpointBrowser.$(O) Tools__BreakpointBrowser.$(C) Tools__BreakpointBrowser.$(H): Tools__BreakpointBrowser.st $(INCLUDE_TOP)\stx\goodies\refactoryBrowser\parser\RBProgramNodeVisitor.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview2\ApplicationModel.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(STCHDR)
4d635ef1761d c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 16176
diff changeset
   135
$(OUTDIR)Tools__Browslet.$(O) Tools__Browslet.$(C) Tools__Browslet.$(H): Tools__Browslet.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview2\ApplicationModel.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(STCHDR)
4d635ef1761d c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 16176
diff changeset
   136
$(OUTDIR)Tools__BrowsletCanvas.$(O) Tools__BrowsletCanvas.$(C) Tools__BrowsletCanvas.$(H): Tools__BrowsletCanvas.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview2\ApplicationModel.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(STCHDR)
4d635ef1761d c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 16176
diff changeset
   137
$(OUTDIR)Tools__CachedTags.$(O) Tools__CachedTags.$(C) Tools__CachedTags.$(H): Tools__CachedTags.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
4d635ef1761d c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 16176
diff changeset
   138
$(OUTDIR)Tools__ChangeSetBrowser2.$(O) Tools__ChangeSetBrowser2.$(C) Tools__ChangeSetBrowser2.$(H): Tools__ChangeSetBrowser2.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)
4d635ef1761d c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 16176
diff changeset
   139
$(OUTDIR)Tools__ChangeSetDiffInfo.$(O) Tools__ChangeSetDiffInfo.$(C) Tools__ChangeSetDiffInfo.$(H): Tools__ChangeSetDiffInfo.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
4d635ef1761d c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 16176
diff changeset
   140
$(OUTDIR)Tools__ChangeSetDiffTool.$(O) Tools__ChangeSetDiffTool.$(C) Tools__ChangeSetDiffTool.$(H): Tools__ChangeSetDiffTool.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview2\ApplicationModel.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(INCLUDE_TOP)\stx\libview2\SimpleDialog.$(H) $(STCHDR)
4d635ef1761d c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 16176
diff changeset
   141
$(OUTDIR)Tools__ChangeSetSelectionDialog.$(O) Tools__ChangeSetSelectionDialog.$(C) Tools__ChangeSetSelectionDialog.$(H): Tools__ChangeSetSelectionDialog.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview2\ApplicationModel.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(INCLUDE_TOP)\stx\libview2\SimpleDialog.$(H) $(STCHDR)
4d635ef1761d c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 16176
diff changeset
   142
$(OUTDIR)Tools__ChangeSetSpec.$(O) Tools__ChangeSetSpec.$(C) Tools__ChangeSetSpec.$(H): Tools__ChangeSetSpec.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
4d635ef1761d c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 16176
diff changeset
   143
$(OUTDIR)Tools__CheckinInfoDialog.$(O) Tools__CheckinInfoDialog.$(C) Tools__CheckinInfoDialog.$(H): Tools__CheckinInfoDialog.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview2\ApplicationModel.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(INCLUDE_TOP)\stx\libview2\SimpleDialog.$(H) $(STCHDR)
4d635ef1761d c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 16176
diff changeset
   144
$(OUTDIR)Tools__ClassChecker.$(O) Tools__ClassChecker.$(C) Tools__ClassChecker.$(H): Tools__ClassChecker.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
4d635ef1761d c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 16176
diff changeset
   145
$(OUTDIR)Tools__ClassSorter.$(O) Tools__ClassSorter.$(C) Tools__ClassSorter.$(H): Tools__ClassSorter.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
16792
2aef78cc107c DisplayView extension in Inspector2
Stefan Vogel <sv@exept.de>
parents: 16699
diff changeset
   146
$(OUTDIR)Tools__CodeCompletionMenu.$(O) Tools__CodeCompletionMenu.$(C) Tools__CodeCompletionMenu.$(H): Tools__CodeCompletionMenu.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)
16272
4d635ef1761d c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 16176
diff changeset
   147
$(OUTDIR)Tools__CodeCritics.$(O) Tools__CodeCritics.$(C) Tools__CodeCritics.$(H): Tools__CodeCritics.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
16792
2aef78cc107c DisplayView extension in Inspector2
Stefan Vogel <sv@exept.de>
parents: 16699
diff changeset
   148
$(OUTDIR)Tools__CodeView2.$(O) Tools__CodeView2.$(C) Tools__CodeView2.$(H): Tools__CodeView2.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview\AbstractBackground.$(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\CodeView.$(H) $(INCLUDE_TOP)\stx\libwidg\EditTextView.$(H) $(INCLUDE_TOP)\stx\libwidg\ListView.$(H) $(INCLUDE_TOP)\stx\libwidg\TextCollector.$(H) $(INCLUDE_TOP)\stx\libwidg\TextView.$(H) $(INCLUDE_TOP)\stx\libwidg\Workspace.$(H) $(STCHDR)
16272
4d635ef1761d c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 16176
diff changeset
   149
$(OUTDIR)Tools__CodeViewService.$(O) Tools__CodeViewService.$(C) Tools__CodeViewService.$(H): Tools__CodeViewService.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
16792
2aef78cc107c DisplayView extension in Inspector2
Stefan Vogel <sv@exept.de>
parents: 16699
diff changeset
   150
$(OUTDIR)Tools__DiffCodeView2.$(O) Tools__DiffCodeView2.$(C) Tools__DiffCodeView2.$(H): Tools__DiffCodeView2.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) $(INCLUDE_TOP)\stx\libwidg2\TwoColumnTextView.$(H) $(STCHDR)
18543
ca48635d1773 InspectorView icons
Claus Gittinger <cg@exept.de>
parents: 18198
diff changeset
   151
$(OUTDIR)Tools__HierarchicalChangesetDialog.$(O) Tools__HierarchicalChangesetDialog.$(C) Tools__HierarchicalChangesetDialog.$(H): Tools__HierarchicalChangesetDialog.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview2\ApplicationModel.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(INCLUDE_TOP)\stx\libview2\SimpleDialog.$(H) $(INCLUDE_TOP)\stx\libwidg2\AbstractHierarchicalItem.$(H) $(INCLUDE_TOP)\stx\libwidg2\AbstractHierarchicalItemWithModel.$(H) $(INCLUDE_TOP)\stx\libwidg2\HierarchicalItem.$(H) $(STCHDR)
16272
4d635ef1761d c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 16176
diff changeset
   152
$(OUTDIR)Tools__InlineMessageDialog.$(O) Tools__InlineMessageDialog.$(C) Tools__InlineMessageDialog.$(H): Tools__InlineMessageDialog.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview2\ApplicationModel.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(STCHDR)
4d635ef1761d c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 16176
diff changeset
   153
$(OUTDIR)Tools__Inspector2.$(O) Tools__Inspector2.$(C) Tools__Inspector2.$(H): Tools__Inspector2.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview2\ApplicationModel.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(STCHDR)
4d635ef1761d c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 16176
diff changeset
   154
$(OUTDIR)Tools__Inspector2Tab.$(O) Tools__Inspector2Tab.$(C) Tools__Inspector2Tab.$(H): Tools__Inspector2Tab.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
4d635ef1761d c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 16176
diff changeset
   155
$(OUTDIR)Tools__LintAnnotation.$(O) Tools__LintAnnotation.$(C) Tools__LintAnnotation.$(H): Tools__LintAnnotation.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
4d635ef1761d c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 16176
diff changeset
   156
$(OUTDIR)Tools__LintHighlighter.$(O) Tools__LintHighlighter.$(C) Tools__LintHighlighter.$(H): Tools__LintHighlighter.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
4d635ef1761d c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 16176
diff changeset
   157
$(OUTDIR)Tools__LintRuleDetail.$(O) Tools__LintRuleDetail.$(C) Tools__LintRuleDetail.$(H): Tools__LintRuleDetail.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview2\ApplicationModel.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(STCHDR)
4d635ef1761d c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 16176
diff changeset
   158
$(OUTDIR)Tools__LintRuleEditDialog.$(O) Tools__LintRuleEditDialog.$(C) Tools__LintRuleEditDialog.$(H): Tools__LintRuleEditDialog.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview2\ApplicationModel.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(INCLUDE_TOP)\stx\libview2\SimpleDialog.$(H) $(STCHDR)
4d635ef1761d c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 16176
diff changeset
   159
$(OUTDIR)Tools__LintRuleSelectionDialog.$(O) Tools__LintRuleSelectionDialog.$(C) Tools__LintRuleSelectionDialog.$(H): Tools__LintRuleSelectionDialog.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview2\ApplicationModel.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(INCLUDE_TOP)\stx\libview2\SimpleDialog.$(H) $(STCHDR)
4d635ef1761d c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 16176
diff changeset
   160
$(OUTDIR)Tools__MethodCategoryCache.$(O) Tools__MethodCategoryCache.$(C) Tools__MethodCategoryCache.$(H): Tools__MethodCategoryCache.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
4d635ef1761d c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 16176
diff changeset
   161
$(OUTDIR)Tools__MethodRewriter.$(O) Tools__MethodRewriter.$(C) Tools__MethodRewriter.$(H): Tools__MethodRewriter.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview2\ApplicationModel.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(STCHDR)
4d635ef1761d c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 16176
diff changeset
   162
$(OUTDIR)Tools__NavigationHistory.$(O) Tools__NavigationHistory.$(C) Tools__NavigationHistory.$(H): Tools__NavigationHistory.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
4d635ef1761d c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 16176
diff changeset
   163
$(OUTDIR)Tools__NavigationState.$(O) Tools__NavigationState.$(C) Tools__NavigationState.$(H): Tools__NavigationState.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
4d635ef1761d c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 16176
diff changeset
   164
$(OUTDIR)Tools__NavigatorModel.$(O) Tools__NavigatorModel.$(C) Tools__NavigatorModel.$(H): Tools__NavigatorModel.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview2\ApplicationModel.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(STCHDR)
4d635ef1761d c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 16176
diff changeset
   165
$(OUTDIR)Tools__NewClassWizardDialog.$(O) Tools__NewClassWizardDialog.$(C) Tools__NewClassWizardDialog.$(H): Tools__NewClassWizardDialog.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview2\ApplicationModel.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(INCLUDE_TOP)\stx\libview2\SimpleDialog.$(H) $(STCHDR)
16792
2aef78cc107c DisplayView extension in Inspector2
Stefan Vogel <sv@exept.de>
parents: 16699
diff changeset
   166
$(OUTDIR)Tools__NewSystemBrowserCodeView.$(O) Tools__NewSystemBrowserCodeView.$(C) Tools__NewSystemBrowserCodeView.$(H): Tools__NewSystemBrowserCodeView.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\CodeView.$(H) $(INCLUDE_TOP)\stx\libwidg\EditTextView.$(H) $(INCLUDE_TOP)\stx\libwidg\ListView.$(H) $(INCLUDE_TOP)\stx\libwidg\TextCollector.$(H) $(INCLUDE_TOP)\stx\libwidg\TextView.$(H) $(INCLUDE_TOP)\stx\libwidg\Workspace.$(H) $(STCHDR)
16272
4d635ef1761d c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 16176
diff changeset
   167
$(OUTDIR)Tools__Profiler.$(O) Tools__Profiler.$(C) Tools__Profiler.$(H): Tools__Profiler.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic3\MessageTally.$(H) $(STCHDR)
4d635ef1761d c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 16176
diff changeset
   168
$(OUTDIR)Tools__ProfilerInfoBuilder.$(O) Tools__ProfilerInfoBuilder.$(C) Tools__ProfilerInfoBuilder.$(H): Tools__ProfilerInfoBuilder.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
18543
ca48635d1773 InspectorView icons
Claus Gittinger <cg@exept.de>
parents: 18198
diff changeset
   169
$(OUTDIR)Tools__ProfilerInfoItem.$(O) Tools__ProfilerInfoItem.$(C) Tools__ProfilerInfoItem.$(H): Tools__ProfilerInfoItem.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libwidg2\AbstractHierarchicalItem.$(H) $(INCLUDE_TOP)\stx\libwidg2\AbstractHierarchicalItemWithModel.$(H) $(INCLUDE_TOP)\stx\libwidg2\HierarchicalItem.$(H) $(STCHDR)
16272
4d635ef1761d c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 16176
diff changeset
   170
$(OUTDIR)Tools__ProjectCheckerBrowser.$(O) Tools__ProjectCheckerBrowser.$(C) Tools__ProjectCheckerBrowser.$(H): Tools__ProjectCheckerBrowser.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview2\ApplicationModel.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(STCHDR)
4d635ef1761d c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 16176
diff changeset
   171
$(OUTDIR)Tools__ProjectLoader.$(O) Tools__ProjectLoader.$(C) Tools__ProjectLoader.$(H): Tools__ProjectLoader.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview2\ApplicationModel.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(INCLUDE_TOP)\stx\libview2\SimpleDialog.$(H) $(STCHDR)
16792
2aef78cc107c DisplayView extension in Inspector2
Stefan Vogel <sv@exept.de>
parents: 16699
diff changeset
   172
$(OUTDIR)Tools__SearchDialog.$(O) Tools__SearchDialog.$(C) Tools__SearchDialog.$(H): Tools__SearchDialog.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)
16272
4d635ef1761d c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 16176
diff changeset
   173
$(OUTDIR)Tools__SmalltalkDiffTool.$(O) Tools__SmalltalkDiffTool.$(C) Tools__SmalltalkDiffTool.$(H): Tools__SmalltalkDiffTool.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview2\ApplicationModel.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(STCHDR)
4d635ef1761d c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 16176
diff changeset
   174
$(OUTDIR)Tools__SourceCodeManagerConfigurationTestTool.$(O) Tools__SourceCodeManagerConfigurationTestTool.$(C) Tools__SourceCodeManagerConfigurationTestTool.$(H): Tools__SourceCodeManagerConfigurationTestTool.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview2\ApplicationModel.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(STCHDR)
4d635ef1761d c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 16176
diff changeset
   175
$(OUTDIR)Tools__SpecialCodeView.$(O) Tools__SpecialCodeView.$(C) Tools__SpecialCodeView.$(H): Tools__SpecialCodeView.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview2\ApplicationModel.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(STCHDR)
4d635ef1761d c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 16176
diff changeset
   176
$(OUTDIR)Tools__StringSearchTool.$(O) Tools__StringSearchTool.$(C) Tools__StringSearchTool.$(H): Tools__StringSearchTool.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview2\ApplicationModel.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(STCHDR)
4d635ef1761d c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 16176
diff changeset
   177
$(OUTDIR)Tools__Tag.$(O) Tools__Tag.$(C) Tools__Tag.$(H): Tools__Tag.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
4d635ef1761d c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 16176
diff changeset
   178
$(OUTDIR)Tools__TagList.$(O) Tools__TagList.$(C) Tools__TagList.$(H): Tools__TagList.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)
16792
2aef78cc107c DisplayView extension in Inspector2
Stefan Vogel <sv@exept.de>
parents: 16699
diff changeset
   179
$(OUTDIR)Tools__TagsBrowser.$(O) Tools__TagsBrowser.$(C) Tools__TagsBrowser.$(H): Tools__TagsBrowser.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\libview2\ApplicationModel.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(INCLUDE_TOP)\stx\libwidg2\ListModelView.$(H) $(INCLUDE_TOP)\stx\libwidg2\SelectionInListModelView.$(H) $(STCHDR)
16272
4d635ef1761d c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 16176
diff changeset
   180
$(OUTDIR)Tools__TextDiffTool.$(O) Tools__TextDiffTool.$(C) Tools__TextDiffTool.$(H): Tools__TextDiffTool.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview2\ApplicationModel.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(STCHDR)
4d635ef1761d c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 16176
diff changeset
   181
$(OUTDIR)Tools__TextMergeInfo.$(O) Tools__TextMergeInfo.$(C) Tools__TextMergeInfo.$(H): Tools__TextMergeInfo.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
4d635ef1761d c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 16176
diff changeset
   182
$(OUTDIR)Tools__Toolbox.$(O) Tools__Toolbox.$(C) Tools__Toolbox.$(H): Tools__Toolbox.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
4d635ef1761d c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 16176
diff changeset
   183
$(OUTDIR)Tools__WebBrowserPage.$(O) Tools__WebBrowserPage.$(C) Tools__WebBrowserPage.$(H): Tools__WebBrowserPage.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview2\ApplicationModel.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(STCHDR)
18543
ca48635d1773 InspectorView icons
Claus Gittinger <cg@exept.de>
parents: 18198
diff changeset
   184
$(OUTDIR)VersionDiffBrowser.$(O) VersionDiffBrowser.$(C) VersionDiffBrowser.$(H): VersionDiffBrowser.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview2\ApplicationModel.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(INCLUDE_TOP)\stx\libwidg2\AbstractHierarchicalItem.$(H) $(INCLUDE_TOP)\stx\libwidg2\AbstractHierarchicalItemWithModel.$(H) $(INCLUDE_TOP)\stx\libwidg2\HierarchicalItem.$(H) $(STCHDR)
16792
2aef78cc107c DisplayView extension in Inspector2
Stefan Vogel <sv@exept.de>
parents: 16699
diff changeset
   185
$(OUTDIR)ViewWithAcceptAndCancelBar.$(O) ViewWithAcceptAndCancelBar.$(C) ViewWithAcceptAndCancelBar.$(H): ViewWithAcceptAndCancelBar.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)
16272
4d635ef1761d c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 16176
diff changeset
   186
$(OUTDIR)stx_libtool.$(O) stx_libtool.$(C) stx_libtool.$(H): stx_libtool.st $(INCLUDE_TOP)\stx\libbasic\LibraryDefinition.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic\ProjectDefinition.$(H) $(STCHDR)
4d635ef1761d c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 16176
diff changeset
   187
$(OUTDIR)AbstractDirectoryBrowser.$(O) AbstractDirectoryBrowser.$(C) AbstractDirectoryBrowser.$(H): AbstractDirectoryBrowser.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libtool\AbstractFileBrowser.$(H) $(INCLUDE_TOP)\stx\libview2\ApplicationModel.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(STCHDR)
4d635ef1761d c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 16176
diff changeset
   188
$(OUTDIR)AbstractFileFinderApplicationComponent.$(O) AbstractFileFinderApplicationComponent.$(C) AbstractFileFinderApplicationComponent.$(H): AbstractFileFinderApplicationComponent.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libtool\AbstractFileApplicationNoteBookComponent.$(H) $(INCLUDE_TOP)\stx\libview2\ApplicationModel.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(STCHDR)
4d635ef1761d c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 16176
diff changeset
   189
$(OUTDIR)AbstractSourceCodeManagementSettingsAppl.$(O) AbstractSourceCodeManagementSettingsAppl.$(C) AbstractSourceCodeManagementSettingsAppl.$(H): AbstractSourceCodeManagementSettingsAppl.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libtool\AbstractSettingsApplication.$(H) $(INCLUDE_TOP)\stx\libview2\ApplicationModel.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(STCHDR)
4d635ef1761d c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 16176
diff changeset
   190
$(OUTDIR)BookmarkMenuBuilder.$(O) BookmarkMenuBuilder.$(C) BookmarkMenuBuilder.$(H): BookmarkMenuBuilder.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libtool\BookmarkVisitor.$(H) $(STCHDR)
16792
2aef78cc107c DisplayView extension in Inspector2
Stefan Vogel <sv@exept.de>
parents: 16699
diff changeset
   191
$(OUTDIR)ChangeSetBrowser.$(O) ChangeSetBrowser.$(C) ChangeSetBrowser.$(H): ChangeSetBrowser.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libtool\ChangesBrowser.$(H) $(INCLUDE_TOP)\stx\libview\DisplaySurface.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsMedium.$(H) $(INCLUDE_TOP)\stx\libview\SimpleView.$(H) $(INCLUDE_TOP)\stx\libview\StandardSystemView.$(H) $(INCLUDE_TOP)\stx\libview\TopView.$(H) $(INCLUDE_TOP)\stx\libview\View.$(H) $(STCHDR)
2aef78cc107c DisplayView extension in Inspector2
Stefan Vogel <sv@exept.de>
parents: 16699
diff changeset
   192
$(OUTDIR)ClassInspectorView.$(O) ClassInspectorView.$(C) ClassInspectorView.$(H): ClassInspectorView.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libtool\InspectorView.$(H) $(INCLUDE_TOP)\stx\libview\DisplaySurface.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsMedium.$(H) $(INCLUDE_TOP)\stx\libview\SimpleView.$(H) $(STCHDR)
17678
58bba891073d Add missing ColorInspectorView
Stefan Vogel <sv@exept.de>
parents: 17231
diff changeset
   193
$(OUTDIR)ColorInspectorView.$(O) ColorInspectorView.$(C) ColorInspectorView.$(H): ColorInspectorView.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libtool\InspectorView.$(H) $(INCLUDE_TOP)\stx\libview\DisplaySurface.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsMedium.$(H) $(INCLUDE_TOP)\stx\libview\SimpleView.$(H) $(STCHDR)
16792
2aef78cc107c DisplayView extension in Inspector2
Stefan Vogel <sv@exept.de>
parents: 16699
diff changeset
   194
$(OUTDIR)ContextInspectorView.$(O) ContextInspectorView.$(C) ContextInspectorView.$(H): ContextInspectorView.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libtool\InspectorView.$(H) $(INCLUDE_TOP)\stx\libview\DisplaySurface.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsMedium.$(H) $(INCLUDE_TOP)\stx\libview\SimpleView.$(H) $(STCHDR)
2aef78cc107c DisplayView extension in Inspector2
Stefan Vogel <sv@exept.de>
parents: 16699
diff changeset
   195
$(OUTDIR)DictionaryInspectorView.$(O) DictionaryInspectorView.$(C) DictionaryInspectorView.$(H): DictionaryInspectorView.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libtool\InspectorView.$(H) $(INCLUDE_TOP)\stx\libview\DisplaySurface.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsMedium.$(H) $(INCLUDE_TOP)\stx\libview\SimpleView.$(H) $(STCHDR)
16272
4d635ef1761d c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 16176
diff changeset
   196
$(OUTDIR)Diff3ExclusiveVisitor.$(O) Diff3ExclusiveVisitor.$(C) Diff3ExclusiveVisitor.$(H): Diff3ExclusiveVisitor.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libtool\Diff3InclusiveVisitor.$(H) $(STCHDR)
16792
2aef78cc107c DisplayView extension in Inspector2
Stefan Vogel <sv@exept.de>
parents: 16699
diff changeset
   197
$(OUTDIR)DiffCodeView.$(O) DiffCodeView.$(C) DiffCodeView.$(H): DiffCodeView.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libtool\DiffTextView.$(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) $(INCLUDE_TOP)\stx\libwidg2\TwoColumnTextView.$(H) $(STCHDR)
17231
7da377c20703 new class: ExternalStreamMonitor
Claus Gittinger <cg@exept.de>
parents: 17193
diff changeset
   198
$(OUTDIR)ExternalStreamMonitor.$(O) ExternalStreamMonitor.$(C) ExternalStreamMonitor.$(H): ExternalStreamMonitor.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libtool\SystemStatusMonitor.$(H) $(INCLUDE_TOP)\stx\libview\DisplaySurface.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsMedium.$(H) $(INCLUDE_TOP)\stx\libview\SimpleView.$(H) $(STCHDR)
16272
4d635ef1761d c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 16176
diff changeset
   199
$(OUTDIR)FileApplicationNoteBook.$(O) FileApplicationNoteBook.$(C) FileApplicationNoteBook.$(H): FileApplicationNoteBook.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libtool\AbstractFileApplicationNoteBookComponent.$(H) $(INCLUDE_TOP)\stx\libtool\AbstractFileBrowser.$(H) $(INCLUDE_TOP)\stx\libview2\ApplicationModel.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(STCHDR)
4d635ef1761d c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 16176
diff changeset
   200
$(OUTDIR)FileBrowserV2.$(O) FileBrowserV2.$(C) FileBrowserV2.$(H): FileBrowserV2.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libtool\AbstractFileBrowser.$(H) $(INCLUDE_TOP)\stx\libview2\ApplicationModel.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(STCHDR)
4d635ef1761d c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 16176
diff changeset
   201
$(OUTDIR)FileBrowserV2SettingsAppl.$(O) FileBrowserV2SettingsAppl.$(C) FileBrowserV2SettingsAppl.$(H): FileBrowserV2SettingsAppl.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libtool\AbstractSettingsApplication.$(H) $(INCLUDE_TOP)\stx\libview2\ApplicationModel.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(STCHDR)
4d635ef1761d c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 16176
diff changeset
   202
$(OUTDIR)FileDialogWithPreview.$(O) FileDialogWithPreview.$(C) FileDialogWithPreview.$(H): FileDialogWithPreview.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libtool\FileDialog.$(H) $(INCLUDE_TOP)\stx\libview2\ApplicationModel.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(INCLUDE_TOP)\stx\libview2\SimpleDialog.$(H) $(STCHDR)
16792
2aef78cc107c DisplayView extension in Inspector2
Stefan Vogel <sv@exept.de>
parents: 16699
diff changeset
   203
$(OUTDIR)ImageInspectorView.$(O) ImageInspectorView.$(C) ImageInspectorView.$(H): ImageInspectorView.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libtool\InspectorView.$(H) $(INCLUDE_TOP)\stx\libview\DisplaySurface.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsMedium.$(H) $(INCLUDE_TOP)\stx\libview\SimpleView.$(H) $(STCHDR)
16272
4d635ef1761d c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 16176
diff changeset
   204
$(OUTDIR)NewLauncher.$(O) NewLauncher.$(C) NewLauncher.$(H): NewLauncher.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libtool\AbstractLauncherApplication.$(H) $(INCLUDE_TOP)\stx\libview2\ApplicationModel.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(INCLUDE_TOP)\stx\libview2\ToolApplicationModel.$(H) $(STCHDR)
16792
2aef78cc107c DisplayView extension in Inspector2
Stefan Vogel <sv@exept.de>
parents: 16699
diff changeset
   205
$(OUTDIR)OrderedCollectionInspectorView.$(O) OrderedCollectionInspectorView.$(C) OrderedCollectionInspectorView.$(H): OrderedCollectionInspectorView.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libtool\InspectorView.$(H) $(INCLUDE_TOP)\stx\libview\DisplaySurface.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsMedium.$(H) $(INCLUDE_TOP)\stx\libview\SimpleView.$(H) $(STCHDR)
16272
4d635ef1761d c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 16176
diff changeset
   206
$(OUTDIR)ParseTreeIndex.$(O) ParseTreeIndex.$(C) ParseTreeIndex.$(H): ParseTreeIndex.st $(INCLUDE_TOP)\stx\libbasic\Collection.$(H) $(INCLUDE_TOP)\stx\libbasic\Magnitude.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic\OrderedCollection.$(H) $(INCLUDE_TOP)\stx\libbasic\SequenceableCollection.$(H) $(INCLUDE_TOP)\stx\libbasic\SortedCollection.$(H) $(INCLUDE_TOP)\stx\libtool\SyntaxElement.$(H) $(STCHDR)
16792
2aef78cc107c DisplayView extension in Inspector2
Stefan Vogel <sv@exept.de>
parents: 16699
diff changeset
   207
$(OUTDIR)SetInspectorView.$(O) SetInspectorView.$(C) SetInspectorView.$(H): SetInspectorView.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libtool\InspectorView.$(H) $(INCLUDE_TOP)\stx\libview\DisplaySurface.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsMedium.$(H) $(INCLUDE_TOP)\stx\libview\SimpleView.$(H) $(STCHDR)
18543
ca48635d1773 InspectorView icons
Claus Gittinger <cg@exept.de>
parents: 18198
diff changeset
   208
$(OUTDIR)SettingsDialog.$(O) SettingsDialog.$(C) SettingsDialog.$(H): SettingsDialog.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\libtool\AbstractSettingsApplication.$(H) $(INCLUDE_TOP)\stx\libview2\ApplicationModel.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(INCLUDE_TOP)\stx\libwidg2\AbstractHierarchicalItem.$(H) $(INCLUDE_TOP)\stx\libwidg2\AbstractHierarchicalItemWithModel.$(H) $(INCLUDE_TOP)\stx\libwidg2\HierarchicalItem.$(H) $(INCLUDE_TOP)\stx\libwidg2\HierarchicalItemWithLabel.$(H) $(INCLUDE_TOP)\stx\libwidg2\HierarchicalItemWithLabelAndIcon.$(H) $(INCLUDE_TOP)\stx\libwidg2\HierarchicalList.$(H) $(STCHDR)
16272
4d635ef1761d c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 16176
diff changeset
   209
$(OUTDIR)SmalltalkCodeGeneratorTool.$(O) SmalltalkCodeGeneratorTool.$(C) SmalltalkCodeGeneratorTool.$(H): SmalltalkCodeGeneratorTool.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libtool\CodeGeneratorTool.$(H) $(STCHDR)
4d635ef1761d c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 16176
diff changeset
   210
$(OUTDIR)SyntaxElementVariable.$(O) SyntaxElementVariable.$(C) SyntaxElementVariable.$(H): SyntaxElementVariable.st $(INCLUDE_TOP)\stx\libbasic\Magnitude.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libtool\SyntaxElement.$(H) $(STCHDR)
17017
927477506a04 class: Object
Claus Gittinger <cg@exept.de>
parents: 16840
diff changeset
   211
$(OUTDIR)TerminalApplication.$(O) TerminalApplication.$(C) TerminalApplication.$(H): TerminalApplication.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libtool\MultiViewToolApplication.$(H) $(INCLUDE_TOP)\stx\libview2\ApplicationModel.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(INCLUDE_TOP)\stx\libview2\ToolApplicationModel.$(H) $(STCHDR)
16272
4d635ef1761d c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 16176
diff changeset
   212
$(OUTDIR)Tools__BackgroundSourceProcessingService.$(O) Tools__BackgroundSourceProcessingService.$(C) Tools__BackgroundSourceProcessingService.$(H): Tools__BackgroundSourceProcessingService.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libtool\Tools__CodeViewService.$(H) $(STCHDR)
4d635ef1761d c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 16176
diff changeset
   213
$(OUTDIR)Tools__BreakpointService.$(O) Tools__BreakpointService.$(C) Tools__BreakpointService.$(H): Tools__BreakpointService.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libtool\Tools__CodeViewService.$(H) $(STCHDR)
4d635ef1761d c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 16176
diff changeset
   214
$(OUTDIR)Tools__BrowserList.$(O) Tools__BrowserList.$(C) Tools__BrowserList.$(H): Tools__BrowserList.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libtool\Tools__NavigatorModel.$(H) $(INCLUDE_TOP)\stx\libview2\ApplicationModel.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(STCHDR)
4d635ef1761d c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 16176
diff changeset
   215
$(OUTDIR)Tools__CodeCompletionService.$(O) Tools__CodeCompletionService.$(C) Tools__CodeCompletionService.$(H): Tools__CodeCompletionService.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libtool\Tools__CodeViewService.$(H) $(STCHDR)
4d635ef1761d c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 16176
diff changeset
   216
$(OUTDIR)Tools__CodeNavigationService.$(O) Tools__CodeNavigationService.$(C) Tools__CodeNavigationService.$(H): Tools__CodeNavigationService.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libtool\Tools__CodeViewService.$(H) $(STCHDR)
4d635ef1761d c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 16176
diff changeset
   217
$(OUTDIR)Tools__CodeView2SettingsAppl.$(O) Tools__CodeView2SettingsAppl.$(C) Tools__CodeView2SettingsAppl.$(H): Tools__CodeView2SettingsAppl.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libtool\AbstractSettingsApplication.$(H) $(INCLUDE_TOP)\stx\libview2\ApplicationModel.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(STCHDR)
16792
2aef78cc107c DisplayView extension in Inspector2
Stefan Vogel <sv@exept.de>
parents: 16699
diff changeset
   218
$(OUTDIR)Tools__Diff2CodeView2.$(O) Tools__Diff2CodeView2.$(C) Tools__Diff2CodeView2.$(H): Tools__Diff2CodeView2.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libtool\Tools__DiffCodeView2.$(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) $(INCLUDE_TOP)\stx\libwidg2\TwoColumnTextView.$(H) $(STCHDR)
2aef78cc107c DisplayView extension in Inspector2
Stefan Vogel <sv@exept.de>
parents: 16699
diff changeset
   219
$(OUTDIR)Tools__Diff3CodeView2.$(O) Tools__Diff3CodeView2.$(C) Tools__Diff3CodeView2.$(H): Tools__Diff3CodeView2.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libtool\Tools__DiffCodeView2.$(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) $(INCLUDE_TOP)\stx\libwidg2\TwoColumnTextView.$(H) $(STCHDR)
16272
4d635ef1761d c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 16176
diff changeset
   220
$(OUTDIR)Tools__FontSettingsApplication.$(O) Tools__FontSettingsApplication.$(C) Tools__FontSettingsApplication.$(H): Tools__FontSettingsApplication.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libtool\AbstractSettingsApplication.$(H) $(INCLUDE_TOP)\stx\libview2\ApplicationModel.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(STCHDR)
4d635ef1761d c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 16176
diff changeset
   221
$(OUTDIR)Tools__GenericToolbox.$(O) Tools__GenericToolbox.$(C) Tools__GenericToolbox.$(H): Tools__GenericToolbox.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libtool\Tools__Toolbox.$(H) $(STCHDR)
4d635ef1761d c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 16176
diff changeset
   222
$(OUTDIR)Tools__LintRuleSettingsApplication.$(O) Tools__LintRuleSettingsApplication.$(C) Tools__LintRuleSettingsApplication.$(H): Tools__LintRuleSettingsApplication.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libtool\AbstractSettingsApplication.$(H) $(INCLUDE_TOP)\stx\libview2\ApplicationModel.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(STCHDR)
4d635ef1761d c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 16176
diff changeset
   223
$(OUTDIR)Tools__LintService.$(O) Tools__LintService.$(C) Tools__LintService.$(H): Tools__LintService.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libtool\Tools__CodeViewService.$(H) $(STCHDR)
4d635ef1761d c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 16176
diff changeset
   224
$(OUTDIR)Tools__NavigatorCanvas.$(O) Tools__NavigatorCanvas.$(C) Tools__NavigatorCanvas.$(H): Tools__NavigatorCanvas.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libtool\Tools__NavigatorModel.$(H) $(INCLUDE_TOP)\stx\libview2\ApplicationModel.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(STCHDR)
4d635ef1761d c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 16176
diff changeset
   225
$(OUTDIR)Tools__NewSystemBrowser.$(O) Tools__NewSystemBrowser.$(C) Tools__NewSystemBrowser.$(H): Tools__NewSystemBrowser.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libtool\SystemBrowser.$(H) $(INCLUDE_TOP)\stx\libview2\ApplicationModel.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(INCLUDE_TOP)\stx\libwidg2\ListEntry.$(H) $(STCHDR)
4d635ef1761d c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 16176
diff changeset
   226
$(OUTDIR)Tools__OrganizerCanvas.$(O) Tools__OrganizerCanvas.$(C) Tools__OrganizerCanvas.$(H): Tools__OrganizerCanvas.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libtool\Tools__NavigatorModel.$(H) $(INCLUDE_TOP)\stx\libview2\ApplicationModel.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(STCHDR)
4d635ef1761d c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 16176
diff changeset
   227
$(OUTDIR)Tools__SendersBrowslet.$(O) Tools__SendersBrowslet.$(C) Tools__SendersBrowslet.$(H): Tools__SendersBrowslet.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libtool\Tools__Browslet.$(H) $(INCLUDE_TOP)\stx\libview2\ApplicationModel.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(STCHDR)
4d635ef1761d c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 16176
diff changeset
   228
$(OUTDIR)Tools__StringSearchToolForTextView.$(O) Tools__StringSearchToolForTextView.$(C) Tools__StringSearchToolForTextView.$(H): Tools__StringSearchToolForTextView.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libtool\Tools__StringSearchTool.$(H) $(INCLUDE_TOP)\stx\libview2\ApplicationModel.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(STCHDR)
4d635ef1761d c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 16176
diff changeset
   229
$(OUTDIR)Tools__TestRunnerMini.$(O) Tools__TestRunnerMini.$(C) Tools__TestRunnerMini.$(H): Tools__TestRunnerMini.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libtool\Tools__AbstractTestRunner.$(H) $(INCLUDE_TOP)\stx\libview2\ApplicationModel.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(STCHDR)
4d635ef1761d c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 16176
diff changeset
   230
$(OUTDIR)Tools__TextDiff2Tool.$(O) Tools__TextDiff2Tool.$(C) Tools__TextDiff2Tool.$(H): Tools__TextDiff2Tool.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libtool\Tools__TextDiffTool.$(H) $(INCLUDE_TOP)\stx\libview2\ApplicationModel.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(STCHDR)
4d635ef1761d c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 16176
diff changeset
   231
$(OUTDIR)Tools__TextDiff3Tool.$(O) Tools__TextDiff3Tool.$(C) Tools__TextDiff3Tool.$(H): Tools__TextDiff3Tool.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libtool\Tools__CodeViewService.$(H) $(INCLUDE_TOP)\stx\libtool\Tools__TextDiffTool.$(H) $(INCLUDE_TOP)\stx\libview2\ApplicationModel.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(STCHDR)
18543
ca48635d1773 InspectorView icons
Claus Gittinger <cg@exept.de>
parents: 18198
diff changeset
   232
$(OUTDIR)Tools__VisualProfilerCanvas.$(O) Tools__VisualProfilerCanvas.$(C) Tools__VisualProfilerCanvas.$(H): Tools__VisualProfilerCanvas.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libtool\Tools__NavigatorModel.$(H) $(INCLUDE_TOP)\stx\libview2\ApplicationModel.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(INCLUDE_TOP)\stx\libwidg2\AbstractHierarchicalItem.$(H) $(INCLUDE_TOP)\stx\libwidg2\AbstractHierarchicalItemWithModel.$(H) $(INCLUDE_TOP)\stx\libwidg2\HierarchicalItem.$(H) $(STCHDR)
16272
4d635ef1761d c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 16176
diff changeset
   233
$(OUTDIR)WorkspaceApplication.$(O) WorkspaceApplication.$(C) WorkspaceApplication.$(H): WorkspaceApplication.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libtool\MultiViewToolApplication.$(H) $(INCLUDE_TOP)\stx\libview2\ApplicationModel.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(INCLUDE_TOP)\stx\libview2\ToolApplicationModel.$(H) $(STCHDR)
4d635ef1761d c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 16176
diff changeset
   234
$(OUTDIR)BookmarkAddMenuBuilder.$(O) BookmarkAddMenuBuilder.$(C) BookmarkAddMenuBuilder.$(H): BookmarkAddMenuBuilder.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libtool\BookmarkMenuBuilder.$(H) $(INCLUDE_TOP)\stx\libtool\BookmarkVisitor.$(H) $(STCHDR)
4d635ef1761d c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 16176
diff changeset
   235
$(OUTDIR)BookmarkToolbarMenuBuilder.$(O) BookmarkToolbarMenuBuilder.$(C) BookmarkToolbarMenuBuilder.$(H): BookmarkToolbarMenuBuilder.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libtool\BookmarkMenuBuilder.$(H) $(INCLUDE_TOP)\stx\libtool\BookmarkVisitor.$(H) $(STCHDR)
4d635ef1761d c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 16176
diff changeset
   236
$(OUTDIR)CVSSourceCodeManagementSettingsAppl.$(O) CVSSourceCodeManagementSettingsAppl.$(C) CVSSourceCodeManagementSettingsAppl.$(H): CVSSourceCodeManagementSettingsAppl.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libtool\AbstractSettingsApplication.$(H) $(INCLUDE_TOP)\stx\libtool\AbstractSourceCodeManagementSettingsAppl.$(H) $(INCLUDE_TOP)\stx\libview2\ApplicationModel.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(STCHDR)
4d635ef1761d c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 16176
diff changeset
   237
$(OUTDIR)DataBaseSourceCodeManagementSettingsAppl.$(O) DataBaseSourceCodeManagementSettingsAppl.$(C) DataBaseSourceCodeManagementSettingsAppl.$(H): DataBaseSourceCodeManagementSettingsAppl.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libtool\AbstractSettingsApplication.$(H) $(INCLUDE_TOP)\stx\libtool\AbstractSourceCodeManagementSettingsAppl.$(H) $(INCLUDE_TOP)\stx\libview2\ApplicationModel.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(STCHDR)
4d635ef1761d c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 16176
diff changeset
   238
$(OUTDIR)DirectoryContentsBrowser.$(O) DirectoryContentsBrowser.$(C) DirectoryContentsBrowser.$(H): DirectoryContentsBrowser.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libtool\AbstractDirectoryBrowser.$(H) $(INCLUDE_TOP)\stx\libtool\AbstractFileBrowser.$(H) $(INCLUDE_TOP)\stx\libview2\ApplicationModel.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(STCHDR)
4d635ef1761d c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 16176
diff changeset
   239
$(OUTDIR)DirectoryDifferenceViewApplication.$(O) DirectoryDifferenceViewApplication.$(C) DirectoryDifferenceViewApplication.$(H): DirectoryDifferenceViewApplication.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libtool\AbstractFileApplicationNoteBookComponent.$(H) $(INCLUDE_TOP)\stx\libtool\AbstractFileFinderApplicationComponent.$(H) $(INCLUDE_TOP)\stx\libview2\ApplicationModel.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(STCHDR)
4d635ef1761d c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 16176
diff changeset
   240
$(OUTDIR)DirectoryTreeBrowser.$(O) DirectoryTreeBrowser.$(C) DirectoryTreeBrowser.$(H): DirectoryTreeBrowser.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\libtool\AbstractDirectoryBrowser.$(H) $(INCLUDE_TOP)\stx\libtool\AbstractFileBrowser.$(H) $(INCLUDE_TOP)\stx\libview2\ApplicationModel.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(INCLUDE_TOP)\stx\libwidg2\HierarchicalFileList.$(H) $(INCLUDE_TOP)\stx\libwidg2\HierarchicalList.$(H) $(STCHDR)
4d635ef1761d c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 16176
diff changeset
   241
$(OUTDIR)FileBasedSourceCodeManagementSettingsAppl.$(O) FileBasedSourceCodeManagementSettingsAppl.$(C) FileBasedSourceCodeManagementSettingsAppl.$(H): FileBasedSourceCodeManagementSettingsAppl.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libtool\AbstractSettingsApplication.$(H) $(INCLUDE_TOP)\stx\libtool\AbstractSourceCodeManagementSettingsAppl.$(H) $(INCLUDE_TOP)\stx\libview2\ApplicationModel.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(STCHDR)
4d635ef1761d c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 16176
diff changeset
   242
$(OUTDIR)FindFileApplication.$(O) FindFileApplication.$(C) FindFileApplication.$(H): FindFileApplication.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libtool\AbstractFileApplicationNoteBookComponent.$(H) $(INCLUDE_TOP)\stx\libtool\AbstractFileFinderApplicationComponent.$(H) $(INCLUDE_TOP)\stx\libview2\ApplicationModel.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(STCHDR)
4d635ef1761d c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 16176
diff changeset
   243
$(OUTDIR)GitSourceCodeManagementSettingsAppl.$(O) GitSourceCodeManagementSettingsAppl.$(C) GitSourceCodeManagementSettingsAppl.$(H): GitSourceCodeManagementSettingsAppl.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libtool\AbstractSettingsApplication.$(H) $(INCLUDE_TOP)\stx\libtool\AbstractSourceCodeManagementSettingsAppl.$(H) $(INCLUDE_TOP)\stx\libview2\ApplicationModel.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(STCHDR)
4d635ef1761d c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 16176
diff changeset
   244
$(OUTDIR)MercurialSourceCodeManagementSettingsAppl.$(O) MercurialSourceCodeManagementSettingsAppl.$(C) MercurialSourceCodeManagementSettingsAppl.$(H): MercurialSourceCodeManagementSettingsAppl.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libtool\AbstractSettingsApplication.$(H) $(INCLUDE_TOP)\stx\libtool\AbstractSourceCodeManagementSettingsAppl.$(H) $(INCLUDE_TOP)\stx\libview2\ApplicationModel.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(STCHDR)
4d635ef1761d c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 16176
diff changeset
   245
$(OUTDIR)PerforceSourceCodeManagementSettingsAppl.$(O) PerforceSourceCodeManagementSettingsAppl.$(C) PerforceSourceCodeManagementSettingsAppl.$(H): PerforceSourceCodeManagementSettingsAppl.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libtool\AbstractSettingsApplication.$(H) $(INCLUDE_TOP)\stx\libtool\AbstractSourceCodeManagementSettingsAppl.$(H) $(INCLUDE_TOP)\stx\libview2\ApplicationModel.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(STCHDR)
4d635ef1761d c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 16176
diff changeset
   246
$(OUTDIR)StoreSourceCodeManagementSettingsAppl.$(O) StoreSourceCodeManagementSettingsAppl.$(C) StoreSourceCodeManagementSettingsAppl.$(H): StoreSourceCodeManagementSettingsAppl.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libtool\AbstractSettingsApplication.$(H) $(INCLUDE_TOP)\stx\libtool\AbstractSourceCodeManagementSettingsAppl.$(H) $(INCLUDE_TOP)\stx\libview2\ApplicationModel.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(STCHDR)
4d635ef1761d c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 16176
diff changeset
   247
$(OUTDIR)Tools__BrowserListWithFilter.$(O) Tools__BrowserListWithFilter.$(C) Tools__BrowserListWithFilter.$(H): Tools__BrowserListWithFilter.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libtool\Tools__BrowserList.$(H) $(INCLUDE_TOP)\stx\libtool\Tools__NavigatorModel.$(H) $(INCLUDE_TOP)\stx\libview2\ApplicationModel.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(STCHDR)
4d635ef1761d c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 16176
diff changeset
   248
$(OUTDIR)Tools__ClassCategoryList.$(O) Tools__ClassCategoryList.$(C) Tools__ClassCategoryList.$(H): Tools__ClassCategoryList.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libtool\Tools__BrowserList.$(H) $(INCLUDE_TOP)\stx\libtool\Tools__NavigatorModel.$(H) $(INCLUDE_TOP)\stx\libview2\ApplicationModel.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(STCHDR)
4d635ef1761d c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 16176
diff changeset
   249
$(OUTDIR)Tools__ClassGeneratorList.$(O) Tools__ClassGeneratorList.$(C) Tools__ClassGeneratorList.$(H): Tools__ClassGeneratorList.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libtool\Tools__BrowserList.$(H) $(INCLUDE_TOP)\stx\libtool\Tools__NavigatorModel.$(H) $(INCLUDE_TOP)\stx\libview2\ApplicationModel.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(STCHDR)
4d635ef1761d c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 16176
diff changeset
   250
$(OUTDIR)Tools__ClassList.$(O) Tools__ClassList.$(C) Tools__ClassList.$(H): Tools__ClassList.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libtool\Tools__BrowserList.$(H) $(INCLUDE_TOP)\stx\libtool\Tools__NavigatorModel.$(H) $(INCLUDE_TOP)\stx\libview2\ApplicationModel.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(STCHDR)
4d635ef1761d c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 16176
diff changeset
   251
$(OUTDIR)Tools__CodeHighlightingService.$(O) Tools__CodeHighlightingService.$(C) Tools__CodeHighlightingService.$(H): Tools__CodeHighlightingService.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libtool\Tools__BackgroundSourceProcessingService.$(H) $(INCLUDE_TOP)\stx\libtool\Tools__CodeViewService.$(H) $(STCHDR)
18543
ca48635d1773 InspectorView icons
Claus Gittinger <cg@exept.de>
parents: 18198
diff changeset
   252
$(OUTDIR)Tools__LintRuleList.$(O) Tools__LintRuleList.$(C) Tools__LintRuleList.$(H): Tools__LintRuleList.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libtool\Tools__BrowserList.$(H) $(INCLUDE_TOP)\stx\libtool\Tools__NavigatorModel.$(H) $(INCLUDE_TOP)\stx\libview2\ApplicationModel.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(INCLUDE_TOP)\stx\libwidg2\AbstractHierarchicalItem.$(H) $(INCLUDE_TOP)\stx\libwidg2\AbstractHierarchicalItemWithModel.$(H) $(INCLUDE_TOP)\stx\libwidg2\HierarchicalItem.$(H) $(STCHDR)
16272
4d635ef1761d c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 16176
diff changeset
   253
$(OUTDIR)Tools__MethodCategoryList.$(O) Tools__MethodCategoryList.$(C) Tools__MethodCategoryList.$(H): Tools__MethodCategoryList.st $(INCLUDE_TOP)\stx\libbasic\CompiledCode.$(H) $(INCLUDE_TOP)\stx\libbasic\ExecutableFunction.$(H) $(INCLUDE_TOP)\stx\libbasic\Method.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libtool\Tools__BrowserList.$(H) $(INCLUDE_TOP)\stx\libtool\Tools__NavigatorModel.$(H) $(INCLUDE_TOP)\stx\libview2\ApplicationModel.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(STCHDR)
4d635ef1761d c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 16176
diff changeset
   254
$(OUTDIR)Tools__MethodList.$(O) Tools__MethodList.$(C) Tools__MethodList.$(H): Tools__MethodList.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libtool\Tools__BrowserList.$(H) $(INCLUDE_TOP)\stx\libtool\Tools__NavigatorModel.$(H) $(INCLUDE_TOP)\stx\libview2\ApplicationModel.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(STCHDR)
4d635ef1761d c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 16176
diff changeset
   255
$(OUTDIR)Tools__NamespaceList.$(O) Tools__NamespaceList.$(C) Tools__NamespaceList.$(H): Tools__NamespaceList.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libtool\Tools__BrowserList.$(H) $(INCLUDE_TOP)\stx\libtool\Tools__NavigatorModel.$(H) $(INCLUDE_TOP)\stx\libview2\ApplicationModel.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(STCHDR)
4d635ef1761d c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 16176
diff changeset
   256
$(OUTDIR)Tools__ProjectList.$(O) Tools__ProjectList.$(C) Tools__ProjectList.$(H): Tools__ProjectList.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libtool\Tools__BrowserList.$(H) $(INCLUDE_TOP)\stx\libtool\Tools__NavigatorModel.$(H) $(INCLUDE_TOP)\stx\libview2\ApplicationModel.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(STCHDR)
4d635ef1761d c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 16176
diff changeset
   257
$(OUTDIR)Tools__SmalltalkToolbox.$(O) Tools__SmalltalkToolbox.$(C) Tools__SmalltalkToolbox.$(H): Tools__SmalltalkToolbox.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libtool\Tools__GenericToolbox.$(H) $(INCLUDE_TOP)\stx\libtool\Tools__Toolbox.$(H) $(STCHDR)
4d635ef1761d c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 16176
diff changeset
   258
$(OUTDIR)Tools__TestRunnerEmbedded.$(O) Tools__TestRunnerEmbedded.$(C) Tools__TestRunnerEmbedded.$(H): Tools__TestRunnerEmbedded.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libtool\Tools__AbstractTestRunner.$(H) $(INCLUDE_TOP)\stx\libtool\Tools__TestRunnerMini.$(H) $(INCLUDE_TOP)\stx\libview2\ApplicationModel.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(STCHDR)
4d635ef1761d c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 16176
diff changeset
   259
$(OUTDIR)Tools__VariableList.$(O) Tools__VariableList.$(C) Tools__VariableList.$(H): Tools__VariableList.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libtool\Tools__BrowserList.$(H) $(INCLUDE_TOP)\stx\libtool\Tools__NavigatorModel.$(H) $(INCLUDE_TOP)\stx\libview2\ApplicationModel.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(STCHDR)
18543
ca48635d1773 InspectorView icons
Claus Gittinger <cg@exept.de>
parents: 18198
diff changeset
   260
$(OUTDIR)Tools__ChangeList.$(O) Tools__ChangeList.$(C) Tools__ChangeList.$(H): Tools__ChangeList.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libtool\Tools__BrowserList.$(H) $(INCLUDE_TOP)\stx\libtool\Tools__BrowserListWithFilter.$(H) $(INCLUDE_TOP)\stx\libtool\Tools__NavigatorModel.$(H) $(INCLUDE_TOP)\stx\libview2\ApplicationModel.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(INCLUDE_TOP)\stx\libwidg2\AbstractHierarchicalItem.$(H) $(INCLUDE_TOP)\stx\libwidg2\AbstractHierarchicalItemWithModel.$(H) $(INCLUDE_TOP)\stx\libwidg2\HierarchicalItem.$(H) $(STCHDR)
16272
4d635ef1761d c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 16176
diff changeset
   261
$(OUTDIR)Tools__ChangeSetDiffList.$(O) Tools__ChangeSetDiffList.$(C) Tools__ChangeSetDiffList.$(H): Tools__ChangeSetDiffList.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libtool\Tools__BrowserList.$(H) $(INCLUDE_TOP)\stx\libtool\Tools__BrowserListWithFilter.$(H) $(INCLUDE_TOP)\stx\libtool\Tools__NavigatorModel.$(H) $(INCLUDE_TOP)\stx\libview2\ApplicationModel.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(STCHDR)
4d635ef1761d c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 16176
diff changeset
   262
$(OUTDIR)Tools__FullMethodCategoryList.$(O) Tools__FullMethodCategoryList.$(C) Tools__FullMethodCategoryList.$(H): Tools__FullMethodCategoryList.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libtool\Tools__BrowserList.$(H) $(INCLUDE_TOP)\stx\libtool\Tools__MethodCategoryList.$(H) $(INCLUDE_TOP)\stx\libtool\Tools__NavigatorModel.$(H) $(INCLUDE_TOP)\stx\libview2\ApplicationModel.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(STCHDR)
18543
ca48635d1773 InspectorView icons
Claus Gittinger <cg@exept.de>
parents: 18198
diff changeset
   263
$(OUTDIR)Tools__HierarchicalClassCategoryList.$(O) Tools__HierarchicalClassCategoryList.$(C) Tools__HierarchicalClassCategoryList.$(H): Tools__HierarchicalClassCategoryList.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libtool\Tools__BrowserList.$(H) $(INCLUDE_TOP)\stx\libtool\Tools__ClassCategoryList.$(H) $(INCLUDE_TOP)\stx\libtool\Tools__NavigatorModel.$(H) $(INCLUDE_TOP)\stx\libview2\ApplicationModel.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(INCLUDE_TOP)\stx\libwidg2\AbstractHierarchicalItem.$(H) $(INCLUDE_TOP)\stx\libwidg2\AbstractHierarchicalItemWithModel.$(H) $(INCLUDE_TOP)\stx\libwidg2\HierarchicalItem.$(H) $(INCLUDE_TOP)\stx\libwidg2\HierarchicalItemWithLabel.$(H) $(STCHDR)
16272
4d635ef1761d c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 16176
diff changeset
   264
$(OUTDIR)Tools__HierarchicalClassList.$(O) Tools__HierarchicalClassList.$(C) Tools__HierarchicalClassList.$(H): Tools__HierarchicalClassList.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libtool\Tools__BrowserList.$(H) $(INCLUDE_TOP)\stx\libtool\Tools__ClassList.$(H) $(INCLUDE_TOP)\stx\libtool\Tools__NavigatorModel.$(H) $(INCLUDE_TOP)\stx\libview2\ApplicationModel.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(STCHDR)
4d635ef1761d c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 16176
diff changeset
   265
$(OUTDIR)Tools__HierarchicalLintRuleList.$(O) Tools__HierarchicalLintRuleList.$(C) Tools__HierarchicalLintRuleList.$(H): Tools__HierarchicalLintRuleList.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libtool\Tools__BrowserList.$(H) $(INCLUDE_TOP)\stx\libtool\Tools__LintRuleList.$(H) $(INCLUDE_TOP)\stx\libtool\Tools__NavigatorModel.$(H) $(INCLUDE_TOP)\stx\libview2\ApplicationModel.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(STCHDR)
18543
ca48635d1773 InspectorView icons
Claus Gittinger <cg@exept.de>
parents: 18198
diff changeset
   266
$(OUTDIR)Tools__HierarchicalProjectList.$(O) Tools__HierarchicalProjectList.$(C) Tools__HierarchicalProjectList.$(H): Tools__HierarchicalProjectList.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libtool\Tools__BrowserList.$(H) $(INCLUDE_TOP)\stx\libtool\Tools__NavigatorModel.$(H) $(INCLUDE_TOP)\stx\libtool\Tools__ProjectList.$(H) $(INCLUDE_TOP)\stx\libview2\ApplicationModel.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(INCLUDE_TOP)\stx\libwidg2\AbstractHierarchicalItem.$(H) $(INCLUDE_TOP)\stx\libwidg2\AbstractHierarchicalItemWithModel.$(H) $(INCLUDE_TOP)\stx\libwidg2\HierarchicalItem.$(H) $(INCLUDE_TOP)\stx\libwidg2\HierarchicalItemWithLabel.$(H) $(STCHDR)
16272
4d635ef1761d c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 16176
diff changeset
   267
$(OUTDIR)Tools__ImplementingClassList.$(O) Tools__ImplementingClassList.$(C) Tools__ImplementingClassList.$(H): Tools__ImplementingClassList.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libtool\Tools__BrowserList.$(H) $(INCLUDE_TOP)\stx\libtool\Tools__MethodList.$(H) $(INCLUDE_TOP)\stx\libtool\Tools__NavigatorModel.$(H) $(INCLUDE_TOP)\stx\libview2\ApplicationModel.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(STCHDR)
4d635ef1761d c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 16176
diff changeset
   268
$(OUTDIR)Tools__ImplementingMethodList.$(O) Tools__ImplementingMethodList.$(C) Tools__ImplementingMethodList.$(H): Tools__ImplementingMethodList.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libtool\Tools__BrowserList.$(H) $(INCLUDE_TOP)\stx\libtool\Tools__MethodList.$(H) $(INCLUDE_TOP)\stx\libtool\Tools__NavigatorModel.$(H) $(INCLUDE_TOP)\stx\libview2\ApplicationModel.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(STCHDR)
4d635ef1761d c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 16176
diff changeset
   269
$(OUTDIR)Tools__NamespaceFilter.$(O) Tools__NamespaceFilter.$(C) Tools__NamespaceFilter.$(H): Tools__NamespaceFilter.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libtool\Tools__BrowserList.$(H) $(INCLUDE_TOP)\stx\libtool\Tools__NamespaceList.$(H) $(INCLUDE_TOP)\stx\libtool\Tools__NavigatorModel.$(H) $(INCLUDE_TOP)\stx\libview2\ApplicationModel.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(STCHDR)
18543
ca48635d1773 InspectorView icons
Claus Gittinger <cg@exept.de>
parents: 18198
diff changeset
   270
$(OUTDIR)Tools__TestRunner2.$(O) Tools__TestRunner2.$(C) Tools__TestRunner2.$(H): Tools__TestRunner2.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libtool\Tools__AbstractTestRunner.$(H) $(INCLUDE_TOP)\stx\libtool\Tools__BrowserList.$(H) $(INCLUDE_TOP)\stx\libtool\Tools__ClassList.$(H) $(INCLUDE_TOP)\stx\libtool\Tools__NavigatorModel.$(H) $(INCLUDE_TOP)\stx\libview2\ApplicationModel.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(INCLUDE_TOP)\stx\libwidg2\AbstractHierarchicalItem.$(H) $(INCLUDE_TOP)\stx\libwidg2\AbstractHierarchicalItemWithModel.$(H) $(INCLUDE_TOP)\stx\libwidg2\HierarchicalItem.$(H) $(STCHDR)
16272
4d635ef1761d c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 16176
diff changeset
   271
$(OUTDIR)Tools__HierarchicalChangeList.$(O) Tools__HierarchicalChangeList.$(C) Tools__HierarchicalChangeList.$(H): Tools__HierarchicalChangeList.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libtool\Tools__BrowserList.$(H) $(INCLUDE_TOP)\stx\libtool\Tools__BrowserListWithFilter.$(H) $(INCLUDE_TOP)\stx\libtool\Tools__ChangeList.$(H) $(INCLUDE_TOP)\stx\libtool\Tools__NavigatorModel.$(H) $(INCLUDE_TOP)\stx\libview2\ApplicationModel.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(STCHDR)
18543
ca48635d1773 InspectorView icons
Claus Gittinger <cg@exept.de>
parents: 18198
diff changeset
   272
$(OUTDIR)Tools__HierarchicalPackageFilterList.$(O) Tools__HierarchicalPackageFilterList.$(C) Tools__HierarchicalPackageFilterList.$(H): Tools__HierarchicalPackageFilterList.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libtool\Tools__BrowserList.$(H) $(INCLUDE_TOP)\stx\libtool\Tools__HierarchicalProjectList.$(H) $(INCLUDE_TOP)\stx\libtool\Tools__NavigatorModel.$(H) $(INCLUDE_TOP)\stx\libtool\Tools__ProjectList.$(H) $(INCLUDE_TOP)\stx\libview2\ApplicationModel.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(INCLUDE_TOP)\stx\libwidg2\AbstractHierarchicalItem.$(H) $(INCLUDE_TOP)\stx\libwidg2\AbstractHierarchicalItemWithModel.$(H) $(INCLUDE_TOP)\stx\libwidg2\HierarchicalItem.$(H) $(INCLUDE_TOP)\stx\libwidg2\HierarchicalItemWithLabel.$(H) $(STCHDR)
16272
4d635ef1761d c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 16176
diff changeset
   273
$(OUTDIR)Tools__InheritanceClassList.$(O) Tools__InheritanceClassList.$(C) Tools__InheritanceClassList.$(H): Tools__InheritanceClassList.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libtool\Tools__BrowserList.$(H) $(INCLUDE_TOP)\stx\libtool\Tools__ClassList.$(H) $(INCLUDE_TOP)\stx\libtool\Tools__HierarchicalClassList.$(H) $(INCLUDE_TOP)\stx\libtool\Tools__NavigatorModel.$(H) $(INCLUDE_TOP)\stx\libview2\ApplicationModel.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(STCHDR)
18543
ca48635d1773 InspectorView icons
Claus Gittinger <cg@exept.de>
parents: 18198
diff changeset
   274
$(OUTDIR)extensions.$(O): extensions.st $(INCLUDE_TOP)\stx\libbasic\AbstractTime.$(H) $(INCLUDE_TOP)\stx\libbasic\ArithmeticValue.$(H) $(INCLUDE_TOP)\stx\libbasic\Array.$(H) $(INCLUDE_TOP)\stx\libbasic\ArrayedCollection.$(H) $(INCLUDE_TOP)\stx\libbasic\Autoload.$(H) $(INCLUDE_TOP)\stx\libbasic\Bag.$(H) $(INCLUDE_TOP)\stx\libbasic\Behavior.$(H) $(INCLUDE_TOP)\stx\libbasic\Block.$(H) $(INCLUDE_TOP)\stx\libbasic\Boolean.$(H) $(INCLUDE_TOP)\stx\libbasic\ByteArray.$(H) $(INCLUDE_TOP)\stx\libbasic\Character.$(H) $(INCLUDE_TOP)\stx\libbasic\CharacterArray.$(H) $(INCLUDE_TOP)\stx\libbasic\Class.$(H) $(INCLUDE_TOP)\stx\libbasic\ClassDescription.$(H) $(INCLUDE_TOP)\stx\libbasic\Collection.$(H) $(INCLUDE_TOP)\stx\libbasic\CompiledCode.$(H) $(INCLUDE_TOP)\stx\libbasic\Date.$(H) $(INCLUDE_TOP)\stx\libbasic\Dictionary.$(H) $(INCLUDE_TOP)\stx\libbasic\Error.$(H) $(INCLUDE_TOP)\stx\libbasic\Exception.$(H) $(INCLUDE_TOP)\stx\libbasic\ExecutableFunction.$(H) $(INCLUDE_TOP)\stx\libbasic\ExternalFunction.$(H) $(INCLUDE_TOP)\stx\libbasic\ExternalLibraryFunction.$(H) $(INCLUDE_TOP)\stx\libbasic\ExternalStream.$(H) $(INCLUDE_TOP)\stx\libbasic\False.$(H) $(INCLUDE_TOP)\stx\libbasic\FileStream.$(H) $(INCLUDE_TOP)\stx\libbasic\Filename.$(H) $(INCLUDE_TOP)\stx\libbasic\Fraction.$(H) $(INCLUDE_TOP)\stx\libbasic\GenericException.$(H) $(INCLUDE_TOP)\stx\libbasic\Geometric.$(H) $(INCLUDE_TOP)\stx\libbasic\IdentityDictionary.$(H) $(INCLUDE_TOP)\stx\libbasic\ImmutableArray.$(H) $(INCLUDE_TOP)\stx\libbasic\Integer.$(H) $(INCLUDE_TOP)\stx\libbasic\Interval.$(H) $(INCLUDE_TOP)\stx\libbasic\KeyedCollection.$(H) $(INCLUDE_TOP)\stx\libbasic\LibraryDefinition.$(H) $(INCLUDE_TOP)\stx\libbasic\LimitedPrecisionReal.$(H) $(INCLUDE_TOP)\stx\libbasic\Link.$(H) $(INCLUDE_TOP)\stx\libbasic\Magnitude.$(H) $(INCLUDE_TOP)\stx\libbasic\Method.$(H) $(INCLUDE_TOP)\stx\libbasic\NameSpace.$(H) $(INCLUDE_TOP)\stx\libbasic\NonPositionableExternalStream.$(H) $(INCLUDE_TOP)\stx\libbasic\Notification.$(H) $(INCLUDE_TOP)\stx\libbasic\Number.$(H) $(INCLUDE_TOP)\stx\libbasic\OSProcess.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic\OrderedCollection.$(H) $(INCLUDE_TOP)\stx\libbasic\PeekableStream.$(H) $(INCLUDE_TOP)\stx\libbasic\Point.$(H) $(INCLUDE_TOP)\stx\libbasic\PositionableStream.$(H) $(INCLUDE_TOP)\stx\libbasic\Process.$(H) $(INCLUDE_TOP)\stx\libbasic\ProgrammingLanguage.$(H) $(INCLUDE_TOP)\stx\libbasic\ProjectDefinition.$(H) $(INCLUDE_TOP)\stx\libbasic\ProtoObject.$(H) $(INCLUDE_TOP)\stx\libbasic\Query.$(H) $(INCLUDE_TOP)\stx\libbasic\ReadOnlySequenceableCollection.$(H) $(INCLUDE_TOP)\stx\libbasic\ReadWriteStream.$(H) $(INCLUDE_TOP)\stx\libbasic\Rectangle.$(H) $(INCLUDE_TOP)\stx\libbasic\SequenceableCollection.$(H) $(INCLUDE_TOP)\stx\libbasic\Set.$(H) $(INCLUDE_TOP)\stx\libbasic\SharedPool.$(H) $(INCLUDE_TOP)\stx\libbasic\SmallInteger.$(H) $(INCLUDE_TOP)\stx\libbasic\Smalltalk.$(H) $(INCLUDE_TOP)\stx\libbasic\SmalltalkLanguage.$(H) $(INCLUDE_TOP)\stx\libbasic\StandaloneStartup.$(H) $(INCLUDE_TOP)\stx\libbasic\Stream.$(H) $(INCLUDE_TOP)\stx\libbasic\String.$(H) $(INCLUDE_TOP)\stx\libbasic\StringCollection.$(H) $(INCLUDE_TOP)\stx\libbasic\Symbol.$(H) $(INCLUDE_TOP)\stx\libbasic\Time.$(H) $(INCLUDE_TOP)\stx\libbasic\Timestamp.$(H) $(INCLUDE_TOP)\stx\libbasic\True.$(H) $(INCLUDE_TOP)\stx\libbasic\UndefinedObject.$(H) $(INCLUDE_TOP)\stx\libbasic\UninterpretedBytes.$(H) $(INCLUDE_TOP)\stx\libbasic\UserNotification.$(H) $(INCLUDE_TOP)\stx\libbasic\UserPreferences.$(H) $(INCLUDE_TOP)\stx\libbasic\Warning.$(H) $(INCLUDE_TOP)\stx\libbasic\WriteStream.$(H) $(INCLUDE_TOP)\stx\libbasic2\Iterator.$(H) $(INCLUDE_TOP)\stx\libbasic2\RunArray.$(H) $(INCLUDE_TOP)\stx\libbasic2\SocketAddress.$(H) $(INCLUDE_TOP)\stx\libbasic2\Text.$(H) $(INCLUDE_TOP)\stx\libbasic2\UUID.$(H) $(INCLUDE_TOP)\stx\libbasic3\Change.$(H) $(INCLUDE_TOP)\stx\libbasic3\ChangeSet.$(H) $(INCLUDE_TOP)\stx\libbasic3\CompositeChange.$(H) $(INCLUDE_TOP)\stx\libbasic3\ProfileTree.$(H) $(INCLUDE_TOP)\stx\libcomp\AbstractSyntaxHighlighter.$(H) $(INCLUDE_TOP)\stx\libcomp\Breakpoint.$(H) $(INCLUDE_TOP)\stx\libcomp\BreakpointDescription.$(H) $(INCLUDE_TOP)\stx\libcomp\Parser.$(H) $(INCLUDE_TOP)\stx\libcomp\Scanner.$(H) $(INCLUDE_TOP)\stx\libview\Color.$(H) $(INCLUDE_TOP)\stx\libview\DisplaySurface.$(H) $(INCLUDE_TOP)\stx\libview\FontDescription.$(H) $(INCLUDE_TOP)\stx\libview\Form.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsMedium.$(H) $(INCLUDE_TOP)\stx\libview\Image.$(H) $(INCLUDE_TOP)\stx\libview\PopUpView.$(H) $(INCLUDE_TOP)\stx\libview\ResourcePack.$(H) $(INCLUDE_TOP)\stx\libview\SimpleView.$(H) $(INCLUDE_TOP)\stx\libview\TopView.$(H) $(INCLUDE_TOP)\stx\libview\View.$(H) $(INCLUDE_TOP)\stx\libview2\ApplicationModel.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(INCLUDE_TOP)\stx\libview2\MultiImage.$(H) $(INCLUDE_TOP)\stx\libview2\ValueModel.$(H) $(INCLUDE_TOP)\stx\libwidg\EditTextView.$(H) $(INCLUDE_TOP)\stx\libwidg\GenericToolbarIconLibrary.$(H) $(INCLUDE_TOP)\stx\libwidg\ListView.$(H) $(INCLUDE_TOP)\stx\libwidg\MenuView.$(H) $(INCLUDE_TOP)\stx\libwidg\PopUpMenu.$(H) $(INCLUDE_TOP)\stx\libwidg\SelectionInListView.$(H) $(INCLUDE_TOP)\stx\libwidg\TextView.$(H) $(INCLUDE_TOP)\stx\libwidg2\ListModelView.$(H) $(INCLUDE_TOP)\stx\libwidg2\SelectionInListModelView.$(H) $(STCHDR)
7135
ed33cdfc20a2 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 7046
diff changeset
   275
3146
48a9a73adf8b *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2496
diff changeset
   276
# ENDMAKEDEPEND --- do not remove this line