# # $Id: Makefile,v 6.23 1995/08/14 17:25:12 morioka Exp morioka $ # # 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 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 = $(HOME)/lib/emacs18/lisp TMDIR19 = $(HOME)/lib/emacs19/lisp # 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 -f CP = /bin/cp -p UTILS = ol2 decode-b GOMI = $(UTILS) *.elc loadpath TM_FILES = tm/README.eng tm/rel-*.ol tm/Changes* \ tm/Makefile tm/mk-tm \ tm/tm-view.el tm/tiny-mime.el \ tm/tm-mule.el tm/tm-nemacs.el tm/tm-orig.el tm/tm-misc.el \ tm/tm-ftp.el tm/tm-latex.el tm/tm-partial.el \ tm/tm-rich.el tm/richtext.el tm/tinyrich.el \ tm/tm-comp.el \ tm/tm-setup.el tm/mime-setup.el \ tm/signature.el tm/sc-setup.el tm/gnushook.el \ tm/*.c tm/methods/tm* \ tm/doc/Makefile tm/doc/*.pln tm/doc/*.ol tm/doc/*.tex \ tm/doc/*.texi TM_MUA_FILES = tm/tm-rmail.el tm/tm-vm.el \ tm/gnus/Makefile tm/gnus/*-path tm/gnus/mk-tgnus \ tm/gnus/*.el \ tm/mh-e/Makefile tm/mh-e/mk-tmh tm/mh-e/code-jp.ol \ tm/mh-e/*.el MEL_FILES = mel/*.el mel/Makefile mel/mk-mel TL_FILES = tl/README.eng \ tl/Makefile tl/Makefile.bc tl/loadpath \ tl/*.el tl/doc/*.texi FILES = $(TM_FILES) $(TM_MUA_FILES) $(MEL_FILES) $(TL_FILES) TARFILE = tm6.74.tar 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 elc EMACS=$(NEMACS) install-nemacs: 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) cd mh-e; PWD=`pwd` make install-18 EMACS=$(NEMACS) TMDIR18=$(TMDIR18) mule1: 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 elc EMACS=$(MULE1) install-mule1: mule1 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) cd mh-e; PWD=`pwd` make install-18 EMACS=$(MULE1) TMDIR18=$(TMDIR18) orig19: 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 elc EMACS=$(ORIG19) install-orig19: orig19 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) cd mh-e; PWD=`pwd` make install-19 EMACS=$(ORIG19) TMDIR19=$(TMDIR19) mule2: 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 elc EMACS=$(MULE2) install-mule2: mule2 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) cd mh-e; PWD=`pwd` make install-19 EMACS=$(MULE2) TMDIR19=$(TMDIR19) all: $(UTILS) $(DVI) ol2: ol2.c $(CC) $(CFLAGS) ol2.c -o ol2 decode-b: decode-b.c $(CC) $(CFLAGS) decode-b.c -o decode-b tex: ol2 cd doc; make tex dvi: ol2 cd doc; make dvi ps: ol2 cd doc; make ps install: $(UTILS) methods $(CP) $(UTILS) $(bindir) $(CP) methods/* $(bindir) clean: -$(RM) $(GOMI) -cd doc; make clean -cd gnus; make clean -cd mh-e; make clean cd ../mel; PWD=`pwd` make clean tar: cd doc; make tex cd ..; tar cvf $(TARFILE) $(FILES); gzip -9 $(TARFILE)