File: rules

package info (click to toggle)
fp16 0.0~git20200514.4dfe081-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 692 kB
  • sloc: cpp: 6,683; ansic: 675; python: 140; makefile: 11
file content (16 lines) | stat: -rwxr-xr-x 402 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f
%:
	dh $@

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

override_dh_auto_test:
	dh_auto_test
	#-find . -type f -executable -name '*bench' -exec '{}' \;

override_dh_auto_install:
	dh_auto_install
	-$(RM) -rf debian/libfp16-dev/usr/lib
	-$(RM) -rf debian/libfp16-dev/usr/include/gmock
	-$(RM) -rf debian/libfp16-dev/usr/include/gtest