File: rules

package info (click to toggle)
wmnet 1.06%2Bgit20211014-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, trixie
  • size: 432 kB
  • sloc: ansic: 1,844; makefile: 7
file content (11 lines) | stat: -rwxr-xr-x 191 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

override_dh_auto_build:
	xmkmf
	dh_auto_build --verbose -- \
		CCLINK="$(CC) $(CFLAGS) $(CPPFLAGS) $(LDFLAGS)"

%:
	dh $@