File: rules

package info (click to toggle)
libpostproc 6%3A0.git20120821-4
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 500 kB
  • ctags: 479
  • sloc: ansic: 4,972; sh: 2,754; makefile: 124
file content (18 lines) | stat: -rwxr-xr-x 289 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/usr/bin/make -f
# -*- makefile -*-

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

override_dh_auto_clean:
	! test -f config.mak || dh_auto_clean

override_dh_auto_configure:
	./configure --enable-shared --prefix=/usr

override_dh_auto_build:
	$(MAKE) V=1

%:
	dh $@