Remove unused Makefile lines

This commit is contained in:
falkTX 2014-05-12 22:16:50 +01:00
parent d1eca93961
commit e052617aa3
1 changed files with 0 additions and 12 deletions

View File

@ -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