2 # Please specify your Emacs here.
5 # To install Wanderlust for XEmacs 21 or later,
6 # running 'make install-package' is recommended.
7 # 'make install-package' refers $XEMACS instead of $EMACS.
10 # Target directory to install the Wanderlust package.
11 # (Automatically detected if this line is unchanged.)
14 #LISPDIR = /usr/local/lib/mule/site-lisp
17 #INFODIR = /usr/local/share/info
22 # For XEmacs or Emacs 21: directory where icon files should go.
26 ################# No need to modify following lines ####################
28 FLAGS = $(BATCHFLAG) -q -no-site-file
31 $(EMACS) $(FLAGS) -l WL-MK -f compile-wl-package $(LISPDIR) $(PIXMAPDIR)
34 $(EMACS) $(BATCHFLAG) -l WL-MK -f check-wl $(LISPDIR) $(PIXMAPDIR)
37 $(EMACS) $(FLAGS) -l WL-MK -f test-wl $(LISPDIR) $(PIXMAPDIR)
40 $(EMACS) $(FLAGS) -l WL-MK -f update-version $(LISPDIR) $(PIXMAPDIR)
43 $(EMACS) $(FLAGS) -l WL-MK -f install-wl-package $(LISPDIR) $(PIXMAPDIR)
46 $(EMACS) $(FLAGS) -l WL-MK -f uninstall-wl-package $(LISPDIR) $(PIXMAPDIR)
49 rm -f wl/*.elc wl/*~ wl/auto-autoloads.el wl/custom-load.el wl/wl-news.el elmo/*.elc utils/*.elc utils/hmac/lisp/*.elc
52 $(XEMACS) $(FLAGS) -l WL-MK -f compile-wl-package-xmas $(PACKAGEDIR) $(PIXMAPDIR)
55 $(XEMACS) $(FLAGS) -l WL-MK -f install-wl-package-xmas $(PACKAGEDIR) $(PIXMAPDIR)
58 $(EMACS) $(FLAGS) -l WL-MK -f wl-texinfo-format $(INFODIR)
61 $(EMACS) $(FLAGS) -l WL-MK -f install-wl-info $(INFODIR)
64 rm -f doc/*~ doc/*.cp doc/*.fn doc/*.ky doc/*.pg doc/*.tp doc/*.vr doc/*.cps doc/*.fns doc/*.kys doc/*.pgs doc/*.tps doc/*.vrs
66 clean-info: mostlyclean-info
67 rm -f doc/*.info doc/*.info-*
70 rm -f doc/*~ doc/*.aux doc/*.log doc/*.toc
72 clean-dvi: mostlyclean-dvi
79 uninstall: uninstall-elc
81 mostlyclean: clean-elc mostlyclean-info mostlyclean-dvi
83 clean: mostlyclean clean-dvi
85 distclean: maintainer-clean
87 maintainer-clean: clean clean-info