#include <XView.tmpl>

/**/##########################################################################
/**/# @(#)Imakefile 1.1 89/07/21 SMI
/**/# Imakefile for misc directory.

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

SUBDIRS = support

MakeSubdirs($(SUBDIRS))
DependSubdirs($(SUBDIRS))
CleanSubdirs($(SUBDIRS))
InstallSubdirs($(SUBDIRS))
PopulateSubdirs($(SUBDIRS))

includes::
	echo "no includes in $(CURRENT_DIR)."
