File: rules

package info (click to toggle)
slcfitsio 0.3.8%2Bnosvn-5
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 876 kB
  • ctags: 264
  • sloc: sh: 2,765; ansic: 2,002; makefile: 174
file content (10 lines) | stat: -rwxr-xr-x 380 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f

include /usr/share/cdbs/1/class/autotools.mk
include /usr/share/cdbs/1/rules/debhelper.mk

DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
DEB_CONFIGURE_EXTRA_FLAGS := --with-slanglib=/usr/lib/$(DEB_HOST_MULTIARCH) --with-cfitsiolib=/usr/lib/$(DEB_HOST_MULTIARCH)

DEB_MAKE_BUILD_TARGET := all RPATH=
DEB_MAKE_CHECK_TARGET := -C src test