#!/usr/bin/make -f export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow ifeq ($(DEB_BUILD_GNU_TYPE),$(DEB_HOST_GNU_TYPE)) STRIP := strip else STRIP := $(DEB_HOST_GNU_TYPE)-strip export PKG_CONFIG = $(DEB_HOST_GNU_TYPE)-pkg-config endif %: dh $@ execute_before_dh_auto_configure: cp -r /usr/share/robtk . override_dh_auto_build: dh_auto_build -- \ PREFIX=/usr \ OPTIMIZATIONS=-O3 \ STRIP=$(STRIP) override_dh_auto_install: dh_auto_install -- \ DESTDIR=$(CURDIR)/debian/setbfree \ PREFIX=/usr override_dh_auto_clean: dh_clean */*.o \ */*.so \ b_chorato/*.ttl \ b_overdrive/*.ttl \ b_reverb/*.ttl \ b_synth/b_synth.ttl \ b_synth/manifest.ttl \ b_whirl/*.ttl \ b_whirl/x42-whirl \ robtk/ \ src/setBfree \ ui/setBfreeUI