lilypond-1.1.27
[lilypond.git] / make / generic-rules.make
blob1d885c7920faf1094b892d44d92d5033f34c3e93
1 # title package specific rules
2 # file make/Rules.make
4 # urg
5 $(outdir)/%.ly: %.lym4
6 $(M4) $< | sed "s/\`/,/g" > $@
8 $(outdir)/%: %.in
9 rm -f $@
10 cat $< | $(sed-atfiles) | $(sed-atvariables) > $@
14 include $(depth)/make/substitute.make
17 # HUH???
18 $(outdir)/%.hh: $(doc-dir)/%.in
19 rm -f $@
20 echo '_(' > $@
21 cat $< | $(sed-quotes) | $(sed-newline) | $(sed-quote-line) >> $@
22 echo ');' >> $@