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
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'
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\
44 INSTALLED_EXTRA_DOC_FILES
= $(addprefix $(prefix:/%=%)/doc
/lilypond
/, $(EXTRA_DOC_FILES
))
46 # installed by 'make install'
47 INSTALL_DIST_FILES
= \
51 bin
/$(program_prefix
)lilypond
$(program_suffix
)\
52 bin
/$(program_prefix
)mi2mu
$(program-suffix
)\
56 man
/man1
/lilypond-book
.1\
58 man
/man1
/convert-ly
.1\
59 lib
/texmf
/texmf
/tex/lilypond\
60 lib
/texmf
/texmf
/fonts
/source
/public
/lilypond\
62 share
/locale
/*/LC_MESSAGES
/lilypond.mo\
65 INSTALLED_DIST_FILES
= $(addprefix $(prefix:/%=%)/, $(INSTALL_DIST_FILES
))