XCOMM $Xorg: Imakefile,v 1.3 2000/08/17 19:48:20 cpqbld Exp $
XCOMM This is only used on NT where we do not know how to jump over this dir

#ifdef Win32Architecture

#define IHaveSubdirs
#define PassCDebugFlags CDEBUGFLAGS="$(CDEBUGFLAGS)"

#if XnestServer
XNESTDIR = xnest
#endif

#if XVirtualFramebufferServer
XVFBDIR = vfb
#endif

#if XdmxServer
XDMXDIR = dmx
#endif

SUBDIRS= $(XNESTDIR) $(XVFBDIR) $(XDMXDIR)

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

#endif