Rev 7 | Rev 21 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
#!/usr/bin/make -f# debian/rules for freesweep# modifications by Edward Betts <edward@debian.org># Based on:# Sample debian/rules that uses debhelper.# GNU copyright 1997 to 1999 by Joey Hess.# Uncomment this to turn on verbose mode.#export DH_VERBOSE=1# This has to be exported to make some magic below work.export DH_OPTIONSbuild: build-stampbuild-stamp:dh_testdirxmkmf#$(MAKE) x2vnc$(MAKE)touch build-stampclean:dh_testdirdh_testrootrm -f build-stamp[ ! -f Makefile ] || $(MAKE) distcleandh_cleaninstall: builddh_testdirdh_testrootdh_clean -k$(MAKE) DESTDIR=$(CURDIR)/debian/x2vnc MANSUFFIX=1 install# Build architecture-independent files here.binary-indep:# We have nothing to do by default.# Build architecture-dependent files here.binary-arch: build installdh_testdirdh_testrootdh_installdocsdh_installexamplesdh_installmenu# dh_installmanpagesdh_installchangelogsdh_linkdh_stripdh_compressdh_fixpermsdh_installdebdh_shlibdepsdh_gencontroldh_md5sumsdh_builddebbinary: binary-indep binary-arch.PHONY: build clean binary-indep binary-arch binary install