Rev 10 | 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_OPTIONSconfig-stamp: configuredh_testdir./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) \--prefix=/usr \--mandir=\$${prefix}/share/mantouch config-stampbuild: build-stampbuild-stamp: config-stampdh_testdir$(MAKE)touch build-stampclean:dh_testdirdh_testrootrm -f build-stamp[ ! -f Makefile ] || $(MAKE) cleandh_clean config-stamp Makefile config.status config.log config.cacheinstall: builddh_testdirdh_testrootdh_clean -kinstall -m 755 -d $(CURDIR)/debian/x2vnc/usr/share$(MAKE) DESTDIR=$(CURDIR)/debian/x2vnc 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