tm 5.21.6
[elisp/tm.git] / mh-e / Makefile
1 #
2 # $Id: Makefile,v 1.1 1995/01/10 12:28:01 morioka Exp $
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         TMSRCDIR = ..
25         TLSRCDIR = ../../tl
26
27
28 nemacs:
29         make -f Makefile.bc tm-mh-e.elc \
30                 EMACS=$(NEMACS) EMACS_TYPE=nemacs \
31                 TLDIR=$(TLSRCDIR) TMDIR=$(TMSRCDIR)
32
33 mule1:
34         make -f Makefile.bc tm-mh-e.elc \
35                 EMACS=$(MULE1) EMACS_TYPE=mule \
36                 TLDIR=$(TLSRCDIR) TMDIR=$(TMSRCDIR)
37
38 install-18:
39         -chmod +w $(TMDIR18)/tm-mh-e*.el
40         cp -p tm-mh-e*.el $(TMDIR18)
41         mv tm-mh-e*.elc $(TMDIR18)
42
43
44 orig19:
45         make -f Makefile.bc mh-e4 \
46                 EMACS=$(ORIG19) EMACS_TYPE=orig \
47                 TLDIR=$(TLSRCDIR) TMDIR=$(TMSRCDIR)
48
49 mule2:
50         make -f Makefile.bc mh-e4 \
51                 EMACS=$(MULE2) EMACS_TYPE=mule \
52                 TLDIR=$(TLSRCDIR) TMDIR=$(TMSRCDIR)
53
54 install-19:
55         -chmod +w $(TMDIR19)/tm-mh-e*.el
56         cp -p tm-mh-e*.el $(TMDIR19)
57         mv tm-mh-e*.elc $(TMDIR19)
58
59
60 clean:
61         -rm *.elc