# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - # # This is the Makefile for John Chambers .../Japan/ ABC collection. In this # directory, we build the PostScript files in the ps subdirectory. These may # be made directly from the source .abc files in other directories, or those # may be combined into .abc files that are created here. Any .abc files in # this directory are probably created, and may be deleted. # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - # U=http://trillian.mit.edu/~jc/music/Japan/ a2p=jcabc2ps P= Sakura # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - # .SUFFIXES: .SUFFIXES: .abc .ps .abc.ps: $*.abc; $(a2p) $*.abc +F_80 >$*.ps # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - # # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - # all: $P # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - # neat: ; -/bin/rm -f *- clean: neat; -/bin/rm -f *.out ps/* new.* *.pdf *.ps clobber: clean; -/bin/rm -f core *.abc # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - # # Prototypes for building pages from single-tune files: tt: tt.abc tt.ps tt.pdf tt.ps: tt.abc _75.fmt $(a2p) tt.abc +F_75 >tt.ps tt.pdf: tt.ps ps2pdf tt.ps xx= xx_1.abc xx_1.ps xx_1.pdf xx: xx.abc xx.ps xx.pdf xx.abc: hdr/xxx.hdr $(xx) abcmedley xx $(xx) >xx.abc xx.ps: xx.abc _75.fmt $(a2p) xx.abc +F_75 >xx.ps xx.pdf: xx.ps ps2pdf xx.ps yy= ddd/yy_KK.abc ddd/yy_KK.abc hdr/Bb.hdr ddd/yy_KK.abc ddd/yy_KK.abc f.ftr yy: yy.abc yy.ps yy.pdf yy.abc: hdr/yy.hdr $(yy) abcmedley yy $(yy) >yy.abc yy.ps: yy.abc hdr/yy.hdr _75.fmt $(a2p) yy.abc +F_75 >yy.ps yy.pdf: yy.ps ps2pdf yy.ps # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - # # Pages: # Sakura Sakura: Sakura_a Sakura_a.utf8 # Sakura in A minor, UTF-8 encoding Sakura_a.utf8: Sakura_a.utf8.abc Sakura_a.utf8.ps Sakura_a.utf8.pdf Sakura_a.utf8.ps: Sakura_a.utf8.abc _75.fmt $(a2p) Sakura_a.utf8.abc +F_75 >Sakura_a.utf8.ps Sakura_a.utf8.pdf: Sakura_a.utf8.ps ps2pdf Sakura_a.utf8.ps # Sakura in A minor Sakura_a: Sakura_a.abc Sakura_a.ps Sakura_a.pdf Sakura_a.ps: Sakura_a.abc _75.fmt $(a2p) Sakura_a.abc +F_75 >Sakura_a.ps Sakura_a.pdf: Sakura_a.ps ps2pdf Sakura_a.ps # Gondora no uta GondoraNoUta= tune/GondoraNoUta_C.abc tune/GondoraNoUta_D.abc GondoraNoUta: GondoraNoUta.abc GondoraNoUta.ps GondoraNoUta.pdf GondoraNoUta.abc: $(GondoraNoUta) abcmedley "Gondora no uta" $(GondoraNoUta) >GondoraNoUta.abc GondoraNoUta.ps: GondoraNoUta.abc _75.fmt $(a2p) GondoraNoUta.abc +F_75 >GondoraNoUta.ps GondoraNoUta.pdf: GondoraNoUta.ps ps2pdf GondoraNoUta.ps