tm 7.69.
[elisp/tm.git] / gnus / Makefile
index 7446373..0a18c07 100644 (file)
@@ -1,39 +1,58 @@
 #
-# $Id: Makefile,v 6.3 1995/06/17 18:54:48 morioka Exp morioka $
+# $Id: Makefile,v 7.8 1996/06/27 15:19:48 morioka Exp morioka $
 #
 
 # Please specify emacs executables:
-EMACS  = mule2
+EMACS  = mule
+FLAGS   = -batch -q -no-site-file -l mk-tgnus
 
 
 # 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
+# PREFIX = /usr/local
+PREFIX = $(HOME)
 
-FILES  = tm/gnus/*.el
+EMACS_PREFIX = emacs
+# EMACS_PREFIX = mule
 
-TARFILE = tm-gnus6.3.tar
+DATADIR18    = $(PREFIX)/lib
+DATADIR19    = $(PREFIX)/lib
+DATADIR19_29 = $(PREFIX)/share
 
+TMDIR18    = $(DATADIR18)/$(EMACS_PREFIX)/local.lisp/tm
+TMDIR19    = $(DATADIR19)/$(EMACS_PREFIX)/site-lisp
+TMDIR19_29 = $(DATADIR19_29)/$(EMACS_PREFIX)/site-lisp
+
+
+FILES  = tm/gnus/Makefile tm/gnus/*-path tm/gnus/mk-tgnus \
+               tm/gnus/*.el tm/gnus/ChangeLog tm/doc/tm-gnus*.texi 
+
+
+TARFILE = tm-gnus7.72.tar
+
+
+gnus:
+       $(EMACS) $(FLAGS) -f compile-tm-gnus
 
 gnus3:
-       $(EMACS) -batch -l g3-path -l mk-tgnus -f compile-tm-gnus
+       $(EMACS) $(FLAGS) -l g3-path -f compile-tm-gnus
 
 gnus4:
-       $(EMACS) -batch -l g4-path -l mk-tgnus -f compile-tm-gnus
+       $(EMACS) $(FLAGS) -l g4-path -f compile-tm-gnus
 
-dgnus:
-       $(EMACS) -batch -l d-path -l mk-tgnus -f compile-tm-gnus
+gnus5:
+       $(EMACS) $(FLAGS) -l g5-path -f compile-tm-gnus
 
 install-18:
-       $(EMACS) -batch -l g3-path -l mk-tgnus -f install-tm-gnus $(TMDIR18)
+       $(EMACS) $(FLAGS) -f install-tm-gnus $(TMDIR18)
 
 install-19:
-       $(EMACS) -batch -l g4-path -l mk-tgnus -f install-tm-gnus $(TMDIR19)
+       $(EMACS) $(FLAGS) -f install-tm-gnus $(TMDIR19)
+
+install-19_29:
+       $(EMACS) $(FLAGS) -f install-tm-gnus $(TMDIR19_29)
 
 clean:
        -rm *.elc