#!/usr/bin/make -f include /usr/share/cdbs/1/rules/debhelper.mk CFLAGS ?= -Wall -g ifneq (,$(filter noopt,$(DEB_BUILD_OPTIONS))) CFLAGS += -O0 else CFLAGS += -O2 endif DEB_INSTALL_DOCS_speakup-tools = contrib/README binary-install/speakup-doc:: dh_installdocs clean:: rm -f stamp-patch