Make.proto
author Claus Gittinger <cg@exept.de>
Tue, 25 Feb 2020 12:24:48 +0100
changeset 4559 e97f85bac732
parent 4146 55b31dd39aac
child 4166 66a7a47f9253
permissions -rw-r--r--
#REFACTORING by exept class: CVSSourceCodeManager class eliminate withCRs - use c-strings changed: #executeCVSCommand:module:inDirectory:log:pipe:orElseOutputTo:errorTo: #pathesForClasses: #revisionInfoFromString:inClass:
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
4146
55b31dd39aac SVNVersionInfo is private
Claus Gittinger <cg@exept.de>
parents: 3718
diff changeset
     1
# $Header$
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
3612
6a41566b44b3 Initial support for simple method mocking (for tests, mainly)
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3565
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
3186
c092cdd085db automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3001
diff changeset
    66
pre_objs::  
c092cdd085db automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3001
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
3186
c092cdd085db automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3001
diff changeset
    71
# Update SVN revision in package definition class
c092cdd085db automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3001
diff changeset
    72
ifneq (,$(findstring .svn,$(wildcard .svn)))
c092cdd085db automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3001
diff changeset
    73
.svnversion: *.st
c092cdd085db automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3001
diff changeset
    74
	if [ -d .svn ]; then \
c092cdd085db automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3001
diff changeset
    75
		rev=$(shell svnversion -n); \
c092cdd085db automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3001
diff changeset
    76
		echo -n $$rev > .svnversion; \
c092cdd085db automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3001
diff changeset
    77
	else \
c092cdd085db automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3001
diff changeset
    78
		echo -n exported > .svnversion; \
2385
24a64c05d999 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2332
diff changeset
    79
	fi
3186
c092cdd085db automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3001
diff changeset
    80
c092cdd085db automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3001
diff changeset
    81
stx_libbasic3.o: stx_libbasic3.st .svnversion
c092cdd085db automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3001
diff changeset
    82
	@if [ -d .svn ]; then \
c092cdd085db automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3001
diff changeset
    83
		rev2="$(shell printf "%-16s" $$(cat .svnversion))"; \
c092cdd085db automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3001
diff changeset
    84
		echo "  [SV]  Expanding svnRevisionNo in $1.st"; \
c092cdd085db automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3001
diff changeset
    85
		sed -e "s/\"\$$SVN\-Revision:\".*\"\$$\"/\"\$$SVN-Revision:\"\'$$rev2\'\"\$$\"/g" $< > .stx_libbasic3.svn.st; \
c092cdd085db automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3001
diff changeset
    86
	fi
c092cdd085db automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3001
diff changeset
    87
	$(MAKE) CC="$(CLASSLIB_CC)" OPT="$(OPT)" SEPINITCODE="$(SEPINITCODE)" STC="$(STC)" STFILE=.stx_libbasic3.svn $(C_RULE);
c092cdd085db automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3001
diff changeset
    88
	sed -i -e "s/\".stx_libbasic3.svn.st\");/\"\stx_libbasic3.st\");/g" .stx_libbasic3.svn.c
c092cdd085db automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3001
diff changeset
    89
	$(MAKE) .stx_libbasic3.svn.$(O)
c092cdd085db automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3001
diff changeset
    90
	@mv .stx_libbasic3.svn.$(O) stx_libbasic3.$(O)
c092cdd085db automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3001
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
2533
40bb875a3174 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2496
diff changeset
    94
40bb875a3174 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2496
diff changeset
    95
3472
2d70c55d024f merged in jv's changes
Claus Gittinger <cg@exept.de>
parents: 3252
diff changeset
    96
2d70c55d024f merged in jv's changes
Claus Gittinger <cg@exept.de>
parents: 3252
diff changeset
    97
2d70c55d024f merged in jv's changes
Claus Gittinger <cg@exept.de>
parents: 3252
diff changeset
    98
# run default testsuite for this package
2d70c55d024f merged in jv's changes
Claus Gittinger <cg@exept.de>
parents: 3252
diff changeset
    99
test: $(TOP)/goodies/builder/reports
3524
d867cffe1f2f Added ClassInitializeChange
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3472
diff changeset
   100
	$(MAKE) -C $(TOP)/goodies/builder/reports -f Makefile.init
3472
2d70c55d024f merged in jv's changes
Claus Gittinger <cg@exept.de>
parents: 3252
diff changeset
   101
	$(TOP)/goodies/builder/reports/report-runner.sh -D . -r Builder::TestReport -p $(PACKAGE)
2d70c55d024f merged in jv's changes
Claus Gittinger <cg@exept.de>
parents: 3252
diff changeset
   102
2d70c55d024f merged in jv's changes
Claus Gittinger <cg@exept.de>
parents: 3252
diff changeset
   103
2d70c55d024f merged in jv's changes
Claus Gittinger <cg@exept.de>
parents: 3252
diff changeset
   104
1536
6a0eecf10db7 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1357
diff changeset
   105
# add more install actions here
6a0eecf10db7 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1357
diff changeset
   106
install::
6a0eecf10db7 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1357
diff changeset
   107
6a0eecf10db7 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1357
diff changeset
   108
# add more install actions for aux-files (resources) here
6a0eecf10db7 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1357
diff changeset
   109
installAux::
6a0eecf10db7 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1357
diff changeset
   110
6a0eecf10db7 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1357
diff changeset
   111
# add more preMake actions here
6a0eecf10db7 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1357
diff changeset
   112
preMake::
6a0eecf10db7 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1357
diff changeset
   113
6a0eecf10db7 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1357
diff changeset
   114
# add more postMake actions here
6a0eecf10db7 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1357
diff changeset
   115
postMake:: cleanjunk
31
claus
parents:
diff changeset
   116
3186
c092cdd085db automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3001
diff changeset
   117
# build all mandatory prerequisite packages (containing superclasses) for this package
c092cdd085db automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3001
diff changeset
   118
prereq:
4146
55b31dd39aac SVNVersionInfo is private
Claus Gittinger <cg@exept.de>
parents: 3718
diff changeset
   119
	cd ../libbasic && $(MAKE) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
2032
67896282eb4a automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1944
diff changeset
   120
67896282eb4a automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1944
diff changeset
   121
67896282eb4a automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1944
diff changeset
   122
3186
c092cdd085db automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3001
diff changeset
   123
# build all packages containing referenced classes for this package
3700
24dea4563dc4 initial checkin
Claus Gittinger <cg@exept.de>
parents: 3667
diff changeset
   124
# they are not needed to compile the package (but later, to load it)
3186
c092cdd085db automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3001
diff changeset
   125
references:
c092cdd085db automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3001
diff changeset
   126
c092cdd085db automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3001
diff changeset
   127
31
claus
parents:
diff changeset
   128
cleanjunk::
2657
99c9dbad528f automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2585
diff changeset
   129
	-rm -f *.s *.s2
31
claus
parents:
diff changeset
   130
claus
parents:
diff changeset
   131
clean::
1553
b07b710e6d69 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1536
diff changeset
   132
	-rm -f *.o *.H
31
claus
parents:
diff changeset
   133
2032
67896282eb4a automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1944
diff changeset
   134
clobber:: clean
1553
b07b710e6d69 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1536
diff changeset
   135
	-rm -f *.so *.dll
1536
6a0eecf10db7 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1357
diff changeset
   136
31
claus
parents:
diff changeset
   137
40
claus
parents: 38
diff changeset
   138
# BEGINMAKEDEPEND --- do not remove this line; make depend needs it
4146
55b31dd39aac SVNVersionInfo is private
Claus Gittinger <cg@exept.de>
parents: 3718
diff changeset
   139
$(OUTDIR)AbstractSourceCodeManager.$(O) AbstractSourceCodeManager.$(C) AbstractSourceCodeManager.$(H): AbstractSourceCodeManager.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
55b31dd39aac SVNVersionInfo is private
Claus Gittinger <cg@exept.de>
parents: 3718
diff changeset
   140
$(OUTDIR)CallChain.$(O) CallChain.$(C) CallChain.$(H): CallChain.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
55b31dd39aac SVNVersionInfo is private
Claus Gittinger <cg@exept.de>
parents: 3718
diff changeset
   141
$(OUTDIR)Change.$(O) Change.$(C) Change.$(H): Change.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
55b31dd39aac SVNVersionInfo is private
Claus Gittinger <cg@exept.de>
parents: 3718
diff changeset
   142
$(OUTDIR)ChangeDeltaInformation.$(O) ChangeDeltaInformation.$(C) ChangeDeltaInformation.$(H): ChangeDeltaInformation.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
55b31dd39aac SVNVersionInfo is private
Claus Gittinger <cg@exept.de>
parents: 3718
diff changeset
   143
$(OUTDIR)ChangeNotificationParameter.$(O) ChangeNotificationParameter.$(C) ChangeNotificationParameter.$(H): ChangeNotificationParameter.st $(INCLUDE_TOP)/stx/libbasic/Array.$(H) $(INCLUDE_TOP)/stx/libbasic/ArrayedCollection.$(H) $(INCLUDE_TOP)/stx/libbasic/Collection.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic/SequenceableCollection.$(H) $(STCHDR)
55b31dd39aac SVNVersionInfo is private
Claus Gittinger <cg@exept.de>
parents: 3718
diff changeset
   144
$(OUTDIR)ChangeSet.$(O) ChangeSet.$(C) ChangeSet.$(H): ChangeSet.st $(INCLUDE_TOP)/stx/libbasic/AbstractSourceFileWriter.$(H) $(INCLUDE_TOP)/stx/libbasic/Collection.$(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) $(INCLUDE_TOP)/stx/libbasic/OrderedCollection.$(H) $(INCLUDE_TOP)/stx/libbasic/SequenceableCollection.$(H) $(INCLUDE_TOP)/stx/libbasic/SmalltalkChunkFileSourceWriter.$(H) $(STCHDR)
55b31dd39aac SVNVersionInfo is private
Claus Gittinger <cg@exept.de>
parents: 3718
diff changeset
   145
$(OUTDIR)ChangeSetDiff.$(O) ChangeSetDiff.$(C) ChangeSetDiff.$(H): ChangeSetDiff.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
55b31dd39aac SVNVersionInfo is private
Claus Gittinger <cg@exept.de>
parents: 3718
diff changeset
   146
$(OUTDIR)ChangeSetDiffComponent.$(O) ChangeSetDiffComponent.$(C) ChangeSetDiffComponent.$(H): ChangeSetDiffComponent.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
55b31dd39aac SVNVersionInfo is private
Claus Gittinger <cg@exept.de>
parents: 3718
diff changeset
   147
$(OUTDIR)ClassOrganizer.$(O) ClassOrganizer.$(C) ClassOrganizer.$(H): ClassOrganizer.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
55b31dd39aac SVNVersionInfo is private
Claus Gittinger <cg@exept.de>
parents: 3718
diff changeset
   148
$(OUTDIR)HTMLDocGenerator.$(O) HTMLDocGenerator.$(C) HTMLDocGenerator.$(H): HTMLDocGenerator.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
55b31dd39aac SVNVersionInfo is private
Claus Gittinger <cg@exept.de>
parents: 3718
diff changeset
   149
$(OUTDIR)HistoryManager.$(O) HistoryManager.$(C) HistoryManager.$(H): HistoryManager.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
55b31dd39aac SVNVersionInfo is private
Claus Gittinger <cg@exept.de>
parents: 3718
diff changeset
   150
$(OUTDIR)MessageTally.$(O) MessageTally.$(C) MessageTally.$(H): MessageTally.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
55b31dd39aac SVNVersionInfo is private
Claus Gittinger <cg@exept.de>
parents: 3718
diff changeset
   151
$(OUTDIR)MessageTracer.$(O) MessageTracer.$(C) MessageTracer.$(H): MessageTracer.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
55b31dd39aac SVNVersionInfo is private
Claus Gittinger <cg@exept.de>
parents: 3718
diff changeset
   152
$(OUTDIR)MethodFinder.$(O) MethodFinder.$(C) MethodFinder.$(H): MethodFinder.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
55b31dd39aac SVNVersionInfo is private
Claus Gittinger <cg@exept.de>
parents: 3718
diff changeset
   153
$(OUTDIR)ProfileTree.$(O) ProfileTree.$(C) ProfileTree.$(H): ProfileTree.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
55b31dd39aac SVNVersionInfo is private
Claus Gittinger <cg@exept.de>
parents: 3718
diff changeset
   154
$(OUTDIR)ProjectChecker.$(O) ProjectChecker.$(C) ProjectChecker.$(H): ProjectChecker.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
55b31dd39aac SVNVersionInfo is private
Claus Gittinger <cg@exept.de>
parents: 3718
diff changeset
   155
$(OUTDIR)ProjectProblem.$(O) ProjectProblem.$(C) ProjectProblem.$(H): ProjectProblem.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
55b31dd39aac SVNVersionInfo is private
Claus Gittinger <cg@exept.de>
parents: 3718
diff changeset
   156
$(OUTDIR)SourceCodeCache.$(O) SourceCodeCache.$(C) SourceCodeCache.$(H): SourceCodeCache.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
55b31dd39aac SVNVersionInfo is private
Claus Gittinger <cg@exept.de>
parents: 3718
diff changeset
   157
$(OUTDIR)SourceCodeManagerError.$(O) SourceCodeManagerError.$(C) SourceCodeManagerError.$(H): SourceCodeManagerError.st $(INCLUDE_TOP)/stx/libbasic/Error.$(H) $(INCLUDE_TOP)/stx/libbasic/Exception.$(H) $(INCLUDE_TOP)/stx/libbasic/GenericException.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic/ProceedableError.$(H) $(STCHDR)
55b31dd39aac SVNVersionInfo is private
Claus Gittinger <cg@exept.de>
parents: 3718
diff changeset
   158
$(OUTDIR)SourceCodeManagerUtilities.$(O) SourceCodeManagerUtilities.$(C) SourceCodeManagerUtilities.$(H): SourceCodeManagerUtilities.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
55b31dd39aac SVNVersionInfo is private
Claus Gittinger <cg@exept.de>
parents: 3718
diff changeset
   159
$(OUTDIR)SystemEnvironment.$(O) SystemEnvironment.$(C) SystemEnvironment.$(H): SystemEnvironment.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
55b31dd39aac SVNVersionInfo is private
Claus Gittinger <cg@exept.de>
parents: 3718
diff changeset
   160
$(OUTDIR)SystemOrganizer.$(O) SystemOrganizer.$(C) SystemOrganizer.$(H): SystemOrganizer.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
55b31dd39aac SVNVersionInfo is private
Claus Gittinger <cg@exept.de>
parents: 3718
diff changeset
   161
$(OUTDIR)TraceBuffer.$(O) TraceBuffer.$(C) TraceBuffer.$(H): TraceBuffer.st $(INCLUDE_TOP)/stx/libbasic/Array.$(H) $(INCLUDE_TOP)/stx/libbasic/ArrayedCollection.$(H) $(INCLUDE_TOP)/stx/libbasic/Collection.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic/SequenceableCollection.$(H) $(STCHDR)
55b31dd39aac SVNVersionInfo is private
Claus Gittinger <cg@exept.de>
parents: 3718
diff changeset
   162
$(OUTDIR)VersionInfo.$(O) VersionInfo.$(C) VersionInfo.$(H): VersionInfo.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
55b31dd39aac SVNVersionInfo is private
Claus Gittinger <cg@exept.de>
parents: 3718
diff changeset
   163
$(OUTDIR)WrappedMethod.$(O) WrappedMethod.$(C) WrappedMethod.$(H): WrappedMethod.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) $(STCHDR)
55b31dd39aac SVNVersionInfo is private
Claus Gittinger <cg@exept.de>
parents: 3718
diff changeset
   164
$(OUTDIR)stx_libbasic3.$(O) stx_libbasic3.$(C) stx_libbasic3.$(H): stx_libbasic3.st $(INCLUDE_TOP)/stx/libbasic/LibraryDefinition.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic/ProjectDefinition.$(H) $(STCHDR)
55b31dd39aac SVNVersionInfo is private
Claus Gittinger <cg@exept.de>
parents: 3718
diff changeset
   165
$(OUTDIR)CVSSourceCodeManager.$(O) CVSSourceCodeManager.$(C) CVSSourceCodeManager.$(H): CVSSourceCodeManager.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic3/AbstractSourceCodeManager.$(H) $(INCLUDE_TOP)/stx/libbasic3/VersionInfo.$(H) $(STCHDR)
55b31dd39aac SVNVersionInfo is private
Claus Gittinger <cg@exept.de>
parents: 3718
diff changeset
   166
$(OUTDIR)ChangeSetDiffEntry.$(O) ChangeSetDiffEntry.$(C) ChangeSetDiffEntry.$(H): ChangeSetDiffEntry.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic3/ChangeSetDiffComponent.$(H) $(STCHDR)
55b31dd39aac SVNVersionInfo is private
Claus Gittinger <cg@exept.de>
parents: 3718
diff changeset
   167
$(OUTDIR)ChangeSetDiffSet.$(O) ChangeSetDiffSet.$(C) ChangeSetDiffSet.$(H): ChangeSetDiffSet.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic3/ChangeSetDiffComponent.$(H) $(STCHDR)
55b31dd39aac SVNVersionInfo is private
Claus Gittinger <cg@exept.de>
parents: 3718
diff changeset
   168
$(OUTDIR)ClassChange.$(O) ClassChange.$(C) ClassChange.$(H): ClassChange.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic3/Change.$(H) $(STCHDR)
55b31dd39aac SVNVersionInfo is private
Claus Gittinger <cg@exept.de>
parents: 3718
diff changeset
   169
$(OUTDIR)CompositeChange.$(O) CompositeChange.$(C) CompositeChange.$(H): CompositeChange.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic3/Change.$(H) $(STCHDR)
55b31dd39aac SVNVersionInfo is private
Claus Gittinger <cg@exept.de>
parents: 3718
diff changeset
   170
$(OUTDIR)DataBaseSourceCodeManager.$(O) DataBaseSourceCodeManager.$(C) DataBaseSourceCodeManager.$(H): DataBaseSourceCodeManager.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic3/AbstractSourceCodeManager.$(H) $(INCLUDE_TOP)/stx/libbasic3/VersionInfo.$(H) $(STCHDR)
55b31dd39aac SVNVersionInfo is private
Claus Gittinger <cg@exept.de>
parents: 3718
diff changeset
   171
$(OUTDIR)DataBaseSourceCodeManagerUtilities.$(O) DataBaseSourceCodeManagerUtilities.$(C) DataBaseSourceCodeManagerUtilities.$(H): DataBaseSourceCodeManagerUtilities.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic3/SourceCodeManagerUtilities.$(H) $(STCHDR)
55b31dd39aac SVNVersionInfo is private
Claus Gittinger <cg@exept.de>
parents: 3718
diff changeset
   172
$(OUTDIR)DoItChange.$(O) DoItChange.$(C) DoItChange.$(H): DoItChange.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic3/Change.$(H) $(STCHDR)
55b31dd39aac SVNVersionInfo is private
Claus Gittinger <cg@exept.de>
parents: 3718
diff changeset
   173
$(OUTDIR)FileBasedSourceCodeManager.$(O) FileBasedSourceCodeManager.$(C) FileBasedSourceCodeManager.$(H): FileBasedSourceCodeManager.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic3/AbstractSourceCodeManager.$(H) $(STCHDR)
55b31dd39aac SVNVersionInfo is private
Claus Gittinger <cg@exept.de>
parents: 3718
diff changeset
   174
$(OUTDIR)FileInChange.$(O) FileInChange.$(C) FileInChange.$(H): FileInChange.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic3/Change.$(H) $(STCHDR)
55b31dd39aac SVNVersionInfo is private
Claus Gittinger <cg@exept.de>
parents: 3718
diff changeset
   175
$(OUTDIR)GitSourceCodeManager.$(O) GitSourceCodeManager.$(C) GitSourceCodeManager.$(H): GitSourceCodeManager.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic3/AbstractSourceCodeManager.$(H) $(STCHDR)
55b31dd39aac SVNVersionInfo is private
Claus Gittinger <cg@exept.de>
parents: 3718
diff changeset
   176
$(OUTDIR)InvalidChange.$(O) InvalidChange.$(C) InvalidChange.$(H): InvalidChange.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic3/Change.$(H) $(STCHDR)
55b31dd39aac SVNVersionInfo is private
Claus Gittinger <cg@exept.de>
parents: 3718
diff changeset
   177
$(OUTDIR)MercurialSourceCodeManager.$(O) MercurialSourceCodeManager.$(C) MercurialSourceCodeManager.$(H): MercurialSourceCodeManager.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic3/AbstractSourceCodeManager.$(H) $(STCHDR)
55b31dd39aac SVNVersionInfo is private
Claus Gittinger <cg@exept.de>
parents: 3718
diff changeset
   178
$(OUTDIR)MethodChangeNotificationParameter.$(O) MethodChangeNotificationParameter.$(C) MethodChangeNotificationParameter.$(H): MethodChangeNotificationParameter.st $(INCLUDE_TOP)/stx/libbasic/Array.$(H) $(INCLUDE_TOP)/stx/libbasic/ArrayedCollection.$(H) $(INCLUDE_TOP)/stx/libbasic/Collection.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic/SequenceableCollection.$(H) $(INCLUDE_TOP)/stx/libbasic3/ChangeNotificationParameter.$(H) $(STCHDR)
55b31dd39aac SVNVersionInfo is private
Claus Gittinger <cg@exept.de>
parents: 3718
diff changeset
   179
$(OUTDIR)NameSpaceCreationChange.$(O) NameSpaceCreationChange.$(C) NameSpaceCreationChange.$(H): NameSpaceCreationChange.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic3/Change.$(H) $(STCHDR)
55b31dd39aac SVNVersionInfo is private
Claus Gittinger <cg@exept.de>
parents: 3718
diff changeset
   180
$(OUTDIR)OtherChange.$(O) OtherChange.$(C) OtherChange.$(H): OtherChange.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic3/Change.$(H) $(STCHDR)
55b31dd39aac SVNVersionInfo is private
Claus Gittinger <cg@exept.de>
parents: 3718
diff changeset
   181
$(OUTDIR)PerforceSourceCodeManager.$(O) PerforceSourceCodeManager.$(C) PerforceSourceCodeManager.$(H): PerforceSourceCodeManager.st $(INCLUDE_TOP)/stx/libbasic/Error.$(H) $(INCLUDE_TOP)/stx/libbasic/Exception.$(H) $(INCLUDE_TOP)/stx/libbasic/GenericException.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic/ProceedableError.$(H) $(INCLUDE_TOP)/stx/libbasic3/AbstractSourceCodeManager.$(H) $(INCLUDE_TOP)/stx/libbasic3/VersionInfo.$(H) $(STCHDR)
55b31dd39aac SVNVersionInfo is private
Claus Gittinger <cg@exept.de>
parents: 3718
diff changeset
   182
$(OUTDIR)SourceCodeManagerUtilitiesForContainerBasedManagers.$(O) SourceCodeManagerUtilitiesForContainerBasedManagers.$(C) SourceCodeManagerUtilitiesForContainerBasedManagers.$(H): SourceCodeManagerUtilitiesForContainerBasedManagers.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic3/SourceCodeManagerUtilities.$(H) $(STCHDR)
55b31dd39aac SVNVersionInfo is private
Claus Gittinger <cg@exept.de>
parents: 3718
diff changeset
   183
$(OUTDIR)SourceCodeManagerUtilitiesForWorkspaceBasedManagers.$(O) SourceCodeManagerUtilitiesForWorkspaceBasedManagers.$(C) SourceCodeManagerUtilitiesForWorkspaceBasedManagers.$(H): SourceCodeManagerUtilitiesForWorkspaceBasedManagers.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic3/SourceCodeManagerUtilities.$(H) $(STCHDR)
55b31dd39aac SVNVersionInfo is private
Claus Gittinger <cg@exept.de>
parents: 3718
diff changeset
   184
$(OUTDIR)StoreSourceCodeManager.$(O) StoreSourceCodeManager.$(C) StoreSourceCodeManager.$(H): StoreSourceCodeManager.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic3/AbstractSourceCodeManager.$(H) $(STCHDR)
55b31dd39aac SVNVersionInfo is private
Claus Gittinger <cg@exept.de>
parents: 3718
diff changeset
   185
$(OUTDIR)ClassCategoryChange.$(O) ClassCategoryChange.$(C) ClassCategoryChange.$(H): ClassCategoryChange.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic3/Change.$(H) $(INCLUDE_TOP)/stx/libbasic3/ClassChange.$(H) $(STCHDR)
55b31dd39aac SVNVersionInfo is private
Claus Gittinger <cg@exept.de>
parents: 3718
diff changeset
   186
$(OUTDIR)ClassClassVariableChange.$(O) ClassClassVariableChange.$(C) ClassClassVariableChange.$(H): ClassClassVariableChange.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic3/Change.$(H) $(INCLUDE_TOP)/stx/libbasic3/ClassChange.$(H) $(STCHDR)
55b31dd39aac SVNVersionInfo is private
Claus Gittinger <cg@exept.de>
parents: 3718
diff changeset
   187
$(OUTDIR)ClassCommentChange.$(O) ClassCommentChange.$(C) ClassCommentChange.$(H): ClassCommentChange.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic3/Change.$(H) $(INCLUDE_TOP)/stx/libbasic3/ClassChange.$(H) $(STCHDR)
55b31dd39aac SVNVersionInfo is private
Claus Gittinger <cg@exept.de>
parents: 3718
diff changeset
   188
$(OUTDIR)ClassDefinitionChange.$(O) ClassDefinitionChange.$(C) ClassDefinitionChange.$(H): ClassDefinitionChange.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic3/Change.$(H) $(INCLUDE_TOP)/stx/libbasic3/ClassChange.$(H) $(STCHDR)
55b31dd39aac SVNVersionInfo is private
Claus Gittinger <cg@exept.de>
parents: 3718
diff changeset
   189
$(OUTDIR)ClassInitializeChange.$(O) ClassInitializeChange.$(C) ClassInitializeChange.$(H): ClassInitializeChange.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic3/Change.$(H) $(INCLUDE_TOP)/stx/libbasic3/ClassChange.$(H) $(STCHDR)
55b31dd39aac SVNVersionInfo is private
Claus Gittinger <cg@exept.de>
parents: 3718
diff changeset
   190
$(OUTDIR)ClassInstVarDefinitionChange.$(O) ClassInstVarDefinitionChange.$(C) ClassInstVarDefinitionChange.$(H): ClassInstVarDefinitionChange.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic3/Change.$(H) $(INCLUDE_TOP)/stx/libbasic3/ClassChange.$(H) $(STCHDR)
55b31dd39aac SVNVersionInfo is private
Claus Gittinger <cg@exept.de>
parents: 3718
diff changeset
   191
$(OUTDIR)ClassOtherChange.$(O) ClassOtherChange.$(C) ClassOtherChange.$(H): ClassOtherChange.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic3/Change.$(H) $(INCLUDE_TOP)/stx/libbasic3/ClassChange.$(H) $(STCHDR)
55b31dd39aac SVNVersionInfo is private
Claus Gittinger <cg@exept.de>
parents: 3718
diff changeset
   192
$(OUTDIR)ClassPrimitiveChange.$(O) ClassPrimitiveChange.$(C) ClassPrimitiveChange.$(H): ClassPrimitiveChange.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic3/Change.$(H) $(INCLUDE_TOP)/stx/libbasic3/ClassChange.$(H) $(STCHDR)
55b31dd39aac SVNVersionInfo is private
Claus Gittinger <cg@exept.de>
parents: 3718
diff changeset
   193
$(OUTDIR)ClassRemoveChange.$(O) ClassRemoveChange.$(C) ClassRemoveChange.$(H): ClassRemoveChange.st $(INCLUDE_TOP)/stx/libbasic/GenericException.$(H) $(INCLUDE_TOP)/stx/libbasic/Notification.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic/Query.$(H) $(INCLUDE_TOP)/stx/libbasic3/Change.$(H) $(INCLUDE_TOP)/stx/libbasic3/ClassChange.$(H) $(STCHDR)
55b31dd39aac SVNVersionInfo is private
Claus Gittinger <cg@exept.de>
parents: 3718
diff changeset
   194
$(OUTDIR)ClassRenameChange.$(O) ClassRenameChange.$(C) ClassRenameChange.$(H): ClassRenameChange.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic3/Change.$(H) $(INCLUDE_TOP)/stx/libbasic3/ClassChange.$(H) $(STCHDR)
55b31dd39aac SVNVersionInfo is private
Claus Gittinger <cg@exept.de>
parents: 3718
diff changeset
   195
$(OUTDIR)InfoChange.$(O) InfoChange.$(C) InfoChange.$(H): InfoChange.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic3/Change.$(H) $(INCLUDE_TOP)/stx/libbasic3/OtherChange.$(H) $(STCHDR)
55b31dd39aac SVNVersionInfo is private
Claus Gittinger <cg@exept.de>
parents: 3718
diff changeset
   196
$(OUTDIR)MethodCategoryChangeNotificationParameter.$(O) MethodCategoryChangeNotificationParameter.$(C) MethodCategoryChangeNotificationParameter.$(H): MethodCategoryChangeNotificationParameter.st $(INCLUDE_TOP)/stx/libbasic/Array.$(H) $(INCLUDE_TOP)/stx/libbasic/ArrayedCollection.$(H) $(INCLUDE_TOP)/stx/libbasic/Collection.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic/SequenceableCollection.$(H) $(INCLUDE_TOP)/stx/libbasic3/ChangeNotificationParameter.$(H) $(INCLUDE_TOP)/stx/libbasic3/MethodChangeNotificationParameter.$(H) $(STCHDR)
55b31dd39aac SVNVersionInfo is private
Claus Gittinger <cg@exept.de>
parents: 3718
diff changeset
   197
$(OUTDIR)MethodCategoryRenameChange.$(O) MethodCategoryRenameChange.$(C) MethodCategoryRenameChange.$(H): MethodCategoryRenameChange.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic3/Change.$(H) $(INCLUDE_TOP)/stx/libbasic3/ClassChange.$(H) $(STCHDR)
55b31dd39aac SVNVersionInfo is private
Claus Gittinger <cg@exept.de>
parents: 3718
diff changeset
   198
$(OUTDIR)MethodChange.$(O) MethodChange.$(C) MethodChange.$(H): MethodChange.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic3/Change.$(H) $(INCLUDE_TOP)/stx/libbasic3/ClassChange.$(H) $(STCHDR)
55b31dd39aac SVNVersionInfo is private
Claus Gittinger <cg@exept.de>
parents: 3718
diff changeset
   199
$(OUTDIR)MethodRemoveChangeNotificationParameter.$(O) MethodRemoveChangeNotificationParameter.$(C) MethodRemoveChangeNotificationParameter.$(H): MethodRemoveChangeNotificationParameter.st $(INCLUDE_TOP)/stx/libbasic/Array.$(H) $(INCLUDE_TOP)/stx/libbasic/ArrayedCollection.$(H) $(INCLUDE_TOP)/stx/libbasic/Collection.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic/SequenceableCollection.$(H) $(INCLUDE_TOP)/stx/libbasic3/ChangeNotificationParameter.$(H) $(INCLUDE_TOP)/stx/libbasic3/MethodChangeNotificationParameter.$(H) $(STCHDR)
55b31dd39aac SVNVersionInfo is private
Claus Gittinger <cg@exept.de>
parents: 3718
diff changeset
   200
$(OUTDIR)MethodTrapChangeNotificationParameter.$(O) MethodTrapChangeNotificationParameter.$(C) MethodTrapChangeNotificationParameter.$(H): MethodTrapChangeNotificationParameter.st $(INCLUDE_TOP)/stx/libbasic/Array.$(H) $(INCLUDE_TOP)/stx/libbasic/ArrayedCollection.$(H) $(INCLUDE_TOP)/stx/libbasic/Collection.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic/SequenceableCollection.$(H) $(INCLUDE_TOP)/stx/libbasic3/ChangeNotificationParameter.$(H) $(INCLUDE_TOP)/stx/libbasic3/MethodChangeNotificationParameter.$(H) $(STCHDR)
55b31dd39aac SVNVersionInfo is private
Claus Gittinger <cg@exept.de>
parents: 3718
diff changeset
   201
$(OUTDIR)TimestampChange.$(O) TimestampChange.$(C) TimestampChange.$(H): TimestampChange.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic3/Change.$(H) $(INCLUDE_TOP)/stx/libbasic3/OtherChange.$(H) $(STCHDR)
55b31dd39aac SVNVersionInfo is private
Claus Gittinger <cg@exept.de>
parents: 3718
diff changeset
   202
$(OUTDIR)ClassPrimitiveDefinitionsChange.$(O) ClassPrimitiveDefinitionsChange.$(C) ClassPrimitiveDefinitionsChange.$(H): ClassPrimitiveDefinitionsChange.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic3/Change.$(H) $(INCLUDE_TOP)/stx/libbasic3/ClassChange.$(H) $(INCLUDE_TOP)/stx/libbasic3/ClassPrimitiveChange.$(H) $(STCHDR)
55b31dd39aac SVNVersionInfo is private
Claus Gittinger <cg@exept.de>
parents: 3718
diff changeset
   203
$(OUTDIR)ClassPrimitiveFunctionsChange.$(O) ClassPrimitiveFunctionsChange.$(C) ClassPrimitiveFunctionsChange.$(H): ClassPrimitiveFunctionsChange.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic3/Change.$(H) $(INCLUDE_TOP)/stx/libbasic3/ClassChange.$(H) $(INCLUDE_TOP)/stx/libbasic3/ClassPrimitiveChange.$(H) $(STCHDR)
55b31dd39aac SVNVersionInfo is private
Claus Gittinger <cg@exept.de>
parents: 3718
diff changeset
   204
$(OUTDIR)ClassPrimitiveVariablesChange.$(O) ClassPrimitiveVariablesChange.$(C) ClassPrimitiveVariablesChange.$(H): ClassPrimitiveVariablesChange.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic3/Change.$(H) $(INCLUDE_TOP)/stx/libbasic3/ClassChange.$(H) $(INCLUDE_TOP)/stx/libbasic3/ClassPrimitiveChange.$(H) $(STCHDR)
55b31dd39aac SVNVersionInfo is private
Claus Gittinger <cg@exept.de>
parents: 3718
diff changeset
   205
$(OUTDIR)MethodCategoryChange.$(O) MethodCategoryChange.$(C) MethodCategoryChange.$(H): MethodCategoryChange.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic3/Change.$(H) $(INCLUDE_TOP)/stx/libbasic3/ClassChange.$(H) $(INCLUDE_TOP)/stx/libbasic3/MethodChange.$(H) $(STCHDR)
55b31dd39aac SVNVersionInfo is private
Claus Gittinger <cg@exept.de>
parents: 3718
diff changeset
   206
$(OUTDIR)MethodDefinitionChange.$(O) MethodDefinitionChange.$(C) MethodDefinitionChange.$(H): MethodDefinitionChange.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic3/Change.$(H) $(INCLUDE_TOP)/stx/libbasic3/ClassChange.$(H) $(INCLUDE_TOP)/stx/libbasic3/MethodChange.$(H) $(STCHDR)
55b31dd39aac SVNVersionInfo is private
Claus Gittinger <cg@exept.de>
parents: 3718
diff changeset
   207
$(OUTDIR)MethodPackageChange.$(O) MethodPackageChange.$(C) MethodPackageChange.$(H): MethodPackageChange.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic3/Change.$(H) $(INCLUDE_TOP)/stx/libbasic3/ClassChange.$(H) $(INCLUDE_TOP)/stx/libbasic3/MethodChange.$(H) $(STCHDR)
55b31dd39aac SVNVersionInfo is private
Claus Gittinger <cg@exept.de>
parents: 3718
diff changeset
   208
$(OUTDIR)MethodPrivacyChange.$(O) MethodPrivacyChange.$(C) MethodPrivacyChange.$(H): MethodPrivacyChange.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic3/Change.$(H) $(INCLUDE_TOP)/stx/libbasic3/ClassChange.$(H) $(INCLUDE_TOP)/stx/libbasic3/MethodChange.$(H) $(STCHDR)
55b31dd39aac SVNVersionInfo is private
Claus Gittinger <cg@exept.de>
parents: 3718
diff changeset
   209
$(OUTDIR)MethodRemoveChange.$(O) MethodRemoveChange.$(C) MethodRemoveChange.$(H): MethodRemoveChange.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic3/Change.$(H) $(INCLUDE_TOP)/stx/libbasic3/ClassChange.$(H) $(INCLUDE_TOP)/stx/libbasic3/MethodChange.$(H) $(STCHDR)
3524
d867cffe1f2f Added ClassInitializeChange
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3472
diff changeset
   210
$(OUTDIR)extensions.$(O): extensions.st $(INCLUDE_TOP)/stx/libbasic/Collection.$(H) $(INCLUDE_TOP)/stx/libbasic/CompiledCode.$(H) $(INCLUDE_TOP)/stx/libbasic/ConfigurableFeatures.$(H) $(INCLUDE_TOP)/stx/libbasic/Dictionary.$(H) $(INCLUDE_TOP)/stx/libbasic/ExecutableFunction.$(H) $(INCLUDE_TOP)/stx/libbasic/IdentityDictionary.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic/Set.$(H) $(INCLUDE_TOP)/stx/libbasic/UserPreferences.$(H) $(STCHDR)
1792
adc9d3dbd690 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1769
diff changeset
   211
1536
6a0eecf10db7 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1357
diff changeset
   212
# ENDMAKEDEPEND --- do not remove this line
6a0eecf10db7 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1357
diff changeset
   213