File: rules

package info (click to toggle)
electric-fence 2.2.7
  • links: PTS
  • area: main
  • in suites: sid, trixie
  • size: 156 kB
  • sloc: ansic: 980; makefile: 68
file content (17 lines) | stat: -rwxr-xr-x 389 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/make -f
# See debhelper(7)
# output every command that modifies files on the build system.
DH_VERBOSE = 1

# see dpkg-buildflags(1)
DPKG_EXPORT_BUILDFLAGS = 1
include /usr/share/dpkg/default.mk

%:
	dh $@

override_dh_auto_build:
	dh_auto_build -- libefence.a libefence.so.0.0
ifeq ($(filter nocheck,$(DEB_BUILD_OPTIONS)),)
	dh_auto_build # default make target runs tests
endif