]> git.donarmstrong.com Git - lilypond.git/blob - stepmake/stepmake/library-rules.make
* SConstruct: Further development.
[lilypond.git] / stepmake / stepmake / library-rules.make
1
2 $(LIBRARY): $(outdir)/config.hh $(O_FILES)
3         $(AR) $(ARFLAGS) $@ $(O_FILES)
4 # thanks to Nelson Beebe for this trick.
5         $(RANLIB) $@ || $(AR) ts $@ || true
6
7
8