]> git.donarmstrong.com Git - lilypond.git/blob - make/generic-vars.make
* stepmake/stepmake/compile-vars.make:
[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 buildscript-dir = $(src-depth)/buildscripts
12 script-dir = $(src-depth)/scripts
13 input-dir = $(src-depth)/input
14
15
16 flower-dir = $(src-depth)/flower
17 lib-dir = $(src-depth)/lib
18 lily-dir = $(src-depth)/lily
19 mi2mu-dir = $(src-depth)/mi2mu
20 make-dir = $(src-depth)/make
21 include-lib = $(src-depth)/lib/include
22 include-flower = $(src-depth)/flower/include
23
24
25
26 LILYPOND_INCLUDES = $(include-lib) $(depth)/lib/$(outdir) $(include-flower) $(depth)/flower/$(outdir) 
27
28
29 # should use to create .spec ?
30
31 # installed by 'make installextradoc'
32 EXTRA_DOC_FILES = \
33   ANNOUNCEMENT ANNOUNCE-0.1 AUTHORS.txt  COPYING DEDICATION INSTALL.txt NEWS PATCHES.txt README.txt TODO \
34   Documentation/out/*.txt\
35   Documentation/tex/*.doc\
36   Documentation/tex/*.bib\
37   Documentation/pictures/out/lelie_logo.gif\
38   input\
39
40 INSTALLED_EXTRA_DOC_FILES = $(addprefix $(prefix:/%=%)/doc/lilypond/, $(EXTRA_DOC_FILES))
41
42 # installed by 'make install'
43 INSTALL_DIST_FILES = \
44   bin/convert-ly\
45   bin/lilypond-book\
46   bin/ly2dvi\
47   bin/$(program_prefix)lilypond$(program_suffix)\
48   bin/$(program_prefix)mi2mu$(program-suffix)\
49   info/lilypond.info\
50   man/man1/mi2mu.1\
51   man/man1/lilypond.1\
52   man/man1/lilypond-book.1\
53   man/man1/ly2dvi.1\
54   man/man1/convert-ly.1\
55   lib/texmf/texmf/tex/lilypond\
56   lib/texmf/texmf/fonts/source/public/lilypond\
57   share/lilypond/\
58   share/locale/*/LC_MESSAGES/lilypond.mo\
59
60
61 INSTALLED_DIST_FILES = $(addprefix $(prefix:/%=%)/, $(INSTALL_DIST_FILES))
62
63
64