File: rules

package info (click to toggle)
mbuffer 20110119-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 544 kB
  • sloc: sh: 2,768; ansic: 2,709; makefile: 174
file content (12 lines) | stat: -rwxr-xr-x 306 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f
#
# Build rules for mbuffer, the stream buffering tool 

export CFLAGS=$(shell dpkg-buildflags --get CFLAGS)
export CPPFLAGS=$(shell dpkg-buildflags --get CPPFLAGS)
export LDFLAGS=$(shell dpkg-buildflags --get LDFLAGS) -Wl,-z,defs

override_dh_auto_test:

%:
	dh $@ --with autotools_dev