File: rules

package info (click to toggle)
pthreadpool 0.0~git20240616.560c60d-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 1,080 kB
  • sloc: cpp: 10,143; ansic: 7,812; python: 26; makefile: 5
file content (9 lines) | stat: -rwxr-xr-x 216 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@ -Scmake

override_dh_auto_configure:
	dh_auto_configure -- -DGOOGLETEST_SOURCE_DIR=/usr/src/googletest -DPTHREADPOOL_LIBRARY_TYPE=shared