#!/usr/bin/make -f include /usr/share/dpkg/kxstudio-audio-plugin.mk export LDFLAGS += -Wl,--version-script=$(CURDIR)/debian/tunefish4.sym export LV2LINT_EXTRA_FLAGS = -t 'UI*Widget' export LV2LINT_SKIP = y # # [FAIL] UI Widget # failed to return a valid widget # seeAlso: override_dh_auto_build: $(MAKE) -C src/tunefish4/Builds/LinuxMakefile CONFIG=Release -j2 override_dh_auto_clean: dh_auto_clean $(MAKE) -C src/tunefish4/Builds/LinuxMakefile CONFIG=Release clean %: dh $@