# $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 =  mylib


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


# Subsystems for genmake.

GENSUBSYS  = $(GENSTDSYS)


# Name of the structures incorporated into the subsystem

STRUCTS = MyComStream MyString MyMap SpecialString CharClass MergeOption \
	  ChooseOption MyComAction


# 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) $(EXTPS) $(INTPS) SysDefs




# 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 this statement to deactivate the derived object cache.
#.BPOOL:

INTERFACES = 
INTERFACENODEPATH = dosfop

# Those invisible objects which shall be installed in an object library
#   and the path where to install them relative to INSTALLOBJECTPATH
#   and the name of the archive where code objects shall be merged to

# OBJECTS = 
#OBJECTNODEPATH = dosfop
#ARCHIVE = mylib

# _install: rmlib

#rmlib:
#	$(RM) -rf $(INSTALLOBJECTPATH)/$(OBJECTNODEPATH)-$(lib)/lib$(ARCHIVE)-$(lib).a

_install:


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

include $(OMLIBPATH)/GlobalRules.sub.owninstall

