File: rules

package info (click to toggle)
gbatnav 1.0.4cvs20051004-5
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch, wheezy
  • size: 3,980 kB
  • ctags: 1,867
  • sloc: ansic: 13,894; sh: 11,667; makefile: 642; yacc: 288; sed: 16
file content (20 lines) | stat: -rwxr-xr-x 465 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#!/usr/bin/make -f
# Sample debian/rules that uses debhelper.
# GNU copyright 1997 to 1999 by Joey Hess.

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

%:
	dh $@ --with autoreconf

override_dh_auto_configure:
	dh_auto_configure -- --prefix=/usr --bindir=\$${prefix}/games \
		--mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info

override_dh_auto_clean:
	dh_auto_clean
	rm -rf autom4te.cache

override_dh_auto_install:
	dh_auto_install