bc.mak
author Claus Gittinger <cg@exept.de>
Tue, 06 Oct 2009 09:56:29 +0200
changeset 207 54415c9631a5
parent 198 92164cab7ac3
child 222 8e6f482297fa
permissions -rw-r--r--
*** empty log message ***
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
207
54415c9631a5 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 198
diff changeset
     1
# $Header: /cvs/stx/stx/goodies/sunit/bc.mak,v 1.7 2009-10-06 07:56:29 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
160
1a9edd5c456a Rename stdRules_nt and stdHeader_nt to ..._bc
Stefan Vogel <sv@exept.de>
parents: 153
diff changeset
    20
!INCLUDE $(TOP)\rules\stdHeader_bc
145
e40cf18bc118 initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    21
e40cf18bc118 initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    22
!INCLUDE Make.spec
e40cf18bc118 initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    23
e40cf18bc118 initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    24
LIBNAME=libstx_goodies_sunit
e40cf18bc118 initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    25
RESFILES=sunit.res
190
ebff1841958f automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 168
diff changeset
    26
ebff1841958f automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 168
diff changeset
    27
ebff1841958f automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 168
diff changeset
    28
145
e40cf18bc118 initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    29
LOCALINCLUDES= -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
    30
LOCALDEFINES=
145
e40cf18bc118 initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    31
e40cf18bc118 initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    32
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
    33
LOCALLIBS=
145
e40cf18bc118 initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    34
e40cf18bc118 initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    35
OBJS= $(COMMON_OBJS) $(WIN32_OBJS)
e40cf18bc118 initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    36
207
54415c9631a5 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 198
diff changeset
    37
ALL::  $(OUTDIR) $(OUTDIR)$(LIBNAME).dll
145
e40cf18bc118 initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    38
160
1a9edd5c456a Rename stdRules_nt and stdHeader_nt to ..._bc
Stefan Vogel <sv@exept.de>
parents: 153
diff changeset
    39
!INCLUDE $(TOP)\rules\stdRules_bc
145
e40cf18bc118 initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    40
190
ebff1841958f automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 168
diff changeset
    41
# build all prerequisite packages for this package
ebff1841958f automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 168
diff changeset
    42
prereq:
ebff1841958f automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 168
diff changeset
    43
	cd ..\..\libbasic
ebff1841958f automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 168
diff changeset
    44
	bmake "CFLAGS_LOCAL=$(GLOBALDEFINES) "
ebff1841958f automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 168
diff changeset
    45
	cd ..\libbasic2
ebff1841958f automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 168
diff changeset
    46
	bmake "CFLAGS_LOCAL=$(GLOBALDEFINES) "
ebff1841958f automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 168
diff changeset
    47
	cd ..\libcomp
ebff1841958f automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 168
diff changeset
    48
	bmake "CFLAGS_LOCAL=$(GLOBALDEFINES) "
ebff1841958f automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 168
diff changeset
    49
	cd ..\libview
ebff1841958f automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 168
diff changeset
    50
	bmake "CFLAGS_LOCAL=$(GLOBALDEFINES) "
ebff1841958f automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 168
diff changeset
    51
	cd ..\libbasic3
ebff1841958f automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 168
diff changeset
    52
	bmake "CFLAGS_LOCAL=$(GLOBALDEFINES) "
ebff1841958f automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 168
diff changeset
    53
	cd ..\libview2
ebff1841958f automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 168
diff changeset
    54
	bmake "CFLAGS_LOCAL=$(GLOBALDEFINES) "
ebff1841958f automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 168
diff changeset
    55
	cd ..\libui
ebff1841958f automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 168
diff changeset
    56
	bmake "CFLAGS_LOCAL=$(GLOBALDEFINES) "
ebff1841958f automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 168
diff changeset
    57
	cd ..\libwidg
ebff1841958f automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 168
diff changeset
    58
	bmake "CFLAGS_LOCAL=$(GLOBALDEFINES) "
ebff1841958f automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 168
diff changeset
    59
	cd ..\libwidg2
ebff1841958f automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 168
diff changeset
    60
	bmake "CFLAGS_LOCAL=$(GLOBALDEFINES) "
ebff1841958f automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 168
diff changeset
    61
	cd ..\libtool
ebff1841958f automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 168
diff changeset
    62
	bmake "CFLAGS_LOCAL=$(GLOBALDEFINES) "
ebff1841958f automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 168
diff changeset
    63
	cd ..\librun
ebff1841958f automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 168
diff changeset
    64
	bmake "CFLAGS_LOCAL=$(GLOBALDEFINES) "
ebff1841958f automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 168
diff changeset
    65
	cd ..\goodies\sunit
ebff1841958f automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 168
diff changeset
    66
ebff1841958f automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 168
diff changeset
    67
145
e40cf18bc118 initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    68
e40cf18bc118 initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    69
e40cf18bc118 initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    70
# BEGINMAKEDEPEND --- do not remove this line; make depend needs it
e40cf18bc118 initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    71
$(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
    72
$(OUTDIR)SUnitNameResolver.$(O) SUnitNameResolver.$(H): SUnitNameResolver.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
e40cf18bc118 initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    73
$(OUTDIR)TestCase.$(O) TestCase.$(H): TestCase.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
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)TestResource.$(O) TestResource.$(H): TestResource.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
e40cf18bc118 initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    76
$(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
    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)
190
ebff1841958f automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 168
diff changeset
    82
$(OUTDIR)TestCaseWithArguments.$(O) TestCaseWithArguments.$(H): TestCaseWithArguments.st $(INCLUDE_TOP)\stx\goodies\sunit\TestCase.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
145
e40cf18bc118 initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    83
e40cf18bc118 initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    84
# ENDMAKEDEPEND --- do not remove this line