bc.mak
author Claus Gittinger <cg@exept.de>
Wed, 29 May 2019 01:12:49 +0200
changeset 747 1dcb53cf964d
parent 555 7765794a703c
child 611 1eecc860f4a5
child 664 e31b2e7b658d
permissions -rw-r--r--
#FEATURE by cg class: TestCase added: #invokeTestMethod changed: #performTest support timeout annotation
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
555
7765794a703c automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 539
diff changeset
     1
# $Header: /cvs/stx/stx/goodies/sunit/bc.mak,v 1.25 2013-04-03 13:27:06 cg Exp $
145
e40cf18bc118 initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
     2
#
207
54415c9631a5 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 198
diff changeset
     3
# DO NOT EDIT
145
e40cf18bc118 initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
     4
# automagically generated from the projectDefinition: stx_goodies_sunit.
e40cf18bc118 initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
     5
#
e40cf18bc118 initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
     6
# Warning: once you modify this file, do not rerun
e40cf18bc118 initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
     7
# stmkmp or projectDefinition-build again - otherwise, your changes are lost.
e40cf18bc118 initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
     8
#
468
04f32cce2e7c automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 424
diff changeset
     9
# Notice, that the name bc.mak is historical (from times, when only borland c was supported).
04f32cce2e7c automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 424
diff changeset
    10
# This file contains make rules for the win32 platform using either borland-bcc or visual-c.
145
e40cf18bc118 initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    11
# It shares common definitions with the unix-make in Make.spec.
468
04f32cce2e7c automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 424
diff changeset
    12
# The bc.mak supports the following targets:
145
e40cf18bc118 initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    13
#    bmake         - compile all st-files to a classLib (dll)
e40cf18bc118 initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    14
#    bmake clean   - clean all temp files
e40cf18bc118 initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    15
#    bmake clobber - clean all
e40cf18bc118 initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    16
#
468
04f32cce2e7c automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 424
diff changeset
    17
# Historic Note:
514
5e191299df7e automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 468
diff changeset
    18
#  this used to contain only rules to make with borland
468
04f32cce2e7c automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 424
diff changeset
    19
#    (called via bmake, by "make.exe -f bc.mak")
04f32cce2e7c automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 424
diff changeset
    20
#  this has changed; it is now also possible to build using microsoft visual c
04f32cce2e7c automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 424
diff changeset
    21
#    (called via vcmake, by "make.exe -f bc.mak -DUSEVC")
145
e40cf18bc118 initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    22
#
e40cf18bc118 initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    23
TOP=..\..
e40cf18bc118 initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    24
INCLUDE_TOP=$(TOP)\..
e40cf18bc118 initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    25
222
8e6f482297fa Jan's 4.1 version
Claus Gittinger <cg@exept.de>
parents: 207
diff changeset
    26
8e6f482297fa Jan's 4.1 version
Claus Gittinger <cg@exept.de>
parents: 207
diff changeset
    27
160
1a9edd5c456a Rename stdRules_nt and stdHeader_nt to ..._bc
Stefan Vogel <sv@exept.de>
parents: 153
diff changeset
    28
!INCLUDE $(TOP)\rules\stdHeader_bc
145
e40cf18bc118 initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    29
e40cf18bc118 initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    30
!INCLUDE Make.spec
e40cf18bc118 initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    31
e40cf18bc118 initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    32
LIBNAME=libstx_goodies_sunit
555
7765794a703c automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 539
diff changeset
    33
RESFILES=sunit.$(RES)
190
ebff1841958f automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 168
diff changeset
    34
ebff1841958f automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 168
diff changeset
    35
ebff1841958f automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 168
diff changeset
    36
555
7765794a703c automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 539
diff changeset
    37
LOCALINCLUDES= -I$(INCLUDE_TOP)\stx\libbasic -I$(INCLUDE_TOP)\stx\libview2
190
ebff1841958f automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 168
diff changeset
    38
LOCALDEFINES=
145
e40cf18bc118 initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    39
468
04f32cce2e7c automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 424
diff changeset
    40
STCLOCALOPT=-package=$(PACKAGE) -I. $(LOCALINCLUDES) -headerDir=. $(STCLOCALOPTIMIZATIONS) $(STCWARNINGS) $(LOCALDEFINES)  -varPrefix=$(LIBNAME)
168
dbe2bd149e23 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 160
diff changeset
    41
LOCALLIBS=
145
e40cf18bc118 initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    42
e40cf18bc118 initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    43
OBJS= $(COMMON_OBJS) $(WIN32_OBJS)
e40cf18bc118 initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    44
222
8e6f482297fa Jan's 4.1 version
Claus Gittinger <cg@exept.de>
parents: 207
diff changeset
    45
ALL::  classLibRule
8e6f482297fa Jan's 4.1 version
Claus Gittinger <cg@exept.de>
parents: 207
diff changeset
    46
8e6f482297fa Jan's 4.1 version
Claus Gittinger <cg@exept.de>
parents: 207
diff changeset
    47
classLibRule: $(OUTDIR) $(OUTDIR)$(LIBNAME).dll
145
e40cf18bc118 initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    48
160
1a9edd5c456a Rename stdRules_nt and stdHeader_nt to ..._bc
Stefan Vogel <sv@exept.de>
parents: 153
diff changeset
    49
!INCLUDE $(TOP)\rules\stdRules_bc
145
e40cf18bc118 initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    50
555
7765794a703c automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 539
diff changeset
    51
# build all mandatory prerequisite packages (containing superclasses) for this package
190
ebff1841958f automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 168
diff changeset
    52
prereq:
222
8e6f482297fa Jan's 4.1 version
Claus Gittinger <cg@exept.de>
parents: 207
diff changeset
    53
	pushd ..\..\libbasic & $(MAKE_BAT) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
8e6f482297fa Jan's 4.1 version
Claus Gittinger <cg@exept.de>
parents: 207
diff changeset
    54
	pushd ..\..\libbasic2 & $(MAKE_BAT) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
8e6f482297fa Jan's 4.1 version
Claus Gittinger <cg@exept.de>
parents: 207
diff changeset
    55
	pushd ..\..\libview & $(MAKE_BAT) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
555
7765794a703c automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 539
diff changeset
    56
	pushd ..\..\libui & $(MAKE_BAT) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
222
8e6f482297fa Jan's 4.1 version
Claus Gittinger <cg@exept.de>
parents: 207
diff changeset
    57
	pushd ..\..\libview2 & $(MAKE_BAT) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
190
ebff1841958f automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 168
diff changeset
    58
ebff1841958f automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 168
diff changeset
    59
145
e40cf18bc118 initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    60
e40cf18bc118 initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    61
468
04f32cce2e7c automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 424
diff changeset
    62
555
7765794a703c automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 539
diff changeset
    63
539
fbd501c079b3 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 530
diff changeset
    64
clean::
fbd501c079b3 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 530
diff changeset
    65
	del *.$(CSUFFIX)
fbd501c079b3 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 530
diff changeset
    66
145
e40cf18bc118 initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    67
# BEGINMAKEDEPEND --- do not remove this line; make depend needs it
514
5e191299df7e automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 468
diff changeset
    68
$(OUTDIR)MetricsReporter.$(O) MetricsReporter.$(H): MetricsReporter.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
145
e40cf18bc118 initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    69
$(OUTDIR)SUnitDelay.$(O) SUnitDelay.$(H): SUnitDelay.st $(INCLUDE_TOP)\stx\libbasic\Delay.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
e40cf18bc118 initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    70
$(OUTDIR)SUnitNameResolver.$(O) SUnitNameResolver.$(H): SUnitNameResolver.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
222
8e6f482297fa Jan's 4.1 version
Claus Gittinger <cg@exept.de>
parents: 207
diff changeset
    71
$(OUTDIR)TestAsserter.$(O) TestAsserter.$(H): TestAsserter.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
363
bdbbb20f1abd automatically generated by browser
vrany
parents: 352
diff changeset
    72
$(OUTDIR)TestCaseOutcome.$(O) TestCaseOutcome.$(H): TestCaseOutcome.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
514
5e191299df7e automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 468
diff changeset
    73
$(OUTDIR)TestCoverageReporter.$(O) TestCoverageReporter.$(H): TestCoverageReporter.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
145
e40cf18bc118 initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    74
$(OUTDIR)TestFailure.$(O) TestFailure.$(H): TestFailure.st $(INCLUDE_TOP)\stx\libbasic\Exception.$(H) $(INCLUDE_TOP)\stx\libbasic\GenericException.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
e40cf18bc118 initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    75
$(OUTDIR)TestResult.$(O) TestResult.$(H): TestResult.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
468
04f32cce2e7c automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 424
diff changeset
    76
$(OUTDIR)TestResultReporter.$(O) TestResultReporter.$(H): TestResultReporter.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
145
e40cf18bc118 initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    77
$(OUTDIR)TestRunner.$(O) TestRunner.$(H): TestRunner.st $(INCLUDE_TOP)\stx\libview2\ApplicationModel.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
e40cf18bc118 initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    78
$(OUTDIR)TestSuite.$(O) TestSuite.$(H): TestSuite.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
e40cf18bc118 initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    79
$(OUTDIR)TestSuitesScripter.$(O) TestSuitesScripter.$(H): TestSuitesScripter.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
e40cf18bc118 initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    80
$(OUTDIR)stx_goodies_sunit.$(O) stx_goodies_sunit.$(H): stx_goodies_sunit.st $(INCLUDE_TOP)\stx\libbasic\LibraryDefinition.$(H) $(INCLUDE_TOP)\stx\libbasic\ProjectDefinition.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
e40cf18bc118 initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    81
$(OUTDIR)ResumableTestFailure.$(O) ResumableTestFailure.$(H): ResumableTestFailure.st $(INCLUDE_TOP)\stx\goodies\sunit\TestFailure.$(H) $(INCLUDE_TOP)\stx\libbasic\Exception.$(H) $(INCLUDE_TOP)\stx\libbasic\GenericException.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
222
8e6f482297fa Jan's 4.1 version
Claus Gittinger <cg@exept.de>
parents: 207
diff changeset
    82
$(OUTDIR)TestCase.$(O) TestCase.$(H): TestCase.st $(INCLUDE_TOP)\stx\goodies\sunit\TestAsserter.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
8e6f482297fa Jan's 4.1 version
Claus Gittinger <cg@exept.de>
parents: 207
diff changeset
    83
$(OUTDIR)TestResource.$(O) TestResource.$(H): TestResource.st $(INCLUDE_TOP)\stx\goodies\sunit\TestAsserter.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
371
a0d608318a47 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 363
diff changeset
    84
$(OUTDIR)TestResultStX.$(O) TestResultStX.$(H): TestResultStX.st $(INCLUDE_TOP)\stx\goodies\sunit\TestResult.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
555
7765794a703c automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 539
diff changeset
    85
$(OUTDIR)TestSkipped.$(O) TestSkipped.$(H): TestSkipped.st $(INCLUDE_TOP)\stx\goodies\sunit\TestFailure.$(H) $(INCLUDE_TOP)\stx\libbasic\Exception.$(H) $(INCLUDE_TOP)\stx\libbasic\GenericException.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
411
b9d6a9461563 automatically generated by browser
vrany
parents: 400
diff changeset
    86
$(OUTDIR)TestResultForRunWithDebug.$(O) TestResultForRunWithDebug.$(H): TestResultForRunWithDebug.st $(INCLUDE_TOP)\stx\goodies\sunit\TestResultStX.$(H) $(INCLUDE_TOP)\stx\goodies\sunit\TestResult.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
555
7765794a703c automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 539
diff changeset
    87
$(OUTDIR)extensions.$(O): extensions.st $(INCLUDE_TOP)\stx\libbasic\Block.$(H) $(INCLUDE_TOP)\stx\libbasic\CompiledCode.$(H) $(INCLUDE_TOP)\stx\libbasic\ExecutableFunction.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic\GenericException.$(H) $(INCLUDE_TOP)\stx\libbasic\String.$(H) $(INCLUDE_TOP)\stx\libbasic\CharacterArray.$(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\Symbol.$(H) $(INCLUDE_TOP)\stx\libbasic\Behavior.$(H) $(INCLUDE_TOP)\stx\libbasic\Class.$(H) $(INCLUDE_TOP)\stx\libbasic\ClassDescription.$(H) $(STCHDR)
145
e40cf18bc118 initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    88
e40cf18bc118 initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    89
# ENDMAKEDEPEND --- do not remove this line