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