]> git.donarmstrong.com Git - lilypond.git/blob - GNUmakefile.in
Merge branch 'master' into lilypond/translation
[lilypond.git] / GNUmakefile.in
1 # -*-Makefile-*-
2
3 depth = .
4
5 SUBDIRS = python scripts \
6         flower lily \
7         mf ly \
8         tex ps scm \
9         po make \
10         elisp vim \
11         input \
12         stepmake $(documentation-dir)
13
14
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)
18
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)
25
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
33
34 # bootstrap stepmake:
35 #
36 STEPMAKE_TEMPLATES=toplevel po install
37 LOCALSTEPMAKE_TEMPLATES=lilypond
38
39 include $(depth)/make/stepmake.make
40
41 .PHONY: test info website
42
43 local-dist: refresh-release-files dist-toplevel-txt-files
44
45 all: $(outdir)/VERSION
46
47 $(outdir)/VERSION: $(config_make) VERSION
48         -mkdir -p $(outdir)
49         echo $(TOPLEVEL_VERSION) > $@
50
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' > $@
53
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 > $@
56
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)
61
62 python-modules:
63         $(MAKE) -C python
64
65 top-doc: python-modules
66
67 local-clean: local-clean-ChangeLog
68
69 local-clean-ChangeLog:
70         rm -f ChangeLog
71
72 dist-toplevel-txt-files: top-doc
73         -mkdir -p $(distdir)
74         ln $(TOPDOC_TXT_FILES) $(distdir)
75         ln $(top-src-dir)/stepmake/aclocal.m4 $(distdir)
76
77 info:
78         $(foreach d, $(INFO_DIRECTORIES),$(MAKE) -C $(d) out=www info && ) true
79
80 install-info: info
81         $(MAKE) out=www COPY_INFO_IMAGES=1 install-info-WWW
82
83 install-help2man:
84         $(MAKE) -C scripts man install-help2man
85         $(MAKE) -C lily man install-help2man
86
87 install-doc:
88         $(MAKE) out=www install-WWW
89         $(MAKE) out=www install-info-WWW
90
91 uninstall-doc:
92         $(MAKE) out=www uninstall-WWW
93
94 local-install:
95         $(INSTALL) -d $(DESTDIR)$(local_lilypond_datadir)
96
97 final-install:
98         @true
99
100 ifeq ($(out),www)
101 # All web targets, except info image symlinks and info docs are
102 # installed in non-recursing target from TOP-SRC-DIR
103 install-WWW:
104         -$(INSTALL) -m 755 -d $(DESTDIR)$(webdir)
105         rsync -rl --exclude='*.signature' $(outdir)/offline-root $(DESTDIR)$(webdir)
106         $(MAKE) -C Documentation omf-local-install
107
108 install-info-WWW:
109         $(foreach d, $(INFO_DIRECTORIES),$(MAKE) -C $(d) install-info && ) true
110
111 uninstall-WWW:
112         rm -rf $(DESTDIR)$(webdir)
113         -rmdir $(package_docdir)
114         $(MAKE) -C Documentation uninstall
115
116
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
120
121 WEB_ROOT_FILES = $(WEB_TARGETS:%=$(outdir)/%-root/index.html)
122
123 WEB_TRACKED_FILES = $(filter-out $(outdir)/index.html, \
124                     $(shell bash -O nullglob -c "echo $(outdir)/*.{midi,html,pdf,png,jpg,jpeg,txt,ly,ily,signature,css,zip,js,idx,php}")) \
125                     $(shell bash -O nullglob -c "echo input/$(outdir)/*.{midi,html,pdf,png,jpg,jpeg,txt,ly,ily,signature,css,zip,js,idx,php}") \
126                     $(shell bash -O nullglob -c "echo input/*/$(outdir)/*.{midi,html,pdf,png,jpg,jpeg,txt,ly,ily,signature,css,zip,js,idx,php}") \
127                     $(shell bash -O nullglob -c "echo input/*/*/$(outdir)/*.{midi,html,pdf,png,jpg,jpeg,txt,ly,ily,signature,css,zip,js,idx,php}") \
128                     $(shell bash -O nullglob -c "echo input/regression/lilypond-book/$(outdir)/*.{info,tex}") \
129                     $(shell bash -O nullglob -c "echo Documentation/$(outdir)/*.{midi,html,pdf,png,jpg,jpeg,txt,ly,ily,signature,css,zip,js,idx,php}") \
130                     $(shell bash -O nullglob -c "echo Documentation/$(outdir)/*/*.{midi,html,pdf,png,jpg,jpeg,txt,ly,ily,signature,css,zip,js,idx,php}")
131
132 WWW-post: $(top-build-dir)/.htaccess $(WEB_ROOT_FILES)
133
134 # need UTF8 setting in case this is hosted on a website.
135 $(top-build-dir)/.htaccess:
136         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
137
138 $(outdir)/offline-root/index.html: $(WEB_TRACKED_FILES)
139         $(buildscript-dir)/www_post $(PACKAGE_NAME) $(TOPLEVEL_VERSION) $(outdir) offline
140         find $(outdir)/offline-root -type l | xargs rm -f
141
142 $(outdir)/online-root/index.html: $(WEB_TRACKED_FILES)
143         $(buildscript-dir)/www_post $(PACKAGE_NAME) $(TOPLEVEL_VERSION) $(outdir) online
144 endif # ifeq ($(out),www)
145
146 # For those who cannot for the life in them remember to type
147 # WEB_TARGETS=..., just bloody make all doc stuff, already.
148 all-doc:
149         $(MAKE) WEB_TARGETS='online offline' doc
150
151 tree-prefix = $(outdir)
152 tree-bin = $(tree-prefix)/bin
153 tree-lib = $(tree-prefix)/lib
154 tree-share = $(tree-prefix)/share
155
156 # Don't put version numbers here. During development
157 # they make no sense, and cause EPS files to become invalid.
158
159 tree-share-prefix = $(tree-share)/lilypond/current
160 tree-lib-prefix = $(tree-lib)/lilypond/current
161
162 C_DIRS = flower lily
163 c-clean:
164         $(foreach i, $(C_DIRS), $(MAKE) -C $(i) clean &&) true
165
166 src-ext = c cc yy ll hh icc py scm tex ps texi itexi tely itely sh
167
168 doc-clean: snippets-clean $(tree-share-prefix)/lilypond-force
169
170 default: $(config_h) build-dir-setup build-scripts
171
172 build-dir-setup: $(tree-share-prefix)/lilypond-force
173
174 build-scripts:
175         $(MAKE) -C scripts/build
176
177 PO_FILES = $(call src-wildcard,$(src-depth)/po/*.po)
178 HELP_CATALOGS = $(PO_FILES:po/%.po=%)
179 CATALOGS = $(HELP_CATALOGS:lilypond=)
180
181 # Preparing LilyPond tree for build-dir exec
182 link-tree: $(tree-share-prefix)/lilypond-force
183
184 $(tree-share-prefix)/lilypond-force: GNUmakefile $(outdir)/VERSION
185         cd $(top-build-dir)/$(outbase) && rm -rf bin lib share
186         mkdir -p $(tree-bin)
187         mkdir -p $(tree-share-prefix)
188         mkdir -p $(tree-lib-prefix)
189         mkdir -p $(tree-share-prefix)/elisp
190         mkdir -p $(tree-share-prefix)/fonts
191         mkdir -p $(tree-share-prefix)/fonts/otf
192         mkdir -p $(tree-share-prefix)/fonts/tfm
193         mkdir -p $(tree-share-prefix)/fonts/type1
194         mkdir -p $(tree-share-prefix)/fonts/svg
195         mkdir -p $(tree-share-prefix)/fonts/map
196         mkdir -p $(tree-share-prefix)/fonts/enc
197         mkdir -p $(tree-share-prefix)/tex
198         cd $(tree-bin) && \
199                 ln -sf ../../lily/$(outconfbase)/lilypond . && \
200                 for i in abc2ly convert-ly etf2ly lilymidi lilypond-book lilypond-invoke-editor midi2ly musicxml2ly; \
201                         do ln -sf ../../scripts/$(outconfbase)/$$i . ; done
202         cd $(tree-lib-prefix) && \
203                 ln -s ../../../../python/$(outconfbase) python
204         cd $(tree-share-prefix) && \
205                 ln -s $(top-src-dir)/ly ly && \
206                 ln -s ../../../../mf mf && \
207                 ln -s $(top-src-dir)/ps && \
208                 ln -s ../../../../python/$(outconfbase) python && \
209                 ln -s $(top-src-dir)/scm && \
210                 ln -s $(top-src-dir)/scripts scripts
211         cd $(tree-share-prefix)/tex && \
212                 ln -s $(top-src-dir)/tex source && \
213                 ln -s ../../../../../tex/$(outconfbase) tex-out && \
214                 true
215         cd $(tree-share-prefix)/fonts && \
216                 ln -s $(top-src-dir)/mf source && \
217                 true
218         -cd $(tree-share-prefix)/elisp && \
219                 ln -sf ../../../../../elisp/$(outconfbase)/lilypond-words.el . && \
220                 ln -s $(top-src-dir)/elisp/*.el .
221         $(foreach i,$(CATALOGS), \
222                 (mkdir -p $(tree-share)/locale/$i/LC_MESSAGES && \
223                 cd $(tree-share)/locale/$i/LC_MESSAGES && \
224                 ln -sf ../../../../../po/$(outconfbase)/$i.mo lilypond.mo) &&) true
225         touch $(tree-share-prefix)/lilypond-force
226
227 link-mf-tree: $(tree-share-prefix)/mf-link-tree
228
229 $(tree-share-prefix)/mf-link-tree: $(tree-share-prefix)/lilypond-force
230         -rm -f $(tree-share-prefix)/fonts/otf/* &&  \
231         rm -f $(tree-share-prefix)/fonts/svg/* &&  \
232         rm -f $(tree-share-prefix)/fonts/fonts.conf &&  \
233         rm -f $(tree-share-prefix)/fonts/tfm/* &&  \
234         rm -f $(tree-share-prefix)/fonts/type1/* &&  \
235                 cd $(tree-share-prefix)/fonts/otf && \
236                 ln -s ../../../../../../mf/$(outconfbase)/*.otf .
237         -cd $(tree-share-prefix)/fonts && \
238                 ln -s ../../../../../mf/$(outconfbase)/fonts.conf .
239         -cd $(tree-share-prefix)/fonts/svg && \
240                 ln -s ../../../../../../mf/$(outconfbase)/*.svg .
241         -cd $(tree-share-prefix)/fonts/svg && \
242                 ln -s ../../../../../../mf/$(outconfbase)/*.woff .
243         -cd $(tree-share-prefix)/fonts/tfm && \
244                 ln -s ../../../../../../mf/$(outconfbase)/*.tfm .
245         -cd $(tree-share-prefix)/fonts/type1 && \
246                 ln -s ../../../../../../mf/$(outconfbase)/*.pf? .
247         touch $(tree-share-prefix)/mf-link-tree
248
249 TAGS.make: dummy
250         etags -o $@ $(find $(top-src-dir) -name 'GNUmakefile*' -o -name '*.make')
251
252 $(config_h): config.hh.in
253 #
254 # this is to prevent people from getting
255 # undefined symbols  when we add them to config.h.in,
256 # and they blindly run "cvs update; make".
257 #
258         @echo
259         @echo ' *** $(config_h) is out of date'
260         @echo ' *** Remove it and rerun autogen:'
261         @echo '         rm $(config_h); ./autogen.sh'
262         @echo
263         @false
264
265 grand-replace:
266         $(MAKE) -C scripts/build
267         PATH=$(buildscript-dir):$(PATH) $(buildscript-dir)/grand-replace
268
269
270 ################################################################
271 # testing
272
273 RESULT_DIR=$(top-build-dir)/out/test-results
274
275
276 test:
277         @echo 'For tracking crashes: use'
278         @echo
279         @echo '        grep sourcefilename `grep -L systems.texi out/lybook-testdb/*/*log|sed s/log/ly/g`'
280         @echo
281         $(MAKE) -C input/regression out=test local-test
282         $(MAKE) -C input/regression/midi out=test local-test
283         $(MAKE) -C input/regression/musicxml out=test local-test
284         $(MAKE) -C input/regression/abc2ly out=test local-test
285         $(MAKE) -C input/regression/lilypond-book out=test local-test
286
287 ifndef BASELINE_COMMIT
288 BASELINE_COMMIT:=HEAD
289 endif
290
291 ifdef LILYPOND_BASELINES
292 BASELINE_ARCHIVE:=$(LILYPOND_BASELINES)/baseline-$(shell git rev-list -1 $(BASELINE_COMMIT)).tar.gz
293
294 test-baseline: $(BASELINE_ARCHIVE)
295         tar xzf $(BASELINE_ARCHIVE)
296         $(MAKE) test-snippets-clean
297
298 $(BASELINE_ARCHIVE):
299         $(MAKE) test-baseline-create
300         tar czf $(BASELINE_ARCHIVE) input/regression/out-test-baseline \
301                 input/regression/midi/out-test-baseline \
302                 input/regression/musicxml/out-test-baseline \
303                 input/regression/abc2ly/out-test-baseline \
304                 input/regression/lilypond-book/out-test-baseline
305 else
306 test-baseline: test-baseline-create
307         $(MAKE) test-snippets-clean
308 endif
309
310 test-baseline-create:
311         @if test -d .git ; then \
312                 $(if $(shell git diff $(BASELINE_COMMIT)), echo "commit before base lining" && false,true) ; \
313         fi
314         $(MAKE)
315         $(MAKE) test
316         $(MAKE) out=test -C input/regression local-test-baseline
317         $(MAKE) out=test -C input/regression/midi local-test-baseline
318         $(MAKE) out=test -C input/regression/musicxml local-test-baseline
319         $(MAKE) out=test -C input/regression/abc2ly local-test-baseline
320         $(MAKE) out=test -C input/regression/lilypond-book local-test-baseline
321
322 local-check: test
323         rm -rf $(RESULT_DIR)
324         mkdir -p $(RESULT_DIR)
325         $(buildscript-dir)/output-distance --local-datadir --create-images --output-dir $(RESULT_DIR) \
326                 input/regression/out-test-baseline input/regression/out-test \
327                 input/regression/midi/out-test-baseline input/regression/midi/out-test 
328         @find input ly -name '*.ly' -print |grep -v 'out.*/' | xargs grep '\\version' -L | grep -v "standard input" |sed 's/^/**** Missing version: /g'
329
330
331 test-redo:
332         for a in `cat $(RESULT_DIR)/changed.txt` ; do \
333                 echo removing $$a* ; \
334                 rm -f $$a* ;\
335         done
336         $(MAKE) check
337
338 test-clean: test-snippets-clean
339         $(MAKE) -C input/regression out=test clean
340
341 snippets-clean:
342         rm -rf out/lybook-db
343
344 test-snippets-clean:
345         rm -rf out/lybook-testdb
346
347 # we want this separate for security; see CG 4.2.  -gp
348 website:
349         $(MAKE) config_make=$(config_make) \
350                 top-src-dir=$(top-src-dir) \
351                 -f $(top-src-dir)/make/website.make \
352                 website
353