2 # title specific top level makefile for LilyPond
9 # descent order into subdirectories
11 SUBDIRS = buildscripts scripts flower lily \
14 debian $(builddir)/stepmake \
19 SCRIPTS = configure aclocal.m4 autogen.sh
20 README_FILES = ChangeLog CHANGES COPYING DEDICATION NEWS README.mandrake ROADMAP
21 README_TXT_FILES = AUTHORS.txt README.txt INSTALL.txt FAQ.txt
22 IN_FILES := $(wildcard *.in)
23 EXTRA_DIST_FILES = $(wildcard *.el) vimrc VERSION $(README_FILES) $(SCRIPTS) $(IN_FILES) emacsclient.patch lexer-gcc-3.0.patch darwin.patch .cvsignore
24 NON_ESSENTIAL_DIST_FILES = $(README_TXT_FILES)
25 INSTALLATION_DIR=$(datadir)
26 INSTALLATION_FILES=$(configuration) VERSION
30 STEPMAKE_TEMPLATES=toplevel po install
31 include $(depth)/make/stepmake.make
35 $(footify) --index=./ `$(FIND) . -maxdepth 1 -name '*.html' -print`
36 $(footify-all-command)
39 $(MAKE) -C $(depth)/mf
41 run-reqs: builddir-setup fonts lily
42 web-reqs: run-reqs pfa-fonts
45 $(MAKE) -C Documentation
48 $(MAKE) out=www -C Documentation WWW
52 $(MAKE) MAKE_PFA_FILES=1 -C mf
54 docdir = $(prefix)/share/doc/lilypond-$(TOPLEVEL_VERSION)
55 install-html-doc: html-doc
56 $(INSTALL) -d $(docdir)/html
57 tar -C $(docdir)/html -zxf $(outdir)/web.tar.gz
59 # KPATHSEA=0: Hack for compiling without kpathsea -- not recommended
60 my_tfm_path = $(TFM_PATH) /tmp /tmp /tmp /tmp /tmp /tmp
64 $(INSTALL) -d $(datadir)
66 $(foreach i, 1 2 3 4 5, rm -f $(datadir)/tfm.$(i); $(LN_S) $(word $(i), $(my_tfm_path)) $(datadir)/tfm.$(i) ; )
70 TOP_HTMLS = index.html short-examples.html long-examples.html
72 short-examples: web-reqs
73 $(MAKE) out=www -C input WWW
74 $(PYTHON) $(buildscript-dir)/mutopia-index.py -o $(builddir)/$@.html input/
76 long-examples: web-reqs
77 $(MAKE) out=www -C mutopia WWW
78 $(PYTHON) $(buildscript-dir)/mutopia-index.py -o $(builddir)/$@.html mutopia/
80 lily: lily/$(outdir)/lilypond
82 lily/$(outdir)/lilypond:
85 local-web: web-doc $(TOP_HTMLS:%.html=%) footify do-top-doc top-web
87 web-ext = gz html midi pdf png txt
89 cd $(builddir) && rm -f `find . -name \*.html~ -print`
90 cd $(builddir) && find Documentation input mutopia \
91 $(web-ext:%=-path '*/out-www/*.%' -or) -false \
93 cd $(builddir) && ls *.png *.html >> $(outdir)/weblist
94 cat $(outdir)/weblist | (cd $(builddir); GZIP=-9v tar -czf $(outdir)/web.tar.gz -T -)
96 src-ext = c cc yy ll hh icc py scm tex ps texi itexi tely itely sh
98 etags $(shell find . $(src-ext:%=-name '*.%' -or) -false | grep -v '/out')
106 local-WWW-clean: top-WWW-clean
109 $(MAKE) -C Documentation WWW-clean
110 $(MAKE) -C input WWW-clean
111 $(MAKE) -C mutopia WWW-clean
114 cd $(depth)/$(builddir) && rm -f $(TOP_HTMLS) lily-[0-9]*.png
115 $(SHELL) $(buildscript-dir)/clean-fonts.sh
119 default: builddir-setup
121 builddir-setup: $(depth)/$(builddir)/share/lilypond/$(TOPLEVEL_VERSION)-force
123 $(depth)/$(builddir)/share/lilypond/$(TOPLEVEL_VERSION)-force:
124 # Preparing LilyPond tree for builddir exec
125 @echo Making $(depth)/$(builddir)/share
126 @cd $(depth)/$(builddir) && rm -rf share
127 @cd $(depth)/$(builddir) && mkdir -p share/lilypond
128 @cd $(depth)/$(builddir)/share/lilypond && mkdir -p $(TOPLEVEL_VERSION)
129 @cd $(depth)/$(builddir)/share/lilypond/$(TOPLEVEL_VERSION) && \
130 ln -s ../../../$(srcdir)/ly ly && \
131 ln -s ../../../mf/$(outconfbase) dvips && \
132 ln -s ../../../mf/$(outconfbase) afm && \
133 ln -s ../../../mf/$(outconfbase) tfm && \
134 ln -s ../../../$(srcdir)/mf && \
135 ln -s ../../../$(srcdir)/ps && \
136 ln -s ../../../$(srcdir)/scm
137 @cd $(depth)/$(builddir)/share/lilypond/$(TOPLEVEL_VERSION) && \
139 @cd $(depth)/$(builddir)/share/lilypond/$(TOPLEVEL_VERSION)/tex && \
140 ln -s ../../../../$(srcdir)/tex source && \
141 ln -s ../../../../mf/$(outconfbase) generate
142 @cd $(depth)/$(builddir)/share/lilypond/$(TOPLEVEL_VERSION) && \
144 @cd $(depth)/$(builddir)/share/lilypond/$(TOPLEVEL_VERSION)/fonts && \
145 ln -s ../../../../$(srcdir)/mf source && \
146 ln -s ../../../../mf/$(outconfbase) afm && \
147 ln -s ../../../../mf/$(outconfbase) tfm && \
148 ln -s ../../../../mf/$(outconfbase) type1
150 local-clean: builddir-setup-clean
151 builddir-setup-clean:
152 @cd $(depth)/$(builddir) && rm -rf share