]> git.donarmstrong.com Git - lilypond.git/blob - mf/GNUmakefile
* Documentation/topdocs/INSTALL.texi (Top): add note about get-pfa
[lilypond.git] / mf / GNUmakefile
1 depth = ..
2
3 STEPMAKE_TEMPLATES=metafont install install-out
4 LOCALSTEPMAKE_TEMPLATES=asciifont
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*[0-9].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)
28 TFM_FILES = $(FETA_MF_FILES:%.mf=$(outdir)/%.tfm)
29
30
31 ENCODING_FILE=$(findstring $(<:.mf=.enc), $(FETA_MF_FILES:.mf=.enc))
32 MFTRACE_FLAGS=$(if $(ENCODING_FILE),--encoding $(ENCODING_FILE),)
33
34 # Make tfm files first, log files last, 
35 # so that normally log files aren't made twice
36 ALL_GEN_FILES= $(TFM_FILES) $(TEXTABLES) $(AFM_FILES) $(TFM_FILES) $(LOG_FILES) $(ENC_FILES)
37
38 #PRE_INSTALL=$(MAKE) "$(ALL_GEN_FILES)"
39 INSTALLATION_DIR=$(local_lilypond_datadir)/fonts/source
40 INSTALLATION_FILES=$(MF_FILES) $(AF_FILES)
41
42 INSTALLATION_OUT_SUFFIXES=1 2 3 4 5
43
44 INSTALLATION_OUT_DIR1=$(local_lilypond_datadir)/tex
45 INSTALLATION_OUT_FILES1=$(TEXTABLES)
46
47 INSTALLATION_OUT_DIR2=$(local_lilypond_datadir)/fonts/afm
48 INSTALLATION_OUT_FILES2=$(AFM_FILES)
49
50 INSTALLATION_OUT_DIR3=$(local_lilypond_datadir)/fonts/tfm
51 INSTALLATION_OUT_FILES3=$(TFM_FILES)
52
53 SAUTER_FONTS = cmbxti7 cmbxti8 cmbxti12 cmbxti14 \
54         cmcsc7 cmcsc12 cmtt17 cmbx14 cmbx17 cmtt6 cmbx6 cmbx5 cmbxti5 \
55         cmti6 cmti5  cmss5 cmss6 cmss7
56
57 ALL_FONTS = $(FETA_FONTS) $(SAUTER_FONTS)
58
59
60 PFA_FILES = $(ALL_FONTS:%=$(outdir)/%.pfa)
61 PFB_FILES = $(PFA_FILES:%.pfa=%.pfb)
62
63 ALL_GEN_FILES += $(PFA_FILES) $(outdir)/lilypond.map $(outdir)/fonts.scale
64 INSTALLATION_OUT_DIR4=$(local_lilypond_datadir)/fonts/type1
65 INSTALLATION_OUT_FILES4=$(PFA_FILES) $(outdir)/fonts.scale
66
67 INSTALLATION_OUT_DIR5=$(local_lilypond_datadir)/dvips/
68 INSTALLATION_OUT_FILES5=$(outdir)/lilypond.map
69
70 export MFINPUTS:=.:$(MFINPUTS)
71
72 default: $(ALL_GEN_FILES)
73
74
75 debian-mirror=http://ftp.us.debian.org
76 debian-package =lilypond_$(TOPLEVEL_VERSION)-1_i386.deb
77 $(outdir)/$(debian-package):
78         wget -P $(outdir) $(debian-mirror)/debian/pool/main/l/lilypond/$(debian-package)
79
80 get-debian-pfa: $(outdir)/$(debian-package)
81         rm -rf $(outdir)/./usr
82         ar p $< data.tar.gz | \
83                 tar -C $(outdir) -zvxf - '*.pfa'
84         cp `find $(outdir)/usr/ -name '*.pfa'` $(outdir)/
85
86
87 redhat-package=lilypond-$(TOPLEVEL_VERSION)-1.i386.rpm
88 $(outdir)/$(redhat-package):
89         wget -P $(outdir) ftp://ftp.lilypond.org/pub/LilyPond/binaries/RedHat-9/$(redhat-package)
90
91 get-rpm-pfa: $(outdir)/$(redhat-package)
92         cd $(outdir) ; rpm2cpio $(redhat-package) | cpio -id '*.pfa'
93         cp `find $(outdir)/usr/ -name '*.pfa'` $(outdir)/
94
95 # change this dependency 
96 get-pfa: get-rpm-pfa
97
98 ##
99 ## todo: this also depends on .tfm, FIXME.
100 $(outdir)/%.afm  $(outdir)/%.enc  $(outdir)/%.tex $(outdir)/%.dep: $(outdir)/%.log $(outdir)/%.tfm
101         $(PYTHON) $(buildscript-dir)/mf-to-table.py --package=$(topdir) --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) $<
102
103 fontdir: $(addprefix $(outdir)/, lilypond.map lilypond.sfd private-fonts fonts.scale fonts.dir)
104
105 ## Urg
106 mapentry=$(1) $(shell fgrep FontName $(outdir)/$(1).afm | sed -e 's/FontName *//') <$(1).pfaX
107
108 map = $(foreach a,$(2),$(call $(1),$(a)))
109 $(outdir)/lilypond.xmap: $(AFM_FILES)
110         echo '$(call map,mapentry,$(ALL_FONTS))' | \
111                 tr 'X' '\n' | sed -e 's/^ *//'> $@
112
113 # using shell for loop seems most robust
114 $(outdir)/lilypond.map: $(AFM_FILES)
115         for i in $(FETA_FONTS); do echo $$i $$(fgrep FontName $(outdir)/$$i.afm | sed -e 's/FontName *//') '<'$$i.pfa; done > $@
116         for i in $(SAUTER_FONTS); do echo "$$i $$i <$$i.pfa"; done >> $@
117
118
119 $(outdir)/fonts.scale: $(PFA_FILES)
120 #       cd $(outdir) && echo $(FETA_MF_FILES:.mf=.pfa) $(FETA_MF_FILES:.mf=.pfb) | $(PYTHON) $(topdir)/buildscripts/make-font-dir.py  > $(@F)
121         cd $(outdir) && echo *.pfa *.pfb | $(PYTHON) $(topdir)/buildscripts/make-font-dir.py  > $(@F)
122
123 $(outdir)/fonts.dir: $(outdir)/fonts.scale
124         cd $(outdir) && mkfontdir
125
126 # Sketch map file
127 $(outdir)/lilypond.sfd:
128 #       cd $(outdir) && echo sketch $(FETA_MF_FILES:.mf=.pfa) | $(PYTHON) $(topdir)/buildscripts/make-font-dir.py  > $(@F)
129         cd $(outdir) && echo sketch *.pfa | $(PYTHON) $(topdir)/buildscripts/make-font-dir.py  > $(@F)
130
131 # Sodipodi map file
132 SODIPODI_FONTS = parmesan20 feta-braces0 feta-nummer10 feta20
133 $(outdir)/private-fonts:
134         cd $(outdir) && echo sodipodi $(SODIPODI_FONTS:%=%.pfa) | $(PYTHON) $(topdir)/buildscripts/make-font-dir.py  > $(@F)
135
136 local-clean:
137         rm -f mfplain.mem mfplain.log 
138         rm -f *.tfm *.log
139
140 afm: $(AFM_FILES)
141 pfa: afm $(PFA_FILES) fontdir
142 pfb: afm $(PFB_FILES) fontdir
143
144
145 # stupid trick to have separate rules for each PFA font ;
146 # otherwise building PFAs is all-or-nothing.
147 $(SAUTER_FONTS:%=$(outdir)/%.bla):
148         $(foreach i, $@, touch $i && ) true
149
150 $(outdir)/%.pfa: $(outdir)/%.bla
151         $(MFTRACE) -I $(outdir)/ --pfa --simplify --keep-trying $(notdir $(basename $@))  && mv $(notdir $@) $(outdir)/
152