Upgrade build system.
[checkpath] / debian / rules
1 #! /usr/bin/make -f
2
3 CDBS = /usr/share/cdbs/1
4 include $(CDBS)/class/autotools.mk
5 include $(CDBS)/rules/debhelper.mk
6
7 ###--------------------------------------------------------------------------
8 ### General settings.
9
10 DEB_BUILDDIR = $(CURDIR)/build
11
12 ###----- That's all, folks --------------------------------------------------