XCOMM $Header: /home/x_cvs/mit/lib/Imakefile,v 1.2 1992/07/07 11:48:51 dawes Exp $
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
BERKDIR = Berk
#endif

#if NeedInetEmulLib
INETDIR = InetEmul
#endif

OTHERDIRS = $(BERKDIR) $(INETDIR)

LINTSUBDIRS = Xau X oldX Xt Xmu Xaw Xdmcp

SUBDIRS = $(OTHERDIRS) $(LINTSUBDIRS) nls

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