3
# Uncomment this to turn on verbose mode.
6
include /usr/share/quilt/quilt.make
8
configure: configure-stamp
11
# Add here commands to configure the package.
14
build: patch build-stamp
16
build-stamp: configure-stamp
18
# Add here commands to compile the package.
19
$(MAKE) CFLAGS="-g -Os -D_FORTIFY_SOURCE=2 -Wall -W `pkg-config --cflags glib-2.0`"
25
rm -f build-stamp configure-stamp
26
# Add here commands to clean up after the build process.
35
# Add here commands to install the package into debian/irqbalance.
36
cp -p debian/irqbalance.init debian/irqbalance/etc/init.d/irqbalance
37
mv irqbalance debian/irqbalance/usr/sbin
39
# Build architecture-independent files here.
41
# We have nothing to do by default.
43
# Build architecture-dependent files here.
61
binary: binary-indep binary-arch
62
.PHONY: build clean binary-indep binary-arch binary install configure