Rev 3 | Rev 19 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
#!/usr/bin/make -f# -*- makefile -*-# Sample debian/rules that uses debhelper.# This file was originally written by Joey Hess and Craig Small.# As a special exception, when this file is copied by dh-make into a# dh-make output file, you may use that output file without restriction.# This special exception was added by Craig Small in version 0.37 of dh-make.# Uncomment this to turn on verbose mode.#export DH_VERBOSE=1DESTDIR=$(CURDIR)/debian/ssvncinclude /usr/share/dpatch/dpatch.makeconfigure: configure-stampconfigure-stamp:dh_testdir$(MAKE) configtouch configure-stampbuild: build-stampbuild-stamp: configure-stamp patch-stampdh_testdir$(MAKE) alltouch $@clean: configure-stamp unpatchdh_testdirdh_testrootrm -f build-stamp configure-stamp$(MAKE) cleanrm vnc_unixsrc/*/Makefiledh_cleaninstall: builddh_testdirdh_testrootdh_prep$(MAKE) ROOT=$(DESTDIR) PREFIX=/usr MANDIR=share/man 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_installchangelogsdh_installdocsdh_installexamplesdh_installmandh_linkdh_stripdh_compressdh_fixpermsdh_installdebdh_shlibdepsdh_gencontroldh_md5sumsdh_builddebbinary: binary-indep binary-arch.PHONY: build clean binary-indep binary-arch binary install configure