#!/usr/bin/make -f clean: dh_testdir dh_clean python setup.py clean $(RM) -r build/ $(RM) itkacl.py itkacl.pyc itkacl_wrap.c build: python setup.py build_ext binary-indep: binary-arch: dh_testroot dh_prep dh_installdirs python setup.py install --root=debian/python-itkacl --install-layout=deb dh_installdocs dh_installchangelogs dh_pysupport dh_compress dh_fixperms dh_strip dh_makeshlibs dh_shlibdeps dh_installdeb dh_gencontrol dh_md5sums dh_builddeb binary: binary-arch .PHONY: clean build binary-indep binary-arch binary