]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/GNUmakefile
mass-link: handle filesystem crossing and support OS without link support
[lilypond.git] / Documentation / snippets / GNUmakefile
index 2a6f9ed8cc5772a0b2ac908547de31f91adafbc1..cfc96feec521d4569a0fd4331001b624a4b840a5 100644 (file)
@@ -1,7 +1,14 @@
 depth = ../..
 
+.PHONY: snippets
+
 SUBDIRS = new
 EXTRA_DIST_FILES = $(call src-wildcard,*.snippet-list) \
- $(call src-wildcard,*.ly) $(call src-wildcard,*.itely)
+  $(call src-wildcard,*.ly) $(call src-wildcard,*.itely) \
+  README
+SNIPPET_LY_FILES = $(call src-wildcard,*.ly)
+OUT_SNIPPET_LY_FILES = $(SNIPPET_LY_FILES:%.ly=out/%.ly)
 
 include $(depth)/make/stepmake.make
+
+default: