This commit was generated by cvs2svn to compensate for changes in r107,
[elisp/tm.git] / Makefile
index f2a6db9..2300a1a 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,9 @@
 #
-# $Id: Makefile,v 1.4 1995/01/13 00:13:17 morioka Exp morioka $
+# $Id: Makefile,v 6.6 1995/05/15 04:20:56 morioka Exp morioka $
 #
 
+SHELL = /bin/csh
+
 # Please specify emacs executables:
 #      NEMACS  = for NEMACS (or NEpoch)
 #      MULE1   = for Mule 1.* (based on Emacs 18.*)
 #      MULE2   = for MULE 2.* (based on Emacs 19.*)
 
        NEMACS  = nemacs
-       MULE1   = mule
+       MULE1   = mule1
        ORIG19  = emacs19
        MULE2   = mule2
 
-# Please specfy Emacs Lisp install directory:
+# Please specify Emacs Lisp install directory:
 #      TMDIR18 = for Emacs 18.* (NEMACS, NEpoch or MULE 1)
 #      TMDIR19 = for Emacs 19.* (FSF original, XEmacs or MULE 2)
 
-       TMDIR18 = /usr/local/lib/emacs/local.lisp/tm
-       TMDIR19 = /usr/local/lib/mule/site-lisp
+       TMDIR18 = /usr/local/lib/emacs/local.lisp/tm
+       TMDIR19 = /usr/local/lib/mule/site-lisp
+
+#      TMDIR18 = $(HOME)/lib/emacs18/lisp
+#      TMDIR19 = $(HOME)/lib/emacs19/lisp
 
-       TLSRCDIR = ../tl
+# Please specify GNUS type (`gnus3' or `gnus4') if you use Emacs 18.*
+       EMACS18_GNUS  = gnus3
+#      EMACS18_GNUS  = gnus4
 
+# Please specify optional load-path
+       NEMACS_OPT = /usr/local/lib/nemacs/local.lisp
+       MULE1_OPT  = /usr/local/lib/mule/local.lisp
+       ORIG19_OPT =
+       MULE2_OPT =
 
 bindir = $(HOME)/bin
+
 CC     = gcc
 CFLAGS = -O
 
+RM     = /bin/rm
+CP     = /bin/cp -p
+
 UTILS  = ol2 decode-b
-GOMI   = $(UTILS) *.elc
-FILES  = tm/README.eng tm/Makefile tm/Makefile.bc \
+GOMI   = $(UTILS) *.elc .lpath.el
+FILES  = tm/README.eng tm/rel-*.ol \
+       tm/Makefile tm/Makefile.bc tm/make-lpath \
        tm/*.el tm/*.c tm/methods \
        tm/doc/Makefile tm/doc/*.pln tm/doc/*.ol tm/doc/*.tex tm/doc/*.texi \
        tm/gnus/Makefile tm/gnus/Makefile.bc tm/gnus/*.el \
        tm/mh-e/Makefile tm/mh-e/Makefile.bc tm/mh-e/*.el \
        tl/README.eng tl/Makefile tl/Makefile.bc tl/*.el tl/doc/*.texi
 
-TARFILE = tm5.21.7.tar
+TARFILE = tm6.20.tar
 
 
-nemacs:
-       make -f Makefile.bc all \
-               EMACS=$(NEMACS) EMACS_TYPE=nemacs TLSRCDIR=$(TLSRCDIR)
+lpath-nemacs:
+       ./make-lpath $(NEMACS_OPT)
 
-install-nemacs:        nemacs
+nemacs:        lpath-nemacs
+       make -f Makefile.bc all EMACS=$(NEMACS) EMACS_TYPE=nemacs
+       (cd gnus; make nemacs NEMACS=$(NEMACS) EMACS18_GNUS=$(EMACS18_GNUS))
+       (cd mh-e; make nemacs NEMACS=$(NEMACS) NEMACS_MH_E=$(NEMACS_MH_E))
+
+nemacs-vm: lpath-nemacs
+       make -f Makefile.bc tm-vm EMACS=$(NEMACS) EMACS_TYPE=nemacs
+
+install-nemacs:        nemacs install-mua-18
        make -f Makefile.bc install TMDIR=$(TMDIR18) EMACS_TYPE=nemacs
 
 
-mule1:
-       make -f Makefile.bc all \
-               EMACS=$(MULE1) EMACS_TYPE=mule TLSRCDIR=$(TLSRCDIR)
+lpath-mule1:
+       ./make-lpath $(MULE1_OPT)
+
+mule1: lpath-mule1
+       make -f Makefile.bc all EMACS=$(MULE1) EMACS_TYPE=mule
+       (cd gnus; make mule1 MULE1=$(MULE1) EMACS18_GNUS=$(EMACS18_GNUS))
+       (cd mh-e; make mule1 MULE1=$(MULE1) MULE1_MH_E=$(MULE1_MH_E))
+
+mule1-vm: lpath-nemacs
+       make -f Makefile.bc tm-vm EMACS=$(MULE1) EMACS_TYPE=mule
 
-install-mule1: mule1
+install-mule1: mule1 install-mua-18
        make -f Makefile.bc install TMDIR=$(TMDIR18) EMACS_TYPE=mule
 
-       
-orig19:
-       make -f Makefile.bc all \
-               EMACS=$(ORIG19) EMACS_TYPE=orig TLSRCDIR=$(TLSRCDIR)
+install-mua-18:
+       (cd gnus; make install-18 TMDIR18=$(TMDIR18))
+       (cd mh-e; make install-18 TMDIR18=$(TMDIR18))
+       make -f Makefile.bc install-tm-vm TMDIR=$(TMDIR18)
 
-install-orig19:        orig19
+
+lpath-orig19:
+       ./make-lpath $(ORIG19_OPT)
+
+orig19:        lpath-orig19
+       make -f Makefile.bc all EMACS=$(ORIG19) EMACS_TYPE=orig
+       (cd gnus; make orig19 ORIG19=$(ORIG19))
+       (cd mh-e; make orig19 ORIG19=$(ORIG19))
+
+orig19-vm: lpath-nemacs
+       make -f Makefile.bc tm-vm EMACS=$(ORIG19) EMACS_TYPE=orig
+
+install-orig19:        orig19 install-mua-19
        make -f Makefile.bc install TMDIR=$(TMDIR19) EMACS_TYPE=orig
 
 
-mule2:
-       make -f Makefile.bc all \
-               EMACS=$(MULE2) EMACS_TYPE=mule TLSRCDIR=$(TLSRCDIR)
+lpath-mule2:
+       ./make-lpath $(MULE2_OPT)
 
-install-mule2: mule2
+mule2: lpath-mule2
+       make -f Makefile.bc all EMACS=$(MULE2) EMACS_TYPE=mule
+       (cd gnus; make mule2 MULE2=$(MULE2))
+       (cd mh-e; make mule2 MULE2=$(MULE2))
+
+mule2-vm: lpath-nemacs
+       make -f Makefile.bc tm-vm EMACS=$(MULE2) EMACS_TYPE=mule
+
+install-mule2: mule2 install-mua-19
        make -f Makefile.bc install TMDIR=$(TMDIR19) EMACS_TYPE=mule
 
+install-mua-19:
+       (cd gnus; make install-19 TMDIR19=$(TMDIR19))
+       (cd mh-e; make install-19 TMDIR19=$(TMDIR19))
+       make -f Makefile.bc install-tm-vm TMDIR=$(TMDIR19)
+
 
 all:   $(UTILS) $(DVI)
 
@@ -91,13 +146,15 @@ ps:        ol2
 
 
 install:       $(UTILS) methods
-       cp -p $(UTILS) $(bindir)
-       cp -p methods/* $(bindir)
+       $(CP) $(UTILS) $(bindir)
+       $(CP) methods/* $(bindir)
 
 
 clean:
-       -rm $(GOMI)
+       -$(RM) $(GOMI)
        -(cd doc; make clean)
+       -(cd gnus; make clean)
+       -(cd mh-e; make clean)
 
 
 tar: