bc.mak
author vrany
Mon, 16 Jan 2012 21:46:11 +0100
changeset 439 c61cd2a45ee0
parent 424 b35f38c4f3cf
child 468 04f32cce2e7c
permissions -rw-r--r--
initial checkin
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
424
b35f38c4f3cf automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 411
diff changeset
     1
# $Header: /cvs/stx/stx/goodies/sunit/bc.mak,v 1.20 2011-08-21 15:28:15 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
#
e40cf18bc118 initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
     9
# This file contains make rules for the win32 platform (using borland-bcc).
e40cf18bc118 initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    10
# It shares common definitions with the unix-make in Make.spec.
e40cf18bc118 initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    11
# The nt.mak supports the following targets:
e40cf18bc118 initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    12
#    bmake         - compile all st-files to a classLib (dll)
e40cf18bc118 initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    13
#    bmake clean   - clean all temp files
e40cf18bc118 initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    14
#    bmake clobber - clean all
e40cf18bc118 initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    15
#
e40cf18bc118 initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    16
#
e40cf18bc118 initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    17
TOP=..\..
e40cf18bc118 initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    18
INCLUDE_TOP=$(TOP)\..
e40cf18bc118 initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    19
222
8e6f482297fa Jan's 4.1 version
Claus Gittinger <cg@exept.de>
parents: 207
diff changeset
    20
8e6f482297fa Jan's 4.1 version
Claus Gittinger <cg@exept.de>
parents: 207
diff changeset
    21
160
1a9edd5c456a Rename stdRules_nt and stdHeader_nt to ..._bc
Stefan Vogel <sv@exept.de>
parents: 153
diff changeset
    22
!INCLUDE $(TOP)\rules\stdHeader_bc
145
e40cf18bc118 initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    23
e40cf18bc118 initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    24
!INCLUDE Make.spec
e40cf18bc118 initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    25
e40cf18bc118 initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    26
LIBNAME=libstx_goodies_sunit
e40cf18bc118 initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    27
RESFILES=sunit.res
190
ebff1841958f automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 168
diff changeset
    28
ebff1841958f automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 168
diff changeset
    29
ebff1841958f automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 168
diff changeset
    30
222
8e6f482297fa Jan's 4.1 version
Claus Gittinger <cg@exept.de>
parents: 207
diff changeset
    31
LOCALINCLUDES= -I$(INCLUDE_TOP)\stx\libview -I$(INCLUDE_TOP)\stx\libview2 -I$(INCLUDE_TOP)\stx\libbasic
190
ebff1841958f automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 168
diff changeset
    32
LOCALDEFINES=
145
e40cf18bc118 initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    33
e40cf18bc118 initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    34
STCLOCALOPT=-package=$(PACKAGE) -I. $(LOCALINCLUDES) -H. $(STCLOCALOPTIMIZATIONS) $(STCWARNINGS) $(LOCALDEFINES)  -varPrefix=$(LIBNAME)
168
dbe2bd149e23 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 160
diff changeset
    35
LOCALLIBS=
145
e40cf18bc118 initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    36
e40cf18bc118 initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    37
OBJS= $(COMMON_OBJS) $(WIN32_OBJS)
e40cf18bc118 initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    38
222
8e6f482297fa Jan's 4.1 version
Claus Gittinger <cg@exept.de>
parents: 207
diff changeset
    39
ALL::  classLibRule
8e6f482297fa Jan's 4.1 version
Claus Gittinger <cg@exept.de>
parents: 207
diff changeset
    40
8e6f482297fa Jan's 4.1 version
Claus Gittinger <cg@exept.de>
parents: 207
diff changeset
    41
classLibRule: $(OUTDIR) $(OUTDIR)$(LIBNAME).dll
145
e40cf18bc118 initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    42
160
1a9edd5c456a Rename stdRules_nt and stdHeader_nt to ..._bc
Stefan Vogel <sv@exept.de>
parents: 153
diff changeset
    43
!INCLUDE $(TOP)\rules\stdRules_bc
145
e40cf18bc118 initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    44
190
ebff1841958f automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 168
diff changeset
    45
# build all prerequisite packages for this package
ebff1841958f automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 168
diff changeset
    46
prereq:
222
8e6f482297fa Jan's 4.1 version
Claus Gittinger <cg@exept.de>
parents: 207
diff changeset
    47
	pushd ..\..\libbasic & $(MAKE_BAT) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
8e6f482297fa Jan's 4.1 version
Claus Gittinger <cg@exept.de>
parents: 207
diff changeset
    48
	pushd ..\..\libbasic2 & $(MAKE_BAT) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
8e6f482297fa Jan's 4.1 version
Claus Gittinger <cg@exept.de>
parents: 207
diff changeset
    49
	pushd ..\..\libview & $(MAKE_BAT) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
8e6f482297fa Jan's 4.1 version
Claus Gittinger <cg@exept.de>
parents: 207
diff changeset
    50
	pushd ..\..\libview2 & $(MAKE_BAT) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
8e6f482297fa Jan's 4.1 version
Claus Gittinger <cg@exept.de>
parents: 207
diff changeset
    51
	pushd ..\..\librun & $(MAKE_BAT) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
190
ebff1841958f automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 168
diff changeset
    52
ebff1841958f automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 168
diff changeset
    53
145
e40cf18bc118 initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    54
e40cf18bc118 initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    55
e40cf18bc118 initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    56
# BEGINMAKEDEPEND --- do not remove this line; make depend needs it
e40cf18bc118 initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    57
$(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
    58
$(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
    59
$(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
    60
$(OUTDIR)TestCaseOutcome.$(O) TestCaseOutcome.$(H): TestCaseOutcome.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
145
e40cf18bc118 initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    61
$(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
    62
$(OUTDIR)TestResult.$(O) TestResult.$(H): TestResult.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
e40cf18bc118 initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    63
$(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
    64
$(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
    65
$(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
    66
$(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
    67
$(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
    68
$(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
    69
$(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
    70
$(OUTDIR)TestResultStX.$(O) TestResultStX.$(H): TestResultStX.st $(INCLUDE_TOP)\stx\goodies\sunit\TestResult.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
400
b6ac3275f97a automatically generated by browser
vrany
parents: 394
diff changeset
    71
$(OUTDIR)TestCaseWithArguments.$(O) TestCaseWithArguments.$(H): TestCaseWithArguments.st $(INCLUDE_TOP)\stx\goodies\sunit\TestCase.$(H) $(INCLUDE_TOP)\stx\goodies\sunit\TestAsserter.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
411
b9d6a9461563 automatically generated by browser
vrany
parents: 400
diff changeset
    72
$(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)
424
b35f38c4f3cf automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 411
diff changeset
    73
$(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\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\Symbol.$(H) $(STCHDR)
145
e40cf18bc118 initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    74
e40cf18bc118 initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    75
# ENDMAKEDEPEND --- do not remove this line