XCOMM $XFree86: mit/lib/Imakefile,v 2.0 1993/12/17 10:58:18 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

#if Amoeba || Minix
SDBMDIR = sdbm
#endif

OTHERDIRS = $(BERKDIR) $(INETDIR) $(SDBMDIR)

#if !Amoeba && !Minix
XDMCPDIR = Xdmcp
#endif
LINTSUBDIRS = Xau X oldX Xt Xmu Xaw $(XDMCPDIR)

#if BuildServersOnly
SUBDIRS = $(OTHERDIRS) Xau $(XDMCPDIR)
#else
SUBDIRS = $(OTHERDIRS) $(LINTSUBDIRS) nls
#endif

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