]> git.donarmstrong.com Git - lilypond.git/blob - mf/GNUmakefile
(depth): use $(FONTFORGE). Patch by Jeff Smith
[lilypond.git] / mf / GNUmakefile
1 depth = ..
2
3 STEPMAKE_TEMPLATES=metafont install install-out
4 LOCALSTEPMAKE_TEMPLATES=lilypond
5
6 include $(depth)/make/stepmake.make 
7
8 AF_FILES = $(wildcard *.af) 
9
10 EXTRA_DIST_FILES += README feta.tex
11
12 # We don't use $(MF_FILES), because there's more .mf cruft here
13 FETA_MF_FILES = $(wildcard feta[0-9]*.mf)\
14         $(wildcard feta-braces-[a-z].mf)\
15         $(wildcard feta-alphabet*[0-9].mf)\
16         $(wildcard parmesan[0-9]*.mf)
17
18 STAFF_SIZES = 11 13 14 16 18 20 23 26
19 BRACES = a b c d e f g h i
20
21 OTF_FILES = $(addsuffix .otf, $(addprefix $(outdir)/emmentaler-, $(STAFF_SIZES)))\
22  $(outdir)/aybabtu.otf
23 PE_SCRIPTS = $(addsuffix .pe, $(addprefix $(outdir)/emmentaler-, $(STAFF_SIZES))) \
24   $(addsuffix .dep, $(addprefix $(outdir)/emmentaler-, $(STAFF_SIZES))) 
25 OTF_TABLES = $(addsuffix .otf-table, $(addprefix $(outdir)/feta, $(STAFF_SIZES))) \
26  $(BRACES:%=$(outdir)/feta-braces-%.otf-table)
27 FETA_FONTS = $(FETA_MF_FILES:.mf=)
28 SVG_FILES = $(OTF_FILES:%.otf=%.svg) $(ALL_FONTS:%=$(outdir)/%.svg)
29 CFF_FILES = $(OTF_FILES:%.otf=%.cff)
30 CFF_PS_FILES = $(OTF_FILES:%.otf=%.cff.ps)
31
32
33 $(outdir)/aybabtu.otf-table: $(BRACES:%=$(outdir)/feta-braces-%.otf-table)
34         cat $^ > $@
35
36 $(outdir)/aybabtu.otf-gtable: $(BRACES:%=$(outdir)/feta-braces-%.otf-gtable)
37         echo '(design_size . 20)' > $@
38
39 LOG_FILES = $(FETA_MF_FILES:%.mf=$(outdir)/%.log)
40 LISP_FILES = $(FETA_MF_FILES:%.mf=$(outdir)/%.lisp)
41 TEXTABLES = $(FETA_MF_FILES:%.mf=$(outdir)/%.tex)
42 ENC_FILES = $(TEXTABLES:.tex=.enc) $(outdir)/cmr.enc
43 TFM_FILES = $(FETA_MF_FILES:%.mf=$(outdir)/%.tfm) $(addprefix $(outdir)/,$(addsuffix .tfm,$(SAUTER_FONTS)))
44 FETA_LIST_FILES = $(FETA_MF_FILES:%.mf=$(outdir)/%list.ly)
45
46
47 ENCODING_FILE=$(findstring $(<:.mf=.enc), $(FETA_MF_FILES:.mf=.enc))
48 MFTRACE_FLAGS=$(if $(ENCODING_FILE),--encoding $(ENCODING_FILE),) --no-afm
49
50 # only for fonts which
51 #
52 # 1. are mentioned in font.scm
53 #
54 # 2. are not included with teTeX
55 #
56
57 $(outdir)/%.cff.ps $(outdir)/%.cff $(outdir)/%.otf $(outdir)/%.svg: $(outdir)/%.pe
58         (cd $(outdir) && $(FONTFORGE) -script $(notdir $<))
59         $(PYTHON) $(buildscript-dir)/ps-embed-cff.py $(basename $<).cff `cat $(basename $<).fontname` $(basename $<).cff.ps
60
61
62 $(outdir)/%.otf-table: $(outdir)/%.lisp $(if $(findstring brace,$<),,$(subst feta,parmesan,$<)) 
63         cat $< \
64                 $(if $(findstring brace,$<),,$(subst feta,parmesan,$<)) \
65                 $(if $(findstring brace,$<),,$(subst feta,feta-alphabet,$<)) > $@
66
67 $(outdir)/aybabtu.otf: $(outdir)/aybabtu.subfonts  $(outdir)/aybabtu.fontname $(outdir)/aybabtu.otf-table $(outdir)/aybabtu.otf-gtable $(outdir)/aybabtu.pe
68
69 $(outdir)/aybabtu.fontname:
70         echo -n 'aybabtu' > $@ 
71 $(outdir)/aybabtu.subfonts: 
72         echo $(subst .mf,,$(wildcard feta-braces-[a-z].mf)) > $@
73
74 $(PE_SCRIPTS): $(buildscript-dir)/gen-emmentaler-scripts.py
75         $(PYTHON) $< --dir=$(outdir)
76
77
78 ALL_FONTS = $(FETA_FONTS) $(SAUTER_FONTS)
79 PFA_FILES = $(ALL_FONTS:%=$(outdir)/%.pfa)
80
81 # Make tfm files first, log files last, 
82 # so that normally log files aren't made twice
83 ALL_GEN_FILES= $(TFM_FILES) $(TEXTABLES) $(TFM_FILES) $(LOG_FILES) $(ENC_FILES) $(LISP_FILES) $(FETA_LIST_FILES)  $(OTF_TABLES) $(PFA_FILES) $(outdir)/lilypond.map $(OTF_FILES) $(SVG_FILES) $(CFF_PS_FILES) $(CFF_FILES)
84
85 #PRE_INSTALL=$(MAKE) "$(ALL_GEN_FILES)"
86 INSTALLATION_DIR=$(local_lilypond_datadir)/fonts/source
87 INSTALLATION_FILES=$(MF_FILES) $(AF_FILES)
88
89 INSTALLATION_OUT_SUFFIXES=1 2 3 4 5 6 7 8 9
90
91 INSTALLATION_OUT_DIR1=$(local_lilypond_datadir)/tex
92 INSTALLATION_OUT_FILES1=$(TEXTABLES)
93
94 # must not be installed with .cff, pango/fontconfig does not like .cff fonts 
95 INSTALLATION_OUT_DIR2=$(local_lilypond_datadir)/fonts/otf
96 INSTALLATION_OUT_FILES2=$(OTF_FILES)
97
98 INSTALLATION_OUT_DIR3=$(local_lilypond_datadir)/fonts/tfm
99 INSTALLATION_OUT_FILES3=$(TFM_FILES)
100
101 INSTALLATION_OUT_DIR4=$(local_lilypond_datadir)/ps
102 INSTALLATION_OUT_FILES4=$(CFF_PS_FILES)
103
104 INSTALLATION_OUT_DIR5=$(local_lilypond_datadir)/fonts/type1
105 INSTALLATION_OUT_FILES5=$(PFA_FILES)
106
107 INSTALLATION_OUT_DIR6=$(local_lilypond_datadir)/fonts/map
108 INSTALLATION_OUT_FILES6=$(outdir)/lilypond.map
109
110 INSTALLATION_OUT_DIR7=$(local_lilypond_datadir)/fonts/cff/
111 INSTALLATION_OUT_FILES7=$(CFF_FILES)
112
113 INSTALLATION_OUT_DIR7=$(local_lilypond_datadir)/ps/
114 INSTALLATION_OUT_FILES7=$(ENC_FILES)
115
116 INSTALLATION_OUT_DIR9=$(local_lilypond_datadir)/fonts/svg
117 INSTALLATION_OUT_FILES9=$(SVG_FILES)
118
119
120 export MFINPUTS:=.:$(MFINPUTS)
121
122 default: pfa_warning $(ALL_GEN_FILES) $(outdir)/emmentaler-20.otf
123
124 pfa_warning:
125 ifneq ($(shell $(MFTRACE) --version | sed 's/ .*//'),mftrace)
126         @echo ""
127         @echo "ERROR: mftrace not found"
128         @echo ""
129         @echo "For obtaining PFA fonts, either install mftrace "
130         @echo "(see http://www.xs4all.nl/~hanwen/mftrace/ ),"
131         @echo "or try one of the following commands in this directory: "
132         @echo ""
133         @echo " make get-pfa "
134         @echo " make get-rpm-pfa "
135         @echo " make get-deb-pfa "
136         @echo ""
137         @echo "These commands will try to download the files from internet."
138         @false
139 endif
140
141
142 debian-mirror=http://ftp.us.debian.org
143 debian-package =lilypond_$(TOPLEVEL_VERSION)-1_i386.deb
144 $(outdir)/$(debian-package):
145         wget --passive-ftp -P $(outdir) $(debian-mirror)/debian/pool/main/l/lilypond/$(debian-package)
146
147 get-deb-pfa: $(outdir)/$(debian-package)
148         rm -rf $(outdir)/./usr
149         ar p $< data.tar.gz | \
150                 tar -C $(outdir) -zvxf - '*.pfa'
151         cp `find $(outdir)/usr/ -name '*.pfa'` $(outdir)/
152
153
154 redhat-package=lilypond-$(TOPLEVEL_VERSION)-1.i386.rpm
155 $(outdir)/$(redhat-package):
156         wget  --passive-ftp -P $(outdir) http://lilypond.org/download/binaries/Fedora-3/$(redhat-package)
157
158 get-rpm-pfa: $(outdir)/$(redhat-package)
159         cd $(outdir) ; rm -rf usr/ # (root alert!) 
160         cd $(outdir) ; rpm2cpio $(redhat-package) | cpio -uid '*.pfa'
161         cp `find $(outdir)/usr/ -name '*.pfa'` $(outdir)/
162
163 # change this dependency 
164 get-pfa: get-rpm-pfa
165
166
167 ##
168 ## todo: this also depends on .tfm, FIXME.
169 $(outdir)/%.lisp $(outdir)/%.otf-gtable $(outdir)/%.enc  $(outdir)/%.tex $(outdir)/%list.ly $(outdir)/%.dep: $(outdir)/%.log $(outdir)/%.tfm
170         $(PYTHON) $(buildscript-dir)/mf-to-table.py --global-lisp=$(outdir)/$(<F:.log=.otf-gtable) --lisp=$(outdir)/$(<F:.log=.lisp) --outdir=$(outdir) --dep $(outdir)/$(<F:.log=.dep) --enc $(outdir)/$(<F:.log=.enc) --tex $(outdir)/$(<F:.log=.tex) --ly $(outdir)/$(<F:.log=list.ly) $<
171
172 fontdir: $(addprefix $(outdir)/, lilypond.map lilypond.sfd private-fonts fonts.scale fonts.dir Fontmap.lily)
173
174
175 $(outdir)/lilypond.map: $(AFM_FILES)
176         for i in $(FETA_FONTS); do echo $$i $$i '<'$$i.pfa; done > $@
177         for i in $(STAFF_SIZES); \
178                 do echo "Emmentaler-$$i Emmentaler-$$i <emmentaler-$$i.cff.ps" ; done \
179         >> $@
180         echo "Aybabtu Aybabtu <aybabtu.cff.ps" >> $@
181
182 $(outdir)/Fontmap.lily: 
183         for i in $(FETA_FONTS); do echo "/$$i ($$i.pfa);" ; done > $@
184         for i in $(STAFF_SIZES); \
185                 do echo "/Emmentaler-$$i (emmentaler-$$i.cff.ps);" ; done \
186         >> $@
187         echo "/Aybabtu (aybabtu.cff.ps);" >> $@
188
189
190 local-clean:
191         rm -f mfplain.mem mfplain.log 
192         rm -f *.tfm *.log
193
194 $(outdir)/%.enc.in: %.enc
195         cp $< $@
196
197 # teTeX-2.0.x compatibility.
198 local-install:
199         -$(INSTALL) -d $(DESTDIR)$(local_lilypond_datadir)/dvips
200         (cd $(DESTDIR)$(local_lilypond_datadir)/dvips && ln -sf ../fonts/map .)
201
202 local-uninstall:
203         -rm -f $(DESTDIR)$(local_lilypond_datadir)/dvips/map
204         -rmdir $(DESTDIR)$(local_lilypond_datadir)/dvips