File: rules

package info (click to toggle)
cairo-5c 1.8.1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 2,564 kB
  • sloc: sh: 10,825; ansic: 4,662; makefile: 146
file content (14 lines) | stat: -rwxr-xr-x 422 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/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

configure_flags = --with-nickle-libdir='$${datadir}/nickle' --prefix=/usr --mandir='$${prefix}/share/man' $(shell dpkg-buildflags --export=configure)

%:
	dh $@  --with autotools-dev

override_dh_auto_configure:
	dh_auto_configure -- $(configure_flags)