summaryrefslogtreecommitdiff
path: root/Imakefile
diff options
context:
space:
mode:
Diffstat (limited to 'Imakefile')
-rw-r--r--Imakefile29
1 files changed, 0 insertions, 29 deletions
diff --git a/Imakefile b/Imakefile
deleted file mode 100644
index 463b4d8..0000000
--- a/Imakefile
+++ /dev/null
@@ -1,29 +0,0 @@
-/**/# 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