]> git.donarmstrong.com Git - lilypond.git/blob - mf/GNUmakefile
*** empty log message ***
[lilypond.git] / mf / GNUmakefile
1 depth = ..
2
3 STEPMAKE_TEMPLATES=metafont install install-out
4
5 include $(depth)/make/stepmake.make 
6
7 AF_FILES = $(wildcard *.af) 
8
9 EXTRA_DIST_FILES += README feta.tex  merge.pe
10
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-din*[0-9].mf)\
16         $(wildcard feta-nummer*[0-9].mf)\
17         $(wildcard parmesan[0-9]*.mf)
18
19 FETA_FONTS = $(FETA_MF_FILES:.mf=)
20
21 XPM_FONTS = feta20 feta-din10 feta-nummer10 feta-braces20 parmesan20
22
23 LOG_FILES = $(FETA_MF_FILES:%.mf=$(outdir)/%.log)
24 TEXTABLES = $(FETA_MF_FILES:%.mf=$(outdir)/%.tex)
25 AFM_FILES = $(FETA_MF_FILES:%.mf=$(outdir)/%.afm) \
26         $(AF_FILES:%.af=$(outdir)/%.afm)
27 ENC_FILES = $(TEXTABLES:.tex=.enc) $(outdir)/cmr.enc
28 TFM_FILES = $(FETA_MF_FILES:%.mf=$(outdir)/%.tfm) $(addprefix $(outdir)/,$(addsuffix .tfm,$(SAUTER_FONTS)))
29 FETA_LIST_FILES = $(FETA_MF_FILES:%.mf=$(outdir)/%list.ly)
30
31
32 ENCODING_FILE=$(findstring $(<:.mf=.enc), $(FETA_MF_FILES:.mf=.enc))
33 MFTRACE_FLAGS=$(if $(ENCODING_FILE),--encoding $(ENCODING_FILE),)
34 bla:
35         echo $(TFM_FILES) 
36
37 # only for fonts which
38 #
39 # 1. are mentioned in font.scm
40 #
41 # 2. are not included with teTeX
42 #
43
44 foe:
45         echo $(MFINPUTS)
46         echo $(TEXMF)
47         kpsewhich exbase.mf
48
49
50 ## use separate package sauter-fonts-mftraced.
51 SAUTER_FONTS = 
52
53 #cmbxti8 ecbm14 ecrm12
54 MORE_SAUTER_FONTS = cmbx14 cmbx17 \
55          cmbxti12 cmbxti14 \
56          cmbxti6 cmbxti7 cmbxti8 \
57          cmcsc12 cmcsc7 cmcsc8 \
58          cmss5 cmss6 cmss7 \
59          cmti5 cmti6 \
60          cmtt17 cmtt5 cmtt6 cmtt7
61
62 ALL_FONTS = $(FETA_FONTS) $(SAUTER_FONTS)
63 PFA_FILES = $(ALL_FONTS:%=$(outdir)/%.pfa)
64 PFB_FILES = $(PFA_FILES:%.pfa=%.pfb)
65
66 # Make tfm files first, log files last, 
67 # so that normally log files aren't made twice
68 ALL_GEN_FILES= $(TFM_FILES) $(TEXTABLES) $(AFM_FILES) $(TFM_FILES) $(LOG_FILES) $(ENC_FILES) $(FETA_LIST_FILES) $(PFA_FILES) $(outdir)/lilypond.map $(outdir)/fonts.scale $(outdir)/Fontmap.lily
69
70 #PRE_INSTALL=$(MAKE) "$(ALL_GEN_FILES)"
71 INSTALLATION_DIR=$(local_lilypond_datadir)/fonts/source
72 INSTALLATION_FILES=$(MF_FILES) $(AF_FILES)
73
74 INSTALLATION_OUT_SUFFIXES=1 2 3 4 5 6 7
75
76 INSTALLATION_OUT_DIR1=$(local_lilypond_datadir)/tex
77 INSTALLATION_OUT_FILES1=$(TEXTABLES)
78
79 INSTALLATION_OUT_DIR2=$(local_lilypond_datadir)/fonts/afm
80 INSTALLATION_OUT_FILES2=$(AFM_FILES)
81
82 INSTALLATION_OUT_DIR3=$(local_lilypond_datadir)/fonts/tfm
83 INSTALLATION_OUT_FILES3=$(TFM_FILES)
84
85 INSTALLATION_OUT_DIR4=$(local_lilypond_datadir)/ly
86 INSTALLATION_OUT_FILES4=$(FETA_LIST_FILES)
87
88 INSTALLATION_OUT_DIR5=$(local_lilypond_datadir)/fonts/type1
89 INSTALLATION_OUT_FILES5=$(PFA_FILES) $(outdir)/fonts.scale $(outdir)/Fontmap $(outdir)/Fontmap.lily
90
91 INSTALLATION_OUT_DIR6=$(local_lilypond_datadir)/dvips/
92 INSTALLATION_OUT_FILES6=$(outdir)/lilypond.map
93
94 INSTALLATION_OUT_DIR7=$(local_lilypond_datadir)/ps/
95 INSTALLATION_OUT_FILES7=$(ENC_FILES)
96
97 export MFINPUTS:=.:$(MFINPUTS)
98
99 default: pfa_warning $(ALL_GEN_FILES)
100
101
102 pfa_warning:
103 ifneq ($(notdir $(MFTRACE)),mftrace)
104         @echo ""
105         @echo "ERROR: mftrace not found"
106         @echo ""
107         @echo "For obtaining PFA fonts, either install mftrace "
108         @echo "(see http://www.xs4all.nl/~hanwen/mftrace/ ),"
109         @echo "or try one of the following commands in this directory: "
110         @echo ""
111         @echo " make get-pfa "
112         @echo " make get-rpm-pfa "
113         @echo " make get-deb-pfa "
114         @echo ""
115         @echo "These commands will try to download the files from the internet."
116         @false
117 endif
118
119
120 debian-mirror=http://ftp.us.debian.org
121 debian-package =lilypond_$(TOPLEVEL_VERSION)-1_i386.deb
122 $(outdir)/$(debian-package):
123         wget --passive-ftp -P $(outdir) $(debian-mirror)/debian/pool/main/l/lilypond/$(debian-package)
124
125 get-deb-pfa: $(outdir)/$(debian-package)
126         rm -rf $(outdir)/./usr
127         ar p $< data.tar.gz | \
128                 tar -C $(outdir) -zvxf - '*.pfa'
129         cp `find $(outdir)/usr/ -name '*.pfa'` $(outdir)/
130
131
132 redhat-package=lilypond-$(TOPLEVEL_VERSION)-1.i386.rpm
133 $(outdir)/$(redhat-package):
134         wget  --passive-ftp -P $(outdir) http://lilypond.org/download/binaries/Fedora-3/$(redhat-package)
135
136 get-rpm-pfa: $(outdir)/$(redhat-package)
137         cd $(outdir) ; rm -rf usr/ # (root alert!) 
138         cd $(outdir) ; rpm2cpio $(redhat-package) | cpio -uid '*.pfa'
139         cp `find $(outdir)/usr/ -name '*.pfa'` $(outdir)/
140
141 # change this dependency 
142 get-pfa: get-rpm-pfa
143
144
145 ##
146 ## todo: this also depends on .tfm, FIXME.
147 $(outdir)/%.afm  $(outdir)/%.enc  $(outdir)/%.tex $(outdir)/%list.ly $(outdir)/%.dep: $(outdir)/%.log $(outdir)/%.tfm
148         $(PYTHON) $(buildscript-dir)/mf-to-table.py --lisp=$(outdir)/$(<F:.log=.lisp) --outdir=$(outdir) --dep $(outdir)/$(<F:.log=.dep)  --afm $(outdir)/$(<F:.log=.afm)  --enc $(outdir)/$(<F:.log=.enc) --tex $(outdir)/$(<F:.log=.tex) --ly $(outdir)/$(<F:.log=list.ly) $<
149
150 fontdir: $(addprefix $(outdir)/, lilypond.map lilypond.sfd private-fonts fonts.scale fonts.dir Fontmap.lily)
151
152 ## Urg
153 mapentry=$(1) $(shell fgrep FontName $(outdir)/$(1).afm | sed -e 's/FontName *//') <$(1).pfaX
154
155 map = $(foreach a,$(2),$(call $(1),$(a)))
156 $(outdir)/lilypond.xmap: $(AFM_FILES)
157         echo '$(call map,mapentry,$(ALL_FONTS))' | \
158                 tr 'X' '\n' | sed -e 's/^ *//'> $@
159
160 # using shell for loop seems most robust
161 $(outdir)/lilypond.map: $(AFM_FILES)
162         for i in $(FETA_FONTS); do echo $$i $$(fgrep FontName $(outdir)/$$i.afm | sed -e 's/FontName *//') '<'$$i.pfa; done > $@
163         for i in $(SAUTER_FONTS); do echo "$$i $$i <$$i.pfa"; done >> $@
164
165 $(outdir)/Fontmap:
166         echo '%!' > $@
167         echo '% Override default GS Fontmap' >> $@
168         echo '% To let gs load fonts from builddir, do:' >> $@
169         echo '% export GS_LIB=$$(pwd)/mf/out:' >> $@
170         echo '% See Fontmap.GS for the syntax of real Fontmap files.' >> $@
171         echo '(Fontmap.GS) .runlibfile' >> $@
172         echo '(Fontmap.lily) .runlibfile' >> $@
173
174 $(outdir)/Fontmap.lily: $(AFM_FILES) $(outdir)/Fontmap
175         echo '%!' > $@
176         for i in $(FETA_FONTS); do echo "/$$(fgrep FontName $(outdir)/$$i.afm | sed -e 's/FontName *//') ($$i.pfa);"; done >> $@
177         for i in $(SAUTER_FONTS); do echo "$$i ($$i.pfa);"; done >> $@
178
179
180 $(outdir)/fonts.scale: $(PFA_FILES)
181 #       cd $(outdir) && echo $(FETA_MF_FILES:.mf=.pfa) $(FETA_MF_FILES:.mf=.pfb) | $(PYTHON) $(topdir)/buildscripts/make-font-dir.py  > $(@F)
182         cd $(outdir) && echo *.pfa *.pfb | $(PYTHON) $(topdir)/buildscripts/make-font-dir.py  > $(@F)
183
184 $(outdir)/fonts.dir: $(outdir)/fonts.scale
185         cd $(outdir) && mkfontdir
186
187 # Sketch map file
188 $(outdir)/lilypond.sfd:
189 #       cd $(outdir) && echo sketch $(FETA_MF_FILES:.mf=.pfa) | $(PYTHON) $(topdir)/buildscripts/make-font-dir.py  > $(@F)
190         cd $(outdir) && echo sketch *.pfa | $(PYTHON) $(topdir)/buildscripts/make-font-dir.py  > $(@F)
191
192 # Sodipodi map file
193 SODIPODI_FONTS = parmesan20 feta-braces0 feta-nummer10 feta20
194 $(outdir)/private-fonts:
195         cd $(outdir) && echo sodipodi $(SODIPODI_FONTS:%=%.pfa) | $(PYTHON) $(topdir)/buildscripts/make-font-dir.py  > $(@F)
196
197 local-clean:
198         rm -f mfplain.mem mfplain.log 
199         rm -f *.tfm *.log
200
201 afm: $(AFM_FILES)
202 pfa: afm $(PFA_FILES) fontdir
203 pfb: afm $(PFB_FILES) fontdir
204
205
206 # stupid trick to have separate rules for each PFA font ;
207 # otherwise building PFAs is all-or-nothing.
208 $(SAUTER_FONTS:%=$(outdir)/%.bla):
209         $(foreach i, $@, touch $i && ) true
210
211 $(outdir)/%.pfa: $(outdir)/%.bla
212         $(MFTRACE) -I $(outdir)/ --pfa --simplify --keep-trying $(notdir $(basename $@))  && mv $(notdir $@) $(outdir)/
213
214 $(outdir)/%.enc.in: %.enc
215         cp $< $@