File: rules

package info (click to toggle)
libvformat 1.13-10
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch, wheezy
  • size: 2,248 kB
  • ctags: 1,211
  • sloc: sh: 6,645; ansic: 4,203; makefile: 42
file content (18 lines) | stat: -rwxr-xr-x 452 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.

export CPPFLAGS:=$(shell dpkg-buildflags --get CPPFLAGS)
export CFLAGS:=$(shell dpkg-buildflags --get CFLAGS)
export LDFLAGS:=$(shell dpkg-buildflags --get LDFLAGS)

%:
	dh $@ --with autotools_dev,autoreconf

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

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