--- /dev/null
+# flower/lib/include/Makefile
+
+# subdir level:
+#
+depth = ../..
+#
+
+# generic stuff/Makefile
+#
+include ./$(depth)/make/Include.make
+include ./$(depth)/flower/.version
+
+# identify module:
+#
+MODULE_NAME = flower
+
+#
+
# identify module:
#
MODULE_NAME = lilypond
-MAJOR_VERSION = $(TOPLEVEL_MAJOR_VERSION)
-MINOR_VERSION = $(TOPLEVEL_MINOR_VERSION)
-PATCH_LEVEL = $(TOPLEVEL_PATCH_LEVEL)
-# use to send patches, always empty for released version:
-MY_PATCH_LEVEL = $(TOPLEVEL_MY_PATCH_LEVEL)
-build = ./$(depth)/lily/$(outdir)/.build
-#
# generic stuff/Makefile
#
+
include ./$(depth)/make/Include.make
-#
+
# identify module:
#
MODULE_NAME = lilypond
-MAJOR_VERSION = $(TOPLEVEL_MAJOR_VERSION)
-MINOR_VERSION = $(TOPLEVEL_MINOR_VERSION)
-PATCH_LEVEL = $(TOPLEVEL_PATCH_LEVEL)
-# use to send patches, always empty for released version:
-MY_PATCH_LEVEL = $(TOPLEVEL_MY_PATCH_LEVEL)
-build = ./$(depth)/lily/$(outdir)/.build
-#
-
-# generic stuff/Makefile
-#
include ./$(depth)/make/Include.make
-#
-#
+
# project LilyPond -- the musical typesetter
# title generic red tape for include/Makefile
# file make/Include.make
# identify module:
#
-NAME = generic-include
-MAJOR_VERSION = $(TOPLEVEL_MAJOR_VERSION)
-MINOR_VERSION = $(TOPLEVEL_MINOR_VERSION)
-PATCH_LEVEL = $(TOPLEVEL_PATCH_LEVEL)
-# use to send patches, always empty for released version:
-MY_PATCH_LEVEL = $(TOPLEVEL_MY_PATCH_LEVEL)
-build = ./$(depth)/lily/$(outdir)/.build
-#
-# generic variables:
-#
-include ./$(depth)/make/Variables.make
-#
-
-# list of c++ header files:
-#
-HHFILES = $(shell ls *.hh $(ERROR_LOG))
-#
-
-# list of c++ inline files:
-#
-INLFILES = $(shell ls *.inl $(ERROR_LOG))
-#
-# list of c++ template files:
-#
-TCCFILES = $(shell ls *.tcc $(ERROR_LOG))
-#
-
-# list of distribution files:
-#
-DISTFILES = Makefile $(HHFILES) $(INLFILES) $(TCCFILES)
-#
-
-# generic targets and rules:
-#
+include ./$(depth)/make/Variables.make
+include ./$(depth)/make/Version.make
+include ./$(depth)/make/Files.make
include ./$(depth)/make/Targets.make
include ./$(depth)/make/Rules.make
-#
-