# ######################################################################### # general emacs lisp pattern rules # ######################################################################### %/elisp-all: $(MAKE) -C $* $(@F) %.elc : %.el $(EMACS) -batch -q -no-site-file\ $(addprefix -L ,$(LOAD_PATH))\ $(EMACSFLAGS)\ -f batch-byte-compile $(call emacspath,$?)