5 SUBDIRS = python scripts \
12 stepmake $(documentation-dir)
15 ## this convoluted construction is necessary, since we don't know the
16 ## value of DOCUMENTATION here.
17 documentation-dir=$(if $(findstring no,$(DOCUMENTATION)),,Documentation)
19 SCRIPTS = configure autogen.sh smart-autogen.sh smart-configure.sh
20 README_FILES = COPYING COPYING.FDL DEDICATION ROADMAP THANKS HACKING \
21 LICENSE LICENSE.DOCUMENTATION
22 TOPDOC_FILES = AUTHORS INSTALL README NEWS
23 TOPDOC_TXT_FILES = $(addprefix $(top-build-dir)/Documentation/topdocs/$(outdir)/,$(addsuffix .txt,$(TOPDOC_FILES)))
24 IN_FILES := $(call src-wildcard,*.in)
26 RELEASE_FILES = ChangeLog RELEASE-COMMIT
27 RELEASE_OUT_FILES = $(RELEASE_FILES:%=$(outdir)/%)
28 OUT_DIST_FILES += $(RELEASE_OUT_FILES)
29 EXTRA_DIST_FILES = VERSION .gitignore .mailmap \
30 $(README_FILES) $(SCRIPTS) $(IN_FILES)
31 INSTALLATION_DIR=$(local_lilypond_datadir)
32 INSTALLATION_FILES=$(config_make) VERSION
36 STEPMAKE_TEMPLATES=toplevel po install
37 LOCALSTEPMAKE_TEMPLATES=lilypond
39 include $(depth)/make/stepmake.make
41 .PHONY: test info website
43 local-dist: refresh-release-files dist-toplevel-txt-files
45 all: $(outdir)/VERSION
47 $(outdir)/VERSION: $(config_make) VERSION
49 echo $(TOPLEVEL_VERSION) > $@
51 $(outdir)/ChangeLog: $(outdir)/VERSION
52 @echo 'See http://git.savannah.gnu.org/gitweb/?p=lilypond.git;a=log;h=refs/tags/release/$(TOPLEVEL_VERSION)-1' > $@
54 $(outdir)/RELEASE-COMMIT: # FIXME: any file in $(top-src-dir)/.git/ we can depend on and be sure RELEASE-COMMIT is up to date?
55 git --git-dir=$(top-src-dir)/.git show HEAD | head -100 > $@
57 # junk me as soon as RELEASE-COMMIT FIXME: has been addressed
58 refresh-release-files:
59 test -d $(top-src-dir)/.git && rm -f $(RELEASE_OUT_FILES)
60 $(MAKE) $(RELEASE_OUT_FILES)
65 top-doc: python-modules
67 local-clean: local-clean-ChangeLog
69 local-clean-ChangeLog:
72 dist-toplevel-txt-files: top-doc
74 ln $(TOPDOC_TXT_FILES) $(distdir)
75 ln $(top-src-dir)/stepmake/aclocal.m4 $(distdir)
78 $(foreach d, $(INFO_DIRECTORIES),$(MAKE) -C $(d) out=www info && ) true
81 $(MAKE) out=www COPY_INFO_IMAGES=1 install-info-WWW
84 $(MAKE) -C scripts man install-help2man
85 $(MAKE) -C lily man install-help2man
88 $(MAKE) out=www install-WWW
89 $(MAKE) out=www install-info-WWW
92 $(MAKE) out=www uninstall-WWW
95 $(INSTALL) -d $(DESTDIR)$(local_lilypond_datadir)
101 # All web targets, except info image symlinks and info docs are
102 # installed in non-recursing target from TOP-SRC-DIR
104 -$(INSTALL) -m 755 -d $(DESTDIR)$(webdir)
105 rsync -rl --exclude='*.signature' $(outdir)/offline-root $(DESTDIR)$(webdir)
106 $(MAKE) -C Documentation omf-local-install
109 $(foreach d, $(INFO_DIRECTORIES),$(MAKE) -C $(d) install-info && ) true
112 rm -rf $(DESTDIR)$(webdir)
113 -rmdir $(package_docdir)
114 $(MAKE) -C Documentation uninstall
117 # For online docs with content negotiation, issue `make doc WEB_TARGETS=online'
118 # For both online and offline docs, issue `make doc WEB_TARGETS="offline online"'
119 WEB_TARGETS = offline
121 WEB_ROOT_FILES = $(WEB_TARGETS:%=$(outdir)/%-root/index.html)
123 WEB_EXAMPLE_FILES = $(wildcard input/$(outdir)/*.ly) \
124 $(wildcard input/*/$(outdir)/*.ly) \
125 $(wildcard input/*/*/$(outdir)/*.ly)
127 WEB_TRACKED_FILES = $(filter-out $(outdir)/index.html, \
128 $(shell bash -O nullglob -c "echo $(outdir)/*.{midi,html,pdf,png,jpg,jpeg,txt,ly,ily,signature,css,zip,js,idx,php}")) \
129 $(shell bash -O nullglob -c "echo input/$(outdir)/*.{midi,html,pdf,png,jpg,jpeg,txt,ly,ily,signature,css,zip,js,idx,php}") \
130 $(shell bash -O nullglob -c "echo input/*/$(outdir)/*.{midi,html,pdf,png,jpg,jpeg,txt,ly,ily,signature,css,zip,js,idx,php}") \
131 $(shell bash -O nullglob -c "echo input/*/*/$(outdir)/*.{midi,html,pdf,png,jpg,jpeg,txt,ly,ily,signature,css,zip,js,idx,php}") \
132 $(shell bash -O nullglob -c "echo input/regression/lilypond-book/$(outdir)/*.{info,tex}") \
133 $(shell bash -O nullglob -c "echo Documentation/$(outdir)/*.{midi,html,pdf,png,jpg,jpeg,txt,ly,ily,signature,css,zip,js,idx,php}") \
134 $(shell bash -O nullglob -c "echo Documentation/$(outdir)/*/*.{midi,html,pdf,png,jpg,jpeg,txt,ly,ily,signature,css,zip,js,idx,php}")
136 WWW-post: $(top-build-dir)/.htaccess $(outdir)/examples.html $(WEB_ROOT_FILES)
138 # need UTF8 setting in case this is hosted on a website.
139 $(top-build-dir)/.htaccess:
140 echo -e 'AddDefaultCharset utf-8\nAddCharset utf-8 .html\nAddCharset utf-8 .en\nAddCharset utf-8 .nl\nAddCharset utf-8 .txt\n' > $(top-build-dir)/.htaccess
142 $(outdir)/examples.html: $(WEB_EXAMPLE_FILES)
143 $(buildscript-dir)/mutopia-index -o $(outdir)/examples.html input/
145 $(outdir)/offline-root/index.html: $(WEB_TRACKED_FILES)
146 $(buildscript-dir)/www_post $(PACKAGE_NAME) $(TOPLEVEL_VERSION) $(outdir) offline
147 find $(outdir)/offline-root -type l | xargs rm -f
149 $(outdir)/online-root/index.html: $(WEB_TRACKED_FILES)
150 $(buildscript-dir)/www_post $(PACKAGE_NAME) $(TOPLEVEL_VERSION) $(outdir) online
151 endif # ifeq ($(out),www)
153 # For those who cannot for the life in them remember to type
154 # WEB_TARGETS=..., just bloody make all doc stuff, already.
156 $(MAKE) WEB_TARGETS='online offline' doc
158 tree-prefix = $(outdir)
159 tree-bin = $(tree-prefix)/bin
160 tree-lib = $(tree-prefix)/lib
161 tree-share = $(tree-prefix)/share
163 # Don't put version numbers here. During development
164 # they make no sense, and cause EPS files to become invalid.
166 tree-share-prefix = $(tree-share)/lilypond/current
167 tree-lib-prefix = $(tree-lib)/lilypond/current
171 $(foreach i, $(C_DIRS), $(MAKE) -C $(i) clean &&) true
173 src-ext = c cc yy ll hh icc py scm tex ps texi itexi tely itely sh
175 doc-clean: snippets-clean $(tree-share-prefix)/lilypond-force
177 default: $(config_h) build-dir-setup build-scripts
179 build-dir-setup: $(tree-share-prefix)/lilypond-force
182 $(MAKE) -C scripts/build
184 PO_FILES = $(call src-wildcard,$(src-depth)/po/*.po)
185 HELP_CATALOGS = $(PO_FILES:po/%.po=%)
186 CATALOGS = $(HELP_CATALOGS:lilypond=)
188 # Preparing LilyPond tree for build-dir exec
189 link-tree: $(tree-share-prefix)/lilypond-force
191 $(tree-share-prefix)/lilypond-force: GNUmakefile $(outdir)/VERSION
192 cd $(top-build-dir)/$(outbase) && rm -rf bin lib share
194 mkdir -p $(tree-share-prefix)
195 mkdir -p $(tree-lib-prefix)
196 mkdir -p $(tree-share-prefix)/elisp
197 mkdir -p $(tree-share-prefix)/fonts
198 mkdir -p $(tree-share-prefix)/fonts/otf
199 mkdir -p $(tree-share-prefix)/fonts/tfm
200 mkdir -p $(tree-share-prefix)/fonts/type1
201 mkdir -p $(tree-share-prefix)/fonts/svg
202 mkdir -p $(tree-share-prefix)/fonts/map
203 mkdir -p $(tree-share-prefix)/fonts/enc
204 mkdir -p $(tree-share-prefix)/tex
206 ln -sf ../../lily/$(outconfbase)/lilypond . && \
207 for i in abc2ly convert-ly etf2ly lilymidi lilypond-book lilypond-invoke-editor midi2ly musicxml2ly; \
208 do ln -sf ../../scripts/$(outconfbase)/$$i . ; done
209 cd $(tree-lib-prefix) && \
210 ln -s ../../../../python/$(outconfbase) python
211 cd $(tree-share-prefix) && \
212 ln -s $(top-src-dir)/ly ly && \
213 ln -s ../../../../mf mf && \
214 ln -s $(top-src-dir)/ps && \
215 ln -s ../../../../python/$(outconfbase) python && \
216 ln -s $(top-src-dir)/scm && \
217 ln -s $(top-src-dir)/scripts scripts
218 cd $(tree-share-prefix)/tex && \
219 ln -s $(top-src-dir)/tex source && \
220 ln -s ../../../../../tex/$(outconfbase) tex-out && \
222 cd $(tree-share-prefix)/fonts && \
223 ln -s $(top-src-dir)/mf source && \
225 -cd $(tree-share-prefix)/elisp && \
226 ln -sf ../../../../../elisp/$(outconfbase)/lilypond-words.el . && \
227 ln -s $(top-src-dir)/elisp/*.el .
228 $(foreach i,$(CATALOGS), \
229 (mkdir -p $(tree-share)/locale/$i/LC_MESSAGES && \
230 cd $(tree-share)/locale/$i/LC_MESSAGES && \
231 ln -sf ../../../../../po/$(outconfbase)/$i.mo lilypond.mo) &&) true
232 touch $(tree-share-prefix)/lilypond-force
234 link-mf-tree: $(tree-share-prefix)/mf-link-tree
236 $(tree-share-prefix)/mf-link-tree: $(tree-share-prefix)/lilypond-force
237 -rm -f $(tree-share-prefix)/fonts/otf/* && \
238 rm -f $(tree-share-prefix)/fonts/svg/* && \
239 rm -f $(tree-share-prefix)/fonts/fonts.conf && \
240 rm -f $(tree-share-prefix)/fonts/tfm/* && \
241 rm -f $(tree-share-prefix)/fonts/type1/* && \
242 cd $(tree-share-prefix)/fonts/otf && \
243 ln -s ../../../../../../mf/$(outconfbase)/*.otf .
244 -cd $(tree-share-prefix)/fonts && \
245 ln -s ../../../../../mf/$(outconfbase)/fonts.conf .
246 -cd $(tree-share-prefix)/fonts/svg && \
247 ln -s ../../../../../../mf/$(outconfbase)/*.svg .
248 -cd $(tree-share-prefix)/fonts/svg && \
249 ln -s ../../../../../../mf/$(outconfbase)/*.woff .
250 -cd $(tree-share-prefix)/fonts/tfm && \
251 ln -s ../../../../../../mf/$(outconfbase)/*.tfm .
252 -cd $(tree-share-prefix)/fonts/type1 && \
253 ln -s ../../../../../../mf/$(outconfbase)/*.pf? .
254 touch $(tree-share-prefix)/mf-link-tree
257 etags -o $@ $(find $(top-src-dir) -name 'GNUmakefile*' -o -name '*.make')
259 $(config_h): config.hh.in
261 # this is to prevent people from getting
262 # undefined symbols when we add them to config.h.in,
263 # and they blindly run "cvs update; make".
266 @echo ' *** $(config_h) is out of date'
267 @echo ' *** Remove it and rerun autogen:'
268 @echo ' rm $(config_h); ./autogen.sh'
273 $(MAKE) -C scripts/build
274 PATH=$(buildscript-dir):$(PATH) $(buildscript-dir)/grand-replace
277 ################################################################
280 RESULT_DIR=$(top-build-dir)/out/test-results
284 @echo 'For tracking crashes: use'
286 @echo ' grep sourcefilename `grep -L systems.texi out/lybook-testdb/*/*log|sed s/log/ly/g`'
288 $(MAKE) -C input/regression out=test local-test
289 $(MAKE) -C input/regression/midi out=test local-test
290 $(MAKE) -C input/regression/musicxml out=test local-test
291 $(MAKE) -C input/regression/abc2ly out=test local-test
292 $(MAKE) -C input/regression/lilypond-book out=test local-test
295 @if test -d .git ; then \
296 $(if $(shell git diff), echo "commit before base lining" && false,true) ; \
300 $(MAKE) out=test -C input/regression local-test-baseline
301 $(MAKE) out=test -C input/regression/midi local-test-baseline
302 $(MAKE) out=test -C input/regression/musicxml local-test-baseline
303 $(MAKE) out=test -C input/regression/abc2ly local-test-baseline
304 $(MAKE) out=test -C input/regression/lilypond-book local-test-baseline
305 $(MAKE) test-snippets-clean
310 mkdir -p $(RESULT_DIR)
311 $(buildscript-dir)/output-distance --create-images --output-dir $(RESULT_DIR) \
312 input/regression/out-test-baseline input/regression/out-test \
313 input/regression/midi/out-test-baseline input/regression/midi/out-test
314 @find input ly -name '*.ly' -print |grep -v 'out.*/' | xargs grep '\\version' -L | grep -v "standard input" |sed 's/^/**** Missing version: /g'
318 for a in `cat $(RESULT_DIR)/changed.txt` ; do \
319 echo removing $$a* ; \
324 test-clean: test-snippets-clean
325 $(MAKE) -C input/regression out=test clean
331 rm -rf out/lybook-testdb
333 # we want this separate for security; see CG 4.2. -gp
335 $(MAKE) config_make=$(config_make) \
336 top-src-dir=$(top-src-dir) \
337 -f $(top-src-dir)/make/website.make \