peacock/plugin/Makefile

43 lines
690 B
Makefile

###############################
#
# 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 \
svf.cpp \
chorus.cpp \
peacock.cpp
FILES_UI = \
orangebutton.cpp \
panel.cpp \
slider.cpp \
slideswitch.cpp \
artwork.cpp \
ui.cpp
UI_TYPE = generic
USE_FILE_BROWSER = false
include ../dpf/Makefile.plugins.mk
SKIP_NATIVE_AUDIO_FALLBACK = true
# omitting LV2 for the moment until I figure out cross-compiling
TARGETS += jack vst2 vst3 clap
all: $(TARGETS)