]> andersk Git - moira.git/blobdiff - util/imake/Makefile
garbage-collect
[moira.git] / util / imake / Makefile
diff --git a/util/imake/Makefile b/util/imake/Makefile
deleted file mode 100644 (file)
index 1ec5dce..0000000
+++ /dev/null
@@ -1,63 +0,0 @@
-#
-#   WARNING    WARNING    WARNING    WARNING    WARNING    WARNING    WARNING
-#
-# This is NOT an automatically generated Makefile!  It is hand-crafted as a 
-# bootstrap, may need editing for your system.  The BOOTSTRAPCFLAGS variable
-# may be given at the top of the build tree for systems that do not define
-# any machine-specific preprocessor symbols.
-#
-
-BOOTSTRAPCFLAGS = 
-    CDEBUGFLAGS = -O
-         CFLAGS = $(BOOTSTRAPCFLAGS) $(CDEBUGFLAGS)
-          SHELL = /bin/sh
-             RM = rm -f
-           MAKE = make
-         RM_CMD = $(RM) *.CKP *.ln *.BAK *.bak *.o core errs ,* *~ *.a \
-                       tags TAGS make.log
-             LN = cp
-          NPROC = 1
-        DESTDIR = .
-         SRCDIR = /mit/moiradev/src
-        SOURCES = ${SRCDIR}/util/imake/imake.c ${SRCDIR}/util/imake/ccimake.c \
-                 ${SRCDIR}/util/imake/Makefile ${SRCDIR}/util/imake/imakemdep.h
-
-all: imake
-
-imake::
-       @echo "making imake with BOOTSTRAPCFLAGS=$(BOOTSTRAPCFLAGS)"
-
-imake:: ccimake imake.c
-       $(CC) -o imake $(CFLAGS) imake.c `./ccimake`
-
-ccimake: ccimake.c
-       $(CC) -o ccimake $(CFLAGS) ccimake.c
-
-relink:
-       $(RM) imake
-       $(MAKE) $(MFLAGS) imake
-
-clean:
-       $(RM) ccimake imake
-       $(RM_CMD) \#*
-
-depend:
-
-config: $(SOURCES)
-       -mkdir $(DESTDIR)/util/imake
-       for i in $(SOURCES); do \
-               $(RM) ${DESTDIR}/util/imake/`basename $$i`; \
-               $(LN) $$i ${DESTDIR}/util/imake/`basename $$i`; done
-
-# for manual use
-
-Makefile: imake
-       imake -DNEWTOP=../
-
-tags:
-
-install:
-
-install.man:
-
-Makefiles:
This page took 0.111658 seconds and 4 git commands to generate.