# Copyright(c) 1992 Bell Communications Research, Inc. (Bellcore)
# Copyright(c) 1995-99 Andrew Lister
#
# $Id: Imakefile,v 1.3 1999/09/02 23:18:06 danny Exp $

#include "Xbae.tmpl"

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

       SUBDIRS = src include examples 
       DSUBDIRS = src examples 

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

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