summaryrefslogtreecommitdiff
path: root/Imakefile
blob: 463b4d82611e2814e3a25ba4cfc64cf4e9137022 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
/**/#	Copyright 1988,1993 Massachusetts Institute of Technology
/**/#	For copying and distribution information, see the file
/**/#	"mit-copyright.h"
/**/#
/**/#	$Id$

#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 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