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

#include "../Xbae.tmpl"

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

#if HaveWcl
    SUBDIRS = Mri add caption choice colors draw dynamic fifteen list matrix \
        multifixed select select-drag select-push traversal
#else
    SUBDIRS = add caption choice colors draw dynamic fifteen list matrix \
        multifixed select-drag select-push traversal
#endif

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