## Copyright 1992 OTC LIMITED

## Initialisation.

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

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

MODULES := install
NOMK := YES

include $(SRCROOT)/project/init.mk

## Local definitions.

SUBDIRS := makeit OSE OTC OUX $(OSE_OPTIONAL_LIBRARIES)

## Makeit modules.

include $(SRCROOT)/project/modules.mk
