]> git.donarmstrong.com Git - lilypond.git/blob - make/generic-vars.make
patch::: 1.3.104.jcn1
[lilypond.git] / make / generic-vars.make
1 # title    package specific variables
2 # file     make/Variables.make
3 #
4 # do not change this file for site-wide extensions; please use 
5 # make/$(outdir)/Site.make; 
6 #
7 # Any change in files in this directory (make/) would be distributed, if 
8 # you do make dist 
9 #
10
11
12 # using src-depth iso depth is only necessary for broken rules that do
13 #     cd $(outdir) && foo $(depth) ...
14 buildscript-dir = $(src-depth)/buildscripts
15 script-dir = $(src-depth)/scripts
16 input-dir = $(src-depth)/input
17
18
19 flower-dir = $(src-depth)/flower
20 lib-dir = $(src-depth)/lib
21 lily-dir = $(src-depth)/lily
22 mi2mu-dir = $(src-depth)/mi2mu
23 make-dir = $(src-depth)/make
24 include-lib = $(src-depth)/lib/include
25 include-flower = $(src-depth)/flower/include
26
27
28
29 LILYPOND_INCLUDES = $(include-lib) $(depth)/lib/$(outdir) $(include-flower) $(depth)/flower/$(outdir) 
30
31
32 # should use to create .spec ?
33
34 # installed by 'make installextradoc'
35 EXTRA_DOC_FILES = \
36   ANNOUNCEMENT ANNOUNCE-0.1 AUTHORS.txt  COPYING DEDICATION INSTALL.txt NEWS PATCHES.txt README.txt TODO \
37   Documentation/out/*.txt\
38   Documentation/tex/*.doc\
39   Documentation/tex/*.bib\
40   Documentation/pictures/out/lelie_logo.gif\
41   input\
42   mutopia\
43
44 INSTALLED_EXTRA_DOC_FILES = $(addprefix $(prefix:/%=%)/doc/lilypond/, $(EXTRA_DOC_FILES))
45
46 # installed by 'make install'
47 INSTALL_DIST_FILES = \
48   bin/convert-mudela\
49   bin/mudela-book\
50   bin/ly2dvi\
51   bin/$(program_prefix)lilypond$(program_suffix)\
52   bin/$(program_prefix)mi2mu$(program-suffix)\
53   info/lilypond.info\
54   man/man1/mi2mu.1\
55   man/man1/lilypond.1\
56   man/man1/mudela-book.1\
57   man/man1/ly2dvi.1\
58   man/man1/convert-mudela.1\
59   lib/texmf/texmf/tex/lilypond\
60   lib/texmf/texmf/fonts/source/public/lilypond\
61   share/lilypond/\
62   share/locale/*/LC_MESSAGES/lilypond.mo\
63
64
65 INSTALLED_DIST_FILES = $(addprefix $(prefix:/%=%)/, $(INSTALL_DIST_FILES))
66
67
68