5 SUBDIRS
= buildscripts 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 DEDICATION ROADMAP THANKS HACKING
21 TOPDOC_FILES
= AUTHORS INSTALL README NEWS
22 TOPDOC_TXT_FILES
= $(addprefix $(top-build-dir
)/Documentation
/topdocs
/$(outdir
)/,$(addsuffix .txt
,$(TOPDOC_FILES
)))
23 IN_FILES
:= $(call src-wildcard
,*.in
)
25 EXTRA_DIST_FILES
= VERSION .gitignore SConstruct \
26 $(README_FILES
) $(SCRIPTS
) $(IN_FILES
)
27 INSTALLATION_DIR
=$(local_lilypond_datadir
)
28 INSTALLATION_FILES
=$(config_make
) VERSION
32 STEPMAKE_TEMPLATES
=toplevel po
install
33 LOCALSTEPMAKE_TEMPLATES
=lilypond
35 include $(depth
)/make
/stepmake.make
38 local-dist
: dist-toplevel-txt-files
40 all: $(outdir
)/VERSION
42 $(outdir
)/VERSION
: $(config_make
) VERSION
44 echo
$(TOPLEVEL_VERSION
) > $@
46 dist-toplevel-txt-files
:
48 ln
$(TOPDOC_TXT_FILES
) $(distdir
)/
49 ln
$(top-src-dir
)/stepmake
/aclocal.m4
$(distdir
)/
52 $(MAKE
) -C Documentation
55 -$(INSTALL
) -m
755 -d
$(DESTDIR
)$(webdir
)
56 rsync
-rl
$(outdir
)/offline-root
/ $(DESTDIR
)$(webdir
)
57 $(MAKE
) -C Documentation
/user local-install-WWW
58 $(MAKE
) -C Documentation
/user install-info
59 $(MAKE
) -C input
/lsr install-info
62 $(MAKE
) -C scripts man install-help2man
63 $(MAKE
) -C lily man install-help2man
66 $(MAKE
) out
=www install-WWW
72 $(MAKE
) out
=www uninstall-WWW
75 $(INSTALL
) -d
$(DESTDIR
)$(local_lilypond_datadir
)
81 # For online docs with content negotiation, issue `make web WEB_TARGETS=online'
82 # For both online and offline docs, issue `make web WEB_TARGETS="offline online"'
86 # need UTF8 setting in case this is hosted on a website.
87 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
88 $(PYTHON
) $(buildscript-dir
)/mutopia-index.py
-o
$(outdir
)/examples.html input
/
89 find
$(outdir
) -name
'*-root' | xargs
rm -rf
90 $(PYTHON
) $(buildscript-dir
)/www_post.py
$(PACKAGE_NAME
) $(TOPLEVEL_VERSION
) $(buildscript-dir
) $(outdir
) "$(WEB_TARGETS)"
91 find
$(outdir
)/offline-root
-type l
-delete
94 tree-prefix
= $(outdir
)
95 tree-bin
= $(tree-prefix
)/bin
96 tree-lib
= $(tree-prefix
)/lib
97 tree-share
= $(tree-prefix
)/share
99 # Don't put version numbers here. During development
100 # they make no sense, and cause EPS files to become invalid.
102 tree-share-prefix
= $(tree-share
)/lilypond
/current
103 tree-lib-prefix
= $(tree-lib
)/lilypond
/current
107 $(foreach i
, $(C_DIRS
), $(MAKE
) -C
$(i
) clean &&) true
109 src-ext
= c
cc yy ll hh icc py scm
tex ps texi itexi tely itely sh
111 web-clean
: snippets-clean
$(tree-share-prefix
)/lilypond-force
113 default
: $(config_h
) build-dir-setup
115 build-dir-setup
: $(tree-share-prefix
)/lilypond-force
117 PO_FILES
= $(call src-wildcard
,$(src-depth
)/po
/*.po
)
118 HELP_CATALOGS
= $(PO_FILES
:po
/%.po
=%)
119 CATALOGS
= $(HELP_CATALOGS
:lilypond
=)
121 $(tree-share-prefix
)/lilypond-force link-tree
: GNUmakefile
$(outdir
)/VERSION
122 # Preparing LilyPond tree for build-dir exec
123 cd
$(top-build-dir
)/$(outbase
) && rm -rf bin lib share
125 mkdir
-p
$(tree-share-prefix
)
126 mkdir
-p
$(tree-lib-prefix
)
127 mkdir
-p
$(tree-share-prefix
)/elisp
128 mkdir
-p
$(tree-share-prefix
)/fonts
129 mkdir
-p
$(tree-share-prefix
)/fonts
/otf
130 mkdir
-p
$(tree-share-prefix
)/fonts
/tfm
131 mkdir
-p
$(tree-share-prefix
)/fonts
/type1
132 mkdir
-p
$(tree-share-prefix
)/fonts
/svg
133 mkdir
-p
$(tree-share-prefix
)/fonts
/map
134 mkdir
-p
$(tree-share-prefix
)/fonts
/enc
135 mkdir
-p
$(tree-share-prefix
)/tex
137 ln
-sf ..
/..
/lily
/$(outconfbase
)/lilypond .
&& \
138 for i in abc2ly convert-ly etf2ly lilymidi lilypond-book lilypond-invoke-editor midi2ly musicxml2ly
; \
139 do ln
-sf ..
/..
/scripts
/$(outconfbase
)/$$i .
; done
140 cd
$(tree-lib-prefix
) && \
141 ln
-s ..
/..
/..
/..
/python
/$(outconfbase
) python
142 cd
$(tree-share-prefix
) && \
143 ln
-s
$(top-src-dir
)/ly ly
&& \
144 ln
-s ..
/..
/..
/..
/mf mf
&& \
145 ln
-s
$(top-src-dir
)/ps
&& \
146 ln
-s ..
/..
/..
/..
/python
/$(outconfbase
) python
&& \
147 ln
-s
$(top-src-dir
)/scm
&& \
148 ln
-s
$(top-src-dir
)/scripts scripts
149 cd
$(tree-share-prefix
)/tex && \
150 ln
-s
$(top-src-dir
)/tex source
&& \
151 ln
-s ..
/..
/..
/..
/..
/tex/$(outconfbase
) tex-out
&& \
153 cd
$(tree-share-prefix
)/fonts
&& \
154 ln
-s
$(top-src-dir
)/mf source
&& \
156 -cd
$(tree-share-prefix
)/elisp
&& \
157 ln
-sf ..
/..
/..
/..
/..
/elisp
/$(outconfbase
)/lilypond-words.el .
&& \
158 ln
-s
$(top-src-dir
)/elisp
/*.el .
159 $(foreach i
,$(CATALOGS
), \
160 (mkdir
-p
$(tree-share
)/locale
/$i/LC_MESSAGES
&& \
161 cd
$(tree-share
)/locale
/$i/LC_MESSAGES
&& \
162 ln
-sf ..
/..
/..
/..
/..
/po
/$(outconfbase
)/$i.mo lilypond.mo
) &&) true
163 touch
$(tree-share-prefix
)/lilypond-force
165 $(tree-share-prefix
)/mf-link-tree link-mf-tree
: $(tree-share-prefix
)/lilypond-force
166 -rm -f
$(tree-share-prefix
)/fonts
/otf
/* && \
167 rm -f
$(tree-share-prefix
)/fonts
/svg
/* && \
168 rm -f
$(tree-share-prefix
)/fonts
/fonts.conf
&& \
169 rm -f
$(tree-share-prefix
)/fonts
/tfm
/* && \
170 rm -f
$(tree-share-prefix
)/fonts
/type1
/* && \
171 cd
$(tree-share-prefix
)/fonts
/otf
&& \
172 ln
-s ..
/..
/..
/..
/..
/..
/mf
/$(outconfbase
)/*.otf .
173 -cd
$(tree-share-prefix
)/fonts
/ && \
174 ln
-s ..
/..
/..
/..
/..
/mf
/$(outconfbase
)/fonts.conf .
175 -cd
$(tree-share-prefix
)/fonts
/svg
&& \
176 ln
-s ..
/..
/..
/..
/..
/..
/mf
/$(outconfbase
)/*.svg .
177 -cd
$(tree-share-prefix
)/fonts
/tfm
&& \
178 ln
-s ..
/..
/..
/..
/..
/..
/mf
/$(outconfbase
)/*.tfm .
179 -cd
$(tree-share-prefix
)/fonts
/type1
&& \
180 ln
-s ..
/..
/..
/..
/..
/..
/mf
/$(outconfbase
)/*.pf? .
183 etags
-o
$@
$(find
$(top-src-dir
) -name
'GNUmakefile*' -o
-name
'*.make')
185 $(config_h
): config.hh.in
187 # this is to prevent people from getting
188 # undefined symbols when we add them to config.h.in,
189 # and they blindly run "cvs update; make".
192 @echo
' *** $(config_h) is out of date'
193 @echo
' *** Remove it and rerun autogen:'
194 @echo
' rm $(config_h); ./autogen.sh'
199 ################################################################
202 RESULT_DIR
=$(top-build-dir
)/out
/test-results
206 @echo
-en
'For tracking crashes: use\n\n\t'
207 @echo
'grep sourcefilename `grep -L systems.texi input/regression/out-test/*log|sed s/log/ly/g`'
209 $(MAKE
) -C input
/regression
/ out
=test local-test
210 $(MAKE
) -C input
/regression
/musicxml out
=test local-test
213 @if
test -d .git
; then \
214 $(if
$(shell git diff
), echo
"commit before base lining" && false
,true
) ; \
218 $(MAKE
) out
=test -C input
/regression
/ local-test-baseline
219 $(MAKE
) out
=test -C input
/regression
/musicxml local-test-baseline
220 $(MAKE
) test-snippets-clean
225 mkdir
-p
$(RESULT_DIR
)
226 $(PYTHON
) $(buildscript-dir
)/output-distance.py
--create-images
--output-dir
$(RESULT_DIR
) input
/regression
/out-test-baseline input
/regression
/out-test
/
227 @find input ly
-name
'*.ly' -print |grep
-v
'out.*/' | xargs grep
'\\version' -L | grep
-v
"standard input" |sed
's/^/**** Missing version: /g'
231 for a in
`cat $(RESULT_DIR)/changed.txt` ; do \
232 echo removing
$$a* ; \
237 test-clean
: test-snippets-clean
238 $(MAKE
) -C input
/regression
/ out
=test clean
244 rm -rf out
/lybook-testdb