#!/usr/bin/make -f p=sac build: build-arch dh_testdir touch build build-arch: dh_testdir $(MAKE) "CFLAGS=-Wall -O2 -fomit-frame-pointer" touch build-arch clean: dh_testdir -rm -f build build-arch -$(MAKE) clean dh_clean binary-indep: build dh_testdir dh_testroot # There are no architecture-independent files to be uploaded # generated by this package. If there were any they would be # made here. # install: install-arch install-indep install-indep: install-arch: dh_testdir dh_testroot dh_clean -k -s dh_installdirs -s make install BINDIR=debian/sac/usr/bin MANDIR=debian/sac/usr/share/man dh_install -s binary-arch: build-arch install-arch dh_testdir -a dh_testroot -a dh_installdocs -a debian/README.Debian debian/*.lsm README THANKS TODO debian/notes dh_installexamples -a scripts/* dh_installdebconf -a dh_installman -a dh_installchangelogs -a CHANGES dh_link -a dh_compress -a dh_fixperms -a dh_makeshlibs -a dh_installdeb -a dh_shlibdeps -a dh_gencontrol -a dh_md5sums -a dh_builddeb -a # Below here is fairly generic really binary: binary-indep binary-arch source diff: @echo >&2 'source and diff are obsolete - use dpkg-source -b'; false checkroot: dh_testdir dh_testroot .PHONY: build clean binary-indep binary-arch binary install install-indep install-arch checkroot