XCOMM $XConsortium: Imakefile,v 1.1 94/04/13 18:06:27 rws Exp $
XCOMM $XFree86: xc/workInProgress/lbx/programs/Imakefile,v 3.2 1995/06/24 10:37:31 dawes Exp $
#define IHaveSubdirs
#define PassCDebugFlags CDEBUGFLAGS="$(CDEBUGFLAGS)"

#if !BuildServersOnly
PROXYDIR = lbxproxy
#endif

#if !BuildLBXProxyOnly
XSERVERDIR = Xserver
#endif

SUBDIRS = $(XSERVERDIR) $(PROXYDIR)

#if HasParallelMake
MakeMutex($(SUBDIRS))
#endif

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