File: rules

package info (click to toggle)
libzn-poly 0.9.1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 912 kB
  • sloc: ansic: 10,736; python: 257; makefile: 10; sh: 6
file content (15 lines) | stat: -rwxr-xr-x 356 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f

%:
	dh $@

override_dh_auto_configure:
	./configure --gmp-prefix="/usr" --triplet="$(DEB_HOST_MULTIARCH)" --disable-tuning \
            --prefix="$(CURDIR)/debian/tmp/usr" --cflags="$(CFLAGS) $(CPPFLAGS) -fPIC" --ldflags="$(LDFLAGS)"

override_dh_auto_build:
	$(MAKE) libzn_poly.so

override_dh_auto_test:
	$(MAKE) test
	test/test all