bc.mak
author Claus Gittinger <cg@exept.de>
Thu, 05 Mar 2020 11:17:28 +0100
changeset 4561 eace75531554
parent 4147 7415c70ab563
child 4166 66a7a47f9253
permissions -rw-r--r--
#UI_ENHANCEMENT by cg class: SourceCodeManagerUtilities changed: #compareClassWithRepository:askForRevision: typos: genitive of class is class's - not classes.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
4059
ffaf6b88ee40 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 3719
diff changeset
     1
# $Header$
884
21edcec092e1 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 863
diff changeset
     2
#
2181
d96bae91987b *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2148
diff changeset
     3
# DO NOT EDIT
2859
07010de7fe0d automatically generated by browser
vrany
parents: 2807
diff changeset
     4
# automagically generated from the projectDefinition: stx_libbasic3.
884
21edcec092e1 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 863
diff changeset
     5
#
1540
ecf605152172 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1437
diff changeset
     6
# Warning: once you modify this file, do not rerun
ecf605152172 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1437
diff changeset
     7
# stmkmp or projectDefinition-build again - otherwise, your changes are lost.
884
21edcec092e1 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 863
diff changeset
     8
#
2748
834900988093 automatically generated by browser
vrany
parents: 2710
diff changeset
     9
# Notice, that the name bc.mak is historical (from times, when only borland c was supported).
834900988093 automatically generated by browser
vrany
parents: 2710
diff changeset
    10
# This file contains make rules for the win32 platform using either borland-bcc or visual-c.
1796
b80e63cf5d75 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1773
diff changeset
    11
# It shares common definitions with the unix-make in Make.spec.
2748
834900988093 automatically generated by browser
vrany
parents: 2710
diff changeset
    12
# The bc.mak supports the following targets:
1796
b80e63cf5d75 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1773
diff changeset
    13
#    bmake         - compile all st-files to a classLib (dll)
b80e63cf5d75 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1773
diff changeset
    14
#    bmake clean   - clean all temp files
b80e63cf5d75 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1773
diff changeset
    15
#    bmake clobber - clean all
884
21edcec092e1 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 863
diff changeset
    16
#
2534
a3b2c5cf8745 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2497
diff changeset
    17
# Historic Note:
2957
08bbb398516d automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 2891
diff changeset
    18
#  this used to contain only rules to make with borland
2534
a3b2c5cf8745 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2497
diff changeset
    19
#    (called via bmake, by "make.exe -f bc.mak")
2658
15fa92ac3e8e automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2586
diff changeset
    20
#  this has changed; it is now also possible to build using microsoft visual c
2534
a3b2c5cf8745 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2497
diff changeset
    21
#    (called via vcmake, by "make.exe -f bc.mak -DUSEVC")
1796
b80e63cf5d75 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1773
diff changeset
    22
#
b80e63cf5d75 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1773
diff changeset
    23
TOP=..
b80e63cf5d75 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1773
diff changeset
    24
INCLUDE_TOP=$(TOP)\..
1540
ecf605152172 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1437
diff changeset
    25
2112
a5cd82e997ec automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2088
diff changeset
    26
a5cd82e997ec automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2088
diff changeset
    27
# see stdHeader_bc for LIBBASIC3_BASE
a5cd82e997ec automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2088
diff changeset
    28
LIB_BASE=$(LIBBASIC3_BASE)
a5cd82e997ec automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2088
diff changeset
    29
a5cd82e997ec automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2088
diff changeset
    30
1925
9fa0d31980e5 Rename stdRules_nt and stdHeader_nt to ..._bc
Stefan Vogel <sv@exept.de>
parents: 1922
diff changeset
    31
!INCLUDE $(TOP)\rules\stdHeader_bc
1540
ecf605152172 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1437
diff changeset
    32
1354
8e8e81dee097 nt makefile
Claus Gittinger <cg@exept.de>
parents: 1353
diff changeset
    33
!INCLUDE Make.spec
1540
ecf605152172 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1437
diff changeset
    34
1796
b80e63cf5d75 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1773
diff changeset
    35
LIBNAME=libstx_libbasic3
3638
Claus Gittinger <cg@exept.de>
parents: 3613
diff changeset
    36
MODULE_PATH=libbasic3
4147
7415c70ab563 SVNVersionInfo is private
Claus Gittinger <cg@exept.de>
parents: 4059
diff changeset
    37
RESFILES=stx_libbasic3WINrc.$(RES)
1540
ecf605152172 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1437
diff changeset
    38
1749
2b5fb81649a4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1742
diff changeset
    39
2b5fb81649a4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1742
diff changeset
    40
3613
6fb359bb73c8 Initial support for simple method mocking (for tests, mainly)
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3566
diff changeset
    41
LOCALINCLUDES= -I$(INCLUDE_TOP)\stx\libbasic -I$(INCLUDE_TOP)\stx\libbasic2
2033
493ca3dd69a3 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1947
diff changeset
    42
LOCALDEFINES=
493ca3dd69a3 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1947
diff changeset
    43
2710
1ee32eeba532 automatically generated by browser
vrany
parents: 2677
diff changeset
    44
STCLOCALOPT=-package=$(PACKAGE) -I. $(LOCALINCLUDES) -headerDir=. $(STCLOCALOPTIMIZATIONS) $(STCWARNINGS) $(LOCALDEFINES) $(COMMONSYMBOLS) -varPrefix=$(LIBNAME)
2033
493ca3dd69a3 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1947
diff changeset
    45
LOCALLIBS=
493ca3dd69a3 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1947
diff changeset
    46
1600
bb5528771800 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1590
diff changeset
    47
OBJS= $(COMMON_OBJS) $(WIN32_OBJS)
bb5528771800 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1590
diff changeset
    48
2088
d62c2e443930 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 2086
diff changeset
    49
ALL::  classLibRule
d62c2e443930 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 2086
diff changeset
    50
2181
d96bae91987b *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2148
diff changeset
    51
classLibRule: $(OUTDIR) $(OUTDIR)$(LIBNAME).dll
884
21edcec092e1 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 863
diff changeset
    52
1925
9fa0d31980e5 Rename stdRules_nt and stdHeader_nt to ..._bc
Stefan Vogel <sv@exept.de>
parents: 1922
diff changeset
    53
!INCLUDE $(TOP)\rules\stdRules_bc
884
21edcec092e1 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 863
diff changeset
    54
3188
8e91b3098f35 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3003
diff changeset
    55
# build all mandatory prerequisite packages (containing superclasses) for this package
2033
493ca3dd69a3 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1947
diff changeset
    56
prereq:
2215
14d8ecd7b591 automatically generated by browser
fm
parents: 2181
diff changeset
    57
	pushd ..\libbasic & $(MAKE_BAT) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
2033
493ca3dd69a3 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1947
diff changeset
    58
493ca3dd69a3 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1947
diff changeset
    59
1631
43f91973470a automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1624
diff changeset
    60
43f91973470a automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1624
diff changeset
    61
2534
a3b2c5cf8745 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2497
diff changeset
    62
3188
8e91b3098f35 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3003
diff changeset
    63
3474
3ab3d910b24d merged in jv's changes
Claus Gittinger <cg@exept.de>
parents: 3254
diff changeset
    64
3ab3d910b24d merged in jv's changes
Claus Gittinger <cg@exept.de>
parents: 3254
diff changeset
    65
test: $(TOP)\goodies\builder\reports\NUL
3ab3d910b24d merged in jv's changes
Claus Gittinger <cg@exept.de>
parents: 3254
diff changeset
    66
	pushd $(TOP)\goodies\builder\reports & $(MAKE_BAT)
3ab3d910b24d merged in jv's changes
Claus Gittinger <cg@exept.de>
parents: 3254
diff changeset
    67
	$(TOP)\goodies\builder\reports\report-runner.bat -D . -r Builder::TestReport -p $(PACKAGE)
4147
7415c70ab563 SVNVersionInfo is private
Claus Gittinger <cg@exept.de>
parents: 4059
diff changeset
    68
        
3188
8e91b3098f35 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3003
diff changeset
    69
clean::
4059
ffaf6b88ee40 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 3719
diff changeset
    70
	-del *.$(CSUFFIX)
3188
8e91b3098f35 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3003
diff changeset
    71
3474
3ab3d910b24d merged in jv's changes
Claus Gittinger <cg@exept.de>
parents: 3254
diff changeset
    72
884
21edcec092e1 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 863
diff changeset
    73
# BEGINMAKEDEPEND --- do not remove this line; make depend needs it
4147
7415c70ab563 SVNVersionInfo is private
Claus Gittinger <cg@exept.de>
parents: 4059
diff changeset
    74
$(OUTDIR)AbstractSourceCodeManager.$(O) AbstractSourceCodeManager.$(C) AbstractSourceCodeManager.$(H): AbstractSourceCodeManager.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
7415c70ab563 SVNVersionInfo is private
Claus Gittinger <cg@exept.de>
parents: 4059
diff changeset
    75
$(OUTDIR)CallChain.$(O) CallChain.$(C) CallChain.$(H): CallChain.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
7415c70ab563 SVNVersionInfo is private
Claus Gittinger <cg@exept.de>
parents: 4059
diff changeset
    76
$(OUTDIR)Change.$(O) Change.$(C) Change.$(H): Change.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
7415c70ab563 SVNVersionInfo is private
Claus Gittinger <cg@exept.de>
parents: 4059
diff changeset
    77
$(OUTDIR)ChangeDeltaInformation.$(O) ChangeDeltaInformation.$(C) ChangeDeltaInformation.$(H): ChangeDeltaInformation.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
7415c70ab563 SVNVersionInfo is private
Claus Gittinger <cg@exept.de>
parents: 4059
diff changeset
    78
$(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)
7415c70ab563 SVNVersionInfo is private
Claus Gittinger <cg@exept.de>
parents: 4059
diff changeset
    79
$(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)
7415c70ab563 SVNVersionInfo is private
Claus Gittinger <cg@exept.de>
parents: 4059
diff changeset
    80
$(OUTDIR)ChangeSetDiff.$(O) ChangeSetDiff.$(C) ChangeSetDiff.$(H): ChangeSetDiff.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
7415c70ab563 SVNVersionInfo is private
Claus Gittinger <cg@exept.de>
parents: 4059
diff changeset
    81
$(OUTDIR)ChangeSetDiffComponent.$(O) ChangeSetDiffComponent.$(C) ChangeSetDiffComponent.$(H): ChangeSetDiffComponent.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
7415c70ab563 SVNVersionInfo is private
Claus Gittinger <cg@exept.de>
parents: 4059
diff changeset
    82
$(OUTDIR)ClassOrganizer.$(O) ClassOrganizer.$(C) ClassOrganizer.$(H): ClassOrganizer.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
7415c70ab563 SVNVersionInfo is private
Claus Gittinger <cg@exept.de>
parents: 4059
diff changeset
    83
$(OUTDIR)HTMLDocGenerator.$(O) HTMLDocGenerator.$(C) HTMLDocGenerator.$(H): HTMLDocGenerator.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
7415c70ab563 SVNVersionInfo is private
Claus Gittinger <cg@exept.de>
parents: 4059
diff changeset
    84
$(OUTDIR)HistoryManager.$(O) HistoryManager.$(C) HistoryManager.$(H): HistoryManager.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
7415c70ab563 SVNVersionInfo is private
Claus Gittinger <cg@exept.de>
parents: 4059
diff changeset
    85
$(OUTDIR)MessageTally.$(O) MessageTally.$(C) MessageTally.$(H): MessageTally.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
7415c70ab563 SVNVersionInfo is private
Claus Gittinger <cg@exept.de>
parents: 4059
diff changeset
    86
$(OUTDIR)MessageTracer.$(O) MessageTracer.$(C) MessageTracer.$(H): MessageTracer.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
7415c70ab563 SVNVersionInfo is private
Claus Gittinger <cg@exept.de>
parents: 4059
diff changeset
    87
$(OUTDIR)MethodFinder.$(O) MethodFinder.$(C) MethodFinder.$(H): MethodFinder.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
7415c70ab563 SVNVersionInfo is private
Claus Gittinger <cg@exept.de>
parents: 4059
diff changeset
    88
$(OUTDIR)ProfileTree.$(O) ProfileTree.$(C) ProfileTree.$(H): ProfileTree.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
7415c70ab563 SVNVersionInfo is private
Claus Gittinger <cg@exept.de>
parents: 4059
diff changeset
    89
$(OUTDIR)ProjectChecker.$(O) ProjectChecker.$(C) ProjectChecker.$(H): ProjectChecker.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
7415c70ab563 SVNVersionInfo is private
Claus Gittinger <cg@exept.de>
parents: 4059
diff changeset
    90
$(OUTDIR)ProjectProblem.$(O) ProjectProblem.$(C) ProjectProblem.$(H): ProjectProblem.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
7415c70ab563 SVNVersionInfo is private
Claus Gittinger <cg@exept.de>
parents: 4059
diff changeset
    91
$(OUTDIR)SourceCodeCache.$(O) SourceCodeCache.$(C) SourceCodeCache.$(H): SourceCodeCache.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
7415c70ab563 SVNVersionInfo is private
Claus Gittinger <cg@exept.de>
parents: 4059
diff changeset
    92
$(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)
7415c70ab563 SVNVersionInfo is private
Claus Gittinger <cg@exept.de>
parents: 4059
diff changeset
    93
$(OUTDIR)SourceCodeManagerUtilities.$(O) SourceCodeManagerUtilities.$(C) SourceCodeManagerUtilities.$(H): SourceCodeManagerUtilities.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
7415c70ab563 SVNVersionInfo is private
Claus Gittinger <cg@exept.de>
parents: 4059
diff changeset
    94
$(OUTDIR)SystemEnvironment.$(O) SystemEnvironment.$(C) SystemEnvironment.$(H): SystemEnvironment.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
7415c70ab563 SVNVersionInfo is private
Claus Gittinger <cg@exept.de>
parents: 4059
diff changeset
    95
$(OUTDIR)SystemOrganizer.$(O) SystemOrganizer.$(C) SystemOrganizer.$(H): SystemOrganizer.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
7415c70ab563 SVNVersionInfo is private
Claus Gittinger <cg@exept.de>
parents: 4059
diff changeset
    96
$(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)
7415c70ab563 SVNVersionInfo is private
Claus Gittinger <cg@exept.de>
parents: 4059
diff changeset
    97
$(OUTDIR)VersionInfo.$(O) VersionInfo.$(C) VersionInfo.$(H): VersionInfo.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
7415c70ab563 SVNVersionInfo is private
Claus Gittinger <cg@exept.de>
parents: 4059
diff changeset
    98
$(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)
7415c70ab563 SVNVersionInfo is private
Claus Gittinger <cg@exept.de>
parents: 4059
diff changeset
    99
$(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)
7415c70ab563 SVNVersionInfo is private
Claus Gittinger <cg@exept.de>
parents: 4059
diff changeset
   100
$(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)
7415c70ab563 SVNVersionInfo is private
Claus Gittinger <cg@exept.de>
parents: 4059
diff changeset
   101
$(OUTDIR)ChangeSetDiffEntry.$(O) ChangeSetDiffEntry.$(C) ChangeSetDiffEntry.$(H): ChangeSetDiffEntry.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic3\ChangeSetDiffComponent.$(H) $(STCHDR)
7415c70ab563 SVNVersionInfo is private
Claus Gittinger <cg@exept.de>
parents: 4059
diff changeset
   102
$(OUTDIR)ChangeSetDiffSet.$(O) ChangeSetDiffSet.$(C) ChangeSetDiffSet.$(H): ChangeSetDiffSet.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic3\ChangeSetDiffComponent.$(H) $(STCHDR)
7415c70ab563 SVNVersionInfo is private
Claus Gittinger <cg@exept.de>
parents: 4059
diff changeset
   103
$(OUTDIR)ClassChange.$(O) ClassChange.$(C) ClassChange.$(H): ClassChange.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic3\Change.$(H) $(STCHDR)
7415c70ab563 SVNVersionInfo is private
Claus Gittinger <cg@exept.de>
parents: 4059
diff changeset
   104
$(OUTDIR)CompositeChange.$(O) CompositeChange.$(C) CompositeChange.$(H): CompositeChange.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic3\Change.$(H) $(STCHDR)
7415c70ab563 SVNVersionInfo is private
Claus Gittinger <cg@exept.de>
parents: 4059
diff changeset
   105
$(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)
7415c70ab563 SVNVersionInfo is private
Claus Gittinger <cg@exept.de>
parents: 4059
diff changeset
   106
$(OUTDIR)DataBaseSourceCodeManagerUtilities.$(O) DataBaseSourceCodeManagerUtilities.$(C) DataBaseSourceCodeManagerUtilities.$(H): DataBaseSourceCodeManagerUtilities.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic3\SourceCodeManagerUtilities.$(H) $(STCHDR)
7415c70ab563 SVNVersionInfo is private
Claus Gittinger <cg@exept.de>
parents: 4059
diff changeset
   107
$(OUTDIR)DoItChange.$(O) DoItChange.$(C) DoItChange.$(H): DoItChange.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic3\Change.$(H) $(STCHDR)
7415c70ab563 SVNVersionInfo is private
Claus Gittinger <cg@exept.de>
parents: 4059
diff changeset
   108
$(OUTDIR)FileBasedSourceCodeManager.$(O) FileBasedSourceCodeManager.$(C) FileBasedSourceCodeManager.$(H): FileBasedSourceCodeManager.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic3\AbstractSourceCodeManager.$(H) $(STCHDR)
7415c70ab563 SVNVersionInfo is private
Claus Gittinger <cg@exept.de>
parents: 4059
diff changeset
   109
$(OUTDIR)FileInChange.$(O) FileInChange.$(C) FileInChange.$(H): FileInChange.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic3\Change.$(H) $(STCHDR)
7415c70ab563 SVNVersionInfo is private
Claus Gittinger <cg@exept.de>
parents: 4059
diff changeset
   110
$(OUTDIR)GitSourceCodeManager.$(O) GitSourceCodeManager.$(C) GitSourceCodeManager.$(H): GitSourceCodeManager.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic3\AbstractSourceCodeManager.$(H) $(STCHDR)
7415c70ab563 SVNVersionInfo is private
Claus Gittinger <cg@exept.de>
parents: 4059
diff changeset
   111
$(OUTDIR)InvalidChange.$(O) InvalidChange.$(C) InvalidChange.$(H): InvalidChange.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic3\Change.$(H) $(STCHDR)
7415c70ab563 SVNVersionInfo is private
Claus Gittinger <cg@exept.de>
parents: 4059
diff changeset
   112
$(OUTDIR)MercurialSourceCodeManager.$(O) MercurialSourceCodeManager.$(C) MercurialSourceCodeManager.$(H): MercurialSourceCodeManager.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic3\AbstractSourceCodeManager.$(H) $(STCHDR)
7415c70ab563 SVNVersionInfo is private
Claus Gittinger <cg@exept.de>
parents: 4059
diff changeset
   113
$(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)
7415c70ab563 SVNVersionInfo is private
Claus Gittinger <cg@exept.de>
parents: 4059
diff changeset
   114
$(OUTDIR)NameSpaceCreationChange.$(O) NameSpaceCreationChange.$(C) NameSpaceCreationChange.$(H): NameSpaceCreationChange.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic3\Change.$(H) $(STCHDR)
7415c70ab563 SVNVersionInfo is private
Claus Gittinger <cg@exept.de>
parents: 4059
diff changeset
   115
$(OUTDIR)OtherChange.$(O) OtherChange.$(C) OtherChange.$(H): OtherChange.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic3\Change.$(H) $(STCHDR)
7415c70ab563 SVNVersionInfo is private
Claus Gittinger <cg@exept.de>
parents: 4059
diff changeset
   116
$(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)
7415c70ab563 SVNVersionInfo is private
Claus Gittinger <cg@exept.de>
parents: 4059
diff changeset
   117
$(OUTDIR)SourceCodeManagerUtilitiesForContainerBasedManagers.$(O) SourceCodeManagerUtilitiesForContainerBasedManagers.$(C) SourceCodeManagerUtilitiesForContainerBasedManagers.$(H): SourceCodeManagerUtilitiesForContainerBasedManagers.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic3\SourceCodeManagerUtilities.$(H) $(STCHDR)
7415c70ab563 SVNVersionInfo is private
Claus Gittinger <cg@exept.de>
parents: 4059
diff changeset
   118
$(OUTDIR)SourceCodeManagerUtilitiesForWorkspaceBasedManagers.$(O) SourceCodeManagerUtilitiesForWorkspaceBasedManagers.$(C) SourceCodeManagerUtilitiesForWorkspaceBasedManagers.$(H): SourceCodeManagerUtilitiesForWorkspaceBasedManagers.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic3\SourceCodeManagerUtilities.$(H) $(STCHDR)
7415c70ab563 SVNVersionInfo is private
Claus Gittinger <cg@exept.de>
parents: 4059
diff changeset
   119
$(OUTDIR)StoreSourceCodeManager.$(O) StoreSourceCodeManager.$(C) StoreSourceCodeManager.$(H): StoreSourceCodeManager.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic3\AbstractSourceCodeManager.$(H) $(STCHDR)
7415c70ab563 SVNVersionInfo is private
Claus Gittinger <cg@exept.de>
parents: 4059
diff changeset
   120
$(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)
7415c70ab563 SVNVersionInfo is private
Claus Gittinger <cg@exept.de>
parents: 4059
diff changeset
   121
$(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)
7415c70ab563 SVNVersionInfo is private
Claus Gittinger <cg@exept.de>
parents: 4059
diff changeset
   122
$(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)
7415c70ab563 SVNVersionInfo is private
Claus Gittinger <cg@exept.de>
parents: 4059
diff changeset
   123
$(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)
7415c70ab563 SVNVersionInfo is private
Claus Gittinger <cg@exept.de>
parents: 4059
diff changeset
   124
$(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)
7415c70ab563 SVNVersionInfo is private
Claus Gittinger <cg@exept.de>
parents: 4059
diff changeset
   125
$(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)
7415c70ab563 SVNVersionInfo is private
Claus Gittinger <cg@exept.de>
parents: 4059
diff changeset
   126
$(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)
7415c70ab563 SVNVersionInfo is private
Claus Gittinger <cg@exept.de>
parents: 4059
diff changeset
   127
$(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)
7415c70ab563 SVNVersionInfo is private
Claus Gittinger <cg@exept.de>
parents: 4059
diff changeset
   128
$(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)
7415c70ab563 SVNVersionInfo is private
Claus Gittinger <cg@exept.de>
parents: 4059
diff changeset
   129
$(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)
7415c70ab563 SVNVersionInfo is private
Claus Gittinger <cg@exept.de>
parents: 4059
diff changeset
   130
$(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)
7415c70ab563 SVNVersionInfo is private
Claus Gittinger <cg@exept.de>
parents: 4059
diff changeset
   131
$(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)
7415c70ab563 SVNVersionInfo is private
Claus Gittinger <cg@exept.de>
parents: 4059
diff changeset
   132
$(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)
7415c70ab563 SVNVersionInfo is private
Claus Gittinger <cg@exept.de>
parents: 4059
diff changeset
   133
$(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)
7415c70ab563 SVNVersionInfo is private
Claus Gittinger <cg@exept.de>
parents: 4059
diff changeset
   134
$(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)
7415c70ab563 SVNVersionInfo is private
Claus Gittinger <cg@exept.de>
parents: 4059
diff changeset
   135
$(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)
7415c70ab563 SVNVersionInfo is private
Claus Gittinger <cg@exept.de>
parents: 4059
diff changeset
   136
$(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)
7415c70ab563 SVNVersionInfo is private
Claus Gittinger <cg@exept.de>
parents: 4059
diff changeset
   137
$(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)
7415c70ab563 SVNVersionInfo is private
Claus Gittinger <cg@exept.de>
parents: 4059
diff changeset
   138
$(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)
7415c70ab563 SVNVersionInfo is private
Claus Gittinger <cg@exept.de>
parents: 4059
diff changeset
   139
$(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)
7415c70ab563 SVNVersionInfo is private
Claus Gittinger <cg@exept.de>
parents: 4059
diff changeset
   140
$(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)
7415c70ab563 SVNVersionInfo is private
Claus Gittinger <cg@exept.de>
parents: 4059
diff changeset
   141
$(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)
7415c70ab563 SVNVersionInfo is private
Claus Gittinger <cg@exept.de>
parents: 4059
diff changeset
   142
$(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)
7415c70ab563 SVNVersionInfo is private
Claus Gittinger <cg@exept.de>
parents: 4059
diff changeset
   143
$(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)
7415c70ab563 SVNVersionInfo is private
Claus Gittinger <cg@exept.de>
parents: 4059
diff changeset
   144
$(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)
3525
35c2d04cb470 Added ClassInitializeChange
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3474
diff changeset
   145
$(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)
1796
b80e63cf5d75 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1773
diff changeset
   146
884
21edcec092e1 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 863
diff changeset
   147
# ENDMAKEDEPEND --- do not remove this line