lilypond-1.1.28
[lilypond.git] / make / generic-vars.make
blob8c90d01de8ae2936c3f29f967cff677d31c7772b
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
11 buildscripts = $(depth)/buildscripts
14 flower-dir = $(depth)/flower
15 lib-dir = $(depth)/lib
16 lily-dir = $(depth)/lily
17 mi2mu-dir = $(depth)/mi2mu
18 make-dir = $(depth)/make
19 include-lib = $(depth)/lib/include
20 include-flower = $(depth)/flower/include
24 LILYPOND_INCLUDES = $(include-lib) $(depth)/lib/$(outdir) $(include-flower) $(depth)/flower/$(outdir)
27 # should use to create .spec ?
29 # installed by 'make installextradoc'
30 EXTRA_DOC_FILES = \
31 ANNOUNCEMENT ANNOUNCE-0.1 AUTHORS.txt BUGS COPYING DEDICATION INSTALL.txt NEWS PATCHES.txt README.txt TODO \
32 Documentation/out/*.txt\
33 Documentation/tex/*.doc\
34 Documentation/tex/*.bib\
35 Documentation/pictures/out/lelie_logo.gif\
36 input\
37 mutopia\
39 INSTALLED_EXTRA_DOC_FILES = $(addprefix $(prefix:/%=%)/doc/lilypond/, $(EXTRA_DOC_FILES))
41 # installed by 'make install'
42 INSTALL_DIST_FILES = \
43 bin/convert-mudela\
44 bin/mudela-book\
45 bin/ly2dvi\
46 bin/lilypond$(DOTEXE)\
47 bin/mi2mu$(DOTEXE)\
48 info/lilypond.info\
49 man/man1/mi2mu.1\
50 man/man1/lilypond.1\
51 man/man1/mudela-book.1\
52 man/man1/ly2dvi.1\
53 man/man1/convert-mudela.1\
54 lib/texmf/texmf/tex/lilypond\
55 lib/texmf/texmf/fonts/source/public/lilypond\
56 share/lilypond/\
57 share/locale/*/LC_MESSAGES/lilypond.mo\
60 INSTALLED_DIST_FILES = $(addprefix $(prefix:/%=%)/, $(INSTALL_DIST_FILES))