File: rules

package info (click to toggle)
libvformat 1.13-6
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 2,184 kB
  • ctags: 964
  • sloc: sh: 6,645; ansic: 4,203; makefile: 42
file content (18 lines) | stat: -rwxr-xr-x 346 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/usr/bin/make -f
# Sample debian/rules that uses debhelper.
# GNU copyright 1997 to 1999 by Joey Hess.

%:
	dh --with autotools_dev $@

override_dh_auto_configure:
	autoreconf -vfi
	dh_auto_configure

clean:
	rm -f build
	dh --with autotools_dev clean

build:
	dh --with autotools_dev build
	touch build # Suggested by policy 3.8.4 section 4.9