all:
	./setup.py build

clean:
	rm -rf build *~

install:
	./setup.py install

depend:
