XCOMM $XFree86: mit/clients/Imakefile,v 1.2 1993/03/20 05:34:50 dawes Exp $
XCOMM $XConsortium: Imakefile,v 1.51 91/07/16 23:07:16 gildea Exp $
#define IHaveSubdirs
#define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS)'

#ifdef Amoeba
XLOGIN = xlogin
RUNDIRS = xhost
#else /* !Amoeba */
#ifdef Minix
RUNDIRS = xhost xinit
XCONSOLE = xconsole
#else /* !Minix */
#ifndef CrayArchitecture
RUNDIRS = xdm xhost xinit
#endif
XCONSOLE = xconsole
XMH = xmh
#endif /* !Minix */
#endif /* !Amoeba */

SUBDIRS = \
	appres bitmap editres listres oclock twm viewres \
	xauth xbiff xcalc xclipboard xclock xcmsdb $(XCONSOLE) \
	xditview xdpyinfo xedit xfd xkill xload xlogo \
	xlsatoms xlsclients xlsfonts xmag xman $(XMH) \
	xmodmap xpr xprop xrdb xrefresh xfontsel $(RUNDIRS) \
 	xset xsetroot xstdcmap xterm xwd xwininfo xwud $(XLOGIN)

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