## Copyright 1992 OTC LIMITED

## Initialisation.

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

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

MODULES := install
NOMK := YES

include $(SRCROOT)/project/init.mk

## Local definitions.

INCDIR := $(OSE_HOME)/include/OTC/debug
INCLUDES := $(filter %.h %.hh %.c,$(SRCFILES))

## Makeit modules.

include $(SRCROOT)/project/modules.mk
