XCOMM $XConsortium: Imakefile,v 1.12 94/04/09 19:38:25 rws Exp $
#define IHaveSubdirs
#define PassCDebugFlags CDEBUGFLAGS="$(CDEBUGFLAGS)"

#if BuildPhigs
PHIGSDIRS = auto_box beach_ball gpc
#endif

/*
 * The ixx translator does not build under Sony NEWS-OS because of  
 * limitations in Sony's yacc.  
 */

#if BuildFresco
#if defined(SonyArchitecture) 
FRESCODIRS = dish i2mif fdraw
#else
FRESCODIRS = dish i2mif ixx fdraw
#endif
#endif

SUBDIRS = hterm ico listres maze puzzle showfont viewres xbiff xcalc \
	xditview xedit xev xeyes xfeoak xfontsel xgas xgc xload \
	xman xmessage xpr $(PHIGSDIRS) $(FRESCODIRS)

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