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
12 EXTRA_DIST_FILES
= emacsclient.patch server.el.patch
14 include $(depth
)/make
/stepmake.make
16 LILYPOND_WORDS
= $(outdir
)/lilypond-words.el
17 LILYPOND_WORDS_DEPENDS
=\
18 $(top-src-dir
)/lily
/lily-lexer.
cc \
19 $(buildscript-dir
)/lilypond-words \
20 $(top-src-dir
)/scm
/markup.scm \
21 $(top-src-dir
)/ly
/engraver-init.ly
23 $(buildscript-dir
)/lilypond-words
:
24 make
-C
$(depth
)/scripts
/build
27 cd
$(top-src-dir
) && $(buildscript-dir
)/lilypond-words
--el
--dir=$(top-build-dir
)/elisp
/$(outconfbase
)
29 all: $(LILYPOND_WORDS
)