File: rules

package info (click to toggle)
nwipe 0.34-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 6,876 kB
  • sloc: ansic: 6,921; makefile: 26; sh: 4
file content (19 lines) | stat: -rwxr-xr-x 523 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/usr/bin/make -f
export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@ --with autoreconf

override_dh_autoreconf:
	aclocal
	autoheader
	automake --add-missing
	autoconf

override_dh_auto_clean:
	[ ! -f Makefile ] || $(MAKE) clean
	rm -f missing install-sh depcomp compile
	rm -f Makefile config.h config.h.in config.log config.status config.guess config.sub man/Makefile src/Makefile stamp-h1 src/isaac_rand/.dirstamp src/mt19937ar-cok/.dirstamp

override_dh_auto_configure:
	dh_auto_configure -- --bindir=/usr/sbin