File: rules

package info (click to toggle)
linuxptp 3.1-2.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,424 kB
  • sloc: ansic: 22,492; sh: 85; makefile: 80
file content (13 lines) | stat: -rwxr-xr-x 304 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f

DPKG_EXPORT_BUILDFLAGS = 1
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
include /usr/share/dpkg/default.mk
export EXTRA_CFLAGS = $(CFLAGS)

%:
	dh $@

override_dh_auto_install:
	dh_auto_install -- prefix=/usr mandir=/usr/share/man