]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/Makefile
patch::: 0.1.48: Re: lily 0.1.59
[lilypond.git] / lily / Makefile
index 1cee326a744dfadf6bea9f38f04b2b5e644c8e47..936d4c31a73fc0df74e31c42933b0928d3b453e8 100644 (file)
@@ -37,14 +37,17 @@ EXTRA_DISTFILES = VERSION
 
 # list of custom libraries:
 #
-MODULE_LIBDEPS= check-flower-deps check-lily-deps
+MODULE_LIBDEPS= check-flower-deps check-lib-deps 
 MODULE_LIBES= -llily -lflower
 
 #
 
 # main target of this module:
 #
+
 default: $(EXECUTABLE)
+
+out/engraver.o: include/engraver.hh
 #
 include ./$(depth)/make/Files.make 
 
@@ -70,3 +73,8 @@ localinstall: installexe
 localuninstall: uninstallexe
 
 $(outdir)/lily-version.o: $(outdir)/version.hh
+
+# make config.hh. Ugh
+$(outdir)/main.o: $(libout)/config.hh
+
+$(libout)/config.hh: check-lib-deps