XCOMM $XConsortium: Imakefile,v 1.18 91/07/22 22:53:06 rws Exp $
#define IHaveSubdirs
#define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS)'

#ifndef NeedBerklib
#define NeedBerklib NO
#endif

#if NeedBerklib
OTHERDIRS = Berk
#endif

#ifdef ServerOnly
LINTSUBDIRS = X Xt Xau Xmu Xaw Xdmcp
#else
LINTSUBDIRS = X oldX Xt Xmu Xaw Xau Xdmcp
NLS = nls
#endif

SUBDIRS = $(OTHERDIRS) $(LINTSUBDIRS) $(NLS)

MakeSubdirs($(SUBDIRS))
DependSubdirs($(SUBDIRS))
MakeLintLibSubdirs($(LINTSUBDIRS))
MakeLintSubdirs($(LINTSUBDIRS),install.ln,install.ln)
