]> git.donarmstrong.com Git - lilypond.git/blob - make/Rules.make
release: 1.0.1
[lilypond.git] / make / Rules.make
1 # title    package specific rules
2 # file     make/Rules.make
3
4 # urg
5 $(outdir)/%.ly: %.lym4
6         $(M4) $< | sed "s/\`/,/g" > $@
7
8 $(outdir)/%: %.in
9         rm -f $@
10         cat $< | $(sed-atfiles) | $(sed-atvariables) > $@
11
12
13
14 include $(depth)/make/Substitute.make
15
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 >> $@
22
23 # HUH???
24 $(outdir)/%.hh: $(doc-dir)/%.in
25         rm -f $@
26         echo '_(' > $@
27         cat $< | $(sed-quotes) | $(sed-newline) | $(sed-quote-line) >> $@
28         echo ');' >> $@
29