]> git.donarmstrong.com Git - lilypond.git/blob - stepmake/stepmake/automatically-generated.sub.make
Imported sources
[lilypond.git] / stepmake / stepmake / automatically-generated.sub.make
1
2 LINECOMMENT=\#
3
4 default:
5         -chmod +w $(OUTFILE)
6         head -n 1 $(INFILE) > $(OUTFILE)
7         echo "$(LINECOMMENT) WARNING WARNING WARNING" >> $(OUTFILE)
8         echo "$(LINECOMMENT) do not edit! this is $(OUTFILE), generated from $(INFILE)" >> $(OUTFILE)
9         cat $(INFILE) >> $(OUTFILE)
10         chmod -w $(OUTFILE)