#!/usr/bin/make -f # Rules for building of nwho Debian/UCW Package # (c) 2002--2010 Martin Mares # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 build: build-stamp build-stamp: dh_testdir $(MAKE) touch build-stamp clean: dh_testdir dh_testroot rm -f build-stamp $(MAKE) clean dh_clean binary-indep: build binary-arch: build dh_testdir dh_testroot dh_prep dh_installdirs etc/init.d etc/default usr/bin usr/sbin var/state/nwho $(MAKE) ROOT=`pwd`/debian/nwho install dh_installchangelogs dh_installdocs README dh_installinit dh_strip dh_compress dh_fixperms dh_installdeb dh_shlibdeps dh_gencontrol dh_md5sums dh_builddeb binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary