#include <XView.tmpl>

/**/##########################################################################
/**/# @(#)Imakefile	1.6 28 Apr 1993 SMI
/**/# Imakefile for contrib directory.

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

SUBDIRS = clock cmdtool olwm olwmslave 

DIRS_TO_CREATE = $(SRC_DEST) 

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

