File: rules

package info (click to toggle)
codec2 0.8.1-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 21,628 kB
  • sloc: ansic: 58,934; makefile: 841; objc: 826; asm: 331; python: 209; sh: 74
file content (13 lines) | stat: -rwxr-xr-x 281 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f

%:
	dh $@ --builddirectory=Build --buildsystem=cmake

override_dh_auto_configure:
	dh_auto_configure --builddirectory=Build --buildsystem=cmake -- \
	-DCMAKE_BUILD_TYPE=RelWithDebInfo \
	-DINSTALL_EXAMPLES=TRUE \
	-DUNITTEST=TRUE

override_dh_acc:
	- dh_acc $@