X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=mf%2FGNUmakefile;h=961a74383a2b2dee318ef70085916ff1e4658da9;hb=4287788bc215c5f6bcf7de32f14375f65e5e16c9;hp=19583e3c72ce30d163a7e113191aaf4282cc7925;hpb=40e1749088af2d15d50901862fc500ceee57aa41;p=lilypond.git diff --git a/mf/GNUmakefile b/mf/GNUmakefile index 19583e3c72..961a74383a 100644 --- a/mf/GNUmakefile +++ b/mf/GNUmakefile @@ -1,173 +1,168 @@ depth = .. STEPMAKE_TEMPLATES=metafont install install-out -LOCALSTEPMAKE_TEMPLATES=asciifont +LOCALSTEPMAKE_TEMPLATES=lilypond -include $(depth)/make/stepmake.make +include $(depth)/make/stepmake.make -AF_FILES = $(wildcard *.af) +AF_FILES = $(call src-wildcard,*.af) + +# hangs on feta23 +MFTRACE_FLAGS= --simplify 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*[0-9].mf)\ - $(wildcard feta-din*[0-9].mf)\ - $(wildcard feta-nummer*[0-9].mf)\ - $(wildcard parmesan[0-9]*.mf) - +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,parmesan[0-9]*.mf) + +STAFF_SIZES = 11 13 14 16 18 20 23 26 +BRACES = a b c d e f g h i + +OTF_FILES = $(STAFF_SIZES:%=$(outdir)/emmentaler-%.otf)\ + $(outdir)/aybabtu.otf +PE_SCRIPTS = $(STAFF_SIZES:%=$(outdir)/emmentaler-%.pe)\ + $(STAFF_SIZES:%=$(outdir)/emmentaler-%.dep) +OTF_TABLES = $(STAFF_SIZES:%=$(outdir)/feta%.otf-table)\ + $(BRACES:%=$(outdir)/feta-braces-%.otf-table) FETA_FONTS = $(FETA_MF_FILES:.mf=) +SVG_FILES = $(OTF_FILES:%.otf=%.svg) $(ALL_FONTS:%=$(outdir)/%.svg) + -XPM_FONTS = feta20 feta-din10 feta-nummer10 feta-braces20 parmesan20 +NCSB_SOURCE_FILES=c059013l c059016l c059033l c059036l +NCSB_TTFS=$(addprefix $(outdir)/,CenturySchL-Ital.ttf CenturySchL-BoldItal.ttf CenturySchL-Roma.ttf CenturySchL-Bold.ttf) +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) -AFM_FILES = $(FETA_MF_FILES:%.mf=$(outdir)/%.afm) \ - $(AF_FILES:%.af=$(outdir)/%.afm) ENC_FILES = $(TEXTABLES:.tex=.enc) -TFM_FILES = $(FETA_MF_FILES:%.mf=$(outdir)/%.tfm) +TFM_FILES = $(FETA_MF_FILES:%.mf=$(outdir)/%.tfm)\ + $(SAUTER_FONTS:%=$(outdir)/%.tfm) -ENCODING_FILE=$(findstring $(<:.mf=.enc), $(FETA_MF_FILES:.mf=.enc)) -MFTRACE_FLAGS=$(if $(ENCODING_FILE),--encoding $(ENCODING_FILE),) +ENCODING_FILE=$(findstring $( $@ -#PRE_INSTALL=$(MAKE) "$(ALL_GEN_FILES)" -INSTALLATION_DIR=$(local_lilypond_datadir)/fonts/source -INSTALLATION_FILES=$(MF_FILES) $(AF_FILES) +$(outdir)/aybabtu.otf-gtable: $(BRACES:%=$(outdir)/feta-braces-%.otf-gtable) + echo '(design_size . 20)' > $@ -INSTALLATION_OUT_SUFFIXES=1 2 3 4 5 -INSTALLATION_OUT_DIR1=$(local_lilypond_datadir)/tex -INSTALLATION_OUT_FILES1=$(TEXTABLES) +# only for fonts which +# +# 1. are mentioned in font.scm +# +# 2. are not included with teTeX +# -INSTALLATION_OUT_DIR2=$(local_lilypond_datadir)/fonts/afm -INSTALLATION_OUT_FILES2=$(AFM_FILES) -INSTALLATION_OUT_DIR3=$(local_lilypond_datadir)/fonts/tfm -INSTALLATION_OUT_FILES3=$(TFM_FILES) +$(outdir)/emmentaler-%.otf $(outdir)/emmentaler-%.svg: $(outdir)/emmentaler-%.pe $(outdir)/feta%.pfa $(outdir)/feta-alphabet%.pfa $(outdir)/parmesan%.pfa + cd $(outdir) && $(FONTFORGE) -script $(notdir $(basename ,$@).pe) +$(outdir)/aybabtu.otf $(outdir)/aybabtu.svg: $(outdir)/aybabtu.pe $(foreach s,$(BRACES),$(outdir)/feta-braces-$(s).pfa) + cd $(outdir) && $(FONTFORGE) -script aybabtu.pe + -rm -f $(outdir)/*.scale.{pfa,afm} -SAUTER_FONTS = cmbxti8 +$(outdir)/%.pfa: $(outdir)/%.log -ALL_FONTS = $(FETA_FONTS) $(SAUTER_FONTS) +$(outdir)/%.otf-table: $(outdir)/%.lisp $(if $(findstring brace,$<),,$(subst feta,parmesan,$<)) + cat $< \ + $(if $(findstring brace,$<),,$(subst feta,parmesan,$<)) \ + $(if $(findstring brace,$<),,$(subst feta,feta-alphabet,$<)) > $@ +$(outdir)/aybabtu.otf: $(outdir)/aybabtu.subfonts $(outdir)/aybabtu.fontname $(outdir)/aybabtu.otf-table $(outdir)/aybabtu.otf-gtable $(outdir)/aybabtu.pe -PFA_FILES = $(ALL_FONTS:%=$(outdir)/%.pfa) -PFB_FILES = $(PFA_FILES:%.pfa=%.pfb) +$(outdir)/aybabtu.otf $(outdir)/aybabtu.svg: $(BRACES:%=$(outdir)/feta-braces-%.pfa) -ALL_GEN_FILES += $(PFA_FILES) $(outdir)/lilypond.map $(outdir)/fonts.scale -INSTALLATION_OUT_DIR4=$(local_lilypond_datadir)/fonts/type1 -INSTALLATION_OUT_FILES4=$(PFA_FILES) $(outdir)/fonts.scale +$(outdir)/aybabtu.fontname: + echo -n 'aybabtu' > $@ +$(outdir)/aybabtu.subfonts: + echo $(subst .mf,,$(call src-wildcard,feta-braces-[a-z].mf)) > $@ -INSTALLATION_OUT_DIR5=$(local_lilypond_datadir)/dvips/ -INSTALLATION_OUT_FILES5=$(outdir)/lilypond.map +$(PE_SCRIPTS): $(buildscript-dir)/gen-emmentaler-scripts.py + $(PYTHON) $< --dir=$(outdir) -export MFINPUTS:=.:$(MFINPUTS) +$(outdir)/fonts.cache-1: $(PFA_FILES) $(OTF_FILES) + cd $(outdir) ; fc-cache . -default: pfa_warning $(ALL_GEN_FILES) +local-install: install-fc-cache +install-fc-cache: + $(foreach suff, $(INSTALLATION_OUT_SUFFIXES), rm -f $(DESTDIR)$(INSTALLATION_OUT_DIR$(suff))/fonts.cache-1 && ) true + fc-cache $(foreach suff, $(INSTALLATION_OUT_SUFFIXES), $(DESTDIR)$(INSTALLATION_OUT_DIR$(suff))) -pfa_warning: -ifneq ($(basename $(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 +ALL_FONTS = $(FETA_FONTS) $(SAUTER_FONTS) +PFA_FILES = $(ALL_FONTS:%=$(outdir)/%.pfa) +# 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) $(NCSB_TTFS) $(PFA_FILES) $(OTF_FILES) $(SVG_FILES) $(outdir)/fonts.cache-1 -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) +#PRE_INSTALL=$(MAKE) "$(ALL_GEN_FILES)" -get-deb-pfa: $(outdir)/$(debian-package) - rm -rf $(outdir)/./usr - ar p $< data.tar.gz | \ - tar -C $(outdir) -zvxf - '*.pfa' - touch $(addprefix $(outdir)/, $(addsuffix .bla,$(SAUTER_FONTS))) - cp `find $(outdir)/usr/ -name '*.pfa'` $(outdir)/ +INSTALLATION_DIR=$(local_lilypond_datadir)/fonts/source +INSTALLATION_FILES=$(MF_FILES) $(AF_FILES) +INSTALLATION_OUT_SUFFIXES=1 2 3 4 5 6 -redhat-package=lilypond-$(TOPLEVEL_VERSION)-1.i386.rpm -$(outdir)/$(redhat-package): - wget --passive-ftp -P $(outdir) ftp://ftp.lilypond.org/pub/LilyPond/binaries/RedHat-9/$(redhat-package) +INSTALLATION_OUT_DIR1=$(local_lilypond_datadir)/tex +INSTALLATION_OUT_FILES1=$(TEXTABLES) -get-rpm-pfa: $(outdir)/$(redhat-package) - cd $(outdir) ; rm -rf usr/ # (root alert!) - cd $(outdir) ; rpm2cpio $(redhat-package) | cpio -uid '*.pfa' - touch $(addprefix $(outdir)/, $(addsuffix .bla,$(SAUTER_FONTS))) - cp `find $(outdir)/usr/ -name '*.pfa'` $(outdir)/ +INSTALLATION_OUT_DIR2=$(local_lilypond_datadir)/fonts/otf +INSTALLATION_OUT_FILES2=$(OTF_FILES) $(NCSB_TTFS) -# change this dependency -get-pfa: get-rpm-pfa +INSTALLATION_OUT_DIR3=$(local_lilypond_datadir)/fonts/tfm +INSTALLATION_OUT_FILES3=$(TFM_FILES) +INSTALLATION_OUT_DIR4=$(local_lilypond_datadir)/fonts/svg +INSTALLATION_OUT_FILES4=$(SVG_FILES) -## -## todo: this also depends on .tfm, FIXME. -$(outdir)/%.afm $(outdir)/%.enc $(outdir)/%.tex $(outdir)/%list.ly $(outdir)/%.dep: $(outdir)/%.log $(outdir)/%.tfm - $(PYTHON) $(buildscript-dir)/mf-to-table.py --package=$(topdir) --outdir=$(outdir) --dep $(outdir)/$( $@ +default: $(ALL_GEN_FILES) $(outdir)/emmentaler-20.otf tree-regen -# 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 > $@ - for i in $(SAUTER_FONTS); do echo "$$i $$i <$$i.pfa"; done >> $@ +.PHONY: tree-regen +# FIXME: temporary hack: must regenerate after building fonts +tree-regen: + ${MAKE} -C $(top-build-dir) link-mf-tree -$(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) +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)/fonts.dir: $(outdir)/fonts.scale - cd $(outdir) && mkfontdir +redhat-package=lilypond-$(TOPLEVEL_VERSION)-1.i386.rpm +$(outdir)/$(redhat-package): + wget --passive-ftp -P $(outdir) http://lilypond.org/download/binaries/Fedora-4/$(redhat-package) -# Sketch map file -$(outdir)/lilypond.sfd: -# cd $(outdir) && echo sketch $(FETA_MF_FILES:.mf=.pfa) | $(PYTHON) $(topdir)/buildscripts/make-font-dir.py > $(@F) - cd $(outdir) && echo sketch *.pfa | $(PYTHON) $(topdir)/buildscripts/make-font-dir.py > $(@F) +## +## todo: this also depends on .tfm, FIXME. +$(outdir)/%.lisp $(outdir)/%.otf-gtable $(outdir)/%.enc $(outdir)/%.tex $(outdir)/%.dep: $(outdir)/%.log $(outdir)/%.tfm + $(PYTHON) $(buildscript-dir)/mf-to-table.py --global-lisp=$(outdir)/$( $(@F) local-clean: - rm -f mfplain.mem mfplain.log + rm -f mfplain.mem mfplain.log rm -f *.tfm *.log -afm: $(AFM_FILES) -pfa: afm $(PFA_FILES) fontdir -pfb: afm $(PFB_FILES) fontdir - - -# stupid trick to have separate rules for each PFA font ; -# otherwise building PFAs is all-or-nothing. -$(SAUTER_FONTS:%=$(outdir)/%.bla): - $(foreach i, $@, touch $i && ) true +$(outdir)/%.enc.in: %.enc + cp $< $@ -$(outdir)/%.pfa: $(outdir)/%.bla - $(MFTRACE) -I $(outdir)/ --pfa --simplify --keep-trying $(notdir $(basename $@)) && mv $(notdir $@) $(outdir)/ +$(NCSB_TTFS): $(addsuffix .pfb,$(addprefix $(NCSB_DIR)/,$(NCSB_SOURCE_FILES))) $(buildscript-dir)/pfx2ttf.fontforge + $(foreach i,$(NCSB_SOURCE_FILES), \ + $(FONTFORGE) -script $(buildscript-dir)/pfx2ttf.fontforge \ + $(NCSB_DIR)/$(i).pfb $(NCSB_DIR)/$(i).afm $(outdir)/ && ) true