This commit was generated by cvs2svn to compensate for changes in r143,
[elisp/tm.git] / Makefile
index bcbfce0..43d6df8 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
 #
-# $Id: Makefile,v 6.17 1995/07/17 17:10:21 morioka Exp morioka $
+# $Id: Makefile,v 6.20 1995/08/11 09:31:28 morioka Exp morioka $
 #
 
 # Please specify emacs executables:
@@ -45,7 +45,7 @@ UTILS = ol2 decode-b
 GOMI   = $(UTILS) *.elc loadpath
 
 TM_FILES = tm/README.eng tm/rel-*.ol tm/Changes* \
-               tm/Makefile tm/Makefile.bc \
+               tm/Makefile tm/mk-tm \
                tm/make-lpath tm/inst-el tm/inst-elc \
                tm/tm-view.el tm/tiny-mime.el \
                tm/tm-mule.el tm/tm-nemacs.el tm/tm-orig.el tm/tm-misc.el \
@@ -64,7 +64,7 @@ TM_MUA_FILES =        tm/tm-rmail.el tm/tm-vm.el \
                tm/mh-e/Makefile tm/mh-e/Makefile.bc tm/mh-e/code-jp.ol \
                tm/mh-e/*.el
 
-MEL_FILES = mel/*.el mel/Makefile* mel/inst* mel/make-lpath
+MEL_FILES = mel/*.el mel/Makefile mel/mk-mel
 
 TL_FILES = tl/README.eng \
                tl/Makefile tl/Makefile.bc tl/loadpath \
@@ -72,15 +72,16 @@ TL_FILES = tl/README.eng \
 
 FILES  = $(TM_FILES) $(TM_MUA_FILES) $(MEL_FILES) $(TL_FILES)
        
-TARFILE = tm6.67.tar
+TARFILE = tm6.71.tar
 
 
 lpath-nemacs:
        ./make-lpath $(NEMACS_OPT)
 
 nemacs:        lpath-nemacs
-       cd ../mel; PWD=`pwd` make nemacs EMACS=$(NEMACS)
-       make -f Makefile.bc all EMACS=$(NEMACS) EMACS_TYPE=nemacs
+       cd ../tl; PWD=`pwd` make nemacs NEMACS=$(NEMACS)
+       cd ../mel; PWD=`pwd` make elc EMACS=$(NEMACS)
+       $(NEMACS) -batch -l mk-tm -f compile-tm
        cd gnus; PWD=`pwd` make gnus3 EMACS=$(NEMACS)
        cd mh-e; PWD=`pwd` \
                make nemacs NEMACS=$(NEMACS) NEMACS_MH_E=$(NEMACS_MH_E)
@@ -89,26 +90,29 @@ nemacs-vm: lpath-nemacs
        make -f Makefile.bc tm-vm EMACS=$(NEMACS) EMACS_TYPE=nemacs
 
 install-nemacs:        nemacs install-mua-18
-       cd ../mel; PWD=`pwd` make install-nemacs EMACS=$(NEMACS)
-       make -f Makefile.bc install TMDIR=$(TMDIR18) EMACS_TYPE=nemacs
+       cd ../tl; PWD=`pwd` make install-nemacs NEMACS=$(NEMACS)
+       cd ../mel; PWD=`pwd` make install-18 EMACS=$(NEMACS)
+       $(NEMACS) -batch -l mk-tm -f install-tm $(TMDIR18)
        cd gnus; PWD=`pwd` make install-18 EMACS=$(NEMACS) TMDIR18=$(TMDIR18)
 
 lpath-mule1:
        ./make-lpath $(MULE1_OPT)
 
 mule1: lpath-mule1
-       cd ../mel; PWD=`pwd` make mule1 EMACS=$(MULE1)
-       make -f Makefile.bc all EMACS=$(MULE1) EMACS_TYPE=mule
+       cd ../tl; PWD=`pwd` make mule1 MULE1=$(MULE1)
+       cd ../mel; PWD=`pwd` make elc EMACS=$(MULE1)
+       $(MULE1) -batch -l mk-tm -f compile-tm
        cd gnus; PWD=`pwd` make gnus3 EMACS=$(MULE1)
        cd mh-e; PWD=`pwd` \
                make mule1 MULE1=$(MULE1) NEMACS_MH_E=$(MULE1_MH_E)
 
-mule1-vm: lpath-nemacs
+mule1-vm: lpath-mule1
        make -f Makefile.bc tm-vm EMACS=$(MULE1) EMACS_TYPE=mule
 
 install-mule1: mule1 install-mua-18
-       cd ../mel; PWD=`pwd` make install-mule1 EMACS=$(MULE1)
-       make -f Makefile.bc install TMDIR=$(TMDIR18) EMACS_TYPE=mule
+       cd ../tl; PWD=`pwd` make install-mule1 MULE1=$(MULE1)
+       cd ../mel; PWD=`pwd` make install-18 EMACS=$(MULE1)
+       $(MULE1) -batch -l mk-tm -f install-tm $(TMDIR18)
        cd gnus; PWD=`pwd` make install-18 EMACS=$(MULE1) TMDIR18=$(TMDIR18)
 
 install-mua-18:
@@ -120,38 +124,42 @@ lpath-orig19:
        ./make-lpath $(ORIG19_OPT)
 
 orig19:        lpath-orig19
-       cd ../mel; PWD=`pwd` make orig19 EMACS=$(ORIG19)
-       make -f Makefile.bc all EMACS=$(ORIG19) EMACS_TYPE=orig
+       cd ../tl; PWD=`pwd` make orig19 ORIG19=$(ORIG19)
+       cd ../mel; PWD=`pwd` make elc EMACS=$(ORIG19)
+       $(ORIG19) -batch -l mk-tm -f compile-tm
        cd gnus; PWD=`pwd` make gnus4 EMACS=$(ORIG19)
 # If you use (ding) GNUS, please comment use following:
 #      cd gnus; PWD=`pwd` make dgnus EMACS=$(ORIG19)
        cd mh-e; PWD=`pwd` make orig19 ORIG19=$(ORIG19)
 
-orig19-vm: lpath-nemacs
+orig19-vm: lpath-orig19
        make -f Makefile.bc tm-vm EMACS=$(ORIG19) EMACS_TYPE=orig
 
 install-orig19:        orig19 install-mua-19
-       cd ../mel; PWD=`pwd` make install-orig19 EMACS=$(ORIG19)
-       make -f Makefile.bc install TMDIR=$(TMDIR19) EMACS_TYPE=orig
+       cd ../tl; PWD=`pwd` make install-orig19 ORIG19=$(ORIG19)
+       cd ../mel; PWD=`pwd` make install-19 EMACS=$(ORIG19)
+       $(ORIG19) -batch -l mk-tm -f install-tm $(TMDIR19)
        cd gnus; PWD=`pwd` make install-19 EMACS=$(ORIG19) TMDIR19=$(TMDIR19)
 
 lpath-mule2:
        ./make-lpath $(MULE2_OPT)
 
 mule2: lpath-mule2
-       cd ../mel; PWD=`pwd` make mule2 EMACS=$(MULE2)
-       make -f Makefile.bc all EMACS=$(MULE2) EMACS_TYPE=mule
+       cd ../tl; PWD=`pwd` make mule2 MULE2=$(MULE2)
+       cd ../mel; PWD=`pwd` make elc EMACS=$(MULE2)
+       $(MULE2) -batch -l mk-tm -f compile-tm
        cd gnus; PWD=`pwd` make gnus4 EMACS=$(MULE2)
 # If you use (ding) GNUS, please comment use following:
 #      cd gnus; PWD=`pwd` make dgnus EMACS=$(MULE2)
        cd mh-e; PWD=`pwd` make mule2 MULE2=$(MULE2)
 
-mule2-vm: lpath-nemacs
+mule2-vm: lpath-mule2
        make -f Makefile.bc tm-vm EMACS=$(MULE2) EMACS_TYPE=mule
 
 install-mule2: mule2 install-mua-19
-       cd ../mel; PWD=`pwd` make install-mule2 EMACS=$(MULE2)
-       make -f Makefile.bc install TMDIR=$(TMDIR19) EMACS_TYPE=mule
+       cd ../tl; PWD=`pwd` make install-mule2 MULE2=$(MULE2)
+       cd ../mel; PWD=`pwd` make install-19 EMACS=$(MULE2)
+       $(MULE2) -batch -l mk-tm -f install-tm $(TMDIR19)
        cd gnus; PWD=`pwd` make install-19 EMACS=$(MULE2) TMDIR19=$(TMDIR19)
 
 install-mua-19:
@@ -188,6 +196,7 @@ clean:
        -cd doc; make clean
        -cd gnus; make clean
        -cd mh-e; make clean
+       cd ../mel; PWD=`pwd` make clean
 
 
 tar: