]> git.donarmstrong.com Git - lilypond.git/blob - elisp/GNUmakefile
97558ad019db00be159a5b87e35cb0cafbe772c4
[lilypond.git] / elisp / GNUmakefile
1 depth = ..
2
3 # elispdir defined in config.make
4
5 INSTALLATION_DIR=$(elispdir)
6 INSTALLATION_FILES=$(EL_FILES)
7
8 INSTALLATION_OUT_DIR=$(elispdir)
9 INSTALLATION_OUT_FILES=$(outdir)/lilypond-words.el
10
11 STEPMAKE_TEMPLATES=elisp install install-out
12
13 include $(depth)/make/stepmake.make 
14
15 LILYPOND_WORDS = $(outdir)/lilypond-words.el
16 LILYPOND_WORDS_DEPENDS =\
17   $(topdir)/lily/lily-lexer.cc \
18   $(buildscript-dir)/lilypond-words.py \
19   $(topdir)/scm/markup.scm \
20   $(topdir)/ly/engraver-init.ly
21
22 $(LILYPOND_WORDS): 
23         cd $(topdir) && $(PYTHON) buildscripts/lilypond-words.py --el --dir=$(builddir)/elisp/$(outconfbase)
24
25 all: $(LILYPOND_WORDS)