]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.1.7
authorfred <fred>
Sun, 24 Mar 2002 19:51:15 +0000 (19:51 +0000)
committerfred <fred>
Sun, 24 Mar 2002 19:51:15 +0000 (19:51 +0000)
lily/Makefile

index 785fb9e0e411af4028e2e6f842ee660661b949af..16f59f5d5c660768787c8965626f5875ecefe313 100644 (file)
 depth = ..
 #
 
+# identify module:
+#
 NAME = lilypond
+#
 
 # generic variables:
 #
@@ -21,11 +24,6 @@ include ./$(depth)/make/Variables.make
 include VERSION
 #
 
-# identify module:
-#
-
-#
-
 # descent order into subdirectories:
 #
 SUBDIRS = include
@@ -39,7 +37,7 @@ 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
 
 #
@@ -72,3 +70,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