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 \
|
2024-10-09 21:43:52 +00:00
|
|
|
ic1.cpp \
|
2024-10-15 21:56:18 +00:00
|
|
|
oscillator.cpp \
|
2024-10-09 21:43:52 +00:00
|
|
|
ic29.cpp
|
2024-10-09 21:10:51 +00:00
|
|
|
|
|
|
|
include ../dpf/Makefile.plugins.mk
|
|
|
|
|
|
|
|
TARGETS += jack lv2
|
|
|
|
|
|
|
|
all: $(TARGETS)
|
|
|
|
|
|
|
|
|