1 AUTOMAKE_OPTIONS = no-dependencies
3 EXTRA_DIST = epg.el epa.el epa-dired.el epa-file.el pgg-epg.el
5 CLEANFILES = auto-autoloads.el custom-load.el *.elc
6 FLAGS ?= -batch -q -no-site-file
11 $(EMACS) $(FLAGS) -l COMPILE -f epg-compile
14 $(EMACS) $(FLAGS) -l COMPILE -f epg-install $(lispdir) # $(MAKE)
17 $(XEMACS) $(FLAGS) -l COMPILE -f epg-compile-package
19 install-package: package
20 $(XEMACS) $(FLAGS) -l COMPILE -f epg-install-package \
21 $(PACKAGEDIR) # $(MAKE)
24 @for i in `$(EMACS) $(FLAGS) -l COMPILE -f epg-examine`; do \
25 echo $(EMACS) $(FLAGS) -l COMPILE \
26 -f epg-compile-module $$i; \
27 $(EMACS) $(FLAGS) -l COMPILE \
28 -f epg-compile-module $$i; \