X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2FGNUmakefile;fp=Documentation%2Fsnippets%2FGNUmakefile;h=cfc96feec521d4569a0fd4331001b624a4b840a5;hb=32a34dcef0c0041c6d62677487a380b5c8b85712;hp=7fccf9189cc74551f5cdc3c140b4d45f109bc4a7;hpb=f41973ff763d5972a85995b6d40c864281ec6714;p=lilypond.git diff --git a/Documentation/snippets/GNUmakefile b/Documentation/snippets/GNUmakefile index 7fccf9189c..cfc96feec5 100644 --- a/Documentation/snippets/GNUmakefile +++ b/Documentation/snippets/GNUmakefile @@ -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: