#
# $Id: $
#

# Please specify emacs executables:
EMACS	= mule
FLAGS   = -batch -q -no-site-file -l g5-path -l mk-gnus-mime


# Please specify directory to install:
# If it is omitted, shared lisp directory (maybe
# /usr/local/share/emacs/site-lisp or /usr/local/lib/xemacs/site-lisp)
# is used.
DIR =


FILES	= gnus-mime/Makefile gnus-mime/*-path gnus-mime/mk-gnus-mime \
		gnus-mime/*.el gnus-mime/ChangeLog


TARFILE = gnus-mime-0.07.tar


elc:
	$(EMACS) $(FLAGS) -f compile-gnus-mime

install:
	$(EMACS) $(FLAGS) -f install-gnus-mime $(DIR)

clean:
	-rm *.elc


tar:
	cd ..; tar cvf $(TARFILE) $(FILES); gzip -best $(TARFILE)
