File: rules

package info (click to toggle)
gauche-c-wrapper 0.6.1-11
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 4,628 kB
  • sloc: ansic: 17,835; sh: 13,993; asm: 6,456; lisp: 5,437; yacc: 2,095; makefile: 515; exp: 194; cpp: 157; objc: 144; perl: 2
file content (16 lines) | stat: -rwxr-xr-x 414 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f
# -*- makefile-gmake -*-

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

%:
	dh $@

override_dh_auto_configure:
        # dh_auto_configure -v
	./configure --prefix=/usr --includedir=/usr/include \
            --mandir=/usr/share/man --infodir=/usr/share/info \
            --sysconfdir=/etc --localstatedir=/var \
	    --libdir=/usr/lib --libexecdir=/usr/lib