# System definitions for: Commands

# Copyright 1989 - 1999 by the Opal Group, TU Berlin. All rights reserved 
# See OCSHOME/doc/LICENSE or
# http://projects.uebb.tu-berlin.de/opal/trac/wiki/License for details
# $Date: 2010-09-30 18:24:17 +0200 (Thu, 30 Sep 2010) $ ($Revision: 616 $)
#


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


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

NODENAME=Runtime


# 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 -v1 

# Subsystems for genmake.

GENSUBSYS  = \
	-s ../Commands \
	-s ../../AggregateTypes/MapLike \
	-s ../../AggregateTypes/SeqLike \
	-s ../../AggregateTypes/ProductLike \
        -s ../../AggregateTypes/UnionLike \
	-s ../../BasicTypes \
	-s ../../Internal/Strange \
	-s ../../Internal/Compiler


# Structures totally coded in OPAL

NORMSTRUCTS= 	
# Structures partially coded in OPAL

FOREIGNSTRUCTS = RUNTIME RUNTIMEENV

# 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) $(FOREIGNCS) $(FOREIGNHS) SysDefs

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

COMPONENTS=$(SOURCES)

include $(OMLIBPATH)/GlobalRules.subhc


REL_GENOPTIONS += -keep
