#! /usr/bin/make -f # -*- make -*- # Made with the aid of debmake, by Christoph Lameter, # based on the sample debian/rules file for GNU hello by Ian Jackson. build: dh_testdir $(MAKE) -C doc touch build clean: dh_testdir rm -f build find . -name '*.py[co]' -print0 | xargs -0 --no-run-if-empty rm -f $(MAKE) -C doc clean dh_clean binary-indep: build dh_testdir dh_testroot dh_clean -k dh_installdirs dh_install dh_installcron --name=ud-replicate dh_installdocs dh_installchangelogs dh_installman dh_fixperms dh_compress dh_installdeb dh_pysupport dh_gencontrol dh_md5sums dh_builddeb binary-arch: build # There are no architecture-dependent files to be uploaded # generated by this package. If there were any they would be # made here. # Below here is fairly generic really binary: binary-indep binary-arch .PHONY: binary binary-arch binary-indep clean