lilypond-1.3.131
[lilypond.git] / make / generic-vars.make
blob78a11c5c23ecdaa040935d0e55ed4bf98ec64877
1 # title package specific variables
2 # file make/Variables.make
4 # do not change this file for site-wide extensions; please use
5 # make/$(outdir)/Site.make;
7 # Any change in files in this directory (make/) would be distributed, if
8 # you do make dist
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
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
29 LILYPOND_INCLUDES = $(include-lib) $(depth)/lib/$(outdir) $(include-flower) $(depth)/flower/$(outdir)
32 # should use to create .spec ?
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\
44 INSTALLED_EXTRA_DOC_FILES = $(addprefix $(prefix:/%=%)/doc/lilypond/, $(EXTRA_DOC_FILES))
46 # installed by 'make install'
47 INSTALL_DIST_FILES = \
48 bin/convert-ly\
49 bin/lilypond-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/lilypond-book.1\
57 man/man1/ly2dvi.1\
58 man/man1/convert-ly.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\
65 INSTALLED_DIST_FILES = $(addprefix $(prefix:/%=%)/, $(INSTALL_DIST_FILES))