#define IHaveSubdirs
#define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS)'

SUBDIRS = cursor gfto gnuplot kterm oldXMenu paint postps \
	  reborder xcalendar xlock xman xmore xperfmon xshell Xr11

SUBDIRS2 = pbm texx vtobdf InterViews 

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

MakeSubdirs($(SUBDIRS2))
InstallSubdirs($(SUBDIRS2))
CleanSubdirs($(SUBDIRS2))

AndrewMakefiles::
	$(RM) andrew/Makefile.bak
	-$(MV) andrew/Makefile andrew/Makefile.bak
	cd andrew; ../$(IMAKE) -DTOPDIR=. -TImake.template\
		-Iconfig -s Makefile
