tests/Make.spec
author Claus Gittinger <cg@exept.de>
Tue, 04 Mar 2014 17:02:37 +0100
changeset 245 0cb2e7db2e2d
child 319 6ca22818c1b6
permissions -rw-r--r--
initial checkin
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
245
0cb2e7db2e2d initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     1
# $Header: /cvs/stx/stx/goodies/petitparser/tests/Make.spec,v 1.1 2014-03-04 16:02:37 cg Exp $
0cb2e7db2e2d initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     2
#
0cb2e7db2e2d initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     3
# DO NOT EDIT
0cb2e7db2e2d initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     4
# automagically generated from the projectDefinition: stx_goodies_petitparser_tests.
0cb2e7db2e2d initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     5
#
0cb2e7db2e2d initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     6
# Warning: once you modify this file, do not rerun
0cb2e7db2e2d initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     7
# stmkmp or projectDefinition-build again - otherwise, your changes are lost.
0cb2e7db2e2d initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     8
#
0cb2e7db2e2d initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     9
# This file contains specifications which are common to all platforms.
0cb2e7db2e2d initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    10
#
0cb2e7db2e2d initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    11
0cb2e7db2e2d initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    12
# Do NOT CHANGE THESE DEFINITIONS
0cb2e7db2e2d initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    13
# (otherwise, ST/X will have a hard time to find out the packages location from its packageID,
0cb2e7db2e2d initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    14
#  to find the source code of a class and to find the library for a package)
0cb2e7db2e2d initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    15
MODULE=stx
0cb2e7db2e2d initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    16
MODULE_DIR=goodies/petitparser/tests
0cb2e7db2e2d initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    17
PACKAGE=$(MODULE):$(MODULE_DIR)
0cb2e7db2e2d initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    18
0cb2e7db2e2d initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    19
0cb2e7db2e2d initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    20
# Argument(s) to the stc compiler (stc --usage).
0cb2e7db2e2d initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    21
#  -headerDir=. : create header files locally
0cb2e7db2e2d initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    22
#                (if removed, they will be created as common
0cb2e7db2e2d initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    23
#  -Pxxx       : defines the package
0cb2e7db2e2d initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    24
#  -Zxxx       : a prefix for variables within the classLib
0cb2e7db2e2d initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    25
#  -Dxxx       : defines passed to to CC for inline C-code
0cb2e7db2e2d initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    26
#  -Ixxx       : include path passed to CC for inline C-code
0cb2e7db2e2d initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    27
#  +optspace   : optimized for space
0cb2e7db2e2d initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    28
#  +optspace2  : optimized more for space
0cb2e7db2e2d initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    29
#  +optspace3  : optimized even more for space
0cb2e7db2e2d initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    30
#  +optinline  : generate inline code for some ST constructs
0cb2e7db2e2d initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    31
#  +inlineNew  : additionally inline new
0cb2e7db2e2d initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    32
#  +inlineMath : additionally inline some floatPnt math stuff
0cb2e7db2e2d initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    33
#
0cb2e7db2e2d initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    34
# ********** OPTIONAL: MODIFY the next line(s) ***
0cb2e7db2e2d initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    35
# STCLOCALOPTIMIZATIONS=+optinline +inlineNew
0cb2e7db2e2d initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    36
# STCLOCALOPTIMIZATIONS=+optspace3
0cb2e7db2e2d initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    37
STCLOCALOPTIMIZATIONS=+optspace3
0cb2e7db2e2d initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    38
0cb2e7db2e2d initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    39
0cb2e7db2e2d initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    40
# Argument(s) to the stc compiler (stc --usage).
0cb2e7db2e2d initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    41
#  -warn            : no warnings
0cb2e7db2e2d initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    42
#  -warnNonStandard : no warnings about ST/X extensions
0cb2e7db2e2d initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    43
#  -warnEOLComments : no warnings about EOL comment extension
0cb2e7db2e2d initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    44
#  -warnPrivacy     : no warnings about privateClass extension
0cb2e7db2e2d initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    45
#
0cb2e7db2e2d initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    46
# ********** OPTIONAL: MODIFY the next line(s) ***
0cb2e7db2e2d initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    47
# STCWARNINGS=-warn
0cb2e7db2e2d initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    48
# STCWARNINGS=-warnNonStandard
0cb2e7db2e2d initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    49
# STCWARNINGS=-warnEOLComments
0cb2e7db2e2d initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    50
STCWARNINGS=-warnNonStandard
0cb2e7db2e2d initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    51
0cb2e7db2e2d initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    52
COMMON_CLASSES= \
0cb2e7db2e2d initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    53
	PPAbstractParserTest \
0cb2e7db2e2d initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    54
	stx_goodies_petitparser_tests \
0cb2e7db2e2d initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    55
	PPCompositeParserTest \
0cb2e7db2e2d initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    56
0cb2e7db2e2d initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    57
0cb2e7db2e2d initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    58
0cb2e7db2e2d initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    59
0cb2e7db2e2d initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    60
COMMON_OBJS= \
0cb2e7db2e2d initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    61
    $(OUTDIR_SLASH)PPAbstractParserTest.$(O) \
0cb2e7db2e2d initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    62
    $(OUTDIR_SLASH)stx_goodies_petitparser_tests.$(O) \
0cb2e7db2e2d initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    63
    $(OUTDIR_SLASH)PPCompositeParserTest.$(O) \
0cb2e7db2e2d initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    64
0cb2e7db2e2d initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    65
0cb2e7db2e2d initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    66