File: rules

package info (click to toggle)
libvidstab 1.1.0-2
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, buster, forky, sid, trixie
  • size: 624 kB
  • sloc: ansic: 6,094; makefile: 19; sh: 14
file content (13 lines) | stat: -rwxr-xr-x 220 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f
include /usr/share/dpkg/architecture.mk
ifeq ($(DEB_HOST_ARCH_CPU),amd64)
HAVE_SSE2=ON
else
HAVE_SSE2=OFF
endif

%:
	dh $@

override_dh_auto_configure:
		dh_auto_configure -- -DSSE2_FOUND=$(HAVE_SSE2)