BC.o: datamat.h block.h logical.h 
	gcc -c BC.c

BC: BC.o libblclus.a 
	gcc -o BC BC.o libblclus.a

chkout: BC
	ident BC|sort|uniq > id.new
	./BC tooth.dat > BC.out.new
	-diff id.new id.old > id.diff
	-diff BC.out.new BC.out.old > BC.out.diff
