Cater even more to XEmacs and its annoying whims.
[muse-el.git] / lisp / Makefile
blobbafd5c57d77c86986befd9e3d503e63c26d1b3f8
1 .PHONY: all lisp clean realclean distclean fullclean test
2 .PRECIOUS: %.elc
4 include ../Makefile.defs
6 ELC = $(patsubst %.el,%.elc,$(wildcard *.el))
8 all: lisp
10 lisp: $(ELC)
12 muse-build.elc: ../scripts/muse-build.el
13 @echo muse-build.el is not byte-compiled
15 %.elc: %.el
16 @$(EMACS) -q $(SITEFLAG) -batch -l ../scripts/muse-build.el \
17 -f batch-byte-compile $<
19 clean realclean distclean fullclean:
20 -rm -f *.elc *~
22 test: $(ELC)
23 $(EMACS) -q $(SITEFLAG) -batch -l ../scripts/muse-build.el \
24 -f muse-elint-files muse-*.el