]> git.donarmstrong.com Git - lilypond.git/blobdiff - stepmake/stepmake/executable-rules.make
* SConstruct: Further development.
[lilypond.git] / stepmake / stepmake / executable-rules.make
index e032d7ee59da0ee580e7967954f6938b5163084d..00b9fa84971390769054a070c357e99a81d868e9 100644 (file)
@@ -1,2 +1,4 @@
-# empty
 
+$(EXECUTABLE): $(outdir)/config.hh $(O_FILES) $(outdir)/version.hh
+       $(foreach a, $(MODULE_LIBS), $(MAKE) -C $(a) && ) true
+       $(LD) -o $@ $(O_FILES) $(LOADLIBES) $(ALL_LDFLAGS)