Browse Source

Remove unused Makefile lines

pull/5/head
falkTX 11 years ago
parent
commit
e052617aa3
1 changed files with 0 additions and 12 deletions
  1. +0
    -12
      plugins/Makefile.mk

+ 0
- 12
plugins/Makefile.mk 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



Loading…
Cancel
Save