bc.mak
author Claus Gittinger <cg@exept.de>
Mon, 16 Oct 2006 12:27:50 +0200
changeset 153 1765f3e39973
parent 145 e40cf18bc118
child 160 1a9edd5c456a
permissions -rw-r--r--
automatically generated by browser
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
153
1765f3e39973 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 145
diff changeset
     1
# $Header: /cvs/stx/stx/goodies/sunit/bc.mak,v 1.2 2006-10-16 10:27:50 cg Exp $
145
e40cf18bc118 initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
     2
#
e40cf18bc118 initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
     3
# DO NOT EDIT 
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
e40cf18bc118 initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    20
!INCLUDE $(TOP)\rules\stdHeader_nt
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
e40cf18bc118 initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    26
LOCALINCLUDES= -I$(INCLUDE_TOP)\stx\libview2 -I$(INCLUDE_TOP)\stx\libbasic
e40cf18bc118 initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    27
e40cf18bc118 initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    28
STCLOCALOPT=-package=$(PACKAGE) -I. $(LOCALINCLUDES) -H. $(STCLOCALOPTIMIZATIONS) $(STCWARNINGS) $(LOCALDEFINES)  -varPrefix=$(LIBNAME)
e40cf18bc118 initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    29
e40cf18bc118 initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    30
e40cf18bc118 initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    31
e40cf18bc118 initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    32
OBJS= $(COMMON_OBJS) $(WIN32_OBJS)
e40cf18bc118 initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    33
e40cf18bc118 initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    34
ALL::   $(LIBDIR)\$(LIBNAME).lib $(BINDIR)\$(LIBNAME).dll
e40cf18bc118 initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    35
e40cf18bc118 initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    36
!INCLUDE $(TOP)\rules\stdRules_nt
e40cf18bc118 initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    37
e40cf18bc118 initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    38
e40cf18bc118 initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    39
e40cf18bc118 initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    40
# BEGINMAKEDEPEND --- do not remove this line; make depend needs it
e40cf18bc118 initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    41
$(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
    42
$(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
    43
$(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
    44
$(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
    45
$(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
    46
$(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
    47
$(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
    48
$(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
    49
$(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
    50
$(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
    51
$(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)
e40cf18bc118 initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    52
e40cf18bc118 initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    53
# ENDMAKEDEPEND --- do not remove this line