| #!/usr/bin/make -f# -*- makefile -*-export CFLAGS = '-std=c++11' '-Wc++0x-compat'include /usr/share/cdbs/1/rules/debhelper.mkinclude /usr/share/cdbs/1/class/python-distutils.mkclean::	rm -rf build build-stamp configure-stamp build/ MANIFEST	dh_clean
 |