]> git.donarmstrong.com Git - lilypond.git/blob - stepmake/make/generic-rules.make
0213970378aa17042d12164ccd1ccbf9b984838d
[lilypond.git] / stepmake / make / generic-rules.make
1 # title    package specific rules
2
3 #UGH
4
5 include $(depth)/make/substitute.make
6
7 $(outdir)/%: %.in
8         rm -f $@
9         cat $< | $(sed-atfiles) | $(sed-atvariables) > $@
10
11