> parts:
>       $(LILY_CMD) $(wildcard Parts/*.ly)
>       mv *.pdf $(OUTDIR)/

`wildcard' is a GNU extension.  It can be circumvented with shell
commands, however, I suggest to name the part files explicitly.

>> $(OUTDIR)/%.pdf: Scores/%.ly

Percent rules are a GNU extension.

>> define movement_pdf_target

Macro definitions are a GNU extension.

>> $(foreach m, MOVEMENTS, $(call movement_pdf_target,$(m))

Both `foreach' and `call' are GNU extensions.


    Werner


_______________________________________________
lilypond-devel mailing list
lilypond-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to