# # $Id: Makefile,v 6.3 1995/06/17 18:54:48 morioka Exp morioka $ # # Please specify emacs executables: EMACS = mule # Please specfy Emacs Lisp install directory: # TMDIR18 = for Emacs 18.* (NEMACS, NEpoch or MULE 1) # TMDIR19 = for Emacs 19.* (FSF original, XEmacs or MULE 2) # TMDIR18 = /usr/local/lib/emacs/local.lisp/tm # TMDIR19 = /usr/local/lib/mule/site-lisp TMDIR18 = $(HOME)/lib/emacs18/lisp TMDIR19 = $(HOME)/lib/emacs19/lisp FILES = tm/gnus/*.el TARFILE = tm-gnus6.16.tar gnus3: $(EMACS) -batch -l g3-path -l mk-tgnus -f compile-tm-gnus gnus4: $(EMACS) -batch -l g4-path -l mk-tgnus -f compile-tm-gnus dgnus: $(EMACS) -batch -l d-path -l mk-tgnus -f compile-tm-gnus install-18: $(EMACS) -batch -l g3-path -l mk-tgnus -f install-tm-gnus $(TMDIR18) install-19: $(EMACS) -batch -l g4-path -l mk-tgnus -f install-tm-gnus $(TMDIR19) clean: -rm *.elc tar: cd ../..; tar cvf $(TARFILE) $(FILES); gzip -9 $(TARFILE)