XCOMM $XConsortium: Imakefile,v 1.68 94/04/07 15:10:02 rws Exp $ XCOMM $XFree86: xc/programs/Imakefile,v 3.3 1994/08/01 12:06:32 dawes Exp $ #define IHaveSubdirs #define PassCDebugFlags CDEBUGFLAGS="$(CDEBUGFLAGS)" #if !defined(Win32Architecture) && !defined(OS2Architecture) #if HasXServer XINIDIR = xinit #endif #if BuildServer RGBDIR = rgb XSDIR = Xserver #endif #if BuildFontServer XFSDIR = xfs #endif #if BuildXKBlib XKBCOMP = xkbcomp #endif #if BuildScreenSaverExt SCRNSAVDIR = beforelight #endif #if BuildServersOnly SUBDIRS = $(XSDIR) #else #ifndef AmoebaArchitecture SUBDIRS = \ appres bdftopcf $(SCRNSAVDIR) \ bitmap editres fsinfo fslsfonts fstobdf iceauth \ mkfontdir oclock $(RGBDIR) rstart twm x11perf xauth xclipboard xclock \ xcmsdb xconsole xdm xdpyinfo xfd $(XFSDIR) xhost xieperf \ $(XINIDIR) $(XKBCOMP) xkill xlogo xlsatoms xlsclients xlsfonts \ xmag xmh xmodmap xprop xrdb xrefresh xset xsetroot xstdcmap xterm \ xwd xwininfo xwud $(XSDIR) scripts #else /* AmoebaArchitecture */ SUBDIRS = \ appres bdftopcf $(SCRNSAVDIR) bitmap editres iceauth \ mkfontdir oclock $(RGBDIR) rstart twm x11perf xauth xclipboard xclock \ xcmsdb xconsole xdpyinfo xfd xhost \ xieperf $(XINIDIR) xkill xlogo xlsatoms xlsclients xlsfonts \ xmag xmodmap xprop xrdb xrefresh xset xsetroot xstdcmap xterm \ xwd xwininfo xwud $(XSDIR) scripts #endif #endif /* BuildServersOnly */ #else /* Win32Architecture */ SUBDIRS = \ appres bdftopcf bitmap editres fsinfo fslsfonts fstobdf iceauth \ mkfontdir oclock x11perf xauth xclipboard xclock \ xcmsdb xdpyinfo xfd $(XFSDIR) \ xieperf xkill xlogo xlsatoms xlsclients xlsfonts \ xmag xmodmap xprop xrdb xrefresh xset xsetroot xstdcmap \ xwd xwininfo xwud #endif MakeSubdirs($(SUBDIRS)) DependSubdirs($(SUBDIRS))