From: morioka Date: Mon, 2 Mar 1998 14:06:28 +0000 (+0000) Subject: tm 5.21.6 X-Git-Tag: tm5_21_6~1 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=0562a40e5c0ec6b16adcb8093cc83c999532d923;p=elisp%2Fapel.git tm 5.21.6 --- diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..0b6d15e --- /dev/null +++ b/Makefile @@ -0,0 +1,54 @@ +# +# $Id: Makefile,v 1.1 1995/01/12 16:39:19 morioka Exp $ +# + +# 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: +# TLDIR18 = for Emacs 18.* (NEMACS, NEpoch or MULE 1) +# TLDIR19 = for Emacs 19.* (FSF original, XEmacs or MULE 2) + + TLDIR18 = /usr/local/lib/emacs/local.lisp + TLDIR19 = /usr/local/lib/mule/site-lisp + + +nemacs: + make -f Makefile.bc nemacs EMACS=$(NEMACS) + +install-nemacs: + make -f Makefile.bc install-nemacs EMACS=$(NEMACS) TLDIR=$(TLDIR18) + + +mule1: + make -f Makefile.bc mule1 EMACS=$(MULE1) + +install-mule1: + make -f Makefile.bc install-mule1 EMACS=$(MULE1) TLDIR=$(TLDIR18) + + +orig19: + make -f Makefile.bc orig EMACS=$(ORIG19) + +install-orig19: + make -f Makefile.bc install-orig EMACS=$(ORIG19) TLDIR=$(TLDIR19) + + +mule2: + make -f Makefile.bc mule EMACS=$(MULE2) + +install-mule2: + make -f Makefile.bc install-mule EMACS=$(MULE2) TLDIR=$(TLDIR19) + + +clean: + -rm *.elc