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