peacock/plugin/Makefile

27 lines
414 B
Makefile
Raw Permalink Normal View History

2024-10-09 21:10:51 +00:00
###############################
#
# 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 = \
peacock.cpp \
controls.cpp \
2024-10-19 22:11:28 +00:00
assigner.cpp \
2024-10-15 21:56:18 +00:00
oscillator.cpp \
2024-10-19 18:49:24 +00:00
filter.cpp \
2024-10-19 22:11:28 +00:00
voiceboard.cpp
2024-10-09 21:10:51 +00:00
include ../dpf/Makefile.plugins.mk
TARGETS += jack lv2
all: $(TARGETS)