16 changes: 8 additions & 8 deletions plugins/PowerJuiceX2/Makefile
Expand Up @@ -12,25 +12,25 @@ NAME = PowerJuiceX2
# --------------------------------------------------------------
# Files to build

OBJS_DSP = \
PowerJuiceX2Plugin.cpp.o
FILES_DSP = \
PowerJuiceX2Plugin.cpp

OBJS_UI = \
PowerJuiceX2Artwork.cpp.o \
PowerJuiceX2UI.cpp.o
FILES_UI = \
PowerJuiceX2Artwork.cpp \
PowerJuiceX2UI.cpp

# --------------------------------------------------------------
# Do some magic

include ../Makefile.mk
include ../../dpf/Makefile.plugins.mk

# --------------------------------------------------------------
# Enable all possible plugin types

ifeq ($(LINUX),true)
all: jack lv2_one vst
all: jack lv2 vst
else
all: lv2_one vst
all: lv2 vst
endif

# --------------------------------------------------------------
12 changes: 6 additions & 6 deletions plugins/StutterJuice/Makefile
Expand Up @@ -12,17 +12,17 @@ NAME = StutterJuice
# --------------------------------------------------------------
# Files to build

OBJS_DSP = \
StutterJuicePlugin.cpp.o
FILES_DSP = \
StutterJuicePlugin.cpp

OBJS_UI = \
StutterJuiceArtwork.cpp.o \
StutterJuiceUI.cpp.o
FILES_UI = \
StutterJuiceArtwork.cpp \
StutterJuiceUI.cpp

# --------------------------------------------------------------
# Do some magic

include ../Makefile.mk
include ../../dpf/Makefile.plugins.mk

# --------------------------------------------------------------
# Enable all possible plugin types
Expand Down
12 changes: 6 additions & 6 deletions plugins/TriggerJuice/Makefile
Expand Up @@ -12,17 +12,17 @@ NAME = TriggerJuice
# --------------------------------------------------------------
# Files to build

OBJS_DSP = \
TriggerJuicePlugin.cpp.o
FILES_DSP = \
TriggerJuicePlugin.cpp

OBJS_UI = \
TriggerJuiceArtwork.cpp.o \
TriggerJuiceUI.cpp.o
FILES_UI = \
TriggerJuiceArtwork.cpp \
TriggerJuiceUI.cpp

# --------------------------------------------------------------
# Do some magic

include ../Makefile.mk
include ../../dpf/Makefile.plugins.mk

# --------------------------------------------------------------
# Enable all possible plugin types
Expand Down
12 changes: 6 additions & 6 deletions plugins/VectorJuice/Makefile
Expand Up @@ -12,17 +12,17 @@ NAME = VectorJuice
# --------------------------------------------------------------
# Files to build

OBJS_DSP = \
VectorJuicePlugin.cpp.o
FILES_DSP = \
VectorJuicePlugin.cpp

OBJS_UI = \
VectorJuiceArtwork.cpp.o \
VectorJuiceUI.cpp.o
FILES_UI = \
VectorJuiceArtwork.cpp \
VectorJuiceUI.cpp

# --------------------------------------------------------------
# Do some magic

include ../Makefile.mk
include ../../dpf/Makefile.plugins.mk

# --------------------------------------------------------------
# Enable all possible plugin types
Expand Down
12 changes: 6 additions & 6 deletions plugins/WobbleJuice/Makefile
Expand Up @@ -12,17 +12,17 @@ NAME = WobbleJuice
# --------------------------------------------------------------
# Files to build

OBJS_DSP = \
WobbleJuicePlugin.cpp.o
FILES_DSP = \
WobbleJuicePlugin.cpp

OBJS_UI = \
WobbleJuiceArtwork.cpp.o \
WobbleJuiceUI.cpp.o
FILES_UI = \
WobbleJuiceArtwork.cpp \
WobbleJuiceUI.cpp

# --------------------------------------------------------------
# Do some magic

include ../Makefile.mk
include ../../dpf/Makefile.plugins.mk

# --------------------------------------------------------------
# Enable all possible plugin types
Expand Down