File: rules

package info (click to toggle)
exprtk 0.0.3-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 7,464 kB
  • sloc: cpp: 50,516; makefile: 38
file content (15 lines) | stat: -rwxr-xr-x 251 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f

%:
	dh $@

# No need to build if tests are not ran
ifeq (nocheck,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))
override_dh_auto_build:
endif

# See #1103079
ifneq "$(DEB_HOST_ARCH)" "i386"
override_dh_auto_test:
	./exprtk_test
endif