Sophie

Sophie

distrib > Mandriva > 2010.0 > x86_64 > media > main-release > by-pkgid > 1a52c27bfef57af124a82326839f87e6 > files > 108

python-pyrex-0.9.8.5-3mdv2010.0.noarch.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