tm 6.78.1.
[elisp/tm.git] / config.tm
diff --git a/config.tm b/config.tm
new file mode 100644 (file)
index 0000000..37605ec
--- /dev/null
+++ b/config.tm
@@ -0,0 +1,74 @@
+#
+# tm/config.tm: configuration file for tm
+#
+
+# 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.*)
+
+NEMACS = nemacs
+MULE1  = mule1
+ORIG19 = emacs19
+MULE2  = mule2
+
+
+# Please specify location to install for Emacs 18.
+
+# PREFIX_18 = /usr/local/lib/emacs/local.lisp
+
+PREFIX_18 = $(HOME)/lib/emacs18/lisp
+
+
+# Please specify location to install for Emacs 19.
+
+# PREFIX_19 = /usr/local/lib/emacs/site-lisp
+
+PREFIX_19 = $(HOME)/lib/emacs19/lisp
+
+
+# tl install directory for Emacs 18
+TLDIR18 = $(PREFIX_18)
+
+# tl install directory for Emacs 19
+TLDIR19 = $(PREFIX_19)
+
+
+# MEL install directory for Emacs 18
+MELDIR18 = $(PREFIX_18)/tm
+
+# MEL install directory for Emacs 19
+MELDIR19 = $(PREFIX_19)
+
+
+# tm install directory for Emacs 18
+TMDIR18 = $(PREFIX_18)/tm
+
+# tm install directory for Emacs 19
+TMDIR19 = $(PREFIX_19)
+
+
+# tm-mh-e install directory for Emacs 18
+TMH_DIR18 = $(TMDIR18)
+
+# tm-mh-e install directory for Emacs 19
+TMH_DIR19 = $(TMDIR19)
+
+
+# tm-gnus install directory for Emacs 18
+TM_GNUS_DIR18 = $(TMDIR18)
+
+# tm-gnus install directory for Emacs 19
+TM_GNUS_DIR19 = $(TMDIR19)
+
+
+bindir = $(HOME)/bin
+
+
+CC     = gcc
+CFLAGS = -O
+
+
+RM     = /bin/rm -f
+CP     = /bin/cp -p