]> git.donarmstrong.com Git - lilypond.git/blob - stepmake/stepmake/shared-library-rules.make
Merge remote-tracking branch 'origin/translation' into staging
[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)