File: rules

package info (click to toggle)
linuxinfo 1.1.8-39
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 528 kB
  • sloc: ansic: 1,928; sh: 334; makefile: 23
file content (8 lines) | stat: -rwxr-xr-x 159 bytes parent folder | download
1
2
3
4
5
6
7
8
#!/usr/bin/make -f

%:
	dh $@

override_dh_auto_configure:
	./configure --prefix=/usr --mandir=\$${prefix}/share/man
	#dh_auto_configure -- CFLAGS="$(CFLAGS)"