## Copyright 1992 OTC LIMITED

## Initialisation.

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

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

MODULES := install
NOMK := YES

include $(SRCROOT)/project/init.mk

## Local definitions.

ALLDIRS := makeit classinfo generic mksrc

SUBDIRS := makeit classinfo generic mksrc

## Makeit modules.

include $(SRCROOT)/project/modules.mk
