dd474eda482e66a8b2ec2f10637d76b1f503a826
[elisp/tm.git] / gnus / Makefile
1 #
2 # $Id: Makefile,v 6.3 1995/06/17 18:54:48 morioka Exp morioka $
3 #
4
5 # Please specify emacs executables:
6 EMACS   = mule
7
8
9 # Please specfy Emacs Lisp install directory:
10 #       TMDIR18 = for Emacs 18.* (NEMACS, NEpoch or MULE 1)
11 #       TMDIR19 = for Emacs 19.* (FSF original, XEmacs or MULE 2)
12
13 # TMDIR18 = /usr/local/lib/emacs/local.lisp/tm
14 # TMDIR19 = /usr/local/lib/mule/site-lisp
15 TMDIR18 = $(HOME)/lib/emacs18/lisp
16 TMDIR19 = $(HOME)/lib/emacs19/lisp
17
18 FILES   = tm/gnus/*.el tm/doc/tm-gnus*.texi
19
20 TARFILE = tm-gnus6.19.tar
21
22
23 gnus3:
24         $(EMACS) -batch -l g3-path -l mk-tgnus -f compile-tm-gnus
25
26 gnus4:
27         $(EMACS) -batch -l g4-path -l mk-tgnus -f compile-tm-gnus
28
29 dgnus:
30         $(EMACS) -batch -l d-path -l mk-tgnus -f compile-tm-gnus
31
32 gnus5:
33         $(EMACS) -batch -l g5-path -l mk-tgnus -f compile-tm-gnus
34
35 install-18:
36         $(EMACS) -batch -l g3-path -l mk-tgnus -f install-tm-gnus $(TMDIR18)
37
38 install-19:
39         $(EMACS) -batch -l g4-path -l mk-tgnus -f install-tm-gnus $(TMDIR19)
40
41 clean:
42         -rm *.elc
43
44
45 tar:
46         cd ../..; tar cvf $(TARFILE) $(FILES); gzip -9 $(TARFILE)