# # $Id: Makefile,v 6.3 1996/01/18 10:31:49 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.*) EMACS = mule FLAGS = -batch -q -no-site-file -l mk-tmh # Please specfy 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 FILES = tm/mh-e/*.el tm/mh-e/Makefile tm/mh-e/mk-tmh tm/mh-e/*.ol TARFILE = tm-mh-e7.63.1.tar elc: $(EMACS) $(FLAGS) -f compile-tm-mh-e install-18: $(EMACS) $(FLAGS) -f install-tm-mh-e $(TMDIR18) install-19: $(EMACS) $(FLAGS) -f install-tm-mh-e $(TMDIR19) clean: -rm *.elc tar: cd ../..; tar cvf $(TARFILE) $(FILES); gzip -9 $(TARFILE)