XCOMM $TOG: Imakefile /main/85 1998/02/26 17:14:44 kaleb $ XCOMM XCOMM XCOMM XCOMM $XFree86: xc/programs/Imakefile,v 3.28 2000/02/26 05:35:07 dawes Exp $ #define IHaveSubdirs #define PassCDebugFlags CDEBUGFLAGS="$(CDEBUGFLAGS)" #if BuildServer RGBSRCDIR = rgb XSSRCDIR = Xserver #endif #ifndef Win32Architecture #if HasXServer XINITSRCDIR = xinit #endif #if BuildFontServer XFSSRCDIR = xfs #endif #if BuildXKBlib XKBSRCDIRS = xkbcomp xkbevd xkbprint xkbutils #endif #if BuildScreenSaverExt SCREENSAVESRCDIR = beforelight #endif #if BuildXF86VidModeExt XVIDTUNESRCDIR = xvidtune #endif #if BuildXF86DGA XF86DGASRCDIR = xf86dga #endif #if BuildXAServer XASSRCDIR = Xaserver #endif #if BuildLBX LBXPROXYSRCDIR = lbxproxy #endif PROXYMGRSRCDIR = proxymngr RSTARTSRCDIR = rstart SMPROXYSRCDIR = smproxy TWMSRCDIR = twm XCONSOLESRCDIR = xconsole XDMSRCDIR = xdm XFINDPROXYSRCDIR = xfindproxy XFWPSRCDIR = xfwp XGAMMASRCDIR = xgamma XHOSTSRCDIR = xhost #if BuildPlugin XRXSRCDIR = xrx #endif XSMSRCDIR = xsm XTERMSRCDIR = xterm SCRIPTSDIR = scripts #endif #if BuildCID MKCFMSRCDIR = mkcfm #endif #if BuildDPSLibraries MAKEPSRESDIR = makepsres #endif XPMCLIENTDIRS = cxpm sxpm #if BuildServersOnly SUBDIRS = $(XSSRCDIR) #else SUBDIRS = \ appres bdftopcf bitmap \ $(SCREENSAVESRCDIR) editres fsinfo fslsfonts fstobdf iceauth \ ico listres \ $(MAKEPSRESDIR) $(MKCFMSRCDIR) \ mkfontdir oclock $(PROXYMGRSRCDIR) $(RGBSRCDIR) $(RSTARTSRCDIR) \ setxkbmap showfont \ $(SMPROXYSRCDIR) $(TWMSRCDIR) viewres x11perf xauth xbiff xcalc \ xclipboard xclock \ xcmsdb $(XCONSOLESRCDIR) $(XDMSRCDIR) xdpyinfo \ $(XF86DGASRCDIR) xedit xev xeyes xfd $(XFSSRCDIR) \ $(XFINDPROXYSRCDIR) $(XFWPSRCDIR) $(XGAMMASRCDIR) xgc $(XHOSTSRCDIR) \ xieperf $(XINITSRCDIR) $(XKBSRCDIRS) xkill xload xlogo xlsatoms \ xlsclients xlsfonts xmag xman xmessage xmodmap xprop xrdb \ xrefresh $(XRXSRCDIR) xset \ xsetroot $(XSMSRCDIR) xstdcmap xsetmode xsetpointer \ $(XTERMSRCDIR) $(XVIDTUNESRCDIR) xwd xwininfo xwud \ $(XPMCLIENTDIRS) \ $(XSSRCDIR) $(XASSRCDIR) $(LBXPROXYSRCDIR) $(SCRIPTSDIR) #endif MakeSubdirs($(SUBDIRS)) DependSubdirs($(SUBDIRS))