############################### # # Makefile for Peacock # based on the work of falkTX, in the DPF example plugins # # for full licence, see LICENCE in the root of the project # ############################### NAME = peacock FILES_DSP = \ assigner.cpp \ module.cpp \ voice.cpp \ tables.cpp \ parameters.cpp \ peacock.cpp include ../dpf/Makefile.plugins.mk SKIP_NATIVE_AUDIO_FALLBACK = true TARGETS += jack lv2 all: $(TARGETS)