]> git.donarmstrong.com Git - lilypond.git/blob - elisp/GNUmakefile
* GNUmakefile.in (SUBDIRS): Add elisp.
[lilypond.git] / elisp / GNUmakefile
1 depth = ..
2
3 elispdir = $(datadir)/emacs/site-lisp
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 $(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
21
22 $(LILYPOND_WORDS): 
23         cd $(topdir) && $(PYTHON) buildscripts/lilypond.words.py $(builddir)/elisp/$(outconfbase)
24
25 all: $(LILYPOND_WORDS)