Skip to content

Commit

Permalink
mend
Browse files Browse the repository at this point in the history
  • Loading branch information
falkTX committed Sep 25, 2018
1 parent 5c4e99a commit f293f18
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 56 deletions.
14 changes: 0 additions & 14 deletions plugins/bitcrush/Makefile
Expand Up @@ -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)

Expand Down
14 changes: 0 additions & 14 deletions plugins/freeverb/Makefile
Expand Up @@ -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)

Expand Down
14 changes: 0 additions & 14 deletions plugins/gigaverb/Makefile
Expand Up @@ -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)

Expand Down
14 changes: 0 additions & 14 deletions plugins/pitchshift/Makefile
Expand Up @@ -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)

Expand Down

0 comments on commit f293f18

Please sign in to comment.