tests/bc.mak
changeset 248 4e79809dd271
child 321 ceffb363a9c3
equal deleted inserted replaced
247:69979aac4b25 248:4e79809dd271
       
     1 # $Header: /cvs/stx/stx/goodies/petitparser/tests/bc.mak,v 1.1 2014-03-04 16:02:48 cg Exp $
       
     2 #
       
     3 # DO NOT EDIT
       
     4 # automagically generated from the projectDefinition: stx_goodies_petitparser_tests.
       
     5 #
       
     6 # Warning: once you modify this file, do not rerun
       
     7 # stmkmp or projectDefinition-build again - otherwise, your changes are lost.
       
     8 #
       
     9 # Notice, that the name bc.mak is historical (from times, when only borland c was supported).
       
    10 # This file contains make rules for the win32 platform using either borland-bcc or visual-c.
       
    11 # It shares common definitions with the unix-make in Make.spec.
       
    12 # The bc.mak supports the following targets:
       
    13 #    bmake         - compile all st-files to a classLib (dll)
       
    14 #    bmake clean   - clean all temp files
       
    15 #    bmake clobber - clean all
       
    16 #
       
    17 # Historic Note:
       
    18 #  this used to contain only rules to make with borland
       
    19 #    (called via bmake, by "make.exe -f bc.mak")
       
    20 #  this has changed; it is now also possible to build using microsoft visual c
       
    21 #    (called via vcmake, by "make.exe -f bc.mak -DUSEVC")
       
    22 #
       
    23 TOP=..\..\..
       
    24 INCLUDE_TOP=$(TOP)\..
       
    25 
       
    26 
       
    27 
       
    28 !INCLUDE $(TOP)\rules\stdHeader_bc
       
    29 
       
    30 !INCLUDE Make.spec
       
    31 
       
    32 LIBNAME=libstx_goodies_petitparser_tests
       
    33 RESFILES=tests.$(RES)
       
    34 
       
    35 
       
    36 
       
    37 LOCALINCLUDES= -I$(INCLUDE_TOP)\stx\goodies\sunit -I$(INCLUDE_TOP)\stx\libbasic
       
    38 LOCALDEFINES=
       
    39 
       
    40 STCLOCALOPT=-package=$(PACKAGE) -I. $(LOCALINCLUDES) -headerDir=. $(STCLOCALOPTIMIZATIONS) $(STCWARNINGS) $(LOCALDEFINES)  -varPrefix=$(LIBNAME)
       
    41 LOCALLIBS=
       
    42 
       
    43 OBJS= $(COMMON_OBJS) $(WIN32_OBJS)
       
    44 
       
    45 ALL::  classLibRule
       
    46 
       
    47 classLibRule: $(OUTDIR) $(OUTDIR)$(LIBNAME).dll
       
    48 
       
    49 !INCLUDE $(TOP)\rules\stdRules_bc
       
    50 
       
    51 # build all mandatory prerequisite packages (containing superclasses) for this package
       
    52 prereq:
       
    53 	pushd ..\..\..\libbasic & $(MAKE_BAT) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
       
    54 	pushd ..\..\..\libbasic2 & $(MAKE_BAT) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
       
    55 	pushd ..\..\..\libview & $(MAKE_BAT) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
       
    56 	pushd ..\..\..\libview2 & $(MAKE_BAT) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
       
    57 	pushd ..\..\sunit & $(MAKE_BAT) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
       
    58 
       
    59 
       
    60 
       
    61 
       
    62 
       
    63 
       
    64 
       
    65 test: $(TOP)\goodies\builder\reports\NUL
       
    66 	pushd $(TOP)\goodies\builder\reports & $(MAKE_BAT)
       
    67 	$(TOP)\goodies\builder\reports\report-runner.bat -D . -r Builder::TestReport -p $(PACKAGE)
       
    68         
       
    69 clean::
       
    70 	del *.$(CSUFFIX)
       
    71 
       
    72 
       
    73 # BEGINMAKEDEPEND --- do not remove this line; make depend needs it
       
    74 $(OUTDIR)PPAbstractParserTest.$(O) PPAbstractParserTest.$(H): PPAbstractParserTest.st $(INCLUDE_TOP)\stx\goodies\sunit\TestAsserter.$(H) $(INCLUDE_TOP)\stx\goodies\sunit\TestCase.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
       
    75 $(OUTDIR)stx_goodies_petitparser_tests.$(O) stx_goodies_petitparser_tests.$(H): stx_goodies_petitparser_tests.st $(INCLUDE_TOP)\stx\libbasic\LibraryDefinition.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic\ProjectDefinition.$(H) $(STCHDR)
       
    76 $(OUTDIR)PPCompositeParserTest.$(O) PPCompositeParserTest.$(H): PPCompositeParserTest.st $(INCLUDE_TOP)\stx\goodies\petitparser\tests\PPAbstractParserTest.$(H) $(INCLUDE_TOP)\stx\goodies\sunit\TestAsserter.$(H) $(INCLUDE_TOP)\stx\goodies\sunit\TestCase.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
       
    77 
       
    78 # ENDMAKEDEPEND --- do not remove this line