## Copyright 1992 OTC LIMITED

## Initialisation.

ifeq "$(SRCDIR)" ""
SRCDIR := .
endif

BLDROOT := ..
SRCROOT := $(SRCDIR)/$(BLDROOT)

MODULES := install
MAKEIT_OPTIONS := navigate_all_variants
NOMK := YES

include $(SRCROOT)/project/init.mk

## Local definitions.

SUBDIRS := OSE OTC OUX $(OSE_OPTIONAL_LIBRARIES)

## Makeit modules.

include $(SRCROOT)/project/modules.mk
