]> git.donarmstrong.com Git - lilypond.git/blob - mf/GNUmakefile
5e2d0cf1a759277a1ee33f5ab506814bb46aa865
[lilypond.git] / mf / GNUmakefile
1 # mf/GNUmakefile
2
3 depth = ..
4
5 STEPMAKE_TEMPLATES = metafont \
6                      install \
7                      install-out
8 LOCALSTEPMAKE_TEMPLATES = lilypond
9
10 # These are the main .mf files.  We don't use $(MF_FILES) here,
11 # because there are more .mf files, input'ed into the main files.
12 FETA_MF_FILES = $(call src-wildcard,feta[0-9]*.mf) \
13                 $(call src-wildcard,feta-braces-[a-z].mf) \
14                 $(call src-wildcard,feta-alphabet*[0-9].mf) \
15                 $(call src-wildcard,feta-noteheads*[0-9].mf) \
16                 $(call src-wildcard,feta-flags*[0-9].mf) \
17                 $(call src-wildcard,parmesan[0-9]*.mf) \
18                 $(call src-wildcard,parmesan-noteheads*[0-9].mf)
19 FETA_FONTS = $(FETA_MF_FILES:.mf=)
20 ALL_FONTS = $(FETA_FONTS)
21 PFB_FILES = $(ALL_FONTS:%=$(outdir)/%.pfb)
22
23 include $(depth)/make/stepmake.make
24
25
26 EXTRA_DIST_FILES += README mf2pt1.mp
27
28 STAFF_SIZES = 11 13 14 16 18 20 23 26
29 BRACES = a b c d e f g h i
30
31 OTF_FILES = $(STAFF_SIZES:%=$(outdir)/emmentaler-%.otf) \
32             $(outdir)/emmentaler-brace.otf
33 OTF_TABLES = $(STAFF_SIZES:%=$(outdir)/feta%.otf-table) \
34              $(BRACES:%=$(outdir)/feta-braces-%.otf-table)
35 SVG_FILES = $(OTF_FILES:%.otf=%.svg)
36 WOFF_FILES = $(OTF_FILES:%.otf=%.woff)
37
38 NCSB_OTFS = $(addprefix $(outdir)/,CenturySchL-Ital.otf \
39                                    CenturySchL-BoldItal.otf \
40                                    CenturySchL-Roma.otf \
41                                    CenturySchL-Bold.otf)
42
43 HELV_OTFS = $(addprefix $(outdir)/,NimbusSanL-ReguItal.otf \
44                                    NimbusSanL-BoldItal.otf \
45                                    NimbusSanL-Regu.otf \
46                                    NimbusSanL-Bold.otf)
47
48 COUR_OTFS = $(addprefix $(outdir)/,NimbusMonL-ReguObli.otf \
49                                    NimbusMonL-BoldObli.otf \
50                                    NimbusMonL-Regu.otf \
51                                    NimbusMonL-Bold.otf)
52
53 LILYPOND_FONTS_CONF = $(outdir)/00-lilypond-fonts.conf \
54                       $(outdir)/99-lilypond-fonts.conf
55
56 LOG_FILES = $(FETA_MF_FILES:%.mf=$(outdir)/%.log)
57 LISP_FILES = $(FETA_MF_FILES:%.mf=$(outdir)/%.lisp)
58 ENC_FILES = $(FETA_MF_FILES:%.mf=$(outdir)/%.enc)
59 TFM_FILES = $(FETA_MF_FILES:%.mf=$(outdir)/%.tfm)
60
61 $(outdir)/emmentaler-brace.otf-gtable: $(BRACES:%=$(outdir)/feta-braces-%.otf-gtable)
62         echo '(design_size . 20)' > $@
63
64 $(outdir)/feta%.otf-table: $(outdir)/feta%.lisp $(outdir)/parmesan%.lisp \
65         $(outdir)/parmesan-noteheads%.lisp \
66         $(outdir)/feta-noteheads%.lisp \
67         $(outdir)/feta-flags%.lisp \
68         $(outdir)/feta-alphabet%.lisp
69         cat $^ > $@
70
71 $(outdir)/emmentaler-brace.otf-table: $(foreach x, a b c d e f g h i,$(outdir)/feta-braces-$(x).lisp)
72         cat $^ > $@
73
74 $(outdir)/emmentaler-brace.otf: $(outdir)/emmentaler-brace.subfonts \
75                                 $(outdir)/emmentaler-brace.fontname \
76                                 $(outdir)/emmentaler-brace.otf-table \
77                                 $(outdir)/emmentaler-brace.otf-gtable \
78                                 $(outdir)/emmentaler-brace.pe
79
80 $(outdir)/emmentaler-brace.fontname:
81         printf 'emmentaler-brace' > $@
82 $(outdir)/emmentaler-brace.subfonts:
83         echo $(subst .mf,,$(call src-wildcard,feta-braces-[a-z].mf)) > $@
84
85 $(outdir)/emmentaler-%.genpe: $(buildscript-dir)/gen-emmentaler-scripts
86         $< --dir=$(outdir) --design-size=$(patsubst emmentaler-%.genpe,%,$(notdir $@))
87
88 ALL_GEN_FILES = $(ENC_FILES) \
89                 $(NCSB_OTFS) \
90                 $(HELV_OTFS) \
91                 $(COUR_OTFS) \
92                 $(OTF_FILES) \
93                 $(SVG_FILES) \
94                 $(WOFF_FILES) \
95                 $(LILYPOND_FONTS_CONF)
96
97 # PRE_INSTALL=$(MAKE) "$(ALL_GEN_FILES)"
98
99 INSTALLATION_DIR = $(local_lilypond_datadir)/fonts/source
100 INSTALLATION_FILES = $(MF_FILES)
101
102 INSTALLATION_OUT_SUFFIXES = 1 2 3
103
104 INSTALLATION_OUT_DIR1 = $(local_lilypond_datadir)/fonts/otf
105 INSTALLATION_OUT_FILES1 = $(OTF_FILES) \
106                           $(NCSB_OTFS) $(HELV_OTFS) $(COUR_OTFS)
107
108 INSTALLATION_OUT_DIR2 = $(local_lilypond_datadir)/fonts/svg
109 INSTALLATION_OUT_FILES2 = $(SVG_FILES) $(WOFF_FILES)
110
111 INSTALLATION_OUT_DIR3 = $(local_lilypond_datadir)/fonts
112 INSTALLATION_OUT_FILES3 = $(LILYPOND_FONTS_CONF)
113
114 export MFINPUTS := .:$(MFINPUTS)
115
116 # A few rules here generate multiple files from one command line.  For
117 # treating this case, we only declare one output explicitly, and use a
118 # dummy rules for the other outputs. The dummy rule uses
119 # $(UPDATE_TARGET) so the order of writing in the real command does
120 # not confuse make.
121 UPDATE_TARGET = if test -f $@; then touch $@ ; fi
122
123 # only for fonts which
124 #
125 # 1. are mentioned in font.scm
126 #
127 # 2. are not included with teTeX
128 #
129 $(outdir)/%.lisp: $(outdir)/%.log $(outdir)/%.tfm
130         $(buildscript-dir)/mf-to-table \
131                 --global-lisp=$(outdir)/$(<F:.log=.otf-gtable) \
132                 --lisp=$(outdir)/$(<F:.log=.lisp) \
133                 --outdir=$(outdir) \
134                 --enc $(outdir)/$(<F:.log=.enc) \
135                 $<
136
137 $(outdir)/%.otf-gtable $(outdir)/%.enc: $(outdir)/%.lisp
138         $(UPDATE_TARGET)
139
140 ## Putting pfb here forces all .pfb fonts to be built before
141 # fontforge starts generating emmentaler-*.* fonts.
142 $(outdir)/emmentaler-%.otf: $(outdir)/emmentaler-%.genpe \
143                             $(outdir)/feta%.pfb \
144                             $(outdir)/feta-noteheads%.pfb \
145                             $(outdir)/feta-flags%.pfb \
146                             $(outdir)/feta-alphabet%.pfb \
147                             $(outdir)/parmesan%.pfb \
148                             $(outdir)/parmesan-noteheads%.pfb \
149                             $(outdir)/feta%.otf-table \
150                             $(outdir)/feta%.otf-gtable \
151                             | pfb
152         cd $(outdir) && $(FONTFORGE) -script $(notdir $<)
153
154 $(outdir)/emmentaler-%.svg $(outdir)/emmentaler-%.woff: $(outdir)/emmentaler-%.otf
155         $(UPDATE_TARGET)
156
157 $(outdir)/emmentaler-brace.otf: $(outdir)/emmentaler-brace.pe\
158                        $(foreach s,$(BRACES),$(outdir)/feta-braces-$(s).pfb) \
159                        $(outdir)/emmentaler-brace.otf-table $(outdir)/emmentaler-brace.otf-gtable \
160                        | pfb
161         cd $(outdir) && $(FONTFORGE) -script emmentaler-brace.pe
162
163 $(outdir)/emmentaler-brace.svg $(outdir)/emmentaler-brace.woff: $(outdir)/emmentaler-brace.otf
164         $(UPDATE_TARGET)
165
166 default: tree-regen \
167          $(outdir)/fonts.conf
168
169 .PHONY: tree-regen
170
171 tree-regen: $(ALL_GEN_FILES)
172         ${MAKE} -C $(top-build-dir) link-mf-tree
173
174
175 local-clean:
176         rm -f mfplain.mem mfplain.log
177         rm -f *.tfm *.log
178
179
180 $(outdir)/fonts.conf:
181         echo '<fontconfig><dir>'$(shell cd $(outdir); pwd)'</dir></fontconfig>' > $@
182
183
184 $(outdir)/CenturySchL-Roma.otf: $(NCSB_SOURCE_FILES) \
185               $(auxscript-dir)/pfx2ttf.fontforge
186         $(foreach i, $(basename $(NCSB_SOURCE_FILES)), \
187                 $(FONTFORGE) -script $(auxscript-dir)/pfx2ttf.fontforge \
188                         $(i).pfb $(i).afm $(outdir)/ && ) true
189
190 $(addprefix $(outdir)/,CenturySchL-Ital.otf \
191         CenturySchL-Bold.otf \
192         CenturySchL-BoldItal.otf): $(outdir)/CenturySchL-Roma.otf
193         $(UPDATE_TARGET)
194
195 $(outdir)/NimbusSanL-Regu.otf: $(HELV_SOURCE_FILES) \
196               $(auxscript-dir)/pfx2ttf.fontforge
197         $(foreach i, $(basename $(HELV_SOURCE_FILES)), \
198                 $(FONTFORGE) -script $(auxscript-dir)/pfx2ttf.fontforge \
199                         $(i).pfb $(i).afm $(outdir)/ && ) true
200
201 $(addprefix $(outdir)/,NimbusSanL-ReguItal.otf \
202         NimbusSanL-Bold.otf \
203         NimbusSanL-BoldItal.otf): $(outdir)/NimbusSanL-Regu.otf
204         $(UPDATE_TARGET)
205
206 $(outdir)/NimbusMonL-Regu.otf: $(COUR_SOURCE_FILES) \
207               $(auxscript-dir)/pfx2ttf-mono.fontforge
208         $(foreach i, $(basename $(COUR_SOURCE_FILES)), \
209                 $(FONTFORGE) -script $(auxscript-dir)/pfx2ttf-mono.fontforge \
210                         $(i).pfb $(i).afm $(outdir)/ && ) true
211
212 $(addprefix $(outdir)/,NimbusMonL-ReguObli.otf \
213         NimbusMonL-Bold.otf \
214         NimbusMonL-BoldObli.otf): $(outdir)/NimbusMonL-Regu.otf
215         $(UPDATE_TARGET)