]> git.donarmstrong.com Git - lilypond.git/blob - stepmake/stepmake/script-rules.make
Merge with master
[lilypond.git] / stepmake / stepmake / script-rules.make
1
2 $(outdir)/%: %.pl $(config_make)  $(depth)/VERSION
3         cat $< | sed $(sed-atfiles) $(sed-atvariables) > $@
4         chmod 755 $@
5
6 $(outdir)/%: %.bash $(config_make) $(depth)/VERSION
7         cat $< | sed $(sed-atfiles) $(sed-atvariables) > $@
8         chmod 755 $@
9
10 $(outdir)/%: %.scm $(config_make) $(depth)/VERSION
11         cat $< | sed $(sed-atfiles) $(sed-atvariables) > $@
12         chmod 755 $@
13
14 $(outdir)/%: %.expect $(config_make) $(depth)/VERSION
15         cat $< | sed $(sed-atfiles) $(sed-atvariables) > $@
16         chmod 755 $@
17
18 $(outdir)/%: %.sh $(config_make) $(depth)/VERSION
19         cat $< | sed $(sed-atfiles)$(sed-atvariables) > $@
20         chmod 755 $@
21
22 $(outdir)/%: %.py $(config_make) $(depth)/VERSION
23         cat $< | sed $(sed-atfiles) $(sed-atvariables) > $@
24         chmod 755 $@
25