mk/emacsd-rules.mk
Kai Tetzlaff (R&S) 01e1bd9ae8 update mk files
2012-08-06 15:39:32 +02:00

16 lines
501 B
Makefile

# #########################################################################
# general emacs lisp pattern rules
# #########################################################################
%/elisp-all:
"$(call fixpath-shell,$(MAKE))" -C $* $(@F)
%.elc : %.el
"$(call fixpath-shell,$(EMACS))"\
--eval '(setq vc-handled-backends nil)' -batch -q -no-site-file\
$(addprefix -L ,$(LOAD_PATH)) $(EMACSFLAGS)\
-f batch-byte-compile $(call emacspath,$?)
# Local Variables:
# tab-width: 2
# End: