# System definitions for:
#


# +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
# Fundamental system definitions (please fill out)


# Name of the system 
#  This must be the name of the directory

NODENAME = TestCaseLib


# The names of the subdirectories of this node 
# also to be built. NOTE that these are not the OCS subsystems 
# but rather reflect the hierarchy of the repository tree. 

SUBNODES = 


# Options for genmake. See genmake(1).

GENOPTIONS += -V 

# Subsystems for genmake.

GENSUBSYS  = $(GENSTDSYS)


# Name of the structures incorporated into the subsystem

STRUCTS = WhiteBox CheckTestCases2 CheckTestCases1 \
		CheckTestCases3 CheckTestCases4 BlackBox FORMALTEST

# Sources of the system included into a release
#  The variables SIGNS IMPLS are automatically defined
#  according to the import relation of STRUCTS. 

SOURCES = $(SIGNS) $(IMPLS) SysDefs


# Those sources which shall be made visible in an installtion

INTERFACES = $(SIGNS)


# Manuals attached to this system

MANUALS = 


# All components of this system. Add here auxiliary
# files which shall not be included into a release.

COMPONENTS = $(SOURCES) $(MANUALS)



# +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
# Include generic rules (do not change)

include $(OMLIBPATH)/GlobalRules.sub

