ck/debian/rules
Daniel Baumann 8bde6e2fd6
Streamlining rules file.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-02-09 07:39:36 +01:00

22 lines
399 B
Makefile
Executable file

#!/usr/bin/make -f
include /usr/share/dpkg/architecture.mk
ifeq ($(DEB_BUILD_ARCH),armel)
PLATFORM = --platform=armv7l
endif
%:
dh ${@}
override_dh_auto_configure:
dh_auto_configure -- \
--prefix=/usr \
--libdir=/usr/lib/$(DEB_HOST_MULTIARCH) \
--includedir=/usr/include \
--mandir=/usr/share/man \
--cores=2 \
--disable-sse $(PLATFORM)
override_dh_auto_test:
$(MAKE) -j1 check