File: rules

package info (click to toggle)
volk 3.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 3,584 kB
  • sloc: ansic: 40,454; cpp: 2,013; asm: 918; python: 845; xml: 375; sh: 157; makefile: 11
file content (19 lines) | stat: -rwxr-xr-x 408 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/usr/bin/make -f
#export DEB_BUILD_MAINT_OPTIONS += hardening=+all
#export DH_VERBOSE=1

%:
	dh $@ --with python3

override_dh_auto_build-indep:
	cmake --build obj-* --target all
	cmake --build obj-* --target volk_doc
#	cmake --build obj-* --target volk_pdf_doc

override_dh_auto_install:
	dh_auto_install
	find debian -type d -empty -delete

override_dh_auto_clean:
	dh_auto_clean
	rm -rf gen/__pycache__