X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=mf%2FGNUmakefile;h=2ad3b6b4be80f8caf5f87935d7555bf93bd5e077;hb=a33165e3b6af2d807d069e6eacd0e220ba2ef68a;hp=15d24e76b23180e1dd16f10eb2bd56099488edfb;hpb=5ca271301d3af557f4720223736dc2d7b981c12b;p=lilypond.git diff --git a/mf/GNUmakefile b/mf/GNUmakefile index 15d24e76b2..2ad3b6b4be 100644 --- a/mf/GNUmakefile +++ b/mf/GNUmakefile @@ -1,8 +1,6 @@ depth = .. STEPMAKE_TEMPLATES=metafont install install-out -LOCALSTEPMAKE_TEMPLATES=asciifont - include $(depth)/make/stepmake.make @@ -10,72 +8,228 @@ AF_FILES = $(wildcard *.af) EXTRA_DIST_FILES += README feta.tex -# don't try to make fonts from test files -TEST_FILES = $(wildcard *test*.mf) -FET_FILES = $(filter-out $(TEST_FILES),\ - $(wildcard feta[0-9]*.mf) $(wildcard parmesan[0-9]*.mf)) -FONT_FILES = $(filter-out $(TEST_FILES),\ -$(wildcard feta*[0-9].mf) $(wildcard parmesan*[0-9].mf)) +# 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) + +STAFF_SIZES=11 13 14 16 18 20 23 26 + +CHEESES=$(addsuffix .otf,$(addprefix $(outdir)/bigcheese,$(STAFF_SIZES))) +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))) +FETA_FONTS = $(FETA_MF_FILES:.mf=) + + + +LOG_FILES = $(FETA_MF_FILES:%.mf=$(outdir)/%.log) +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) $(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)/feta20.otf-table: + cat $(outdir)/feta20.lisp $(outdir)/parmesan20.lisp > $@ -XPM_FONTS = feta20 feta-nummer10 feta-braces20 -#CM_AFM_FILES = cmr10 +$(outdir)/%.otf: $(outdir)/%.pe + (cd $(outdir) && fontforge -script $(notdir $<)) -$(outdir)/cmr10.afm: - -$(GUILE) $(buildscript-dir)/tfm2oafm.scm `kpsewhich cmr10.tfm` - -mv $(@F) $@ +$(outdir)/%.otf-table: $(outdir)/%.lisp + cat $< $(subst parmesan,feta,$<) > $@ -LOG_FILES = $(addprefix $(outdir)/, $(FET_FILES:.mf=.log) $(PARMESAN_FILES:.mf=.log)) -TEXTABLES = $(addprefix $(outdir)/, $(FET_FILES:.mf=.tex) $(PARMESAN_FILES:.mf=.tex)) -AFM_FILES = $(addprefix $(outdir)/, $(FET_FILES:.mf=.afm) $(PARMESAN_FILES:.mf=.afm) $(AF_FILES:.af=.afm) $(addsuffix .afm, $(CM_AFM_FILES))) -TFM_FILES = $(addprefix $(outdir)/, $(FONT_FILES:.mf=.tfm)) +$(PE_SCRIPTS): + $(PYTHON) $(buildscript-dir)/gen-bigcheese-scripts.py --dir=$(outdir) + +include $(outdir)/bigcheese20.dep + + +foo: + echo $(CHEESES) +## use separate package sauter-fonts-mftraced. +SAUTER_FONTS = + +#cmbxti8 ecbm14 ecrm12 +MORE_SAUTER_FONTS = cmbx14 cmbx17 \ + cmbxti12 cmbxti14 \ + cmbxti6 cmbxti7 cmbxti8 \ + cmcsc12 cmcsc7 cmcsc8 \ + cmss5 cmss6 cmss7 \ + cmti5 cmti6 \ + cmtt17 cmtt5 cmtt6 cmtt7 + +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) $(AFM_FILES) $(TFM_FILES) $(LOG_FILES) +ALL_GEN_FILES= $(TFM_FILES) $(TEXTABLES) $(AFM_FILES) $(TFM_FILES) $(LOG_FILES) $(ENC_FILES) $(FETA_LIST_FILES) $(OTF_TABLES) $(PFA_FILES) $(outdir)/lilypond.map $(outdir)/fonts.scale $(outdir)/Fontmap.lily $(CHEESES) #PRE_INSTALL=$(MAKE) "$(ALL_GEN_FILES)" -INSTALLATION_DIR=$(datadir)/mf/ +INSTALLATION_DIR=$(local_lilypond_datadir)/fonts/source INSTALLATION_FILES=$(MF_FILES) $(AF_FILES) -INSTALLATION_OUT_SUFFIXES=1 2 3 4 +INSTALLATION_OUT_SUFFIXES=1 2 3 4 5 6 7 -INSTALLATION_OUT_DIR1=$(datadir)/tex +INSTALLATION_OUT_DIR1=$(local_lilypond_datadir)/tex INSTALLATION_OUT_FILES1=$(TEXTABLES) -INSTALLATION_OUT_DIR2=$(datadir)/afm +INSTALLATION_OUT_DIR2=$(local_lilypond_datadir)/fonts/afm INSTALLATION_OUT_FILES2=$(AFM_FILES) -INSTALLATION_OUT_DIR3=$(datadir)/tfm +INSTALLATION_OUT_DIR3=$(local_lilypond_datadir)/fonts/tfm INSTALLATION_OUT_FILES3=$(TFM_FILES) -# comment this out if you don't want pfa's to be generated -# making pfas takes a lot of CPU time. Let's skip it for now. -#MAKE_PFA_FILES=1 +INSTALLATION_OUT_DIR4=$(local_lilypond_datadir)/ly +INSTALLATION_OUT_FILES4=$(FETA_LIST_FILES) -ifdef MAKE_PFA_FILES -PFA_FILES = $(addprefix $(outdir)/, $(FONT_FILES:.mf=.pfa)) -ALL_GEN_FILES += $(PFA_FILES) -INSTALLATION_OUT_DIR4=$(datadir)/pfa -INSTALLATION_OUT_FILES4=$(PFA_FILES) +INSTALLATION_OUT_DIR5=$(local_lilypond_datadir)/fonts/type1 +INSTALLATION_OUT_FILES5=$(PFA_FILES) $(outdir)/fonts.scale $(outdir)/Fontmap $(outdir)/Fontmap.lily -pfa: $(PFA_FILES) -endif +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) export MFINPUTS:=.:$(MFINPUTS) -default: $(ALL_GEN_FILES) +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 + + +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) + +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)/ + + +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)/ + +# change this dependency +get-pfa: get-rpm-pfa -$(outdir)/lilypond.map: - echo $(FONT_FILES:.mf=) | awk -v RS=' ' '{print $$1 " TeX-" $$1 " <" $$1 ".pfa"}' > $@ ## ## todo: this also depends on .tfm, FIXME. -$(outdir)/%.afm $(outdir)/%.tex $(outdir)/%.dep: $(outdir)/%.log - $(PYTHON) $(buildscript-dir)/mf-to-table.py --package=$(topdir) --outdir=$(outdir) --dep $(outdir)/$( $@ + +# 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 >> $@ + +$(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' >> $@ + +$(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 >> $@ + for i in $(SAUTER_FONTS); do echo "$$i ($$i.pfa);"; done >> $@ + + +$(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) + +$(outdir)/fonts.dir: $(outdir)/fonts.scale + cd $(outdir) && mkfontdir + +# 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) + +# Sodipodi map file +SODIPODI_FONTS = parmesan20 feta-braces0 feta-nummer10 feta20 +$(outdir)/private-fonts: + cd $(outdir) && echo sodipodi $(SODIPODI_FONTS:%=%.pfa) | $(PYTHON) $(topdir)/buildscripts/make-font-dir.py > $(@F) local-clean: 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)/%.pfa: $(outdir)/%.bla + $(MFTRACE) -I $(outdir)/ --pfa --simplify --keep-trying $(notdir $(basename $@)) && mv $(notdir $@) $(outdir)/ +$(outdir)/%.enc.in: %.enc + cp $< $@