/**/#	Copyright 1988,1993 Massachusetts Institute of Technology
/**/#	For copying and distribution information, see the file
/**/#	"mit-copyright.h"
/**/#
/**/#	$Id: Imakefile,v 1.15 1994/10/31 05:56:03 ghudson Exp $

#define Project
#ifndef ProjectRules
#define ProjectRules "config/zephyr.rules"
#include ProjectRules
#endif

UTILS = $(D_IMAKE) $(D_ET) $(D_SS)
#define ISUBDIRS $(UTILS) h libdes lib libdyn clients server zhm zwgc

create_dir($(ZLIBDIR))

World::
	make clean
	make Makefile
	make Makefiles
#ifndef NO_MAKEDEPEND
	make depend
#endif
	make all	

#ifdef NO_IMAKE
$(IMAKE): $(D_IMAKE)
#endif
