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
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
)
25 LILYPOND_LDFLAGS
= -L
$(depth
)/lib
/$(outdir
) -L
$(depth
)/flower
/$(outdir
)
29 # should use to create .spec ?
31 # installed by 'make installextradoc'
33 ANNOUNCEMENT ANNOUNCE-0.1 AUTHORS.txt BUGS 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\
41 INSTALLED_EXTRA_DOC_FILES
= $(addprefix $(prefix:/%=%)/doc
/lilypond
/, $(EXTRA_DOC_FILES
))
43 # installed by 'make install'
44 INSTALL_DIST_FILES
= \
48 bin
/lilypond
$(DOTEXE
)\
53 man
/man1
/mudela-book
.1\
55 man
/man1
/convert-mudela
.1\
56 lib
/texmf
/texmf
/tex/lilypond\
57 lib
/texmf
/texmf
/fonts
/source
/public
/lilypond\
59 share
/locale
/*/LC_MESSAGES
/lilypond.mo\
62 INSTALLED_DIST_FILES
= $(addprefix $(prefix:/%=%)/, $(INSTALL_DIST_FILES
))