# # $Id: Makefile,v 6.0 1995/05/19 11:43: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.*) NEMACS = nemacs MULE1 = mule1 ORIG19 = emacs19 MULE2 = mule2 # 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* TARFILE = tm-mh-e6.5.tar nemacs: make -f Makefile.bc tm-mh-e.elc EMACS=$(NEMACS) mule1: make -f Makefile.bc tm-mh-e.elc EMACS=$(MULE1) install-18: ../inst-el $(TMDIR18) tm-mh-e*.el ../inst-elc $(TMDIR18) tm-mh-e*.elc orig19: make -f Makefile.bc mh-e4 EMACS=$(ORIG19) mule2: make -f Makefile.bc mh-e4 EMACS=$(MULE2) install-19: ../inst-el $(TMDIR19) tm-mh-e*.el ../inst-elc $(TMDIR19) tm-mh-e*.elc clean: -rm *.elc tar: cd ../..; tar cvf $(TARFILE) $(FILES); gzip -9 $(TARFILE)