lilypond-0.0.40
[lilypond.git] / Makefile
blobb8abfd8b66b5abf1b84ecdb79660b05bd80292ce
2 # project LilyPond -- the musical typesetter
3 # title top level makefile for LilyPond
4 # file 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 = lilypond
20 # edit in .version only!
21 MAJOR_VERSION = $(TOPLEVEL_MAJOR_VERSION)
22 MINOR_VERSION = $(TOPLEVEL_MINOR_VERSION)
23 PATCH_LEVEL = $(TOPLEVEL_PATCH_LEVEL)
24 # use to send patches, always empty for released version:
25 MY_PATCH_LEVEL = $(TOPLEVEL_MY_PATCH_LEVEL)
26 build = ./$(depth)/lily/.build
29 # generic variables:
31 include ./$(depth)/make/Variables.make
34 # descent order into subdirectories:
36 SUBDIRS = flower lib lily m2m \
37 Documentation bin init input make tex
40 # list of distribution files:
42 SYMLINKS = configure
43 README_FILES = ANNOUNCE COPYING INSTALL NEWS README TODO
44 DISTFILES= Makefile .version $(README_FILES) $(SYMLINKS)
47 # generic targets and rules:
49 include ./$(depth)/make/Targets.make
50 include ./$(depth)/make/Rules.make