]> git.donarmstrong.com Git - lilypond.git/blob - mf/GNUmakefile
Add sans-serif and monospace fonts
[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 LOG_FILES = $(FETA_MF_FILES:%.mf=$(outdir)/%.log)
54 LISP_FILES = $(FETA_MF_FILES:%.mf=$(outdir)/%.lisp)
55 ENC_FILES = $(FETA_MF_FILES:%.mf=$(outdir)/%.enc)
56 TFM_FILES = $(FETA_MF_FILES:%.mf=$(outdir)/%.tfm)
57
58 $(outdir)/emmentaler-brace.otf-gtable: $(BRACES:%=$(outdir)/feta-braces-%.otf-gtable)
59         echo '(design_size . 20)' > $@
60
61 $(outdir)/feta%.otf-table: $(outdir)/feta%.lisp $(outdir)/parmesan%.lisp \
62         $(outdir)/parmesan-noteheads%.lisp \
63         $(outdir)/feta-noteheads%.lisp \
64         $(outdir)/feta-flags%.lisp \
65         $(outdir)/feta-alphabet%.lisp
66         cat $^ > $@
67
68 $(outdir)/emmentaler-brace.otf-table: $(foreach x, a b c d e f g h i,$(outdir)/feta-braces-$(x).lisp)
69         cat $^ > $@
70
71 $(outdir)/emmentaler-brace.otf: $(outdir)/emmentaler-brace.subfonts \
72                                 $(outdir)/emmentaler-brace.fontname \
73                                 $(outdir)/emmentaler-brace.otf-table \
74                                 $(outdir)/emmentaler-brace.otf-gtable \
75                                 $(outdir)/emmentaler-brace.pe
76
77 $(outdir)/emmentaler-brace.fontname:
78         printf 'emmentaler-brace' > $@
79 $(outdir)/emmentaler-brace.subfonts:
80         echo $(subst .mf,,$(call src-wildcard,feta-braces-[a-z].mf)) > $@
81
82 $(outdir)/emmentaler-%.genpe: $(buildscript-dir)/gen-emmentaler-scripts
83         $< --dir=$(outdir) --design-size=$(patsubst emmentaler-%.genpe,%,$(notdir $@))
84
85 ALL_GEN_FILES = $(ENC_FILES) \
86                 $(NCSB_OTFS) \
87                 $(HELV_OTFS) \
88                 $(COUR_OTFS) \
89                 $(OTF_FILES) \
90                 $(SVG_FILES) \
91                 $(WOFF_FILES)
92
93 # PRE_INSTALL=$(MAKE) "$(ALL_GEN_FILES)"
94
95 INSTALLATION_DIR = $(local_lilypond_datadir)/fonts/source
96 INSTALLATION_FILES = $(MF_FILES)
97
98 INSTALLATION_OUT_SUFFIXES = 1 2
99
100 INSTALLATION_OUT_DIR1 = $(local_lilypond_datadir)/fonts/otf
101 INSTALLATION_OUT_FILES1 = $(OTF_FILES) \
102                           $(NCSB_OTFS) $(HELV_OTFS) $(COUR_OTFS)
103
104 INSTALLATION_OUT_DIR2 = $(local_lilypond_datadir)/fonts/svg
105 INSTALLATION_OUT_FILES2 = $(SVG_FILES) $(WOFF_FILES)
106
107 export MFINPUTS := .:$(MFINPUTS)
108
109 # A few rules here generate multiple files from one command line.  For
110 # treating this case, we only declare one output explicitly, and use a
111 # dummy rules for the other outputs. The dummy rule uses
112 # $(UPDATE_TARGET) so the order of writing in the real command does
113 # not confuse make.
114 UPDATE_TARGET = if test -f $@; then touch $@ ; fi
115
116 # only for fonts which
117 #
118 # 1. are mentioned in font.scm
119 #
120 # 2. are not included with teTeX
121 #
122 $(outdir)/%.lisp: $(outdir)/%.log $(outdir)/%.tfm
123         $(buildscript-dir)/mf-to-table \
124                 --global-lisp=$(outdir)/$(<F:.log=.otf-gtable) \
125                 --lisp=$(outdir)/$(<F:.log=.lisp) \
126                 --outdir=$(outdir) \
127                 --enc $(outdir)/$(<F:.log=.enc) \
128                 $<
129
130 $(outdir)/%.otf-gtable $(outdir)/%.enc: $(outdir)/%.lisp
131         $(UPDATE_TARGET)
132
133 ## Putting pfb here forces all .pfb fonts to be built before
134 # fontforge starts generating emmentaler-*.* fonts.
135 $(outdir)/emmentaler-%.otf: $(outdir)/emmentaler-%.genpe \
136                             $(outdir)/feta%.pfb \
137                             $(outdir)/feta-noteheads%.pfb \
138                             $(outdir)/feta-flags%.pfb \
139                             $(outdir)/feta-alphabet%.pfb \
140                             $(outdir)/parmesan%.pfb \
141                             $(outdir)/parmesan-noteheads%.pfb \
142                             $(outdir)/feta%.otf-table \
143                             $(outdir)/feta%.otf-gtable \
144                             | pfb
145         cd $(outdir) && $(FONTFORGE) -script $(notdir $<)
146
147 $(outdir)/emmentaler-%.svg $(outdir)/emmentaler-%.woff: $(outdir)/emmentaler-%.otf
148         $(UPDATE_TARGET)
149
150 $(outdir)/emmentaler-brace.otf: $(outdir)/emmentaler-brace.pe\
151                        $(foreach s,$(BRACES),$(outdir)/feta-braces-$(s).pfb) \
152                        $(outdir)/emmentaler-brace.otf-table $(outdir)/emmentaler-brace.otf-gtable \
153                        | pfb
154         cd $(outdir) && $(FONTFORGE) -script emmentaler-brace.pe
155
156 $(outdir)/emmentaler-brace.svg $(outdir)/emmentaler-brace.woff: $(outdir)/emmentaler-brace.otf
157         $(UPDATE_TARGET)
158
159 default: tree-regen \
160          $(outdir)/fonts.conf
161
162 .PHONY: tree-regen
163
164 tree-regen: $(ALL_GEN_FILES)
165         ${MAKE} -C $(top-build-dir) link-mf-tree
166
167
168 local-clean:
169         rm -f mfplain.mem mfplain.log
170         rm -f *.tfm *.log
171
172
173 $(outdir)/fonts.conf:
174         echo '<fontconfig><dir>'$(shell cd $(outdir); pwd)'</dir></fontconfig>' > $@
175
176
177 $(outdir)/CenturySchL-Roma.otf: $(NCSB_SOURCE_FILES) \
178               $(auxscript-dir)/pfx2ttf.fontforge
179         $(foreach i, $(basename $(NCSB_SOURCE_FILES)), \
180                 $(FONTFORGE) -script $(auxscript-dir)/pfx2ttf.fontforge \
181                         $(i).pfb $(i).afm $(outdir)/ && ) true
182
183 $(addprefix $(outdir)/,CenturySchL-Ital.otf \
184         CenturySchL-Bold.otf \
185         CenturySchL-BoldItal.otf): $(outdir)/CenturySchL-Roma.otf
186         $(UPDATE_TARGET)
187
188 $(outdir)/NimbusSanL-Regu.otf: $(HELV_SOURCE_FILES) \
189               $(auxscript-dir)/pfx2ttf.fontforge
190         $(foreach i, $(basename $(HELV_SOURCE_FILES)), \
191                 $(FONTFORGE) -script $(auxscript-dir)/pfx2ttf.fontforge \
192                         $(i).pfb $(i).afm $(outdir)/ && ) true
193
194 $(addprefix $(outdir)/,NimbusSanL-ReguItal.otf \
195         NimbusSanL-Bold.otf \
196         NimbusSanL-BoldItal.otf): $(outdir)/NimbusSanL-Regu.otf
197         $(UPDATE_TARGET)
198
199 $(outdir)/NimbusMonL-Regu.otf: $(COUR_SOURCE_FILES) \
200               $(auxscript-dir)/pfx2ttf-mono.fontforge
201         $(foreach i, $(basename $(COUR_SOURCE_FILES)), \
202                 $(FONTFORGE) -script $(auxscript-dir)/pfx2ttf-mono.fontforge \
203                         $(i).pfb $(i).afm $(outdir)/ && ) true
204
205 $(addprefix $(outdir)/,NimbusMonL-ReguObli.otf \
206         NimbusMonL-Bold.otf \
207         NimbusMonL-BoldObli.otf): $(outdir)/NimbusMonL-Regu.otf
208         $(UPDATE_TARGET)