Make.proto
author Jan Vrany <jan.vrany@fit.cvut.cz>
Thu, 28 Mar 2013 12:22:48 +0000
branchjv
changeset 3158 f8c56a311307
parent 3128 87750af738dc
parent 3001 55ff3d5916fa
child 3219 92e64a42ab4e
permissions -rw-r--r--
Merged 87750af738dc and 72ca7e81fbbf (branch default - CVS HEAD)
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
3001
55ff3d5916fa automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2987
diff changeset
     1
# $Header: /cvs/stx/stx/libbasic3/Make.proto,v 1.134 2013-01-18 13:02:55 cg Exp $
1536
6a0eecf10db7 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1357
diff changeset
     2
#
2213
1048f57d530a automatically generated by browser
fm
parents: 2146
diff changeset
     3
# DO NOT EDIT
2858
db3746df68f9 automatically generated by browser
vrany
parents: 2806
diff changeset
     4
# automagically generated from the projectDefinition: stx_libbasic3.
1536
6a0eecf10db7 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1357
diff changeset
     5
#
6a0eecf10db7 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1357
diff changeset
     6
# Warning: once you modify this file, do not rerun
6a0eecf10db7 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1357
diff changeset
     7
# stmkmp or projectDefinition-build again - otherwise, your changes are lost.
31
claus
parents:
diff changeset
     8
#
1536
6a0eecf10db7 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1357
diff changeset
     9
# The Makefile as generated by this Make.proto supports the following targets:
6a0eecf10db7 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1357
diff changeset
    10
#    make         - compile all st-files to a classLib
6a0eecf10db7 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1357
diff changeset
    11
#    make clean   - clean all temp files
6a0eecf10db7 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1357
diff changeset
    12
#    make clobber - clean all
1553
b07b710e6d69 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1536
diff changeset
    13
#
b07b710e6d69 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1536
diff changeset
    14
# This file contains definitions for Unix based platforms.
1792
adc9d3dbd690 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1769
diff changeset
    15
# It shares common definitions with the win32-make in Make.spec.
31
claus
parents:
diff changeset
    16
1536
6a0eecf10db7 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1357
diff changeset
    17
#
6a0eecf10db7 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1357
diff changeset
    18
# position (of this package) in directory hierarchy:
6a0eecf10db7 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1357
diff changeset
    19
# (must point to ST/X top directory, for tools and includes)
1792
adc9d3dbd690 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1769
diff changeset
    20
TOP=..
adc9d3dbd690 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1769
diff changeset
    21
INCLUDE_TOP=$(TOP)/..
1536
6a0eecf10db7 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1357
diff changeset
    22
6a0eecf10db7 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1357
diff changeset
    23
# subdirectories where targets are to be made:
1357
e17a8d8ac730 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1354
diff changeset
    24
SUBDIRS=
e17a8d8ac730 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1354
diff changeset
    25
1536
6a0eecf10db7 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1357
diff changeset
    26
6a0eecf10db7 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1357
diff changeset
    27
# subdirectories where Makefiles are to be made:
6a0eecf10db7 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1357
diff changeset
    28
# (only define if different from SUBDIRS)
6a0eecf10db7 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1357
diff changeset
    29
# ALLSUBDIRS=
6a0eecf10db7 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1357
diff changeset
    30
2032
67896282eb4a automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1944
diff changeset
    31
REQUIRED_SUPPORT_DIRS=
1536
6a0eecf10db7 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1357
diff changeset
    32
2213
1048f57d530a automatically generated by browser
fm
parents: 2146
diff changeset
    33
# if your embedded C code requires any system includes,
1048f57d530a automatically generated by browser
fm
parents: 2146
diff changeset
    34
# add the path(es) here:,
1536
6a0eecf10db7 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1357
diff changeset
    35
# ********** OPTIONAL: MODIFY the next lines ***
6a0eecf10db7 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1357
diff changeset
    36
# LOCALINCLUDES=-Ifoo -Ibar
3001
55ff3d5916fa automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2987
diff changeset
    37
LOCALINCLUDES= -I$(INCLUDE_TOP)/stx/libbasic -I$(INCLUDE_TOP)/stx/libbasic2
1536
6a0eecf10db7 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1357
diff changeset
    38
6a0eecf10db7 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1357
diff changeset
    39
2213
1048f57d530a automatically generated by browser
fm
parents: 2146
diff changeset
    40
# if you need any additional defines for embedded C code,
1048f57d530a automatically generated by browser
fm
parents: 2146
diff changeset
    41
# add them here:,
1536
6a0eecf10db7 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1357
diff changeset
    42
# ********** OPTIONAL: MODIFY the next lines ***
6a0eecf10db7 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1357
diff changeset
    43
# LOCALDEFINES=-Dfoo -Dbar -DDEBUG
6a0eecf10db7 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1357
diff changeset
    44
LOCALDEFINES=
6a0eecf10db7 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1357
diff changeset
    45
1792
adc9d3dbd690 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1769
diff changeset
    46
LIBNAME=libstx_libbasic3
2682
47c68b518c30 Fixed -headerDir stc option (again)
vrany
parents: 2676
diff changeset
    47
STCLOCALOPT='-package=$(PACKAGE)' -I. $(LOCALINCLUDES) $(STCLOCALOPTIMIZATIONS) $(STCWARNINGS) $(LOCALDEFINES) -headerDir=. $(COMMONSYMBOLS) -varPrefix=$(LIBNAME)
1536
6a0eecf10db7 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1357
diff changeset
    48
6a0eecf10db7 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1357
diff changeset
    49
6a0eecf10db7 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1357
diff changeset
    50
# ********** OPTIONAL: MODIFY the next line ***
6a0eecf10db7 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1357
diff changeset
    51
# additional C-libraries that should be pre-linked with the class-objects
6a0eecf10db7 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1357
diff changeset
    52
LD_OBJ_LIBS=
1814
a8cd717d0c3b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1792
diff changeset
    53
LOCAL_SHARED_LIBS=
31
claus
parents:
diff changeset
    54
1536
6a0eecf10db7 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1357
diff changeset
    55
6a0eecf10db7 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1357
diff changeset
    56
# ********** OPTIONAL: MODIFY the next line ***
6a0eecf10db7 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1357
diff changeset
    57
# additional C targets or libraries should be added below
6a0eecf10db7 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1357
diff changeset
    58
LOCAL_EXTRA_TARGETS=
6a0eecf10db7 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1357
diff changeset
    59
1597
9ab60adc90f7 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1587
diff changeset
    60
OBJS= $(COMMON_OBJS) $(UNIX_OBJS)
9ab60adc90f7 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1587
diff changeset
    61
1628
621367d6048a automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1621
diff changeset
    62
621367d6048a automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1621
diff changeset
    63
1536
6a0eecf10db7 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1357
diff changeset
    64
all:: preMake classLibRule postMake
6a0eecf10db7 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1357
diff changeset
    65
3098
67aaf3fadffb Added ChangeSetDiffComponent>>depth
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3078
diff changeset
    66
pre_objs::  
3014
d9ad6aafc2ae Build files regenerated
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3012
diff changeset
    67
2146
49040134cceb automatically generated by browser
fm
parents: 2110
diff changeset
    68
49040134cceb automatically generated by browser
fm
parents: 2110
diff changeset
    69
1628
621367d6048a automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1621
diff changeset
    70
3098
67aaf3fadffb Added ChangeSetDiffComponent>>depth
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3078
diff changeset
    71
# Update SVN revision in package definition class
3014
d9ad6aafc2ae Build files regenerated
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3012
diff changeset
    72
ifneq (,$(findstring .svn,$(wildcard .svn)))
d9ad6aafc2ae Build files regenerated
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3012
diff changeset
    73
.svnversion: *.st
3012
4f40b8304d54 Added InvalidChange
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3011
diff changeset
    74
	if [ -d .svn ]; then \
4f40b8304d54 Added InvalidChange
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3011
diff changeset
    75
		rev=$(shell svnversion -n); \
3014
d9ad6aafc2ae Build files regenerated
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3012
diff changeset
    76
		echo -n $$rev > .svnversion; \
d9ad6aafc2ae Build files regenerated
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3012
diff changeset
    77
	else \
d9ad6aafc2ae Build files regenerated
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3012
diff changeset
    78
		echo -n exported > .svnversion; \
2385
24a64c05d999 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2332
diff changeset
    79
	fi
3014
d9ad6aafc2ae Build files regenerated
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3012
diff changeset
    80
3078
3f5abbdcbde9 Merged with /trunk
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3074
diff changeset
    81
stx_libbasic3.o: stx_libbasic3.st .svnversion
3098
67aaf3fadffb Added ChangeSetDiffComponent>>depth
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3078
diff changeset
    82
	@if [ -d .svn ]; then \
3040
59494b5de91f Build files regenerated
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3037
diff changeset
    83
		rev2="$(shell printf "%-16s" $$(cat .svnversion))"; \
3098
67aaf3fadffb Added ChangeSetDiffComponent>>depth
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3078
diff changeset
    84
		echo "  [SV]  Expanding svnRevisionNo in $1.st"; \
3040
59494b5de91f Build files regenerated
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3037
diff changeset
    85
		sed -e "s/\"\$$SVN\-Revision:\".*\"\$$\"/\"\$$SVN-Revision:\"\'$$rev2\'\"\$$\"/g" $< > .stx_libbasic3.svn.st; \
2385
24a64c05d999 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2332
diff changeset
    86
	fi
3098
67aaf3fadffb Added ChangeSetDiffComponent>>depth
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3078
diff changeset
    87
	$(MAKE) CC="$(CLASSLIB_CC)" OPT="$(OPT)" SEPINITCODE="$(SEPINITCODE)" STC="$(STC)" STFILE=.stx_libbasic3.svn $(C_RULE);
67aaf3fadffb Added ChangeSetDiffComponent>>depth
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3078
diff changeset
    88
	sed -i -e "s/\".stx_libbasic3.svn.st\");/\"\stx_libbasic3.st\");/g" .stx_libbasic3.svn.c
67aaf3fadffb Added ChangeSetDiffComponent>>depth
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3078
diff changeset
    89
	$(MAKE) .stx_libbasic3.svn.$(O)
67aaf3fadffb Added ChangeSetDiffComponent>>depth
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3078
diff changeset
    90
	@mv .stx_libbasic3.svn.$(O) stx_libbasic3.$(O)
3014
d9ad6aafc2ae Build files regenerated
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3012
diff changeset
    91
endif
1628
621367d6048a automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1621
diff changeset
    92
31
claus
parents:
diff changeset
    93
1628
621367d6048a automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1621
diff changeset
    94
3121
19723298dd2c Bugfix: reading of Java class extensions methods.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3099
diff changeset
    95
# Enforce recompilation of package definition class if Mercurial working
19723298dd2c Bugfix: reading of Java class extensions methods.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3099
diff changeset
    96
# copy state changes. Together with --guessVersion it ensures that package
19723298dd2c Bugfix: reading of Java class extensions methods.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3099
diff changeset
    97
# definition class always contains correct binary revision string.
19723298dd2c Bugfix: reading of Java class extensions methods.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3099
diff changeset
    98
ifneq (**NOHG**, $(shell hg root 2> /dev/null || echo -n '**NOHG**'))
19723298dd2c Bugfix: reading of Java class extensions methods.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3099
diff changeset
    99
stx_libbasic3.$(O): $(shell hg root)/.hg/dirstate
19723298dd2c Bugfix: reading of Java class extensions methods.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3099
diff changeset
   100
endif
19723298dd2c Bugfix: reading of Java class extensions methods.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3099
diff changeset
   101
2533
40bb875a3174 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2496
diff changeset
   102
3098
67aaf3fadffb Added ChangeSetDiffComponent>>depth
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3078
diff changeset
   103
67aaf3fadffb Added ChangeSetDiffComponent>>depth
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3078
diff changeset
   104
67aaf3fadffb Added ChangeSetDiffComponent>>depth
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3078
diff changeset
   105
# run default testsuite for this package
67aaf3fadffb Added ChangeSetDiffComponent>>depth
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3078
diff changeset
   106
test: $(TOP)/goodies/builder/reports
67aaf3fadffb Added ChangeSetDiffComponent>>depth
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3078
diff changeset
   107
	$(MAKE) -C $(TOP)/goodies/builder/reports
67aaf3fadffb Added ChangeSetDiffComponent>>depth
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3078
diff changeset
   108
	$(TOP)/goodies/builder/reports/report-runner.sh -D . -r Builder::TestReport -p $(PACKAGE)
31
claus
parents:
diff changeset
   109
2533
40bb875a3174 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2496
diff changeset
   110
40bb875a3174 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2496
diff changeset
   111
1536
6a0eecf10db7 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1357
diff changeset
   112
# add more install actions here
6a0eecf10db7 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1357
diff changeset
   113
install::
6a0eecf10db7 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1357
diff changeset
   114
6a0eecf10db7 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1357
diff changeset
   115
# add more install actions for aux-files (resources) here
6a0eecf10db7 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1357
diff changeset
   116
installAux::
6a0eecf10db7 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1357
diff changeset
   117
6a0eecf10db7 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1357
diff changeset
   118
# add more preMake actions here
6a0eecf10db7 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1357
diff changeset
   119
preMake::
6a0eecf10db7 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1357
diff changeset
   120
6a0eecf10db7 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1357
diff changeset
   121
# add more postMake actions here
6a0eecf10db7 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1357
diff changeset
   122
postMake:: cleanjunk
31
claus
parents:
diff changeset
   123
3127
23fd4ad500d5 TUF support for extensions (part 1/2)
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3126
diff changeset
   124
# build all mandatory prerequisite packages (containing superclasses) for this package
23fd4ad500d5 TUF support for extensions (part 1/2)
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3126
diff changeset
   125
prereq:
2110
7fca33d5cb96 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2087
diff changeset
   126
	cd ../libbasic && $(MAKE) "CFLAGS_LOCAL=$(GLOBALDEFINES)"
7fca33d5cb96 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2087
diff changeset
   127
	cd ../libbasic2 && $(MAKE) "CFLAGS_LOCAL=$(GLOBALDEFINES)"
2032
67896282eb4a automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1944
diff changeset
   128
67896282eb4a automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1944
diff changeset
   129
3127
23fd4ad500d5 TUF support for extensions (part 1/2)
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3126
diff changeset
   130
# build all packages containing referenced classes for this package
23fd4ad500d5 TUF support for extensions (part 1/2)
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3126
diff changeset
   131
# they are nor needed to compile the package
23fd4ad500d5 TUF support for extensions (part 1/2)
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3126
diff changeset
   132
references:
23fd4ad500d5 TUF support for extensions (part 1/2)
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3126
diff changeset
   133
2032
67896282eb4a automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1944
diff changeset
   134
31
claus
parents:
diff changeset
   135
cleanjunk::
2657
99c9dbad528f automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2585
diff changeset
   136
	-rm -f *.s *.s2
31
claus
parents:
diff changeset
   137
claus
parents:
diff changeset
   138
clean::
1553
b07b710e6d69 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1536
diff changeset
   139
	-rm -f *.o *.H
31
claus
parents:
diff changeset
   140
2032
67896282eb4a automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1944
diff changeset
   141
clobber:: clean
1553
b07b710e6d69 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1536
diff changeset
   142
	-rm -f *.so *.dll
1536
6a0eecf10db7 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1357
diff changeset
   143
31
claus
parents:
diff changeset
   144
40
claus
parents: 38
diff changeset
   145
# BEGINMAKEDEPEND --- do not remove this line; make depend needs it
1792
adc9d3dbd690 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1769
diff changeset
   146
$(OUTDIR)AbstractSourceCodeManager.$(O) AbstractSourceCodeManager.$(H): AbstractSourceCodeManager.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
adc9d3dbd690 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1769
diff changeset
   147
$(OUTDIR)CallChain.$(O) CallChain.$(H): CallChain.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
adc9d3dbd690 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1769
diff changeset
   148
$(OUTDIR)Change.$(O) Change.$(H): Change.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
2496
487b65adf925 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2462
diff changeset
   149
$(OUTDIR)ChangeDeltaInformation.$(O) ChangeDeltaInformation.$(H): ChangeDeltaInformation.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
2271
e917ad43538e automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2213
diff changeset
   150
$(OUTDIR)ChangeNotificationParameter.$(O) ChangeNotificationParameter.$(H): ChangeNotificationParameter.st $(INCLUDE_TOP)/stx/libbasic/Array.$(H) $(INCLUDE_TOP)/stx/libbasic/ArrayedCollection.$(H) $(INCLUDE_TOP)/stx/libbasic/SequenceableCollection.$(H) $(INCLUDE_TOP)/stx/libbasic/Collection.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
2956
0a6fff243bd0 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 2891
diff changeset
   151
$(OUTDIR)ChangeSet.$(O) ChangeSet.$(H): ChangeSet.st $(INCLUDE_TOP)/stx/libbasic/OrderedCollection.$(H) $(INCLUDE_TOP)/stx/libbasic/SequenceableCollection.$(H) $(INCLUDE_TOP)/stx/libbasic/Collection.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic/Error.$(H) $(INCLUDE_TOP)/stx/libbasic/Exception.$(H) $(INCLUDE_TOP)/stx/libbasic/GenericException.$(H) $(INCLUDE_TOP)/stx/libbasic/SmalltalkChunkFileSourceWriter.$(H) $(INCLUDE_TOP)/stx/libbasic/AbstractSourceFileWriter.$(H) $(STCHDR)
2416
2a4fc58fb5e1 automatically generated by browser
vrany
parents: 2385
diff changeset
   152
$(OUTDIR)ChangeSetDiff.$(O) ChangeSetDiff.$(H): ChangeSetDiff.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
2429
f9deaa0ce3f3 automatically generated by browser
vrany
parents: 2416
diff changeset
   153
$(OUTDIR)ChangeSetDiffComponent.$(O) ChangeSetDiffComponent.$(H): ChangeSetDiffComponent.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
1792
adc9d3dbd690 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1769
diff changeset
   154
$(OUTDIR)ClassOrganizer.$(O) ClassOrganizer.$(H): ClassOrganizer.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
adc9d3dbd690 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1769
diff changeset
   155
$(OUTDIR)HTMLDocGenerator.$(O) HTMLDocGenerator.$(H): HTMLDocGenerator.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
adc9d3dbd690 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1769
diff changeset
   156
$(OUTDIR)HistoryManager.$(O) HistoryManager.$(H): HistoryManager.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
adc9d3dbd690 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1769
diff changeset
   157
$(OUTDIR)MessageTally.$(O) MessageTally.$(H): MessageTally.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
adc9d3dbd690 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1769
diff changeset
   158
$(OUTDIR)MessageTracer.$(O) MessageTracer.$(H): MessageTracer.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
adc9d3dbd690 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1769
diff changeset
   159
$(OUTDIR)MethodFinder.$(O) MethodFinder.$(H): MethodFinder.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
adc9d3dbd690 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1769
diff changeset
   160
$(OUTDIR)ProfileTree.$(O) ProfileTree.$(H): ProfileTree.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
2709
f4670019141e automatically generated by browser
vrany
parents: 2682
diff changeset
   161
$(OUTDIR)ProjectChecker.$(O) ProjectChecker.$(H): ProjectChecker.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
2858
db3746df68f9 automatically generated by browser
vrany
parents: 2806
diff changeset
   162
$(OUTDIR)ProjectProblem.$(O) ProjectProblem.$(H): ProjectProblem.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
2575
8e46e673ea11 automatically generated by browser
vrany
parents: 2560
diff changeset
   163
$(OUTDIR)SourceCodeCache.$(O) SourceCodeCache.$(H): SourceCodeCache.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
2496
487b65adf925 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2462
diff changeset
   164
$(OUTDIR)SourceCodeManagerError.$(O) SourceCodeManagerError.$(H): SourceCodeManagerError.st $(INCLUDE_TOP)/stx/libbasic/ProceedableError.$(H) $(INCLUDE_TOP)/stx/libbasic/Error.$(H) $(INCLUDE_TOP)/stx/libbasic/Exception.$(H) $(INCLUDE_TOP)/stx/libbasic/GenericException.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
1792
adc9d3dbd690 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1769
diff changeset
   165
$(OUTDIR)SourceCodeManagerUtilities.$(O) SourceCodeManagerUtilities.$(H): SourceCodeManagerUtilities.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
adc9d3dbd690 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1769
diff changeset
   166
$(OUTDIR)SystemOrganizer.$(O) SystemOrganizer.$(H): SystemOrganizer.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
2300
be6db2cee4a5 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2271
diff changeset
   167
$(OUTDIR)TraceBuffer.$(O) TraceBuffer.$(H): TraceBuffer.st $(INCLUDE_TOP)/stx/libbasic/Array.$(H) $(INCLUDE_TOP)/stx/libbasic/ArrayedCollection.$(H) $(INCLUDE_TOP)/stx/libbasic/SequenceableCollection.$(H) $(INCLUDE_TOP)/stx/libbasic/Collection.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
2032
67896282eb4a automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1944
diff changeset
   168
$(OUTDIR)VersionInfo.$(O) VersionInfo.$(H): VersionInfo.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
1792
adc9d3dbd690 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1769
diff changeset
   169
$(OUTDIR)WrappedMethod.$(O) WrappedMethod.$(H): WrappedMethod.st $(INCLUDE_TOP)/stx/libbasic/Method.$(H) $(INCLUDE_TOP)/stx/libbasic/CompiledCode.$(H) $(INCLUDE_TOP)/stx/libbasic/ExecutableFunction.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
2891
085b38188bba build files fixed
vrany
parents: 2884
diff changeset
   170
$(OUTDIR)stx_libbasic3.$(O) stx_libbasic3.$(H): stx_libbasic3.st $(INCLUDE_TOP)/stx/libbasic/LibraryDefinition.$(H) $(INCLUDE_TOP)/stx/libbasic/ProjectDefinition.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
1792
adc9d3dbd690 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1769
diff changeset
   171
$(OUTDIR)CVSSourceCodeManager.$(O) CVSSourceCodeManager.$(H): CVSSourceCodeManager.st $(INCLUDE_TOP)/stx/libbasic3/AbstractSourceCodeManager.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
2032
67896282eb4a automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1944
diff changeset
   172
$(OUTDIR)CVSVersionInfo.$(O) CVSVersionInfo.$(H): CVSVersionInfo.st $(INCLUDE_TOP)/stx/libbasic3/VersionInfo.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
2429
f9deaa0ce3f3 automatically generated by browser
vrany
parents: 2416
diff changeset
   173
$(OUTDIR)ChangeSetDiffEntry.$(O) ChangeSetDiffEntry.$(H): ChangeSetDiffEntry.st $(INCLUDE_TOP)/stx/libbasic3/ChangeSetDiffComponent.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
f9deaa0ce3f3 automatically generated by browser
vrany
parents: 2416
diff changeset
   174
$(OUTDIR)ChangeSetDiffSet.$(O) ChangeSetDiffSet.$(H): ChangeSetDiffSet.st $(INCLUDE_TOP)/stx/libbasic3/ChangeSetDiffComponent.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
1792
adc9d3dbd690 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1769
diff changeset
   175
$(OUTDIR)ClassChange.$(O) ClassChange.$(H): ClassChange.st $(INCLUDE_TOP)/stx/libbasic3/Change.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
2385
24a64c05d999 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2332
diff changeset
   176
$(OUTDIR)CompositeChange.$(O) CompositeChange.$(H): CompositeChange.st $(INCLUDE_TOP)/stx/libbasic3/Change.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
2676
36b57cc934ba automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2666
diff changeset
   177
$(OUTDIR)DataBaseSourceCodeManager.$(O) DataBaseSourceCodeManager.$(H): DataBaseSourceCodeManager.st $(INCLUDE_TOP)/stx/libbasic3/AbstractSourceCodeManager.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
1792
adc9d3dbd690 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1769
diff changeset
   178
$(OUTDIR)DoItChange.$(O) DoItChange.$(H): DoItChange.st $(INCLUDE_TOP)/stx/libbasic3/Change.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
2657
99c9dbad528f automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2585
diff changeset
   179
$(OUTDIR)FileBasedSourceCodeManager.$(O) FileBasedSourceCodeManager.$(H): FileBasedSourceCodeManager.st $(INCLUDE_TOP)/stx/libbasic3/AbstractSourceCodeManager.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
2385
24a64c05d999 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2332
diff changeset
   180
$(OUTDIR)FileInChange.$(O) FileInChange.$(H): FileInChange.st $(INCLUDE_TOP)/stx/libbasic3/Change.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
2780
c8723db93b16 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2766
diff changeset
   181
$(OUTDIR)GitSourceCodeManager.$(O) GitSourceCodeManager.$(H): GitSourceCodeManager.st $(INCLUDE_TOP)/stx/libbasic3/AbstractSourceCodeManager.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
2766
480faeee5254 automatically generated by browser
vrany
parents: 2755
diff changeset
   182
$(OUTDIR)InvalidChange.$(O) InvalidChange.$(H): InvalidChange.st $(INCLUDE_TOP)/stx/libbasic3/Change.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
2755
72f6af668718 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2747
diff changeset
   183
$(OUTDIR)MercurialSourceCodeManager.$(O) MercurialSourceCodeManager.$(H): MercurialSourceCodeManager.st $(INCLUDE_TOP)/stx/libbasic3/AbstractSourceCodeManager.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
2271
e917ad43538e automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2213
diff changeset
   184
$(OUTDIR)MethodChangeNotificationParameter.$(O) MethodChangeNotificationParameter.$(H): MethodChangeNotificationParameter.st $(INCLUDE_TOP)/stx/libbasic3/ChangeNotificationParameter.$(H) $(INCLUDE_TOP)/stx/libbasic/Array.$(H) $(INCLUDE_TOP)/stx/libbasic/ArrayedCollection.$(H) $(INCLUDE_TOP)/stx/libbasic/SequenceableCollection.$(H) $(INCLUDE_TOP)/stx/libbasic/Collection.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
1792
adc9d3dbd690 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1769
diff changeset
   185
$(OUTDIR)NameSpaceCreationChange.$(O) NameSpaceCreationChange.$(H): NameSpaceCreationChange.st $(INCLUDE_TOP)/stx/libbasic3/Change.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
adc9d3dbd690 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1769
diff changeset
   186
$(OUTDIR)OtherChange.$(O) OtherChange.$(H): OtherChange.st $(INCLUDE_TOP)/stx/libbasic3/Change.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
3001
55ff3d5916fa automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2987
diff changeset
   187
$(OUTDIR)PerforceSourceCodeManager.$(O) PerforceSourceCodeManager.$(H): PerforceSourceCodeManager.st $(INCLUDE_TOP)/stx/libbasic3/AbstractSourceCodeManager.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic/ProceedableError.$(H) $(INCLUDE_TOP)/stx/libbasic/Error.$(H) $(INCLUDE_TOP)/stx/libbasic/Exception.$(H) $(INCLUDE_TOP)/stx/libbasic/GenericException.$(H) $(INCLUDE_TOP)/stx/libbasic3/VersionInfo.$(H) $(STCHDR)
2533
40bb875a3174 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2496
diff changeset
   188
$(OUTDIR)SVNVersionInfo.$(O) SVNVersionInfo.$(H): SVNVersionInfo.st $(INCLUDE_TOP)/stx/libbasic3/VersionInfo.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
2858
db3746df68f9 automatically generated by browser
vrany
parents: 2806
diff changeset
   189
$(OUTDIR)SourceCodeManagerUtilitiesForContainerBasedManagers.$(O) SourceCodeManagerUtilitiesForContainerBasedManagers.$(H): SourceCodeManagerUtilitiesForContainerBasedManagers.st $(INCLUDE_TOP)/stx/libbasic3/SourceCodeManagerUtilities.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
db3746df68f9 automatically generated by browser
vrany
parents: 2806
diff changeset
   190
$(OUTDIR)SourceCodeManagerUtilitiesForWorkspaceBasedManagers.$(O) SourceCodeManagerUtilitiesForWorkspaceBasedManagers.$(H): SourceCodeManagerUtilitiesForWorkspaceBasedManagers.st $(INCLUDE_TOP)/stx/libbasic3/SourceCodeManagerUtilities.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
1792
adc9d3dbd690 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1769
diff changeset
   191
$(OUTDIR)StoreSourceCodeManager.$(O) StoreSourceCodeManager.$(H): StoreSourceCodeManager.st $(INCLUDE_TOP)/stx/libbasic3/AbstractSourceCodeManager.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
adc9d3dbd690 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1769
diff changeset
   192
$(OUTDIR)ClassCategoryChange.$(O) ClassCategoryChange.$(H): ClassCategoryChange.st $(INCLUDE_TOP)/stx/libbasic3/ClassChange.$(H) $(INCLUDE_TOP)/stx/libbasic3/Change.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
adc9d3dbd690 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1769
diff changeset
   193
$(OUTDIR)ClassClassVariableChange.$(O) ClassClassVariableChange.$(H): ClassClassVariableChange.st $(INCLUDE_TOP)/stx/libbasic3/ClassChange.$(H) $(INCLUDE_TOP)/stx/libbasic3/Change.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
adc9d3dbd690 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1769
diff changeset
   194
$(OUTDIR)ClassCommentChange.$(O) ClassCommentChange.$(H): ClassCommentChange.st $(INCLUDE_TOP)/stx/libbasic3/ClassChange.$(H) $(INCLUDE_TOP)/stx/libbasic3/Change.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
adc9d3dbd690 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1769
diff changeset
   195
$(OUTDIR)ClassDefinitionChange.$(O) ClassDefinitionChange.$(H): ClassDefinitionChange.st $(INCLUDE_TOP)/stx/libbasic3/ClassChange.$(H) $(INCLUDE_TOP)/stx/libbasic3/Change.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
adc9d3dbd690 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1769
diff changeset
   196
$(OUTDIR)ClassInstVarDefinitionChange.$(O) ClassInstVarDefinitionChange.$(H): ClassInstVarDefinitionChange.st $(INCLUDE_TOP)/stx/libbasic3/ClassChange.$(H) $(INCLUDE_TOP)/stx/libbasic3/Change.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
adc9d3dbd690 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1769
diff changeset
   197
$(OUTDIR)ClassOtherChange.$(O) ClassOtherChange.$(H): ClassOtherChange.st $(INCLUDE_TOP)/stx/libbasic3/ClassChange.$(H) $(INCLUDE_TOP)/stx/libbasic3/Change.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
adc9d3dbd690 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1769
diff changeset
   198
$(OUTDIR)ClassPrimitiveChange.$(O) ClassPrimitiveChange.$(H): ClassPrimitiveChange.st $(INCLUDE_TOP)/stx/libbasic3/ClassChange.$(H) $(INCLUDE_TOP)/stx/libbasic3/Change.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
1814
a8cd717d0c3b automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1792
diff changeset
   199
$(OUTDIR)ClassRemoveChange.$(O) ClassRemoveChange.$(H): ClassRemoveChange.st $(INCLUDE_TOP)/stx/libbasic3/ClassChange.$(H) $(INCLUDE_TOP)/stx/libbasic3/Change.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic/Query.$(H) $(INCLUDE_TOP)/stx/libbasic/Notification.$(H) $(INCLUDE_TOP)/stx/libbasic/GenericException.$(H) $(STCHDR)
1792
adc9d3dbd690 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1769
diff changeset
   200
$(OUTDIR)ClassRenameChange.$(O) ClassRenameChange.$(H): ClassRenameChange.st $(INCLUDE_TOP)/stx/libbasic3/ClassChange.$(H) $(INCLUDE_TOP)/stx/libbasic3/Change.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
2884
a78793f917a0 automatically generated by browser
vrany
parents: 2858
diff changeset
   201
$(OUTDIR)InfoChange.$(O) InfoChange.$(H): InfoChange.st $(INCLUDE_TOP)/stx/libbasic3/OtherChange.$(H) $(INCLUDE_TOP)/stx/libbasic3/Change.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
2271
e917ad43538e automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2213
diff changeset
   202
$(OUTDIR)MethodCategoryChangeNotificationParameter.$(O) MethodCategoryChangeNotificationParameter.$(H): MethodCategoryChangeNotificationParameter.st $(INCLUDE_TOP)/stx/libbasic3/MethodChangeNotificationParameter.$(H) $(INCLUDE_TOP)/stx/libbasic3/ChangeNotificationParameter.$(H) $(INCLUDE_TOP)/stx/libbasic/Array.$(H) $(INCLUDE_TOP)/stx/libbasic/ArrayedCollection.$(H) $(INCLUDE_TOP)/stx/libbasic/SequenceableCollection.$(H) $(INCLUDE_TOP)/stx/libbasic/Collection.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
1792
adc9d3dbd690 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1769
diff changeset
   203
$(OUTDIR)MethodCategoryRenameChange.$(O) MethodCategoryRenameChange.$(H): MethodCategoryRenameChange.st $(INCLUDE_TOP)/stx/libbasic3/ClassChange.$(H) $(INCLUDE_TOP)/stx/libbasic3/Change.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
adc9d3dbd690 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1769
diff changeset
   204
$(OUTDIR)MethodChange.$(O) MethodChange.$(H): MethodChange.st $(INCLUDE_TOP)/stx/libbasic3/ClassChange.$(H) $(INCLUDE_TOP)/stx/libbasic3/Change.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
2271
e917ad43538e automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2213
diff changeset
   205
$(OUTDIR)MethodRemoveChangeNotificationParameter.$(O) MethodRemoveChangeNotificationParameter.$(H): MethodRemoveChangeNotificationParameter.st $(INCLUDE_TOP)/stx/libbasic3/MethodChangeNotificationParameter.$(H) $(INCLUDE_TOP)/stx/libbasic3/ChangeNotificationParameter.$(H) $(INCLUDE_TOP)/stx/libbasic/Array.$(H) $(INCLUDE_TOP)/stx/libbasic/ArrayedCollection.$(H) $(INCLUDE_TOP)/stx/libbasic/SequenceableCollection.$(H) $(INCLUDE_TOP)/stx/libbasic/Collection.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
e917ad43538e automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2213
diff changeset
   206
$(OUTDIR)MethodTrapChangeNotificationParameter.$(O) MethodTrapChangeNotificationParameter.$(H): MethodTrapChangeNotificationParameter.st $(INCLUDE_TOP)/stx/libbasic3/MethodChangeNotificationParameter.$(H) $(INCLUDE_TOP)/stx/libbasic3/ChangeNotificationParameter.$(H) $(INCLUDE_TOP)/stx/libbasic/Array.$(H) $(INCLUDE_TOP)/stx/libbasic/ArrayedCollection.$(H) $(INCLUDE_TOP)/stx/libbasic/SequenceableCollection.$(H) $(INCLUDE_TOP)/stx/libbasic/Collection.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
1792
adc9d3dbd690 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1769
diff changeset
   207
$(OUTDIR)TimestampChange.$(O) TimestampChange.$(H): TimestampChange.st $(INCLUDE_TOP)/stx/libbasic3/OtherChange.$(H) $(INCLUDE_TOP)/stx/libbasic3/Change.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
adc9d3dbd690 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1769
diff changeset
   208
$(OUTDIR)ClassPrimitiveDefinitionsChange.$(O) ClassPrimitiveDefinitionsChange.$(H): ClassPrimitiveDefinitionsChange.st $(INCLUDE_TOP)/stx/libbasic3/ClassPrimitiveChange.$(H) $(INCLUDE_TOP)/stx/libbasic3/ClassChange.$(H) $(INCLUDE_TOP)/stx/libbasic3/Change.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
adc9d3dbd690 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1769
diff changeset
   209
$(OUTDIR)ClassPrimitiveFunctionsChange.$(O) ClassPrimitiveFunctionsChange.$(H): ClassPrimitiveFunctionsChange.st $(INCLUDE_TOP)/stx/libbasic3/ClassPrimitiveChange.$(H) $(INCLUDE_TOP)/stx/libbasic3/ClassChange.$(H) $(INCLUDE_TOP)/stx/libbasic3/Change.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
adc9d3dbd690 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1769
diff changeset
   210
$(OUTDIR)ClassPrimitiveVariablesChange.$(O) ClassPrimitiveVariablesChange.$(H): ClassPrimitiveVariablesChange.st $(INCLUDE_TOP)/stx/libbasic3/ClassPrimitiveChange.$(H) $(INCLUDE_TOP)/stx/libbasic3/ClassChange.$(H) $(INCLUDE_TOP)/stx/libbasic3/Change.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
adc9d3dbd690 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1769
diff changeset
   211
$(OUTDIR)MethodCategoryChange.$(O) MethodCategoryChange.$(H): MethodCategoryChange.st $(INCLUDE_TOP)/stx/libbasic3/MethodChange.$(H) $(INCLUDE_TOP)/stx/libbasic3/ClassChange.$(H) $(INCLUDE_TOP)/stx/libbasic3/Change.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
adc9d3dbd690 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1769
diff changeset
   212
$(OUTDIR)MethodDefinitionChange.$(O) MethodDefinitionChange.$(H): MethodDefinitionChange.st $(INCLUDE_TOP)/stx/libbasic3/MethodChange.$(H) $(INCLUDE_TOP)/stx/libbasic3/ClassChange.$(H) $(INCLUDE_TOP)/stx/libbasic3/Change.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
1847
1fffe1a40867 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1821
diff changeset
   213
$(OUTDIR)MethodPackageChange.$(O) MethodPackageChange.$(H): MethodPackageChange.st $(INCLUDE_TOP)/stx/libbasic3/MethodChange.$(H) $(INCLUDE_TOP)/stx/libbasic3/ClassChange.$(H) $(INCLUDE_TOP)/stx/libbasic3/Change.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
1792
adc9d3dbd690 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1769
diff changeset
   214
$(OUTDIR)MethodPrivacyChange.$(O) MethodPrivacyChange.$(H): MethodPrivacyChange.st $(INCLUDE_TOP)/stx/libbasic3/MethodChange.$(H) $(INCLUDE_TOP)/stx/libbasic3/ClassChange.$(H) $(INCLUDE_TOP)/stx/libbasic3/Change.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
adc9d3dbd690 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1769
diff changeset
   215
$(OUTDIR)MethodRemoveChange.$(O) MethodRemoveChange.$(H): MethodRemoveChange.st $(INCLUDE_TOP)/stx/libbasic3/MethodChange.$(H) $(INCLUDE_TOP)/stx/libbasic3/ClassChange.$(H) $(INCLUDE_TOP)/stx/libbasic3/Change.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
3126
d6be49d743b4 Added CompiledCode>>setTracelog to trace method's execution using system logger.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3125
diff changeset
   216
$(OUTDIR)extensions.$(O): extensions.st $(INCLUDE_TOP)/stx/libbasic/UserPreferences.$(H) $(INCLUDE_TOP)/stx/libbasic/IdentityDictionary.$(H) $(INCLUDE_TOP)/stx/libbasic/Dictionary.$(H) $(INCLUDE_TOP)/stx/libbasic/Set.$(H) $(INCLUDE_TOP)/stx/libbasic/Collection.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic/ConfigurableFeatures.$(H) $(INCLUDE_TOP)/stx/libbasic/CompiledCode.$(H) $(INCLUDE_TOP)/stx/libbasic/ExecutableFunction.$(H) $(STCHDR)
1792
adc9d3dbd690 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1769
diff changeset
   217
1536
6a0eecf10db7 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1357
diff changeset
   218
# ENDMAKEDEPEND --- do not remove this line
6a0eecf10db7 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1357
diff changeset
   219