## Copyright 1995 DUMPLETON SOFTWARE CONSULTING PTY LIMITED

## Initialisation.

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

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

MODULES := install
NOMK := YES

include $(SRCROOT)/project/init.mk

## Local definitions.

SUBDIRS := $(OSE_HOST)

## Makeit modules.

include $(SRCROOT)/project/modules.mk

dist : $(wildcard */Makefile)

$(wildcard */Makefile) : Makefile.in
	cp $? $@
