]> git.donarmstrong.com Git - lilypond.git/blob - GNUmakefile.in
*** empty log message ***
[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         cygwin 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 aclocal.m4 autogen.sh lexer-gcc-3.1.sh Doxyfile
20 README_FILES = ChangeLog COPYING DEDICATION ROADMAP THANKS HACKING
21 README_TXT_FILES = AUTHORS.txt README.txt INSTALL.txt NEWS.txt
22 IN_FILES := $(call src-wildcard,*.in)
23 PATCH_FILES = emacsclient.patch server.el.patch darwin.patch
24 EXTRA_DIST_FILES = VERSION .cvsignore SConstruct \
25   $(README_FILES) $(SCRIPTS) $(IN_FILES) $(PATCH_FILES)
26 NON_ESSENTIAL_DIST_FILES = $(README_TXT_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 doc: 
36         $(MAKE) -C Documentation
37
38 install-WWW:
39         -$(INSTALL) -m 755 -d $(DESTDIR)$(webdir)
40         cp -a $(outdir)/web-root/ $(DESTDIR)$(webdir)/
41
42         $(MAKE) -C Documentation/user local-install-WWW
43         $(MAKE) -C Documentation/user install-info
44
45 web-install:
46         $(MAKE) out=www install-WWW
47
48 uninstall-WWW:
49         #TODO
50
51 web-uninstall:
52         $(MAKE) out=www uninstall-WWW=
53
54 local-install:
55         $(INSTALL) -d $(DESTDIR)$(local_lilypond_datadir)
56
57 final-install:
58         @true
59
60 web-ext = html midi pdf png txt ly signature
61
62 footify = $(PYTHON) $(step-bindir)/add-html-footer.py  --name $(PACKAGE_NAME) --version $(TOPLEVEL_VERSION)
63 footifymail = MAILADDRESS='http://post.gmane.org/post.php?group=gmane.comp.gnu.lilypond.bugs'
64
65
66
67 local-WWW-post:
68 # need UTF8 setting in case this is hosted on a website. 
69         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
70         $(PYTHON) $(buildscript-dir)/mutopia-index.py -o $(outdir)/examples.html input/
71         echo '<META HTTP-EQUIV="refresh" content="0;URL=Documentation/index.html">' > $(outdir)/index.html
72         echo '<html><body>Redirecting to the documentation index...</body></html>' >> $(outdir)/index.html
73
74         cd $(top-build-dir) && $(FIND) . -name '*.html' -print | $(footifymail) xargs $(footify)
75         cd $(top-build-dir) && find . -name \*.html~ -print | xargs rm -f
76         cd $(top-build-dir) && find Documentation input \
77                 $(web-ext:%=-path '*/out-www/*.%' -or) -type l \
78                 > $(outdir)/weblist
79         ls $(outdir)/*.html >> $(outdir)/weblist
80
81 ## rewrite file names so we lose out-www
82         rm -rf $(outdir)/web-root/
83         mkdir $(outdir)/web-root/  
84         cat $(outdir)/weblist | (cd $(top-build-dir); tar -cf-  -T- ) | \
85                 tar -C $(outdir)/web-root/ -xf -  
86         for dir in $(outdir)/web-root/ ; do  \
87                 cd $$dir && \
88                 for a in `find . -name out-www`; do \
89                         rsync -a  --link-dest $$a/ $$a/ $$a/.. ; \
90                         rm -rf $$a ; \
91                 done \
92         done
93         echo $(TOPLEVEL_VERSION) > $(outdir)/web-root/VERSION
94
95 tree-prefix = $(outdir)
96 tree-bin = $(tree-prefix)/bin
97 tree-lib = $(tree-prefix)/lib
98 tree-share = $(tree-prefix)/share
99 tree-share-prefix = $(tree-share)/lilypond/$(TOPLEVEL_VERSION)
100 tree-share-prefix-current = $(tree-share)/lilypond/current
101 tree-lib-prefix = $(tree-lib)/lilypond/$(TOPLEVEL_VERSION)
102 tree-lib-prefix-current = $(tree-lib)/lilypond/current
103
104 C_DIRS = flower lily
105 c-clean:
106         $(foreach i, $(C_DIRS), $(MAKE) -C $(i) clean &&) true
107
108 src-ext = c cc yy ll hh icc py scm tex ps texi itexi tely itely sh
109
110 web-clean:
111         $(MAKE) out=www clean
112         $(MAKE) $(tree-share-prefix)/lilypond-force
113
114 default: $(config_h) build-dir-setup 
115
116 build-dir-setup: $(tree-share-prefix)/lilypond-force
117
118 PO_FILES = $(call src-wildcard,$(src-depth)/po/*.po)
119 HELP_CATALOGS = $(PO_FILES:$(src-depth)/po/%.po=%)
120 CATALOGS = $(HELP_CATALOGS:lilypond=) 
121
122 $(tree-share-prefix)/lilypond-force link-tree: GNUmakefile
123 # Preparing LilyPond tree for build-dir exec
124         cd $(top-build-dir)/$(outbase) && rm -rf bin lib share
125         mkdir -p $(tree-bin)
126         mkdir -p $(tree-share-prefix)
127         ln -s $(TOPLEVEL_VERSION) $(tree-share-prefix-current)
128         mkdir -p $(tree-lib-prefix)
129         ln -s $(TOPLEVEL_VERSION) $(tree-lib-prefix-current)
130         mkdir -p $(tree-share-prefix)/dvips
131         mkdir -p $(tree-share-prefix)/elisp
132         mkdir -p $(tree-share-prefix)/fonts
133         mkdir -p $(tree-share-prefix)/fonts/otf
134         mkdir -p $(tree-share-prefix)/fonts/tfm
135         mkdir -p $(tree-share-prefix)/fonts/type1
136         mkdir -p $(tree-share-prefix)/fonts/svg
137         mkdir -p $(tree-share-prefix)/fonts/map
138         mkdir -p $(tree-share-prefix)/fonts/enc
139         mkdir -p $(tree-share-prefix)/tex
140         cd $(tree-bin) && \
141                 ln -sf ../../lily/$(outconfbase)/lilypond . && \
142                 ln -sf ../../scripts/$(outconfbase)/convert-ly . && \
143                 ln -sf ../../scripts/$(outconfbase)/lilypond-book . && \
144                 ln -sf ../../scripts/$(outconfbase)/*.ly .
145         cd $(tree-lib-prefix) && \
146                 ln -s ../../../../python/$(outconfbase) python
147         cd $(tree-share-prefix) && \
148                 ln -s $(top-src-dir)/ly ly && \
149                 ln -s ../../../../mf mf && \
150                 ln -s $(top-src-dir)/ps && \
151                 ln -s ../../../../python/$(outconfbase) python && \
152                 ln -s $(top-src-dir)/scm && \
153                 ln -s $(top-src-dir)/scripts scripts
154         cd $(tree-share-prefix)/dvips && \
155                 ln -s ./../../../mf/$(outconfbase) mf-out && \
156                 ln -s $(top-src-dir)/ps
157         cd $(tree-share-prefix)/tex && \
158                 ln -s $(top-src-dir)/tex source && \
159                 ln -s ../../../../../tex/$(outconfbase) tex-out && \
160                 ln -s ../../../../../mf/$(outconfbase) mf-out
161
162         cd $(tree-share-prefix)/fonts && \
163                 ln -s $(top-src-dir)/mf source && \
164                 true
165         -cd $(tree-share-prefix)/elisp && \
166                 ln -sf ../../../../../../elisp/$(outconfbase)/lilypond-words.el . && \
167                 ln -s $(top-src-dir)/elisp/*.el .
168         $(foreach i,$(CATALOGS), \
169                 (mkdir -p $(tree-share)/locale/$i/LC_MESSAGES && \
170                 cd $(tree-share)/locale/$i/LC_MESSAGES && \
171                 ln -sf ../../../../../po/$(outconfbase)/$i.mo lilypond.mo) &&) true
172         touch $(tree-share-prefix)/lilypond-force
173
174 $(tree-share-prefix)/mf-link-tree link-mf-tree: $(tree-share-prefix)/lilypond-force
175         -rm -f $(tree-share-prefix)/fonts/{otf,svg,tfm,type1}/* &&  \
176                 cd $(tree-share-prefix)/fonts/otf && \
177                 ln -s ../../../../../../mf/$(outconfbase)/*.{otf,ttf} .
178         -cd $(tree-share-prefix)/fonts/svg && \
179                 ln -s ../../../../../../mf/$(outconfbase)/*.svg .
180         -cd $(tree-share-prefix)/fonts/tfm && \
181                 ln -s ../../../../../../mf/$(outconfbase)/*.tfm .
182         -cd $(tree-share-prefix)/fonts/type1 && \
183                 ln -s ../../../../../../mf/$(outconfbase)/*.pfa .
184
185
186 TAGS.make: dummy
187         etags -o $@ $(find $(srcdir) -name 'GNUmakefile*' -o -name '*.make')
188
189 local-clean: build-dir-setup-clean local-web-clean
190
191 local-web-clean:
192         rm -rf $(outdir)/web-root/
193
194 build-dir-setup-clean:
195         cd $(top-build-dir) && rm -rf share
196
197 $(config_h): config.hh.in
198 #
199 # this is to prevent people from getting
200 # undefined symbols  when we add them to config.h.in,
201 # and they blindly run "cvs update; make".
202 #
203         @echo
204         @echo ' *** $(config_h) is out of date'
205         @echo ' *** Remove it and rerun autogen:'
206         @echo '         rm $(config_h); ./autogen.sh'
207         @echo
208         @false