#include "Imake.conf"

#define IHaveSubdirs

CDEBUGFLAGS = -g

#define PassCDebugFlags CDEBUGFLAGS='$(CDEBUGFLAGS)'

SUBDIRS = include misc term menus canvas tdesc client

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

World: Makefiles depend all install
