test/bc.mak
author Claus Gittinger <cg@exept.de>
Tue, 08 May 2018 19:54:33 +0200
changeset 1042 3b8c88c55251
parent 830 2a933679a9bc
child 1118 1cd9e0a3805b
permissions -rw-r--r--
#FEATURE by cg class: MCRepositoryGroup changed: #initializeRepositoriesFromUserSettings
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
830
2a933679a9bc automatically generated by browser
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 798
diff changeset
     1
# $Header: /cvs/stx/stx/goodies/monticello/test/bc.mak,v 1.3 2013-05-29 00:03:32 vrany Exp $
175
f3420500d1a0 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     2
#
f3420500d1a0 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     3
# DO NOT EDIT
f3420500d1a0 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     4
# automagically generated from the projectDefinition: stx_goodies_monticello_test.
f3420500d1a0 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     5
#
f3420500d1a0 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     6
# Warning: once you modify this file, do not rerun
f3420500d1a0 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     7
# stmkmp or projectDefinition-build again - otherwise, your changes are lost.
f3420500d1a0 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     8
#
830
2a933679a9bc automatically generated by browser
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 798
diff changeset
     9
# Notice, that the name bc.mak is historical (from times, when only borland c was supported).
2a933679a9bc automatically generated by browser
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 798
diff changeset
    10
# This file contains make rules for the win32 platform using either borland-bcc or visual-c.
175
f3420500d1a0 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    11
# It shares common definitions with the unix-make in Make.spec.
830
2a933679a9bc automatically generated by browser
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 798
diff changeset
    12
# The bc.mak supports the following targets:
175
f3420500d1a0 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    13
#    bmake         - compile all st-files to a classLib (dll)
f3420500d1a0 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    14
#    bmake clean   - clean all temp files
f3420500d1a0 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    15
#    bmake clobber - clean all
f3420500d1a0 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    16
#
830
2a933679a9bc automatically generated by browser
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 798
diff changeset
    17
# Historic Note:
2a933679a9bc automatically generated by browser
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 798
diff changeset
    18
#  this used to contain only rules to make with borland
2a933679a9bc automatically generated by browser
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 798
diff changeset
    19
#    (called via bmake, by "make.exe -f bc.mak")
2a933679a9bc automatically generated by browser
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 798
diff changeset
    20
#  this has changed; it is now also possible to build using microsoft visual c
2a933679a9bc automatically generated by browser
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 798
diff changeset
    21
#    (called via vcmake, by "make.exe -f bc.mak -DUSEVC")
175
f3420500d1a0 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    22
#
f3420500d1a0 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    23
TOP=..\..\..
f3420500d1a0 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    24
INCLUDE_TOP=$(TOP)\..
f3420500d1a0 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    25
f3420500d1a0 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    26
f3420500d1a0 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    27
f3420500d1a0 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    28
!INCLUDE $(TOP)\rules\stdHeader_bc
f3420500d1a0 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    29
f3420500d1a0 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    30
!INCLUDE Make.spec
f3420500d1a0 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    31
f3420500d1a0 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    32
LIBNAME=libstx_goodies_monticello_test
798
6776d12ebe9b .res -> .$(RES)
Claus Gittinger <cg@exept.de>
parents: 175
diff changeset
    33
RESFILES=test.$(RES)
175
f3420500d1a0 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    34
f3420500d1a0 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    35
f3420500d1a0 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    36
830
2a933679a9bc automatically generated by browser
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 798
diff changeset
    37
LOCALINCLUDES= -I$(INCLUDE_TOP)\stx\libbasic -I$(INCLUDE_TOP)\stx\goodies\sunit
175
f3420500d1a0 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    38
LOCALDEFINES=
f3420500d1a0 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    39
830
2a933679a9bc automatically generated by browser
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 798
diff changeset
    40
STCLOCALOPT=-package=$(PACKAGE) -I. $(LOCALINCLUDES) -headerDir=. $(STCLOCALOPTIMIZATIONS) $(STCWARNINGS) $(LOCALDEFINES)  -varPrefix=$(LIBNAME)
175
f3420500d1a0 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    41
LOCALLIBS=
f3420500d1a0 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    42
f3420500d1a0 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    43
OBJS= $(COMMON_OBJS) $(WIN32_OBJS)
f3420500d1a0 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    44
f3420500d1a0 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    45
ALL::  classLibRule
f3420500d1a0 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    46
f3420500d1a0 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    47
classLibRule: $(OUTDIR) $(OUTDIR)$(LIBNAME).dll
f3420500d1a0 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    48
f3420500d1a0 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    49
!INCLUDE $(TOP)\rules\stdRules_bc
f3420500d1a0 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    50
830
2a933679a9bc automatically generated by browser
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 798
diff changeset
    51
# build all mandatory prerequisite packages (containing superclasses) for this package
175
f3420500d1a0 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    52
prereq:
f3420500d1a0 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    53
	pushd ..\..\..\libbasic & $(MAKE_BAT) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
f3420500d1a0 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    54
	pushd ..\..\..\libbasic2 & $(MAKE_BAT) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
f3420500d1a0 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    55
	pushd ..\..\..\libview & $(MAKE_BAT) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
f3420500d1a0 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    56
	pushd ..\..\..\libview2 & $(MAKE_BAT) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
f3420500d1a0 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    57
	pushd ..\..\sunit & $(MAKE_BAT) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
830
2a933679a9bc automatically generated by browser
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 798
diff changeset
    58
2a933679a9bc automatically generated by browser
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 798
diff changeset
    59
2a933679a9bc automatically generated by browser
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 798
diff changeset
    60
175
f3420500d1a0 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    61
f3420500d1a0 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    62
f3420500d1a0 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    63
f3420500d1a0 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    64
830
2a933679a9bc automatically generated by browser
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 798
diff changeset
    65
test: $(TOP)\goodies\builder\reports\NUL
2a933679a9bc automatically generated by browser
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 798
diff changeset
    66
	pushd $(TOP)\goodies\builder\reports & $(MAKE_BAT)
2a933679a9bc automatically generated by browser
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 798
diff changeset
    67
	$(TOP)\goodies\builder\reports\report-runner.bat -D . -r Builder::TestReport -p $(PACKAGE)
2a933679a9bc automatically generated by browser
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 798
diff changeset
    68
        
2a933679a9bc automatically generated by browser
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 798
diff changeset
    69
clean::
2a933679a9bc automatically generated by browser
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 798
diff changeset
    70
	del *.$(CSUFFIX)
2a933679a9bc automatically generated by browser
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 798
diff changeset
    71
2a933679a9bc automatically generated by browser
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 798
diff changeset
    72
175
f3420500d1a0 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    73
# BEGINMAKEDEPEND --- do not remove this line; make depend needs it
830
2a933679a9bc automatically generated by browser
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 798
diff changeset
    74
$(OUTDIR)MCDependencySorterTest.$(O) MCDependencySorterTest.$(H): MCDependencySorterTest.st $(INCLUDE_TOP)\stx\goodies\sunit\TestCase.$(H) $(INCLUDE_TOP)\stx\goodies\sunit\TestAsserter.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
2a933679a9bc automatically generated by browser
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 798
diff changeset
    75
$(OUTDIR)MCSnapshotResource.$(O) MCSnapshotResource.$(H): MCSnapshotResource.st $(INCLUDE_TOP)\stx\goodies\sunit\TestResource.$(H) $(INCLUDE_TOP)\stx\goodies\sunit\TestAsserter.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
2a933679a9bc automatically generated by browser
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 798
diff changeset
    76
$(OUTDIR)MCSortingTest.$(O) MCSortingTest.$(H): MCSortingTest.st $(INCLUDE_TOP)\stx\goodies\sunit\TestCase.$(H) $(INCLUDE_TOP)\stx\goodies\sunit\TestAsserter.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
2a933679a9bc automatically generated by browser
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 798
diff changeset
    77
$(OUTDIR)MCTestCase.$(O) MCTestCase.$(H): MCTestCase.st $(INCLUDE_TOP)\stx\goodies\sunit\TestCase.$(H) $(INCLUDE_TOP)\stx\goodies\sunit\TestAsserter.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
175
f3420500d1a0 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    78
$(OUTDIR)stx_goodies_monticello_test.$(O) stx_goodies_monticello_test.$(H): stx_goodies_monticello_test.st $(INCLUDE_TOP)\stx\libbasic\LibraryDefinition.$(H) $(INCLUDE_TOP)\stx\libbasic\ProjectDefinition.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
830
2a933679a9bc automatically generated by browser
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 798
diff changeset
    79
$(OUTDIR)MCAncestryTest.$(O) MCAncestryTest.$(H): MCAncestryTest.st $(INCLUDE_TOP)\stx\goodies\monticello\test\MCTestCase.$(H) $(INCLUDE_TOP)\stx\goodies\sunit\TestCase.$(H) $(INCLUDE_TOP)\stx\goodies\sunit\TestAsserter.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
2a933679a9bc automatically generated by browser
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 798
diff changeset
    80
$(OUTDIR)MCChangeNotificationTest.$(O) MCChangeNotificationTest.$(H): MCChangeNotificationTest.st $(INCLUDE_TOP)\stx\goodies\monticello\test\MCTestCase.$(H) $(INCLUDE_TOP)\stx\goodies\sunit\TestCase.$(H) $(INCLUDE_TOP)\stx\goodies\sunit\TestAsserter.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
2a933679a9bc automatically generated by browser
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 798
diff changeset
    81
$(OUTDIR)MCClassDefinitionTest.$(O) MCClassDefinitionTest.$(H): MCClassDefinitionTest.st $(INCLUDE_TOP)\stx\goodies\monticello\test\MCTestCase.$(H) $(INCLUDE_TOP)\stx\goodies\sunit\TestCase.$(H) $(INCLUDE_TOP)\stx\goodies\sunit\TestAsserter.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
2a933679a9bc automatically generated by browser
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 798
diff changeset
    82
$(OUTDIR)MCFileInTest.$(O) MCFileInTest.$(H): MCFileInTest.st $(INCLUDE_TOP)\stx\goodies\monticello\test\MCTestCase.$(H) $(INCLUDE_TOP)\stx\goodies\sunit\TestCase.$(H) $(INCLUDE_TOP)\stx\goodies\sunit\TestAsserter.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
2a933679a9bc automatically generated by browser
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 798
diff changeset
    83
$(OUTDIR)MCInitializationTest.$(O) MCInitializationTest.$(H): MCInitializationTest.st $(INCLUDE_TOP)\stx\goodies\monticello\test\MCTestCase.$(H) $(INCLUDE_TOP)\stx\goodies\sunit\TestCase.$(H) $(INCLUDE_TOP)\stx\goodies\sunit\TestAsserter.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
2a933679a9bc automatically generated by browser
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 798
diff changeset
    84
$(OUTDIR)MCMczInstallerTest.$(O) MCMczInstallerTest.$(H): MCMczInstallerTest.st $(INCLUDE_TOP)\stx\goodies\monticello\test\MCTestCase.$(H) $(INCLUDE_TOP)\stx\goodies\sunit\TestCase.$(H) $(INCLUDE_TOP)\stx\goodies\sunit\TestAsserter.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
2a933679a9bc automatically generated by browser
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 798
diff changeset
    85
$(OUTDIR)MCMergingTest.$(O) MCMergingTest.$(H): MCMergingTest.st $(INCLUDE_TOP)\stx\goodies\monticello\test\MCTestCase.$(H) $(INCLUDE_TOP)\stx\goodies\sunit\TestCase.$(H) $(INCLUDE_TOP)\stx\goodies\sunit\TestAsserter.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
2a933679a9bc automatically generated by browser
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 798
diff changeset
    86
$(OUTDIR)MCMethodDefinitionTest.$(O) MCMethodDefinitionTest.$(H): MCMethodDefinitionTest.st $(INCLUDE_TOP)\stx\goodies\monticello\test\MCTestCase.$(H) $(INCLUDE_TOP)\stx\goodies\sunit\TestCase.$(H) $(INCLUDE_TOP)\stx\goodies\sunit\TestAsserter.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
2a933679a9bc automatically generated by browser
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 798
diff changeset
    87
$(OUTDIR)MCOrganizationTest.$(O) MCOrganizationTest.$(H): MCOrganizationTest.st $(INCLUDE_TOP)\stx\goodies\monticello\test\MCTestCase.$(H) $(INCLUDE_TOP)\stx\goodies\sunit\TestCase.$(H) $(INCLUDE_TOP)\stx\goodies\sunit\TestAsserter.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
2a933679a9bc automatically generated by browser
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 798
diff changeset
    88
$(OUTDIR)MCPackageTest.$(O) MCPackageTest.$(H): MCPackageTest.st $(INCLUDE_TOP)\stx\goodies\monticello\test\MCTestCase.$(H) $(INCLUDE_TOP)\stx\goodies\sunit\TestCase.$(H) $(INCLUDE_TOP)\stx\goodies\sunit\TestAsserter.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
2a933679a9bc automatically generated by browser
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 798
diff changeset
    89
$(OUTDIR)MCPatchTest.$(O) MCPatchTest.$(H): MCPatchTest.st $(INCLUDE_TOP)\stx\goodies\monticello\test\MCTestCase.$(H) $(INCLUDE_TOP)\stx\goodies\sunit\TestCase.$(H) $(INCLUDE_TOP)\stx\goodies\sunit\TestAsserter.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
2a933679a9bc automatically generated by browser
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 798
diff changeset
    90
$(OUTDIR)MCRepositoryTest.$(O) MCRepositoryTest.$(H): MCRepositoryTest.st $(INCLUDE_TOP)\stx\goodies\monticello\test\MCTestCase.$(H) $(INCLUDE_TOP)\stx\goodies\sunit\TestCase.$(H) $(INCLUDE_TOP)\stx\goodies\sunit\TestAsserter.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
2a933679a9bc automatically generated by browser
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 798
diff changeset
    91
$(OUTDIR)MCScannerTest.$(O) MCScannerTest.$(H): MCScannerTest.st $(INCLUDE_TOP)\stx\goodies\monticello\test\MCTestCase.$(H) $(INCLUDE_TOP)\stx\goodies\sunit\TestCase.$(H) $(INCLUDE_TOP)\stx\goodies\sunit\TestAsserter.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
2a933679a9bc automatically generated by browser
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 798
diff changeset
    92
$(OUTDIR)MCSerializationTest.$(O) MCSerializationTest.$(H): MCSerializationTest.st $(INCLUDE_TOP)\stx\goodies\monticello\test\MCTestCase.$(H) $(INCLUDE_TOP)\stx\goodies\sunit\TestCase.$(H) $(INCLUDE_TOP)\stx\goodies\sunit\TestAsserter.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
2a933679a9bc automatically generated by browser
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 798
diff changeset
    93
$(OUTDIR)MCSnapshotBrowserTest.$(O) MCSnapshotBrowserTest.$(H): MCSnapshotBrowserTest.st $(INCLUDE_TOP)\stx\goodies\monticello\test\MCTestCase.$(H) $(INCLUDE_TOP)\stx\goodies\sunit\TestCase.$(H) $(INCLUDE_TOP)\stx\goodies\sunit\TestAsserter.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
2a933679a9bc automatically generated by browser
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 798
diff changeset
    94
$(OUTDIR)MCSnapshotTest.$(O) MCSnapshotTest.$(H): MCSnapshotTest.st $(INCLUDE_TOP)\stx\goodies\monticello\test\MCTestCase.$(H) $(INCLUDE_TOP)\stx\goodies\sunit\TestCase.$(H) $(INCLUDE_TOP)\stx\goodies\sunit\TestAsserter.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
2a933679a9bc automatically generated by browser
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 798
diff changeset
    95
$(OUTDIR)MCStReaderTest.$(O) MCStReaderTest.$(H): MCStReaderTest.st $(INCLUDE_TOP)\stx\goodies\monticello\test\MCTestCase.$(H) $(INCLUDE_TOP)\stx\goodies\sunit\TestCase.$(H) $(INCLUDE_TOP)\stx\goodies\sunit\TestAsserter.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
2a933679a9bc automatically generated by browser
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 798
diff changeset
    96
$(OUTDIR)MCStWriterTest.$(O) MCStWriterTest.$(H): MCStWriterTest.st $(INCLUDE_TOP)\stx\goodies\monticello\test\MCTestCase.$(H) $(INCLUDE_TOP)\stx\goodies\sunit\TestCase.$(H) $(INCLUDE_TOP)\stx\goodies\sunit\TestAsserter.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
2a933679a9bc automatically generated by browser
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 798
diff changeset
    97
$(OUTDIR)MCVersionTest.$(O) MCVersionTest.$(H): MCVersionTest.st $(INCLUDE_TOP)\stx\goodies\monticello\test\MCTestCase.$(H) $(INCLUDE_TOP)\stx\goodies\sunit\TestCase.$(H) $(INCLUDE_TOP)\stx\goodies\sunit\TestAsserter.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
2a933679a9bc automatically generated by browser
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 798
diff changeset
    98
$(OUTDIR)MCWorkingCopyTest.$(O) MCWorkingCopyTest.$(H): MCWorkingCopyTest.st $(INCLUDE_TOP)\stx\goodies\monticello\test\MCTestCase.$(H) $(INCLUDE_TOP)\stx\goodies\sunit\TestCase.$(H) $(INCLUDE_TOP)\stx\goodies\sunit\TestAsserter.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
2a933679a9bc automatically generated by browser
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 798
diff changeset
    99
$(OUTDIR)MCDictionaryRepositoryTest.$(O) MCDictionaryRepositoryTest.$(H): MCDictionaryRepositoryTest.st $(INCLUDE_TOP)\stx\goodies\monticello\test\MCRepositoryTest.$(H) $(INCLUDE_TOP)\stx\goodies\monticello\test\MCTestCase.$(H) $(INCLUDE_TOP)\stx\goodies\sunit\TestCase.$(H) $(INCLUDE_TOP)\stx\goodies\sunit\TestAsserter.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
2a933679a9bc automatically generated by browser
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 798
diff changeset
   100
$(OUTDIR)MCDirectoryRepositoryTest.$(O) MCDirectoryRepositoryTest.$(H): MCDirectoryRepositoryTest.st $(INCLUDE_TOP)\stx\goodies\monticello\test\MCRepositoryTest.$(H) $(INCLUDE_TOP)\stx\goodies\monticello\test\MCTestCase.$(H) $(INCLUDE_TOP)\stx\goodies\sunit\TestCase.$(H) $(INCLUDE_TOP)\stx\goodies\sunit\TestAsserter.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
175
f3420500d1a0 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   101
f3420500d1a0 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   102
# ENDMAKEDEPEND --- do not remove this line