XCOMM $Xorg: Imakefile,v 1.4 2000/08/17 19:47:01 cpqbld Exp $
#define IHaveSubdirs
#define PassCDebugFlags CDEBUGFLAGS="$(CDEBUGFLAGS)"

#if BuildServer || UseRgbTxt
       RGBSRCDIR = rgb
#endif
#if BuildServer
        XSSRCDIR = Xserver
#endif
#ifndef Win32Architecture
#if HasXServer
     XINITSRCDIR = xinit
#endif
#if BuildFontServer
       XFSSRCDIR = xfs
#endif
#if BuildXKBlib
      XKBSRCDIRS = xkbcomp xkbevd xkbprint xkbutils
#endif
#if BuildXAServer
       XASSRCDIR = Xaserver
#endif
#if BuildLBX
  LBXPROXYSRCDIR = lbxproxy
#endif
#if BuildXprint
  XPSRCDIRS = xplsprinters xprehashprinterlist xphelloworld
#endif
  PROXYMGRSRCDIR = proxymngr
    RSTARTSRCDIR = rstart
   SMPROXYSRCDIR = smproxy
       TWMSRCDIR = twm
  XCONSOLESRCDIR = xconsole
       XDMSRCDIR = xdm
XFINDPROXYSRCDIR = xfindproxy
      XFWPSRCDIR = xfwp
     XHOSTSRCDIR = xhost
#if BuildPlugin
       XRXSRCDIR = xrx
#endif
       XSMSRCDIR = xsm
     XTERMSRCDIR = xterm
      SCRIPTSDIR = scripts
#endif

#if BuildXprintAppsOnly
SUBDIRS = \
	$(RGBSRCDIR) $(XSSRCDIR) $(XPSRCDIRS)
#else
SUBDIRS = \
	appres bdftopcf bitmap editres fsinfo fslsfonts fstobdf iceauth \
	mkfontdir oclock $(PROXYMGRSRCDIR) $(RGBSRCDIR) $(RSTARTSRCDIR) \
	$(SMPROXYSRCDIR) $(TWMSRCDIR) x11perf xauth xclipboard xclock \
	xcmsdb $(XCONSOLESRCDIR) $(XDMSRCDIR) xdpyinfo xfd $(XFSSRCDIR) \
	$(XFINDPROXYSRCDIR) $(XFWPSRCDIR) $(XHOSTSRCDIR) xieperf \
	$(XINITSRCDIR) $(XKBSRCDIRS) xkill xlogo xlsatoms xlsclients \
	xlsfonts xmag xmodmap xprop xrdb xrefresh $(XRXSRCDIR) xset \
	xsetroot $(XSMSRCDIR) xstdcmap $(XTERMSRCDIR) xwd xwininfo xwud \
	$(XSSRCDIR) $(XASSRCDIR) $(LBXPROXYSRCDIR) $(XPSRCDIRS) $(SCRIPTSDIR)
#endif /* BuildXprintAppsOnly */

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