all :
	cd drivers ; make all

lib :
	cd src ; make DSTree.a

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