test/Make.proto
author Jan Vrany <jan.vrany@fit.cvut.cz>
Wed, 29 May 2013 02:03:10 +0200
changeset 828 3fd48d33f00b
parent 172 360ff01c23cb
child 1118 1cd9e0a3805b
permissions -rw-r--r--
automatically generated by browser

# $Header: /cvs/stx/stx/goodies/monticello/test/Make.proto,v 1.2 2013-05-29 00:03:10 vrany Exp $
#
# DO NOT EDIT
# automagically generated from the projectDefinition: stx_goodies_monticello_test.
#
# 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
#
# 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/libbasic -I$(INCLUDE_TOP)/stx/goodies/sunit


# 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_monticello_test
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::  









# run default testsuite for this package
test: $(TOP)/goodies/builder/reports
	$(MAKE) -C $(TOP)/goodies/builder/reports
	$(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) "CFLAGS_LOCAL=$(GLOBALDEFINES)"
	cd ../../../libbasic2 && $(MAKE) "CFLAGS_LOCAL=$(GLOBALDEFINES)"
	cd ../../../libview && $(MAKE) "CFLAGS_LOCAL=$(GLOBALDEFINES)"
	cd ../../../libview2 && $(MAKE) "CFLAGS_LOCAL=$(GLOBALDEFINES)"
	cd ../../sunit && $(MAKE) "CFLAGS_LOCAL=$(GLOBALDEFINES)"



# build all packages containing referenced classes for this package
# they are nor needed to compile the package
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)MCDependencySorterTest.$(O) MCDependencySorterTest.$(H): MCDependencySorterTest.st $(INCLUDE_TOP)/stx/goodies/sunit/TestCase.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestAsserter.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
$(OUTDIR)MCSnapshotResource.$(O) MCSnapshotResource.$(H): MCSnapshotResource.st $(INCLUDE_TOP)/stx/goodies/sunit/TestResource.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestAsserter.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
$(OUTDIR)MCSortingTest.$(O) MCSortingTest.$(H): MCSortingTest.st $(INCLUDE_TOP)/stx/goodies/sunit/TestCase.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestAsserter.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
$(OUTDIR)MCTestCase.$(O) MCTestCase.$(H): MCTestCase.st $(INCLUDE_TOP)/stx/goodies/sunit/TestCase.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestAsserter.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
$(OUTDIR)stx_goodies_monticello_test.$(O) stx_goodies_monticello_test.$(H): stx_goodies_monticello_test.st $(INCLUDE_TOP)/stx/libbasic/LibraryDefinition.$(H) $(INCLUDE_TOP)/stx/libbasic/ProjectDefinition.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
$(OUTDIR)MCAncestryTest.$(O) MCAncestryTest.$(H): MCAncestryTest.st $(INCLUDE_TOP)/stx/goodies/monticello/test/MCTestCase.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestCase.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestAsserter.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
$(OUTDIR)MCChangeNotificationTest.$(O) MCChangeNotificationTest.$(H): MCChangeNotificationTest.st $(INCLUDE_TOP)/stx/goodies/monticello/test/MCTestCase.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestCase.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestAsserter.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
$(OUTDIR)MCClassDefinitionTest.$(O) MCClassDefinitionTest.$(H): MCClassDefinitionTest.st $(INCLUDE_TOP)/stx/goodies/monticello/test/MCTestCase.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestCase.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestAsserter.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
$(OUTDIR)MCFileInTest.$(O) MCFileInTest.$(H): MCFileInTest.st $(INCLUDE_TOP)/stx/goodies/monticello/test/MCTestCase.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestCase.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestAsserter.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
$(OUTDIR)MCInitializationTest.$(O) MCInitializationTest.$(H): MCInitializationTest.st $(INCLUDE_TOP)/stx/goodies/monticello/test/MCTestCase.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestCase.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestAsserter.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
$(OUTDIR)MCMczInstallerTest.$(O) MCMczInstallerTest.$(H): MCMczInstallerTest.st $(INCLUDE_TOP)/stx/goodies/monticello/test/MCTestCase.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestCase.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestAsserter.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
$(OUTDIR)MCMergingTest.$(O) MCMergingTest.$(H): MCMergingTest.st $(INCLUDE_TOP)/stx/goodies/monticello/test/MCTestCase.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestCase.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestAsserter.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
$(OUTDIR)MCMethodDefinitionTest.$(O) MCMethodDefinitionTest.$(H): MCMethodDefinitionTest.st $(INCLUDE_TOP)/stx/goodies/monticello/test/MCTestCase.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestCase.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestAsserter.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
$(OUTDIR)MCOrganizationTest.$(O) MCOrganizationTest.$(H): MCOrganizationTest.st $(INCLUDE_TOP)/stx/goodies/monticello/test/MCTestCase.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestCase.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestAsserter.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
$(OUTDIR)MCPackageTest.$(O) MCPackageTest.$(H): MCPackageTest.st $(INCLUDE_TOP)/stx/goodies/monticello/test/MCTestCase.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestCase.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestAsserter.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
$(OUTDIR)MCPatchTest.$(O) MCPatchTest.$(H): MCPatchTest.st $(INCLUDE_TOP)/stx/goodies/monticello/test/MCTestCase.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestCase.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestAsserter.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
$(OUTDIR)MCRepositoryTest.$(O) MCRepositoryTest.$(H): MCRepositoryTest.st $(INCLUDE_TOP)/stx/goodies/monticello/test/MCTestCase.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestCase.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestAsserter.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
$(OUTDIR)MCScannerTest.$(O) MCScannerTest.$(H): MCScannerTest.st $(INCLUDE_TOP)/stx/goodies/monticello/test/MCTestCase.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestCase.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestAsserter.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
$(OUTDIR)MCSerializationTest.$(O) MCSerializationTest.$(H): MCSerializationTest.st $(INCLUDE_TOP)/stx/goodies/monticello/test/MCTestCase.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestCase.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestAsserter.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
$(OUTDIR)MCSnapshotBrowserTest.$(O) MCSnapshotBrowserTest.$(H): MCSnapshotBrowserTest.st $(INCLUDE_TOP)/stx/goodies/monticello/test/MCTestCase.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestCase.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestAsserter.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
$(OUTDIR)MCSnapshotTest.$(O) MCSnapshotTest.$(H): MCSnapshotTest.st $(INCLUDE_TOP)/stx/goodies/monticello/test/MCTestCase.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestCase.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestAsserter.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
$(OUTDIR)MCStReaderTest.$(O) MCStReaderTest.$(H): MCStReaderTest.st $(INCLUDE_TOP)/stx/goodies/monticello/test/MCTestCase.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestCase.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestAsserter.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
$(OUTDIR)MCStWriterTest.$(O) MCStWriterTest.$(H): MCStWriterTest.st $(INCLUDE_TOP)/stx/goodies/monticello/test/MCTestCase.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestCase.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestAsserter.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
$(OUTDIR)MCVersionTest.$(O) MCVersionTest.$(H): MCVersionTest.st $(INCLUDE_TOP)/stx/goodies/monticello/test/MCTestCase.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestCase.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestAsserter.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
$(OUTDIR)MCWorkingCopyTest.$(O) MCWorkingCopyTest.$(H): MCWorkingCopyTest.st $(INCLUDE_TOP)/stx/goodies/monticello/test/MCTestCase.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestCase.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestAsserter.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
$(OUTDIR)MCDictionaryRepositoryTest.$(O) MCDictionaryRepositoryTest.$(H): MCDictionaryRepositoryTest.st $(INCLUDE_TOP)/stx/goodies/monticello/test/MCRepositoryTest.$(H) $(INCLUDE_TOP)/stx/goodies/monticello/test/MCTestCase.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestCase.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestAsserter.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
$(OUTDIR)MCDirectoryRepositoryTest.$(O) MCDirectoryRepositoryTest.$(H): MCDirectoryRepositoryTest.st $(INCLUDE_TOP)/stx/goodies/monticello/test/MCRepositoryTest.$(H) $(INCLUDE_TOP)/stx/goodies/monticello/test/MCTestCase.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestCase.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestAsserter.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)

# ENDMAKEDEPEND --- do not remove this line