File: rules

package info (click to toggle)
alglib 3.10.0-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 19,172 kB
  • sloc: cpp: 232,312; sh: 453; makefile: 8
file content (12 lines) | stat: -rwxr-xr-x 260 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f
%:
	dh $@ --parallel

UPSTREAM_VERSION=3.10

ifneq (,$(filter $(DEB_HOST_ARCH),mips mipsel))
override_dh_auto_test:
endif

override_dh_auto_configure:
	dh_auto_configure -- -DVERSION="$(UPSTREAM_VERSION).0" -DSOVERSION="$(UPSTREAM_VERSION)"