#include <XView.tmpl>

/**/##########################################################################
/**/# @(#)Imakefile     1.4 1/7/92 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))

