]> git.donarmstrong.com Git - lilypond.git/blob - GNUmakefile.in
* python/GNUmakefile (INSTALLATION_DIR1): install Python module
[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 web-ext = gz html midi pdf png txt ly
94 top-web:
95         cd $(builddir) && rm -f `find . -name \*.html~ -print`
96         cd $(builddir) && find Documentation input \
97                 $(web-ext:%=-path '*/out-www/*.%' -or) -false \
98                 > $(outdir)/weblist
99         $(PYTHON) $(buildscript-dir)/mutopia-index.py -o $(builddir)/$@.html input/
100         cd $(builddir) && ls *.png *.html >> $(outdir)/weblist
101         cat $(outdir)/weblist | (cd $(builddir); GZIP=-9v tar -czf $(outdir)/web.tar.gz  -T -)
102
103 src-ext = c cc yy ll hh icc py scm tex ps texi itexi tely itely sh
104 ALL-TAGS:
105         etags $(shell find . $(src-ext:%=-name '*.%' -or) -false | grep -v '/out')
106
107 local-WWW:
108
109 web: local-web
110 html-doc: web
111 index: web
112
113 local-WWW-clean: top-WWW-clean
114
115 WWW-clean:
116         $(MAKE) -C Documentation WWW-clean
117         $(MAKE) -C input WWW-clean
118
119 top-WWW-clean:
120         cd $(builddir) && rm -f $(TOP_HTMLS) lily-[0-9]*.png
121         $(SHELL) $(buildscript-dir)/clean-fonts.sh
122
123 WWW:
124
125 default: $(config_h) builddir-setup
126
127 builddir-setup: $(builddir)/share/lilypond-force
128
129 PO_FILES = $(wildcard $(srcdir)/po/*.po)
130 HELP_CATALOGS = $(PO_FILES:$(srcdir)/po/%.po=%)
131 CATALOGS = $(HELP_CATALOGS:lilypond=) 
132
133 $(builddir)/share/lilypond-force:
134 # Preparing LilyPond tree for builddir exec
135         cd $(builddir) && rm -rf share lib
136         mkdir -p $(builddir)/share/lilypond
137         mkdir -p $(builddir)/lib/lilypond
138         mkdir -p $(builddir)/share/lilypond/fonts
139         mkdir -p $(builddir)/share/lilypond/tex
140         cd $(builddir)/lib/lilypond && \
141                 ln -s  ../../python/$(outconfbase) python. 
142         cd $(builddir)/share/lilypond && \
143                 ln -s $(abs-srcdir)/ly ly && \
144                 ln -s ../../mf/$(outconfbase) dvips && \
145                 ln -s ../../mf/$(outconfbase) afm && \
146                 ln -s ../../mf/$(outconfbase) tfm && \
147                 ln -s $(abs-srcdir)/mf && \
148                 ln -s $(abs-srcdir)/ps && \
149                 ln -s ../../python/$(outconfbase) python && \
150                 ln -s $(abs-srcdir)/scm
151         cd $(builddir)/share/lilypond/tex && \
152                 ln -s $(abs-srcdir)/tex source && \
153                 ln -s ../../../mf/$(outconfbase) generate
154         cd $(builddir)/share/lilypond/fonts && \
155                 ln -s $(abs-srcdir)/mf source && \
156                 ln -s ../../../mf/$(outconfbase) afm && \
157                 ln -s ../../../mf/$(outconfbase) tfm && \
158                 ln -s ../../../mf/$(outconfbase) type1
159         $(foreach i,$(CATALOGS), \
160                 mkdir -p $(builddir)/share/locale/$i/LC_MESSAGES && \
161                 cd $(builddir)/share/locale/$i/LC_MESSAGES && \
162                 ln -fs ../../../../po/$(outconfbase)/$i.mo lilypond.mo &&) true
163         touch $@
164
165 local-clean: builddir-setup-clean
166 builddir-setup-clean:
167         cd $(builddir) && rm -rf share
168
169 $(config_h): configure.in aclocal.m4
170 #
171 # this is to prevent people from getting
172 # undefined symbols  when we add them to config.h.in,
173 # and they blindly run "cvs update; make".
174 #
175         @echo
176         @echo ' *** $(config_h) is out of date'
177         @echo ' *** Remove it and rerun autogen:'
178         @echo '         rm $(config_h); ./autogen.sh'
179         @echo
180         @false