all :
	

lib :
	cd src ; make CV.a

clean :
	cd src ; make clean
	cd doc ; rm -f *.dvi
