XCOMM Toplevel imakefile for crock.
XCOMM We basically only care about the src directory.
XCOMM (I still don't like imake)

#define IHaveSubdirs

XCOMM I have no idea why I'm doing this, but it keeps quiet when I do this
#define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS)'

SUBDIRS = src

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

