c6371a2680b85302e11634ef1ef98ea853dc5d10
[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   = mule2
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
19
20 TARFILE = tm-gnus6.3.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 install-18:
33         $(EMACS) -batch -l g3-path -l mk-tgnus -f install-tm-gnus $(TMDIR18)
34
35 install-19:
36         $(EMACS) -batch -l g4-path -l mk-tgnus -f install-tm-gnus $(TMDIR19)
37
38 clean:
39         -rm *.elc
40
41
42 tar:
43         cd ../..; tar cvf $(TARFILE) $(FILES); gzip -9 $(TARFILE)