summaryrefslogtreecommitdiff
path: root/zwgc/Memory/Imakefile
diff options
context:
space:
mode:
Diffstat (limited to 'zwgc/Memory/Imakefile')
-rw-r--r--zwgc/Memory/Imakefile19
1 files changed, 0 insertions, 19 deletions
diff --git a/zwgc/Memory/Imakefile b/zwgc/Memory/Imakefile
deleted file mode 100644
index 5d01802..0000000
--- a/zwgc/Memory/Imakefile
+++ /dev/null
@@ -1,19 +0,0 @@
-/**/# Copyright 1988, 1993 Massachusetts Institute of Technology.
-/**/#
-/**/# For copying and distribution information, see the file
-/**/# "mit-copyright.h".
-/**/#
-/**/# $Id$
-
-OBJS = new_memory.o
-SRCS = new_memory.c
-
-all:: memory_spec $(OBJS)
-
-/**/# Automatically generate a spec file from the template include file:
-memory_spec: new_memory.h
- cat new_memory.h | grep "^.\*" | grep -v "^ \*/" | sed 's/.\*//' > memory_spec
-
-clean::
- $(RM) $(OBJS) memory_spec
-