XCOMM $XConsortium: Imakefile,v 1.3 94/12/19 22:28:19 mor Exp $

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

#if BuildFresco
FRESCODIRS = Fresco Xtf
#endif

#if BuildLBX
LBXDIRS = lbx
#endif

SUBDIRS = $(FRESCODIRS) $(LBXDIRS) xsm

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