File: rules

package info (click to toggle)
ngmlr 0.2.7%2Bgit20210816.a2a31fb%2Bdfsg-4~0exp0simde
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 1,868 kB
  • sloc: cpp: 10,359; sh: 134; makefile: 10
file content (16 lines) | stat: -rwxr-xr-x 371 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f

# DH_VERBOSE := 1
export LC_ALL=C.UTF-8

include /usr/share/dpkg/default.mk
export DEB_BUILD_MAINT_OPTIONS=hardening=+all
export DEB_CFLAGS_MAINT_APPEND+=-DSIMDE_ENABLE_OPENMP -fopenmp-simd -O3
export DEB_CXXFLAGS_MAINT_APPEND+=-DSIMDE_ENABLE_OPENMP -fopenmp-simd -O3

%:
	dh $@ --buildsystem cmake

override_dh_auto_clean:
	dh_auto_clean
	rm -rf bin