mirror of https://github.com/hmatuschek/libsdr
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
344 B
Makefile
10 lines
344 B
Makefile
#!/usr/bin/make -f
|
|
|
|
DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
|
|
# Disable version check, will be updated by package manager.
|
|
DEB_CMAKE_EXTRA_FLAGS = -DCMAKE_LIBRARY_ARCHITECTURE=${DEB_HOST_MULTIARCH} \
|
|
-DCMAKE_BUILD_TYPE=RELEASE
|
|
|
|
include /usr/share/cdbs/1/rules/debhelper.mk
|
|
include /usr/share/cdbs/1/class/cmake.mk
|