automatically generated by browser
authorClaus Gittinger <cg@exept.de>
Mon, 01 Aug 2011 09:05:56 +0200
changeset 593 5d5641b52559
parent 592 86f714dd5523
child 594 f47f274506a4
automatically generated by browser
Make.spec
--- a/Make.spec	Sun Jul 31 18:45:52 2011 +0200
+++ b/Make.spec	Mon Aug 01 09:05:56 2011 +0200
@@ -1,42 +1,62 @@
 # $Header$
 #
+# DO NOT EDIT
+# automagically generated from the projectDefinition: exept_regression.
+#
+# Warning: once you modify this file, do not rerun
+# stmkmp or projectDefinition-build again - otherwise, your changes are lost.
+#
+# This file contains specifications which are common to all platforms.
+#
+
+# Do NOT CHANGE THESE DEFINITIONS
+# (otherwise, ST/X will have a hard time to find out the packages location from its packageID,
+#  to find the source code of a class and to find the library for a package)
 MODULE=exept
 MODULE_DIR=regression
-LIBNAME=regression
 PACKAGE=$(MODULE):$(MODULE_DIR)
 
-OBJS= \
-	RegressionTests__QuickTest.$(O)
+
+# Argument(s) to the stc compiler (stc --usage).
+#  -H.         : create header files locally
+#                (if removed, they will be created as common
+#  -Pxxx       : defines the package
+#  -Zxxx       : a prefix for variables within the classLib
+#  -Dxxx       : defines passed to to CC for inline C-code
+#  -Ixxx       : include path passed to CC for inline C-code
+#  +optspace   : optimized for space
+#  +optspace2  : optimized more for space
+#  +optspace3  : optimized even more for space
+#  +optinline  : generate inline code for some ST constructs
+#  +inlineNew  : additionally inline new
+#  +inlineMath : additionally inline some floatPnt math stuff
+#
+# ********** OPTIONAL: MODIFY the next line(s) ***
+# STCLOCALOPTIMIZATIONS=+optinline +inlineNew
+# STCLOCALOPTIMIZATIONS=+optspace3
+STCLOCALOPTIMIZATIONS=+optspace3
+
 
-xOBJS= \
-    RegressionTests__BlockTest.$(O) \
-    RegressionTests__ClassWithoutVersionMethod.$(O) \
-    RegressionTests__CollectionTests.$(O) \
-    RegressionTests__CompilerTest.$(O) \
-    RegressionTests__ComplexTest.$(O) \
-    RegressionTests__ContextTest2.$(O) \
-    RegressionTests__DeepCopyTests.$(O) \
-    RegressionTests__DelayTest.$(O) \
-    RegressionTests__EnumerationTests.$(O) \
-    RegressionTests__ExternalStreamTest.$(O) \
-    RegressionTests__FileOpenTest.$(O) \
-    RegressionTests__FileStreamTest.$(O) \
-    RegressionTests__FloatTest.$(O) \
-    RegressionTests__FractionTest.$(O) \
-    RegressionTests__IntegerTest.$(O) \
-    RegressionTests__JavaScriptTests.$(O) \
-    RegressionTests__JITTest.$(O) \
-    RegressionTests__ManyProcessesTest.$(O) \
-    RegressionTests__OperatingSystemTest.$(O) \
-    RegressionTests__OperationInQueueTests.$(O) \
-    RegressionTests__OrderedCollectionTest.$(O) \
-    RegressionTests__PTYTest.$(O) \
-    RegressionTests__ParserTest.$(O) \
-    RegressionTests__PipeStreamTest.$(O) \
-    RegressionTests__ProcessTest.$(O) \
-    RegressionTests__QueueTest.$(O) \
-    RegressionTests__SharedQueueTest.$(O) \
-    RegressionTests__StackFrameTest.$(O) \
-    RegressionTests__TestDialogs1.$(O) \
-    RegressionTests__WeakCollectionTest.$(O) \
-    RegressionTests__XMLCoderTests.$(O)
+# Argument(s) to the stc compiler (stc --usage).
+#  -warn            : no warnings
+#  -warnNonStandard : no warnings about ST/X extensions
+#  -warnEOLComments : no warnings about EOL comment extension
+#  -warnPrivacy     : no warnings about privateClass extension
+#
+# ********** OPTIONAL: MODIFY the next line(s) ***
+# STCWARNINGS=-warn
+# STCWARNINGS=-warnNonStandard
+# STCWARNINGS=-warnEOLComments
+STCWARNINGS=-warnNonStandard
+
+COMMON_CLASSES= \
+	exept_regression \
+
+
+
+
+COMMON_OBJS= \
+    $(OUTDIR)exept_regression.$(O) \
+
+
+