
all:
	g++ -shared -o foo.so -fPIC \
		-I/usr/include/boost-1_37/ -I/usr/include/python2.5 \
		-lpython2.5 -lboost_python-1_37 \
		foo.cpp 

