]> git.donarmstrong.com Git - lilypond.git/blob - elisp/GNUmakefile
Web-ja: update introduction
[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   $(top-src-dir)/lily/lily-lexer.cc \
18   $(buildscript-dir)/lilypond-words \
19   $(top-src-dir)/scm/markup.scm \
20   $(top-src-dir)/ly/engraver-init.ly
21
22 $(buildscript-dir)/lilypond-words:
23         make -C $(depth)/scripts/build
24
25 $(LILYPOND_WORDS):
26         cd $(top-src-dir) && $(buildscript-dir)/lilypond-words --el --dir=$(top-build-dir)/elisp/$(outconfbase)
27
28 all: $(LILYPOND_WORDS)