]> git.donarmstrong.com Git - lilypond.git/blob - GNUmakefile.in
Merge branch 'master' of git://git.sv.gnu.org/lilypond
[lilypond.git] / GNUmakefile.in
1 # -*-Makefile-*-
2
3 depth = .
4
5 SUBDIRS = buildscripts 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 
20 README_FILES = COPYING DEDICATION ROADMAP THANKS HACKING
21 TOPDOC_FILES = AUTHORS README INSTALL NEWS
22 TOPDOC_TXT_FILES = $(addprefix $(top-build-dir)/Documentation/topdocs/$(outdir)/,$(addsuffix .txt,$(TOPDOC_FILES)))
23 IN_FILES := $(call src-wildcard,*.in)
24
25 EXTRA_DIST_FILES = VERSION .cvsignore .gitignore SConstruct \
26   $(README_FILES) $(SCRIPTS) $(IN_FILES) 
27 INSTALLATION_DIR=$(local_lilypond_datadir)
28 INSTALLATION_FILES=$(config_make) VERSION
29
30 # bootstrap stepmake:
31 #
32 STEPMAKE_TEMPLATES=toplevel po install
33 include $(depth)/make/stepmake.make
34
35 #
36 # suggested settings
37 #
38 # LILYPOND_JOBS= -djob-count=X   ## for SMP/Multicore machine
39
40 include local.make
41
42 local-dist: dist-toplevel-txt-files dist-changelog
43
44 dist-changelog:
45         if  test -d $(top-src-dir)/.git ; then \
46                 cd $(top-src-dir) && git-whatchanged gub-2.9.29-2.. > $(distdir)/ChangeLog ; \
47         else \
48                 cp $(top-src-dir)/ChangeLog $(distdir) ; \
49         fi
50
51 all: $(outdir)/VERSION
52
53 $(outdir)/VERSION: $(config_make) VERSION
54         -mkdir -p $(outdir)
55         echo $(TOPLEVEL_VERSION) > $@
56
57 dist-toplevel-txt-files:
58         -mkdir -p $(distdir)
59         ln $(TOPDOC_TXT_FILES) $(distdir)/
60         ln $(top-src-dir)/stepmake/aclocal.m4 $(distdir)/
61
62 doc: 
63         $(MAKE) -C Documentation
64
65 install-WWW:
66         -$(INSTALL) -m 755 -d $(DESTDIR)$(webdir)
67         rsync -rl $(outdir)/offline-root/ $(DESTDIR)$(webdir)
68         $(MAKE) -C Documentation/user local-install-WWW
69         $(MAKE) -C Documentation/user install-info
70
71 install-help2man:
72         $(MAKE) -C scripts man install-help2man
73         $(MAKE) -C lily man install-help2man
74
75 web-install:
76         $(MAKE) out=www install-WWW
77
78 uninstall-WWW:
79         echo TODO
80
81 web-uninstall:
82         $(MAKE) out=www uninstall-WWW
83
84 local-install:
85         $(INSTALL) -d $(DESTDIR)$(local_lilypond_datadir)
86
87 final-install:
88         @true
89
90
91 # For online docs with content negotiation, issue `make web WEB_TARGETS=online'
92 # For both online and offline docs, issue `make web WEB_TARGETS="offline online"'
93 WEB_TARGETS = offline
94
95 local-WWW-post:
96 # need UTF8 setting in case this is hosted on a website. 
97         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
98         $(PYTHON) $(buildscript-dir)/mutopia-index.py -o $(outdir)/examples.html input/
99         rm -rf $(outdir)/online-root
100         rm -rf $(outdir)/offline-root
101         $(PYTHON) $(buildscript-dir)/www_post.py $(PACKAGE_NAME) $(TOPLEVEL_VERSION) $(buildscript-dir) $(outdir) "$(WEB_TARGETS)"
102
103 tree-prefix = $(outdir)
104 tree-bin = $(tree-prefix)/bin
105 tree-lib = $(tree-prefix)/lib
106 tree-share = $(tree-prefix)/share
107 tree-share-prefix = $(tree-share)/lilypond/$(TOPLEVEL_VERSION)
108 tree-share-prefix-current = $(tree-share)/lilypond/current
109 tree-lib-prefix = $(tree-lib)/lilypond/$(TOPLEVEL_VERSION)
110 tree-lib-prefix-current = $(tree-lib)/lilypond/current
111
112 C_DIRS = flower lily
113 c-clean:
114         $(foreach i, $(C_DIRS), $(MAKE) -C $(i) clean &&) true
115
116 src-ext = c cc yy ll hh icc py scm tex ps texi itexi tely itely sh
117
118 web-clean:
119         $(MAKE) out=www clean
120         $(MAKE) $(tree-share-prefix)/lilypond-force
121
122 default: $(config_h) build-dir-setup 
123
124 build-dir-setup: $(tree-share-prefix)/lilypond-force
125
126 PO_FILES = $(call src-wildcard,$(src-depth)/po/*.po)
127 HELP_CATALOGS = $(PO_FILES:po/%.po=%)
128 CATALOGS = $(HELP_CATALOGS:lilypond=) 
129
130 $(tree-share-prefix)/lilypond-force link-tree: GNUmakefile $(outdir)/VERSION 
131 # Preparing LilyPond tree for build-dir exec
132         cd $(top-build-dir)/$(outbase) && rm -rf bin lib share
133         mkdir -p $(tree-bin)
134         mkdir -p $(tree-share-prefix)
135         ln -s $(TOPLEVEL_VERSION) $(tree-share-prefix-current)
136         mkdir -p $(tree-lib-prefix)
137         ln -s $(TOPLEVEL_VERSION) $(tree-lib-prefix-current)
138         mkdir -p $(tree-share-prefix)/elisp
139         mkdir -p $(tree-share-prefix)/fonts
140         mkdir -p $(tree-share-prefix)/fonts/otf
141         mkdir -p $(tree-share-prefix)/fonts/tfm
142         mkdir -p $(tree-share-prefix)/fonts/type1
143         mkdir -p $(tree-share-prefix)/fonts/svg
144         mkdir -p $(tree-share-prefix)/fonts/map
145         mkdir -p $(tree-share-prefix)/fonts/enc
146         mkdir -p $(tree-share-prefix)/tex
147         cd $(tree-bin) && \
148                 ln -sf ../../lily/$(outconfbase)/lilypond . && \
149                 for i in abc2ly convert-ly etf2ly lilypond-book lilypond-invoke-editor midi2ly musicxml2ly; \
150                         do ln -sf ../../scripts/$(outconfbase)/$$i . ; done
151         cd $(tree-lib-prefix) && \
152                 ln -s ../../../../python/$(outconfbase) python
153         cd $(tree-share-prefix) && \
154                 ln -s $(top-src-dir)/ly ly && \
155                 ln -s ../../../../mf mf && \
156                 ln -s $(top-src-dir)/ps && \
157                 ln -s ../../../../python/$(outconfbase) python && \
158                 ln -s $(top-src-dir)/scm && \
159                 ln -s $(top-src-dir)/scripts scripts
160         cd $(tree-share-prefix)/tex && \
161                 ln -s $(top-src-dir)/tex source && \
162                 ln -s ../../../../../tex/$(outconfbase) tex-out && \
163                 ln -s ../../../../../mf/$(outconfbase) mf-out
164
165         cd $(tree-share-prefix)/fonts && \
166                 ln -s $(top-src-dir)/mf source && \
167                 true
168         -cd $(tree-share-prefix)/elisp && \
169                 ln -sf ../../../../../../elisp/$(outconfbase)/lilypond-words.el . && \
170                 ln -s $(top-src-dir)/elisp/*.el .
171         $(foreach i,$(CATALOGS), \
172                 (mkdir -p $(tree-share)/locale/$i/LC_MESSAGES && \
173                 cd $(tree-share)/locale/$i/LC_MESSAGES && \
174                 ln -sf ../../../../../po/$(outconfbase)/$i.mo lilypond.mo) &&) true
175         touch $(tree-share-prefix)/lilypond-force
176
177 $(tree-share-prefix)/mf-link-tree link-mf-tree: $(tree-share-prefix)/lilypond-force
178         -rm -f $(tree-share-prefix)/fonts/otf/* &&  \
179         rm -f $(tree-share-prefix)/fonts/svg/* &&  \
180         rm -f $(tree-share-prefix)/fonts/tfm/* &&  \
181         rm -f $(tree-share-prefix)/fonts/type1/* &&  \
182                 cd $(tree-share-prefix)/fonts/otf && \
183                 ln -s ../../../../../../mf/$(outconfbase)/*.otf .
184         -cd $(tree-share-prefix)/fonts/svg && \
185                 ln -s ../../../../../../mf/$(outconfbase)/*.svg .
186         -cd $(tree-share-prefix)/fonts/tfm && \
187                 ln -s ../../../../../../mf/$(outconfbase)/*.tfm .
188         -cd $(tree-share-prefix)/fonts/type1 && \
189                 ln -s ../../../../../../mf/$(outconfbase)/*.pfa .
190
191 TAGS.make: dummy
192         etags -o $@ $(find $(top-src-dir) -name 'GNUmakefile*' -o -name '*.make')
193
194 $(config_h): config.hh.in
195 #
196 # this is to prevent people from getting
197 # undefined symbols  when we add them to config.h.in,
198 # and they blindly run "cvs update; make".
199 #
200         @echo
201         @echo ' *** $(config_h) is out of date'
202         @echo ' *** Remove it and rerun autogen:'
203         @echo '         rm $(config_h); ./autogen.sh'
204         @echo
205         @false
206
207
208 ################################################################
209 # testing
210
211 RESULT_DIR=$(top-build-dir)/out/test-results
212 OUT_TEST=test
213
214
215 test:
216         rm -f input/regression/out-$(OUT_TEST)/collated-files.html
217         $(MAKE) -C input/regression/ out=$(OUT_TEST) LILYPOND_BOOK_LILYPOND_FLAGS="--backend=eps --formats=ps $(LILYPOND_JOBS) -dseparate-log-files -dinclude-eps-fonts -dgs-load-fonts --header=texidoc -I $(top-src-dir)/input/manual -ddump-profile -dcheck-internal-types -ddump-signatures -danti-alias-factor=1" LILYPOND_BOOK_VERBOSE= out-$(OUT_TEST)/collated-files.html 
218         @find input ly -name '*.ly' -print |grep -v 'out.*/' | xargs grep '\\version' -L | grep -v "standard input" |sed 's/^/**** Missing version: /g' 
219         if test -d .git  ; then \
220                 echo -e 'HEAD is:\n\n\t' ; \
221                 git log --max-count=1 --pretty=oneline ;\
222                 echo -e '\n\n\n' ; \
223                 git diff ; \
224         fi > input/regression/out-test/tree.gittxt
225
226 test-baseline: test
227         rm -rf input/regression/out-test-baseline
228         mv input/regression/out-test input/regression/out-test-baseline
229
230 local-check: test
231         rm -rf $(RESULT_DIR)
232         mkdir -p $(RESULT_DIR)
233         $(PYTHON) $(buildscript-dir)/output-distance.py --create-images --output-dir $(RESULT_DIR) input/regression/out-test-baseline input/regression/out-test/
234
235
236 test-redo:
237         for a in `cat $(RESULT_DIR)/changed.txt` ; do \
238                 echo removing $$a* ; \
239                 rm -f $$a* ;\
240         done
241         $(MAKE) check
242
243 test-clean:
244         $(MAKE) -C input/regression/ out=$(OUT_TEST) clean