]> git.donarmstrong.com Git - lilypond.git/blob - stepmake/stepmake/generic-rules.make
release: 1.0.12
[lilypond.git] / stepmake / stepmake / generic-rules.make
1 # title    generic make rules
2 # file     make/Rules.make
3
4 # this is supposed to clear all suffixes:
5 .SUFFIXES:
6
7
8
9 $(outdir)/%: %.m4
10         $(M4) $< > $@
11
12 %.dep:
13         touch $@
14
15 %.gz: %
16         gzip -c9 $< > $@
17