DRAWLIB = /home/mr/distribution/BCPL/cintcode/g/bdrawlib.b

.b.png:	$* $*.b plotflow.h
	cintsys -c "bcpl $< to $*; $*"
	rm -f $@
	ffmpeg -i junk.bmp $@
	rm -f junk.bmp

pngfiles:	\
	bexp.png \
	sym-bexp.png
	touch pngfiles


bexp.png:	bexp.b
sym-bexp.png:	sym-bexp.b

xbexp:	bexp.b
	rm -f rawxref xbexp
	cintsys -c c b bexp xref >rawxref
	cintsys -c sortxref rawxref to xbexp
	rm rawxref
clean:
	rm -f *.png





