all_drivers :
	

lib :
	cd src ; make makeLib

clean :
	cd src ; make clean
	cd doc ; make clean