bc.mak
author Claus Gittinger <cg@exept.de>
Mon, 14 May 2018 02:21:18 +0200
changeset 1048 582b3a028cbc
parent 954 e1d0975cfd65
child 991 e9f7c31b05c6
child 1061 b8b38b3fc56c
permissions -rw-r--r--
#FEATURE by cg class: MCMethodDefinition changed: #postloadOver:
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
954
e1d0975cfd65 added class: MCClassComment
Claus Gittinger <cg@exept.de>
parents: 947
diff changeset
     1
# $Header: /cvs/stx/stx/goodies/monticello/bc.mak,v 1.21 2014-12-23 19:18:08 cg Exp $
164
ceee05a0a9a1 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     2
#
ceee05a0a9a1 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     3
# DO NOT EDIT
748
ff3d51c6a1bb automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 545
diff changeset
     4
# automagically generated from the projectDefinition: stx_goodies_monticello.
164
ceee05a0a9a1 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     5
#
ceee05a0a9a1 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     6
# Warning: once you modify this file, do not rerun
ceee05a0a9a1 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     7
# stmkmp or projectDefinition-build again - otherwise, your changes are lost.
ceee05a0a9a1 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     8
#
748
ff3d51c6a1bb automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 545
diff changeset
     9
# Notice, that the name bc.mak is historical (from times, when only borland c was supported).
ff3d51c6a1bb automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 545
diff changeset
    10
# This file contains make rules for the win32 platform using either borland-bcc or visual-c.
164
ceee05a0a9a1 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    11
# It shares common definitions with the unix-make in Make.spec.
748
ff3d51c6a1bb automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 545
diff changeset
    12
# The bc.mak supports the following targets:
164
ceee05a0a9a1 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    13
#    bmake         - compile all st-files to a classLib (dll)
ceee05a0a9a1 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    14
#    bmake clean   - clean all temp files
ceee05a0a9a1 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    15
#    bmake clobber - clean all
ceee05a0a9a1 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    16
#
508
994d67dd6721 automatically generated by browser
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 498
diff changeset
    17
# Historic Note:
748
ff3d51c6a1bb automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 545
diff changeset
    18
#  this used to contain only rules to make with borland
508
994d67dd6721 automatically generated by browser
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 498
diff changeset
    19
#    (called via bmake, by "make.exe -f bc.mak")
545
5c17c6e85478 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 508
diff changeset
    20
#  this has changed; it is now also possible to build using microsoft visual c
508
994d67dd6721 automatically generated by browser
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 498
diff changeset
    21
#    (called via vcmake, by "make.exe -f bc.mak -DUSEVC")
164
ceee05a0a9a1 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    22
#
ceee05a0a9a1 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    23
TOP=..\..
ceee05a0a9a1 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    24
INCLUDE_TOP=$(TOP)\..
ceee05a0a9a1 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    25
ceee05a0a9a1 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    26
ceee05a0a9a1 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    27
ceee05a0a9a1 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    28
!INCLUDE $(TOP)\rules\stdHeader_bc
ceee05a0a9a1 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    29
ceee05a0a9a1 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    30
!INCLUDE Make.spec
ceee05a0a9a1 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    31
ceee05a0a9a1 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    32
LIBNAME=libstx_goodies_monticello
947
1760876a36bd class: MethodReference
Claus Gittinger <cg@exept.de>
parents: 928
diff changeset
    33
MODULE_PATH=goodies\monticello
748
ff3d51c6a1bb automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 545
diff changeset
    34
RESFILES=monticello.$(RES)
164
ceee05a0a9a1 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    35
ceee05a0a9a1 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    36
ceee05a0a9a1 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    37
947
1760876a36bd class: MethodReference
Claus Gittinger <cg@exept.de>
parents: 928
diff changeset
    38
LOCALINCLUDES= -I$(INCLUDE_TOP)\stx\goodies\communication -I$(INCLUDE_TOP)\stx\libbasic -I$(INCLUDE_TOP)\stx\libbasic3 -I$(INCLUDE_TOP)\stx\libcompat -I$(INCLUDE_TOP)\stx\libtool -I$(INCLUDE_TOP)\stx\libview2 -I$(INCLUDE_TOP)\stx\libwidg2
164
ceee05a0a9a1 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    39
LOCALDEFINES=
ceee05a0a9a1 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    40
748
ff3d51c6a1bb automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 545
diff changeset
    41
STCLOCALOPT=-package=$(PACKAGE) -I. $(LOCALINCLUDES) -headerDir=. $(STCLOCALOPTIMIZATIONS) $(STCWARNINGS) $(LOCALDEFINES)  -varPrefix=$(LIBNAME)
164
ceee05a0a9a1 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    42
LOCALLIBS=
ceee05a0a9a1 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    43
ceee05a0a9a1 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    44
OBJS= $(COMMON_OBJS) $(WIN32_OBJS)
ceee05a0a9a1 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    45
ceee05a0a9a1 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    46
ALL::  classLibRule
ceee05a0a9a1 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    47
ceee05a0a9a1 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    48
classLibRule: $(OUTDIR) $(OUTDIR)$(LIBNAME).dll
ceee05a0a9a1 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    49
ceee05a0a9a1 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    50
!INCLUDE $(TOP)\rules\stdRules_bc
ceee05a0a9a1 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    51
748
ff3d51c6a1bb automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 545
diff changeset
    52
# build all mandatory prerequisite packages (containing superclasses) for this package
164
ceee05a0a9a1 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    53
prereq:
ceee05a0a9a1 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    54
	pushd ..\..\libbasic & $(MAKE_BAT) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
261
fa91299f38f1 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 164
diff changeset
    55
	pushd ..\refactoryBrowser\parser & $(MAKE_BAT) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
164
ceee05a0a9a1 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    56
	pushd ..\..\libbasic2 & $(MAKE_BAT) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
854
e70a245e2b53 automatically generated by browser
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 748
diff changeset
    57
	pushd ..\..\libbasic3 & $(MAKE_BAT) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
164
ceee05a0a9a1 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    58
	pushd ..\..\libcomp & $(MAKE_BAT) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
854
e70a245e2b53 automatically generated by browser
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 748
diff changeset
    59
	pushd ..\..\libui & $(MAKE_BAT) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
164
ceee05a0a9a1 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    60
	pushd ..\..\libview & $(MAKE_BAT) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
ceee05a0a9a1 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    61
	pushd ..\..\libview2 & $(MAKE_BAT) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
928
17edffeef78a Regenerated to fix dependency problem.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 915
diff changeset
    62
	pushd ..\sunit & $(MAKE_BAT) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
164
ceee05a0a9a1 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    63
	pushd ..\..\libwidg & $(MAKE_BAT) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
261
fa91299f38f1 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 164
diff changeset
    64
	pushd ..\..\libwidg2 & $(MAKE_BAT) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
748
ff3d51c6a1bb automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 545
diff changeset
    65
	pushd ..\..\libcompat & $(MAKE_BAT) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
261
fa91299f38f1 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 164
diff changeset
    66
	pushd ..\..\libtool & $(MAKE_BAT) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
748
ff3d51c6a1bb automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 545
diff changeset
    67
ff3d51c6a1bb automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 545
diff changeset
    68
164
ceee05a0a9a1 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    69
ceee05a0a9a1 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    70
ceee05a0a9a1 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    71
ceee05a0a9a1 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    72
508
994d67dd6721 automatically generated by browser
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 498
diff changeset
    73
854
e70a245e2b53 automatically generated by browser
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 748
diff changeset
    74
test: $(TOP)\goodies\builder\reports\NUL
e70a245e2b53 automatically generated by browser
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 748
diff changeset
    75
	pushd $(TOP)\goodies\builder\reports & $(MAKE_BAT)
e70a245e2b53 automatically generated by browser
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 748
diff changeset
    76
	$(TOP)\goodies\builder\reports\report-runner.bat -D . -r Builder::TestReport -p $(PACKAGE)
928
17edffeef78a Regenerated to fix dependency problem.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 915
diff changeset
    77
        
748
ff3d51c6a1bb automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 545
diff changeset
    78
clean::
ff3d51c6a1bb automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 545
diff changeset
    79
	del *.$(CSUFFIX)
ff3d51c6a1bb automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 545
diff changeset
    80
854
e70a245e2b53 automatically generated by browser
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 748
diff changeset
    81
164
ceee05a0a9a1 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    82
# BEGINMAKEDEPEND --- do not remove this line; make depend needs it
928
17edffeef78a Regenerated to fix dependency problem.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 915
diff changeset
    83
$(OUTDIR)InMidstOfFileinNotification.$(O) InMidstOfFileinNotification.$(H): InMidstOfFileinNotification.st $(INCLUDE_TOP)\stx\libbasic\GenericException.$(H) $(INCLUDE_TOP)\stx\libbasic\Notification.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
164
ceee05a0a9a1 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    84
$(OUTDIR)MCAncestry.$(O) MCAncestry.$(H): MCAncestry.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
928
17edffeef78a Regenerated to fix dependency problem.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 915
diff changeset
    85
$(OUTDIR)MCBrowserList.$(O) MCBrowserList.$(H): MCBrowserList.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libtool\Tools__BrowserList.$(H) $(INCLUDE_TOP)\stx\libtool\Tools__NavigatorModel.$(H) $(INCLUDE_TOP)\stx\libview2\ApplicationModel.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(STCHDR)
17edffeef78a Regenerated to fix dependency problem.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 915
diff changeset
    86
$(OUTDIR)MCChangeSelectionRequest.$(O) MCChangeSelectionRequest.$(H): MCChangeSelectionRequest.st $(INCLUDE_TOP)\stx\libbasic\GenericException.$(H) $(INCLUDE_TOP)\stx\libbasic\Notification.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
164
ceee05a0a9a1 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    87
$(OUTDIR)MCConflict.$(O) MCConflict.$(H): MCConflict.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
ceee05a0a9a1 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    88
$(OUTDIR)MCDefinition.$(O) MCDefinition.$(H): MCDefinition.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
ceee05a0a9a1 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    89
$(OUTDIR)MCDefinitionIndex.$(O) MCDefinitionIndex.$(H): MCDefinitionIndex.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
ceee05a0a9a1 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    90
$(OUTDIR)MCDependencySorter.$(O) MCDependencySorter.$(H): MCDependencySorter.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
928
17edffeef78a Regenerated to fix dependency problem.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 915
diff changeset
    91
$(OUTDIR)MCDialog.$(O) MCDialog.$(H): MCDialog.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview2\ApplicationModel.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(INCLUDE_TOP)\stx\libview2\SimpleDialog.$(H) $(STCHDR)
17edffeef78a Regenerated to fix dependency problem.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 915
diff changeset
    92
$(OUTDIR)MCDirtyPackageInfo.$(O) MCDirtyPackageInfo.$(H): MCDirtyPackageInfo.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libcompat\PackageInfo.$(H) $(STCHDR)
416
dfacc34e84d8 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 409
diff changeset
    93
$(OUTDIR)MCDoItParser.$(O) MCDoItParser.$(H): MCDoItParser.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
928
17edffeef78a Regenerated to fix dependency problem.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 915
diff changeset
    94
$(OUTDIR)MCEmptyPackageInfo.$(O) MCEmptyPackageInfo.$(H): MCEmptyPackageInfo.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libcompat\PackageInfo.$(H) $(STCHDR)
416
dfacc34e84d8 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 409
diff changeset
    95
$(OUTDIR)MCFrontier.$(O) MCFrontier.$(H): MCFrontier.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
928
17edffeef78a Regenerated to fix dependency problem.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 915
diff changeset
    96
$(OUTDIR)MCInteractiveLoadingQuery.$(O) MCInteractiveLoadingQuery.$(H): MCInteractiveLoadingQuery.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) $(STCHDR)
17edffeef78a Regenerated to fix dependency problem.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 915
diff changeset
    97
$(OUTDIR)MCLazyPropertyDictionary.$(O) MCLazyPropertyDictionary.$(H): MCLazyPropertyDictionary.st $(INCLUDE_TOP)\stx\libbasic\Collection.$(H) $(INCLUDE_TOP)\stx\libbasic\Dictionary.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic\Set.$(H) $(STCHDR)
416
dfacc34e84d8 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 409
diff changeset
    98
$(OUTDIR)MCMergeRecord.$(O) MCMergeRecord.$(H): MCMergeRecord.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
928
17edffeef78a Regenerated to fix dependency problem.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 915
diff changeset
    99
$(OUTDIR)MCMergeResolutionRequest.$(O) MCMergeResolutionRequest.$(H): MCMergeResolutionRequest.st $(INCLUDE_TOP)\stx\libbasic\GenericException.$(H) $(INCLUDE_TOP)\stx\libbasic\Notification.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
164
ceee05a0a9a1 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   100
$(OUTDIR)MCMerger.$(O) MCMerger.$(H): MCMerger.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
ceee05a0a9a1 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   101
$(OUTDIR)MCMock.$(O) MCMock.$(H): MCMock.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
928
17edffeef78a Regenerated to fix dependency problem.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 915
diff changeset
   102
$(OUTDIR)MCMockAPoolDictionary.$(O) MCMockAPoolDictionary.$(H): MCMockAPoolDictionary.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic\SharedPool.$(H) $(STCHDR)
164
ceee05a0a9a1 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   103
$(OUTDIR)MCMockDependency.$(O) MCMockDependency.$(H): MCMockDependency.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
928
17edffeef78a Regenerated to fix dependency problem.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 915
diff changeset
   104
$(OUTDIR)MCMockPackageInfo.$(O) MCMockPackageInfo.$(H): MCMockPackageInfo.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libcompat\PackageInfo.$(H) $(STCHDR)
416
dfacc34e84d8 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 409
diff changeset
   105
$(OUTDIR)MCNoChangesException.$(O) MCNoChangesException.$(H): MCNoChangesException.st $(INCLUDE_TOP)\stx\libbasic\Exception.$(H) $(INCLUDE_TOP)\stx\libbasic\GenericException.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
164
ceee05a0a9a1 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   106
$(OUTDIR)MCPackage.$(O) MCPackage.$(H): MCPackage.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
416
dfacc34e84d8 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 409
diff changeset
   107
$(OUTDIR)MCPackageCache.$(O) MCPackageCache.$(H): MCPackageCache.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
928
17edffeef78a Regenerated to fix dependency problem.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 915
diff changeset
   108
$(OUTDIR)MCPackageEntry.$(O) MCPackageEntry.$(H): MCPackageEntry.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libwidg2\HierarchicalItem.$(H) $(STCHDR)
416
dfacc34e84d8 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 409
diff changeset
   109
$(OUTDIR)MCPackageLoader.$(O) MCPackageLoader.$(H): MCPackageLoader.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
164
ceee05a0a9a1 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   110
$(OUTDIR)MCPackageManager.$(O) MCPackageManager.$(H): MCPackageManager.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
ceee05a0a9a1 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   111
$(OUTDIR)MCPatch.$(O) MCPatch.$(H): MCPatch.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
ceee05a0a9a1 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   112
$(OUTDIR)MCPatchOperation.$(O) MCPatchOperation.$(H): MCPatchOperation.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
ceee05a0a9a1 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   113
$(OUTDIR)MCPatcher.$(O) MCPatcher.$(H): MCPatcher.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
ceee05a0a9a1 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   114
$(OUTDIR)MCReader.$(O) MCReader.$(H): MCReader.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
ceee05a0a9a1 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   115
$(OUTDIR)MCRepository.$(O) MCRepository.$(H): MCRepository.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
928
17edffeef78a Regenerated to fix dependency problem.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 915
diff changeset
   116
$(OUTDIR)MCRepositoryBrowser.$(O) MCRepositoryBrowser.$(H): MCRepositoryBrowser.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview2\ApplicationModel.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(STCHDR)
17edffeef78a Regenerated to fix dependency problem.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 915
diff changeset
   117
$(OUTDIR)MCRepositoryEntry.$(O) MCRepositoryEntry.$(H): MCRepositoryEntry.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libwidg2\HierarchicalItem.$(H) $(STCHDR)
416
dfacc34e84d8 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 409
diff changeset
   118
$(OUTDIR)MCRepositoryGroup.$(O) MCRepositoryGroup.$(H): MCRepositoryGroup.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
dfacc34e84d8 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 409
diff changeset
   119
$(OUTDIR)MCScanner.$(O) MCScanner.$(H): MCScanner.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
928
17edffeef78a Regenerated to fix dependency problem.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 915
diff changeset
   120
$(OUTDIR)MCSettingsApp.$(O) MCSettingsApp.$(H): MCSettingsApp.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libtool\AbstractSettingsApplication.$(H) $(INCLUDE_TOP)\stx\libview2\ApplicationModel.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(STCHDR)
164
ceee05a0a9a1 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   121
$(OUTDIR)MCSnapshot.$(O) MCSnapshot.$(H): MCSnapshot.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
928
17edffeef78a Regenerated to fix dependency problem.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 915
diff changeset
   122
$(OUTDIR)MCSourceCodeManager.$(O) MCSourceCodeManager.$(H): MCSourceCodeManager.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic3\AbstractSourceCodeManager.$(H) $(STCHDR)
17edffeef78a Regenerated to fix dependency problem.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 915
diff changeset
   123
$(OUTDIR)MCStXNamespaceQuery.$(O) MCStXNamespaceQuery.$(H): MCStXNamespaceQuery.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) $(STCHDR)
17edffeef78a Regenerated to fix dependency problem.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 915
diff changeset
   124
$(OUTDIR)MCStXPackageInfo.$(O) MCStXPackageInfo.$(H): MCStXPackageInfo.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libcompat\PackageInfo.$(H) $(STCHDR)
17edffeef78a Regenerated to fix dependency problem.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 915
diff changeset
   125
$(OUTDIR)MCStXPackageQuery.$(O) MCStXPackageQuery.$(H): MCStXPackageQuery.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) $(STCHDR)
854
e70a245e2b53 automatically generated by browser
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 748
diff changeset
   126
$(OUTDIR)MCStXSnapshotTransformation.$(O) MCStXSnapshotTransformation.$(H): MCStXSnapshotTransformation.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
928
17edffeef78a Regenerated to fix dependency problem.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 915
diff changeset
   127
$(OUTDIR)MCStxVersionInfo.$(O) MCStxVersionInfo.$(H): MCStxVersionInfo.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic3\VersionInfo.$(H) $(STCHDR)
409
df6820d2adfd automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 402
diff changeset
   128
$(OUTDIR)MCTimestampAnnotation.$(O) MCTimestampAnnotation.$(H): MCTimestampAnnotation.st $(INCLUDE_TOP)\stx\libbasic\Annotation.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
416
dfacc34e84d8 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 409
diff changeset
   129
$(OUTDIR)MCTool.$(O) MCTool.$(H): MCTool.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
164
ceee05a0a9a1 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   130
$(OUTDIR)MCVariableDefinition.$(O) MCVariableDefinition.$(H): MCVariableDefinition.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
ceee05a0a9a1 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   131
$(OUTDIR)MCVersion.$(O) MCVersion.$(H): MCVersion.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
416
dfacc34e84d8 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 409
diff changeset
   132
$(OUTDIR)MCVersionDependency.$(O) MCVersionDependency.$(H): MCVersionDependency.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
928
17edffeef78a Regenerated to fix dependency problem.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 915
diff changeset
   133
$(OUTDIR)MCVersionEntry.$(O) MCVersionEntry.$(H): MCVersionEntry.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libwidg2\HierarchicalItem.$(H) $(STCHDR)
416
dfacc34e84d8 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 409
diff changeset
   134
$(OUTDIR)MCVersionLoader.$(O) MCVersionLoader.$(H): MCVersionLoader.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
dfacc34e84d8 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 409
diff changeset
   135
$(OUTDIR)MCVersionMerger.$(O) MCVersionMerger.$(H): MCVersionMerger.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
928
17edffeef78a Regenerated to fix dependency problem.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 915
diff changeset
   136
$(OUTDIR)MCVersionNameAndMessageRequest.$(O) MCVersionNameAndMessageRequest.$(H): MCVersionNameAndMessageRequest.st $(INCLUDE_TOP)\stx\libbasic\GenericException.$(H) $(INCLUDE_TOP)\stx\libbasic\Notification.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
416
dfacc34e84d8 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 409
diff changeset
   137
$(OUTDIR)MCVersionNotification.$(O) MCVersionNotification.$(H): MCVersionNotification.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
164
ceee05a0a9a1 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   138
$(OUTDIR)MCVersionSorter.$(O) MCVersionSorter.$(H): MCVersionSorter.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
416
dfacc34e84d8 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 409
diff changeset
   139
$(OUTDIR)MCWriter.$(O) MCWriter.$(H): MCWriter.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
409
df6820d2adfd automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 402
diff changeset
   140
$(OUTDIR)MethodReference.$(O) MethodReference.$(H): MethodReference.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
df6820d2adfd automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 402
diff changeset
   141
$(OUTDIR)PackageOrganizer.$(O) PackageOrganizer.$(H): PackageOrganizer.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
928
17edffeef78a Regenerated to fix dependency problem.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 915
diff changeset
   142
$(OUTDIR)stx_goodies_monticello.$(O) stx_goodies_monticello.$(H): stx_goodies_monticello.st $(INCLUDE_TOP)\stx\libbasic\LibraryDefinition.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic\ProjectDefinition.$(H) $(STCHDR)
164
ceee05a0a9a1 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   143
$(OUTDIR)MCAddition.$(O) MCAddition.$(H): MCAddition.st $(INCLUDE_TOP)\stx\goodies\monticello\MCPatchOperation.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
954
e1d0975cfd65 added class: MCClassComment
Claus Gittinger <cg@exept.de>
parents: 947
diff changeset
   144
$(OUTDIR)MCClassComment.$(O) MCClassComment.$(H): MCClassComment.st $(INCLUDE_TOP)\stx\goodies\monticello\MCDefinition.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
164
ceee05a0a9a1 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   145
$(OUTDIR)MCClassDefinition.$(O) MCClassDefinition.$(H): MCClassDefinition.st $(INCLUDE_TOP)\stx\goodies\monticello\MCDefinition.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
ceee05a0a9a1 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   146
$(OUTDIR)MCClassInstanceVariableDefinition.$(O) MCClassInstanceVariableDefinition.$(H): MCClassInstanceVariableDefinition.st $(INCLUDE_TOP)\stx\goodies\monticello\MCVariableDefinition.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
409
df6820d2adfd automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 402
diff changeset
   147
$(OUTDIR)MCClassTraitDefinition.$(O) MCClassTraitDefinition.$(H): MCClassTraitDefinition.st $(INCLUDE_TOP)\stx\goodies\monticello\MCDefinition.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
416
dfacc34e84d8 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 409
diff changeset
   148
$(OUTDIR)MCClassTraitParser.$(O) MCClassTraitParser.$(H): MCClassTraitParser.st $(INCLUDE_TOP)\stx\goodies\monticello\MCDoItParser.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
164
ceee05a0a9a1 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   149
$(OUTDIR)MCClassVariableDefinition.$(O) MCClassVariableDefinition.$(H): MCClassVariableDefinition.st $(INCLUDE_TOP)\stx\goodies\monticello\MCVariableDefinition.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
416
dfacc34e84d8 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 409
diff changeset
   150
$(OUTDIR)MCCodeTool.$(O) MCCodeTool.$(H): MCCodeTool.st $(INCLUDE_TOP)\stx\goodies\monticello\MCTool.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
928
17edffeef78a Regenerated to fix dependency problem.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 915
diff changeset
   151
$(OUTDIR)MCCommitDialog.$(O) MCCommitDialog.$(H): MCCommitDialog.st $(INCLUDE_TOP)\stx\goodies\monticello\MCDialog.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview2\ApplicationModel.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(INCLUDE_TOP)\stx\libview2\SimpleDialog.$(H) $(STCHDR)
164
ceee05a0a9a1 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   152
$(OUTDIR)MCDictionaryRepository.$(O) MCDictionaryRepository.$(H): MCDictionaryRepository.st $(INCLUDE_TOP)\stx\goodies\monticello\MCRepository.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
416
dfacc34e84d8 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 409
diff changeset
   153
$(OUTDIR)MCDiffyVersion.$(O) MCDiffyVersion.$(H): MCDiffyVersion.st $(INCLUDE_TOP)\stx\goodies\monticello\MCVersion.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
164
ceee05a0a9a1 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   154
$(OUTDIR)MCFileBasedRepository.$(O) MCFileBasedRepository.$(H): MCFileBasedRepository.st $(INCLUDE_TOP)\stx\goodies\monticello\MCRepository.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
ceee05a0a9a1 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   155
$(OUTDIR)MCFilteredVersionSorter.$(O) MCFilteredVersionSorter.$(H): MCFilteredVersionSorter.st $(INCLUDE_TOP)\stx\goodies\monticello\MCVersionSorter.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
416
dfacc34e84d8 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 409
diff changeset
   156
$(OUTDIR)MCGOODSRepository.$(O) MCGOODSRepository.$(H): MCGOODSRepository.st $(INCLUDE_TOP)\stx\goodies\monticello\MCRepository.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
164
ceee05a0a9a1 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   157
$(OUTDIR)MCInstanceVariableDefinition.$(O) MCInstanceVariableDefinition.$(H): MCInstanceVariableDefinition.st $(INCLUDE_TOP)\stx\goodies\monticello\MCVariableDefinition.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
416
dfacc34e84d8 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 409
diff changeset
   158
$(OUTDIR)MCMczWriter.$(O) MCMczWriter.$(H): MCMczWriter.st $(INCLUDE_TOP)\stx\goodies\monticello\MCWriter.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
164
ceee05a0a9a1 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   159
$(OUTDIR)MCMethodDefinition.$(O) MCMethodDefinition.$(H): MCMethodDefinition.st $(INCLUDE_TOP)\stx\goodies\monticello\MCDefinition.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
ceee05a0a9a1 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   160
$(OUTDIR)MCMockDefinition.$(O) MCMockDefinition.$(H): MCMockDefinition.st $(INCLUDE_TOP)\stx\goodies\monticello\MCDefinition.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
ceee05a0a9a1 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   161
$(OUTDIR)MCMockDependentItem.$(O) MCMockDependentItem.$(H): MCMockDependentItem.st $(INCLUDE_TOP)\stx\goodies\monticello\MCMock.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
ceee05a0a9a1 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   162
$(OUTDIR)MCModification.$(O) MCModification.$(H): MCModification.st $(INCLUDE_TOP)\stx\goodies\monticello\MCPatchOperation.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
416
dfacc34e84d8 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 409
diff changeset
   163
$(OUTDIR)MCMultiPackageLoader.$(O) MCMultiPackageLoader.$(H): MCMultiPackageLoader.st $(INCLUDE_TOP)\stx\goodies\monticello\MCPackageLoader.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
164
ceee05a0a9a1 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   164
$(OUTDIR)MCOrganizationDefinition.$(O) MCOrganizationDefinition.$(H): MCOrganizationDefinition.st $(INCLUDE_TOP)\stx\goodies\monticello\MCDefinition.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
928
17edffeef78a Regenerated to fix dependency problem.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 915
diff changeset
   165
$(OUTDIR)MCPackageList.$(O) MCPackageList.$(H): MCPackageList.st $(INCLUDE_TOP)\stx\goodies\monticello\MCBrowserList.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libtool\Tools__BrowserList.$(H) $(INCLUDE_TOP)\stx\libtool\Tools__NavigatorModel.$(H) $(INCLUDE_TOP)\stx\libview2\ApplicationModel.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(STCHDR)
164
ceee05a0a9a1 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   166
$(OUTDIR)MCPoolImportDefinition.$(O) MCPoolImportDefinition.$(H): MCPoolImportDefinition.st $(INCLUDE_TOP)\stx\goodies\monticello\MCVariableDefinition.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
ceee05a0a9a1 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   167
$(OUTDIR)MCRemoval.$(O) MCRemoval.$(H): MCRemoval.st $(INCLUDE_TOP)\stx\goodies\monticello\MCPatchOperation.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
928
17edffeef78a Regenerated to fix dependency problem.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 915
diff changeset
   168
$(OUTDIR)MCRepositoryDialog.$(O) MCRepositoryDialog.$(H): MCRepositoryDialog.st $(INCLUDE_TOP)\stx\goodies\monticello\MCDialog.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview2\ApplicationModel.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(INCLUDE_TOP)\stx\libview2\SimpleDialog.$(H) $(STCHDR)
17edffeef78a Regenerated to fix dependency problem.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 915
diff changeset
   169
$(OUTDIR)MCRepositoryList.$(O) MCRepositoryList.$(H): MCRepositoryList.st $(INCLUDE_TOP)\stx\goodies\monticello\MCBrowserList.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libtool\Tools__BrowserList.$(H) $(INCLUDE_TOP)\stx\libtool\Tools__NavigatorModel.$(H) $(INCLUDE_TOP)\stx\libview2\ApplicationModel.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(STCHDR)
416
dfacc34e84d8 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 409
diff changeset
   170
$(OUTDIR)MCScriptDefinition.$(O) MCScriptDefinition.$(H): MCScriptDefinition.st $(INCLUDE_TOP)\stx\goodies\monticello\MCDefinition.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
164
ceee05a0a9a1 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   171
$(OUTDIR)MCSnapshotReader.$(O) MCSnapshotReader.$(H): MCSnapshotReader.st $(INCLUDE_TOP)\stx\goodies\monticello\MCReader.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
416
dfacc34e84d8 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 409
diff changeset
   172
$(OUTDIR)MCStWriter.$(O) MCStWriter.$(H): MCStWriter.st $(INCLUDE_TOP)\stx\goodies\monticello\MCWriter.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
854
e70a245e2b53 automatically generated by browser
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 748
diff changeset
   173
$(OUTDIR)MCStXSnapshotPostReadTransformation.$(O) MCStXSnapshotPostReadTransformation.$(H): MCStXSnapshotPostReadTransformation.st $(INCLUDE_TOP)\stx\goodies\monticello\MCStXSnapshotTransformation.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
e70a245e2b53 automatically generated by browser
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 748
diff changeset
   174
$(OUTDIR)MCStXSnapshotPreWriteTransformation.$(O) MCStXSnapshotPreWriteTransformation.$(H): MCStXSnapshotPreWriteTransformation.st $(INCLUDE_TOP)\stx\goodies\monticello\MCStXSnapshotTransformation.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
416
dfacc34e84d8 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 409
diff changeset
   175
$(OUTDIR)MCSystemCategoryParser.$(O) MCSystemCategoryParser.$(H): MCSystemCategoryParser.st $(INCLUDE_TOP)\stx\goodies\monticello\MCDoItParser.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
164
ceee05a0a9a1 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   176
$(OUTDIR)MCThreeWayMerger.$(O) MCThreeWayMerger.$(H): MCThreeWayMerger.st $(INCLUDE_TOP)\stx\goodies\monticello\MCMerger.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
416
dfacc34e84d8 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 409
diff changeset
   177
$(OUTDIR)MCTraitParser.$(O) MCTraitParser.$(H): MCTraitParser.st $(INCLUDE_TOP)\stx\goodies\monticello\MCDoItParser.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
dfacc34e84d8 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 409
diff changeset
   178
$(OUTDIR)MCVersionHistoryBrowser.$(O) MCVersionHistoryBrowser.$(H): MCVersionHistoryBrowser.st $(INCLUDE_TOP)\stx\goodies\monticello\MCTool.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
164
ceee05a0a9a1 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   179
$(OUTDIR)MCVersionInfo.$(O) MCVersionInfo.$(H): MCVersionInfo.st $(INCLUDE_TOP)\stx\goodies\monticello\MCAncestry.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
416
dfacc34e84d8 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 409
diff changeset
   180
$(OUTDIR)MCVersionInfoWriter.$(O) MCVersionInfoWriter.$(H): MCVersionInfoWriter.st $(INCLUDE_TOP)\stx\goodies\monticello\MCWriter.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
dfacc34e84d8 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 409
diff changeset
   181
$(OUTDIR)MCVersionInspector.$(O) MCVersionInspector.$(H): MCVersionInspector.st $(INCLUDE_TOP)\stx\goodies\monticello\MCTool.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
928
17edffeef78a Regenerated to fix dependency problem.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 915
diff changeset
   182
$(OUTDIR)MCVersionList.$(O) MCVersionList.$(H): MCVersionList.st $(INCLUDE_TOP)\stx\goodies\monticello\MCBrowserList.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libtool\Tools__BrowserList.$(H) $(INCLUDE_TOP)\stx\libtool\Tools__NavigatorModel.$(H) $(INCLUDE_TOP)\stx\libview2\ApplicationModel.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(STCHDR)
416
dfacc34e84d8 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 409
diff changeset
   183
$(OUTDIR)MCVersionReader.$(O) MCVersionReader.$(H): MCVersionReader.st $(INCLUDE_TOP)\stx\goodies\monticello\MCReader.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
164
ceee05a0a9a1 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   184
$(OUTDIR)MCWorkingAncestry.$(O) MCWorkingAncestry.$(H): MCWorkingAncestry.st $(INCLUDE_TOP)\stx\goodies\monticello\MCAncestry.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
ceee05a0a9a1 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   185
$(OUTDIR)MCWorkingCopy.$(O) MCWorkingCopy.$(H): MCWorkingCopy.st $(INCLUDE_TOP)\stx\goodies\monticello\MCPackageManager.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
416
dfacc34e84d8 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 409
diff changeset
   186
$(OUTDIR)MCWriteOnlyRepository.$(O) MCWriteOnlyRepository.$(H): MCWriteOnlyRepository.st $(INCLUDE_TOP)\stx\goodies\monticello\MCRepository.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
164
ceee05a0a9a1 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   187
$(OUTDIR)MCDirectoryRepository.$(O) MCDirectoryRepository.$(H): MCDirectoryRepository.st $(INCLUDE_TOP)\stx\goodies\monticello\MCFileBasedRepository.$(H) $(INCLUDE_TOP)\stx\goodies\monticello\MCRepository.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
416
dfacc34e84d8 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 409
diff changeset
   188
$(OUTDIR)MCFtpRepository.$(O) MCFtpRepository.$(H): MCFtpRepository.st $(INCLUDE_TOP)\stx\goodies\monticello\MCFileBasedRepository.$(H) $(INCLUDE_TOP)\stx\goodies\monticello\MCRepository.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
dfacc34e84d8 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 409
diff changeset
   189
$(OUTDIR)MCHttpRepository.$(O) MCHttpRepository.$(H): MCHttpRepository.st $(INCLUDE_TOP)\stx\goodies\monticello\MCFileBasedRepository.$(H) $(INCLUDE_TOP)\stx\goodies\monticello\MCRepository.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
928
17edffeef78a Regenerated to fix dependency problem.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 915
diff changeset
   190
$(OUTDIR)MCLazyVersionInfo.$(O) MCLazyVersionInfo.$(H): MCLazyVersionInfo.st $(INCLUDE_TOP)\stx\goodies\monticello\MCAncestry.$(H) $(INCLUDE_TOP)\stx\goodies\monticello\MCVersionInfo.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
416
dfacc34e84d8 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 409
diff changeset
   191
$(OUTDIR)MCMcdWriter.$(O) MCMcdWriter.$(H): MCMcdWriter.st $(INCLUDE_TOP)\stx\goodies\monticello\MCMczWriter.$(H) $(INCLUDE_TOP)\stx\goodies\monticello\MCWriter.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
928
17edffeef78a Regenerated to fix dependency problem.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 915
diff changeset
   192
$(OUTDIR)MCMczReader.$(O) MCMczReader.$(H): MCMczReader.st $(INCLUDE_TOP)\stx\goodies\monticello\MCReader.$(H) $(INCLUDE_TOP)\stx\goodies\monticello\MCVersionReader.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
416
dfacc34e84d8 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 409
diff changeset
   193
$(OUTDIR)MCPatchBrowser.$(O) MCPatchBrowser.$(H): MCPatchBrowser.st $(INCLUDE_TOP)\stx\goodies\monticello\MCCodeTool.$(H) $(INCLUDE_TOP)\stx\goodies\monticello\MCTool.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
928
17edffeef78a Regenerated to fix dependency problem.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 915
diff changeset
   194
$(OUTDIR)MCPostscriptDefinition.$(O) MCPostscriptDefinition.$(H): MCPostscriptDefinition.st $(INCLUDE_TOP)\stx\goodies\monticello\MCDefinition.$(H) $(INCLUDE_TOP)\stx\goodies\monticello\MCScriptDefinition.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
17edffeef78a Regenerated to fix dependency problem.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 915
diff changeset
   195
$(OUTDIR)MCPreambleDefinition.$(O) MCPreambleDefinition.$(H): MCPreambleDefinition.st $(INCLUDE_TOP)\stx\goodies\monticello\MCDefinition.$(H) $(INCLUDE_TOP)\stx\goodies\monticello\MCScriptDefinition.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
17edffeef78a Regenerated to fix dependency problem.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 915
diff changeset
   196
$(OUTDIR)MCRemovalPostscriptDefinition.$(O) MCRemovalPostscriptDefinition.$(H): MCRemovalPostscriptDefinition.st $(INCLUDE_TOP)\stx\goodies\monticello\MCDefinition.$(H) $(INCLUDE_TOP)\stx\goodies\monticello\MCScriptDefinition.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
17edffeef78a Regenerated to fix dependency problem.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 915
diff changeset
   197
$(OUTDIR)MCRemovalPreambleDefinition.$(O) MCRemovalPreambleDefinition.$(H): MCRemovalPreambleDefinition.st $(INCLUDE_TOP)\stx\goodies\monticello\MCDefinition.$(H) $(INCLUDE_TOP)\stx\goodies\monticello\MCScriptDefinition.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
17edffeef78a Regenerated to fix dependency problem.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 915
diff changeset
   198
$(OUTDIR)MCSMReleaseRepository.$(O) MCSMReleaseRepository.$(H): MCSMReleaseRepository.st $(INCLUDE_TOP)\stx\goodies\monticello\MCRepository.$(H) $(INCLUDE_TOP)\stx\goodies\monticello\MCWriteOnlyRepository.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
17edffeef78a Regenerated to fix dependency problem.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 915
diff changeset
   199
$(OUTDIR)MCSmtpRepository.$(O) MCSmtpRepository.$(H): MCSmtpRepository.st $(INCLUDE_TOP)\stx\goodies\monticello\MCRepository.$(H) $(INCLUDE_TOP)\stx\goodies\monticello\MCWriteOnlyRepository.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
17edffeef78a Regenerated to fix dependency problem.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 915
diff changeset
   200
$(OUTDIR)MCStReader.$(O) MCStReader.$(H): MCStReader.st $(INCLUDE_TOP)\stx\goodies\monticello\MCReader.$(H) $(INCLUDE_TOP)\stx\goodies\monticello\MCSnapshotReader.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
748
ff3d51c6a1bb automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 545
diff changeset
   201
$(OUTDIR)MCStxMczWriter.$(O) MCStxMczWriter.$(H): MCStxMczWriter.st $(INCLUDE_TOP)\stx\goodies\monticello\MCMczWriter.$(H) $(INCLUDE_TOP)\stx\goodies\monticello\MCWriter.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
ff3d51c6a1bb automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 545
diff changeset
   202
$(OUTDIR)MCStxStWriter.$(O) MCStxStWriter.$(H): MCStxStWriter.st $(INCLUDE_TOP)\stx\goodies\monticello\MCStWriter.$(H) $(INCLUDE_TOP)\stx\goodies\monticello\MCWriter.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
409
df6820d2adfd automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 402
diff changeset
   203
$(OUTDIR)MCTraitDefinition.$(O) MCTraitDefinition.$(H): MCTraitDefinition.st $(INCLUDE_TOP)\stx\goodies\monticello\MCClassDefinition.$(H) $(INCLUDE_TOP)\stx\goodies\monticello\MCDefinition.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
164
ceee05a0a9a1 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   204
$(OUTDIR)MCCacheRepository.$(O) MCCacheRepository.$(H): MCCacheRepository.st $(INCLUDE_TOP)\stx\goodies\monticello\MCDirectoryRepository.$(H) $(INCLUDE_TOP)\stx\goodies\monticello\MCFileBasedRepository.$(H) $(INCLUDE_TOP)\stx\goodies\monticello\MCRepository.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
928
17edffeef78a Regenerated to fix dependency problem.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 915
diff changeset
   205
$(OUTDIR)MCMcdReader.$(O) MCMcdReader.$(H): MCMcdReader.st $(INCLUDE_TOP)\stx\goodies\monticello\MCMczReader.$(H) $(INCLUDE_TOP)\stx\goodies\monticello\MCReader.$(H) $(INCLUDE_TOP)\stx\goodies\monticello\MCVersionReader.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
416
dfacc34e84d8 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 409
diff changeset
   206
$(OUTDIR)MCSubDirectoryRepository.$(O) MCSubDirectoryRepository.$(H): MCSubDirectoryRepository.st $(INCLUDE_TOP)\stx\goodies\monticello\MCDirectoryRepository.$(H) $(INCLUDE_TOP)\stx\goodies\monticello\MCFileBasedRepository.$(H) $(INCLUDE_TOP)\stx\goodies\monticello\MCRepository.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
928
17edffeef78a Regenerated to fix dependency problem.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 915
diff changeset
   207
$(OUTDIR)extensions.$(O): extensions.st $(INCLUDE_TOP)\stx\libbasic\AbstractTime.$(H) $(INCLUDE_TOP)\stx\libbasic\Annotation.$(H) $(INCLUDE_TOP)\stx\libbasic\ArrayedCollection.$(H) $(INCLUDE_TOP)\stx\libbasic\Behavior.$(H) $(INCLUDE_TOP)\stx\libbasic\CharacterArray.$(H) $(INCLUDE_TOP)\stx\libbasic\Class.$(H) $(INCLUDE_TOP)\stx\libbasic\ClassDescription.$(H) $(INCLUDE_TOP)\stx\libbasic\Collection.$(H) $(INCLUDE_TOP)\stx\libbasic\Dictionary.$(H) $(INCLUDE_TOP)\stx\libbasic\IdentityDictionary.$(H) $(INCLUDE_TOP)\stx\libbasic\Magnitude.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic\OrderedCollection.$(H) $(INCLUDE_TOP)\stx\libbasic\ProjectDefinition.$(H) $(INCLUDE_TOP)\stx\libbasic\SequenceableCollection.$(H) $(INCLUDE_TOP)\stx\libbasic\Set.$(H) $(INCLUDE_TOP)\stx\libbasic\Stream.$(H) $(INCLUDE_TOP)\stx\libbasic\String.$(H) $(INCLUDE_TOP)\stx\libbasic\StringCollection.$(H) $(INCLUDE_TOP)\stx\libbasic\Symbol.$(H) $(INCLUDE_TOP)\stx\libbasic\Timestamp.$(H) $(INCLUDE_TOP)\stx\libbasic\UndefinedObject.$(H) $(INCLUDE_TOP)\stx\libbasic\UninterpretedBytes.$(H) $(INCLUDE_TOP)\stx\libbasic\UserPreferences.$(H) $(INCLUDE_TOP)\stx\libbasic3\Change.$(H) $(INCLUDE_TOP)\stx\libbasic3\VersionInfo.$(H) $(INCLUDE_TOP)\stx\libcompat\PackageInfo.$(H) $(INCLUDE_TOP)\stx\libtool\SystemBrowser.$(H) $(INCLUDE_TOP)\stx\libtool\Tools__NewSystemBrowser.$(H) $(INCLUDE_TOP)\stx\libview2\ApplicationModel.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(STCHDR)
164
ceee05a0a9a1 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   208
ceee05a0a9a1 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   209
# ENDMAKEDEPEND --- do not remove this line