bc.mak
author Claus Gittinger <cg@exept.de>
Sat, 20 Aug 2011 16:27:01 +0200
changeset 402 548aae408335
parent 261 fa91299f38f1
child 409 df6820d2adfd
permissions -rw-r--r--
automatically generated by browser
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
402
548aae408335 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 261
diff changeset
     1
# $Header: /cvs/stx/stx/goodies/monticello/bc.mak,v 1.3 2011-08-20 14:27:01 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
ceee05a0a9a1 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     4
# automagically generated from the projectDefinition: stx_goodies_monticello.
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
#
ceee05a0a9a1 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     9
# This file contains make rules for the win32 platform (using borland-bcc).
ceee05a0a9a1 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    10
# It shares common definitions with the unix-make in Make.spec.
ceee05a0a9a1 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    11
# The nt.mak supports the following targets:
ceee05a0a9a1 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    12
#    bmake         - compile all st-files to a classLib (dll)
ceee05a0a9a1 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    13
#    bmake clean   - clean all temp files
ceee05a0a9a1 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    14
#    bmake clobber - clean all
ceee05a0a9a1 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    15
#
ceee05a0a9a1 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    16
#
ceee05a0a9a1 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    17
TOP=..\..
ceee05a0a9a1 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    18
INCLUDE_TOP=$(TOP)\..
ceee05a0a9a1 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    19
ceee05a0a9a1 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    20
ceee05a0a9a1 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    21
ceee05a0a9a1 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    22
!INCLUDE $(TOP)\rules\stdHeader_bc
ceee05a0a9a1 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    23
ceee05a0a9a1 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    24
!INCLUDE Make.spec
ceee05a0a9a1 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    25
ceee05a0a9a1 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    26
LIBNAME=libstx_goodies_monticello
ceee05a0a9a1 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    27
RESFILES=monticello.res
ceee05a0a9a1 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    28
ceee05a0a9a1 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    29
ceee05a0a9a1 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    30
402
548aae408335 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 261
diff changeset
    31
LOCALINCLUDES= -I$(INCLUDE_TOP)\stx\libwidg -I$(INCLUDE_TOP)\stx\libview2 -I$(INCLUDE_TOP)\stx\libbasic2 -I$(INCLUDE_TOP)\stx\libwidg2 -I$(INCLUDE_TOP)\stx\libcompat -I$(INCLUDE_TOP)\stx\libbasic -I$(INCLUDE_TOP)\stx\libcomp -I$(INCLUDE_TOP)\stx\libtool
164
ceee05a0a9a1 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    32
LOCALDEFINES=
ceee05a0a9a1 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    33
ceee05a0a9a1 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    34
STCLOCALOPT=-package=$(PACKAGE) -I. $(LOCALINCLUDES) -H. $(STCLOCALOPTIMIZATIONS) $(STCWARNINGS) $(LOCALDEFINES)  -varPrefix=$(LIBNAME)
ceee05a0a9a1 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    35
LOCALLIBS=
ceee05a0a9a1 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    36
ceee05a0a9a1 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    37
OBJS= $(COMMON_OBJS) $(WIN32_OBJS)
ceee05a0a9a1 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    38
ceee05a0a9a1 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    39
ALL::  classLibRule
ceee05a0a9a1 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    40
ceee05a0a9a1 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    41
classLibRule: $(OUTDIR) $(OUTDIR)$(LIBNAME).dll
ceee05a0a9a1 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    42
ceee05a0a9a1 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    43
!INCLUDE $(TOP)\rules\stdRules_bc
ceee05a0a9a1 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    44
ceee05a0a9a1 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    45
# build all prerequisite packages for this package
ceee05a0a9a1 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    46
prereq:
ceee05a0a9a1 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    47
	pushd ..\..\libbasic & $(MAKE_BAT) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
261
fa91299f38f1 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 164
diff changeset
    48
	pushd ..\refactoryBrowser\parser & $(MAKE_BAT) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
164
ceee05a0a9a1 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    49
	pushd ..\..\libbasic2 & $(MAKE_BAT) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
ceee05a0a9a1 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    50
	pushd ..\..\libcomp & $(MAKE_BAT) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
ceee05a0a9a1 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    51
	pushd ..\..\libview & $(MAKE_BAT) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
261
fa91299f38f1 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 164
diff changeset
    52
	pushd ..\..\libbasic3 & $(MAKE_BAT) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
164
ceee05a0a9a1 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    53
	pushd ..\..\libview2 & $(MAKE_BAT) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
261
fa91299f38f1 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 164
diff changeset
    54
	pushd ..\..\libboss & $(MAKE_BAT) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
164
ceee05a0a9a1 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    55
	pushd ..\..\libui & $(MAKE_BAT) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
ceee05a0a9a1 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    56
	pushd ..\..\libwidg & $(MAKE_BAT) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
261
fa91299f38f1 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 164
diff changeset
    57
	pushd ..\..\libwidg2 & $(MAKE_BAT) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
fa91299f38f1 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 164
diff changeset
    58
	pushd ..\..\libwidg3 & $(MAKE_BAT) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
fa91299f38f1 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 164
diff changeset
    59
	pushd ..\..\libtool & $(MAKE_BAT) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
fa91299f38f1 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 164
diff changeset
    60
	pushd ..\..\libcompat & $(MAKE_BAT) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
164
ceee05a0a9a1 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    61
	pushd ..\..\librun & $(MAKE_BAT) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
ceee05a0a9a1 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    62
ceee05a0a9a1 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    63
ceee05a0a9a1 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    64
ceee05a0a9a1 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    65
ceee05a0a9a1 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    66
# BEGINMAKEDEPEND --- do not remove this line; make depend needs it
ceee05a0a9a1 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    67
$(OUTDIR)MCAncestry.$(O) MCAncestry.$(H): MCAncestry.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
261
fa91299f38f1 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 164
diff changeset
    68
$(OUTDIR)MCBrowserList.$(O) MCBrowserList.$(H): MCBrowserList.st $(INCLUDE_TOP)\stx\libtool\Tools_BrowserList.$(H) $(INCLUDE_TOP)\stx\libtool\Tools_NavigatorModel.$(H) $(INCLUDE_TOP)\stx\libview2\ApplicationModel.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
164
ceee05a0a9a1 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    69
$(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
    70
$(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
    71
$(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
    72
$(OUTDIR)MCDependencySorter.$(O) MCDependencySorter.$(H): MCDependencySorter.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
261
fa91299f38f1 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 164
diff changeset
    73
$(OUTDIR)MCDialog.$(O) MCDialog.$(H): MCDialog.st $(INCLUDE_TOP)\stx\libview2\SimpleDialog.$(H) $(INCLUDE_TOP)\stx\libview2\ApplicationModel.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
164
ceee05a0a9a1 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    74
$(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
    75
$(OUTDIR)MCMock.$(O) MCMock.$(H): MCMock.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
ceee05a0a9a1 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    76
$(OUTDIR)MCMockDependency.$(O) MCMockDependency.$(H): MCMockDependency.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
261
fa91299f38f1 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 164
diff changeset
    77
$(OUTDIR)MCMockPackageInfo.$(O) MCMockPackageInfo.$(H): MCMockPackageInfo.st $(INCLUDE_TOP)\stx\libcompat\PackageInfo.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
164
ceee05a0a9a1 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    78
$(OUTDIR)MCPackage.$(O) MCPackage.$(H): MCPackage.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
261
fa91299f38f1 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 164
diff changeset
    79
$(OUTDIR)MCPackageEntry.$(O) MCPackageEntry.$(H): MCPackageEntry.st $(INCLUDE_TOP)\stx\libwidg2\HierarchicalItem.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
164
ceee05a0a9a1 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    80
$(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
    81
$(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
    82
$(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
    83
$(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
    84
$(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
    85
$(OUTDIR)MCRepository.$(O) MCRepository.$(H): MCRepository.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
261
fa91299f38f1 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 164
diff changeset
    86
$(OUTDIR)MCRepositoryBrowser.$(O) MCRepositoryBrowser.$(H): MCRepositoryBrowser.st $(INCLUDE_TOP)\stx\libview2\ApplicationModel.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
fa91299f38f1 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 164
diff changeset
    87
$(OUTDIR)MCRepositoryEntry.$(O) MCRepositoryEntry.$(H): MCRepositoryEntry.st $(INCLUDE_TOP)\stx\libwidg2\HierarchicalItem.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
fa91299f38f1 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 164
diff changeset
    88
$(OUTDIR)MCSettingsApp.$(O) MCSettingsApp.$(H): MCSettingsApp.st $(INCLUDE_TOP)\stx\libtool\AbstractSettingsApplication.$(H) $(INCLUDE_TOP)\stx\libview2\ApplicationModel.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
164
ceee05a0a9a1 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    89
$(OUTDIR)MCSnapshot.$(O) MCSnapshot.$(H): MCSnapshot.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
ceee05a0a9a1 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    90
$(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
    91
$(OUTDIR)MCVersion.$(O) MCVersion.$(H): MCVersion.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
261
fa91299f38f1 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 164
diff changeset
    92
$(OUTDIR)MCVersionEntry.$(O) MCVersionEntry.$(H): MCVersionEntry.st $(INCLUDE_TOP)\stx\libwidg2\HierarchicalItem.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
164
ceee05a0a9a1 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    93
$(OUTDIR)MCVersionSorter.$(O) MCVersionSorter.$(H): MCVersionSorter.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
ceee05a0a9a1 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    94
$(OUTDIR)stx_goodies_monticello.$(O) stx_goodies_monticello.$(H): stx_goodies_monticello.st $(INCLUDE_TOP)\stx\libbasic\LibraryDefinition.$(H) $(INCLUDE_TOP)\stx\libbasic\ProjectDefinition.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
ceee05a0a9a1 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    95
$(OUTDIR)MCAddition.$(O) MCAddition.$(H): MCAddition.st $(INCLUDE_TOP)\stx\goodies\monticello\MCPatchOperation.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
ceee05a0a9a1 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    96
$(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
    97
$(OUTDIR)MCClassInstanceVariableDefinition.$(O) MCClassInstanceVariableDefinition.$(H): MCClassInstanceVariableDefinition.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
    98
$(OUTDIR)MCClassVariableDefinition.$(O) MCClassVariableDefinition.$(H): MCClassVariableDefinition.st $(INCLUDE_TOP)\stx\goodies\monticello\MCVariableDefinition.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
261
fa91299f38f1 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 164
diff changeset
    99
$(OUTDIR)MCCommitDialog.$(O) MCCommitDialog.$(H): MCCommitDialog.st $(INCLUDE_TOP)\stx\goodies\monticello\MCDialog.$(H) $(INCLUDE_TOP)\stx\libview2\SimpleDialog.$(H) $(INCLUDE_TOP)\stx\libview2\ApplicationModel.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
164
ceee05a0a9a1 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   100
$(OUTDIR)MCDictionaryRepository.$(O) MCDictionaryRepository.$(H): MCDictionaryRepository.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
   101
$(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
   102
$(OUTDIR)MCFilteredVersionSorter.$(O) MCFilteredVersionSorter.$(H): MCFilteredVersionSorter.st $(INCLUDE_TOP)\stx\goodies\monticello\MCVersionSorter.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
ceee05a0a9a1 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   103
$(OUTDIR)MCInstanceVariableDefinition.$(O) MCInstanceVariableDefinition.$(H): MCInstanceVariableDefinition.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
   104
$(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
   105
$(OUTDIR)MCMockClassA.$(O) MCMockClassA.$(H): MCMockClassA.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
   106
$(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
   107
$(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
   108
$(OUTDIR)MCModification.$(O) MCModification.$(H): MCModification.st $(INCLUDE_TOP)\stx\goodies\monticello\MCPatchOperation.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
ceee05a0a9a1 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   109
$(OUTDIR)MCOrganizationDefinition.$(O) MCOrganizationDefinition.$(H): MCOrganizationDefinition.st $(INCLUDE_TOP)\stx\goodies\monticello\MCDefinition.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
261
fa91299f38f1 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 164
diff changeset
   110
$(OUTDIR)MCPackageList.$(O) MCPackageList.$(H): MCPackageList.st $(INCLUDE_TOP)\stx\goodies\monticello\MCBrowserList.$(H) $(INCLUDE_TOP)\stx\libtool\Tools_BrowserList.$(H) $(INCLUDE_TOP)\stx\libtool\Tools_NavigatorModel.$(H) $(INCLUDE_TOP)\stx\libview2\ApplicationModel.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
164
ceee05a0a9a1 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   111
$(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
   112
$(OUTDIR)MCRemoval.$(O) MCRemoval.$(H): MCRemoval.st $(INCLUDE_TOP)\stx\goodies\monticello\MCPatchOperation.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
261
fa91299f38f1 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 164
diff changeset
   113
$(OUTDIR)MCRepositoryDialog.$(O) MCRepositoryDialog.$(H): MCRepositoryDialog.st $(INCLUDE_TOP)\stx\goodies\monticello\MCDialog.$(H) $(INCLUDE_TOP)\stx\libview2\SimpleDialog.$(H) $(INCLUDE_TOP)\stx\libview2\ApplicationModel.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
fa91299f38f1 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 164
diff changeset
   114
$(OUTDIR)MCRepositoryList.$(O) MCRepositoryList.$(H): MCRepositoryList.st $(INCLUDE_TOP)\stx\goodies\monticello\MCBrowserList.$(H) $(INCLUDE_TOP)\stx\libtool\Tools_BrowserList.$(H) $(INCLUDE_TOP)\stx\libtool\Tools_NavigatorModel.$(H) $(INCLUDE_TOP)\stx\libview2\ApplicationModel.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
164
ceee05a0a9a1 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   115
$(OUTDIR)MCSnapshotReader.$(O) MCSnapshotReader.$(H): MCSnapshotReader.st $(INCLUDE_TOP)\stx\goodies\monticello\MCReader.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
ceee05a0a9a1 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   116
$(OUTDIR)MCThreeWayMerger.$(O) MCThreeWayMerger.$(H): MCThreeWayMerger.st $(INCLUDE_TOP)\stx\goodies\monticello\MCMerger.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
ceee05a0a9a1 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   117
$(OUTDIR)MCVersionInfo.$(O) MCVersionInfo.$(H): MCVersionInfo.st $(INCLUDE_TOP)\stx\goodies\monticello\MCAncestry.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
261
fa91299f38f1 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 164
diff changeset
   118
$(OUTDIR)MCVersionList.$(O) MCVersionList.$(H): MCVersionList.st $(INCLUDE_TOP)\stx\goodies\monticello\MCBrowserList.$(H) $(INCLUDE_TOP)\stx\libtool\Tools_BrowserList.$(H) $(INCLUDE_TOP)\stx\libtool\Tools_NavigatorModel.$(H) $(INCLUDE_TOP)\stx\libview2\ApplicationModel.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
164
ceee05a0a9a1 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   119
$(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
   120
$(OUTDIR)MCWorkingCopy.$(O) MCWorkingCopy.$(H): MCWorkingCopy.st $(INCLUDE_TOP)\stx\goodies\monticello\MCPackageManager.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
ceee05a0a9a1 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   121
$(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)
ceee05a0a9a1 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   122
$(OUTDIR)MCStReader.$(O) MCStReader.$(H): MCStReader.st $(INCLUDE_TOP)\stx\goodies\monticello\MCSnapshotReader.$(H) $(INCLUDE_TOP)\stx\goodies\monticello\MCReader.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
ceee05a0a9a1 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   123
$(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)
402
548aae408335 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 261
diff changeset
   124
$(OUTDIR)extensions.$(O): extensions.st $(INCLUDE_TOP)\stx\libbasic\Behavior.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic\Class.$(H) $(INCLUDE_TOP)\stx\libbasic\ClassDescription.$(H) $(INCLUDE_TOP)\stx\libbasic\ClassBuilder.$(H) $(INCLUDE_TOP)\stx\libbasic\Stream.$(H) $(INCLUDE_TOP)\stx\libbasic\String.$(H) $(INCLUDE_TOP)\stx\libbasic\CharacterArray.$(H) $(INCLUDE_TOP)\stx\libbasic\ByteArray.$(H) $(INCLUDE_TOP)\stx\libbasic\UninterpretedBytes.$(H) $(INCLUDE_TOP)\stx\libbasic\ArrayedCollection.$(H) $(INCLUDE_TOP)\stx\libbasic\SequenceableCollection.$(H) $(INCLUDE_TOP)\stx\libbasic\Collection.$(H) $(INCLUDE_TOP)\stx\libbasic\UndefinedObject.$(H) $(STCHDR)
164
ceee05a0a9a1 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   125
ceee05a0a9a1 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   126
# ENDMAKEDEPEND --- do not remove this line