Make.proto
author Claus Gittinger <cg@exept.de>
Sun, 01 Feb 2015 14:17:11 +0100
changeset 15150 940d37c7d3ac
parent 15059 907fc92515ee
child 15369 a35a79e64984
permissions -rw-r--r--
class: Tools::ChangeList fixed the following redraw bug in ModelListView (which is already fixed in SelectionInListView): if a colored item is shown with selection, the color attribute should be removed (or relaxed), to avoid drawing the label invisible. I.e. if the text color is blue or grey, and the selection bg is blue. we should draw white-on-blue, instead of blue/grey on blue. For this to work, the info whether drawing a selection must be passed down through the renderer to the item's draw routine.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
15059
907fc92515ee memoryusageview now compiled in
Claus Gittinger <cg@exept.de>
parents: 15033
diff changeset
     1
# $Header: /cvs/stx/stx/libtool/Make.proto,v 1.193 2014-12-19 19:11:10 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
11668
a19dd8ff34f4 automatically generated by browser
vrany
parents: 11535
diff changeset
     4
# automagically generated from the projectDefinition: stx_libtool.
6981
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
14687
4aa715a0a437 Removed: #preRequisites
Stefan Vogel <sv@exept.de>
parents: 14643
diff changeset
    37
LOCALINCLUDES= -I$(INCLUDE_TOP)/stx/goodies/refactoryBrowser/parser -I$(INCLUDE_TOP)/stx/libbasic -I$(INCLUDE_TOP)/stx/libbasic2 -I$(INCLUDE_TOP)/stx/libbasic3 -I$(INCLUDE_TOP)/stx/libcomp -I$(INCLUDE_TOP)/stx/libui -I$(INCLUDE_TOP)/stx/libview -I$(INCLUDE_TOP)/stx/libview2 -I$(INCLUDE_TOP)/stx/libwidg -I$(INCLUDE_TOP)/stx/libwidg2 -I$(INCLUDE_TOP)/stx/libwidg3
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
11023
4bc8391b399c Fixed -headerDir stc option (again)
vrany
parents: 11016
diff changeset
    47
STCLOCALOPT='-package=$(PACKAGE)' -I. $(LOCALINCLUDES) $(STCLOCALOPTIMIZATIONS) $(STCWARNINGS) $(LOCALDEFINES) -headerDir=. $(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
12583
dc25a195d425 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 12377
diff changeset
    66
pre_objs::  
dc25a195d425 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 12377
diff changeset
    67
8822
455bf9429e3d automatically generated by browser
Michael Beyl <mb@exept.de>
parents: 8667
diff changeset
    68
455bf9429e3d automatically generated by browser
Michael Beyl <mb@exept.de>
parents: 8667
diff changeset
    69
30
205d53e91c52 Initial revision
claus
parents:
diff changeset
    70
12583
dc25a195d425 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 12377
diff changeset
    71
# Update SVN revision in package definition class
dc25a195d425 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 12377
diff changeset
    72
ifneq (,$(findstring .svn,$(wildcard .svn)))
dc25a195d425 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 12377
diff changeset
    73
.svnversion: *.st
dc25a195d425 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 12377
diff changeset
    74
	if [ -d .svn ]; then \
dc25a195d425 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 12377
diff changeset
    75
		rev=$(shell svnversion -n); \
dc25a195d425 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 12377
diff changeset
    76
		echo -n $$rev > .svnversion; \
dc25a195d425 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 12377
diff changeset
    77
	else \
dc25a195d425 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 12377
diff changeset
    78
		echo -n exported > .svnversion; \
10402
8570d31bcffb automatically generated by browser
vrany
parents: 10339
diff changeset
    79
	fi
12583
dc25a195d425 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 12377
diff changeset
    80
dc25a195d425 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 12377
diff changeset
    81
stx_libtool.o: stx_libtool.st .svnversion
dc25a195d425 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 12377
diff changeset
    82
	@if [ -d .svn ]; then \
dc25a195d425 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 12377
diff changeset
    83
		rev2="$(shell printf "%-16s" $$(cat .svnversion))"; \
dc25a195d425 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 12377
diff changeset
    84
		echo "  [SV]  Expanding svnRevisionNo in $1.st"; \
dc25a195d425 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 12377
diff changeset
    85
		sed -e "s/\"\$$SVN\-Revision:\".*\"\$$\"/\"\$$SVN-Revision:\"\'$$rev2\'\"\$$\"/g" $< > .stx_libtool.svn.st; \
dc25a195d425 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 12377
diff changeset
    86
	fi
dc25a195d425 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 12377
diff changeset
    87
	$(MAKE) CC="$(CLASSLIB_CC)" OPT="$(OPT)" SEPINITCODE="$(SEPINITCODE)" STC="$(STC)" STFILE=.stx_libtool.svn $(C_RULE);
dc25a195d425 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 12377
diff changeset
    88
	sed -i -e "s/\".stx_libtool.svn.st\");/\"\stx_libtool.st\");/g" .stx_libtool.svn.c
dc25a195d425 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 12377
diff changeset
    89
	$(MAKE) .stx_libtool.svn.$(O)
dc25a195d425 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 12377
diff changeset
    90
	@mv .stx_libtool.svn.$(O) stx_libtool.$(O)
dc25a195d425 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 12377
diff changeset
    91
endif
6981
09d2e43a2332 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 6585
diff changeset
    92
09d2e43a2332 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 6585
diff changeset
    93
10800
955aa7bda93c automatically generated by browser
vrany
parents: 10620
diff changeset
    94
955aa7bda93c automatically generated by browser
vrany
parents: 10620
diff changeset
    95
13890
4c3b51c0581b merged in jv's changes
Claus Gittinger <cg@exept.de>
parents: 13506
diff changeset
    96
4c3b51c0581b merged in jv's changes
Claus Gittinger <cg@exept.de>
parents: 13506
diff changeset
    97
4c3b51c0581b merged in jv's changes
Claus Gittinger <cg@exept.de>
parents: 13506
diff changeset
    98
# run default testsuite for this package
4c3b51c0581b merged in jv's changes
Claus Gittinger <cg@exept.de>
parents: 13506
diff changeset
    99
test: $(TOP)/goodies/builder/reports
14207
45c60d4819c8 class: FontSettingsApplication
Claus Gittinger <cg@exept.de>
parents: 14091
diff changeset
   100
	$(MAKE) -C $(TOP)/goodies/builder/reports -f Makefile.init
13890
4c3b51c0581b merged in jv's changes
Claus Gittinger <cg@exept.de>
parents: 13506
diff changeset
   101
	$(TOP)/goodies/builder/reports/report-runner.sh -D . -r Builder::TestReport -p $(PACKAGE)
4c3b51c0581b merged in jv's changes
Claus Gittinger <cg@exept.de>
parents: 13506
diff changeset
   102
4c3b51c0581b merged in jv's changes
Claus Gittinger <cg@exept.de>
parents: 13506
diff changeset
   103
4c3b51c0581b merged in jv's changes
Claus Gittinger <cg@exept.de>
parents: 13506
diff changeset
   104
6981
09d2e43a2332 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 6585
diff changeset
   105
# add more install actions here
09d2e43a2332 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 6585
diff changeset
   106
install::
09d2e43a2332 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 6585
diff changeset
   107
09d2e43a2332 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 6585
diff changeset
   108
# add more install actions for aux-files (resources) here
09d2e43a2332 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 6585
diff changeset
   109
installAux::
09d2e43a2332 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 6585
diff changeset
   110
09d2e43a2332 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 6585
diff changeset
   111
# add more preMake actions here
09d2e43a2332 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 6585
diff changeset
   112
preMake::
09d2e43a2332 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 6585
diff changeset
   113
09d2e43a2332 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 6585
diff changeset
   114
# add more postMake actions here
09d2e43a2332 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 6585
diff changeset
   115
postMake:: cleanjunk
30
205d53e91c52 Initial revision
claus
parents:
diff changeset
   116
12583
dc25a195d425 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 12377
diff changeset
   117
# build all mandatory prerequisite packages (containing superclasses) for this package
dc25a195d425 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 12377
diff changeset
   118
prereq:
8667
dadd2d49c146 automatically generated by browser
Michael Beyl <mb@exept.de>
parents: 8604
diff changeset
   119
	cd ../libbasic && $(MAKE) "CFLAGS_LOCAL=$(GLOBALDEFINES)"
12583
dc25a195d425 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 12377
diff changeset
   120
	cd ../goodies/refactoryBrowser/parser && $(MAKE) "CFLAGS_LOCAL=$(GLOBALDEFINES)"
8667
dadd2d49c146 automatically generated by browser
Michael Beyl <mb@exept.de>
parents: 8604
diff changeset
   121
	cd ../libbasic2 && $(MAKE) "CFLAGS_LOCAL=$(GLOBALDEFINES)"
12771
265cced11972 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 12583
diff changeset
   122
	cd ../libbasic3 && $(MAKE) "CFLAGS_LOCAL=$(GLOBALDEFINES)"
8667
dadd2d49c146 automatically generated by browser
Michael Beyl <mb@exept.de>
parents: 8604
diff changeset
   123
	cd ../libcomp && $(MAKE) "CFLAGS_LOCAL=$(GLOBALDEFINES)"
12771
265cced11972 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 12583
diff changeset
   124
	cd ../libui && $(MAKE) "CFLAGS_LOCAL=$(GLOBALDEFINES)"
12363
b3418963c477 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 11668
diff changeset
   125
	cd ../libview && $(MAKE) "CFLAGS_LOCAL=$(GLOBALDEFINES)"
8667
dadd2d49c146 automatically generated by browser
Michael Beyl <mb@exept.de>
parents: 8604
diff changeset
   126
	cd ../libview2 && $(MAKE) "CFLAGS_LOCAL=$(GLOBALDEFINES)"
dadd2d49c146 automatically generated by browser
Michael Beyl <mb@exept.de>
parents: 8604
diff changeset
   127
	cd ../libwidg && $(MAKE) "CFLAGS_LOCAL=$(GLOBALDEFINES)"
dadd2d49c146 automatically generated by browser
Michael Beyl <mb@exept.de>
parents: 8604
diff changeset
   128
	cd ../libwidg2 && $(MAKE) "CFLAGS_LOCAL=$(GLOBALDEFINES)"
12583
dc25a195d425 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 12377
diff changeset
   129
dc25a195d425 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 12377
diff changeset
   130
8464
24ee6ad514ed automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 8243
diff changeset
   131
12583
dc25a195d425 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 12377
diff changeset
   132
# build all packages containing referenced classes for this package
15059
907fc92515ee memoryusageview now compiled in
Claus Gittinger <cg@exept.de>
parents: 15033
diff changeset
   133
# they are not needed to compile the package (but later, to load it)
12583
dc25a195d425 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 12377
diff changeset
   134
references:
8464
24ee6ad514ed automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 8243
diff changeset
   135
24ee6ad514ed automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 8243
diff changeset
   136
30
205d53e91c52 Initial revision
claus
parents:
diff changeset
   137
cleanjunk::
10928
e867fa142e7c automatically generated by browser
vrany
parents: 10819
diff changeset
   138
	-rm -f *.s *.s2
30
205d53e91c52 Initial revision
claus
parents:
diff changeset
   139
205d53e91c52 Initial revision
claus
parents:
diff changeset
   140
clean::
6981
09d2e43a2332 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 6585
diff changeset
   141
	-rm -f *.o *.H
30
205d53e91c52 Initial revision
claus
parents:
diff changeset
   142
8017
330fae43677f automatically generated by browser
fm
parents: 7772
diff changeset
   143
clobber:: clean
6981
09d2e43a2332 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 6585
diff changeset
   144
	-rm -f *.so *.dll
117
claus
parents: 108
diff changeset
   145
5272
5e836ee58214 dont compile NewSystemBrowser with optimizer (takes too long to compile)
Claus Gittinger <cg@exept.de>
parents: 5248
diff changeset
   146
6981
09d2e43a2332 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 6585
diff changeset
   147
# BEGINMAKEDEPEND --- do not remove this line; make depend needs it
15059
907fc92515ee memoryusageview now compiled in
Claus Gittinger <cg@exept.de>
parents: 15033
diff changeset
   148
$(OUTDIR)AboutBox.$(O) AboutBox.$(H): AboutBox.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/DeviceGraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/ModalBox.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libview/StandardSystemView.$(H) $(INCLUDE_TOP)/stx/libview/TopView.$(H) $(INCLUDE_TOP)/stx/libview/View.$(H) $(INCLUDE_TOP)/stx/libwidg/DialogBox.$(H) $(INCLUDE_TOP)/stx/libwidg/InfoBox.$(H) $(STCHDR)
14207
45c60d4819c8 class: FontSettingsApplication
Claus Gittinger <cg@exept.de>
parents: 14091
diff changeset
   149
$(OUTDIR)AbstractFileApplicationNoteBookComponent.$(O) AbstractFileApplicationNoteBookComponent.$(H): AbstractFileApplicationNoteBookComponent.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview2/ApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(STCHDR)
45c60d4819c8 class: FontSettingsApplication
Claus Gittinger <cg@exept.de>
parents: 14091
diff changeset
   150
$(OUTDIR)AbstractFileBrowser.$(O) AbstractFileBrowser.$(H): AbstractFileBrowser.st $(INCLUDE_TOP)/stx/libbasic/Collection.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic/OrderedCollection.$(H) $(INCLUDE_TOP)/stx/libbasic/SequenceableCollection.$(H) $(INCLUDE_TOP)/stx/libbasic2/List.$(H) $(INCLUDE_TOP)/stx/libview2/ApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(STCHDR)
45c60d4819c8 class: FontSettingsApplication
Claus Gittinger <cg@exept.de>
parents: 14091
diff changeset
   151
$(OUTDIR)AbstractLauncherApplication.$(O) AbstractLauncherApplication.$(H): AbstractLauncherApplication.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview2/ApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(INCLUDE_TOP)/stx/libview2/ToolApplicationModel.$(H) $(STCHDR)
45c60d4819c8 class: FontSettingsApplication
Claus Gittinger <cg@exept.de>
parents: 14091
diff changeset
   152
$(OUTDIR)AbstractSettingsApplication.$(O) AbstractSettingsApplication.$(H): AbstractSettingsApplication.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview2/ApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(INCLUDE_TOP)/stx/libview2/SimpleDialog.$(H) $(STCHDR)
45c60d4819c8 class: FontSettingsApplication
Claus Gittinger <cg@exept.de>
parents: 14091
diff changeset
   153
$(OUTDIR)Bookmark.$(O) Bookmark.$(H): Bookmark.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libwidg2/HierarchicalItem.$(H) $(STCHDR)
45c60d4819c8 class: FontSettingsApplication
Claus Gittinger <cg@exept.de>
parents: 14091
diff changeset
   154
$(OUTDIR)BookmarkBar.$(O) BookmarkBar.$(H): BookmarkBar.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview2/ApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(STCHDR)
45c60d4819c8 class: FontSettingsApplication
Claus Gittinger <cg@exept.de>
parents: 14091
diff changeset
   155
$(OUTDIR)BookmarkEditor.$(O) BookmarkEditor.$(H): BookmarkEditor.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview2/ApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(INCLUDE_TOP)/stx/libview2/SimpleDialog.$(H) $(STCHDR)
45c60d4819c8 class: FontSettingsApplication
Claus Gittinger <cg@exept.de>
parents: 14091
diff changeset
   156
$(OUTDIR)BookmarkList.$(O) BookmarkList.$(H): BookmarkList.st $(INCLUDE_TOP)/stx/libbasic/Collection.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic/OrderedCollection.$(H) $(INCLUDE_TOP)/stx/libbasic/SequenceableCollection.$(H) $(INCLUDE_TOP)/stx/libbasic2/List.$(H) $(INCLUDE_TOP)/stx/libwidg2/HierarchicalList.$(H) $(STCHDR)
45c60d4819c8 class: FontSettingsApplication
Claus Gittinger <cg@exept.de>
parents: 14091
diff changeset
   157
$(OUTDIR)BookmarkListEditor.$(O) BookmarkListEditor.$(H): BookmarkListEditor.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview2/ApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(STCHDR)
10101
2db31ffc2ea8 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9937
diff changeset
   158
$(OUTDIR)BookmarkVisitor.$(O) BookmarkVisitor.$(H): BookmarkVisitor.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
14207
45c60d4819c8 class: FontSettingsApplication
Claus Gittinger <cg@exept.de>
parents: 14091
diff changeset
   159
$(OUTDIR)BookmarksEditDialog.$(O) BookmarksEditDialog.$(H): BookmarksEditDialog.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview2/ApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(INCLUDE_TOP)/stx/libview2/SimpleDialog.$(H) $(STCHDR)
15059
907fc92515ee memoryusageview now compiled in
Claus Gittinger <cg@exept.de>
parents: 15033
diff changeset
   160
$(OUTDIR)BrowserView.$(O) BrowserView.$(H): BrowserView.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/DeviceGraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libview/StandardSystemView.$(H) $(INCLUDE_TOP)/stx/libview/TopView.$(H) $(INCLUDE_TOP)/stx/libview/View.$(H) $(STCHDR)
907fc92515ee memoryusageview now compiled in
Claus Gittinger <cg@exept.de>
parents: 15033
diff changeset
   161
$(OUTDIR)ChangesBrowser.$(O) ChangesBrowser.$(H): ChangesBrowser.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/DeviceGraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libview/StandardSystemView.$(H) $(INCLUDE_TOP)/stx/libview/TopView.$(H) $(INCLUDE_TOP)/stx/libview/View.$(H) $(STCHDR)
907fc92515ee memoryusageview now compiled in
Claus Gittinger <cg@exept.de>
parents: 15033
diff changeset
   162
$(OUTDIR)CodeCompletionHelpMenuView.$(O) CodeCompletionHelpMenuView.$(H): CodeCompletionHelpMenuView.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/DeviceGraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libview/View.$(H) $(INCLUDE_TOP)/stx/libwidg/ListView.$(H) $(INCLUDE_TOP)/stx/libwidg/MenuView.$(H) $(INCLUDE_TOP)/stx/libwidg/SelectionInListView.$(H) $(STCHDR)
907fc92515ee memoryusageview now compiled in
Claus Gittinger <cg@exept.de>
parents: 15033
diff changeset
   163
$(OUTDIR)CodeCompletionHelpView.$(O) CodeCompletionHelpView.$(H): CodeCompletionHelpView.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/DeviceGraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libview/View.$(H) $(STCHDR)
10101
2db31ffc2ea8 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9937
diff changeset
   164
$(OUTDIR)CodeGenerator.$(O) CodeGenerator.$(H): CodeGenerator.st $(INCLUDE_TOP)/stx/goodies/refactoryBrowser/parser/RBProgramNodeVisitor.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
7132
397bad83a842 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 7043
diff changeset
   165
$(OUTDIR)CodeGeneratorTool.$(O) CodeGeneratorTool.$(H): CodeGeneratorTool.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
15059
907fc92515ee memoryusageview now compiled in
Claus Gittinger <cg@exept.de>
parents: 15033
diff changeset
   166
$(OUTDIR)DebugView.$(O) DebugView.$(H): DebugView.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/DeviceGraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libview/StandardSystemView.$(H) $(INCLUDE_TOP)/stx/libview/TopView.$(H) $(INCLUDE_TOP)/stx/libview/View.$(H) $(STCHDR)
14207
45c60d4819c8 class: FontSettingsApplication
Claus Gittinger <cg@exept.de>
parents: 14091
diff changeset
   167
$(OUTDIR)Diff.$(O) Diff.$(H): Diff.st $(INCLUDE_TOP)/stx/libbasic/Link.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
13890
4c3b51c0581b merged in jv's changes
Claus Gittinger <cg@exept.de>
parents: 13506
diff changeset
   168
$(OUTDIR)Diff2.$(O) Diff2.$(H): Diff2.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
4c3b51c0581b merged in jv's changes
Claus Gittinger <cg@exept.de>
parents: 13506
diff changeset
   169
$(OUTDIR)Diff3.$(O) Diff3.$(H): Diff3.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
4c3b51c0581b merged in jv's changes
Claus Gittinger <cg@exept.de>
parents: 13506
diff changeset
   170
$(OUTDIR)Diff3Hunk.$(O) Diff3Hunk.$(H): Diff3Hunk.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
4c3b51c0581b merged in jv's changes
Claus Gittinger <cg@exept.de>
parents: 13506
diff changeset
   171
$(OUTDIR)Diff3InclusiveVisitor.$(O) Diff3InclusiveVisitor.$(H): Diff3InclusiveVisitor.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
15059
907fc92515ee memoryusageview now compiled in
Claus Gittinger <cg@exept.de>
parents: 15033
diff changeset
   172
$(OUTDIR)Diff3TextView.$(O) Diff3TextView.$(H): Diff3TextView.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/DeviceGraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libwidg2/SyncedMultiColumnTextView.$(H) $(INCLUDE_TOP)/stx/libwidg2/ThreeColumnTextView.$(H) $(STCHDR)
8936
79a77a604753 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 8822
diff changeset
   173
$(OUTDIR)DiffListUtility.$(O) DiffListUtility.$(H): DiffListUtility.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
15059
907fc92515ee memoryusageview now compiled in
Claus Gittinger <cg@exept.de>
parents: 15033
diff changeset
   174
$(OUTDIR)DiffTextView.$(O) DiffTextView.$(H): DiffTextView.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/AbstractBackground.$(H) $(INCLUDE_TOP)/stx/libview/DeviceGraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libwidg2/SyncedMultiColumnTextView.$(H) $(INCLUDE_TOP)/stx/libwidg2/TwoColumnTextView.$(H) $(STCHDR)
907fc92515ee memoryusageview now compiled in
Claus Gittinger <cg@exept.de>
parents: 15033
diff changeset
   175
$(OUTDIR)EditFieldWithCompletion.$(O) EditFieldWithCompletion.$(H): EditFieldWithCompletion.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/DeviceGraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libview/View.$(H) $(INCLUDE_TOP)/stx/libwidg/EditField.$(H) $(INCLUDE_TOP)/stx/libwidg/EditTextView.$(H) $(INCLUDE_TOP)/stx/libwidg/ListView.$(H) $(INCLUDE_TOP)/stx/libwidg/TextView.$(H) $(STCHDR)
14207
45c60d4819c8 class: FontSettingsApplication
Claus Gittinger <cg@exept.de>
parents: 14091
diff changeset
   176
$(OUTDIR)EditFieldWithCompletionSpec.$(O) EditFieldWithCompletionSpec.$(H): EditFieldWithCompletionSpec.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libui/ComponentSpec.$(H) $(INCLUDE_TOP)/stx/libui/InputFieldSpec.$(H) $(INCLUDE_TOP)/stx/libui/MenuComponentSpec.$(H) $(INCLUDE_TOP)/stx/libui/NamedSpec.$(H) $(INCLUDE_TOP)/stx/libui/UISpecification.$(H) $(STCHDR)
15059
907fc92515ee memoryusageview now compiled in
Claus Gittinger <cg@exept.de>
parents: 15033
diff changeset
   177
$(OUTDIR)FileBrowser.$(O) FileBrowser.$(H): FileBrowser.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/DeviceGraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libview/StandardSystemView.$(H) $(INCLUDE_TOP)/stx/libview/TopView.$(H) $(INCLUDE_TOP)/stx/libview/View.$(H) $(STCHDR)
907fc92515ee memoryusageview now compiled in
Claus Gittinger <cg@exept.de>
parents: 15033
diff changeset
   178
$(OUTDIR)FileBrowserV2PanelView.$(O) FileBrowserV2PanelView.$(H): FileBrowserV2PanelView.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/DeviceGraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libwidg/VariablePanel.$(H) $(STCHDR)
14207
45c60d4819c8 class: FontSettingsApplication
Claus Gittinger <cg@exept.de>
parents: 14091
diff changeset
   179
$(OUTDIR)FileBrowserV2UISpecifications.$(O) FileBrowserV2UISpecifications.$(H): FileBrowserV2UISpecifications.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libui/ComponentSpec.$(H) $(INCLUDE_TOP)/stx/libui/UISpecification.$(H) $(INCLUDE_TOP)/stx/libui/VariablePanelSpec.$(H) $(INCLUDE_TOP)/stx/libui/ViewSpec.$(H) $(INCLUDE_TOP)/stx/libui/ViewWithSubcomponentsSpec.$(H) $(STCHDR)
45c60d4819c8 class: FontSettingsApplication
Claus Gittinger <cg@exept.de>
parents: 14091
diff changeset
   180
$(OUTDIR)FileDialog.$(O) FileDialog.$(H): FileDialog.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview2/ApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(INCLUDE_TOP)/stx/libview2/SimpleDialog.$(H) $(STCHDR)
7157
64623196d130 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 7151
diff changeset
   181
$(OUTDIR)FileOperation.$(O) FileOperation.$(H): FileOperation.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
15059
907fc92515ee memoryusageview now compiled in
Claus Gittinger <cg@exept.de>
parents: 15033
diff changeset
   182
$(OUTDIR)FilenameEditFieldV2.$(O) FilenameEditFieldV2.$(H): FilenameEditFieldV2.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/DeviceGraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libview/View.$(H) $(INCLUDE_TOP)/stx/libwidg2/ComboBoxView.$(H) $(INCLUDE_TOP)/stx/libwidg2/ComboView.$(H) $(STCHDR)
907fc92515ee memoryusageview now compiled in
Claus Gittinger <cg@exept.de>
parents: 15033
diff changeset
   183
$(OUTDIR)InspectorView.$(O) InspectorView.$(H): InspectorView.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/DeviceGraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(STCHDR)
14207
45c60d4819c8 class: FontSettingsApplication
Claus Gittinger <cg@exept.de>
parents: 14091
diff changeset
   184
$(OUTDIR)MemoryMonitor.$(O) MemoryMonitor.$(H): MemoryMonitor.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview2/ApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(STCHDR)
15059
907fc92515ee memoryusageview now compiled in
Claus Gittinger <cg@exept.de>
parents: 15033
diff changeset
   185
$(OUTDIR)MemoryMonitorView.$(O) MemoryMonitorView.$(H): MemoryMonitorView.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/DeviceGraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libview/View.$(H) $(STCHDR)
907fc92515ee memoryusageview now compiled in
Claus Gittinger <cg@exept.de>
parents: 15033
diff changeset
   186
$(OUTDIR)MemoryUsageView.$(O) MemoryUsageView.$(H): MemoryUsageView.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/DeviceGraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libview/StandardSystemView.$(H) $(INCLUDE_TOP)/stx/libview/TopView.$(H) $(INCLUDE_TOP)/stx/libview/View.$(H) $(STCHDR)
14207
45c60d4819c8 class: FontSettingsApplication
Claus Gittinger <cg@exept.de>
parents: 14091
diff changeset
   187
$(OUTDIR)MultiViewToolApplication.$(O) MultiViewToolApplication.$(H): MultiViewToolApplication.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview2/ApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(INCLUDE_TOP)/stx/libview2/ToolApplicationModel.$(H) $(STCHDR)
45c60d4819c8 class: FontSettingsApplication
Claus Gittinger <cg@exept.de>
parents: 14091
diff changeset
   188
$(OUTDIR)ParseTreeIndex.$(O) ParseTreeIndex.$(H): ParseTreeIndex.st $(INCLUDE_TOP)/stx/libbasic/Collection.$(H) $(INCLUDE_TOP)/stx/libbasic/Magnitude.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic/OrderedCollection.$(H) $(INCLUDE_TOP)/stx/libbasic/SequenceableCollection.$(H) $(INCLUDE_TOP)/stx/libbasic/SortedCollection.$(H) $(STCHDR)
45c60d4819c8 class: FontSettingsApplication
Claus Gittinger <cg@exept.de>
parents: 14091
diff changeset
   189
$(OUTDIR)PerforceSourceCodeManagerUtilities.$(O) PerforceSourceCodeManagerUtilities.$(H): PerforceSourceCodeManagerUtilities.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic3/SourceCodeManagerUtilities.$(H) $(INCLUDE_TOP)/stx/libview2/ApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(INCLUDE_TOP)/stx/libview2/SimpleDialog.$(H) $(STCHDR)
45c60d4819c8 class: FontSettingsApplication
Claus Gittinger <cg@exept.de>
parents: 14091
diff changeset
   190
$(OUTDIR)ProcessMonitorV2.$(O) ProcessMonitorV2.$(H): ProcessMonitorV2.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview2/ApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(STCHDR)
10101
2db31ffc2ea8 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9937
diff changeset
   191
$(OUTDIR)SyntaxElement.$(O) SyntaxElement.$(H): SyntaxElement.st $(INCLUDE_TOP)/stx/libbasic/Magnitude.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
14207
45c60d4819c8 class: FontSettingsApplication
Claus Gittinger <cg@exept.de>
parents: 14091
diff changeset
   192
$(OUTDIR)SyntaxHighlighter2.$(O) SyntaxHighlighter2.$(H): SyntaxHighlighter2.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libcomp/AbstractSyntaxHighlighter.$(H) $(INCLUDE_TOP)/stx/libcomp/Parser.$(H) $(INCLUDE_TOP)/stx/libcomp/Scanner.$(H) $(INCLUDE_TOP)/stx/libcomp/SyntaxHighlighter.$(H) $(STCHDR)
45c60d4819c8 class: FontSettingsApplication
Claus Gittinger <cg@exept.de>
parents: 14091
diff changeset
   193
$(OUTDIR)SystemBrowser.$(O) SystemBrowser.$(H): SystemBrowser.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview2/ApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(STCHDR)
45c60d4819c8 class: FontSettingsApplication
Claus Gittinger <cg@exept.de>
parents: 14091
diff changeset
   194
$(OUTDIR)Tools__AbstractTestRunner.$(O) Tools__AbstractTestRunner.$(H): Tools__AbstractTestRunner.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview2/ApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(STCHDR)
45c60d4819c8 class: FontSettingsApplication
Claus Gittinger <cg@exept.de>
parents: 14091
diff changeset
   195
$(OUTDIR)Tools__BreakpointBrowser.$(O) Tools__BreakpointBrowser.$(H): Tools__BreakpointBrowser.st $(INCLUDE_TOP)/stx/goodies/refactoryBrowser/parser/RBProgramNodeVisitor.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview2/ApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(STCHDR)
45c60d4819c8 class: FontSettingsApplication
Claus Gittinger <cg@exept.de>
parents: 14091
diff changeset
   196
$(OUTDIR)Tools__Browslet.$(O) Tools__Browslet.$(H): Tools__Browslet.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview2/ApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(STCHDR)
45c60d4819c8 class: FontSettingsApplication
Claus Gittinger <cg@exept.de>
parents: 14091
diff changeset
   197
$(OUTDIR)Tools__BrowsletCanvas.$(O) Tools__BrowsletCanvas.$(H): Tools__BrowsletCanvas.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview2/ApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(STCHDR)
9901
ff34a3557cef automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9894
diff changeset
   198
$(OUTDIR)Tools__CachedTags.$(O) Tools__CachedTags.$(H): Tools__CachedTags.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
14207
45c60d4819c8 class: FontSettingsApplication
Claus Gittinger <cg@exept.de>
parents: 14091
diff changeset
   199
$(OUTDIR)Tools__ChangeSetBrowser2.$(O) Tools__ChangeSetBrowser2.$(H): Tools__ChangeSetBrowser2.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview2/ApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(INCLUDE_TOP)/stx/libview2/ToolApplicationModel.$(H) $(STCHDR)
13890
4c3b51c0581b merged in jv's changes
Claus Gittinger <cg@exept.de>
parents: 13506
diff changeset
   200
$(OUTDIR)Tools__ChangeSetDiffInfo.$(O) Tools__ChangeSetDiffInfo.$(H): Tools__ChangeSetDiffInfo.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
14207
45c60d4819c8 class: FontSettingsApplication
Claus Gittinger <cg@exept.de>
parents: 14091
diff changeset
   201
$(OUTDIR)Tools__ChangeSetDiffTool.$(O) Tools__ChangeSetDiffTool.$(H): Tools__ChangeSetDiffTool.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview2/ApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(INCLUDE_TOP)/stx/libview2/SimpleDialog.$(H) $(STCHDR)
45c60d4819c8 class: FontSettingsApplication
Claus Gittinger <cg@exept.de>
parents: 14091
diff changeset
   202
$(OUTDIR)Tools__ChangeSetSelectionDialog.$(O) Tools__ChangeSetSelectionDialog.$(H): Tools__ChangeSetSelectionDialog.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview2/ApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(INCLUDE_TOP)/stx/libview2/SimpleDialog.$(H) $(STCHDR)
10211
9669028f50d7 automatically generated by browser
vrany
parents: 10168
diff changeset
   203
$(OUTDIR)Tools__ChangeSetSpec.$(O) Tools__ChangeSetSpec.$(H): Tools__ChangeSetSpec.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
14207
45c60d4819c8 class: FontSettingsApplication
Claus Gittinger <cg@exept.de>
parents: 14091
diff changeset
   204
$(OUTDIR)Tools__CheckinInfoDialog.$(O) Tools__CheckinInfoDialog.$(H): Tools__CheckinInfoDialog.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview2/ApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(INCLUDE_TOP)/stx/libview2/SimpleDialog.$(H) $(STCHDR)
14091
ef83f2b5acdc consistent naming (no single underlines)
Claus Gittinger <cg@exept.de>
parents: 14042
diff changeset
   205
$(OUTDIR)Tools__ClassChecker.$(O) Tools__ClassChecker.$(H): Tools__ClassChecker.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
10101
2db31ffc2ea8 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9937
diff changeset
   206
$(OUTDIR)Tools__ClassSorter.$(O) Tools__ClassSorter.$(H): Tools__ClassSorter.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
15059
907fc92515ee memoryusageview now compiled in
Claus Gittinger <cg@exept.de>
parents: 15033
diff changeset
   207
$(OUTDIR)Tools__CodeCompletionMenu.$(O) Tools__CodeCompletionMenu.$(H): Tools__CodeCompletionMenu.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/DeviceGraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libview/View.$(H) $(INCLUDE_TOP)/stx/libwidg2/ListModelView.$(H) $(INCLUDE_TOP)/stx/libwidg2/SelectionInListModelView.$(H) $(STCHDR)
7772
388f12109ac2 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 7300
diff changeset
   208
$(OUTDIR)Tools__CodeCritics.$(O) Tools__CodeCritics.$(H): Tools__CodeCritics.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
15059
907fc92515ee memoryusageview now compiled in
Claus Gittinger <cg@exept.de>
parents: 15033
diff changeset
   209
$(OUTDIR)Tools__CodeView2.$(O) Tools__CodeView2.$(H): Tools__CodeView2.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/AbstractBackground.$(H) $(INCLUDE_TOP)/stx/libview/DeviceGraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libview/View.$(H) $(INCLUDE_TOP)/stx/libwidg/CodeView.$(H) $(INCLUDE_TOP)/stx/libwidg/EditTextView.$(H) $(INCLUDE_TOP)/stx/libwidg/ListView.$(H) $(INCLUDE_TOP)/stx/libwidg/TextCollector.$(H) $(INCLUDE_TOP)/stx/libwidg/TextView.$(H) $(INCLUDE_TOP)/stx/libwidg/Workspace.$(H) $(STCHDR)
10101
2db31ffc2ea8 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9937
diff changeset
   210
$(OUTDIR)Tools__CodeViewService.$(O) Tools__CodeViewService.$(H): Tools__CodeViewService.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
15059
907fc92515ee memoryusageview now compiled in
Claus Gittinger <cg@exept.de>
parents: 15033
diff changeset
   211
$(OUTDIR)Tools__DiffCodeView2.$(O) Tools__DiffCodeView2.$(H): Tools__DiffCodeView2.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/DeviceGraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libwidg2/SyncedMultiColumnTextView.$(H) $(INCLUDE_TOP)/stx/libwidg2/TwoColumnTextView.$(H) $(STCHDR)
14207
45c60d4819c8 class: FontSettingsApplication
Claus Gittinger <cg@exept.de>
parents: 14091
diff changeset
   212
$(OUTDIR)Tools__HierarchicalChangesetDialog.$(O) Tools__HierarchicalChangesetDialog.$(H): Tools__HierarchicalChangesetDialog.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview2/ApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(INCLUDE_TOP)/stx/libview2/SimpleDialog.$(H) $(INCLUDE_TOP)/stx/libwidg2/HierarchicalItem.$(H) $(STCHDR)
45c60d4819c8 class: FontSettingsApplication
Claus Gittinger <cg@exept.de>
parents: 14091
diff changeset
   213
$(OUTDIR)Tools__InlineMessageDialog.$(O) Tools__InlineMessageDialog.$(H): Tools__InlineMessageDialog.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview2/ApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(STCHDR)
45c60d4819c8 class: FontSettingsApplication
Claus Gittinger <cg@exept.de>
parents: 14091
diff changeset
   214
$(OUTDIR)Tools__Inspector2.$(O) Tools__Inspector2.$(H): Tools__Inspector2.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview2/ApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(STCHDR)
10101
2db31ffc2ea8 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9937
diff changeset
   215
$(OUTDIR)Tools__Inspector2Tab.$(O) Tools__Inspector2Tab.$(H): Tools__Inspector2Tab.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
13890
4c3b51c0581b merged in jv's changes
Claus Gittinger <cg@exept.de>
parents: 13506
diff changeset
   216
$(OUTDIR)Tools__LintAnnotation.$(O) Tools__LintAnnotation.$(H): Tools__LintAnnotation.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
10505
916705b05394 automatically generated by browser
vrany
parents: 10489
diff changeset
   217
$(OUTDIR)Tools__LintHighlighter.$(O) Tools__LintHighlighter.$(H): Tools__LintHighlighter.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
14207
45c60d4819c8 class: FontSettingsApplication
Claus Gittinger <cg@exept.de>
parents: 14091
diff changeset
   218
$(OUTDIR)Tools__LintRuleDetail.$(O) Tools__LintRuleDetail.$(H): Tools__LintRuleDetail.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview2/ApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(STCHDR)
45c60d4819c8 class: FontSettingsApplication
Claus Gittinger <cg@exept.de>
parents: 14091
diff changeset
   219
$(OUTDIR)Tools__LintRuleEditDialog.$(O) Tools__LintRuleEditDialog.$(H): Tools__LintRuleEditDialog.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview2/ApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(INCLUDE_TOP)/stx/libview2/SimpleDialog.$(H) $(STCHDR)
45c60d4819c8 class: FontSettingsApplication
Claus Gittinger <cg@exept.de>
parents: 14091
diff changeset
   220
$(OUTDIR)Tools__LintRuleSelectionDialog.$(O) Tools__LintRuleSelectionDialog.$(H): Tools__LintRuleSelectionDialog.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview2/ApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(INCLUDE_TOP)/stx/libview2/SimpleDialog.$(H) $(STCHDR)
7132
397bad83a842 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 7043
diff changeset
   221
$(OUTDIR)Tools__MethodCategoryCache.$(O) Tools__MethodCategoryCache.$(H): Tools__MethodCategoryCache.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
14207
45c60d4819c8 class: FontSettingsApplication
Claus Gittinger <cg@exept.de>
parents: 14091
diff changeset
   222
$(OUTDIR)Tools__MethodRewriter.$(O) Tools__MethodRewriter.$(H): Tools__MethodRewriter.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview2/ApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(STCHDR)
10101
2db31ffc2ea8 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9937
diff changeset
   223
$(OUTDIR)Tools__NavigationHistory.$(O) Tools__NavigationHistory.$(H): Tools__NavigationHistory.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
14091
ef83f2b5acdc consistent naming (no single underlines)
Claus Gittinger <cg@exept.de>
parents: 14042
diff changeset
   224
$(OUTDIR)Tools__NavigationState.$(O) Tools__NavigationState.$(H): Tools__NavigationState.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
14207
45c60d4819c8 class: FontSettingsApplication
Claus Gittinger <cg@exept.de>
parents: 14091
diff changeset
   225
$(OUTDIR)Tools__NavigatorModel.$(O) Tools__NavigatorModel.$(H): Tools__NavigatorModel.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview2/ApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(STCHDR)
45c60d4819c8 class: FontSettingsApplication
Claus Gittinger <cg@exept.de>
parents: 14091
diff changeset
   226
$(OUTDIR)Tools__NewClassWizardDialog.$(O) Tools__NewClassWizardDialog.$(H): Tools__NewClassWizardDialog.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview2/ApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(INCLUDE_TOP)/stx/libview2/SimpleDialog.$(H) $(STCHDR)
15059
907fc92515ee memoryusageview now compiled in
Claus Gittinger <cg@exept.de>
parents: 15033
diff changeset
   227
$(OUTDIR)Tools__NewSystemBrowserCodeView.$(O) Tools__NewSystemBrowserCodeView.$(H): Tools__NewSystemBrowserCodeView.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/DeviceGraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libview/View.$(H) $(INCLUDE_TOP)/stx/libwidg/CodeView.$(H) $(INCLUDE_TOP)/stx/libwidg/EditTextView.$(H) $(INCLUDE_TOP)/stx/libwidg/ListView.$(H) $(INCLUDE_TOP)/stx/libwidg/TextCollector.$(H) $(INCLUDE_TOP)/stx/libwidg/TextView.$(H) $(INCLUDE_TOP)/stx/libwidg/Workspace.$(H) $(STCHDR)
14207
45c60d4819c8 class: FontSettingsApplication
Claus Gittinger <cg@exept.de>
parents: 14091
diff changeset
   228
$(OUTDIR)Tools__Profiler.$(O) Tools__Profiler.$(H): Tools__Profiler.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic3/MessageTally.$(H) $(STCHDR)
10101
2db31ffc2ea8 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9937
diff changeset
   229
$(OUTDIR)Tools__ProfilerInfoBuilder.$(O) Tools__ProfilerInfoBuilder.$(H): Tools__ProfilerInfoBuilder.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
14207
45c60d4819c8 class: FontSettingsApplication
Claus Gittinger <cg@exept.de>
parents: 14091
diff changeset
   230
$(OUTDIR)Tools__ProfilerInfoItem.$(O) Tools__ProfilerInfoItem.$(H): Tools__ProfilerInfoItem.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libwidg2/HierarchicalItem.$(H) $(STCHDR)
45c60d4819c8 class: FontSettingsApplication
Claus Gittinger <cg@exept.de>
parents: 14091
diff changeset
   231
$(OUTDIR)Tools__ProjectCheckerBrowser.$(O) Tools__ProjectCheckerBrowser.$(H): Tools__ProjectCheckerBrowser.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview2/ApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(STCHDR)
45c60d4819c8 class: FontSettingsApplication
Claus Gittinger <cg@exept.de>
parents: 14091
diff changeset
   232
$(OUTDIR)Tools__ProjectLoader.$(O) Tools__ProjectLoader.$(H): Tools__ProjectLoader.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview2/ApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(INCLUDE_TOP)/stx/libview2/SimpleDialog.$(H) $(STCHDR)
15059
907fc92515ee memoryusageview now compiled in
Claus Gittinger <cg@exept.de>
parents: 15033
diff changeset
   233
$(OUTDIR)Tools__SearchDialog.$(O) Tools__SearchDialog.$(H): Tools__SearchDialog.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/DeviceGraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/ModalBox.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libview/StandardSystemView.$(H) $(INCLUDE_TOP)/stx/libview/TopView.$(H) $(INCLUDE_TOP)/stx/libview/View.$(H) $(INCLUDE_TOP)/stx/libwidg/DialogBox.$(H) $(STCHDR)
14207
45c60d4819c8 class: FontSettingsApplication
Claus Gittinger <cg@exept.de>
parents: 14091
diff changeset
   234
$(OUTDIR)Tools__SmalltalkDiffTool.$(O) Tools__SmalltalkDiffTool.$(H): Tools__SmalltalkDiffTool.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview2/ApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(STCHDR)
45c60d4819c8 class: FontSettingsApplication
Claus Gittinger <cg@exept.de>
parents: 14091
diff changeset
   235
$(OUTDIR)Tools__SourceCodeManagerConfigurationTestTool.$(O) Tools__SourceCodeManagerConfigurationTestTool.$(H): Tools__SourceCodeManagerConfigurationTestTool.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview2/ApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(STCHDR)
45c60d4819c8 class: FontSettingsApplication
Claus Gittinger <cg@exept.de>
parents: 14091
diff changeset
   236
$(OUTDIR)Tools__SpecialCodeView.$(O) Tools__SpecialCodeView.$(H): Tools__SpecialCodeView.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview2/ApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(STCHDR)
45c60d4819c8 class: FontSettingsApplication
Claus Gittinger <cg@exept.de>
parents: 14091
diff changeset
   237
$(OUTDIR)Tools__StringSearchTool.$(O) Tools__StringSearchTool.$(H): Tools__StringSearchTool.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview2/ApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(STCHDR)
9901
ff34a3557cef automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9894
diff changeset
   238
$(OUTDIR)Tools__Tag.$(O) Tools__Tag.$(H): Tools__Tag.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
14207
45c60d4819c8 class: FontSettingsApplication
Claus Gittinger <cg@exept.de>
parents: 14091
diff changeset
   239
$(OUTDIR)Tools__TagList.$(O) Tools__TagList.$(H): Tools__TagList.st $(INCLUDE_TOP)/stx/libbasic/Collection.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic/OrderedCollection.$(H) $(INCLUDE_TOP)/stx/libbasic/SequenceableCollection.$(H) $(INCLUDE_TOP)/stx/libbasic2/List.$(H) $(STCHDR)
15059
907fc92515ee memoryusageview now compiled in
Claus Gittinger <cg@exept.de>
parents: 15033
diff changeset
   240
$(OUTDIR)Tools__TagsBrowser.$(O) Tools__TagsBrowser.$(H): Tools__TagsBrowser.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/DeviceGraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libview/View.$(H) $(INCLUDE_TOP)/stx/libview2/ApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(INCLUDE_TOP)/stx/libwidg2/ListModelView.$(H) $(INCLUDE_TOP)/stx/libwidg2/SelectionInListModelView.$(H) $(STCHDR)
14207
45c60d4819c8 class: FontSettingsApplication
Claus Gittinger <cg@exept.de>
parents: 14091
diff changeset
   241
$(OUTDIR)Tools__TextDiffTool.$(O) Tools__TextDiffTool.$(H): Tools__TextDiffTool.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview2/ApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(STCHDR)
13890
4c3b51c0581b merged in jv's changes
Claus Gittinger <cg@exept.de>
parents: 13506
diff changeset
   242
$(OUTDIR)Tools__TextMergeInfo.$(O) Tools__TextMergeInfo.$(H): Tools__TextMergeInfo.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
13506
6150b5d84bdc Added class Tools::Toolbox
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 13481
diff changeset
   243
$(OUTDIR)Tools__Toolbox.$(O) Tools__Toolbox.$(H): Tools__Toolbox.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
14207
45c60d4819c8 class: FontSettingsApplication
Claus Gittinger <cg@exept.de>
parents: 14091
diff changeset
   244
$(OUTDIR)Tools__WebBrowserPage.$(O) Tools__WebBrowserPage.$(H): Tools__WebBrowserPage.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview2/ApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(STCHDR)
45c60d4819c8 class: FontSettingsApplication
Claus Gittinger <cg@exept.de>
parents: 14091
diff changeset
   245
$(OUTDIR)VersionDiffBrowser.$(O) VersionDiffBrowser.$(H): VersionDiffBrowser.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview2/ApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(INCLUDE_TOP)/stx/libwidg2/HierarchicalItem.$(H) $(STCHDR)
15059
907fc92515ee memoryusageview now compiled in
Claus Gittinger <cg@exept.de>
parents: 15033
diff changeset
   246
$(OUTDIR)ViewWithAcceptAndCancelBar.$(O) ViewWithAcceptAndCancelBar.$(H): ViewWithAcceptAndCancelBar.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/DeviceGraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libview/View.$(H) $(INCLUDE_TOP)/stx/libwidg/Button.$(H) $(INCLUDE_TOP)/stx/libwidg/Label.$(H) $(STCHDR)
14207
45c60d4819c8 class: FontSettingsApplication
Claus Gittinger <cg@exept.de>
parents: 14091
diff changeset
   247
$(OUTDIR)Win32FileDialog.$(O) Win32FileDialog.$(H): Win32FileDialog.st $(INCLUDE_TOP)/stx/libbasic/ArrayedCollection.$(H) $(INCLUDE_TOP)/stx/libbasic/ByteArray.$(H) $(INCLUDE_TOP)/stx/libbasic/Collection.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic/SequenceableCollection.$(H) $(INCLUDE_TOP)/stx/libbasic/UninterpretedBytes.$(H) $(STCHDR)
45c60d4819c8 class: FontSettingsApplication
Claus Gittinger <cg@exept.de>
parents: 14091
diff changeset
   248
$(OUTDIR)stx_libtool.$(O) stx_libtool.$(H): stx_libtool.st $(INCLUDE_TOP)/stx/libbasic/LibraryDefinition.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic/ProjectDefinition.$(H) $(STCHDR)
45c60d4819c8 class: FontSettingsApplication
Claus Gittinger <cg@exept.de>
parents: 14091
diff changeset
   249
$(OUTDIR)AbstractDirectoryBrowser.$(O) AbstractDirectoryBrowser.$(H): AbstractDirectoryBrowser.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libtool/AbstractFileBrowser.$(H) $(INCLUDE_TOP)/stx/libview2/ApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(STCHDR)
45c60d4819c8 class: FontSettingsApplication
Claus Gittinger <cg@exept.de>
parents: 14091
diff changeset
   250
$(OUTDIR)AbstractFileFinderApplicationComponent.$(O) AbstractFileFinderApplicationComponent.$(H): AbstractFileFinderApplicationComponent.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libtool/AbstractFileApplicationNoteBookComponent.$(H) $(INCLUDE_TOP)/stx/libview2/ApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(STCHDR)
45c60d4819c8 class: FontSettingsApplication
Claus Gittinger <cg@exept.de>
parents: 14091
diff changeset
   251
$(OUTDIR)AbstractSourceCodeManagementSettingsAppl.$(O) AbstractSourceCodeManagementSettingsAppl.$(H): AbstractSourceCodeManagementSettingsAppl.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libtool/AbstractSettingsApplication.$(H) $(INCLUDE_TOP)/stx/libview2/ApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(STCHDR)
45c60d4819c8 class: FontSettingsApplication
Claus Gittinger <cg@exept.de>
parents: 14091
diff changeset
   252
$(OUTDIR)BookmarkMenuBuilder.$(O) BookmarkMenuBuilder.$(H): BookmarkMenuBuilder.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libtool/BookmarkVisitor.$(H) $(STCHDR)
15059
907fc92515ee memoryusageview now compiled in
Claus Gittinger <cg@exept.de>
parents: 15033
diff changeset
   253
$(OUTDIR)ClassInspectorView.$(O) ClassInspectorView.$(H): ClassInspectorView.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libtool/InspectorView.$(H) $(INCLUDE_TOP)/stx/libview/DeviceGraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(STCHDR)
907fc92515ee memoryusageview now compiled in
Claus Gittinger <cg@exept.de>
parents: 15033
diff changeset
   254
$(OUTDIR)ContextInspectorView.$(O) ContextInspectorView.$(H): ContextInspectorView.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libtool/InspectorView.$(H) $(INCLUDE_TOP)/stx/libview/DeviceGraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(STCHDR)
907fc92515ee memoryusageview now compiled in
Claus Gittinger <cg@exept.de>
parents: 15033
diff changeset
   255
$(OUTDIR)DictionaryInspectorView.$(O) DictionaryInspectorView.$(H): DictionaryInspectorView.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libtool/InspectorView.$(H) $(INCLUDE_TOP)/stx/libview/DeviceGraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(STCHDR)
14207
45c60d4819c8 class: FontSettingsApplication
Claus Gittinger <cg@exept.de>
parents: 14091
diff changeset
   256
$(OUTDIR)Diff3ExclusiveVisitor.$(O) Diff3ExclusiveVisitor.$(H): Diff3ExclusiveVisitor.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libtool/Diff3InclusiveVisitor.$(H) $(STCHDR)
15059
907fc92515ee memoryusageview now compiled in
Claus Gittinger <cg@exept.de>
parents: 15033
diff changeset
   257
$(OUTDIR)DiffCodeView.$(O) DiffCodeView.$(H): DiffCodeView.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libtool/DiffTextView.$(H) $(INCLUDE_TOP)/stx/libview/DeviceGraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libwidg2/SyncedMultiColumnTextView.$(H) $(INCLUDE_TOP)/stx/libwidg2/TwoColumnTextView.$(H) $(STCHDR)
14207
45c60d4819c8 class: FontSettingsApplication
Claus Gittinger <cg@exept.de>
parents: 14091
diff changeset
   258
$(OUTDIR)FileApplicationNoteBook.$(O) FileApplicationNoteBook.$(H): FileApplicationNoteBook.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libtool/AbstractFileApplicationNoteBookComponent.$(H) $(INCLUDE_TOP)/stx/libtool/AbstractFileBrowser.$(H) $(INCLUDE_TOP)/stx/libview2/ApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(STCHDR)
45c60d4819c8 class: FontSettingsApplication
Claus Gittinger <cg@exept.de>
parents: 14091
diff changeset
   259
$(OUTDIR)FileBrowserV2.$(O) FileBrowserV2.$(H): FileBrowserV2.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libtool/AbstractFileBrowser.$(H) $(INCLUDE_TOP)/stx/libview2/ApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(STCHDR)
45c60d4819c8 class: FontSettingsApplication
Claus Gittinger <cg@exept.de>
parents: 14091
diff changeset
   260
$(OUTDIR)FileBrowserV2SettingsAppl.$(O) FileBrowserV2SettingsAppl.$(H): FileBrowserV2SettingsAppl.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libtool/AbstractSettingsApplication.$(H) $(INCLUDE_TOP)/stx/libview2/ApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(STCHDR)
45c60d4819c8 class: FontSettingsApplication
Claus Gittinger <cg@exept.de>
parents: 14091
diff changeset
   261
$(OUTDIR)FileDialogWithPreview.$(O) FileDialogWithPreview.$(H): FileDialogWithPreview.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libtool/FileDialog.$(H) $(INCLUDE_TOP)/stx/libview2/ApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(INCLUDE_TOP)/stx/libview2/SimpleDialog.$(H) $(STCHDR)
15059
907fc92515ee memoryusageview now compiled in
Claus Gittinger <cg@exept.de>
parents: 15033
diff changeset
   262
$(OUTDIR)ImageInspectorView.$(O) ImageInspectorView.$(H): ImageInspectorView.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libtool/InspectorView.$(H) $(INCLUDE_TOP)/stx/libview/DeviceGraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(STCHDR)
14207
45c60d4819c8 class: FontSettingsApplication
Claus Gittinger <cg@exept.de>
parents: 14091
diff changeset
   263
$(OUTDIR)NewLauncher.$(O) NewLauncher.$(H): NewLauncher.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libtool/AbstractLauncherApplication.$(H) $(INCLUDE_TOP)/stx/libview2/ApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(INCLUDE_TOP)/stx/libview2/ToolApplicationModel.$(H) $(STCHDR)
15059
907fc92515ee memoryusageview now compiled in
Claus Gittinger <cg@exept.de>
parents: 15033
diff changeset
   264
$(OUTDIR)OrderedCollectionInspectorView.$(O) OrderedCollectionInspectorView.$(H): OrderedCollectionInspectorView.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libtool/InspectorView.$(H) $(INCLUDE_TOP)/stx/libview/DeviceGraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(STCHDR)
907fc92515ee memoryusageview now compiled in
Claus Gittinger <cg@exept.de>
parents: 15033
diff changeset
   265
$(OUTDIR)SetInspectorView.$(O) SetInspectorView.$(H): SetInspectorView.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libtool/InspectorView.$(H) $(INCLUDE_TOP)/stx/libview/DeviceGraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(STCHDR)
14207
45c60d4819c8 class: FontSettingsApplication
Claus Gittinger <cg@exept.de>
parents: 14091
diff changeset
   266
$(OUTDIR)SettingsDialog.$(O) SettingsDialog.$(H): SettingsDialog.st $(INCLUDE_TOP)/stx/libbasic/Collection.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic/OrderedCollection.$(H) $(INCLUDE_TOP)/stx/libbasic/SequenceableCollection.$(H) $(INCLUDE_TOP)/stx/libbasic2/List.$(H) $(INCLUDE_TOP)/stx/libtool/AbstractSettingsApplication.$(H) $(INCLUDE_TOP)/stx/libview2/ApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(INCLUDE_TOP)/stx/libwidg2/HierarchicalItem.$(H) $(INCLUDE_TOP)/stx/libwidg2/HierarchicalItemWithLabel.$(H) $(INCLUDE_TOP)/stx/libwidg2/HierarchicalItemWithLabelAndIcon.$(H) $(INCLUDE_TOP)/stx/libwidg2/HierarchicalList.$(H) $(STCHDR)
45c60d4819c8 class: FontSettingsApplication
Claus Gittinger <cg@exept.de>
parents: 14091
diff changeset
   267
$(OUTDIR)SmalltalkCodeGeneratorTool.$(O) SmalltalkCodeGeneratorTool.$(H): SmalltalkCodeGeneratorTool.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libtool/CodeGeneratorTool.$(H) $(STCHDR)
45c60d4819c8 class: FontSettingsApplication
Claus Gittinger <cg@exept.de>
parents: 14091
diff changeset
   268
$(OUTDIR)SyntaxElementVariable.$(O) SyntaxElementVariable.$(H): SyntaxElementVariable.st $(INCLUDE_TOP)/stx/libbasic/Magnitude.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libtool/SyntaxElement.$(H) $(STCHDR)
45c60d4819c8 class: FontSettingsApplication
Claus Gittinger <cg@exept.de>
parents: 14091
diff changeset
   269
$(OUTDIR)Tools__BackgroundSourceProcessingService.$(O) Tools__BackgroundSourceProcessingService.$(H): Tools__BackgroundSourceProcessingService.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libtool/Tools__CodeViewService.$(H) $(STCHDR)
45c60d4819c8 class: FontSettingsApplication
Claus Gittinger <cg@exept.de>
parents: 14091
diff changeset
   270
$(OUTDIR)Tools__BreakpointService.$(O) Tools__BreakpointService.$(H): Tools__BreakpointService.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libtool/Tools__CodeViewService.$(H) $(STCHDR)
45c60d4819c8 class: FontSettingsApplication
Claus Gittinger <cg@exept.de>
parents: 14091
diff changeset
   271
$(OUTDIR)Tools__BrowserList.$(O) Tools__BrowserList.$(H): Tools__BrowserList.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libtool/Tools__NavigatorModel.$(H) $(INCLUDE_TOP)/stx/libview2/ApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(STCHDR)
45c60d4819c8 class: FontSettingsApplication
Claus Gittinger <cg@exept.de>
parents: 14091
diff changeset
   272
$(OUTDIR)Tools__CodeCompletionService.$(O) Tools__CodeCompletionService.$(H): Tools__CodeCompletionService.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libtool/Tools__CodeViewService.$(H) $(STCHDR)
45c60d4819c8 class: FontSettingsApplication
Claus Gittinger <cg@exept.de>
parents: 14091
diff changeset
   273
$(OUTDIR)Tools__CodeNavigationService.$(O) Tools__CodeNavigationService.$(H): Tools__CodeNavigationService.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libtool/Tools__CodeViewService.$(H) $(STCHDR)
45c60d4819c8 class: FontSettingsApplication
Claus Gittinger <cg@exept.de>
parents: 14091
diff changeset
   274
$(OUTDIR)Tools__CodeView2SettingsAppl.$(O) Tools__CodeView2SettingsAppl.$(H): Tools__CodeView2SettingsAppl.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libtool/AbstractSettingsApplication.$(H) $(INCLUDE_TOP)/stx/libview2/ApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(STCHDR)
15059
907fc92515ee memoryusageview now compiled in
Claus Gittinger <cg@exept.de>
parents: 15033
diff changeset
   275
$(OUTDIR)Tools__Diff2CodeView2.$(O) Tools__Diff2CodeView2.$(H): Tools__Diff2CodeView2.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libtool/Tools__DiffCodeView2.$(H) $(INCLUDE_TOP)/stx/libview/DeviceGraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libwidg2/SyncedMultiColumnTextView.$(H) $(INCLUDE_TOP)/stx/libwidg2/TwoColumnTextView.$(H) $(STCHDR)
907fc92515ee memoryusageview now compiled in
Claus Gittinger <cg@exept.de>
parents: 15033
diff changeset
   276
$(OUTDIR)Tools__Diff3CodeView2.$(O) Tools__Diff3CodeView2.$(H): Tools__Diff3CodeView2.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libtool/Tools__DiffCodeView2.$(H) $(INCLUDE_TOP)/stx/libview/DeviceGraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libwidg2/SyncedMultiColumnTextView.$(H) $(INCLUDE_TOP)/stx/libwidg2/TwoColumnTextView.$(H) $(STCHDR)
14221
c5e5e5888d57 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 14215
diff changeset
   277
$(OUTDIR)Tools__FontSettingsApplication.$(O) Tools__FontSettingsApplication.$(H): Tools__FontSettingsApplication.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libtool/AbstractSettingsApplication.$(H) $(INCLUDE_TOP)/stx/libview2/ApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(STCHDR)
14207
45c60d4819c8 class: FontSettingsApplication
Claus Gittinger <cg@exept.de>
parents: 14091
diff changeset
   278
$(OUTDIR)Tools__GenericToolbox.$(O) Tools__GenericToolbox.$(H): Tools__GenericToolbox.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libtool/Tools__Toolbox.$(H) $(STCHDR)
45c60d4819c8 class: FontSettingsApplication
Claus Gittinger <cg@exept.de>
parents: 14091
diff changeset
   279
$(OUTDIR)Tools__LintRuleSettingsApplication.$(O) Tools__LintRuleSettingsApplication.$(H): Tools__LintRuleSettingsApplication.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libtool/AbstractSettingsApplication.$(H) $(INCLUDE_TOP)/stx/libview2/ApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(STCHDR)
45c60d4819c8 class: FontSettingsApplication
Claus Gittinger <cg@exept.de>
parents: 14091
diff changeset
   280
$(OUTDIR)Tools__LintService.$(O) Tools__LintService.$(H): Tools__LintService.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libtool/Tools__CodeViewService.$(H) $(STCHDR)
45c60d4819c8 class: FontSettingsApplication
Claus Gittinger <cg@exept.de>
parents: 14091
diff changeset
   281
$(OUTDIR)Tools__NavigatorCanvas.$(O) Tools__NavigatorCanvas.$(H): Tools__NavigatorCanvas.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libtool/Tools__NavigatorModel.$(H) $(INCLUDE_TOP)/stx/libview2/ApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(STCHDR)
45c60d4819c8 class: FontSettingsApplication
Claus Gittinger <cg@exept.de>
parents: 14091
diff changeset
   282
$(OUTDIR)Tools__NewSystemBrowser.$(O) Tools__NewSystemBrowser.$(H): Tools__NewSystemBrowser.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libtool/SystemBrowser.$(H) $(INCLUDE_TOP)/stx/libview2/ApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(INCLUDE_TOP)/stx/libwidg2/ListEntry.$(H) $(STCHDR)
45c60d4819c8 class: FontSettingsApplication
Claus Gittinger <cg@exept.de>
parents: 14091
diff changeset
   283
$(OUTDIR)Tools__OrganizerCanvas.$(O) Tools__OrganizerCanvas.$(H): Tools__OrganizerCanvas.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libtool/Tools__NavigatorModel.$(H) $(INCLUDE_TOP)/stx/libview2/ApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(STCHDR)
45c60d4819c8 class: FontSettingsApplication
Claus Gittinger <cg@exept.de>
parents: 14091
diff changeset
   284
$(OUTDIR)Tools__SendersBrowslet.$(O) Tools__SendersBrowslet.$(H): Tools__SendersBrowslet.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libtool/Tools__Browslet.$(H) $(INCLUDE_TOP)/stx/libview2/ApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(STCHDR)
45c60d4819c8 class: FontSettingsApplication
Claus Gittinger <cg@exept.de>
parents: 14091
diff changeset
   285
$(OUTDIR)Tools__StringSearchToolForTextView.$(O) Tools__StringSearchToolForTextView.$(H): Tools__StringSearchToolForTextView.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libtool/Tools__StringSearchTool.$(H) $(INCLUDE_TOP)/stx/libview2/ApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(STCHDR)
14733
c57ea2f05e0f Added new superclass TestRunnerMini for small mini test runner.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 14687
diff changeset
   286
$(OUTDIR)Tools__TestRunnerMini.$(O) Tools__TestRunnerMini.$(H): Tools__TestRunnerMini.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libtool/Tools__AbstractTestRunner.$(H) $(INCLUDE_TOP)/stx/libview2/ApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(STCHDR)
14207
45c60d4819c8 class: FontSettingsApplication
Claus Gittinger <cg@exept.de>
parents: 14091
diff changeset
   287
$(OUTDIR)Tools__TextDiff2Tool.$(O) Tools__TextDiff2Tool.$(H): Tools__TextDiff2Tool.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libtool/Tools__TextDiffTool.$(H) $(INCLUDE_TOP)/stx/libview2/ApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(STCHDR)
45c60d4819c8 class: FontSettingsApplication
Claus Gittinger <cg@exept.de>
parents: 14091
diff changeset
   288
$(OUTDIR)Tools__TextDiff3Tool.$(O) Tools__TextDiff3Tool.$(H): Tools__TextDiff3Tool.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libtool/Tools__CodeViewService.$(H) $(INCLUDE_TOP)/stx/libtool/Tools__TextDiffTool.$(H) $(INCLUDE_TOP)/stx/libview2/ApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(STCHDR)
45c60d4819c8 class: FontSettingsApplication
Claus Gittinger <cg@exept.de>
parents: 14091
diff changeset
   289
$(OUTDIR)Tools__VisualProfilerCanvas.$(O) Tools__VisualProfilerCanvas.$(H): Tools__VisualProfilerCanvas.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libtool/Tools__NavigatorModel.$(H) $(INCLUDE_TOP)/stx/libview2/ApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(INCLUDE_TOP)/stx/libwidg2/HierarchicalItem.$(H) $(STCHDR)
45c60d4819c8 class: FontSettingsApplication
Claus Gittinger <cg@exept.de>
parents: 14091
diff changeset
   290
$(OUTDIR)WorkspaceApplication.$(O) WorkspaceApplication.$(H): WorkspaceApplication.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libtool/MultiViewToolApplication.$(H) $(INCLUDE_TOP)/stx/libview2/ApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(INCLUDE_TOP)/stx/libview2/ToolApplicationModel.$(H) $(STCHDR)
45c60d4819c8 class: FontSettingsApplication
Claus Gittinger <cg@exept.de>
parents: 14091
diff changeset
   291
$(OUTDIR)BookmarkAddMenuBuilder.$(O) BookmarkAddMenuBuilder.$(H): BookmarkAddMenuBuilder.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libtool/BookmarkMenuBuilder.$(H) $(INCLUDE_TOP)/stx/libtool/BookmarkVisitor.$(H) $(STCHDR)
45c60d4819c8 class: FontSettingsApplication
Claus Gittinger <cg@exept.de>
parents: 14091
diff changeset
   292
$(OUTDIR)BookmarkToolbarMenuBuilder.$(O) BookmarkToolbarMenuBuilder.$(H): BookmarkToolbarMenuBuilder.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libtool/BookmarkMenuBuilder.$(H) $(INCLUDE_TOP)/stx/libtool/BookmarkVisitor.$(H) $(STCHDR)
45c60d4819c8 class: FontSettingsApplication
Claus Gittinger <cg@exept.de>
parents: 14091
diff changeset
   293
$(OUTDIR)CVSSourceCodeManagementSettingsAppl.$(O) CVSSourceCodeManagementSettingsAppl.$(H): CVSSourceCodeManagementSettingsAppl.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libtool/AbstractSettingsApplication.$(H) $(INCLUDE_TOP)/stx/libtool/AbstractSourceCodeManagementSettingsAppl.$(H) $(INCLUDE_TOP)/stx/libview2/ApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(STCHDR)
45c60d4819c8 class: FontSettingsApplication
Claus Gittinger <cg@exept.de>
parents: 14091
diff changeset
   294
$(OUTDIR)DataBaseSourceCodeManagementSettingsAppl.$(O) DataBaseSourceCodeManagementSettingsAppl.$(H): DataBaseSourceCodeManagementSettingsAppl.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libtool/AbstractSettingsApplication.$(H) $(INCLUDE_TOP)/stx/libtool/AbstractSourceCodeManagementSettingsAppl.$(H) $(INCLUDE_TOP)/stx/libview2/ApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(STCHDR)
45c60d4819c8 class: FontSettingsApplication
Claus Gittinger <cg@exept.de>
parents: 14091
diff changeset
   295
$(OUTDIR)DirectoryContentsBrowser.$(O) DirectoryContentsBrowser.$(H): DirectoryContentsBrowser.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libtool/AbstractDirectoryBrowser.$(H) $(INCLUDE_TOP)/stx/libtool/AbstractFileBrowser.$(H) $(INCLUDE_TOP)/stx/libview2/ApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(STCHDR)
45c60d4819c8 class: FontSettingsApplication
Claus Gittinger <cg@exept.de>
parents: 14091
diff changeset
   296
$(OUTDIR)DirectoryDifferenceViewApplication.$(O) DirectoryDifferenceViewApplication.$(H): DirectoryDifferenceViewApplication.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libtool/AbstractFileApplicationNoteBookComponent.$(H) $(INCLUDE_TOP)/stx/libtool/AbstractFileFinderApplicationComponent.$(H) $(INCLUDE_TOP)/stx/libview2/ApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(STCHDR)
45c60d4819c8 class: FontSettingsApplication
Claus Gittinger <cg@exept.de>
parents: 14091
diff changeset
   297
$(OUTDIR)DirectoryTreeBrowser.$(O) DirectoryTreeBrowser.$(H): DirectoryTreeBrowser.st $(INCLUDE_TOP)/stx/libbasic/Collection.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic/OrderedCollection.$(H) $(INCLUDE_TOP)/stx/libbasic/SequenceableCollection.$(H) $(INCLUDE_TOP)/stx/libbasic2/List.$(H) $(INCLUDE_TOP)/stx/libtool/AbstractDirectoryBrowser.$(H) $(INCLUDE_TOP)/stx/libtool/AbstractFileBrowser.$(H) $(INCLUDE_TOP)/stx/libview2/ApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(INCLUDE_TOP)/stx/libwidg2/HierarchicalFileList.$(H) $(INCLUDE_TOP)/stx/libwidg2/HierarchicalList.$(H) $(STCHDR)
45c60d4819c8 class: FontSettingsApplication
Claus Gittinger <cg@exept.de>
parents: 14091
diff changeset
   298
$(OUTDIR)FileBasedSourceCodeManagementSettingsAppl.$(O) FileBasedSourceCodeManagementSettingsAppl.$(H): FileBasedSourceCodeManagementSettingsAppl.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libtool/AbstractSettingsApplication.$(H) $(INCLUDE_TOP)/stx/libtool/AbstractSourceCodeManagementSettingsAppl.$(H) $(INCLUDE_TOP)/stx/libview2/ApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(STCHDR)
45c60d4819c8 class: FontSettingsApplication
Claus Gittinger <cg@exept.de>
parents: 14091
diff changeset
   299
$(OUTDIR)FindFileApplication.$(O) FindFileApplication.$(H): FindFileApplication.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libtool/AbstractFileApplicationNoteBookComponent.$(H) $(INCLUDE_TOP)/stx/libtool/AbstractFileFinderApplicationComponent.$(H) $(INCLUDE_TOP)/stx/libview2/ApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(STCHDR)
45c60d4819c8 class: FontSettingsApplication
Claus Gittinger <cg@exept.de>
parents: 14091
diff changeset
   300
$(OUTDIR)GitSourceCodeManagementSettingsAppl.$(O) GitSourceCodeManagementSettingsAppl.$(H): GitSourceCodeManagementSettingsAppl.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libtool/AbstractSettingsApplication.$(H) $(INCLUDE_TOP)/stx/libtool/AbstractSourceCodeManagementSettingsAppl.$(H) $(INCLUDE_TOP)/stx/libview2/ApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(STCHDR)
45c60d4819c8 class: FontSettingsApplication
Claus Gittinger <cg@exept.de>
parents: 14091
diff changeset
   301
$(OUTDIR)MercurialSourceCodeManagementSettingsAppl.$(O) MercurialSourceCodeManagementSettingsAppl.$(H): MercurialSourceCodeManagementSettingsAppl.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libtool/AbstractSettingsApplication.$(H) $(INCLUDE_TOP)/stx/libtool/AbstractSourceCodeManagementSettingsAppl.$(H) $(INCLUDE_TOP)/stx/libview2/ApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(STCHDR)
45c60d4819c8 class: FontSettingsApplication
Claus Gittinger <cg@exept.de>
parents: 14091
diff changeset
   302
$(OUTDIR)PerforceSourceCodeManagementSettingsAppl.$(O) PerforceSourceCodeManagementSettingsAppl.$(H): PerforceSourceCodeManagementSettingsAppl.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libtool/AbstractSettingsApplication.$(H) $(INCLUDE_TOP)/stx/libtool/AbstractSourceCodeManagementSettingsAppl.$(H) $(INCLUDE_TOP)/stx/libview2/ApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(STCHDR)
45c60d4819c8 class: FontSettingsApplication
Claus Gittinger <cg@exept.de>
parents: 14091
diff changeset
   303
$(OUTDIR)StoreSourceCodeManagementSettingsAppl.$(O) StoreSourceCodeManagementSettingsAppl.$(H): StoreSourceCodeManagementSettingsAppl.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libtool/AbstractSettingsApplication.$(H) $(INCLUDE_TOP)/stx/libtool/AbstractSourceCodeManagementSettingsAppl.$(H) $(INCLUDE_TOP)/stx/libview2/ApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(STCHDR)
45c60d4819c8 class: FontSettingsApplication
Claus Gittinger <cg@exept.de>
parents: 14091
diff changeset
   304
$(OUTDIR)Tools__BrowserListWithFilter.$(O) Tools__BrowserListWithFilter.$(H): Tools__BrowserListWithFilter.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libtool/Tools__BrowserList.$(H) $(INCLUDE_TOP)/stx/libtool/Tools__NavigatorModel.$(H) $(INCLUDE_TOP)/stx/libview2/ApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(STCHDR)
45c60d4819c8 class: FontSettingsApplication
Claus Gittinger <cg@exept.de>
parents: 14091
diff changeset
   305
$(OUTDIR)Tools__ClassCategoryList.$(O) Tools__ClassCategoryList.$(H): Tools__ClassCategoryList.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libtool/Tools__BrowserList.$(H) $(INCLUDE_TOP)/stx/libtool/Tools__NavigatorModel.$(H) $(INCLUDE_TOP)/stx/libview2/ApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(STCHDR)
45c60d4819c8 class: FontSettingsApplication
Claus Gittinger <cg@exept.de>
parents: 14091
diff changeset
   306
$(OUTDIR)Tools__ClassGeneratorList.$(O) Tools__ClassGeneratorList.$(H): Tools__ClassGeneratorList.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libtool/Tools__BrowserList.$(H) $(INCLUDE_TOP)/stx/libtool/Tools__NavigatorModel.$(H) $(INCLUDE_TOP)/stx/libview2/ApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(STCHDR)
45c60d4819c8 class: FontSettingsApplication
Claus Gittinger <cg@exept.de>
parents: 14091
diff changeset
   307
$(OUTDIR)Tools__ClassList.$(O) Tools__ClassList.$(H): Tools__ClassList.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libtool/Tools__BrowserList.$(H) $(INCLUDE_TOP)/stx/libtool/Tools__NavigatorModel.$(H) $(INCLUDE_TOP)/stx/libview2/ApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(STCHDR)
45c60d4819c8 class: FontSettingsApplication
Claus Gittinger <cg@exept.de>
parents: 14091
diff changeset
   308
$(OUTDIR)Tools__CodeHighlightingService.$(O) Tools__CodeHighlightingService.$(H): Tools__CodeHighlightingService.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libtool/Tools__BackgroundSourceProcessingService.$(H) $(INCLUDE_TOP)/stx/libtool/Tools__CodeViewService.$(H) $(STCHDR)
45c60d4819c8 class: FontSettingsApplication
Claus Gittinger <cg@exept.de>
parents: 14091
diff changeset
   309
$(OUTDIR)Tools__LintRuleList.$(O) Tools__LintRuleList.$(H): Tools__LintRuleList.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libtool/Tools__BrowserList.$(H) $(INCLUDE_TOP)/stx/libtool/Tools__NavigatorModel.$(H) $(INCLUDE_TOP)/stx/libview2/ApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(INCLUDE_TOP)/stx/libwidg2/HierarchicalItem.$(H) $(STCHDR)
45c60d4819c8 class: FontSettingsApplication
Claus Gittinger <cg@exept.de>
parents: 14091
diff changeset
   310
$(OUTDIR)Tools__MethodCategoryList.$(O) Tools__MethodCategoryList.$(H): Tools__MethodCategoryList.st $(INCLUDE_TOP)/stx/libbasic/CompiledCode.$(H) $(INCLUDE_TOP)/stx/libbasic/ExecutableFunction.$(H) $(INCLUDE_TOP)/stx/libbasic/Method.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libtool/Tools__BrowserList.$(H) $(INCLUDE_TOP)/stx/libtool/Tools__NavigatorModel.$(H) $(INCLUDE_TOP)/stx/libview2/ApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(STCHDR)
45c60d4819c8 class: FontSettingsApplication
Claus Gittinger <cg@exept.de>
parents: 14091
diff changeset
   311
$(OUTDIR)Tools__MethodList.$(O) Tools__MethodList.$(H): Tools__MethodList.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libtool/Tools__BrowserList.$(H) $(INCLUDE_TOP)/stx/libtool/Tools__NavigatorModel.$(H) $(INCLUDE_TOP)/stx/libview2/ApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(STCHDR)
45c60d4819c8 class: FontSettingsApplication
Claus Gittinger <cg@exept.de>
parents: 14091
diff changeset
   312
$(OUTDIR)Tools__NamespaceList.$(O) Tools__NamespaceList.$(H): Tools__NamespaceList.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libtool/Tools__BrowserList.$(H) $(INCLUDE_TOP)/stx/libtool/Tools__NavigatorModel.$(H) $(INCLUDE_TOP)/stx/libview2/ApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(STCHDR)
45c60d4819c8 class: FontSettingsApplication
Claus Gittinger <cg@exept.de>
parents: 14091
diff changeset
   313
$(OUTDIR)Tools__ProjectList.$(O) Tools__ProjectList.$(H): Tools__ProjectList.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libtool/Tools__BrowserList.$(H) $(INCLUDE_TOP)/stx/libtool/Tools__NavigatorModel.$(H) $(INCLUDE_TOP)/stx/libview2/ApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(STCHDR)
45c60d4819c8 class: FontSettingsApplication
Claus Gittinger <cg@exept.de>
parents: 14091
diff changeset
   314
$(OUTDIR)Tools__SmalltalkToolbox.$(O) Tools__SmalltalkToolbox.$(H): Tools__SmalltalkToolbox.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libtool/Tools__GenericToolbox.$(H) $(INCLUDE_TOP)/stx/libtool/Tools__Toolbox.$(H) $(STCHDR)
14733
c57ea2f05e0f Added new superclass TestRunnerMini for small mini test runner.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 14687
diff changeset
   315
$(OUTDIR)Tools__TestRunnerEmbedded.$(O) Tools__TestRunnerEmbedded.$(H): Tools__TestRunnerEmbedded.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libtool/Tools__AbstractTestRunner.$(H) $(INCLUDE_TOP)/stx/libtool/Tools__TestRunnerMini.$(H) $(INCLUDE_TOP)/stx/libview2/ApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(STCHDR)
14207
45c60d4819c8 class: FontSettingsApplication
Claus Gittinger <cg@exept.de>
parents: 14091
diff changeset
   316
$(OUTDIR)Tools__VariableList.$(O) Tools__VariableList.$(H): Tools__VariableList.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libtool/Tools__BrowserList.$(H) $(INCLUDE_TOP)/stx/libtool/Tools__NavigatorModel.$(H) $(INCLUDE_TOP)/stx/libview2/ApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(STCHDR)
45c60d4819c8 class: FontSettingsApplication
Claus Gittinger <cg@exept.de>
parents: 14091
diff changeset
   317
$(OUTDIR)Tools__ChangeList.$(O) Tools__ChangeList.$(H): Tools__ChangeList.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libtool/Tools__BrowserList.$(H) $(INCLUDE_TOP)/stx/libtool/Tools__BrowserListWithFilter.$(H) $(INCLUDE_TOP)/stx/libtool/Tools__NavigatorModel.$(H) $(INCLUDE_TOP)/stx/libview2/ApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(INCLUDE_TOP)/stx/libwidg2/HierarchicalItem.$(H) $(STCHDR)
45c60d4819c8 class: FontSettingsApplication
Claus Gittinger <cg@exept.de>
parents: 14091
diff changeset
   318
$(OUTDIR)Tools__ChangeSetDiffList.$(O) Tools__ChangeSetDiffList.$(H): Tools__ChangeSetDiffList.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libtool/Tools__BrowserList.$(H) $(INCLUDE_TOP)/stx/libtool/Tools__BrowserListWithFilter.$(H) $(INCLUDE_TOP)/stx/libtool/Tools__NavigatorModel.$(H) $(INCLUDE_TOP)/stx/libview2/ApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(STCHDR)
45c60d4819c8 class: FontSettingsApplication
Claus Gittinger <cg@exept.de>
parents: 14091
diff changeset
   319
$(OUTDIR)Tools__FullMethodCategoryList.$(O) Tools__FullMethodCategoryList.$(H): Tools__FullMethodCategoryList.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libtool/Tools__BrowserList.$(H) $(INCLUDE_TOP)/stx/libtool/Tools__MethodCategoryList.$(H) $(INCLUDE_TOP)/stx/libtool/Tools__NavigatorModel.$(H) $(INCLUDE_TOP)/stx/libview2/ApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(STCHDR)
45c60d4819c8 class: FontSettingsApplication
Claus Gittinger <cg@exept.de>
parents: 14091
diff changeset
   320
$(OUTDIR)Tools__HierarchicalClassCategoryList.$(O) Tools__HierarchicalClassCategoryList.$(H): Tools__HierarchicalClassCategoryList.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libtool/Tools__BrowserList.$(H) $(INCLUDE_TOP)/stx/libtool/Tools__ClassCategoryList.$(H) $(INCLUDE_TOP)/stx/libtool/Tools__NavigatorModel.$(H) $(INCLUDE_TOP)/stx/libview2/ApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(INCLUDE_TOP)/stx/libwidg2/HierarchicalItem.$(H) $(INCLUDE_TOP)/stx/libwidg2/HierarchicalItemWithLabel.$(H) $(STCHDR)
45c60d4819c8 class: FontSettingsApplication
Claus Gittinger <cg@exept.de>
parents: 14091
diff changeset
   321
$(OUTDIR)Tools__HierarchicalClassList.$(O) Tools__HierarchicalClassList.$(H): Tools__HierarchicalClassList.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libtool/Tools__BrowserList.$(H) $(INCLUDE_TOP)/stx/libtool/Tools__ClassList.$(H) $(INCLUDE_TOP)/stx/libtool/Tools__NavigatorModel.$(H) $(INCLUDE_TOP)/stx/libview2/ApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(STCHDR)
45c60d4819c8 class: FontSettingsApplication
Claus Gittinger <cg@exept.de>
parents: 14091
diff changeset
   322
$(OUTDIR)Tools__HierarchicalLintRuleList.$(O) Tools__HierarchicalLintRuleList.$(H): Tools__HierarchicalLintRuleList.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libtool/Tools__BrowserList.$(H) $(INCLUDE_TOP)/stx/libtool/Tools__LintRuleList.$(H) $(INCLUDE_TOP)/stx/libtool/Tools__NavigatorModel.$(H) $(INCLUDE_TOP)/stx/libview2/ApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(STCHDR)
45c60d4819c8 class: FontSettingsApplication
Claus Gittinger <cg@exept.de>
parents: 14091
diff changeset
   323
$(OUTDIR)Tools__HierarchicalProjectList.$(O) Tools__HierarchicalProjectList.$(H): Tools__HierarchicalProjectList.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libtool/Tools__BrowserList.$(H) $(INCLUDE_TOP)/stx/libtool/Tools__NavigatorModel.$(H) $(INCLUDE_TOP)/stx/libtool/Tools__ProjectList.$(H) $(INCLUDE_TOP)/stx/libview2/ApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(INCLUDE_TOP)/stx/libwidg2/HierarchicalItem.$(H) $(INCLUDE_TOP)/stx/libwidg2/HierarchicalItemWithLabel.$(H) $(STCHDR)
45c60d4819c8 class: FontSettingsApplication
Claus Gittinger <cg@exept.de>
parents: 14091
diff changeset
   324
$(OUTDIR)Tools__ImplementingClassList.$(O) Tools__ImplementingClassList.$(H): Tools__ImplementingClassList.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libtool/Tools__BrowserList.$(H) $(INCLUDE_TOP)/stx/libtool/Tools__MethodList.$(H) $(INCLUDE_TOP)/stx/libtool/Tools__NavigatorModel.$(H) $(INCLUDE_TOP)/stx/libview2/ApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(STCHDR)
45c60d4819c8 class: FontSettingsApplication
Claus Gittinger <cg@exept.de>
parents: 14091
diff changeset
   325
$(OUTDIR)Tools__ImplementingMethodList.$(O) Tools__ImplementingMethodList.$(H): Tools__ImplementingMethodList.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libtool/Tools__BrowserList.$(H) $(INCLUDE_TOP)/stx/libtool/Tools__MethodList.$(H) $(INCLUDE_TOP)/stx/libtool/Tools__NavigatorModel.$(H) $(INCLUDE_TOP)/stx/libview2/ApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(STCHDR)
45c60d4819c8 class: FontSettingsApplication
Claus Gittinger <cg@exept.de>
parents: 14091
diff changeset
   326
$(OUTDIR)Tools__NamespaceFilter.$(O) Tools__NamespaceFilter.$(H): Tools__NamespaceFilter.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libtool/Tools__BrowserList.$(H) $(INCLUDE_TOP)/stx/libtool/Tools__NamespaceList.$(H) $(INCLUDE_TOP)/stx/libtool/Tools__NavigatorModel.$(H) $(INCLUDE_TOP)/stx/libview2/ApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(STCHDR)
45c60d4819c8 class: FontSettingsApplication
Claus Gittinger <cg@exept.de>
parents: 14091
diff changeset
   327
$(OUTDIR)Tools__TestRunner2.$(O) Tools__TestRunner2.$(H): Tools__TestRunner2.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libtool/Tools__AbstractTestRunner.$(H) $(INCLUDE_TOP)/stx/libtool/Tools__BrowserList.$(H) $(INCLUDE_TOP)/stx/libtool/Tools__ClassList.$(H) $(INCLUDE_TOP)/stx/libtool/Tools__NavigatorModel.$(H) $(INCLUDE_TOP)/stx/libview2/ApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(INCLUDE_TOP)/stx/libwidg2/HierarchicalItem.$(H) $(STCHDR)
45c60d4819c8 class: FontSettingsApplication
Claus Gittinger <cg@exept.de>
parents: 14091
diff changeset
   328
$(OUTDIR)Tools__HierarchicalChangeList.$(O) Tools__HierarchicalChangeList.$(H): Tools__HierarchicalChangeList.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libtool/Tools__BrowserList.$(H) $(INCLUDE_TOP)/stx/libtool/Tools__BrowserListWithFilter.$(H) $(INCLUDE_TOP)/stx/libtool/Tools__ChangeList.$(H) $(INCLUDE_TOP)/stx/libtool/Tools__NavigatorModel.$(H) $(INCLUDE_TOP)/stx/libview2/ApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(STCHDR)
45c60d4819c8 class: FontSettingsApplication
Claus Gittinger <cg@exept.de>
parents: 14091
diff changeset
   329
$(OUTDIR)Tools__HierarchicalPackageFilterList.$(O) Tools__HierarchicalPackageFilterList.$(H): Tools__HierarchicalPackageFilterList.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libtool/Tools__BrowserList.$(H) $(INCLUDE_TOP)/stx/libtool/Tools__HierarchicalProjectList.$(H) $(INCLUDE_TOP)/stx/libtool/Tools__NavigatorModel.$(H) $(INCLUDE_TOP)/stx/libtool/Tools__ProjectList.$(H) $(INCLUDE_TOP)/stx/libview2/ApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(INCLUDE_TOP)/stx/libwidg2/HierarchicalItem.$(H) $(INCLUDE_TOP)/stx/libwidg2/HierarchicalItemWithLabel.$(H) $(STCHDR)
45c60d4819c8 class: FontSettingsApplication
Claus Gittinger <cg@exept.de>
parents: 14091
diff changeset
   330
$(OUTDIR)Tools__InheritanceClassList.$(O) Tools__InheritanceClassList.$(H): Tools__InheritanceClassList.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libtool/Tools__BrowserList.$(H) $(INCLUDE_TOP)/stx/libtool/Tools__ClassList.$(H) $(INCLUDE_TOP)/stx/libtool/Tools__HierarchicalClassList.$(H) $(INCLUDE_TOP)/stx/libtool/Tools__NavigatorModel.$(H) $(INCLUDE_TOP)/stx/libview2/ApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(STCHDR)
15059
907fc92515ee memoryusageview now compiled in
Claus Gittinger <cg@exept.de>
parents: 15033
diff changeset
   331
$(OUTDIR)extensions.$(O): extensions.st $(INCLUDE_TOP)/stx/libbasic/AbstractTime.$(H) $(INCLUDE_TOP)/stx/libbasic/ArithmeticValue.$(H) $(INCLUDE_TOP)/stx/libbasic/ArrayedCollection.$(H) $(INCLUDE_TOP)/stx/libbasic/Autoload.$(H) $(INCLUDE_TOP)/stx/libbasic/Bag.$(H) $(INCLUDE_TOP)/stx/libbasic/Behavior.$(H) $(INCLUDE_TOP)/stx/libbasic/Block.$(H) $(INCLUDE_TOP)/stx/libbasic/Boolean.$(H) $(INCLUDE_TOP)/stx/libbasic/ByteArray.$(H) $(INCLUDE_TOP)/stx/libbasic/Character.$(H) $(INCLUDE_TOP)/stx/libbasic/CharacterArray.$(H) $(INCLUDE_TOP)/stx/libbasic/Class.$(H) $(INCLUDE_TOP)/stx/libbasic/ClassDescription.$(H) $(INCLUDE_TOP)/stx/libbasic/Collection.$(H) $(INCLUDE_TOP)/stx/libbasic/CompiledCode.$(H) $(INCLUDE_TOP)/stx/libbasic/Date.$(H) $(INCLUDE_TOP)/stx/libbasic/Dictionary.$(H) $(INCLUDE_TOP)/stx/libbasic/ExecutableFunction.$(H) $(INCLUDE_TOP)/stx/libbasic/Geometric.$(H) $(INCLUDE_TOP)/stx/libbasic/IdentityDictionary.$(H) $(INCLUDE_TOP)/stx/libbasic/Integer.$(H) $(INCLUDE_TOP)/stx/libbasic/Interval.$(H) $(INCLUDE_TOP)/stx/libbasic/KeyedCollection.$(H) $(INCLUDE_TOP)/stx/libbasic/LimitedPrecisionReal.$(H) $(INCLUDE_TOP)/stx/libbasic/Magnitude.$(H) $(INCLUDE_TOP)/stx/libbasic/Method.$(H) $(INCLUDE_TOP)/stx/libbasic/MethodDictionary.$(H) $(INCLUDE_TOP)/stx/libbasic/NameSpace.$(H) $(INCLUDE_TOP)/stx/libbasic/Number.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic/OrderedCollection.$(H) $(INCLUDE_TOP)/stx/libbasic/Point.$(H) $(INCLUDE_TOP)/stx/libbasic/ProgrammingLanguage.$(H) $(INCLUDE_TOP)/stx/libbasic/ReadOnlySequenceableCollection.$(H) $(INCLUDE_TOP)/stx/libbasic/Rectangle.$(H) $(INCLUDE_TOP)/stx/libbasic/SequenceableCollection.$(H) $(INCLUDE_TOP)/stx/libbasic/Set.$(H) $(INCLUDE_TOP)/stx/libbasic/Smalltalk.$(H) $(INCLUDE_TOP)/stx/libbasic/SmalltalkLanguage.$(H) $(INCLUDE_TOP)/stx/libbasic/String.$(H) $(INCLUDE_TOP)/stx/libbasic/StringCollection.$(H) $(INCLUDE_TOP)/stx/libbasic/Symbol.$(H) $(INCLUDE_TOP)/stx/libbasic/Timestamp.$(H) $(INCLUDE_TOP)/stx/libbasic/UndefinedObject.$(H) $(INCLUDE_TOP)/stx/libbasic/UninterpretedBytes.$(H) $(INCLUDE_TOP)/stx/libbasic/UserPreferences.$(H) $(INCLUDE_TOP)/stx/libbasic2/Iterator.$(H) $(INCLUDE_TOP)/stx/libbasic2/RunArray.$(H) $(INCLUDE_TOP)/stx/libbasic2/Text.$(H) $(INCLUDE_TOP)/stx/libbasic2/UUID.$(H) $(INCLUDE_TOP)/stx/libbasic3/Change.$(H) $(INCLUDE_TOP)/stx/libbasic3/ChangeSet.$(H) $(INCLUDE_TOP)/stx/libbasic3/CompositeChange.$(H) $(INCLUDE_TOP)/stx/libbasic3/ProfileTree.$(H) $(INCLUDE_TOP)/stx/libcomp/AbstractSyntaxHighlighter.$(H) $(INCLUDE_TOP)/stx/libcomp/Breakpoint.$(H) $(INCLUDE_TOP)/stx/libcomp/BreakpointDescription.$(H) $(INCLUDE_TOP)/stx/libcomp/Parser.$(H) $(INCLUDE_TOP)/stx/libcomp/Scanner.$(H) $(INCLUDE_TOP)/stx/libview/Color.$(H) $(INCLUDE_TOP)/stx/libview/DeviceGraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/Form.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/Image.$(H) $(INCLUDE_TOP)/stx/libview/PopUpView.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libview/TopView.$(H) $(INCLUDE_TOP)/stx/libview/View.$(H) $(INCLUDE_TOP)/stx/libwidg/EditTextView.$(H) $(INCLUDE_TOP)/stx/libwidg/GenericToolbarIconLibrary.$(H) $(INCLUDE_TOP)/stx/libwidg/ListView.$(H) $(INCLUDE_TOP)/stx/libwidg/MenuView.$(H) $(INCLUDE_TOP)/stx/libwidg/PopUpMenu.$(H) $(INCLUDE_TOP)/stx/libwidg/SelectionInListView.$(H) $(INCLUDE_TOP)/stx/libwidg/TextView.$(H) $(INCLUDE_TOP)/stx/libwidg2/ListModelView.$(H) $(INCLUDE_TOP)/stx/libwidg2/SelectionInListModelView.$(H) $(STCHDR)
7132
397bad83a842 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 7043
diff changeset
   332
6981
09d2e43a2332 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 6585
diff changeset
   333
# ENDMAKEDEPEND --- do not remove this line
10475
0b54142198ed automatically generated by browser
vrany
parents: 10433
diff changeset
   334