tm 6.19
[elisp/tm.git] / mh-e / Makefile
1 #
2 # $Id: Makefile,v 2.0 1995/04/28 05:28:00 morioka Exp morioka $
3 #
4
5 # Please specify emacs executables:
6 #       NEMACS  = for NEMACS (or NEpoch)
7 #       MULE1   = for Mule 1.* (based on Emacs 18.*)
8 #       ORIG19  = for Emacs 19.* (FSF original or XEmacs)
9 #       MULE2   = for MULE 2.* (based on Emacs 19.*)
10
11         NEMACS  = nemacs
12         MULE1   = mule
13         ORIG19  = emacs19
14         MULE2   = mule2
15
16
17 # Please specfy Emacs Lisp install directory:
18 #       TMDIR18 = for Emacs 18.* (NEMACS, NEpoch or MULE 1)
19 #       TMDIR19 = for Emacs 19.* (FSF original, XEmacs or MULE 2)
20
21         TMDIR18 = /usr/local/lib/emacs/local.lisp/tm
22         TMDIR19 = /usr/local/lib/mule/site-lisp
23
24
25 nemacs:
26         make -f Makefile.bc tm-mh-e.elc EMACS=$(NEMACS) EMACS_TYPE=nemacs
27
28 mule1:
29         make -f Makefile.bc tm-mh-e.elc EMACS=$(MULE1) EMACS_TYPE=mule
30
31 install-18:
32         -chmod +w $(TMDIR18)/tm-mh-e*.el
33         cp -p tm-mh-e*.el $(TMDIR18)
34         mv tm-mh-e*.elc $(TMDIR18)
35
36
37 orig19:
38         make -f Makefile.bc mh-e4 EMACS=$(ORIG19) EMACS_TYPE=orig
39
40 mule2:
41         make -f Makefile.bc mh-e4 EMACS=$(MULE2) EMACS_TYPE=mule
42
43 install-19:
44         -chmod +w $(TMDIR19)/tm-mh-e*.el
45         cp -p tm-mh-e*.el $(TMDIR19)
46         mv tm-mh-e*.elc $(TMDIR19)
47
48
49 clean:
50         -rm *.elc