From: fred Date: Sun, 24 Mar 2002 19:51:15 +0000 (+0000) Subject: lilypond-0.1.7 X-Git-Tag: release/1.5.59~4265 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=adba8f1b046b9ec5fbec185978093253241336aa;p=lilypond.git lilypond-0.1.7 --- 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