]> git.donarmstrong.com Git - lilypond.git/blob - mi2mu/include/Makefile
release: 0.0.42
[lilypond.git] / mi2mu / include / Makefile
1 # lib/include/Makefile
2
3 # subdir level:
4 #
5 depth = ../..
6 #
7
8 # identify module:
9 #
10 MODULE_NAME = lilypond
11 MAJOR_VERSION = $(TOPLEVEL_MAJOR_VERSION)
12 MINOR_VERSION = $(TOPLEVEL_MINOR_VERSION)
13 PATCH_LEVEL = $(TOPLEVEL_PATCH_LEVEL)
14 # use to send patches, always empty for released version:
15 MY_PATCH_LEVEL = $(TOPLEVEL_MY_PATCH_LEVEL)
16 build = ./$(depth)/mi2mu/$(outdir)/.build
17 #
18
19 # generic stuff/Makefile
20 #
21 include ./$(depth)/make/Include.make
22 #
23