From f1c07986496bd7ac7d9fc78023614b95955e7e64 Mon Sep 17 00:00:00 2001 From: falkTX Date: Tue, 6 Dec 2022 13:23:13 +0000 Subject: Simplify build targets, enable vst3 for everything Signed-off-by: falkTX --- plugins/ZaMaximX2/Makefile | 14 ++------------ plugins/ZaMultiCompX2/Makefile | 14 ++------------ plugins/ZamAutoSat/Makefile | 14 ++------------ plugins/ZamChild670/Makefile | 14 ++------------ plugins/ZamComp/Makefile | 14 ++------------ plugins/ZamCompX2/Makefile | 14 ++------------ plugins/ZamDelay/Makefile | 14 ++------------ plugins/ZamDynamicEQ/Makefile | 14 ++------------ plugins/ZamEQ2/Makefile | 14 ++------------ plugins/ZamGEQ31/Makefile | 14 ++------------ plugins/ZamGate/Makefile | 14 ++------------ plugins/ZamGateX2/Makefile | 14 ++------------ plugins/ZamGrains/Makefile | 14 ++------------ plugins/ZamHeadX2/Makefile | 11 ++--------- plugins/ZamNoise/Makefile | 14 ++------------ plugins/ZamPhono/Makefile | 17 ++--------------- plugins/ZamPiano/Makefile | 11 ++--------- plugins/ZamSFZ/Makefile | 11 ++--------- plugins/ZamSynth/Makefile | 11 ++--------- plugins/ZamTube/Makefile | 14 ++------------ plugins/ZamVerb/Makefile | 11 ++--------- 21 files changed, 42 insertions(+), 240 deletions(-) diff --git a/plugins/ZaMaximX2/Makefile b/plugins/ZaMaximX2/Makefile index 0c080d2..93b7078 100644 --- a/plugins/ZaMaximX2/Makefile +++ b/plugins/ZaMaximX2/Makefile @@ -27,21 +27,11 @@ include ../../dpf/Makefile.plugins.mk # -------------------------------------------------------------- # Enable all possible plugin types -ifeq ($(HAVE_JACK),true) TARGETS += jack -endif - -ifeq ($(UNIX),true) TARGETS += ladspa -endif - -ifeq ($(HAVE_DGL),true) TARGETS += lv2_sep -else -TARGETS += lv2_dsp -endif - -TARGETS += vst +TARGETS += vst2 +TARGETS += vst3 all: $(TARGETS) diff --git a/plugins/ZaMultiCompX2/Makefile b/plugins/ZaMultiCompX2/Makefile index 73fe99d..eac8b3c 100644 --- a/plugins/ZaMultiCompX2/Makefile +++ b/plugins/ZaMultiCompX2/Makefile @@ -27,21 +27,11 @@ include ../../dpf/Makefile.plugins.mk # -------------------------------------------------------------- # Enable all possible plugin types -ifeq ($(HAVE_JACK),true) TARGETS += jack -endif - -ifeq ($(UNIX),true) TARGETS += ladspa -endif - -ifeq ($(HAVE_DGL),true) TARGETS += lv2_sep -else -TARGETS += lv2_dsp -endif - -TARGETS += vst +TARGETS += vst2 +TARGETS += vst3 all: $(TARGETS) diff --git a/plugins/ZamAutoSat/Makefile b/plugins/ZamAutoSat/Makefile index 5f17f12..ff82f68 100644 --- a/plugins/ZamAutoSat/Makefile +++ b/plugins/ZamAutoSat/Makefile @@ -27,21 +27,11 @@ include ../../dpf/Makefile.plugins.mk # -------------------------------------------------------------- # Enable all possible plugin types -ifeq ($(HAVE_JACK),true) TARGETS += jack -endif - -ifeq ($(UNIX),true) TARGETS += ladspa -endif - -ifeq ($(HAVE_DGL),true) TARGETS += lv2_sep -else -TARGETS += lv2_dsp -endif - -TARGETS += vst +TARGETS += vst2 +TARGETS += vst3 all: $(TARGETS) diff --git a/plugins/ZamChild670/Makefile b/plugins/ZamChild670/Makefile index feff5bf..923fbd1 100644 --- a/plugins/ZamChild670/Makefile +++ b/plugins/ZamChild670/Makefile @@ -32,21 +32,11 @@ include ../../dpf/Makefile.plugins.mk # -------------------------------------------------------------- # Enable all possible plugin types -ifeq ($(HAVE_JACK),true) TARGETS += jack -endif - -ifeq ($(UNIX),true) TARGETS += ladspa -endif - -ifeq ($(HAVE_DGL),true) TARGETS += lv2_sep -else -TARGETS += lv2_dsp -endif - -TARGETS += vst +TARGETS += vst2 +TARGETS += vst3 all: $(TARGETS) diff --git a/plugins/ZamComp/Makefile b/plugins/ZamComp/Makefile index 612ca3c..60e5792 100644 --- a/plugins/ZamComp/Makefile +++ b/plugins/ZamComp/Makefile @@ -27,21 +27,11 @@ include ../../dpf/Makefile.plugins.mk # -------------------------------------------------------------- # Enable all possible plugin types -ifeq ($(HAVE_JACK),true) TARGETS += jack -endif - -ifeq ($(UNIX),true) TARGETS += ladspa -endif - -ifeq ($(HAVE_DGL),true) TARGETS += lv2_sep -else -TARGETS += lv2_dsp -endif - -TARGETS += vst +TARGETS += vst2 +TARGETS += vst3 all: $(TARGETS) diff --git a/plugins/ZamCompX2/Makefile b/plugins/ZamCompX2/Makefile index 2b7e573..133c1a0 100644 --- a/plugins/ZamCompX2/Makefile +++ b/plugins/ZamCompX2/Makefile @@ -27,21 +27,11 @@ include ../../dpf/Makefile.plugins.mk # -------------------------------------------------------------- # Enable all possible plugin types -ifeq ($(HAVE_JACK),true) TARGETS += jack -endif - -ifeq ($(UNIX),true) TARGETS += ladspa -endif - -ifeq ($(HAVE_DGL),true) TARGETS += lv2_sep -else -TARGETS += lv2_dsp -endif - -TARGETS += vst +TARGETS += vst2 +TARGETS += vst3 all: $(TARGETS) diff --git a/plugins/ZamDelay/Makefile b/plugins/ZamDelay/Makefile index 4edc5f3..50b55f1 100644 --- a/plugins/ZamDelay/Makefile +++ b/plugins/ZamDelay/Makefile @@ -27,21 +27,11 @@ include ../../dpf/Makefile.plugins.mk # -------------------------------------------------------------- # Enable all possible plugin types -ifeq ($(HAVE_JACK),true) TARGETS += jack -endif - -ifeq ($(UNIX),true) TARGETS += ladspa -endif - -ifeq ($(HAVE_DGL),true) TARGETS += lv2_sep -else -TARGETS += lv2_dsp -endif - -TARGETS += vst +TARGETS += vst2 +TARGETS += vst3 all: $(TARGETS) diff --git a/plugins/ZamDynamicEQ/Makefile b/plugins/ZamDynamicEQ/Makefile index afce5d4..d8cfeab 100644 --- a/plugins/ZamDynamicEQ/Makefile +++ b/plugins/ZamDynamicEQ/Makefile @@ -27,21 +27,11 @@ include ../../dpf/Makefile.plugins.mk # -------------------------------------------------------------- # Enable all possible plugin types -ifeq ($(HAVE_JACK),true) TARGETS += jack -endif - -ifeq ($(UNIX),true) TARGETS += ladspa -endif - -ifeq ($(HAVE_DGL),true) TARGETS += lv2_sep -else -TARGETS += lv2_dsp -endif - -TARGETS += vst +TARGETS += vst2 +TARGETS += vst3 all: $(TARGETS) diff --git a/plugins/ZamEQ2/Makefile b/plugins/ZamEQ2/Makefile index 5710b55..43a3276 100644 --- a/plugins/ZamEQ2/Makefile +++ b/plugins/ZamEQ2/Makefile @@ -27,21 +27,11 @@ include ../../dpf/Makefile.plugins.mk # -------------------------------------------------------------- # Enable all possible plugin types -ifeq ($(HAVE_JACK),true) TARGETS += jack -endif - -ifeq ($(UNIX),true) TARGETS += ladspa -endif - -ifeq ($(HAVE_DGL),true) TARGETS += lv2_sep -else -TARGETS += lv2_dsp -endif - -TARGETS += vst +TARGETS += vst2 +TARGETS += vst3 all: $(TARGETS) diff --git a/plugins/ZamGEQ31/Makefile b/plugins/ZamGEQ31/Makefile index 8292799..01910fe 100644 --- a/plugins/ZamGEQ31/Makefile +++ b/plugins/ZamGEQ31/Makefile @@ -27,21 +27,11 @@ include ../../dpf/Makefile.plugins.mk # -------------------------------------------------------------- # Enable all possible plugin types -ifeq ($(HAVE_JACK),true) TARGETS += jack -endif - -ifeq ($(UNIX),true) TARGETS += ladspa -endif - -ifeq ($(HAVE_DGL),true) TARGETS += lv2_sep -else -TARGETS += lv2_dsp -endif - -TARGETS += vst +TARGETS += vst2 +TARGETS += vst3 all: $(TARGETS) diff --git a/plugins/ZamGate/Makefile b/plugins/ZamGate/Makefile index 4f208f4..3c180fc 100644 --- a/plugins/ZamGate/Makefile +++ b/plugins/ZamGate/Makefile @@ -27,21 +27,11 @@ include ../../dpf/Makefile.plugins.mk # -------------------------------------------------------------- # Enable all possible plugin types -ifeq ($(HAVE_JACK),true) TARGETS += jack -endif - -ifeq ($(UNIX),true) TARGETS += ladspa -endif - -ifeq ($(HAVE_DGL),true) TARGETS += lv2_sep -else -TARGETS += lv2_dsp -endif - -TARGETS += vst +TARGETS += vst2 +TARGETS += vst3 all: $(TARGETS) diff --git a/plugins/ZamGateX2/Makefile b/plugins/ZamGateX2/Makefile index 582039e..41c0e4b 100644 --- a/plugins/ZamGateX2/Makefile +++ b/plugins/ZamGateX2/Makefile @@ -27,21 +27,11 @@ include ../../dpf/Makefile.plugins.mk # -------------------------------------------------------------- # Enable all possible plugin types -ifeq ($(HAVE_JACK),true) TARGETS += jack -endif - -ifeq ($(UNIX),true) TARGETS += ladspa -endif - -ifeq ($(HAVE_DGL),true) TARGETS += lv2_sep -else -TARGETS += lv2_dsp -endif - -TARGETS += vst +TARGETS += vst2 +TARGETS += vst3 all: $(TARGETS) diff --git a/plugins/ZamGrains/Makefile b/plugins/ZamGrains/Makefile index c683911..c6beccf 100644 --- a/plugins/ZamGrains/Makefile +++ b/plugins/ZamGrains/Makefile @@ -27,21 +27,11 @@ include ../../dpf/Makefile.plugins.mk # -------------------------------------------------------------- # Enable all possible plugin types -ifeq ($(HAVE_JACK),true) TARGETS += jack -endif - -ifeq ($(UNIX),true) TARGETS += ladspa -endif - -ifeq ($(HAVE_DGL),true) TARGETS += lv2_sep -else -TARGETS += lv2_dsp -endif - -TARGETS += vst +TARGETS += vst2 +TARGETS += vst3 all: $(TARGETS) diff --git a/plugins/ZamHeadX2/Makefile b/plugins/ZamHeadX2/Makefile index 475fa48..86c0285 100644 --- a/plugins/ZamHeadX2/Makefile +++ b/plugins/ZamHeadX2/Makefile @@ -52,17 +52,10 @@ LINK_FLAGS += -lpthread # -------------------------------------------------------------- -ifeq ($(HAVE_JACK),true) TARGETS += jack -endif - -ifeq ($(HAVE_DGL),true) TARGETS += lv2_sep -else -TARGETS += lv2_dsp -endif - -TARGETS += vst +TARGETS += vst2 +TARGETS += vst3 all: $(TARGETS) diff --git a/plugins/ZamNoise/Makefile b/plugins/ZamNoise/Makefile index ec64d67..8d08871 100644 --- a/plugins/ZamNoise/Makefile +++ b/plugins/ZamNoise/Makefile @@ -28,21 +28,11 @@ include ../../dpf/Makefile.plugins.mk # -------------------------------------------------------------- # Enable all possible plugin types -ifeq ($(HAVE_JACK),true) TARGETS += jack -endif - -ifeq ($(UNIX),true) TARGETS += ladspa -endif - -ifeq ($(HAVE_DGL),true) TARGETS += lv2_sep -else -TARGETS += lv2_dsp -endif - -TARGETS += vst +TARGETS += vst2 +TARGETS += vst3 all: $(TARGETS) diff --git a/plugins/ZamPhono/Makefile b/plugins/ZamPhono/Makefile index 3bf75da..7d61fed 100644 --- a/plugins/ZamPhono/Makefile +++ b/plugins/ZamPhono/Makefile @@ -27,23 +27,10 @@ include ../../dpf/Makefile.plugins.mk # -------------------------------------------------------------- # Enable all possible plugin types -ifeq ($(HAVE_DGL),true) -ifeq ($(HAVE_JACK),true) TARGETS += jack -endif -endif - -ifeq ($(UNIX),true) -TARGETS += ladspa -endif - -ifeq ($(HAVE_DGL),true) TARGETS += lv2_sep -else -TARGETS += lv2_dsp -endif - -TARGETS += vst +TARGETS += vst2 +TARGETS += vst3 all: $(TARGETS) diff --git a/plugins/ZamPiano/Makefile b/plugins/ZamPiano/Makefile index c74451d..95a77e2 100644 --- a/plugins/ZamPiano/Makefile +++ b/plugins/ZamPiano/Makefile @@ -29,17 +29,10 @@ include ../../dpf/Makefile.plugins.mk # -------------------------------------------------------------- # Enable all possible plugin types -ifeq ($(HAVE_JACK),true) TARGETS += jack -endif - -ifeq ($(HAVE_DGL),true) TARGETS += lv2_sep -else -TARGETS += lv2_dsp -endif - -TARGETS += vst +TARGETS += vst2 +TARGETS += vst3 all: $(TARGETS) diff --git a/plugins/ZamSFZ/Makefile b/plugins/ZamSFZ/Makefile index 62e492e..e0a3f6d 100644 --- a/plugins/ZamSFZ/Makefile +++ b/plugins/ZamSFZ/Makefile @@ -35,17 +35,10 @@ LINK_FLAGS += $(shell pkg-config --libs sndfile rubberband samplerate) # -------------------------------------------------------------- # Enable all possible plugin types -ifeq ($(HAVE_JACK),true) TARGETS += jack -endif - -ifeq ($(HAVE_DGL),true) TARGETS += lv2_sep -else -TARGETS += lv2_dsp -endif - -TARGETS += vst +TARGETS += vst2 +TARGETS += vst3 all: $(TARGETS) diff --git a/plugins/ZamSynth/Makefile b/plugins/ZamSynth/Makefile index bdfc5d4..3c041a6 100644 --- a/plugins/ZamSynth/Makefile +++ b/plugins/ZamSynth/Makefile @@ -27,17 +27,10 @@ include ../../dpf/Makefile.plugins.mk # -------------------------------------------------------------- # Enable all possible plugin types -ifeq ($(HAVE_JACK),true) TARGETS += jack -endif - -ifeq ($(HAVE_DGL),true) TARGETS += lv2_sep -else -TARGETS += lv2_dsp -endif - -TARGETS += vst +TARGETS += vst2 +TARGETS += vst3 all: $(TARGETS) diff --git a/plugins/ZamTube/Makefile b/plugins/ZamTube/Makefile index dec298b..5dd05f5 100644 --- a/plugins/ZamTube/Makefile +++ b/plugins/ZamTube/Makefile @@ -29,21 +29,11 @@ include ../../dpf/Makefile.plugins.mk # -------------------------------------------------------------- # Enable all possible plugin types -ifeq ($(HAVE_JACK),true) TARGETS += jack -endif - -ifeq ($(UNIX),true) TARGETS += ladspa -endif - -ifeq ($(HAVE_DGL),true) TARGETS += lv2_sep -else -TARGETS += lv2_dsp -endif - -TARGETS += vst +TARGETS += vst2 +TARGETS += vst3 all: $(TARGETS) diff --git a/plugins/ZamVerb/Makefile b/plugins/ZamVerb/Makefile index 553118f..0b78b3e 100644 --- a/plugins/ZamVerb/Makefile +++ b/plugins/ZamVerb/Makefile @@ -53,17 +53,10 @@ LINK_FLAGS += -lpthread # -------------------------------------------------------------- -ifeq ($(HAVE_JACK),true) TARGETS += jack -endif - -ifeq ($(HAVE_DGL),true) TARGETS += lv2_sep -else -TARGETS += lv2_dsp -endif - -TARGETS += vst +TARGETS += vst2 +TARGETS += vst3 all: $(TARGETS) -- cgit v1.2.3