Make.proto
author Claus Gittinger <cg@exept.de>
Mon, 18 Sep 2006 21:53:18 +0200
changeset 7300 760b8b73bc3d
parent 7157 64623196d130
child 7772 388f12109ac2
permissions -rw-r--r--
automatically generated by browser
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
7300
760b8b73bc3d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 7157
diff changeset
     1
# $Header: /cvs/stx/stx/libtool/Make.proto,v 1.111 2006-09-18 19:53:18 cg Exp $
6981
09d2e43a2332 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 6585
diff changeset
     2
#
09d2e43a2332 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 6585
diff changeset
     3
# DO NOT EDIT 
09d2e43a2332 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 6585
diff changeset
     4
# automagically generated from the projectDefinition: stx_libtool.
09d2e43a2332 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 6585
diff changeset
     5
#
09d2e43a2332 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 6585
diff changeset
     6
# Warning: once you modify this file, do not rerun
09d2e43a2332 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 6585
diff changeset
     7
# stmkmp or projectDefinition-build again - otherwise, your changes are lost.
09d2e43a2332 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 6585
diff changeset
     8
#
09d2e43a2332 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 6585
diff changeset
     9
# The Makefile as generated by this Make.proto supports the following targets:
09d2e43a2332 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 6585
diff changeset
    10
#    make         - compile all st-files to a classLib
09d2e43a2332 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 6585
diff changeset
    11
#    make clean   - clean all temp files
09d2e43a2332 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 6585
diff changeset
    12
#    make clobber - clean all
09d2e43a2332 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 6585
diff changeset
    13
#
09d2e43a2332 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 6585
diff changeset
    14
# This file contains definitions for Unix based platforms.
7132
397bad83a842 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 7043
diff changeset
    15
# It shares common definitions with the win32-make in Make.spec.
30
205d53e91c52 Initial revision
claus
parents:
diff changeset
    16
45
950b84ba89e6 *** empty log message ***
claus
parents: 42
diff changeset
    17
#
6981
09d2e43a2332 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 6585
diff changeset
    18
# position (of this package) in directory hierarchy:
09d2e43a2332 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 6585
diff changeset
    19
# (must point to ST/X top directory, for tools and includes)
7132
397bad83a842 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 7043
diff changeset
    20
TOP=..
397bad83a842 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 7043
diff changeset
    21
INCLUDE_TOP=$(TOP)/..
6981
09d2e43a2332 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 6585
diff changeset
    22
09d2e43a2332 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 6585
diff changeset
    23
# subdirectories where targets are to be made:
30
205d53e91c52 Initial revision
claus
parents:
diff changeset
    24
SUBDIRS=
205d53e91c52 Initial revision
claus
parents:
diff changeset
    25
6981
09d2e43a2332 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 6585
diff changeset
    26
09d2e43a2332 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 6585
diff changeset
    27
# subdirectories where Makefiles are to be made:
09d2e43a2332 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 6585
diff changeset
    28
# (only define if different from SUBDIRS)
09d2e43a2332 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 6585
diff changeset
    29
# ALLSUBDIRS=
09d2e43a2332 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 6585
diff changeset
    30
09d2e43a2332 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 6585
diff changeset
    31
09d2e43a2332 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 6585
diff changeset
    32
# if your embedded C code requires any system includes, 
09d2e43a2332 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 6585
diff changeset
    33
# add the path(es) here:, 
09d2e43a2332 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 6585
diff changeset
    34
# ********** OPTIONAL: MODIFY the next lines ***
09d2e43a2332 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 6585
diff changeset
    35
# LOCALINCLUDES=-Ifoo -Ibar
7145
4daa62eb1eb0 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 7139
diff changeset
    36
LOCALINCLUDES= -I$(INCLUDE_TOP)/stx/libview -I$(INCLUDE_TOP)/stx/libwidg -I$(INCLUDE_TOP)/stx/libview2 -I$(INCLUDE_TOP)/stx/libui -I$(INCLUDE_TOP)/stx/libbasic2 -I$(INCLUDE_TOP)/stx/libwidg2 -I$(INCLUDE_TOP)/stx/libbasic
6981
09d2e43a2332 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 6585
diff changeset
    37
09d2e43a2332 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 6585
diff changeset
    38
09d2e43a2332 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 6585
diff changeset
    39
# if you need any additional defines for embedded C code, 
09d2e43a2332 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 6585
diff changeset
    40
# add them here:, 
09d2e43a2332 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 6585
diff changeset
    41
# ********** OPTIONAL: MODIFY the next lines ***
09d2e43a2332 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 6585
diff changeset
    42
# LOCALDEFINES=-Dfoo -Dbar -DDEBUG
09d2e43a2332 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 6585
diff changeset
    43
LOCALDEFINES=
09d2e43a2332 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 6585
diff changeset
    44
7132
397bad83a842 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 7043
diff changeset
    45
LIBNAME=libstx_libtool
397bad83a842 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 7043
diff changeset
    46
STCLOCALOPT='-package=$(PACKAGE)' -I. $(LOCALINCLUDES) $(STCLOCALOPTIMIZATIONS) $(STCWARNINGS) $(LOCALDEFINES) -H. $(COMMONSYMBOLS) -varPrefix=$(LIBNAME)
6981
09d2e43a2332 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 6585
diff changeset
    47
09d2e43a2332 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 6585
diff changeset
    48
09d2e43a2332 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 6585
diff changeset
    49
# ********** OPTIONAL: MODIFY the next line ***
09d2e43a2332 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 6585
diff changeset
    50
# additional C-libraries that should be pre-linked with the class-objects
09d2e43a2332 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 6585
diff changeset
    51
LD_OBJ_LIBS=
30
205d53e91c52 Initial revision
claus
parents:
diff changeset
    52
6981
09d2e43a2332 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 6585
diff changeset
    53
09d2e43a2332 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 6585
diff changeset
    54
# ********** OPTIONAL: MODIFY the next line ***
09d2e43a2332 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 6585
diff changeset
    55
# additional C targets or libraries should be added below
09d2e43a2332 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 6585
diff changeset
    56
LOCAL_EXTRA_TARGETS=
09d2e43a2332 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 6585
diff changeset
    57
09d2e43a2332 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 6585
diff changeset
    58
OBJS= $(COMMON_OBJS) $(UNIX_OBJS)
09d2e43a2332 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 6585
diff changeset
    59
09d2e43a2332 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 6585
diff changeset
    60
09d2e43a2332 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 6585
diff changeset
    61
09d2e43a2332 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 6585
diff changeset
    62
all:: preMake classLibRule postMake
09d2e43a2332 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 6585
diff changeset
    63
09d2e43a2332 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 6585
diff changeset
    64
pre_objs:: 
30
205d53e91c52 Initial revision
claus
parents:
diff changeset
    65
6981
09d2e43a2332 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 6585
diff changeset
    66
09d2e43a2332 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 6585
diff changeset
    67
09d2e43a2332 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 6585
diff changeset
    68
# add more install actions here
09d2e43a2332 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 6585
diff changeset
    69
install::
09d2e43a2332 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 6585
diff changeset
    70
09d2e43a2332 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 6585
diff changeset
    71
# add more install actions for aux-files (resources) here
09d2e43a2332 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 6585
diff changeset
    72
installAux::
09d2e43a2332 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 6585
diff changeset
    73
09d2e43a2332 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 6585
diff changeset
    74
# add more preMake actions here
09d2e43a2332 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 6585
diff changeset
    75
preMake::
09d2e43a2332 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 6585
diff changeset
    76
09d2e43a2332 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 6585
diff changeset
    77
# add more postMake actions here
09d2e43a2332 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 6585
diff changeset
    78
postMake:: cleanjunk
30
205d53e91c52 Initial revision
claus
parents:
diff changeset
    79
205d53e91c52 Initial revision
claus
parents:
diff changeset
    80
cleanjunk::
205d53e91c52 Initial revision
claus
parents:
diff changeset
    81
205d53e91c52 Initial revision
claus
parents:
diff changeset
    82
clean::
6981
09d2e43a2332 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 6585
diff changeset
    83
	-rm -f *.o *.H
30
205d53e91c52 Initial revision
claus
parents:
diff changeset
    84
205d53e91c52 Initial revision
claus
parents:
diff changeset
    85
clobber::
6981
09d2e43a2332 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 6585
diff changeset
    86
	-rm -f *.so *.dll
117
claus
parents: 108
diff changeset
    87
5272
5e836ee58214 dont compile NewSystemBrowser with optimizer (takes too long to compile)
Claus Gittinger <cg@exept.de>
parents: 5248
diff changeset
    88
6981
09d2e43a2332 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 6585
diff changeset
    89
# BEGINMAKEDEPEND --- do not remove this line; make depend needs it
7132
397bad83a842 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 7043
diff changeset
    90
$(OUTDIR)AboutBox.$(O) AboutBox.$(H): AboutBox.st $(INCLUDE_TOP)/stx/libwidg/InfoBox.$(H) $(INCLUDE_TOP)/stx/libwidg/DialogBox.$(H) $(INCLUDE_TOP)/stx/libview/ModalBox.$(H) $(INCLUDE_TOP)/stx/libview/StandardSystemView.$(H) $(INCLUDE_TOP)/stx/libview/TopView.$(H) $(INCLUDE_TOP)/stx/libview/View.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/DeviceGraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsContext.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
397bad83a842 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 7043
diff changeset
    91
$(OUTDIR)AbstractFileApplicationNoteBookComponent.$(O) AbstractFileApplicationNoteBookComponent.$(H): AbstractFileApplicationNoteBookComponent.st $(INCLUDE_TOP)/stx/libview2/ApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
7300
760b8b73bc3d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 7157
diff changeset
    92
$(OUTDIR)AbstractFileBrowser.$(O) AbstractFileBrowser.$(H): AbstractFileBrowser.st $(INCLUDE_TOP)/stx/libview2/ApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic2/List.$(H) $(INCLUDE_TOP)/stx/libbasic/OrderedCollection.$(H) $(INCLUDE_TOP)/stx/libbasic/SequenceableCollection.$(H) $(INCLUDE_TOP)/stx/libbasic/Collection.$(H) $(INCLUDE_TOP)/stx/libbasic2/OrderedSet.$(H) $(INCLUDE_TOP)/stx/libbasic/Set.$(H) $(STCHDR)
7132
397bad83a842 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 7043
diff changeset
    93
$(OUTDIR)AbstractLauncherApplication.$(O) AbstractLauncherApplication.$(H): AbstractLauncherApplication.st $(INCLUDE_TOP)/stx/libview2/ToolApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/ApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
7157
64623196d130 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 7151
diff changeset
    94
$(OUTDIR)AbstractSettingsApplication.$(O) AbstractSettingsApplication.$(H): AbstractSettingsApplication.st $(INCLUDE_TOP)/stx/libview2/ApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
7132
397bad83a842 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 7043
diff changeset
    95
$(OUTDIR)BrowserView.$(O) BrowserView.$(H): BrowserView.st $(INCLUDE_TOP)/stx/libview/StandardSystemView.$(H) $(INCLUDE_TOP)/stx/libview/TopView.$(H) $(INCLUDE_TOP)/stx/libview/View.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/DeviceGraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsContext.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
397bad83a842 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 7043
diff changeset
    96
$(OUTDIR)ChangesBrowser.$(O) ChangesBrowser.$(H): ChangesBrowser.st $(INCLUDE_TOP)/stx/libview/StandardSystemView.$(H) $(INCLUDE_TOP)/stx/libview/TopView.$(H) $(INCLUDE_TOP)/stx/libview/View.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/DeviceGraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsContext.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
397bad83a842 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 7043
diff changeset
    97
$(OUTDIR)CodeGeneratorTool.$(O) CodeGeneratorTool.$(H): CodeGeneratorTool.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
397bad83a842 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 7043
diff changeset
    98
$(OUTDIR)DebugView.$(O) DebugView.$(H): DebugView.st $(INCLUDE_TOP)/stx/libview/StandardSystemView.$(H) $(INCLUDE_TOP)/stx/libview/TopView.$(H) $(INCLUDE_TOP)/stx/libview/View.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/DeviceGraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsContext.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
397bad83a842 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 7043
diff changeset
    99
$(OUTDIR)DiffTextView.$(O) DiffTextView.$(H): DiffTextView.st $(INCLUDE_TOP)/stx/libwidg2/TwoColumnTextView.$(H) $(INCLUDE_TOP)/stx/libwidg2/SyncedMultiColumnTextView.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/DeviceGraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsContext.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
397bad83a842 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 7043
diff changeset
   100
$(OUTDIR)FileBrowser.$(O) FileBrowser.$(H): FileBrowser.st $(INCLUDE_TOP)/stx/libview/StandardSystemView.$(H) $(INCLUDE_TOP)/stx/libview/TopView.$(H) $(INCLUDE_TOP)/stx/libview/View.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/DeviceGraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsContext.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
397bad83a842 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 7043
diff changeset
   101
$(OUTDIR)FileBrowserV2PanelView.$(O) FileBrowserV2PanelView.$(H): FileBrowserV2PanelView.st $(INCLUDE_TOP)/stx/libwidg/VariablePanel.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/DeviceGraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsContext.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
7157
64623196d130 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 7151
diff changeset
   102
$(OUTDIR)FileBrowserV2UISpecifications.$(O) FileBrowserV2UISpecifications.$(H): FileBrowserV2UISpecifications.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libui/VariablePanelSpec.$(H) $(INCLUDE_TOP)/stx/libui/ViewSpec.$(H) $(INCLUDE_TOP)/stx/libui/ViewWithSubcomponentsSpec.$(H) $(INCLUDE_TOP)/stx/libui/ComponentSpec.$(H) $(INCLUDE_TOP)/stx/libui/UISpecification.$(H) $(STCHDR)
7132
397bad83a842 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 7043
diff changeset
   103
$(OUTDIR)FileDialog.$(O) FileDialog.$(H): FileDialog.st $(INCLUDE_TOP)/stx/libview2/SimpleDialog.$(H) $(INCLUDE_TOP)/stx/libview2/ApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
7157
64623196d130 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 7151
diff changeset
   104
$(OUTDIR)FileOperation.$(O) FileOperation.$(H): FileOperation.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
7132
397bad83a842 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 7043
diff changeset
   105
$(OUTDIR)FilenameEditFieldV2.$(O) FilenameEditFieldV2.$(H): FilenameEditFieldV2.st $(INCLUDE_TOP)/stx/libwidg2/ComboBoxView.$(H) $(INCLUDE_TOP)/stx/libwidg2/ComboView.$(H) $(INCLUDE_TOP)/stx/libview/View.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/DeviceGraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsContext.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
397bad83a842 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 7043
diff changeset
   106
$(OUTDIR)GenericToolbarIconLibrary.$(O) GenericToolbarIconLibrary.$(H): GenericToolbarIconLibrary.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
397bad83a842 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 7043
diff changeset
   107
$(OUTDIR)InspectorView.$(O) InspectorView.$(H): InspectorView.st $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/DeviceGraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsContext.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
397bad83a842 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 7043
diff changeset
   108
$(OUTDIR)MultiViewToolApplication.$(O) MultiViewToolApplication.$(H): MultiViewToolApplication.st $(INCLUDE_TOP)/stx/libview2/ToolApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/ApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
397bad83a842 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 7043
diff changeset
   109
$(OUTDIR)ProcessMonitorV2.$(O) ProcessMonitorV2.$(H): ProcessMonitorV2.st $(INCLUDE_TOP)/stx/libview2/ApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
7157
64623196d130 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 7151
diff changeset
   110
$(OUTDIR)SettingsDialog.$(O) SettingsDialog.$(H): SettingsDialog.st $(INCLUDE_TOP)/stx/libview2/ApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libwidg2/HierarchicalList.$(H) $(INCLUDE_TOP)/stx/libbasic2/List.$(H) $(INCLUDE_TOP)/stx/libbasic/OrderedCollection.$(H) $(INCLUDE_TOP)/stx/libbasic/SequenceableCollection.$(H) $(INCLUDE_TOP)/stx/libbasic/Collection.$(H) $(STCHDR)
7132
397bad83a842 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 7043
diff changeset
   111
$(OUTDIR)SystemBrowser.$(O) SystemBrowser.$(H): SystemBrowser.st $(INCLUDE_TOP)/stx/libview2/ApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
397bad83a842 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 7043
diff changeset
   112
$(OUTDIR)Tools__CheckinInfoDialog.$(O) Tools__CheckinInfoDialog.$(H): Tools__CheckinInfoDialog.st $(INCLUDE_TOP)/stx/libview2/SimpleDialog.$(H) $(INCLUDE_TOP)/stx/libview2/ApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
397bad83a842 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 7043
diff changeset
   113
$(OUTDIR)Tools_ClassChecker.$(O) Tools_ClassChecker.$(H): Tools_ClassChecker.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
397bad83a842 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 7043
diff changeset
   114
$(OUTDIR)Tools__MethodCategoryCache.$(O) Tools__MethodCategoryCache.$(H): Tools__MethodCategoryCache.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
397bad83a842 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 7043
diff changeset
   115
$(OUTDIR)Tools_NavigationState.$(O) Tools_NavigationState.$(H): Tools_NavigationState.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
397bad83a842 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 7043
diff changeset
   116
$(OUTDIR)Tools_NavigatorModel.$(O) Tools_NavigatorModel.$(H): Tools_NavigatorModel.st $(INCLUDE_TOP)/stx/libview2/ApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
397bad83a842 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 7043
diff changeset
   117
$(OUTDIR)Tools_SearchDialog.$(O) Tools_SearchDialog.$(H): Tools_SearchDialog.st $(INCLUDE_TOP)/stx/libwidg/DialogBox.$(H) $(INCLUDE_TOP)/stx/libview/ModalBox.$(H) $(INCLUDE_TOP)/stx/libview/StandardSystemView.$(H) $(INCLUDE_TOP)/stx/libview/TopView.$(H) $(INCLUDE_TOP)/stx/libview/View.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/DeviceGraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsContext.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
397bad83a842 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 7043
diff changeset
   118
$(OUTDIR)Tools_SpecialCodeView.$(O) Tools_SpecialCodeView.$(H): Tools_SpecialCodeView.st $(INCLUDE_TOP)/stx/libview2/ApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
7157
64623196d130 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 7151
diff changeset
   119
$(OUTDIR)VersionDiffBrowser.$(O) VersionDiffBrowser.$(H): VersionDiffBrowser.st $(INCLUDE_TOP)/stx/libview2/ApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libwidg2/HierarchicalItem.$(H) $(STCHDR)
7300
760b8b73bc3d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 7157
diff changeset
   120
$(OUTDIR)ViewWithAcceptAndCancelBar.$(O) ViewWithAcceptAndCancelBar.$(H): ViewWithAcceptAndCancelBar.st $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/DeviceGraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsContext.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
7132
397bad83a842 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 7043
diff changeset
   121
$(OUTDIR)stx_libtool.$(O) stx_libtool.$(H): stx_libtool.st $(INCLUDE_TOP)/stx/libbasic/LibraryDefinition.$(H) $(INCLUDE_TOP)/stx/libbasic/ProjectDefinition.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
397bad83a842 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 7043
diff changeset
   122
$(OUTDIR)AbstractDirectoryBrowser.$(O) AbstractDirectoryBrowser.$(H): AbstractDirectoryBrowser.st $(INCLUDE_TOP)/stx/libtool/AbstractFileBrowser.$(H) $(INCLUDE_TOP)/stx/libview2/ApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
397bad83a842 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 7043
diff changeset
   123
$(OUTDIR)ChangeSetBrowser.$(O) ChangeSetBrowser.$(H): ChangeSetBrowser.st $(INCLUDE_TOP)/stx/libtool/ChangesBrowser.$(H) $(INCLUDE_TOP)/stx/libview/StandardSystemView.$(H) $(INCLUDE_TOP)/stx/libview/TopView.$(H) $(INCLUDE_TOP)/stx/libview/View.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/DeviceGraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsContext.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
397bad83a842 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 7043
diff changeset
   124
$(OUTDIR)ContextInspectorView.$(O) ContextInspectorView.$(H): ContextInspectorView.st $(INCLUDE_TOP)/stx/libtool/InspectorView.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/DeviceGraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsContext.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
397bad83a842 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 7043
diff changeset
   125
$(OUTDIR)DictionaryInspectorView.$(O) DictionaryInspectorView.$(H): DictionaryInspectorView.st $(INCLUDE_TOP)/stx/libtool/InspectorView.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/DeviceGraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsContext.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
7157
64623196d130 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 7151
diff changeset
   126
$(OUTDIR)FileApplicationNoteBook.$(O) FileApplicationNoteBook.$(H): FileApplicationNoteBook.st $(INCLUDE_TOP)/stx/libtool/AbstractFileBrowser.$(H) $(INCLUDE_TOP)/stx/libview2/ApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libtool/AbstractFileApplicationNoteBookComponent.$(H) $(STCHDR)
7132
397bad83a842 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 7043
diff changeset
   127
$(OUTDIR)FileBrowserV2.$(O) FileBrowserV2.$(H): FileBrowserV2.st $(INCLUDE_TOP)/stx/libtool/AbstractFileBrowser.$(H) $(INCLUDE_TOP)/stx/libview2/ApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
397bad83a842 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 7043
diff changeset
   128
$(OUTDIR)FindFileApplication.$(O) FindFileApplication.$(H): FindFileApplication.st $(INCLUDE_TOP)/stx/libtool/AbstractFileApplicationNoteBookComponent.$(H) $(INCLUDE_TOP)/stx/libview2/ApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
397bad83a842 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 7043
diff changeset
   129
$(OUTDIR)NewLauncher.$(O) NewLauncher.$(H): NewLauncher.st $(INCLUDE_TOP)/stx/libtool/AbstractLauncherApplication.$(H) $(INCLUDE_TOP)/stx/libview2/ToolApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/ApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
397bad83a842 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 7043
diff changeset
   130
$(OUTDIR)OrderedCollectionInspectorView.$(O) OrderedCollectionInspectorView.$(H): OrderedCollectionInspectorView.st $(INCLUDE_TOP)/stx/libtool/InspectorView.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/DeviceGraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsContext.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
397bad83a842 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 7043
diff changeset
   131
$(OUTDIR)SetInspectorView.$(O) SetInspectorView.$(H): SetInspectorView.st $(INCLUDE_TOP)/stx/libtool/InspectorView.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/DeviceGraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsContext.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
397bad83a842 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 7043
diff changeset
   132
$(OUTDIR)Tools_BrowserList.$(O) Tools_BrowserList.$(H): Tools_BrowserList.st $(INCLUDE_TOP)/stx/libtool/Tools_NavigatorModel.$(H) $(INCLUDE_TOP)/stx/libview2/ApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
397bad83a842 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 7043
diff changeset
   133
$(OUTDIR)Tools_NavigatorCanvas.$(O) Tools_NavigatorCanvas.$(H): Tools_NavigatorCanvas.st $(INCLUDE_TOP)/stx/libtool/Tools_NavigatorModel.$(H) $(INCLUDE_TOP)/stx/libview2/ApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
397bad83a842 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 7043
diff changeset
   134
$(OUTDIR)NewSystemBrowser.$(O) NewSystemBrowser.$(H): NewSystemBrowser.st $(INCLUDE_TOP)/stx/libtool/SystemBrowser.$(H) $(INCLUDE_TOP)/stx/libview2/ApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
397bad83a842 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 7043
diff changeset
   135
$(OUTDIR)Tools_OrganizerCanvas.$(O) Tools_OrganizerCanvas.$(H): Tools_OrganizerCanvas.st $(INCLUDE_TOP)/stx/libtool/Tools_NavigatorModel.$(H) $(INCLUDE_TOP)/stx/libview2/ApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
397bad83a842 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 7043
diff changeset
   136
$(OUTDIR)WorkspaceApplication.$(O) WorkspaceApplication.$(H): WorkspaceApplication.st $(INCLUDE_TOP)/stx/libtool/MultiViewToolApplication.$(H) $(INCLUDE_TOP)/stx/libview2/ToolApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/ApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
397bad83a842 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 7043
diff changeset
   137
$(OUTDIR)XPToolbarIconLibrary.$(O) XPToolbarIconLibrary.$(H): XPToolbarIconLibrary.st $(INCLUDE_TOP)/stx/libtool/GenericToolbarIconLibrary.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
397bad83a842 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 7043
diff changeset
   138
$(OUTDIR)DirectoryContentsBrowser.$(O) DirectoryContentsBrowser.$(H): DirectoryContentsBrowser.st $(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/libbasic/Object.$(H) $(STCHDR)
7157
64623196d130 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 7151
diff changeset
   139
$(OUTDIR)DirectoryTreeBrowser.$(O) DirectoryTreeBrowser.$(H): DirectoryTreeBrowser.st $(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/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libwidg2/HierarchicalFileList.$(H) $(INCLUDE_TOP)/stx/libwidg2/HierarchicalList.$(H) $(INCLUDE_TOP)/stx/libbasic2/List.$(H) $(INCLUDE_TOP)/stx/libbasic/OrderedCollection.$(H) $(INCLUDE_TOP)/stx/libbasic/SequenceableCollection.$(H) $(INCLUDE_TOP)/stx/libbasic/Collection.$(H) $(STCHDR)
7132
397bad83a842 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 7043
diff changeset
   140
$(OUTDIR)Tools_ClassCategoryList.$(O) Tools_ClassCategoryList.$(H): Tools_ClassCategoryList.st $(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/libbasic/Object.$(H) $(STCHDR)
397bad83a842 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 7043
diff changeset
   141
$(OUTDIR)Tools_ClassGeneratorList.$(O) Tools_ClassGeneratorList.$(H): Tools_ClassGeneratorList.st $(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/libbasic/Object.$(H) $(STCHDR)
397bad83a842 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 7043
diff changeset
   142
$(OUTDIR)Tools_ClassList.$(O) Tools_ClassList.$(H): Tools_ClassList.st $(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/libbasic/Object.$(H) $(STCHDR)
397bad83a842 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 7043
diff changeset
   143
$(OUTDIR)Tools_MethodCategoryList.$(O) Tools_MethodCategoryList.$(H): Tools_MethodCategoryList.st $(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/libbasic/Object.$(H) $(STCHDR)
397bad83a842 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 7043
diff changeset
   144
$(OUTDIR)Tools_MethodList.$(O) Tools_MethodList.$(H): Tools_MethodList.st $(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/libbasic/Object.$(H) $(STCHDR)
397bad83a842 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 7043
diff changeset
   145
$(OUTDIR)Tools_NamespaceList.$(O) Tools_NamespaceList.$(H): Tools_NamespaceList.st $(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/libbasic/Object.$(H) $(STCHDR)
397bad83a842 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 7043
diff changeset
   146
$(OUTDIR)Tools_ProjectList.$(O) Tools_ProjectList.$(H): Tools_ProjectList.st $(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/libbasic/Object.$(H) $(STCHDR)
397bad83a842 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 7043
diff changeset
   147
$(OUTDIR)Tools_VariableList.$(O) Tools_VariableList.$(H): Tools_VariableList.st $(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/libbasic/Object.$(H) $(STCHDR)
397bad83a842 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 7043
diff changeset
   148
$(OUTDIR)Tools_FullMethodCategoryList.$(O) Tools_FullMethodCategoryList.$(H): Tools_FullMethodCategoryList.st $(INCLUDE_TOP)/stx/libtool/Tools_MethodCategoryList.$(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/libbasic/Object.$(H) $(STCHDR)
7157
64623196d130 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 7151
diff changeset
   149
$(OUTDIR)Tools_HierarchicalClassCategoryList.$(O) Tools_HierarchicalClassCategoryList.$(H): Tools_HierarchicalClassCategoryList.st $(INCLUDE_TOP)/stx/libtool/Tools_ClassCategoryList.$(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/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libwidg2/HierarchicalItemWithLabel.$(H) $(INCLUDE_TOP)/stx/libwidg2/HierarchicalItem.$(H) $(STCHDR)
7132
397bad83a842 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 7043
diff changeset
   150
$(OUTDIR)Tools_HierarchicalClassList.$(O) Tools_HierarchicalClassList.$(H): Tools_HierarchicalClassList.st $(INCLUDE_TOP)/stx/libtool/Tools_ClassList.$(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/libbasic/Object.$(H) $(STCHDR)
7157
64623196d130 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 7151
diff changeset
   151
$(OUTDIR)Tools_HierarchicalProjectList.$(O) Tools_HierarchicalProjectList.$(H): Tools_HierarchicalProjectList.st $(INCLUDE_TOP)/stx/libtool/Tools_ProjectList.$(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/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libwidg2/HierarchicalItemWithLabel.$(H) $(INCLUDE_TOP)/stx/libwidg2/HierarchicalItem.$(H) $(STCHDR)
7132
397bad83a842 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 7043
diff changeset
   152
$(OUTDIR)Tools_ImplementingClassList.$(O) Tools_ImplementingClassList.$(H): Tools_ImplementingClassList.st $(INCLUDE_TOP)/stx/libtool/Tools_MethodList.$(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/libbasic/Object.$(H) $(STCHDR)
397bad83a842 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 7043
diff changeset
   153
$(OUTDIR)Tools_ImplementingMethodList.$(O) Tools_ImplementingMethodList.$(H): Tools_ImplementingMethodList.st $(INCLUDE_TOP)/stx/libtool/Tools_MethodList.$(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/libbasic/Object.$(H) $(STCHDR)
397bad83a842 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 7043
diff changeset
   154
$(OUTDIR)Tools_InheritanceClassList.$(O) Tools_InheritanceClassList.$(H): Tools_InheritanceClassList.st $(INCLUDE_TOP)/stx/libtool/Tools_HierarchicalClassList.$(H) $(INCLUDE_TOP)/stx/libtool/Tools_ClassList.$(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/libbasic/Object.$(H) $(STCHDR)
7300
760b8b73bc3d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 7157
diff changeset
   155
$(OUTDIR)extensions.$(O): extensions.st $(INCLUDE_TOP)/stx/libbasic/UninterpretedBytes.$(H) $(INCLUDE_TOP)/stx/libbasic/ArrayedCollection.$(H) $(INCLUDE_TOP)/stx/libbasic/SequenceableCollection.$(H) $(INCLUDE_TOP)/stx/libbasic/Collection.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic/Set.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/DeviceGraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsContext.$(H) $(INCLUDE_TOP)/stx/libbasic/Number.$(H) $(INCLUDE_TOP)/stx/libbasic/ArithmeticValue.$(H) $(INCLUDE_TOP)/stx/libbasic/Magnitude.$(H) $(INCLUDE_TOP)/stx/libbasic/CompiledCode.$(H) $(INCLUDE_TOP)/stx/libbasic/ExecutableFunction.$(H) $(INCLUDE_TOP)/stx/libbasic/KeyedCollection.$(H) $(INCLUDE_TOP)/stx/libbasic/CharacterArray.$(H) $(INCLUDE_TOP)/stx/libbasic/ByteArray.$(H) $(STCHDR)
7132
397bad83a842 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 7043
diff changeset
   156
6981
09d2e43a2332 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 6585
diff changeset
   157
# ENDMAKEDEPEND --- do not remove this line
3011
232570d6ae88 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2448
diff changeset
   158