#! /usr/bin/make -f DPKG_EXPORT_BUILDFLAGS = 1 include /usr/share/dpkg/buildflags.mk build: build-arch build-indep build-arch: build-stamp build-indep: build-stamp build-stamp: # Builds the binary package. dh_testdir dh_auto_build -- LDFLAGS="$(LDFLAGS)" clean: # Undoes the effect of `make -f debian/rules build'. dh_testdir dh_auto_clean dh_clean binary: binary-arch binary-indep binary-indep: dh_testdir binary-arch: build dh_testdir # Makes a binary package. dh_installdirs dh_auto_install dh_strip dh_link dh_installdocs dh_installchangelogs dh_compress dh_lintian dh_fixperms dh_shlibdeps dh_gencontrol dh_md5sums dh_builddeb