]> git.donarmstrong.com Git - lilypond.git/blobdiff - stepmake/stepmake/library-rules.make
Doc-es: update Notation:Simultaneous and Staff.
[lilypond.git] / stepmake / stepmake / library-rules.make
index 1bb8bf6d7fd4c8d09aea89b47de20fb8bbb61626..18b1066e2b91542e4c6feb1ce0a879de19952c4a 100644 (file)
@@ -1 +1,10 @@
-# empty
+
+$(O_FILES): $(outdir)/config.hh
+
+$(LIBRARY): $(O_FILES)
+       $(AR) $(ARFLAGS) $@ $(O_FILES)
+# thanks to Nelson Beebe for this trick.
+       $(RANLIB) $@ || $(AR) ts $@ || true
+
+
+