X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=mf%2FGNUmakefile;h=f81b56dabef7f8de1bd4cd73b9bec5c7670b21bd;hb=f2e629583f8d29395eacb6a43cbe5798dd3616f3;hp=014d7b1d710e824aae18baf487606a7b69e8acce;hpb=15c43df3abc82ef71c674d7a7e4e4b6951b38187;p=lilypond.git diff --git a/mf/GNUmakefile b/mf/GNUmakefile index 014d7b1d71..f81b56dabe 100644 --- a/mf/GNUmakefile +++ b/mf/GNUmakefile @@ -1,215 +1,205 @@ +# mf/GNUmakefile + depth = .. -STEPMAKE_TEMPLATES=metafont install install-out +STEPMAKE_TEMPLATES = metafont \ + install \ + install-out +LOCALSTEPMAKE_TEMPLATES = lilypond -include $(depth)/make/stepmake.make +# We don't use $(MF_FILES), because there's more .mf cruft here +FETA_MF_FILES = $(call src-wildcard,feta[0-9]*.mf) \ + $(call src-wildcard,feta-braces-[a-z].mf) \ + $(call src-wildcard,feta-alphabet*[0-9].mf) \ + $(call src-wildcard,feta-noteheads*[0-9].mf) \ + $(call src-wildcard,feta-flags*[0-9].mf) \ + $(call src-wildcard,parmesan[0-9]*.mf) \ + $(call src-wildcard,parmesan-noteheads*[0-9].mf) +FETA_FONTS = $(FETA_MF_FILES:.mf=) +ALL_FONTS = $(FETA_FONTS) +PFB_FILES = $(ALL_FONTS:%=$(outdir)/%.pfb) -AF_FILES = $(wildcard *.af) +include $(depth)/make/stepmake.make -EXTRA_DIST_FILES += README feta.tex -# We don't use $(MF_FILES), because there's more .mf cruft here -FETA_MF_FILES = $(wildcard feta[0-9]*.mf)\ - $(wildcard feta-braces-[a-z].mf)\ - $(wildcard feta-alphabet*[0-9].mf)\ - $(wildcard parmesan[0-9]*.mf) +EXTRA_DIST_FILES += README mf2pt1.mp STAFF_SIZES = 11 13 14 16 18 20 23 26 BRACES = a b c d e f g h i -OTF_FILES = $(addsuffix .otf, $(addprefix $(outdir)/bigcheese, $(STAFF_SIZES)))\ - $(outdir)/aybabtu.otf -PE_SCRIPTS = $(addsuffix .pe, $(addprefix $(outdir)/bigcheese, $(STAFF_SIZES))) \ - $(addsuffix .dep, $(addprefix $(outdir)/bigcheese, $(STAFF_SIZES))) -OTF_TABLES = $(addsuffix .otf-table, $(addprefix $(outdir)/feta, $(STAFF_SIZES))) \ - $(BRACES:%=$(outdir)/feta-braces-%.otf-table) -FETA_FONTS = $(FETA_MF_FILES:.mf=) +OTF_FILES = $(STAFF_SIZES:%=$(outdir)/emmentaler-%.otf) \ + $(outdir)/emmentaler-brace.otf +PE_SCRIPTS = $(STAFF_SIZES:%=$(outdir)/emmentaler-%.pe) +OTF_TABLES = $(STAFF_SIZES:%=$(outdir)/feta%.otf-table) \ + $(BRACES:%=$(outdir)/feta-braces-%.otf-table) +SVG_FILES = $(OTF_FILES:%.otf=%.svg) +WOFF_FILES = $(OTF_FILES:%.otf=%.woff) -$(outdir)/aybabtu.otf-table: $(BRACES:%=$(outdir)/feta-braces-%.otf-table) - cat $^ > $@ +FC_FIND = $(shell $(FCLIST) --verbose 'Century Schoolbook L:style=$(1)' \ + | grep 'file:' \ + | sed 's/.*"\([^"]*\)".*/\1/g') -$(outdir)/aybabtu.otf-gtable: $(BRACES:%=$(outdir)/feta-braces-%.otf-gtable) - echo '(design_size . 20)' > $@ +NCSB_OTFS = $(addprefix $(outdir)/,CenturySchL-Ital.otf \ + CenturySchL-BoldItal.otf \ + CenturySchL-Roma.otf \ + CenturySchL-Bold.otf) +NCSB_INSTALL_DIR = $(local_lilypond_datadir)/fonts/otf LOG_FILES = $(FETA_MF_FILES:%.mf=$(outdir)/%.log) LISP_FILES = $(FETA_MF_FILES:%.mf=$(outdir)/%.lisp) -TEXTABLES = $(FETA_MF_FILES:%.mf=$(outdir)/%.tex) -ENC_FILES = $(TEXTABLES:.tex=.enc) $(outdir)/cmr.enc -TFM_FILES = $(FETA_MF_FILES:%.mf=$(outdir)/%.tfm) $(addprefix $(outdir)/,$(addsuffix .tfm,$(SAUTER_FONTS))) -FETA_LIST_FILES = $(FETA_MF_FILES:%.mf=$(outdir)/%list.ly) - - -ENCODING_FILE=$(findstring $(<:.mf=.enc), $(FETA_MF_FILES:.mf=.enc)) -MFTRACE_FLAGS=$(if $(ENCODING_FILE),--encoding $(ENCODING_FILE),) - -# only for fonts which -# -# 1. are mentioned in font.scm -# -# 2. are not included with teTeX -# - -foe: - echo $(MFINPUTS) - echo $(TEXMF) - kpsewhich exbase.mf - -$(outdir)/%.otf: $(outdir)/%.pe - (cd $(outdir) && fontforge -script $(notdir $<)) - -$(outdir)/%.otf-table: $(outdir)/%.lisp - cat $< $(wildcard $(subst feta,parmesan,$<)) $(wildcard $(subst feta,feta-alphabet,$<)) > $@ - -$(outdir)/aybabtu.otf: $(outdir)/aybabtu.subfonts $(outdir)/aybabtu.otf-table $(outdir)/aybabtu.otf-gtable - -$(outdir)/aybabtu.subfonts: - echo $(subst .mf,,$(wildcard feta-braces-[a-z].mf)) > $@ - -$(PE_SCRIPTS): - $(PYTHON) $(buildscript-dir)/gen-bigcheese-scripts.py --dir=$(outdir) - -include $(outdir)/bigcheese20.dep - - -ALL_FONTS = $(FETA_FONTS) $(SAUTER_FONTS) -PFA_FILES = $(ALL_FONTS:%=$(outdir)/%.pfa) -PFB_FILES = $(PFA_FILES:%.pfa=%.pfb) - -# Make tfm files first, log files last, -# so that normally log files aren't made twice -ALL_GEN_FILES= $(TFM_FILES) $(TEXTABLES) $(TFM_FILES) $(LOG_FILES) $(ENC_FILES) $(LISP_FILES) $(FETA_LIST_FILES) $(OTF_TABLES) $(PFA_FILES) $(outdir)/lilypond.map $(outdir)/fonts.scale $(outdir)/Fontmap.lily $(OTF_FILES) - -#PRE_INSTALL=$(MAKE) "$(ALL_GEN_FILES)" -INSTALLATION_DIR=$(local_lilypond_datadir)/fonts/source -INSTALLATION_FILES=$(MF_FILES) $(AF_FILES) - -INSTALLATION_OUT_SUFFIXES=1 2 3 4 5 6 7 - -INSTALLATION_OUT_DIR1=$(local_lilypond_datadir)/tex -INSTALLATION_OUT_FILES1=$(TEXTABLES) - -INSTALLATION_OUT_DIR2=$(local_lilypond_datadir)/otf -INSTALLATION_OUT_FILES2=$(OTF_FILES) - -INSTALLATION_OUT_DIR3=$(local_lilypond_datadir)/fonts/tfm -INSTALLATION_OUT_FILES3=$(TFM_FILES) - -INSTALLATION_OUT_DIR4=$(local_lilypond_datadir)/ly -INSTALLATION_OUT_FILES4=$(FETA_LIST_FILES) - -INSTALLATION_OUT_DIR5=$(local_lilypond_datadir)/fonts/type1 -INSTALLATION_OUT_FILES5=$(PFA_FILES) $(outdir)/fonts.scale $(outdir)/Fontmap $(outdir)/Fontmap.lily - -INSTALLATION_OUT_DIR6=$(local_lilypond_datadir)/dvips/ -INSTALLATION_OUT_FILES6=$(outdir)/lilypond.map - -INSTALLATION_OUT_DIR7=$(local_lilypond_datadir)/ps/ -INSTALLATION_OUT_FILES7=$(ENC_FILES) +ENC_FILES = $(FETA_MF_FILES:%.mf=$(outdir)/%.enc) +TFM_FILES = $(FETA_MF_FILES:%.mf=$(outdir)/%.tfm) +$(outdir)/emmentaler-brace.otf-table: $(BRACES:%=$(outdir)/feta-braces-%.otf-table) + cat $^ > $@ -export MFINPUTS:=.:$(MFINPUTS) +$(outdir)/emmentaler-brace.otf-gtable: $(BRACES:%=$(outdir)/feta-braces-%.otf-gtable) + echo '(design_size . 20)' > $@ -default: pfa_warning $(ALL_GEN_FILES) $(outdir)/bigcheese20.otf -pfa_warning: -ifneq ($(notdir $(MFTRACE)),mftrace) - @echo "" - @echo "ERROR: mftrace not found" - @echo "" - @echo "For obtaining PFA fonts, either install mftrace " - @echo "(see http://www.xs4all.nl/~hanwen/mftrace/ )," - @echo "or try one of the following commands in this directory: " - @echo "" - @echo " make get-pfa " - @echo " make get-rpm-pfa " - @echo " make get-deb-pfa " - @echo "" - @echo "These commands will try to download the files from the internet." - @false -endif +## ugh -- we want this to prevent failing -j2 compiles. +define FETAxx-PREREQUISITES -debian-mirror=http://ftp.us.debian.org -debian-package =lilypond_$(TOPLEVEL_VERSION)-1_i386.deb -$(outdir)/$(debian-package): - wget --passive-ftp -P $(outdir) $(debian-mirror)/debian/pool/main/l/lilypond/$(debian-package) +$(outdir)/feta$(i).otf-table: $(outdir)/feta$(i).lisp \ + $(outdir)/feta-noteheads$(i).lisp \ + $(outdir)/feta-flags$(i).lisp \ + $(outdir)/parmesan$(i).lisp \ + $(outdir)/parmesan-noteheads$(i).lisp \ + $(outdir)/feta-alphabet$(i).lisp +endef -get-deb-pfa: $(outdir)/$(debian-package) - rm -rf $(outdir)/./usr - ar p $< data.tar.gz | \ - tar -C $(outdir) -zvxf - '*.pfa' - cp `find $(outdir)/usr/ -name '*.pfa'` $(outdir)/ +$(eval $(foreach i,$(STAFF_SIZES),$(FETAxx-PREREQUISITES))) +$(outdir)/%.otf-table: $(outdir)/%.lisp + cat $< $(if $(findstring brace,$<),,$(subst feta,parmesan,$<)) \ + $(if $(findstring brace,$<),,$(subst feta,parmesan-noteheads,$<)) \ + $(if $(findstring brace,$<),,$(subst feta,feta-noteheads,$<)) \ + $(if $(findstring brace,$<),,$(subst feta,feta-flags,$<)) \ + $(if $(findstring brace,$<),,$(subst feta,feta-alphabet,$<)) > $@ -redhat-package=lilypond-$(TOPLEVEL_VERSION)-1.i386.rpm -$(outdir)/$(redhat-package): - wget --passive-ftp -P $(outdir) http://lilypond.org/download/binaries/Fedora-3/$(redhat-package) -get-rpm-pfa: $(outdir)/$(redhat-package) - cd $(outdir) ; rm -rf usr/ # (root alert!) - cd $(outdir) ; rpm2cpio $(redhat-package) | cpio -uid '*.pfa' - cp `find $(outdir)/usr/ -name '*.pfa'` $(outdir)/ +$(outdir)/emmentaler-brace.otf: $(outdir)/emmentaler-brace.subfonts \ + $(outdir)/emmentaler-brace.fontname \ + $(outdir)/emmentaler-brace.otf-table \ + $(outdir)/emmentaler-brace.otf-gtable \ + $(outdir)/emmentaler-brace.pe -# change this dependency -get-pfa: get-rpm-pfa +$(outdir)/emmentaler-brace.otf\ + $(outdir)/emmentaler-brace.svg\ + $(outdir)/emmentaler-brace.woff: $(BRACES:%=$(outdir)/feta-braces-%.pfb) +$(outdir)/emmentaler-brace.fontname: + printf 'emmentaler-brace' > $@ +$(outdir)/emmentaler-brace.subfonts: + echo $(subst .mf,,$(call src-wildcard,feta-braces-[a-z].mf)) > $@ -## -## todo: this also depends on .tfm, FIXME. -$(outdir)/%.lisp $(outdir)/%.otf-gtable $(outdir)/%.enc $(outdir)/%.tex $(outdir)/%list.ly $(outdir)/%.dep: $(outdir)/%.log $(outdir)/%.tfm - $(PYTHON) $(buildscript-dir)/mf-to-table.py --global-lisp=$(outdir)/$( $@ +# PRE_INSTALL=$(MAKE) "$(ALL_GEN_FILES)" -# using shell for loop seems most robust -$(outdir)/lilypond.map: $(AFM_FILES) - for i in $(FETA_FONTS); do echo $$i $$(fgrep FontName $(outdir)/$$i.afm | sed -e 's/FontName *//') '<'$$i.pfa; done > $@ +INSTALLATION_DIR = $(local_lilypond_datadir)/fonts/source +INSTALLATION_FILES = $(MF_FILES) -$(outdir)/Fontmap: - echo '%!' > $@ - echo '% Override default GS Fontmap' >> $@ - echo '% To let gs load fonts from builddir, do:' >> $@ - echo '% export GS_LIB=$$(pwd)/mf/out:' >> $@ - echo '% See Fontmap.GS for the syntax of real Fontmap files.' >> $@ - echo '(Fontmap.GS) .runlibfile' >> $@ - echo '(Fontmap.lily) .runlibfile' >> $@ +INSTALLATION_OUT_SUFFIXES = 1 2 -$(outdir)/Fontmap.lily: $(AFM_FILES) $(outdir)/Fontmap - echo '%!' > $@ - for i in $(FETA_FONTS); do echo "/$$(fgrep FontName $(outdir)/$$i.afm | sed -e 's/FontName *//') ($$i.pfa);"; done >> $@ +INSTALLATION_OUT_DIR1 = $(local_lilypond_datadir)/fonts/otf +INSTALLATION_OUT_FILES1 = $(OTF_FILES) \ + $(NCSB_OTFS) +INSTALLATION_OUT_DIR2 = $(local_lilypond_datadir)/fonts/svg +INSTALLATION_OUT_FILES2 = $(SVG_FILES) $(WOFF_FILES) -$(outdir)/fonts.scale: $(PFA_FILES) -# cd $(outdir) && echo $(FETA_MF_FILES:.mf=.pfa) $(FETA_MF_FILES:.mf=.pfb) | $(PYTHON) $(topdir)/buildscripts/make-font-dir.py > $(@F) - cd $(outdir) && echo *.pfa *.pfb | $(PYTHON) $(topdir)/buildscripts/make-font-dir.py > $(@F) +export MFINPUTS := .:$(MFINPUTS) -$(outdir)/fonts.dir: $(outdir)/fonts.scale - cd $(outdir) && mkfontdir +# only for fonts which +# +# 1. are mentioned in font.scm +# +# 2. are not included with teTeX +# +$(outdir)/%.lisp \ +$(outdir)/%.otf-gtable \ +$(outdir)/%.enc \ +$(outdir)/%.pe: $(outdir)/%.log $(outdir)/%.tfm + $(buildscript-dir)/mf-to-table \ + --global-lisp=$(outdir)/$('$(shell cd $(outdir); pwd)'' > $@ -$(outdir)/%.enc.in: %.enc - cp $< $@ +$(NCSB_OTFS): $(NCSB_SOURCE_FILES) \ + $(auxscript-dir)/pfx2ttf.fontforge + $(foreach i, $(basename $(NCSB_SOURCE_FILES)), \ + $(FONTFORGE) -script $(auxscript-dir)/pfx2ttf.fontforge \ + $(i).pfb $(i).afm $(outdir)/ && ) true +# eof