File: rules

package info (click to toggle)
libnfs 4.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 2,408 kB
  • sloc: ansic: 35,158; sh: 1,600; makefile: 302; xml: 178
file content (14 lines) | stat: -rwxr-xr-x 229 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

# Set CFLAGS to DEB_CFLAGS
CFLAGS=$(DEB_CFLAGS)

%:
	dh $@ --parallel --with autoreconf

override_dh_build_arch:
	dh_build_arch
	make -C examples

override_dh_clean:
	dh_clean examples/Makefile tests/Makefile