/* $Id: Imakefile,v 1.5 93/10/01 14:47:21 leon Exp Locker: leon $ */
#include "insets.conf"

#define HasSubdirs
#define PassCDebugFlags

#ifdef DontDoXmh
	SUBDIRS	= lib clients servers 
#else /* DontDoXmh */
	SUBDIRS	= lib clients servers xmh
#endif /* DontDoXmh */


MakeSubdirs($(SUBDIRS))
MakefileSubdirs($(SUBDIRS))
CleanSubdirs($(SUBDIRS))
depend:

