U=http://trillian.mit.edu/~jc/music/book/24CountryDances/1803BW

all: alltunes install

alltunes= [0-9][0-9]_*.abc
alltunes: alltunes.abc alltunes.ps alltunes.pdf
alltunes.abc: $(alltunes)
	abcjoin +CS2 $(alltunes) >alltunes.abc
alltunes.ps: alltunes.abc fmt/1803BW.fmt
	jcabc2ps +Ffmt/1803BW.fmt +n +x alltunes.abc \
	|PShdr %P '24 Country Dances for alltunes' %P \
	|PSftr %D $U/ %D >alltunes.ps
alltunes.pdf: alltunes.ps
	ps2pdf alltunes.ps alltunes.pdf

neat:         ; /bin/rm -f *- *.bak
clean:    neat; /bin/rm -f *.ps *.pdf
clobber: clean; /bin/rm -f alltunes.abc

install: ../Bland_Weller.abc ../../1803_Bland_Weller.abc ../../../24CountryDances_1803_Bland_Weller.abc
../Bland_Weller.abc: alltunes.abc
	ln -f alltunes.abc ../Bland_Weller.abc
../../1803_Bland_Weller.abc: alltunes.abc
	ln -f alltunes.abc ../../1803_Bland_Weller.abc
../../../24CountryDances_1803_Bland_Weller.abc: alltunes.abc
	ln -f alltunes.abc ../../../24CountryDances_1803_Bland_Weller.abc
