LSR: Update.
[lilypond.git] / elisp / GNUmakefile
blob0eab184cd0d74f0012dfce2808441b71831154a2
1 depth = ..
3 # elispdir defined in config.make
5 INSTALLATION_DIR=$(elispdir)
6 INSTALLATION_FILES=$(EL_FILES)
8 INSTALLATION_OUT_DIR=$(elispdir)
9 INSTALLATION_OUT_FILES=$(outdir)/lilypond-words.el
11 STEPMAKE_TEMPLATES=elisp install install-out
12 EXTRA_DIST_FILES= emacsclient.patch server.el.patch
14 include $(depth)/make/stepmake.make
16 LILYPOND_WORDS = $(outdir)/lilypond-words.el
17 LILYPOND_WORDS_DEPENDS =\
18 $(top-src-dir)/lily/lily-lexer.cc \
19 $(buildscript-dir)/lilypond-words.py \
20 $(top-src-dir)/scm/markup.scm \
21 $(top-src-dir)/ly/engraver-init.ly
23 $(LILYPOND_WORDS):
24 cd $(top-src-dir) && $(PYTHON) buildscripts/lilypond-words.py --el --dir=$(top-build-dir)/elisp/$(outconfbase)
26 all: $(LILYPOND_WORDS)