TOPSTRUCT  = TopLevel
TOPCOM	   = oasysbin
GENOPTIONS = -V -v1
OPAL_LIBS  = $(OC_OC1) $(OC_OC2) $(OC_SHARED) $(OPAL_TCL) $(OPAL_READLINE) $(OPAL_PARSERLIGHT) $(OPAL_BASE)
GENSUBSYS  = \
	   -s ../debugger/dbcontrol \
	   -s ../debugger/dbenv \
	   -s ../debugger/dbshared \
	   -s ../compiler \
	   -s ../repo \
	   -s ../oasyslib \
	   $(GENSTDSYS)


SOURCES=$(SIGNS) $(IMPLS) SysDefs TopLevel.impl.readline TopLevel.impl.simple
COMPONENTS=$(SOURCES)
include $(OMLIBPATH)/GlobalRules.top

