alphaosc/plugin/Makefile

31 lines
490 B
Makefile
Raw Normal View History

2025-01-06 21:33:28 +00:00
###############################
#
# Makefile for Alpha Juno Osc
# based on the work of falkTX, in the DPF example plugins
#
# for full licence, see LICENCE in the root of the project
#
###############################
NAME = alphaosc
FILES_DSP = \
parameters.cpp \
2025-01-06 21:33:28 +00:00
alphaosc.cpp
2025-01-08 01:24:12 +00:00
FILES_UI = \
white.cpp \
artwork.cpp \
ui.cpp
2025-01-06 21:33:28 +00:00
2025-01-08 01:24:12 +00:00
UI_TYPE = generic
USE_FILE_BROWSER = false
2025-01-06 21:33:28 +00:00
SKIP_NATIVE_AUDIO_FALLBACK = true
include ../dpf/Makefile.plugins.mk
2025-01-08 01:24:12 +00:00
TARGETS += jack lv2_sep
2025-01-06 21:33:28 +00:00
all: $(TARGETS)