|
|
|
@@ -24,7 +24,6 @@ all: dssi lv2 vst |
|
|
|
# -------------------------------------------------------------- |
|
|
|
# Set plugin binary file targets |
|
|
|
|
|
|
|
ladspa_dsp = $(TARGET_DIR)/$(NAME)-ladspa.$(EXT) |
|
|
|
dssi_dsp = $(TARGET_DIR)/$(NAME)-dssi.$(EXT) |
|
|
|
dssi_ui = $(TARGET_DIR)/$(NAME)-dssi/$(NAME)_ui |
|
|
|
lv2_dsp = $(TARGET_DIR)/$(NAME).lv2/$(NAME).$(EXT) |
|
|
|
@@ -43,17 +42,6 @@ endif |
|
|
|
DISTRHO_PLUGIN_FILES = ../../dpf/distrho/DistrhoPluginMain.cpp |
|
|
|
DISTRHO_UI_FILES = ../../dpf/distrho/DistrhoUIMain.cpp ../../dpf/libdgl.a |
|
|
|
|
|
|
|
# -------------------------------------------------------------- |
|
|
|
# Handle plugins without UI |
|
|
|
|
|
|
|
ifeq ($(TARGET_NOUI),true) |
|
|
|
dssi_ui = |
|
|
|
lv2_ui = |
|
|
|
DISTRHO_UI_FILES = |
|
|
|
DGL_LIBS = |
|
|
|
OBJS_UI = |
|
|
|
endif |
|
|
|
|
|
|
|
# -------------------------------------------------------------- |
|
|
|
# Common |
|
|
|
|
|
|
|
|