# Copyright(c) 1992 Bell Communications Research, Inc. (Bellcore)
# Copyright(c) 1995-97 Andrew Lister
#
# $Id: Imakefile,v 1.5 1997/02/08 06:04:36 lister Exp $

#include "Xbae.tmpl"

#define IHaveSubdirs
#define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS)'

       SUBDIRS = src examples

MakeSubdirs($(SUBDIRS))
DependSubdirs($(SUBDIRS))

World::
	$(MAKE) $(MFLAGS) Makefiles
	$(MAKE) $(MFLAGS) clean
	$(MAKE) $(MFLAGS) includes
	$(MAKE) $(MFLAGS) depend
	$(MAKE) $(MFLAGS)
