File: rules

package info (click to toggle)
progress 0.17-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 220 kB
  • sloc: ansic: 1,113; makefile: 117
file content (9 lines) | stat: -rwxr-xr-x 219 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
#!/usr/bin/make -f
export DEB_BUILD_MAINT_OPTIONS  = hardening=+all
export DEB_CFLAGS_MAINT_APPEND  = -Wall #-pedantic
include /usr/share/dpkg/buildtools.mk
export PKG_CONFIG ?= pkg-config

export PREFIX=/usr
%:
	dh $@