]> git.donarmstrong.com Git - lilypond.git/blob - GNUmakefile.in
(top-web): Rewrite weblist find command.
[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 scripts flower lily \
12         mf ly tex ps scm \
13         python po make intl \
14         debian $(builddir)/stepmake \
15         Documentation input \
16         mutopia 
17 #
18
19 SCRIPTS = configure aclocal.m4 autogen.sh
20 README_FILES =  ChangeLog CHANGES COPYING DEDICATION NEWS README.mandrake ROADMAP
21 README_TXT_FILES = AUTHORS.txt README.txt INSTALL.txt FAQ.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 darwin.patch .cvsignore
24 NON_ESSENTIAL_DIST_FILES = $(README_TXT_FILES)
25 INSTALLATION_DIR=$(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 -C Documentation WWW
49         $(MAKE) footify
50
51 pfa-fonts:
52         $(MAKE) MAKE_PFA_FILES=1 -C mf
53
54 docdir = $(prefix)/share/doc/lilypond-$(TOPLEVEL_VERSION)
55 install-html-doc: html-doc
56         $(INSTALL) -d $(docdir)/html 
57         tar -C $(docdir)/html -zxf $(outdir)/web.tar.gz
58
59 # KPATHSEA=0: Hack for compiling without kpathsea -- not recommended
60 my_tfm_path = $(TFM_PATH) /tmp /tmp /tmp /tmp /tmp /tmp 
61
62
63 local-install:
64         $(INSTALL) -d $(datadir)
65 ifeq ($(KPATHSEA),0)
66         $(foreach i, 1 2 3 4 5, rm -f $(datadir)/tfm.$(i); $(LN_S) $(word $(i), $(my_tfm_path)) $(datadir)/tfm.$(i) ; )
67 endif
68
69
70 TOP_HTMLS = index.html short-examples.html long-examples.html
71
72 short-examples: web-reqs
73         $(MAKE) out=www -C input WWW
74         $(PYTHON) $(buildscript-dir)/mutopia-index.py -o $(builddir)/$@.html input/
75
76 long-examples: web-reqs
77         $(MAKE) out=www -C mutopia WWW
78         $(PYTHON) $(buildscript-dir)/mutopia-index.py -o $(builddir)/$@.html mutopia/
79
80 lily: lily/$(outdir)/lilypond
81
82 lily/$(outdir)/lilypond:
83         $(MAKE) -C lily
84
85 local-web: web-doc $(TOP_HTMLS:%.html=%) footify do-top-doc top-web
86
87 web-ext = gz html midi pdf png txt
88 top-web:
89         cd $(builddir) && rm -f `find . -name \*.html~ -print`
90         cd $(builddir) && find Documentation input mutopia \
91                 $(web-ext:%=-path '*/out-www/*.%' -or) -false \
92                 > $(outdir)/weblist
93         cd $(builddir) && ls *.png *.html >> $(outdir)/weblist
94         cat $(outdir)/weblist | (cd $(builddir); GZIP=-9v tar -czf $(outdir)/web.tar.gz  -T -)
95
96 #WWW: local-WWW
97
98 web: local-web
99 html-doc: web
100 index: web
101
102 local-WWW-clean: top-WWW-clean
103
104 WWW-clean:
105         $(MAKE) -C Documentation WWW-clean
106         $(MAKE) -C input WWW-clean
107         $(MAKE) -C mutopia WWW-clean
108
109 top-WWW-clean:
110         cd $(depth)/$(builddir) && rm -f $(TOP_HTMLS) lily-[0-9]*.png
111         $(SHELL) $(buildscript-dir)/clean-fonts.sh
112
113 WWW:
114
115 default: builddir-setup
116
117 builddir-setup: $(depth)/$(builddir)/share/lilypond/$(TOPLEVEL_VERSION)-force
118
119 $(depth)/$(builddir)/share/lilypond/$(TOPLEVEL_VERSION)-force:
120         # Preparing LilyPond tree for builddir exec
121         @cd $(depth)/$(builddir) && rm -rf share
122         @cd $(depth)/$(builddir) && mkdir -p share/lilypond
123         @cd $(depth)/$(builddir)/share/lilypond && mkdir -p $(TOPLEVEL_VERSION)
124         @cd $(depth)/$(builddir)/share/lilypond/$(TOPLEVEL_VERSION) && \
125                 ln -s ../../../$(srcdir)/ly ly && \
126                 ln -s ../../../mf/$(outconfbase) dvips && \
127                 ln -s ../../../mf/$(outconfbase) afm && \
128                 ln -s ../../../mf/$(outconfbase) tfm && \
129                 ln -s ../../../$(srcdir)/mf && \
130                 ln -s ../../../$(srcdir)/ps && \
131                 ln -s ../../../$(srcdir)/scm && \
132                 ln -s ../../../$(srcdir)/tex
133         @cd $(depth)/$(builddir)/share/lilypond/$(TOPLEVEL_VERSION) && \
134                 mkdir fonts
135         @cd $(depth)/$(builddir)/share/lilypond/$(TOPLEVEL_VERSION)/fonts && \
136                 ln -s ../../../../$(srcdir)/mf source && \
137                 ln -s ../../../../mf/$(outconfbase) afm && \
138                 ln -s ../../../../mf/$(outconfbase) tfm && \
139                 ln -s ../../../../mf/$(outconfbase) type1