This commit was generated by cvs2svn to compensate for changes in r434,
[elisp/tm.git] / Makefile.19
index 51a2cd5..60ae728 100644 (file)
@@ -1,6 +1,42 @@
-EMACS  = mule2
-ORIG   = emacs19
-MULE   = mule2
+#
+# $Id: Makefile.19,v 1.1 1994/12/27 02:32:05 morioka Exp $
+#
+
+# Please specify emacs executables:
+#      EMACS = for all kind of Emacs 19 (FSF original, MULE or XEmacs)
+#      ORIG  = for FSF original Emacs 19 or XEmacs
+#      MULE  = for MULE 2
+#
+# If you have only one kind of Emacs 19, please dummy specify, like that:
+#
+# for Emacs 19 only: (If executable name = `emacs19')
+#      EMACS   = emacs19
+#      ORIG    = emacs19
+#      MULE    = emacs19
+#
+# for MULE 2 only: (If executable name = `mule2')
+#      EMACS   = mule2
+#      ORIG    = mule2
+#      MULE    = mule2
+#
+# for XEmacs only: (If executable name = `xemacs')
+#      EMACS   = xemacs
+#      ORIG    = xemacs
+#      MULE    = xemacs
+#
+# for every kind of Emacs:
+       EMACS   = mule2
+       ORIG    = emacs19
+       MULE    = mule2
+
+# Please specfy Emacs Lisp install directory:
+#      TLDIR = for tl modules
+#      TMDIR = for tm modules
+#
+# TLDIR        = $(HOME)/lib/emacs19/lisp
+# TMDIR        = $(HOME)/lib/emacs19/lisp/tm
+TLDIR  = /usr/local/lib/mule/site-lisp
+TMDIR  = /usr/local/lib/mule/site-lisp
 
 TLEL   = tl-header.el tl-str.el
 TLELC  = ${TLEL:el=elc}
@@ -8,12 +44,9 @@ TMEL  = tm-misc.el
 TMELC  = ${TMEL:el=elc}
 TMMEL  = tm-view.el tm-rmail.el tm-comp.el tm-gnus4.el
 TMMELC = ${TMMEL:el=elc}
-TMVEL  = tm-rich.el tm-vm.el
+TMVEL  = tm-rich.el
 TMVELC = ${TMVEL:el=elc}
 
-TLDIR  = $(HOME)/lib/emacs19/lisp
-TMDIR  = $(HOME)/lib/emacs19/lisp/tm
-
 
 .SUFFIXES:     .el .elc
 
@@ -33,7 +66,7 @@ tl-mule.elc:  tl-mule.el
        $(MULE) -batch -q . -f batch-byte-compile $<
 
 tl-list.elc:   tl-list.el
-       $(EMACS) -batch -q . -l tl-list.el -f batch-byte-compile $<
+       $(EMACS) -batch -q . -l tl-str.el -l tl-list.el -f batch-byte-compile $<
 
 signature.elc: signature.el
        $(EMACS) -batch -q . -l tl-header.el -f batch-byte-compile $<