lilypond-user
[Top][All Lists]
Advanced

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

Re: Makefile help!


From: karl
Subject: Re: Makefile help!
Date: Wed, 16 Oct 2019 23:28:22 +0200 (CEST)

foxfanfare:
> piano-solo.01.pdf: piano-solo.01.ly \
>       $(general) \
>       dialogs.01.ily \
>       global.01.ily \
>       notes.piano-solo.01.ily \
>       pedals.01.ily
...
> ... and so on! Is there a better way to write this only one time?

Try something like:

piano-solo.%.pdf: piano-solo.%.ly \
        $(general) \
        dialogs.%.ily \
        global.%.ily \
        notes.piano-solo.%.ily \
        pedals.%.ily
...

Have a look at "Syntax of Static Pattern Rules" in make documentation
$ info make

Also, you could use a dependancy finder like:
 http://aspodata.se/git/musik/bin/depend_ly

Regards,
/Karl Hammar





reply via email to

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