]> git.donarmstrong.com Git - lilypond.git/blob - GNUmakefile.in
* Documentation/user/music-glossary.tely: add @omf tags
[lilypond.git] / GNUmakefile.in
1 # -*-Makefile-*-
2 # title    specific top level makefile for LilyPond  
3
4 # subdir level:
5 #
6 depth = .
7 #
8
9 # descent order into subdirectories
10
11 SUBDIRS = buildscripts python scripts \
12         flower lily \
13         mf ly tex ps scm \
14         po make \
15         cygwin debian $(builddir)/stepmake \
16         Documentation input
17 #
18
19 SCRIPTS = configure aclocal.m4 autogen.sh
20 README_FILES =  ChangeLog  COPYING DEDICATION NEWS README.mandrake ROADMAP THANKS
21 README_TXT_FILES = AUTHORS.txt README.txt INSTALL.txt
22 IN_FILES := $(wildcard *.in)
23 EXTRA_DIST_FILES = $(wildcard *.el) vimrc VERSION $(README_FILES)  $(SCRIPTS) $(IN_FILES)  emacsclient.patch lexer-gcc-3.0.patch server.el.patch darwin.patch .cvsignore  lexer-gcc-3.1.sh  lilypond.words
24 NON_ESSENTIAL_DIST_FILES = $(README_TXT_FILES)
25 INSTALLATION_DIR=$(local_lilypond_datadir)
26 INSTALLATION_FILES=$(configuration) VERSION
27
28 # bootstrap stepmake:
29 #
30 STEPMAKE_TEMPLATES=toplevel po install
31 include $(depth)/make/stepmake.make 
32 #
33
34 footify:
35         $(footify) --index=./ `$(FIND) . -maxdepth 1 -name '*.html' -print`
36         $(footify-all-command)
37
38 fonts:
39         $(MAKE) -C $(depth)/mf
40
41 run-reqs: builddir-setup fonts lily
42 web-reqs: run-reqs pfa-fonts
43
44 doc: run-reqs
45         $(MAKE) -C Documentation
46
47 web-doc: web-reqs
48         $(MAKE) out=www LILYPOND_BOOK_FORMAT=texi-html -C input/regression/ WWW
49         $(MAKE) out=www LILYPOND_BOOK_FORMAT=texi-html -C input/template/ WWW
50         $(MAKE) out=www LILYPOND_BOOK_FORMAT=texi-html -C input/test/ WWW
51         $(MAKE) out=www LILYPOND_BOOK_FORMAT=texi-html -C Documentation WWW
52         $(MAKE) footify
53
54 pfa-fonts:
55         $(MAKE) MAKE_PFA_FILES=1 -C mf
56
57 docdir = $(prefix)/share/doc/lilypond-$(TOPLEVEL_VERSION)
58 install-html-doc: html-doc
59         $(INSTALL) -d $(docdir)/html 
60         tar -C $(docdir)/html -zxf $(outdir)/web.tar.gz
61
62 # KPATHSEA=0: Hack for compiling without kpathsea -- not recommended
63 my_tfm_path = $(TFM_PATH) /tmp /tmp /tmp /tmp /tmp /tmp 
64
65
66 local-install:
67         $(INSTALL) -d $(local_lilypond_datadir)
68 ifeq ($(KPATHSEA),0)
69         $(foreach i, 1 2 3 4 5, rm -f $(local_lilypond_datadir)/tfm.$(i); $(LN_S) $(word $(i), $(my_tfm_path)) $(local_lilypond_datadir)/tfm.$(i) ; )
70 endif
71
72
73 final-install:
74         @echo
75         @echo " *** Before running, buildscripts/out/lilypond-{profile,login}"
76         @echo " *** must be run. You're advised to source these scripts from your "
77         @echo " *** login scripts. For more information, see Invoking LilyPond in the manual."
78         @echo 
79
80 TOP_HTMLS = index.html examples.html
81
82 examples: web-reqs
83         $(MAKE) out=www -C input WWW
84         $(PYTHON) $(buildscript-dir)/mutopia-index.py -o $(builddir)/$@.html input/
85
86 lily: lily/$(outdir)/lilypond
87
88 lily/$(outdir)/lilypond:
89         $(MAKE) -C lily
90
91 local-web: web-doc $(TOP_HTMLS:%.html=%) footify do-top-doc top-web
92
93
94 web-doc-install: web-doc
95         $(INSTALL) -m 755 -d $(local_package_docdir) 
96         tar -C $(local_package_docdir)/ -xzf $(outdir)/web.tar.gz
97
98 web-ext = gz html midi pdf png txt ly
99 top-web:
100         cd $(builddir) && rm -f `find . -name \*.html~ -print`
101         cd $(builddir) && find Documentation input \
102                 $(web-ext:%=-path '*/out-www/*.%' -or) -false \
103                 > $(outdir)/weblist
104         $(PYTHON) $(buildscript-dir)/mutopia-index.py -o $(builddir)/$@.html input/
105         cd $(builddir) && ls *.png *.html >> $(outdir)/weblist
106         cat $(outdir)/weblist | (cd $(builddir); GZIP=-9v tar -czf $(outdir)/web.tar.gz  -T -)
107
108 src-ext = c cc yy ll hh icc py scm tex ps texi itexi tely itely sh
109 ALL-TAGS:
110         etags $(shell find . $(src-ext:%=-name '*.%' -or) -false | grep -v '/out')
111
112 local-WWW:
113
114 web: local-web
115 html-doc: web
116 index: web
117
118 local-WWW-clean: top-WWW-clean
119
120 WWW-clean:
121         $(MAKE) -C Documentation WWW-clean
122         $(MAKE) -C input WWW-clean
123
124 top-WWW-clean:
125         cd $(builddir) && rm -f $(TOP_HTMLS) lily-[0-9]*.png
126         $(SHELL) $(buildscript-dir)/clean-fonts.sh
127
128 WWW:
129
130 default: $(config_h) builddir-setup
131
132 builddir-setup: $(builddir)/share/lilypond-force
133
134 PO_FILES = $(wildcard $(srcdir)/po/*.po)
135 HELP_CATALOGS = $(PO_FILES:$(srcdir)/po/%.po=%)
136 CATALOGS = $(HELP_CATALOGS:lilypond=) 
137
138 $(builddir)/share/lilypond-force:
139 # Preparing LilyPond tree for builddir exec
140         cd $(builddir) && rm -rf lib share
141         mkdir -p $(builddir)/lib/lilypond
142         mkdir -p $(builddir)/share/lilypond
143         mkdir -p $(builddir)/share/lilypond/fonts
144         mkdir -p $(builddir)/share/lilypond/tex
145         cd $(builddir)/lib/lilypond && \
146                 ln -s  ../../python/$(outconfbase) python
147         cd $(builddir)/share/lilypond && \
148                 ln -s $(abs-srcdir)/ly ly && \
149                 ln -s ../../mf/$(outconfbase) dvips && \
150                 ln -s ../../mf/$(outconfbase) afm && \
151                 ln -s ../../mf/$(outconfbase) tfm && \
152                 ln -s $(abs-srcdir)/mf && \
153                 ln -s $(abs-srcdir)/ps && \
154                 ln -s ../../python/$(outconfbase) python && \
155                 ln -s $(abs-srcdir)/scm
156         cd $(builddir)/share/lilypond/tex && \
157                 ln -s $(abs-srcdir)/tex source && \
158                 ln -s ../../../mf/$(outconfbase) generate
159         cd $(builddir)/share/lilypond/fonts && \
160                 ln -s $(abs-srcdir)/mf source && \
161                 ln -s ../../../mf/$(outconfbase) afm && \
162                 ln -s ../../../mf/$(outconfbase) tfm && \
163                 ln -s ../../../mf/$(outconfbase) type1
164         $(foreach i,$(CATALOGS), \
165                 mkdir -p $(builddir)/share/locale/$i/LC_MESSAGES && \
166                 cd $(builddir)/share/locale/$i/LC_MESSAGES && \
167                 ln -fs ../../../../po/$(outconfbase)/$i.mo lilypond.mo &&) true
168         touch $@
169
170 local-clean: builddir-setup-clean
171 builddir-setup-clean:
172         cd $(builddir) && rm -rf share
173
174 $(config_h): configure.in aclocal.m4
175 #
176 # this is to prevent people from getting
177 # undefined symbols  when we add them to config.h.in,
178 # and they blindly run "cvs update; make".
179 #
180         @echo
181         @echo ' *** $(config_h) is out of date'
182         @echo ' *** Remove it and rerun autogen:'
183         @echo '         rm $(config_h); ./autogen.sh'
184         @echo
185         @false