Make.proto
author Claus Gittinger <cg@exept.de>
Thu, 10 Feb 2011 16:58:13 +0100
changeset 9756 5a1787bbf85e
parent 9707 59fb93935fd7
child 9771 6f9dd4cb3f2c
permissions -rw-r--r--
added: #classMenuGenerateSingletonPatternInstanceCreationMethods
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
9707
59fb93935fd7 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9413
diff changeset
     1
# $Header: /cvs/stx/stx/libtool/Make.proto,v 1.126 2011-01-28 09:24:43 cg Exp $
6981
09d2e43a2332 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 6585
diff changeset
     2
#
8822
455bf9429e3d automatically generated by browser
Michael Beyl <mb@exept.de>
parents: 8667
diff changeset
     3
# DO NOT EDIT
6981
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
8464
24ee6ad514ed automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 8243
diff changeset
    31
REQUIRED_SUPPORT_DIRS=
6981
09d2e43a2332 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 6585
diff changeset
    32
8822
455bf9429e3d automatically generated by browser
Michael Beyl <mb@exept.de>
parents: 8667
diff changeset
    33
# if your embedded C code requires any system includes,
455bf9429e3d automatically generated by browser
Michael Beyl <mb@exept.de>
parents: 8667
diff changeset
    34
# add the path(es) here:,
6981
09d2e43a2332 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 6585
diff changeset
    35
# ********** OPTIONAL: MODIFY the next lines ***
09d2e43a2332 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 6585
diff changeset
    36
# LOCALINCLUDES=-Ifoo -Ibar
9413
cf154206f547 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
    37
LOCALINCLUDES= -I$(INCLUDE_TOP)/stx/goodies/refactoryBrowser/parser -I$(INCLUDE_TOP)/stx/libui -I$(INCLUDE_TOP)/stx/libview -I$(INCLUDE_TOP)/stx/libview2 -I$(INCLUDE_TOP)/stx/libwidg -I$(INCLUDE_TOP)/stx/libbasic2 -I$(INCLUDE_TOP)/stx/libwidg2 -I$(INCLUDE_TOP)/stx/libwidg3 -I$(INCLUDE_TOP)/stx/libbasic -I$(INCLUDE_TOP)/stx/libbasic3 -I$(INCLUDE_TOP)/stx/libcomp
6981
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
8822
455bf9429e3d automatically generated by browser
Michael Beyl <mb@exept.de>
parents: 8667
diff changeset
    40
# if you need any additional defines for embedded C code,
455bf9429e3d automatically generated by browser
Michael Beyl <mb@exept.de>
parents: 8667
diff changeset
    41
# add them here:,
6981
09d2e43a2332 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 6585
diff changeset
    42
# ********** OPTIONAL: MODIFY the next lines ***
09d2e43a2332 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 6585
diff changeset
    43
# LOCALDEFINES=-Dfoo -Dbar -DDEBUG
09d2e43a2332 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 6585
diff changeset
    44
LOCALDEFINES=
09d2e43a2332 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 6585
diff changeset
    45
7132
397bad83a842 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 7043
diff changeset
    46
LIBNAME=libstx_libtool
397bad83a842 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 7043
diff changeset
    47
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
    48
09d2e43a2332 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 6585
diff changeset
    49
09d2e43a2332 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 6585
diff changeset
    50
# ********** OPTIONAL: MODIFY the next line ***
09d2e43a2332 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 6585
diff changeset
    51
# 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
    52
LD_OBJ_LIBS=
7772
388f12109ac2 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 7300
diff changeset
    53
LOCAL_SHARED_LIBS=
30
205d53e91c52 Initial revision
claus
parents:
diff changeset
    54
6981
09d2e43a2332 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 6585
diff changeset
    55
09d2e43a2332 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 6585
diff changeset
    56
# ********** OPTIONAL: MODIFY the next line ***
09d2e43a2332 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 6585
diff changeset
    57
# additional C targets or libraries should be added below
09d2e43a2332 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 6585
diff changeset
    58
LOCAL_EXTRA_TARGETS=
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
OBJS= $(COMMON_OBJS) $(UNIX_OBJS)
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
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
all:: preMake classLibRule postMake
09d2e43a2332 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 6585
diff changeset
    65
9413
cf154206f547 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
    66
pre_objs::  
8822
455bf9429e3d automatically generated by browser
Michael Beyl <mb@exept.de>
parents: 8667
diff changeset
    67
455bf9429e3d automatically generated by browser
Michael Beyl <mb@exept.de>
parents: 8667
diff changeset
    68
30
205d53e91c52 Initial revision
claus
parents:
diff changeset
    69
6981
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
09d2e43a2332 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 6585
diff changeset
    72
# add more install actions here
09d2e43a2332 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 6585
diff changeset
    73
install::
09d2e43a2332 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 6585
diff changeset
    74
09d2e43a2332 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 6585
diff changeset
    75
# add more install actions for aux-files (resources) here
09d2e43a2332 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 6585
diff changeset
    76
installAux::
09d2e43a2332 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 6585
diff changeset
    77
09d2e43a2332 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 6585
diff changeset
    78
# add more preMake actions here
09d2e43a2332 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 6585
diff changeset
    79
preMake::
09d2e43a2332 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 6585
diff changeset
    80
09d2e43a2332 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 6585
diff changeset
    81
# add more postMake actions here
09d2e43a2332 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 6585
diff changeset
    82
postMake:: cleanjunk
30
205d53e91c52 Initial revision
claus
parents:
diff changeset
    83
8464
24ee6ad514ed automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 8243
diff changeset
    84
prereq: $(REQUIRED_SUPPORT_DIRS)
8667
dadd2d49c146 automatically generated by browser
Michael Beyl <mb@exept.de>
parents: 8604
diff changeset
    85
	cd ../libbasic && $(MAKE) "CFLAGS_LOCAL=$(GLOBALDEFINES)"
dadd2d49c146 automatically generated by browser
Michael Beyl <mb@exept.de>
parents: 8604
diff changeset
    86
	cd ../goodies/refactoryBrowser/parser && $(MAKE) "CFLAGS_LOCAL=$(GLOBALDEFINES)"
dadd2d49c146 automatically generated by browser
Michael Beyl <mb@exept.de>
parents: 8604
diff changeset
    87
	cd ../libbasic2 && $(MAKE) "CFLAGS_LOCAL=$(GLOBALDEFINES)"
dadd2d49c146 automatically generated by browser
Michael Beyl <mb@exept.de>
parents: 8604
diff changeset
    88
	cd ../libcomp && $(MAKE) "CFLAGS_LOCAL=$(GLOBALDEFINES)"
dadd2d49c146 automatically generated by browser
Michael Beyl <mb@exept.de>
parents: 8604
diff changeset
    89
	cd ../libview && $(MAKE) "CFLAGS_LOCAL=$(GLOBALDEFINES)"
dadd2d49c146 automatically generated by browser
Michael Beyl <mb@exept.de>
parents: 8604
diff changeset
    90
	cd ../libbasic3 && $(MAKE) "CFLAGS_LOCAL=$(GLOBALDEFINES)"
dadd2d49c146 automatically generated by browser
Michael Beyl <mb@exept.de>
parents: 8604
diff changeset
    91
	cd ../libview2 && $(MAKE) "CFLAGS_LOCAL=$(GLOBALDEFINES)"
dadd2d49c146 automatically generated by browser
Michael Beyl <mb@exept.de>
parents: 8604
diff changeset
    92
	cd ../libui && $(MAKE) "CFLAGS_LOCAL=$(GLOBALDEFINES)"
dadd2d49c146 automatically generated by browser
Michael Beyl <mb@exept.de>
parents: 8604
diff changeset
    93
	cd ../libwidg && $(MAKE) "CFLAGS_LOCAL=$(GLOBALDEFINES)"
dadd2d49c146 automatically generated by browser
Michael Beyl <mb@exept.de>
parents: 8604
diff changeset
    94
	cd ../libwidg2 && $(MAKE) "CFLAGS_LOCAL=$(GLOBALDEFINES)"
dadd2d49c146 automatically generated by browser
Michael Beyl <mb@exept.de>
parents: 8604
diff changeset
    95
	cd ../libwidg3 && $(MAKE) "CFLAGS_LOCAL=$(GLOBALDEFINES)"
dadd2d49c146 automatically generated by browser
Michael Beyl <mb@exept.de>
parents: 8604
diff changeset
    96
	cd ../librun && $(MAKE) "CFLAGS_LOCAL=$(GLOBALDEFINES)"
8464
24ee6ad514ed automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 8243
diff changeset
    97
24ee6ad514ed automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 8243
diff changeset
    98
24ee6ad514ed automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 8243
diff changeset
    99
30
205d53e91c52 Initial revision
claus
parents:
diff changeset
   100
cleanjunk::
205d53e91c52 Initial revision
claus
parents:
diff changeset
   101
205d53e91c52 Initial revision
claus
parents:
diff changeset
   102
clean::
6981
09d2e43a2332 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 6585
diff changeset
   103
	-rm -f *.o *.H
30
205d53e91c52 Initial revision
claus
parents:
diff changeset
   104
8017
330fae43677f automatically generated by browser
fm
parents: 7772
diff changeset
   105
clobber:: clean
6981
09d2e43a2332 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 6585
diff changeset
   106
	-rm -f *.so *.dll
117
claus
parents: 108
diff changeset
   107
5272
5e836ee58214 dont compile NewSystemBrowser with optimizer (takes too long to compile)
Claus Gittinger <cg@exept.de>
parents: 5248
diff changeset
   108
6981
09d2e43a2332 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 6585
diff changeset
   109
# 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
   110
$(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
   111
$(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)
9707
59fb93935fd7 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9413
diff changeset
   112
$(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
   113
$(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
   114
$(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)
8017
330fae43677f automatically generated by browser
fm
parents: 7772
diff changeset
   115
$(OUTDIR)BookmarksEditDialog.$(O) BookmarksEditDialog.$(H): BookmarksEditDialog.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)
7132
397bad83a842 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 7043
diff changeset
   116
$(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
   117
$(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
   118
$(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
   119
$(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)
8936
79a77a604753 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 8822
diff changeset
   120
$(OUTDIR)DiffListUtility.$(O) DiffListUtility.$(H): DiffListUtility.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
7132
397bad83a842 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 7043
diff changeset
   121
$(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
   122
$(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
   123
$(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
   124
$(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
   125
$(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
   126
$(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
   127
$(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
   128
$(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)
8667
dadd2d49c146 automatically generated by browser
Michael Beyl <mb@exept.de>
parents: 8604
diff changeset
   129
$(OUTDIR)MemoryMonitor.$(O) MemoryMonitor.$(H): MemoryMonitor.st $(INCLUDE_TOP)/stx/libview2/ApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
dadd2d49c146 automatically generated by browser
Michael Beyl <mb@exept.de>
parents: 8604
diff changeset
   130
$(OUTDIR)MemoryMonitorView.$(O) MemoryMonitorView.$(H): MemoryMonitorView.st $(INCLUDE_TOP)/stx/libview/View.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/DeviceGraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsContext.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
7132
397bad83a842 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 7043
diff changeset
   131
$(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
   132
$(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)
9707
59fb93935fd7 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9413
diff changeset
   133
$(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/HierarchicalItemWithLabelAndIcon.$(H) $(INCLUDE_TOP)/stx/libwidg2/HierarchicalItemWithLabel.$(H) $(INCLUDE_TOP)/stx/libwidg2/HierarchicalItem.$(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
   134
$(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)
8243
d823d298dfa0 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 8096
diff changeset
   135
$(OUTDIR)Tools__BreakpointBrowser.$(O) Tools__BreakpointBrowser.$(H): Tools__BreakpointBrowser.st $(INCLUDE_TOP)/stx/libview2/ApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/goodies/refactoryBrowser/parser/RBProgramNodeVisitor.$(H) $(STCHDR)
7132
397bad83a842 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 7043
diff changeset
   136
$(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
   137
$(OUTDIR)Tools_ClassChecker.$(O) Tools_ClassChecker.$(H): Tools_ClassChecker.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
7772
388f12109ac2 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 7300
diff changeset
   138
$(OUTDIR)Tools__CodeCritics.$(O) Tools__CodeCritics.$(H): Tools__CodeCritics.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
7132
397bad83a842 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 7043
diff changeset
   139
$(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
   140
$(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
   141
$(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)
9197
2a6dd6fc34c6 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 8936
diff changeset
   142
$(OUTDIR)Tools__NewClassWizardDialog.$(O) Tools__NewClassWizardDialog.$(H): Tools__NewClassWizardDialog.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)
7132
397bad83a842 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 7043
diff changeset
   143
$(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
   144
$(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)
8051
183152655354 automatically generated by browser
fm
parents: 8017
diff changeset
   145
$(OUTDIR)Tools__StringSearchTool.$(O) Tools__StringSearchTool.$(H): Tools__StringSearchTool.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
   146
$(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)
8096
ec33907bab0d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 8051
diff changeset
   147
$(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) $(INCLUDE_TOP)/stx/libwidg/Button.$(H) $(INCLUDE_TOP)/stx/libwidg/Label.$(H) $(INCLUDE_TOP)/stx/libview/View.$(H) $(STCHDR)
8017
330fae43677f automatically generated by browser
fm
parents: 7772
diff changeset
   148
$(OUTDIR)Win32FileDialog.$(O) Win32FileDialog.$(H): Win32FileDialog.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic/ByteArray.$(H) $(INCLUDE_TOP)/stx/libbasic/UninterpretedBytes.$(H) $(INCLUDE_TOP)/stx/libbasic/ArrayedCollection.$(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
   149
$(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
   150
$(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
   151
$(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
   152
$(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
   153
$(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)
8096
ec33907bab0d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 8051
diff changeset
   154
$(OUTDIR)DiffCodeView.$(O) DiffCodeView.$(H): DiffCodeView.st $(INCLUDE_TOP)/stx/libtool/DiffTextView.$(H) $(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)
7157
64623196d130 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 7151
diff changeset
   155
$(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
   156
$(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
   157
$(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)
8822
455bf9429e3d automatically generated by browser
Michael Beyl <mb@exept.de>
parents: 8667
diff changeset
   158
$(OUTDIR)ImageInspectorView.$(O) ImageInspectorView.$(H): ImageInspectorView.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)
7132
397bad83a842 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 7043
diff changeset
   159
$(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
   160
$(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
   161
$(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)
9707
59fb93935fd7 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9413
diff changeset
   162
$(OUTDIR)SmalltalkCodeGeneratorTool.$(O) SmalltalkCodeGeneratorTool.$(H): SmalltalkCodeGeneratorTool.st $(INCLUDE_TOP)/stx/libtool/CodeGeneratorTool.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
7132
397bad83a842 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 7043
diff changeset
   163
$(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
   164
$(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
   165
$(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
   166
$(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)
8051
183152655354 automatically generated by browser
fm
parents: 8017
diff changeset
   167
$(OUTDIR)Tools__StringSearchToolForTextView.$(O) Tools__StringSearchToolForTextView.$(H): Tools__StringSearchToolForTextView.st $(INCLUDE_TOP)/stx/libtool/Tools__StringSearchTool.$(H) $(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
   168
$(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
   169
$(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
   170
$(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
   171
$(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
   172
$(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
   173
$(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)
9197
2a6dd6fc34c6 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 8936
diff changeset
   174
$(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) $(INCLUDE_TOP)/stx/libbasic/Method.$(H) $(INCLUDE_TOP)/stx/libbasic/CompiledCode.$(H) $(INCLUDE_TOP)/stx/libbasic/ExecutableFunction.$(H) $(STCHDR)
7132
397bad83a842 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 7043
diff changeset
   175
$(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
   176
$(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
   177
$(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
   178
$(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
   179
$(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
   180
$(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
   181
$(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
   182
$(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
   183
$(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
   184
$(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
   185
$(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)
8464
24ee6ad514ed automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 8243
diff changeset
   186
$(OUTDIR)extensions.$(O): extensions.st $(INCLUDE_TOP)/stx/libbasic/ByteArray.$(H) $(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/Character.$(H) $(INCLUDE_TOP)/stx/libbasic/Magnitude.$(H) $(INCLUDE_TOP)/stx/libbasic/CharacterArray.$(H) $(INCLUDE_TOP)/stx/libview/Color.$(H) $(INCLUDE_TOP)/stx/libbasic/Dictionary.$(H) $(INCLUDE_TOP)/stx/libbasic/Set.$(H) $(INCLUDE_TOP)/stx/libbasic/ExecutableFunction.$(H) $(INCLUDE_TOP)/stx/libview/Form.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/DeviceGraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/Image.$(H) $(INCLUDE_TOP)/stx/libbasic/Integer.$(H) $(INCLUDE_TOP)/stx/libbasic/Number.$(H) $(INCLUDE_TOP)/stx/libbasic/ArithmeticValue.$(H) $(INCLUDE_TOP)/stx/libbasic/Method.$(H) $(INCLUDE_TOP)/stx/libbasic/CompiledCode.$(H) $(INCLUDE_TOP)/stx/libbasic/MethodDictionary.$(H) $(INCLUDE_TOP)/stx/libbasic/KeyedCollection.$(H) $(INCLUDE_TOP)/stx/libbasic/OrderedCollection.$(H) $(INCLUDE_TOP)/stx/libbasic2/RunArray.$(H) $(INCLUDE_TOP)/stx/libbasic2/Text.$(H) $(INCLUDE_TOP)/stx/libbasic/NameSpace.$(H) $(INCLUDE_TOP)/stx/libbasic/Smalltalk.$(H) $(STCHDR)
7132
397bad83a842 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 7043
diff changeset
   187
6981
09d2e43a2332 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 6585
diff changeset
   188
# ENDMAKEDEPEND --- do not remove this line
9413
cf154206f547 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   189