XCOMM $XConsortium: Imakefile,v 1.68 94/04/07 15:10:02 rws Exp $
#define IHaveSubdirs
#define PassCDebugFlags CDEBUGFLAGS="$(CDEBUGFLAGS)"

#ifndef Win32Architecture

#if HasXServer
XINIDIR = xinit
#endif
#if BuildServer
RGBDIR = rgb
XSDIR = Xserver
#endif
#if BuildFontServer
XFSDIR = xfs
#endif
#if BuildXKBlib
XKBCOMP = xkbcomp
#endif

SUBDIRS = $(XSDIR)

#else

SUBDIRS = $(XSDIR)

#endif

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