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
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
23 cd
$(topdir
) && $(PYTHON
) buildscripts
/lilypond-words.py
--el
--dir=$(builddir
)/elisp
/$(outconfbase
)
25 all: $(LILYPOND_WORDS
)