chassis/plugin/Makefile
2024-09-12 16:23:48 +01:00

34 lines
523 B
Makefile

###############################
#
# Makefile for Chassis
# based on the work of falkTX, in the DPF example plugins
#
# for full licence, see LICENCE in the root of the project
#
###############################
NAME = chassis
FILES_DSP = \
parameters.cpp \
voicecpu.cpp \
chassis.cpp \
voice.cpp
FILES_UI = \
back.cpp \
ui.cpp \
DistrhoArtworkNekobi.cpp
UI_TYPE = generic
USE_FILE_BROWSER = false
SKIP_NATIVE_AUDIO_FALLBACK = true
include ../dpf/Makefile.plugins.mk
TARGETS += jack lv2_sep
all: $(TARGETS)