]> git.donarmstrong.com Git - lilypond.git/blob - make/Stuff.make
69cf6d70d7dd6868125bd306b95de9e60cc2a4d6
[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 # build = ./$(depth)/lily/.build
19 #
20
21 # generic variables:
22 #
23 include ./$(depth)/make/Variables.make 
24 #
25
26 # generic targets and rules:
27 #
28 include ./$(depth)/make/Targets.make
29 include ./$(depth)/make/Rules.make
30 #
31