]> git.donarmstrong.com Git - lilypond.git/blob - make/Stuff.make
6a71b90848c1a12776e243bbd569d62017ddb653
[lilypond.git] / make / Stuff.make
1 #
2 # project  LilyPond -- the musical typesetter
3 # title    generic red tape for stuff/Makefile
4 # file     make/Stuff.make
5 #
6 # Copyright (c) 1997 by    
7 #       Jan Nieuwenhuizen <jan@digicash.com>
8 #       Han-Wen Nienhuys <hanwen@stack.nl>
9 # identify module:
10 #
11
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)
18 #
19
20 # generic variables:
21 #
22 include ./$(depth)/make/Variables.make 
23 #
24
25 # generic targets and rules:
26 #
27 include ./$(depth)/make/Targets.make
28 include ./$(depth)/make/Rules.make
29 #
30