Browse Source

mend

master
falkTX 6 years ago
parent
commit
f293f18c0c
4 changed files with 0 additions and 56 deletions
  1. +0
    -14
      plugins/bitcrush/Makefile
  2. +0
    -14
      plugins/freeverb/Makefile
  3. +0
    -14
      plugins/gigaverb/Makefile
  4. +0
    -14
      plugins/pitchshift/Makefile

+ 0
- 14
plugins/bitcrush/Makefile View File

@@ -28,27 +28,13 @@ BUILD_CXX_FLAGS += -I../common -I../common/gen_dsp
# --------------------------------------------------------------
# Enable all possible plugin types

ifeq ($(BUILD_JACK),true)
ifeq ($(HAVE_JACK),true)
TARGETS += jack
endif
endif

<<<<<<< HEAD
TARGETS += ladspa
=======
ifeq ($(BUILD_LADSPA),true)
TARGETS += ladspa
endif

ifeq ($(BUILD_LV2),true)
>>>>>>> 32c2796b78396662fcc5bfce3bd6a02e8958a44a
TARGETS += lv2_dsp
endif

ifeq ($(BUILD_VST2),true)
TARGETS += vst
endif

all: $(TARGETS)



+ 0
- 14
plugins/freeverb/Makefile View File

@@ -28,27 +28,13 @@ BUILD_CXX_FLAGS += -I../common -I../common/gen_dsp
# --------------------------------------------------------------
# Enable all possible plugin types

ifeq ($(BUILD_JACK),true)
ifeq ($(HAVE_JACK),true)
TARGETS += jack
endif
endif

<<<<<<< HEAD
TARGETS += ladspa
=======
ifeq ($(BUILD_LADSPA),true)
TARGETS += ladspa
endif

ifeq ($(BUILD_LV2),true)
>>>>>>> 32c2796b78396662fcc5bfce3bd6a02e8958a44a
TARGETS += lv2_dsp
endif

ifeq ($(BUILD_VST2),true)
TARGETS += vst
endif

all: $(TARGETS)



+ 0
- 14
plugins/gigaverb/Makefile View File

@@ -28,27 +28,13 @@ BUILD_CXX_FLAGS += -I../common -I../common/gen_dsp
# --------------------------------------------------------------
# Enable all possible plugin types

ifeq ($(BUILD_JACK),true)
ifeq ($(HAVE_JACK),true)
TARGETS += jack
endif
endif

<<<<<<< HEAD
TARGETS += ladspa
=======
ifeq ($(BUILD_LADSPA),true)
TARGETS += ladspa
endif

ifeq ($(BUILD_LV2),true)
>>>>>>> 32c2796b78396662fcc5bfce3bd6a02e8958a44a
TARGETS += lv2_dsp
endif

ifeq ($(BUILD_VST2),true)
TARGETS += vst
endif

all: $(TARGETS)



+ 0
- 14
plugins/pitchshift/Makefile View File

@@ -28,27 +28,13 @@ BUILD_CXX_FLAGS += -I../common -I../common/gen_dsp
# --------------------------------------------------------------
# Enable all possible plugin types

ifeq ($(BUILD_JACK),true)
ifeq ($(HAVE_JACK),true)
TARGETS += jack
endif
endif

<<<<<<< HEAD
TARGETS += ladspa
=======
ifeq ($(BUILD_LADSPA),true)
TARGETS += ladspa
endif

ifeq ($(BUILD_LV2),true)
>>>>>>> 32c2796b78396662fcc5bfce3bd6a02e8958a44a
TARGETS += lv2_dsp
endif

ifeq ($(BUILD_VST2),true)
TARGETS += vst
endif

all: $(TARGETS)



Loading…
Cancel
Save