]> git.donarmstrong.com Git - lilypond.git/blobdiff - lib/include/Makefile
release: 1.0.1
[lilypond.git] / lib / include / Makefile
index cb4f4ea6d17bd88c5b0ee24fafa85d3f6cdabf5d..5dba771ec97238ee97f27822cfe1a8ecb611ab04 100644 (file)
@@ -1,23 +1,8 @@
 # lib/include/Makefile
 
-# subdir level:
-#
 depth = ../..
-#
 
-# 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/.build
-#
+include $(depth)/make/Stepmake.make
+include $(stepdir)/C++.make
 
-# generic stuff/Makefile
-#
-include ./$(depth)/make/Include.make
-#