/**/#
/**/# bin - root of the InterViews programs' directory tree
/**/#

#define IHaveSubdirs

/*
 * Don't change this order - the order is important when bootstrapping.
 */
BOOTSTRAPSUBDIRS = \
	imake \
	makedepend \
	CC \
	genclass \
	scripts

#if defined(VaxArchitecture)
INCLINK	= inclink
#endif

SUBDIRS	= \
	alert \
	dclock \
	graphics \
	idraw \
	$(INCLINK) \
	istat \
	iwm \
	mailbox \
	pages \
	spaceman \
	squares \
	sted \
	twm \
	xlog

MakeSubdirs($(SUBDIRS))
DependSubdirs($(SUBDIRS))
BootstrapSubdirs($(BOOTSTRAPSUBDIRS))
CleanSubdirs($(BOOTSTRAPSUBDIRS))
MakefileSubdirs($(BOOTSTRAPSUBDIRS))
