
default : all
all :

clean :
	rm *~ *.tmp.html samples/*~ -f
	rm doxy/ -rf
	for d in $(SUBDIR) ; \
	do \
	    $(MAKE) -C $$d clean ; \
	done
