# System definitions for: parser
#
# $Id: SysDefs 615 2010-09-30 15:49:42Z florenz@TU-BERLIN.DE $


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


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

NODENAME = parser


# 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 ../absy -s ../../shared/admin $(GENSTDSYS)

# Name of the structures incorporated into the subsystem

STRUCTS = ZOpts Token Terminal Scanner PErr Absy PTypes PCommon \
	ModBase BaseParser \
	PName ModMix ModExpr ModForm  \
	PExpr PForm PostParser ModBody Parser AbsyIO

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

SOURCES = $(SIGNS) $(IMPLS) SysDefs

include $(OMLIBPATH)/GlobalRules.sub



REL_GENOPTIONS += -keep



