X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=mf%2FGNUmakefile;h=1492d1790b11ed6b2cf09be839b0d050c5db2e50;hb=65fba337cc28643505081d63d39afb2a547ec53f;hp=7cb5f56f1ee7f1314f9fff2c503e406c54699821;hpb=caae40c5780a1fced18472977250e9d96e5ee22f;p=lilypond.git diff --git a/mf/GNUmakefile b/mf/GNUmakefile index 7cb5f56f1e..1492d1790b 100644 --- a/mf/GNUmakefile +++ b/mf/GNUmakefile @@ -1,41 +1,52 @@ depth = .. STEPMAKE_TEMPLATES=metafont install install-out +LOCALSTEPMAKE_TEMPLATES=lilypond -include $(depth)/make/stepmake.make +include $(depth)/make/stepmake.make -AF_FILES = $(wildcard *.af) -EXTRA_DIST_FILES += README feta.tex +MFTRACE_FLAGS= --simplify -# 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 +EXTRA_DIST_FILES += README -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))) +# 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,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) +FC_FIND=$(shell $(FCMATCH) --verbose 'Century Schoolbook L:style=$(1)' | grep 'file:' | sed 's/.*"\([^"]*\)".*/\1/g') +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) -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) +ENC_FILES = $(FETA_MF_FILES:%.mf=$(outdir)/%.enc) +TFM_FILES = $(FETA_MF_FILES:%.mf=$(outdir)/%.tfm) + +ENCODING_FILE=$(findstring $( $@ +$(outdir)/aybabtu.otf-gtable: $(BRACES:%=$(outdir)/feta-braces-%.otf-gtable) + echo '(design_size . 20)' > $@ -ENCODING_FILE=$(findstring $(<:.mf=.enc), $(FETA_MF_FILES:.mf=.enc)) -MFTRACE_FLAGS=$(if $(ENCODING_FILE),--encoding $(ENCODING_FILE),) # only for fonts which # @@ -44,190 +55,94 @@ MFTRACE_FLAGS=$(if $(ENCODING_FILE),--encoding $(ENCODING_FILE),) # 2. are not included with teTeX # -foe: - echo $(MFINPUTS) - echo $(TEXMF) - kpsewhich exbase.mf -$(outdir)/%.otf: $(outdir)/%.pe - (cd $(outdir) && fontforge -script $(notdir $<)) +$(outdir)/emmentaler-%.otf $(outdir)/emmentaler-%.svg: $(outdir)/emmentaler-%.pe $(outdir)/feta%.pfa $(outdir)/feta-alphabet%.pfa $(outdir)/parmesan%.pfa $(outdir)/feta%.otf-table $(outdir)/feta%.otf-gtable + cd $(outdir) && $(FONTFORGE) -script $(notdir $(basename ,$@).pe) + +$(outdir)/aybabtu.otf $(outdir)/aybabtu.svg: $(outdir)/aybabtu.pe $(foreach s,$(BRACES),$(outdir)/feta-braces-$(s).pfa) $(outdir)/aybabtu.otf-table $(outdir)/aybabtu.otf-gtable + cd $(outdir) && $(FONTFORGE) -script aybabtu.pe + +$(outdir)/%.pfa: $(outdir)/%.log $(outdir)/%.otf-table: $(outdir)/%.lisp - cat $< $(subst parmesan,feta,$<) > $@ + cat $< \ + $(if $(findstring brace,$<),,$(subst feta,parmesan,$<)) \ + $(if $(findstring brace,$<),,$(subst feta,feta-alphabet,$<)) > $@ +## ugh -- we want this to prevent failing -j2 compiles. +$(outdir)/feta26.otf-table: $(outdir)/feta26.lisp $(outdir)/parmesan26.lisp $(outdir)/feta-alphabet26.lisp +$(outdir)/feta23.otf-table: $(outdir)/feta23.lisp $(outdir)/parmesan23.lisp $(outdir)/feta-alphabet23.lisp +$(outdir)/feta20.otf-table: $(outdir)/feta20.lisp $(outdir)/parmesan20.lisp $(outdir)/feta-alphabet20.lisp +$(outdir)/feta18.otf-table: $(outdir)/feta18.lisp $(outdir)/parmesan18.lisp $(outdir)/feta-alphabet18.lisp +$(outdir)/feta16.otf-table: $(outdir)/feta16.lisp $(outdir)/parmesan16.lisp $(outdir)/feta-alphabet16.lisp +$(outdir)/feta14.otf-table: $(outdir)/feta14.lisp $(outdir)/parmesan14.lisp $(outdir)/feta-alphabet14.lisp +$(outdir)/feta13.otf-table: $(outdir)/feta13.lisp $(outdir)/parmesan13.lisp $(outdir)/feta-alphabet13.lisp +$(outdir)/feta11.otf-table: $(outdir)/feta11.lisp $(outdir)/parmesan11.lisp $(outdir)/feta-alphabet11.lisp -$(PE_SCRIPTS): - $(PYTHON) $(buildscript-dir)/gen-bigcheese-scripts.py --dir=$(outdir) -include $(outdir)/bigcheese20.dep +$(outdir)/aybabtu.otf: $(outdir)/aybabtu.subfonts $(outdir)/aybabtu.fontname $(outdir)/aybabtu.otf-table $(outdir)/aybabtu.otf-gtable $(outdir)/aybabtu.pe -foo: - echo $(CHEESES) -## use separate package sauter-fonts-mftraced. -SAUTER_FONTS = +$(outdir)/aybabtu.otf $(outdir)/aybabtu.svg: $(BRACES:%=$(outdir)/feta-braces-%.pfa) -#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 +$(outdir)/aybabtu.fontname: + echo -n 'aybabtu' > $@ +$(outdir)/aybabtu.subfonts: + echo $(subst .mf,,$(call src-wildcard,feta-braces-[a-z].mf)) > $@ -ALL_FONTS = $(FETA_FONTS) $(SAUTER_FONTS) +$(PE_SCRIPTS): $(buildscript-dir)/gen-emmentaler-scripts.py + $(PYTHON) $< --dir=$(outdir) + +ALL_FONTS = $(FETA_FONTS) PFA_FILES = $(ALL_FONTS:%=$(outdir)/%.pfa) -PFB_FILES = $(PFA_FILES:%.pfa=%.pfb) -# Make tfm files first, log files last, +# 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) $(ENC_FILES) $(LISP_FILES) $(FETA_LIST_FILES) $(OTF_TABLES) $(PFA_FILES) $(outdir)/lilypond.map $(outdir)/fonts.scale $(outdir)/Fontmap.lily $(CHEESES) +ALL_GEN_FILES=$(LOG_FILES) $(ENC_FILES) $(LISP_FILES) $(OTF_TABLES) $(NCSB_OTFS) $(PFA_FILES) $(OTF_FILES) $(SVG_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_DIR=$(local_lilypond_datadir)/fonts/source +INSTALLATION_FILES=$(MF_FILES) -INSTALLATION_OUT_DIR2=$(local_lilypond_datadir)/fonts/afm -INSTALLATION_OUT_FILES2=$(AFM_FILES) +INSTALLATION_OUT_SUFFIXES=1 2 3 4 5 6 -INSTALLATION_OUT_DIR3=$(local_lilypond_datadir)/fonts/tfm -INSTALLATION_OUT_FILES3=$(TFM_FILES) +INSTALLATION_OUT_DIR2=$(local_lilypond_datadir)/fonts/otf +INSTALLATION_OUT_FILES2=$(OTF_FILES) $(NCSB_OTFS) -INSTALLATION_OUT_DIR4=$(local_lilypond_datadir)/ly -INSTALLATION_OUT_FILES4=$(FETA_LIST_FILES) +INSTALLATION_OUT_DIR4=$(local_lilypond_datadir)/fonts/svg +INSTALLATION_OUT_FILES4=$(SVG_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) +INSTALLATION_OUT_FILES5=$(PFA_FILES) export MFINPUTS:=.:$(MFINPUTS) -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) +default: $(ALL_GEN_FILES) $(outdir)/emmentaler-20.otf tree-regen -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 +.PHONY: tree-regen +# FIXME: temporary hack: must regenerate after building fonts +tree-regen: + ${MAKE} -C $(top-build-dir) link-mf-tree ## ## todo: this also depends on .tfm, FIXME. -$(outdir)/%.lisp $(outdir)/%.afm $(outdir)/%.enc $(outdir)/%.tex $(outdir)/%list.ly $(outdir)/%.dep: $(outdir)/%.log $(outdir)/%.tfm - $(PYTHON) $(buildscript-dir)/mf-to-table.py --lisp=$(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) +$(outdir)/%.lisp $(outdir)/%.otf-gtable $(outdir)/%.enc $(outdir)/%.tex $(outdir)/%.dep: $(outdir)/%.log + $(PYTHON) $(buildscript-dir)/mf-to-table.py --global-lisp=$(outdir)/$(