File: rules

package info (click to toggle)
libbind 6.0-1
  • links: PTS
  • area: main
  • in suites: squeeze, wheezy
  • size: 4,656 kB
  • ctags: 4,846
  • sloc: ansic: 39,507; sh: 8,415; makefile: 761
file content (23 lines) | stat: -rwxr-xr-x 294 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#!/usr/bin/make -f
%:
	dh $@

build: build-stamp
build-stamp:
	dh build
	touch $@

clean:
	dh clean 
	find . -name '*.o' -delete

install: build
	dh install

binary-arch: install
	dh binary-arch

override_dh_auto_configure:
	dh_auto_configure -- -with-libtool

binary: binary-arch binary-indep