File: rules

package info (click to toggle)
foo-yc20 1.3.0-6
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, jessie, jessie-kfreebsd, stretch
  • size: 1,820 kB
  • ctags: 1,964
  • sloc: cpp: 25,199; ansic: 207; makefile: 113
file content (13 lines) | stat: -rwxr-xr-x 211 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f

LDFLAGS+=-Wl,--as-needed
PREFIX=/usr

%:
	dh $@ -Smakefile

override_dh_auto_build:
	dh_auto_build -- PREFIX=${PREFIX}

override_dh_auto_install:
	dh_auto_install -- PREFIX=${PREFIX} install