File: rules

package info (click to toggle)
libcwiimote 0.4%2Bsvn83ant-4
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 3,172 kB
  • ctags: 708
  • sloc: sh: 3,538; ansic: 2,057; makefile: 59
file content (26 lines) | stat: -rwxr-xr-x 427 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
24
25
26
#!/usr/bin/make -f

#export DH_VERBOSE=1

# FIXME: should probably be upstream
LDFLAGS+=-lm

%:
	dh $@

override_dh_clean:
	rm -f config.cache config.status config.log
	dh_clean

override_dh_auto_build:
	autoreconf -fi
	dh_auto_build

override_dh_installchangelogs:
	dh_installchangelogs -p libcwiimote3 NEWS

override_dh_installdocs:
	dh_installdocs -p libcwiimote3

override_dh_strip:
	dh_strip --dbg-package=libcwiimote-dbg