/**/#
/**/# src - root of the InterViews sources' directory tree
/**/# 

#define IHaveSubdirs
#define OverrideMakefileSubdirs

SUBDIRS = \
	libInterViews \
	libgraphic \
	libtext \
	bin

MakeSubdirs($(SUBDIRS))
DependSubdirs($(SUBDIRS))
BootstrapSubdirs(bin)
InstallIncludeSubdirs(InterViews)
MakefileSubdirs(InterViews $(SUBDIRS))
