#include "../Xbae.tmpl"

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

#if HaveWcl
    SUBDIRS = Mri add caption colors dynamic matrix select select-drag \
              traversal
#else
    SUBDIRS = add caption colors dynamic matrix select-drag traversal
#endif

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