/* You will have to edit this to suit */

#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 = $(PHIGSDIRS) $(FRESCODIRS) \
	AnswerGarden Canna32 Dclock ImageMagick MacFS a2x cmodext \
	crock ctwm-3.2 cxterm dox emu hterm ico kgames kinput2 \
	kterm-6.1.0 listres maze mazewar mterm ora-examples pixmap \
	pubdic+ puzzle rr showfont sj3 sjxa timex tkpostage-1.3a tvtwm \
	viewres xTeXcad.13 xancur-1.6 xbiff xboing2.2 xbuffy3 xcalc \
	xcalendar xcmdmenu-1.6 xcms xco xcolorize xcolors \
	xdaliclock-2.03 xdiary xditview xdu xdvi xdvorak \
	xearth-0.92 xed xedit xev xexit-1.0 xeyes xfed xfedor xfeoak \
	xfontsel xgas xgc xkeycaps-2.22 xlax xlbiff xless-1.6.1 \
	xload xmailbox xman xmandel xmessage xmove xpd-1.03 xpr \
	xpserv xrsh xrubik xrunclient xscreensaver-1.22 \
	xsession-1.1 xterm_color youbin

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