Sophie

Sophie

distrib > Mandriva > 2009.1 > x86_64 > by-pkgid > 72e0913cefe7683427338e51dd70bbde > files > 202

python-cython-0.11.3-1mdv2009.1.x86_64.rpm

all:
	python Setup.py build_ext --inplace

test:	all
	python run_cheese.py

clean:
	@echo Cleaning Demos/callback
	@rm -f cheese.c *.o *.so *~ core
	@rm -rf build