#include <XView.tmpl>

/**/##########################################################################
/**/# Imakefile	1.3 10/4/91 SMI
/**/# Imakefile for contrib/examples directory.

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

SUBDIRS = canvas color cursor defaults dnd extensions fonts frames \
	  icons menus misc notice notifier panels scrollbar selection \
	  seln_svc sv_compat textsw ttysw

DIRS_TO_CREATE = $(SRC_DEST)/examples 

MakeSubdirs($(SUBDIRS))
DependSubdirs($(SUBDIRS))
MakeDirectories(install, $(DIRS_TO_CREATE))
PopulateSubdirs($(SUBDIRS))
InstallSrcsSubdirs($(SUBDIRS))
