]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/snippets/GNUmakefile
mass-link: handle filesystem crossing and support OS without link support
[lilypond.git] / Documentation / snippets / GNUmakefile
1 depth = ../..
2
3 .PHONY: snippets
4
5 SUBDIRS = new
6 EXTRA_DIST_FILES = $(call src-wildcard,*.snippet-list) \
7   $(call src-wildcard,*.ly) $(call src-wildcard,*.itely) \
8   README
9 SNIPPET_LY_FILES = $(call src-wildcard,*.ly)
10 OUT_SNIPPET_LY_FILES = $(SNIPPET_LY_FILES:%.ly=out/%.ly)
11
12 include $(depth)/make/stepmake.make
13
14 default: