release commit
[lilypond.git] / elisp / GNUmakefile
blob09e23a203ddb228e85f8a6ff206071b2defc36e4
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
13 include $(depth)/make/stepmake.make
15 LILYPOND_WORDS = $(outdir)/lilypond.words.el $(outdir)/lilypond.words.vim
16 LILYPOND_WORDS_DEPENDS =\
17 $(topdir)/lily/my-lily-lexer.cc \
18 $(buildscript-dir)/lilypond.words.py \
19 $(topdir)/scm/new-markup.scm \
20 $(topdir)/ly/engraver-init.ly
22 $(LILYPOND_WORDS):
23 cd $(topdir) && $(PYTHON) buildscripts/lilypond.words.py $(builddir)/elisp/$(outconfbase)
25 all: $(LILYPOND_WORDS)