#!/usr/bin/make -f # -*- makefile -*- # Description: Main Debian packaging script for jacktrip # Copyright © 2010 IOhannes m zmölnig # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the # "Software"), to deal in the Software without restriction, including # without limitation the rights to use, copy, modify, merge, publish, # distribute, sublicense, and/or sell copies of the Software, and to # permit persons to whom the Software is furnished to do so, subject to # the following conditions: # # The above copyright notice and this permission notice shall be included # in all copies or substantial portions of the Software. # # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS # OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF # MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. # IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY # CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, # TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE # SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. export QT_SELECT=qt5 include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/qmake.mk include /usr/share/cdbs/1/rules/utils.mk CPPFLAGS+=$(shell pkg-config --cflags rtaudio || true) LDFLAGS +=$(shell pkg-config --libs rtaudio || true) DEB_MAKE_BUILD_TARGET = release DEB_MAKE_INSTALL_TARGET = release-install INSTALL_ROOT=$(DEB_DESTDIR) CDBS_BUILD_DEPENDS_rules_utils_copyright-check = CDBS_BUILD_DEPENDS_rules_utils_buildinfo = DEB_SRCDIR = src DEB_DH_INSTALLCHANGELOGS_ARGS = CHANGESLOG.txt # Suppress scanning documentation images causing false alarms. DEB_COPYRIGHT_CHECK_IGNORE_REGEX = documentation/img/.*|debian/(changelog|copyright(|_hints|_newhints))$ build/jacktrip:: doxygen jacktrip_doxygen find WWW -name "*.md5" -delete find WWW -name "*.map" -delete help2man -N -n "high-quality system for audio network performances" debian/jacktrip-help2man > jacktrip.1 clean:: rm -rf WWW rm -f jacktrip.1