# # $Id: Makefile,v 1.1 1995/01/10 12:28:01 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 = mule 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 TMSRCDIR = .. TLSRCDIR = ../../tl nemacs: make -f Makefile.bc tm-mh-e.elc \ EMACS=$(NEMACS) EMACS_TYPE=nemacs \ OPT='-l $(TLSRCDIR)/tl-18.el' \ TLDIR=$(TLSRCDIR) TMDIR=$(TMSRCDIR) mule1: make -f Makefile.bc tm-mh-e.elc \ EMACS=$(MULE1) EMACS_TYPE=mule \ OPT='-l $(TLSRCDIR)/tl-18.el' \ TLDIR=$(TLSRCDIR) TMDIR=$(TMSRCDIR) install-18: -chmod +w $(TMDIR18)/tm-mh-e*.el cp -p tm-mh-e*.el $(TMDIR18) mv tm-mh-e*.elc $(TMDIR18) orig19: make -f Makefile.bc mh-e4 \ EMACS=$(ORIG19) EMACS_TYPE=orig \ TLDIR=$(TLSRCDIR) TMDIR=$(TMSRCDIR) mule2: make -f Makefile.bc mh-e4 \ EMACS=$(MULE2) EMACS_TYPE=mule \ TLDIR=$(TLSRCDIR) TMDIR=$(TMSRCDIR) install-19: -chmod +w $(TMDIR19)/tm-mh-e*.el cp -p tm-mh-e*.el $(TMDIR19) mv tm-mh-e*.elc $(TMDIR19) clean: -rm *.elc