]> 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 7fccf9189cc74551f5cdc3c140b4d45f109bc4a7..cfc96feec521d4569a0fd4331001b624a4b840a5 100644 (file)
@@ -1,8 +1,14 @@
 depth = ../..
 
+.PHONY: snippets
+
 SUBDIRS = new
 EXTRA_DIST_FILES = $(call src-wildcard,*.snippet-list) \
   $(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: