]> andersk Git - moira.git/blobdiff - util/imake.includes/Makefile
Switch from Imake-based build system to autoconf-based.
[moira.git] / util / imake.includes / Makefile
diff --git a/util/imake.includes/Makefile b/util/imake.includes/Makefile
deleted file mode 100644 (file)
index acef0dc..0000000
+++ /dev/null
@@ -1,32 +0,0 @@
-#      $Source$
-#      $Author$
-#      $Header$
-#
-# Copyright 1988 by the Massachusetts Institute of Technology.
-#
-# For copying and distribution information, please see the file
-# <mit-copyright.h>.
-#
-# Makefile for copying Imake configuration files
-LNSOURCES = \
-       ${SRCDIR}/util/imake.includes/Imake.rules \
-       ${SRCDIR}/util/imake.includes/Imake.tmpl
-CPSOURCES = ${SRCDIR}/util/imake.includes/config.Imakefile
-DESTDIR =
-SRCDIR = /mit/moiradev/src
-CP = cp
-LN = ln -s
-RM = rm -f
-
-config: $(SOURCES)
-       -mkdir $(DESTDIR)/util/imake.includes
-       for i in $(CPSOURCES); do \
-               $(RM) ${DESTDIR}/util/imake.includes/`basename $$i`; \
-               $(CP) $$i ${DESTDIR}/util/imake.includes/`basename $$i`; done
-       for i in $(LNSOURCES); do \
-               $(RM) ${DESTDIR}/util/imake.includes/`basename $$i`; \
-               $(LN) $$i ${DESTDIR}/util/imake.includes/`basename $$i`; done
-       $(RM) ${DESTDIR}/util/imake.includes/config.Imakefile
-       sed -e "s|/mit/moiradev/src|${SRCDIR}|" \
-               ${SRCDIR}/util/imake.includes/config.Imakefile \
-               > ${DESTDIR}/util/imake.includes/config.Imakefile
This page took 0.107798 seconds and 4 git commands to generate.