File: rules

package info (click to toggle)
liblsl 1.16.2b1-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 1,724 kB
  • sloc: cpp: 12,515; ansic: 666; python: 28; sh: 25; makefile: 18
file content (14 lines) | stat: -rwxr-xr-x 383 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

include /usr/share/dpkg/default.mk
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
include /usr/share/dpkg/buildflags.mk

%:
	dh $@ --without autoreconf -S cmake

override_dh_auto_configure:
	dh_auto_configure -- -DLSL_BUNDLED_BOOST=OFF -DLSL_BUNDLED_PUGIXML=OFF -DLSL_UNITTESTS=ON

execute_after_dh_auto_test:
	obj-$(DEB_HOST_GNU_TYPE)/testing/lsl_test_internal