all:
	./b2 cxxflags="-I/usr/include/python3.4m"

install:
	./b2 install


