lilypond-1.3.151
[lilypond.git] / GNUmakefile.in
blob81c9024e1c21adbbf53acbb1bd4639bb5e6c2d1c
1 # -*-Makefile-*-
2 # title specific top level makefile for LilyPond
4 # subdir level:
6 depth = .
9 # descent order into subdirectories
11 SUBDIRS = buildscripts scripts flower lily \
12 mf ly tex ps scm \
13 midi2ly po make intl \
14 debian $(builddir)/stepmake \
15 Documentation input \
16 mutopia ports
19 SCRIPTS = configure aclocal.m4
20 README_FILES = DEDICATION COPYING NEWS CHANGES ROADMAP
21 README_TXT_FILES = AUTHORS.txt README.txt INSTALL.txt FAQ.txt
22 IN_FILES := $(wildcard *.in)
23 EXTRA_DIST_FILES = lilypond-font-lock.el lilypond-mode.el vimrc VERSION $(README_FILES) $(SCRIPTS) $(IN_FILES) emacsclient.patch
24 NON_ESSENTIAL_DIST_FILES = $(README_TXT_FILES)
25 INSTALLATION_DIR=$(datadir)
26 INSTALLATION_FILES=$(configuration) VERSION
28 # bootstrap stepmake:
30 STEPMAKE_TEMPLATES=toplevel po install
31 include $(depth)/make/stepmake.make
34 footify:
35 $(footify) --index=./ `$(FIND) . -maxdepth 1 -name '*.html' -print`
36 $(footify-all-command)
38 fonts:
39 $(MAKE) -C $(depth)/mf
41 doc: lily fonts
42 $(MAKE) -C Documentation
44 web-doc:
45 $(MAKE) out=www -C Documentation WWW
46 $(MAKE) footify
48 # KPATHSEA=0: Hack for compiling without kpathsea -- not recommended
49 my_tfm_path = $(TFM_PATH) /tmp /tmp /tmp /tmp /tmp /tmp
52 local-install:
53 mkdir -p $(datadir)
54 ifeq ($(KPATHSEA),0)
55 $(foreach i, 1 2 3 4 5, rm -f $(datadir)/tfm.$(i); $(LN_S) $(word $(i), $(my_tfm_path)) $(datadir)/tfm.$(i) ; )
56 endif
59 TOP_HTMLS = index.html short-examples.html long-examples.html
61 index: web-doc
63 short-examples:
64 $(MAKE) out=www -C input WWW
65 $(PYTHON) $(buildscript-dir)/mutopia-index.py -o short-examples.html input/
68 long-examples:
69 $(MAKE) out=www -C mutopia WWW
70 $(PYTHON) $(buildscript-dir)/mutopia-index.py -o long-examples.html mutopia/
72 lily: lily/$(outdir)/lilypond
74 lily/$(outdir)/lilypond:
75 $(MAKE) -C lily
77 local-web: fonts lily $(TOP_HTMLS:%.html=%) footify do-top-doc top-web
79 top-web:
80 rm -f `find . -name \*.html~ -print`
81 find `find Documentation input mutopia *.png index.html -type d -name 'out-www'` -not -name '*dvi' -not -name '*ly' -not -name '*tex' -not -name '*.ps' -not -name 'out-www' > $(outdir)/weblist
82 ls *.png *.html >> $(outdir)/weblist
83 cat $(outdir)/weblist | tar -czf $(outdir)/web.tar.gz -T -
85 #WWW: local-WWW
87 web: local-web
89 local-WWW-clean: top-WWW-clean
91 WWW-clean:
92 $(MAKE) -C Documentation WWW-clean
93 $(MAKE) -C input WWW-clean
94 $(MAKE) -C mutopia WWW-clean
96 top-WWW-clean:
97 rm -f $(TOP_HTMLS)
98 $(SHELL) $(buildscript-dir)/clean-fonts.sh
102 WWW: