]> git.donarmstrong.com Git - lilypond.git/blob - lib/include/Makefile
7477d7a316d901f978833edac92eaf9a631e06f0
[lilypond.git] / lib / 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)/lily/$(outdir)/.build
17 #
18
19 # generic stuff/Makefile
20 #
21 include ./$(depth)/make/Include.make
22 #
23