tm 7.93.
[elisp/tm.git] / config.tm
index 37605ec..0b0d925 100644 (file)
--- a/config.tm
+++ b/config.tm
 # tm/config.tm: configuration file for tm
 #
 
+MAKE = make
+
+
 # Please specify emacs executables:
-#      NEMACS  = for NEMACS (or NEpoch)
-#      MULE1   = for Mule 1.* (based on Emacs 18.*)
-#      ORIG19  = for Emacs 19.* (FSF original or XEmacs)
-#      MULE2   = for MULE 2.* (based on Emacs 19.*)
+#      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 ..
 
-NEMACS = nemacs
-MULE1  = mule1
-ORIG19 = emacs19
-MULE2  = mule2
+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
 
-# Please specify location to install for Emacs 18.
 
-# PREFIX_18 = /usr/local/lib/emacs/local.lisp
+# PREFIX = /usr/local
+PREFIX = $(HOME)
 
-PREFIX_18 = $(HOME)/lib/emacs18/lisp
 
+EMACS_PREFIX = emacs
+# EMACS_PREFIX = mule
+# EMACS_PREFIX = xemacs
 
-# Please specify location to install for Emacs 19.
 
-# PREFIX_19 = /usr/local/lib/emacs/site-lisp
+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
 
-PREFIX_19 = $(HOME)/lib/emacs19/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 = $(PREFIX_18)
+TLDIR18 = $(LOCAL_LISP_DIR18)
+
+# tl install directory for Emacs .. 19.28 and XEmacs
+TLDIR19 = $(LOCAL_LISP_DIR19)
 
-# tl install directory for Emacs 19
-TLDIR19 = $(PREFIX_19)
+# tl install directory for Emacs 19.29 ..
+TLDIR19_29 = $(LOCAL_LISP_DIR19_29)
 
 
 # MEL install directory for Emacs 18
-MELDIR18 = $(PREFIX_18)/tm
+MELDIR18 = $(LOCAL_LISP_DIR18)/tm
+
+# MEL install directory for Emacs .. 19.28 and XEmacs
+MELDIR19 = $(LOCAL_LISP_DIR19)
 
-# MEL install directory for Emacs 19
-MELDIR19 = $(PREFIX_19)
+# MEL install directory for Emacs 19.29
+MELDIR19_29 = $(LOCAL_LISP_DIR19_29)
 
 
 # tm install directory for Emacs 18
-TMDIR18 = $(PREFIX_18)/tm
+TMDIR18 = $(LOCAL_LISP_DIR18)/tm
 
-# tm install directory for Emacs 19
-TMDIR19 = $(PREFIX_19)
+# 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
+# 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
+# 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 = $(HOME)/bin
+bindir = $(PREFIX)/bin
 
 
 CC     = gcc