chassis/plugin/Makefile

25 lines
378 B
Makefile
Raw Permalink Normal View History

2024-09-02 21:11:57 +00:00
###############################
#
2024-09-03 15:17:32 +00:00
# Makefile for Chassis
# based on the work of falkTX, in the DPF example plugins
2024-09-02 21:11:57 +00:00
#
# for full licence, see LICENCE in the root of the project
#
###############################
NAME = chassis
FILES_DSP = \
parameters.cpp \
digital.cpp \
2024-09-03 14:31:54 +00:00
chassis.cpp \
voice.cpp
2024-09-02 21:11:57 +00:00
include ../dpf/Makefile.plugins.mk
2024-09-03 22:41:01 +00:00
TARGETS += jack lv2
2024-09-02 21:11:57 +00:00
all: $(TARGETS)