install:
	echo "desdir=" $(DESTDIR)
	python setup.py install --root $(DESTDIR)
clean:
	find . -name '*.pyc' -delete
	rm -f build-stamp
	rm -f configure-stamp
	python setup.py clean
