build: Rewrite the build system to be nicer.
[fwd] / debian / rules
CommitLineData
0ac54f22 1#! /usr/bin/make -f
2
5d9fd22a 3CDBS = /usr/share/cdbs/1
0ac54f22 4
5d9fd22a
MW
5include $(CDBS)/class/autotools.mk
6include $(CDBS)/rules/debhelper.mk
0ac54f22 7
5d9fd22a
MW
8###--------------------------------------------------------------------------
9### General definitions.
0ac54f22 10
5d9fd22a 11DEB_BUILDDIR = $(CURDIR)/build
0ac54f22 12
5d9fd22a
MW
13###--------------------------------------------------------------------------
14### Documentation.
0ac54f22 15
5d9fd22a 16DEB_INSTALL_DOCS_fw = GRAMMAR
0ac54f22 17
5d9fd22a 18###----- That's all, folks --------------------------------------------------