#include <XView.tmpl>

/**/##########################################################################
/**/# @(#)Imakefile	1.4 10/4/91 SMI
/**/# Imakefile for clients directory.

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

SUBDIRS = clock cmdtool textedit olwm olwmslave props

DIRS_TO_CREATE = $(BINDIR) 

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

