install: pcf.c gcc -O3 -fPIC -shared -I/usr/include/python2.7/ pcf.c -lpython2.7 -o imago_pack/pcf.so clean: rm -f imago_pack/pcf.so imago_pack/*.pyc