lilypond-0.0.40
[lilypond.git] / make / Makefile
blobeef8cbf3bde4d894cbb22329b7449b2d32e089a3
2 # project LilyPond -- the musical typesetter
3 # title zucht
4 # file make/Makefile
6 # Copyright (c) 1997 by
7 # Jan Nieuwenhuizen <jan@digicash.com>
8 # Han-Wen Nienhuys <hanwen@stack.nl>
9 # ...your sort order here, or how to comment-out a comment
11 # subdir level:
13 depth = ..
16 # identify module:
18 NAME = make
19 MAJOR_VERSION = $(TOPLEVEL_MAJOR_VERSION)
20 MINOR_VERSION = $(TOPLEVEL_MINOR_VERSION)
21 PATCH_LEVEL = $(TOPLEVEL_PATCH_LEVEL)
22 # use to send patches, always empty for released version:
23 MY_PATCH_LEVEL = $(TOPLEVEL_MY_PATCH_LEVEL)
24 build = ./$(depth)/lily/.build
27 # list of generic make files:
29 MAKEFILES = $(shell ls *.make)
32 # list of distribution files:
34 DISTFILES = configure.in ACVariables.make.in Makefile lilypond.spec $(MAKEFILES)
37 # generic variables:
39 include ./$(depth)/make/Variables.make
42 # generic targets and rules:
44 include ./$(depth)/make/Targets.make
45 include ./$(depth)/make/Rules.make