## 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 := scripts cpp

SUBDIRS := scripts

ifeq "$(_makeit_cxx_requires_preprocessor)" "YES"
SUBDIRS := $(SUBDIRS) cpp
# else
# ifeq "$(C++COMPILERENV)" "OSTORE"
# ifeq "$(filter OS1.% OS2.%,$(C++COMPILER))" ""
# SUBDIRS := $(SUBDIRS) cpp
# endif
# endif
endif

## Makeit modules.

include $(SRCROOT)/project/modules.mk
