#!/usr/bin/make -f
# -*- makefile -*-

l_PACKAGE := dxpc

# Include cdbs rules files.

include /usr/share/cdbs/1/class/autotools.mk
include /usr/share/cdbs/1/rules/debhelper.mk

DEB_MAKE_INSTALL_TARGET = prefix=$(CURDIR)/debian/$(l_PACKAGE)/usr \
	  MANDIR=$(CURDIR)/debian/$(l_PACKAGE)/usr/share/man/man1 \
	  install

# As 0.4.21, cdbs creates but doesn't debian/compat.  It creates it
# conditionally, so this doesn't have a trivial fix.
clean::
	$(RM) debian/compat *.cdbs-config_list
