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