]> git.donarmstrong.com Git - lilypond.git/blob - elisp/GNUmakefile
dist emacs patches too.
[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 EXTRA_DIST_FILES= emacsclient.patch server.el.patch 
13
14 include $(depth)/make/stepmake.make
15
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
22
23 $(LILYPOND_WORDS):
24         cd $(top-src-dir) && $(PYTHON) buildscripts/lilypond-words.py --el --dir=$(top-build-dir)/elisp/$(outconfbase)
25
26 all: $(LILYPOND_WORDS)