sr@351: # $Header$ sr@351: # sr@351: # DO NOT EDIT sr@351: # automagically generated from the projectDefinition: stx_goodies_builder_quickSelfTest. sr@351: # sr@351: # Warning: once you modify this file, do not rerun sr@351: # stmkmp or projectDefinition-build again - otherwise, your changes are lost. sr@351: # sr@351: # This file contains specifications which are common to all platforms. sr@351: # sr@351: sr@351: # Do NOT CHANGE THESE DEFINITIONS sr@351: # (otherwise, ST/X will have a hard time to find out the packages location from its packageID, sr@351: # to find the source code of a class and to find the library for a package) sr@351: MODULE=stx sr@351: MODULE_DIR=goodies/builder/quickSelfTest sr@351: PACKAGE=$(MODULE):$(MODULE_DIR) sr@351: sr@351: sr@351: # Argument(s) to the stc compiler (stc --usage). sr@351: # -headerDir=. : create header files locally sr@351: # (if removed, they will be created as common sr@351: # -Pxxx : defines the package sr@351: # -Zxxx : a prefix for variables within the classLib sr@351: # -Dxxx : defines passed to CC for inline C-code sr@351: # -Ixxx : include path passed to CC for inline C-code sr@351: # +optspace : optimized for space sr@351: # +optspace2 : optimized more for space sr@351: # +optspace3 : optimized even more for space sr@351: # +optinline : generate inline code for some ST constructs sr@351: # +inlineNew : additionally inline new sr@351: # +inlineMath : additionally inline some floatPnt math stuff sr@351: # sr@351: # ********** OPTIONAL: MODIFY the next line(s) *** sr@351: # STCLOCALOPTIMIZATIONS=+optinline +inlineNew sr@351: # STCLOCALOPTIMIZATIONS=+optspace3 sr@351: STCLOCALOPTIMIZATIONS=+optspace3 sr@351: sr@351: sr@351: # Argument(s) to the stc compiler (stc --usage). sr@351: # -warn : no warnings sr@351: # -warnNonStandard : no warnings about ST/X extensions sr@351: # -warnEOLComments : no warnings about EOL comment extension sr@351: # -warnPrivacy : no warnings about privateClass extension sr@351: # -warnUnused : no warnings about unused variables sr@351: # sr@351: # ********** OPTIONAL: MODIFY the next line(s) *** sr@351: # STCWARNINGS=-warn sr@351: # STCWARNINGS=-warnNonStandard sr@351: # STCWARNINGS=-warnEOLComments sr@351: STCWARNINGS=-warnNonStandard sr@351: sr@351: COMMON_CLASSES= \ sr@351: RunUnitTests \ sr@351: RunUnitTestsStart \ sr@351: stx_goodies_builder_quickSelfTest \ sr@351: sr@351: sr@351: sr@351: sr@351: COMMON_OBJS= \ sr@351: $(OUTDIR)RunUnitTests.$(O) \ sr@351: $(OUTDIR)RunUnitTestsStart.$(O) \ sr@351: $(OUTDIR)stx_goodies_builder_quickSelfTest.$(O) \ sr@351: sr@351: sr@351: