Delete garbages.
[elisp/tm.git] / config.tm
diff --git a/config.tm b/config.tm
deleted file mode 100644 (file)
index 0b0d925..0000000
--- a/config.tm
+++ /dev/null
@@ -1,107 +0,0 @@
-#
-# tm/config.tm: configuration file for tm
-#
-
-MAKE = make
-
-
-# Please specify emacs executables:
-#      EMACS18    = for EMACS 18.* (NEmacs, NEpoch and Mule 1.*)
-#      XEMACS     = for Emacs .. 19.28 (Mule 2.0 .. 2.3) or XEmacs
-#      EMACS19_29 = for Emacs 19.29 ..
-
-EMACS18           = nemacs
-
-XEMACS    = xemacs
-#XEMACS           = mule
-#XEMACS           = emacs-19_28
-
-#EMACS19_29 = emacs-19_29
-#EMACS19_29 = emacs-19_30
-#EMACS19_29 = mule-19_29
-EMACS19_29 = mule-19_30
-
-
-# PREFIX = /usr/local
-PREFIX = $(HOME)
-
-
-EMACS_PREFIX = emacs
-# EMACS_PREFIX = mule
-# EMACS_PREFIX = xemacs
-
-
-DATADIR18    = $(PREFIX)/lib
-DATADIR19    = $(PREFIX)/lib
-DATADIR19_29 = $(PREFIX)/share
-
-
-# Please specify location to install for Emacs 18.
-LOCAL_LISP_DIR18 = $(DATADIR18)/$(EMACS_PREFIX)/local.lisp
-
-# Please specify location to install for Emacs .. 19.28 and XEmacs
-LOCAL_LISP_DIR19 = $(DATADIR19)/$(EMACS_PREFIX)/site-lisp
-
-# Please specify location to install for Emacs 19.29 ..
-LOCAL_LISP_DIR19_29 = $(DATADIR19_29)/$(EMACS_PREFIX)/site-lisp
-
-
-# tl install directory for Emacs 18
-TLDIR18 = $(LOCAL_LISP_DIR18)
-
-# tl install directory for Emacs .. 19.28 and XEmacs
-TLDIR19 = $(LOCAL_LISP_DIR19)
-
-# tl install directory for Emacs 19.29 ..
-TLDIR19_29 = $(LOCAL_LISP_DIR19_29)
-
-
-# MEL install directory for Emacs 18
-MELDIR18 = $(LOCAL_LISP_DIR18)/tm
-
-# MEL install directory for Emacs .. 19.28 and XEmacs
-MELDIR19 = $(LOCAL_LISP_DIR19)
-
-# MEL install directory for Emacs 19.29
-MELDIR19_29 = $(LOCAL_LISP_DIR19_29)
-
-
-# tm install directory for Emacs 18
-TMDIR18 = $(LOCAL_LISP_DIR18)/tm
-
-# tm install directory for Emacs .. 19.28 and XEmacs
-TMDIR19 = $(LOCAL_LISP_DIR19)
-
-# tm install directory for Emacs 19.29 ..
-TMDIR19_29 = $(LOCAL_LISP_DIR19_29)
-
-
-# tm-mh-e install directory for Emacs 18
-TMH_DIR18 = $(TMDIR18)
-
-# tm-mh-e install directory for Emacs .. 19.28 and XEmacs
-TMH_DIR19 = $(TMDIR19)
-
-# tm-mh-e install directory for Emacs 19.29
-TMH_DIR19_29 = $(TMDIR19_29)
-
-
-# tm-gnus install directory for Emacs 18
-TM_GNUS_DIR18 = $(TMDIR18)
-
-# tm-gnus install directory for Emacs .. 19.28 and XEmacs
-TM_GNUS_DIR19 = $(TMDIR19)
-
-# tm-gnus install directory for Emacs 19.29 ..
-TM_GNUS_DIR19_29 = $(TMDIR19_29)
-
-
-bindir = $(PREFIX)/bin
-
-
-CC     = gcc
-CFLAGS = -O
-
-
-RM     = /bin/rm -f
-CP     = /bin/cp -p