lilypond-0.1.45
[lilypond.git] / make / Stuff.make
blob6a71b90848c1a12776e243bbd569d62017ddb653
2 # project LilyPond -- the musical typesetter
3 # title generic red tape for stuff/Makefile
4 # file make/Stuff.make
6 # Copyright (c) 1997 by
7 # Jan Nieuwenhuizen <jan@digicash.com>
8 # Han-Wen Nienhuys <hanwen@stack.nl>
9 # identify module:
12 NAME = generic-stuff
13 MAJOR_VERSION = $(TOPLEVEL_MAJOR_VERSION)
14 MINOR_VERSION = $(TOPLEVEL_MINOR_VERSION)
15 PATCH_LEVEL = $(TOPLEVEL_PATCH_LEVEL)
16 # use to send patches, always empty for released version:
17 MY_PATCH_LEVEL = $(TOPLEVEL_MY_PATCH_LEVEL)
20 # generic variables:
22 include ./$(depth)/make/Variables.make
25 # generic targets and rules:
27 include ./$(depth)/make/Targets.make
28 include ./$(depth)/make/Rules.make