Make.proto
author Claus Gittinger <cg@exept.de>
Tue, 09 Jul 2019 18:53:03 +0200
changeset 2327 bf482d49aeaf
parent 2317 7028e37564ce
child 2346 0ea42ee03246
permissions -rw-r--r--
#QUALITY by exept class: RegressionTests::StringTests added: #test82c_expanding

# $Header$
#
# DO NOT EDIT
# automagically generated from the projectDefinition: stx_goodies_regression.
#
# Warning: once you modify this file, do not rerun
# stmkmp or projectDefinition-build again - otherwise, your changes are lost.
#
# The Makefile as generated by this Make.proto supports the following targets:
#    make         - compile all st-files to a classLib
#    make clean   - clean all temp files
#    make clobber - clean all
#
#    export MAKE_ARGS=-j4 ; make
#
# This file contains definitions for Unix based platforms.
# It shares common definitions with the win32-make in Make.spec.

#
# position (of this package) in directory hierarchy:
# (must point to ST/X top directory, for tools and includes)
TOP=../..
INCLUDE_TOP=$(TOP)/..

# subdirectories where targets are to be made:
SUBDIRS=


# subdirectories where Makefiles are to be made:
# (only define if different from SUBDIRS)
# ALLSUBDIRS=

REQUIRED_SUPPORT_DIRS=

# if your embedded C code requires any system includes,
# add the path(es) here:,
# ********** OPTIONAL: MODIFY the next lines ***
# LOCALINCLUDES=-Ifoo -Ibar
LOCALINCLUDES= -I$(INCLUDE_TOP)/stx/goodies/sunit -I$(INCLUDE_TOP)/stx/goodies/xml/stx -I$(INCLUDE_TOP)/stx/goodies/xml/vw -I$(INCLUDE_TOP)/stx/libbasic -I$(INCLUDE_TOP)/stx/libbasic2 -I$(INCLUDE_TOP)/stx/libbasic3 -I$(INCLUDE_TOP)/stx/libboss -I$(INCLUDE_TOP)/stx/libcomp -I$(INCLUDE_TOP)/stx/libhtml -I$(INCLUDE_TOP)/stx/libjavascript -I$(INCLUDE_TOP)/stx/libtool -I$(INCLUDE_TOP)/stx/libview -I$(INCLUDE_TOP)/stx/libview2 -I$(INCLUDE_TOP)/stx/libwidg -I$(INCLUDE_TOP)/stx/libwidg2


# if you need any additional defines for embedded C code,
# add them here:,
# ********** OPTIONAL: MODIFY the next lines ***
# LOCALDEFINES=-Dfoo -Dbar -DDEBUG
LOCALDEFINES=

LIBNAME=libstx_goodies_regression
STCLOCALOPT='-package=$(PACKAGE)' -I. $(LOCALINCLUDES) $(STCLOCALOPTIMIZATIONS) $(STCWARNINGS) $(LOCALDEFINES) -headerDir=.  -varPrefix=$(LIBNAME)


# ********** OPTIONAL: MODIFY the next line ***
# additional C-libraries that should be pre-linked with the class-objects
LD_OBJ_LIBS=
LOCAL_SHARED_LIBS=


# ********** OPTIONAL: MODIFY the next line ***
# additional C targets or libraries should be added below
LOCAL_EXTRA_TARGETS=

OBJS= $(COMMON_OBJS) $(UNIX_OBJS)



all:: preMake classLibRule postMake

pre_objs::  


clean::
	@rm -f *.log








# run default testsuite for this package
test: $(TOP)/goodies/builder/reports
	$(MAKE) -C $(TOP)/goodies/builder/reports -f Makefile.init
	$(TOP)/goodies/builder/reports/report-runner.sh -D . -r Builder::TestReport -p $(PACKAGE)



# add more install actions here
install::

# add more install actions for aux-files (resources) here
installAux::

# add more preMake actions here
preMake::

# add more postMake actions here
postMake:: cleanjunk

# build all mandatory prerequisite packages (containing superclasses) for this package
prereq:
	cd ../../libbasic && $(MAKE) $(MAKE_ARGS) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
	cd ../../libbasic2 && $(MAKE) $(MAKE_ARGS) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
	cd ../../libview && $(MAKE) $(MAKE_ARGS) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
	cd ../../libview2 && $(MAKE) $(MAKE_ARGS) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
	cd ../sunit && $(MAKE) $(MAKE_ARGS) "CFLAGS_LOCAL=$(GLOBALDEFINES) "



# build all packages containing referenced classes for this package
# they are not needed to compile the package (but later, to load it)
references:


cleanjunk::
	-rm -f *.s *.s2

clean::
	-rm -f *.$(O) *.$(H)

clobber:: clean
	-rm -f *.so *.dll


# BEGINMAKEDEPEND --- do not remove this line; make depend needs it
$(OUTDIR)RegressionTests__AssociationTests.$(O) RegressionTests__AssociationTests.$(C) RegressionTests__AssociationTests.$(H): RegressionTests__AssociationTests.st $(INCLUDE_TOP)/stx/goodies/sunit/TestAsserter.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestCase.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
$(OUTDIR)RegressionTests__Base64Tests.$(O) RegressionTests__Base64Tests.$(C) RegressionTests__Base64Tests.$(H): RegressionTests__Base64Tests.st $(INCLUDE_TOP)/stx/goodies/sunit/TestAsserter.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestCase.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
$(OUTDIR)RegressionTests__BayesClassifierTest.$(O) RegressionTests__BayesClassifierTest.$(C) RegressionTests__BayesClassifierTest.$(H): RegressionTests__BayesClassifierTest.st $(INCLUDE_TOP)/stx/goodies/sunit/TestAsserter.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestCase.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
$(OUTDIR)RegressionTests__BecomeTests.$(O) RegressionTests__BecomeTests.$(C) RegressionTests__BecomeTests.$(H): RegressionTests__BecomeTests.st $(INCLUDE_TOP)/stx/goodies/sunit/TestAsserter.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestCase.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
$(OUTDIR)RegressionTests__BinaryIOTests.$(O) RegressionTests__BinaryIOTests.$(C) RegressionTests__BinaryIOTests.$(H): RegressionTests__BinaryIOTests.st $(INCLUDE_TOP)/stx/goodies/sunit/TestAsserter.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestCase.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
$(OUTDIR)RegressionTests__BinaryTreeTester.$(O) RegressionTests__BinaryTreeTester.$(C) RegressionTests__BinaryTreeTester.$(H): RegressionTests__BinaryTreeTester.st $(INCLUDE_TOP)/stx/goodies/sunit/TestAsserter.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestCase.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
$(OUTDIR)RegressionTests__BlockTest.$(O) RegressionTests__BlockTest.$(C) RegressionTests__BlockTest.$(H): RegressionTests__BlockTest.st $(INCLUDE_TOP)/stx/goodies/sunit/TestAsserter.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestCase.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
$(OUTDIR)RegressionTests__BreakpointTests.$(O) RegressionTests__BreakpointTests.$(C) RegressionTests__BreakpointTests.$(H): RegressionTests__BreakpointTests.st $(INCLUDE_TOP)/stx/goodies/sunit/TestAsserter.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestCase.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
$(OUTDIR)RegressionTests__CECollectionExtensionTest.$(O) RegressionTests__CECollectionExtensionTest.$(C) RegressionTests__CECollectionExtensionTest.$(H): RegressionTests__CECollectionExtensionTest.st $(INCLUDE_TOP)/stx/goodies/sunit/TestAsserter.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestCase.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
$(OUTDIR)RegressionTests__CESequenceableCollectionExtensionTest.$(O) RegressionTests__CESequenceableCollectionExtensionTest.$(C) RegressionTests__CESequenceableCollectionExtensionTest.$(H): RegressionTests__CESequenceableCollectionExtensionTest.st $(INCLUDE_TOP)/stx/goodies/sunit/TestAsserter.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestCase.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
$(OUTDIR)RegressionTests__CEStringExtensionTest.$(O) RegressionTests__CEStringExtensionTest.$(C) RegressionTests__CEStringExtensionTest.$(H): RegressionTests__CEStringExtensionTest.st $(INCLUDE_TOP)/stx/goodies/sunit/TestAsserter.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestCase.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
$(OUTDIR)RegressionTests__CRCTests.$(O) RegressionTests__CRCTests.$(C) RegressionTests__CRCTests.$(H): RegressionTests__CRCTests.st $(INCLUDE_TOP)/stx/goodies/sunit/TestAsserter.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestCase.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
$(OUTDIR)RegressionTests__CachedValueTest.$(O) RegressionTests__CachedValueTest.$(C) RegressionTests__CachedValueTest.$(H): RegressionTests__CachedValueTest.st $(INCLUDE_TOP)/stx/goodies/sunit/TestAsserter.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestCase.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
$(OUTDIR)RegressionTests__CharacterEncoderTests.$(O) RegressionTests__CharacterEncoderTests.$(C) RegressionTests__CharacterEncoderTests.$(H): RegressionTests__CharacterEncoderTests.st $(INCLUDE_TOP)/stx/goodies/sunit/TestAsserter.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestCase.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
$(OUTDIR)RegressionTests__CharacterSetTests.$(O) RegressionTests__CharacterSetTests.$(C) RegressionTests__CharacterSetTests.$(H): RegressionTests__CharacterSetTests.st $(INCLUDE_TOP)/stx/goodies/sunit/TestAsserter.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestCase.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
$(OUTDIR)RegressionTests__CharacterTests.$(O) RegressionTests__CharacterTests.$(C) RegressionTests__CharacterTests.$(H): RegressionTests__CharacterTests.st $(INCLUDE_TOP)/stx/goodies/sunit/TestAsserter.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestCase.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
$(OUTDIR)RegressionTests__ClassAndMethodCompilingTestCase.$(O) RegressionTests__ClassAndMethodCompilingTestCase.$(C) RegressionTests__ClassAndMethodCompilingTestCase.$(H): RegressionTests__ClassAndMethodCompilingTestCase.st $(INCLUDE_TOP)/stx/goodies/sunit/TestAsserter.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestCase.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
$(OUTDIR)RegressionTests__ClassDescriptionTests.$(O) RegressionTests__ClassDescriptionTests.$(C) RegressionTests__ClassDescriptionTests.$(H): RegressionTests__ClassDescriptionTests.st $(INCLUDE_TOP)/stx/goodies/sunit/TestAsserter.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestCase.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
$(OUTDIR)RegressionTests__ClassWithoutVersionMethod.$(O) RegressionTests__ClassWithoutVersionMethod.$(C) RegressionTests__ClassWithoutVersionMethod.$(H): RegressionTests__ClassWithoutVersionMethod.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
$(OUTDIR)RegressionTests__CollectionTests.$(O) RegressionTests__CollectionTests.$(C) RegressionTests__CollectionTests.$(H): RegressionTests__CollectionTests.st $(INCLUDE_TOP)/stx/goodies/sunit/TestAsserter.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestCase.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
$(OUTDIR)RegressionTests__CompilerTest.$(O) RegressionTests__CompilerTest.$(C) RegressionTests__CompilerTest.$(H): RegressionTests__CompilerTest.st $(INCLUDE_TOP)/stx/goodies/sunit/TestAsserter.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestCase.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
$(OUTDIR)RegressionTests__CompilerTests2.$(O) RegressionTests__CompilerTests2.$(C) RegressionTests__CompilerTests2.$(H): RegressionTests__CompilerTests2.st $(INCLUDE_TOP)/stx/goodies/sunit/TestAsserter.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestCase.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
$(OUTDIR)RegressionTests__CompilerTests2ExternalBytes.$(O) RegressionTests__CompilerTests2ExternalBytes.$(C) RegressionTests__CompilerTests2ExternalBytes.$(H): RegressionTests__CompilerTests2ExternalBytes.st $(INCLUDE_TOP)/stx/libbasic/ArrayedCollection.$(H) $(INCLUDE_TOP)/stx/libbasic/Collection.$(H) $(INCLUDE_TOP)/stx/libbasic/ExternalBytes.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic/SequenceableCollection.$(H) $(INCLUDE_TOP)/stx/libbasic/UninterpretedBytes.$(H) $(STCHDR)
$(OUTDIR)RegressionTests__ComplexTest.$(O) RegressionTests__ComplexTest.$(C) RegressionTests__ComplexTest.$(H): RegressionTests__ComplexTest.st $(INCLUDE_TOP)/stx/goodies/sunit/TestAsserter.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestCase.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
$(OUTDIR)RegressionTests__CompressionStreamTest.$(O) RegressionTests__CompressionStreamTest.$(C) RegressionTests__CompressionStreamTest.$(H): RegressionTests__CompressionStreamTest.st $(INCLUDE_TOP)/stx/goodies/sunit/TestAsserter.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestCase.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
$(OUTDIR)RegressionTests__CryptTests.$(O) RegressionTests__CryptTests.$(C) RegressionTests__CryptTests.$(H): RegressionTests__CryptTests.st $(INCLUDE_TOP)/stx/goodies/sunit/TestAsserter.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestCase.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
$(OUTDIR)RegressionTests__DebuggerTest.$(O) RegressionTests__DebuggerTest.$(C) RegressionTests__DebuggerTest.$(H): RegressionTests__DebuggerTest.st $(INCLUDE_TOP)/stx/goodies/sunit/TestAsserter.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestCase.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
$(OUTDIR)RegressionTests__DeepCopyTests.$(O) RegressionTests__DeepCopyTests.$(C) RegressionTests__DeepCopyTests.$(H): RegressionTests__DeepCopyTests.st $(INCLUDE_TOP)/stx/goodies/sunit/TestAsserter.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestCase.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
$(OUTDIR)RegressionTests__DelayTest.$(O) RegressionTests__DelayTest.$(C) RegressionTests__DelayTest.$(H): RegressionTests__DelayTest.st $(INCLUDE_TOP)/stx/goodies/sunit/TestAsserter.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestCase.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
$(OUTDIR)RegressionTests__DictionaryTest.$(O) RegressionTests__DictionaryTest.$(C) RegressionTests__DictionaryTest.$(H): RegressionTests__DictionaryTest.st $(INCLUDE_TOP)/stx/goodies/sunit/TestAsserter.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestCase.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
$(OUTDIR)RegressionTests__DirectoryStreamTest.$(O) RegressionTests__DirectoryStreamTest.$(C) RegressionTests__DirectoryStreamTest.$(H): RegressionTests__DirectoryStreamTest.st $(INCLUDE_TOP)/stx/goodies/sunit/TestAsserter.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestCase.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
$(OUTDIR)RegressionTests__DoubleMetaphoneStringComparatorTest.$(O) RegressionTests__DoubleMetaphoneStringComparatorTest.$(C) RegressionTests__DoubleMetaphoneStringComparatorTest.$(H): RegressionTests__DoubleMetaphoneStringComparatorTest.st $(INCLUDE_TOP)/stx/goodies/sunit/TestAsserter.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestCase.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
$(OUTDIR)RegressionTests__EncoderTests.$(O) RegressionTests__EncoderTests.$(C) RegressionTests__EncoderTests.$(H): RegressionTests__EncoderTests.st $(INCLUDE_TOP)/stx/goodies/sunit/TestAsserter.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestCase.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
$(OUTDIR)RegressionTests__EnumerationTests.$(O) RegressionTests__EnumerationTests.$(C) RegressionTests__EnumerationTests.$(H): RegressionTests__EnumerationTests.st $(INCLUDE_TOP)/stx/goodies/sunit/TestAsserter.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestCase.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
$(OUTDIR)RegressionTests__ExceptionTest.$(O) RegressionTests__ExceptionTest.$(C) RegressionTests__ExceptionTest.$(H): RegressionTests__ExceptionTest.st $(INCLUDE_TOP)/stx/goodies/sunit/TestAsserter.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestCase.$(H) $(INCLUDE_TOP)/stx/libbasic/Exception.$(H) $(INCLUDE_TOP)/stx/libbasic/GenericException.$(H) $(INCLUDE_TOP)/stx/libbasic/Notification.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic/Query.$(H) $(STCHDR)
$(OUTDIR)RegressionTests__ExternalStreamTest.$(O) RegressionTests__ExternalStreamTest.$(C) RegressionTests__ExternalStreamTest.$(H): RegressionTests__ExternalStreamTest.st $(INCLUDE_TOP)/stx/goodies/sunit/TestAsserter.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestCase.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
$(OUTDIR)RegressionTests__FileOpenTest.$(O) RegressionTests__FileOpenTest.$(C) RegressionTests__FileOpenTest.$(H): RegressionTests__FileOpenTest.st $(INCLUDE_TOP)/stx/goodies/sunit/TestAsserter.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestCase.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
$(OUTDIR)RegressionTests__FileStreamTest.$(O) RegressionTests__FileStreamTest.$(C) RegressionTests__FileStreamTest.$(H): RegressionTests__FileStreamTest.st $(INCLUDE_TOP)/stx/goodies/sunit/TestAsserter.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestCase.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
$(OUTDIR)RegressionTests__FilenameTests.$(O) RegressionTests__FilenameTests.$(C) RegressionTests__FilenameTests.$(H): RegressionTests__FilenameTests.st $(INCLUDE_TOP)/stx/goodies/sunit/TestAsserter.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestCase.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
$(OUTDIR)RegressionTests__FloatTest.$(O) RegressionTests__FloatTest.$(C) RegressionTests__FloatTest.$(H): RegressionTests__FloatTest.st $(INCLUDE_TOP)/stx/goodies/sunit/TestAsserter.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestCase.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
$(OUTDIR)RegressionTests__FractionTest.$(O) RegressionTests__FractionTest.$(C) RegressionTests__FractionTest.$(H): RegressionTests__FractionTest.st $(INCLUDE_TOP)/stx/goodies/sunit/TestAsserter.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestCase.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
$(OUTDIR)RegressionTests__FuzzyMatcherTests.$(O) RegressionTests__FuzzyMatcherTests.$(C) RegressionTests__FuzzyMatcherTests.$(H): RegressionTests__FuzzyMatcherTests.st $(INCLUDE_TOP)/stx/goodies/sunit/TestAsserter.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestCase.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
$(OUTDIR)RegressionTests__GCTest.$(O) RegressionTests__GCTest.$(C) RegressionTests__GCTest.$(H): RegressionTests__GCTest.st $(INCLUDE_TOP)/stx/goodies/sunit/TestAsserter.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestCase.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
$(OUTDIR)RegressionTests__GraphicDrawingTest.$(O) RegressionTests__GraphicDrawingTest.$(C) RegressionTests__GraphicDrawingTest.$(H): RegressionTests__GraphicDrawingTest.st $(INCLUDE_TOP)/stx/goodies/sunit/TestAsserter.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestCase.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
$(OUTDIR)RegressionTests__HTMLParserTests.$(O) RegressionTests__HTMLParserTests.$(C) RegressionTests__HTMLParserTests.$(H): RegressionTests__HTMLParserTests.st $(INCLUDE_TOP)/stx/goodies/sunit/TestAsserter.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestCase.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
$(OUTDIR)RegressionTests__HTTPServerTests.$(O) RegressionTests__HTTPServerTests.$(C) RegressionTests__HTTPServerTests.$(H): RegressionTests__HTTPServerTests.st $(INCLUDE_TOP)/stx/goodies/sunit/TestAsserter.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestCase.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
$(OUTDIR)RegressionTests__Helper.$(O) RegressionTests__Helper.$(C) RegressionTests__Helper.$(H): RegressionTests__Helper.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
$(OUTDIR)RegressionTests__ImageReaderTest.$(O) RegressionTests__ImageReaderTest.$(C) RegressionTests__ImageReaderTest.$(H): RegressionTests__ImageReaderTest.st $(INCLUDE_TOP)/stx/goodies/sunit/TestAsserter.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestCase.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
$(OUTDIR)RegressionTests__ImageTests.$(O) RegressionTests__ImageTests.$(C) RegressionTests__ImageTests.$(H): RegressionTests__ImageTests.st $(INCLUDE_TOP)/stx/goodies/sunit/TestAsserter.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestCase.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
$(OUTDIR)RegressionTests__IntegerTest.$(O) RegressionTests__IntegerTest.$(C) RegressionTests__IntegerTest.$(H): RegressionTests__IntegerTest.st $(INCLUDE_TOP)/stx/goodies/sunit/TestAsserter.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestCase.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
$(OUTDIR)RegressionTests__JITTest.$(O) RegressionTests__JITTest.$(C) RegressionTests__JITTest.$(H): RegressionTests__JITTest.st $(INCLUDE_TOP)/stx/goodies/sunit/TestAsserter.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestCase.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
$(OUTDIR)RegressionTests__JavaScriptTests.$(O) RegressionTests__JavaScriptTests.$(C) RegressionTests__JavaScriptTests.$(H): RegressionTests__JavaScriptTests.st $(INCLUDE_TOP)/stx/goodies/sunit/TestAsserter.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestCase.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
$(OUTDIR)RegressionTests__KoelnerPhoneticCodeStringComparatorTest.$(O) RegressionTests__KoelnerPhoneticCodeStringComparatorTest.$(C) RegressionTests__KoelnerPhoneticCodeStringComparatorTest.$(H): RegressionTests__KoelnerPhoneticCodeStringComparatorTest.st $(INCLUDE_TOP)/stx/goodies/sunit/TestAsserter.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestCase.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
$(OUTDIR)RegressionTests__LabelResizingTest.$(O) RegressionTests__LabelResizingTest.$(C) RegressionTests__LabelResizingTest.$(H): RegressionTests__LabelResizingTest.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview2/ApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(STCHDR)
$(OUTDIR)RegressionTests__LinkedListTest.$(O) RegressionTests__LinkedListTest.$(C) RegressionTests__LinkedListTest.$(H): RegressionTests__LinkedListTest.st $(INCLUDE_TOP)/stx/goodies/sunit/TestAsserter.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestCase.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
$(OUTDIR)RegressionTests__LiteralsInMethodTests.$(O) RegressionTests__LiteralsInMethodTests.$(C) RegressionTests__LiteralsInMethodTests.$(H): RegressionTests__LiteralsInMethodTests.st $(INCLUDE_TOP)/stx/goodies/sunit/TestAsserter.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestCase.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
$(OUTDIR)RegressionTests__LoggedStreamTests.$(O) RegressionTests__LoggedStreamTests.$(C) RegressionTests__LoggedStreamTests.$(H): RegressionTests__LoggedStreamTests.st $(INCLUDE_TOP)/stx/goodies/sunit/TestAsserter.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestCase.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
$(OUTDIR)RegressionTests__MRAStringComparatorTest.$(O) RegressionTests__MRAStringComparatorTest.$(C) RegressionTests__MRAStringComparatorTest.$(H): RegressionTests__MRAStringComparatorTest.st $(INCLUDE_TOP)/stx/goodies/sunit/TestAsserter.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestCase.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
$(OUTDIR)RegressionTests__MakefileTests.$(O) RegressionTests__MakefileTests.$(C) RegressionTests__MakefileTests.$(H): RegressionTests__MakefileTests.st $(INCLUDE_TOP)/stx/goodies/sunit/TestAsserter.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestCase.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic/StandaloneStartup.$(H) $(STCHDR)
$(OUTDIR)RegressionTests__ManyProcessesTest.$(O) RegressionTests__ManyProcessesTest.$(C) RegressionTests__ManyProcessesTest.$(H): RegressionTests__ManyProcessesTest.st $(STCHDR)
$(OUTDIR)RegressionTests__MeasurementValueTests.$(O) RegressionTests__MeasurementValueTests.$(C) RegressionTests__MeasurementValueTests.$(H): RegressionTests__MeasurementValueTests.st $(INCLUDE_TOP)/stx/goodies/sunit/TestAsserter.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestCase.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
$(OUTDIR)RegressionTests__MemoryTest.$(O) RegressionTests__MemoryTest.$(C) RegressionTests__MemoryTest.$(H): RegressionTests__MemoryTest.st $(INCLUDE_TOP)/stx/goodies/sunit/TestAsserter.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestCase.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
$(OUTDIR)RegressionTests__MetaNumbersTest.$(O) RegressionTests__MetaNumbersTest.$(C) RegressionTests__MetaNumbersTest.$(H): RegressionTests__MetaNumbersTest.st $(INCLUDE_TOP)/stx/goodies/sunit/TestAsserter.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestCase.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
$(OUTDIR)RegressionTests__Metaphone3StringComparatorTest.$(O) RegressionTests__Metaphone3StringComparatorTest.$(C) RegressionTests__Metaphone3StringComparatorTest.$(H): RegressionTests__Metaphone3StringComparatorTest.st $(INCLUDE_TOP)/stx/goodies/sunit/TestAsserter.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestCase.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
$(OUTDIR)RegressionTests__MetaphoneStringComparatorTest.$(O) RegressionTests__MetaphoneStringComparatorTest.$(C) RegressionTests__MetaphoneStringComparatorTest.$(H): RegressionTests__MetaphoneStringComparatorTest.st $(INCLUDE_TOP)/stx/goodies/sunit/TestAsserter.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestCase.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
$(OUTDIR)RegressionTests__MiracodeStringComparatorTest.$(O) RegressionTests__MiracodeStringComparatorTest.$(C) RegressionTests__MiracodeStringComparatorTest.$(H): RegressionTests__MiracodeStringComparatorTest.st $(INCLUDE_TOP)/stx/goodies/sunit/TestAsserter.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestCase.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
$(OUTDIR)RegressionTests__MySQLSoundexStringComparatorTest.$(O) RegressionTests__MySQLSoundexStringComparatorTest.$(C) RegressionTests__MySQLSoundexStringComparatorTest.$(H): RegressionTests__MySQLSoundexStringComparatorTest.st $(INCLUDE_TOP)/stx/goodies/sunit/TestAsserter.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestCase.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
$(OUTDIR)RegressionTests__NumberTest.$(O) RegressionTests__NumberTest.$(C) RegressionTests__NumberTest.$(H): RegressionTests__NumberTest.st $(INCLUDE_TOP)/stx/goodies/sunit/TestAsserter.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestCase.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
$(OUTDIR)RegressionTests__OS_OLE_Tests.$(O) RegressionTests__OS_OLE_Tests.$(C) RegressionTests__OS_OLE_Tests.$(H): RegressionTests__OS_OLE_Tests.st $(INCLUDE_TOP)/stx/goodies/sunit/TestAsserter.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestCase.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
$(OUTDIR)RegressionTests__OperatingSystemTest.$(O) RegressionTests__OperatingSystemTest.$(C) RegressionTests__OperatingSystemTest.$(H): RegressionTests__OperatingSystemTest.st $(INCLUDE_TOP)/stx/goodies/sunit/TestAsserter.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestCase.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
$(OUTDIR)RegressionTests__OperationInQueueTests.$(O) RegressionTests__OperationInQueueTests.$(C) RegressionTests__OperationInQueueTests.$(H): RegressionTests__OperationInQueueTests.st $(INCLUDE_TOP)/stx/goodies/sunit/TestAsserter.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestCase.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
$(OUTDIR)RegressionTests__PTYTest.$(O) RegressionTests__PTYTest.$(C) RegressionTests__PTYTest.$(H): RegressionTests__PTYTest.st $(INCLUDE_TOP)/stx/goodies/sunit/TestAsserter.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestCase.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
$(OUTDIR)RegressionTests__ParserTests.$(O) RegressionTests__ParserTests.$(C) RegressionTests__ParserTests.$(H): RegressionTests__ParserTests.st $(INCLUDE_TOP)/stx/goodies/sunit/TestAsserter.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestCase.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
$(OUTDIR)RegressionTests__PhonemStringComparatorTest.$(O) RegressionTests__PhonemStringComparatorTest.$(C) RegressionTests__PhonemStringComparatorTest.$(H): RegressionTests__PhonemStringComparatorTest.st $(INCLUDE_TOP)/stx/goodies/sunit/TestAsserter.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestCase.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
$(OUTDIR)RegressionTests__PipeStreamTest.$(O) RegressionTests__PipeStreamTest.$(C) RegressionTests__PipeStreamTest.$(H): RegressionTests__PipeStreamTest.st $(INCLUDE_TOP)/stx/goodies/sunit/TestAsserter.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestCase.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
$(OUTDIR)RegressionTests__PowerSetTests.$(O) RegressionTests__PowerSetTests.$(C) RegressionTests__PowerSetTests.$(H): RegressionTests__PowerSetTests.st $(INCLUDE_TOP)/stx/goodies/sunit/TestAsserter.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestCase.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
$(OUTDIR)RegressionTests__ProcessTest.$(O) RegressionTests__ProcessTest.$(C) RegressionTests__ProcessTest.$(H): RegressionTests__ProcessTest.st $(INCLUDE_TOP)/stx/goodies/sunit/TestAsserter.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestCase.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
$(OUTDIR)RegressionTests__ProjectDefinitionTests.$(O) RegressionTests__ProjectDefinitionTests.$(C) RegressionTests__ProjectDefinitionTests.$(H): RegressionTests__ProjectDefinitionTests.st $(INCLUDE_TOP)/stx/goodies/sunit/TestAsserter.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestCase.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
$(OUTDIR)RegressionTests__QDoubleTests.$(O) RegressionTests__QDoubleTests.$(C) RegressionTests__QDoubleTests.$(H): RegressionTests__QDoubleTests.st $(INCLUDE_TOP)/stx/goodies/sunit/TestAsserter.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestCase.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
$(OUTDIR)RegressionTests__QuadFloatTest.$(O) RegressionTests__QuadFloatTest.$(C) RegressionTests__QuadFloatTest.$(H): RegressionTests__QuadFloatTest.st $(INCLUDE_TOP)/stx/goodies/sunit/TestAsserter.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestCase.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
$(OUTDIR)RegressionTests__QueueTest.$(O) RegressionTests__QueueTest.$(C) RegressionTests__QueueTest.$(H): RegressionTests__QueueTest.st $(INCLUDE_TOP)/stx/goodies/sunit/TestAsserter.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestCase.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
$(OUTDIR)RegressionTests__QuickTestRunner.$(O) RegressionTests__QuickTestRunner.$(C) RegressionTests__QuickTestRunner.$(H): RegressionTests__QuickTestRunner.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
$(OUTDIR)RegressionTests__RxTests.$(O) RegressionTests__RxTests.$(C) RegressionTests__RxTests.$(H): RegressionTests__RxTests.st $(INCLUDE_TOP)/stx/goodies/sunit/TestAsserter.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestCase.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
$(OUTDIR)RegressionTests__STCCompilerTests.$(O) RegressionTests__STCCompilerTests.$(C) RegressionTests__STCCompilerTests.$(H): RegressionTests__STCCompilerTests.st $(INCLUDE_TOP)/stx/goodies/sunit/TestAsserter.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestCase.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
$(OUTDIR)RegressionTests__ScaledDecimalTest.$(O) RegressionTests__ScaledDecimalTest.$(C) RegressionTests__ScaledDecimalTest.$(H): RegressionTests__ScaledDecimalTest.st $(INCLUDE_TOP)/stx/goodies/sunit/TestAsserter.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestCase.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
$(OUTDIR)RegressionTests__SegmentedOrderedCollectionTests.$(O) RegressionTests__SegmentedOrderedCollectionTests.$(C) RegressionTests__SegmentedOrderedCollectionTests.$(H): RegressionTests__SegmentedOrderedCollectionTests.st $(INCLUDE_TOP)/stx/goodies/sunit/TestAsserter.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestCase.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
$(OUTDIR)RegressionTests__SemaphoreTest.$(O) RegressionTests__SemaphoreTest.$(C) RegressionTests__SemaphoreTest.$(H): RegressionTests__SemaphoreTest.st $(INCLUDE_TOP)/stx/goodies/sunit/TestAsserter.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestCase.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
$(OUTDIR)RegressionTests__ServerSocketTest.$(O) RegressionTests__ServerSocketTest.$(C) RegressionTests__ServerSocketTest.$(H): RegressionTests__ServerSocketTest.st $(INCLUDE_TOP)/stx/goodies/sunit/TestAsserter.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestCase.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
$(OUTDIR)RegressionTests__SharedQueueTest.$(O) RegressionTests__SharedQueueTest.$(C) RegressionTests__SharedQueueTest.$(H): RegressionTests__SharedQueueTest.st $(INCLUDE_TOP)/stx/goodies/sunit/TestAsserter.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestCase.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
$(OUTDIR)RegressionTests__SmallIntegerTest.$(O) RegressionTests__SmallIntegerTest.$(C) RegressionTests__SmallIntegerTest.$(H): RegressionTests__SmallIntegerTest.st $(INCLUDE_TOP)/stx/goodies/sunit/TestAsserter.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestCase.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
$(OUTDIR)RegressionTests__SnapshotRestartTests.$(O) RegressionTests__SnapshotRestartTests.$(C) RegressionTests__SnapshotRestartTests.$(H): RegressionTests__SnapshotRestartTests.st $(INCLUDE_TOP)/stx/goodies/sunit/TestAsserter.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestCase.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
$(OUTDIR)RegressionTests__SocketTests.$(O) RegressionTests__SocketTests.$(C) RegressionTests__SocketTests.$(H): RegressionTests__SocketTests.st $(INCLUDE_TOP)/stx/goodies/sunit/TestAsserter.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestCase.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
$(OUTDIR)RegressionTests__SortTests.$(O) RegressionTests__SortTests.$(C) RegressionTests__SortTests.$(H): RegressionTests__SortTests.st $(INCLUDE_TOP)/stx/goodies/sunit/TestAsserter.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestCase.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
$(OUTDIR)RegressionTests__SoundexStringComparatorTest.$(O) RegressionTests__SoundexStringComparatorTest.$(C) RegressionTests__SoundexStringComparatorTest.$(H): RegressionTests__SoundexStringComparatorTest.st $(INCLUDE_TOP)/stx/goodies/sunit/TestAsserter.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestCase.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
$(OUTDIR)RegressionTests__StackFrameTest.$(O) RegressionTests__StackFrameTest.$(C) RegressionTests__StackFrameTest.$(H): RegressionTests__StackFrameTest.st $(INCLUDE_TOP)/stx/goodies/sunit/TestAsserter.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestCase.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
$(OUTDIR)RegressionTests__StreamTests.$(O) RegressionTests__StreamTests.$(C) RegressionTests__StreamTests.$(H): RegressionTests__StreamTests.st $(INCLUDE_TOP)/stx/goodies/sunit/TestAsserter.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestCase.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
$(OUTDIR)RegressionTests__StreamUpToTests.$(O) RegressionTests__StreamUpToTests.$(C) RegressionTests__StreamUpToTests.$(H): RegressionTests__StreamUpToTests.st $(INCLUDE_TOP)/stx/goodies/sunit/TestAsserter.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestCase.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
$(OUTDIR)RegressionTests__StringTests.$(O) RegressionTests__StringTests.$(C) RegressionTests__StringTests.$(H): RegressionTests__StringTests.st $(INCLUDE_TOP)/stx/goodies/sunit/TestAsserter.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestCase.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
$(OUTDIR)RegressionTests__SunitXMLOutputTest.$(O) RegressionTests__SunitXMLOutputTest.$(C) RegressionTests__SunitXMLOutputTest.$(H): RegressionTests__SunitXMLOutputTest.st $(INCLUDE_TOP)/stx/goodies/sunit/TestAsserter.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestCase.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
$(OUTDIR)RegressionTests__TSTreeTests.$(O) RegressionTests__TSTreeTests.$(C) RegressionTests__TSTreeTests.$(H): RegressionTests__TSTreeTests.st $(INCLUDE_TOP)/stx/goodies/sunit/TestAsserter.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestCase.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
$(OUTDIR)RegressionTests__TestDialogs1.$(O) RegressionTests__TestDialogs1.$(C) RegressionTests__TestDialogs1.$(H): RegressionTests__TestDialogs1.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview2/ApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(STCHDR)
$(OUTDIR)RegressionTests__TimeAndDateTest.$(O) RegressionTests__TimeAndDateTest.$(C) RegressionTests__TimeAndDateTest.$(H): RegressionTests__TimeAndDateTest.st $(INCLUDE_TOP)/stx/goodies/sunit/TestAsserter.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestCase.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
$(OUTDIR)RegressionTests__TimeDurationTest.$(O) RegressionTests__TimeDurationTest.$(C) RegressionTests__TimeDurationTest.$(H): RegressionTests__TimeDurationTest.st $(INCLUDE_TOP)/stx/goodies/sunit/TestAsserter.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestCase.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
$(OUTDIR)RegressionTests__TypedArrayTests.$(O) RegressionTests__TypedArrayTests.$(C) RegressionTests__TypedArrayTests.$(H): RegressionTests__TypedArrayTests.st $(INCLUDE_TOP)/stx/goodies/sunit/TestAsserter.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestCase.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
$(OUTDIR)RegressionTests__URLTest.$(O) RegressionTests__URLTest.$(C) RegressionTests__URLTest.$(H): RegressionTests__URLTest.st $(INCLUDE_TOP)/stx/goodies/sunit/TestAsserter.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestCase.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
$(OUTDIR)RegressionTests__UTF8TestClass.$(O) RegressionTests__UTF8TestClass.$(C) RegressionTests__UTF8TestClass.$(H): RegressionTests__UTF8TestClass.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
$(OUTDIR)RegressionTests__UninterpretedBytesTest.$(O) RegressionTests__UninterpretedBytesTest.$(C) RegressionTests__UninterpretedBytesTest.$(H): RegressionTests__UninterpretedBytesTest.st $(INCLUDE_TOP)/stx/goodies/sunit/TestAsserter.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestCase.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
$(OUTDIR)RegressionTests__VMCrashTestCase.$(O) RegressionTests__VMCrashTestCase.$(C) RegressionTests__VMCrashTestCase.$(H): RegressionTests__VMCrashTestCase.st $(INCLUDE_TOP)/stx/goodies/sunit/TestAsserter.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestCase.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
$(OUTDIR)RegressionTests__ValueHolderTests.$(O) RegressionTests__ValueHolderTests.$(C) RegressionTests__ValueHolderTests.$(H): RegressionTests__ValueHolderTests.st $(INCLUDE_TOP)/stx/goodies/sunit/TestAsserter.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestCase.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
$(OUTDIR)RegressionTests__WeakCollectionTest.$(O) RegressionTests__WeakCollectionTest.$(C) RegressionTests__WeakCollectionTest.$(H): RegressionTests__WeakCollectionTest.st $(INCLUDE_TOP)/stx/goodies/sunit/TestAsserter.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestCase.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
$(OUTDIR)RegressionTests__Widgets.$(O) RegressionTests__Widgets.$(C) RegressionTests__Widgets.$(H): RegressionTests__Widgets.st $(INCLUDE_TOP)/stx/goodies/sunit/TestAsserter.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestCase.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
$(OUTDIR)RegressionTests__Win32OLETests.$(O) RegressionTests__Win32OLETests.$(C) RegressionTests__Win32OLETests.$(H): RegressionTests__Win32OLETests.st $(INCLUDE_TOP)/stx/goodies/sunit/TestAsserter.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestCase.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
$(OUTDIR)RegressionTests__Win32OperatingSystemTest.$(O) RegressionTests__Win32OperatingSystemTest.$(C) RegressionTests__Win32OperatingSystemTest.$(H): RegressionTests__Win32OperatingSystemTest.st $(INCLUDE_TOP)/stx/goodies/sunit/TestAsserter.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestCase.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
$(OUTDIR)RegressionTests__WritingToTranscriptOrStdoutTest.$(O) RegressionTests__WritingToTranscriptOrStdoutTest.$(C) RegressionTests__WritingToTranscriptOrStdoutTest.$(H): RegressionTests__WritingToTranscriptOrStdoutTest.st $(INCLUDE_TOP)/stx/goodies/sunit/TestAsserter.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestCase.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
$(OUTDIR)RegressionTests__WrongMethodCalledTest.$(O) RegressionTests__WrongMethodCalledTest.$(C) RegressionTests__WrongMethodCalledTest.$(H): RegressionTests__WrongMethodCalledTest.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libview/View.$(H) $(INCLUDE_TOP)/stx/libview2/ApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(STCHDR)
$(OUTDIR)RegressionTests__XMLCoderTests.$(O) RegressionTests__XMLCoderTests.$(C) RegressionTests__XMLCoderTests.$(H): RegressionTests__XMLCoderTests.st $(INCLUDE_TOP)/stx/goodies/sunit/TestAsserter.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestCase.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
$(OUTDIR)RegressionTests__XPathTests.$(O) RegressionTests__XPathTests.$(C) RegressionTests__XPathTests.$(H): RegressionTests__XPathTests.st $(INCLUDE_TOP)/stx/goodies/sunit/TestAsserter.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestCase.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
$(OUTDIR)RegressionTests__ZipArchiveTests.$(O) RegressionTests__ZipArchiveTests.$(C) RegressionTests__ZipArchiveTests.$(H): RegressionTests__ZipArchiveTests.st $(INCLUDE_TOP)/stx/goodies/sunit/TestAsserter.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestCase.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
$(OUTDIR)stx_goodies_regression.$(O) stx_goodies_regression.$(C) stx_goodies_regression.$(H): stx_goodies_regression.st $(INCLUDE_TOP)/stx/libbasic/LibraryDefinition.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic/ProjectDefinition.$(H) $(STCHDR)
$(OUTDIR)RegressionTests__ChangeSetTests.$(O) RegressionTests__ChangeSetTests.$(C) RegressionTests__ChangeSetTests.$(H): RegressionTests__ChangeSetTests.st $(INCLUDE_TOP)/stx/goodies/regression/RegressionTests__ClassAndMethodCompilingTestCase.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestAsserter.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestCase.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic/PeekableStream.$(H) $(INCLUDE_TOP)/stx/libbasic/PositionableStream.$(H) $(INCLUDE_TOP)/stx/libbasic/ReadWriteStream.$(H) $(INCLUDE_TOP)/stx/libbasic/Stream.$(H) $(INCLUDE_TOP)/stx/libbasic/WriteStream.$(H) $(STCHDR)
$(OUTDIR)RegressionTests__ClassBuilderTests.$(O) RegressionTests__ClassBuilderTests.$(C) RegressionTests__ClassBuilderTests.$(H): RegressionTests__ClassBuilderTests.st $(INCLUDE_TOP)/stx/goodies/regression/RegressionTests__ClassAndMethodCompilingTestCase.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestAsserter.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestCase.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
$(OUTDIR)RegressionTests__TSMultiTreeTests.$(O) RegressionTests__TSMultiTreeTests.$(C) RegressionTests__TSMultiTreeTests.$(H): RegressionTests__TSMultiTreeTests.st $(INCLUDE_TOP)/stx/goodies/regression/RegressionTests__TSTreeTests.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestAsserter.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestCase.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
$(OUTDIR)RegressionTests__VMCrashTests.$(O) RegressionTests__VMCrashTests.$(C) RegressionTests__VMCrashTests.$(H): RegressionTests__VMCrashTests.st $(INCLUDE_TOP)/stx/goodies/regression/RegressionTests__VMCrashTestCase.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestAsserter.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestCase.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)

# ENDMAKEDEPEND --- do not remove this line