lilypond-1.3.140
[lilypond.git] / make / Rules.make
blob8ea9451bdcca8fd1684e4b4dd57deed36226b4c2
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
16 # $(depth)/make/$(outdir)/%.make: $(depth)/make/%.in
17 # rm -f $@
18 # echo "$(basename $(@F)) = \\" > $@
19 # cat $< | $(sed-newline) | $(sed-endline) | $(sed-quotes) >> $@
20 # echo >> $@
21 # echo >> $@
23 # HUH???
24 $(outdir)/%.hh: $(doc-dir)/%.in
25 rm -f $@
26 echo '_(' > $@
27 cat $< | $(sed-quotes) | $(sed-newline) | $(sed-quote-line) >> $@
28 echo ');' >> $@