lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: DOCS: include a sample "Makefile"?


From: Werner LEMBERG
Subject: Re: DOCS: include a sample "Makefile"?
Date: Fri, 15 May 2009 17:01:00 +0200 (CEST)

> 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]