From adba8f1b046b9ec5fbec185978093253241336aa Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 19:51:15 +0000 Subject: [PATCH] lilypond-0.1.7 --- lily/Makefile | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/lily/Makefile b/lily/Makefile index 785fb9e0e4..16f59f5d5c 100644 --- a/lily/Makefile +++ b/lily/Makefile @@ -12,7 +12,10 @@ 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 -- 2.39.5