]> git.donarmstrong.com Git - lilypond.git/blob - stepmake/stepmake/shared-library-rules.make
Issue 5148/2: three-sided-box snippet: use #:properties keyword
[lilypond.git] / stepmake / stepmake / shared-library-rules.make
1
2 $(O_FILES): $(outdir)/config.hh
3
4 $(SHARED_LIBRARY): $(LO_FILES)
5         $(LD) $(SHARED_FLAGS) -o $@ $(LO_FILES) $(ALL_LDFLAGS)