summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Zammit <damien@zamaudio.com>2022-12-10 11:22:43 +1100
committerDamien Zammit <damien@zamaudio.com>2022-12-10 11:22:43 +1100
commitac790c250c193a5f2317180c39b116c5b7a1e7a5 (patch)
tree7918b5740beb5d0dc5a958c26bd54917ddb0d615
parenta7885554901720000c4d63d6aa74e86df9c1f8bc (diff)
clap: Enable new plugin format
-rw-r--r--plugins/ZaMaximX2/Makefile1
-rw-r--r--plugins/ZaMultiCompX2/Makefile1
-rw-r--r--plugins/ZamAutoSat/Makefile1
-rw-r--r--plugins/ZamComp/Makefile1
-rw-r--r--plugins/ZamCompX2/Makefile1
-rw-r--r--plugins/ZamDelay/Makefile1
-rw-r--r--plugins/ZamDynamicEQ/Makefile1
-rw-r--r--plugins/ZamEQ2/Makefile1
-rw-r--r--plugins/ZamGEQ31/Makefile1
-rw-r--r--plugins/ZamGate/Makefile1
-rw-r--r--plugins/ZamGateX2/Makefile1
-rw-r--r--plugins/ZamGrains/Makefile1
-rw-r--r--plugins/ZamHeadX2/Makefile1
-rw-r--r--plugins/ZamPhono/Makefile1
-rw-r--r--plugins/ZamTube/Makefile1
-rw-r--r--plugins/ZamVerb/Makefile1
16 files changed, 16 insertions, 0 deletions
diff --git a/plugins/ZaMaximX2/Makefile b/plugins/ZaMaximX2/Makefile
index 93b7078..8c92566 100644
--- a/plugins/ZaMaximX2/Makefile
+++ b/plugins/ZaMaximX2/Makefile
@@ -32,6 +32,7 @@ TARGETS += ladspa
TARGETS += lv2_sep
TARGETS += vst2
TARGETS += vst3
+TARGETS += clap
all: $(TARGETS)
diff --git a/plugins/ZaMultiCompX2/Makefile b/plugins/ZaMultiCompX2/Makefile
index eac8b3c..7c8c61f 100644
--- a/plugins/ZaMultiCompX2/Makefile
+++ b/plugins/ZaMultiCompX2/Makefile
@@ -32,6 +32,7 @@ TARGETS += ladspa
TARGETS += lv2_sep
TARGETS += vst2
TARGETS += vst3
+TARGETS += clap
all: $(TARGETS)
diff --git a/plugins/ZamAutoSat/Makefile b/plugins/ZamAutoSat/Makefile
index ff82f68..95a8ebd 100644
--- a/plugins/ZamAutoSat/Makefile
+++ b/plugins/ZamAutoSat/Makefile
@@ -32,6 +32,7 @@ TARGETS += ladspa
TARGETS += lv2_sep
TARGETS += vst2
TARGETS += vst3
+TARGETS += clap
all: $(TARGETS)
diff --git a/plugins/ZamComp/Makefile b/plugins/ZamComp/Makefile
index 60e5792..4d0d339 100644
--- a/plugins/ZamComp/Makefile
+++ b/plugins/ZamComp/Makefile
@@ -32,6 +32,7 @@ TARGETS += ladspa
TARGETS += lv2_sep
TARGETS += vst2
TARGETS += vst3
+TARGETS += clap
all: $(TARGETS)
diff --git a/plugins/ZamCompX2/Makefile b/plugins/ZamCompX2/Makefile
index 133c1a0..9965895 100644
--- a/plugins/ZamCompX2/Makefile
+++ b/plugins/ZamCompX2/Makefile
@@ -32,6 +32,7 @@ TARGETS += ladspa
TARGETS += lv2_sep
TARGETS += vst2
TARGETS += vst3
+TARGETS += clap
all: $(TARGETS)
diff --git a/plugins/ZamDelay/Makefile b/plugins/ZamDelay/Makefile
index 50b55f1..a089bec 100644
--- a/plugins/ZamDelay/Makefile
+++ b/plugins/ZamDelay/Makefile
@@ -32,6 +32,7 @@ TARGETS += ladspa
TARGETS += lv2_sep
TARGETS += vst2
TARGETS += vst3
+TARGETS += clap
all: $(TARGETS)
diff --git a/plugins/ZamDynamicEQ/Makefile b/plugins/ZamDynamicEQ/Makefile
index d8cfeab..6bf976d 100644
--- a/plugins/ZamDynamicEQ/Makefile
+++ b/plugins/ZamDynamicEQ/Makefile
@@ -32,6 +32,7 @@ TARGETS += ladspa
TARGETS += lv2_sep
TARGETS += vst2
TARGETS += vst3
+TARGETS += clap
all: $(TARGETS)
diff --git a/plugins/ZamEQ2/Makefile b/plugins/ZamEQ2/Makefile
index 43a3276..39b6cba 100644
--- a/plugins/ZamEQ2/Makefile
+++ b/plugins/ZamEQ2/Makefile
@@ -32,6 +32,7 @@ TARGETS += ladspa
TARGETS += lv2_sep
TARGETS += vst2
TARGETS += vst3
+TARGETS += clap
all: $(TARGETS)
diff --git a/plugins/ZamGEQ31/Makefile b/plugins/ZamGEQ31/Makefile
index 01910fe..9b43e37 100644
--- a/plugins/ZamGEQ31/Makefile
+++ b/plugins/ZamGEQ31/Makefile
@@ -32,6 +32,7 @@ TARGETS += ladspa
TARGETS += lv2_sep
TARGETS += vst2
TARGETS += vst3
+TARGETS += clap
all: $(TARGETS)
diff --git a/plugins/ZamGate/Makefile b/plugins/ZamGate/Makefile
index 3c180fc..952ca8c 100644
--- a/plugins/ZamGate/Makefile
+++ b/plugins/ZamGate/Makefile
@@ -32,6 +32,7 @@ TARGETS += ladspa
TARGETS += lv2_sep
TARGETS += vst2
TARGETS += vst3
+TARGETS += clap
all: $(TARGETS)
diff --git a/plugins/ZamGateX2/Makefile b/plugins/ZamGateX2/Makefile
index 41c0e4b..ec007a4 100644
--- a/plugins/ZamGateX2/Makefile
+++ b/plugins/ZamGateX2/Makefile
@@ -32,6 +32,7 @@ TARGETS += ladspa
TARGETS += lv2_sep
TARGETS += vst2
TARGETS += vst3
+TARGETS += clap
all: $(TARGETS)
diff --git a/plugins/ZamGrains/Makefile b/plugins/ZamGrains/Makefile
index c6beccf..9042c7b 100644
--- a/plugins/ZamGrains/Makefile
+++ b/plugins/ZamGrains/Makefile
@@ -32,6 +32,7 @@ TARGETS += ladspa
TARGETS += lv2_sep
TARGETS += vst2
TARGETS += vst3
+TARGETS += clap
all: $(TARGETS)
diff --git a/plugins/ZamHeadX2/Makefile b/plugins/ZamHeadX2/Makefile
index 86c0285..65e81a4 100644
--- a/plugins/ZamHeadX2/Makefile
+++ b/plugins/ZamHeadX2/Makefile
@@ -56,6 +56,7 @@ TARGETS += jack
TARGETS += lv2_sep
TARGETS += vst2
TARGETS += vst3
+TARGETS += clap
all: $(TARGETS)
diff --git a/plugins/ZamPhono/Makefile b/plugins/ZamPhono/Makefile
index 7d61fed..3159d49 100644
--- a/plugins/ZamPhono/Makefile
+++ b/plugins/ZamPhono/Makefile
@@ -31,6 +31,7 @@ TARGETS += jack
TARGETS += lv2_sep
TARGETS += vst2
TARGETS += vst3
+TARGETS += clap
all: $(TARGETS)
diff --git a/plugins/ZamTube/Makefile b/plugins/ZamTube/Makefile
index 5dd05f5..c6dcbf8 100644
--- a/plugins/ZamTube/Makefile
+++ b/plugins/ZamTube/Makefile
@@ -34,6 +34,7 @@ TARGETS += ladspa
TARGETS += lv2_sep
TARGETS += vst2
TARGETS += vst3
+TARGETS += clap
all: $(TARGETS)
diff --git a/plugins/ZamVerb/Makefile b/plugins/ZamVerb/Makefile
index 0b78b3e..caf2569 100644
--- a/plugins/ZamVerb/Makefile
+++ b/plugins/ZamVerb/Makefile
@@ -57,6 +57,7 @@ TARGETS += jack
TARGETS += lv2_sep
TARGETS += vst2
TARGETS += vst3
+TARGETS += clap
all: $(TARGETS)