summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Zammit <damien@zamaudio.com>2019-06-07 22:17:46 +1000
committerDamien Zammit <damien@zamaudio.com>2019-06-07 22:17:46 +1000
commitce45995ad180289bd03ddcc55798e29b74ec4f02 (patch)
tree1410eb58ba0f85fa573e70ebd07013a1d3ef63ce
parentaf338057e42dd5d07cba1889bfc74eda517c6147 (diff)
Fix for *BSD: Build ladspa not just on GNU/Linux
-rw-r--r--plugins/ZaMaximX2/Makefile7
-rw-r--r--plugins/ZaMultiComp/Makefile7
-rw-r--r--plugins/ZaMultiCompX2/Makefile7
-rw-r--r--plugins/ZamAutoSat/Makefile7
-rw-r--r--plugins/ZamChild670/Makefile7
-rw-r--r--plugins/ZamComp/Makefile7
-rw-r--r--plugins/ZamCompX2/Makefile7
-rw-r--r--plugins/ZamDelay/Makefile7
-rw-r--r--plugins/ZamDynamicEQ/Makefile7
-rw-r--r--plugins/ZamEQ2/Makefile7
-rw-r--r--plugins/ZamGEQ31/Makefile7
-rw-r--r--plugins/ZamGate/Makefile7
-rw-r--r--plugins/ZamGateX2/Makefile7
-rw-r--r--plugins/ZamGrains/Makefile7
-rw-r--r--plugins/ZamNoise/Makefile7
-rw-r--r--plugins/ZamPhono/Makefile7
-rw-r--r--plugins/ZamPiano/Makefile9
-rw-r--r--plugins/ZamSFZ/Makefile9
-rw-r--r--plugins/ZamSynth/Makefile9
-rw-r--r--plugins/ZamTube/Makefile7
20 files changed, 17 insertions, 129 deletions
diff --git a/plugins/ZaMaximX2/Makefile b/plugins/ZaMaximX2/Makefile
index 9cfe81b..0c080d2 100644
--- a/plugins/ZaMaximX2/Makefile
+++ b/plugins/ZaMaximX2/Makefile
@@ -31,13 +31,8 @@ ifeq ($(HAVE_JACK),true)
TARGETS += jack
endif
-ifeq ($(LINUX),true)
+ifeq ($(UNIX),true)
TARGETS += ladspa
-ifeq ($(HAVE_DGL),true)
-ifeq ($(HAVE_LIBLO),true)
-TARGETS += dssi
-endif
-endif
endif
ifeq ($(HAVE_DGL),true)
diff --git a/plugins/ZaMultiComp/Makefile b/plugins/ZaMultiComp/Makefile
index cbdb913..a9fabf8 100644
--- a/plugins/ZaMultiComp/Makefile
+++ b/plugins/ZaMultiComp/Makefile
@@ -31,13 +31,8 @@ ifeq ($(HAVE_JACK),true)
TARGETS += jack
endif
-ifeq ($(LINUX),true)
+ifeq ($(UNIX),true)
TARGETS += ladspa
-ifeq ($(HAVE_DGL),true)
-ifeq ($(HAVE_LIBLO),true)
-TARGETS += dssi
-endif
-endif
endif
ifeq ($(HAVE_DGL),true)
diff --git a/plugins/ZaMultiCompX2/Makefile b/plugins/ZaMultiCompX2/Makefile
index e67faee..73fe99d 100644
--- a/plugins/ZaMultiCompX2/Makefile
+++ b/plugins/ZaMultiCompX2/Makefile
@@ -31,13 +31,8 @@ ifeq ($(HAVE_JACK),true)
TARGETS += jack
endif
-ifeq ($(LINUX),true)
+ifeq ($(UNIX),true)
TARGETS += ladspa
-ifeq ($(HAVE_DGL),true)
-ifeq ($(HAVE_LIBLO),true)
-TARGETS += dssi
-endif
-endif
endif
ifeq ($(HAVE_DGL),true)
diff --git a/plugins/ZamAutoSat/Makefile b/plugins/ZamAutoSat/Makefile
index e82baf9..5f17f12 100644
--- a/plugins/ZamAutoSat/Makefile
+++ b/plugins/ZamAutoSat/Makefile
@@ -31,13 +31,8 @@ ifeq ($(HAVE_JACK),true)
TARGETS += jack
endif
-ifeq ($(LINUX),true)
+ifeq ($(UNIX),true)
TARGETS += ladspa
-ifeq ($(HAVE_DGL),true)
-ifeq ($(HAVE_LIBLO),true)
-TARGETS += dssi
-endif
-endif
endif
ifeq ($(HAVE_DGL),true)
diff --git a/plugins/ZamChild670/Makefile b/plugins/ZamChild670/Makefile
index 844a706..feff5bf 100644
--- a/plugins/ZamChild670/Makefile
+++ b/plugins/ZamChild670/Makefile
@@ -36,13 +36,8 @@ ifeq ($(HAVE_JACK),true)
TARGETS += jack
endif
-ifeq ($(LINUX),true)
+ifeq ($(UNIX),true)
TARGETS += ladspa
-ifeq ($(HAVE_DGL),true)
-ifeq ($(HAVE_LIBLO),true)
-TARGETS += dssi
-endif
-endif
endif
ifeq ($(HAVE_DGL),true)
diff --git a/plugins/ZamComp/Makefile b/plugins/ZamComp/Makefile
index 50781bb..612ca3c 100644
--- a/plugins/ZamComp/Makefile
+++ b/plugins/ZamComp/Makefile
@@ -31,13 +31,8 @@ ifeq ($(HAVE_JACK),true)
TARGETS += jack
endif
-ifeq ($(LINUX),true)
+ifeq ($(UNIX),true)
TARGETS += ladspa
-ifeq ($(HAVE_DGL),true)
-ifeq ($(HAVE_LIBLO),true)
-TARGETS += dssi
-endif
-endif
endif
ifeq ($(HAVE_DGL),true)
diff --git a/plugins/ZamCompX2/Makefile b/plugins/ZamCompX2/Makefile
index 67e6cf4..2b7e573 100644
--- a/plugins/ZamCompX2/Makefile
+++ b/plugins/ZamCompX2/Makefile
@@ -31,13 +31,8 @@ ifeq ($(HAVE_JACK),true)
TARGETS += jack
endif
-ifeq ($(LINUX),true)
+ifeq ($(UNIX),true)
TARGETS += ladspa
-ifeq ($(HAVE_DGL),true)
-ifeq ($(HAVE_LIBLO),true)
-TARGETS += dssi
-endif
-endif
endif
ifeq ($(HAVE_DGL),true)
diff --git a/plugins/ZamDelay/Makefile b/plugins/ZamDelay/Makefile
index 4007e05..4edc5f3 100644
--- a/plugins/ZamDelay/Makefile
+++ b/plugins/ZamDelay/Makefile
@@ -31,13 +31,8 @@ ifeq ($(HAVE_JACK),true)
TARGETS += jack
endif
-ifeq ($(LINUX),true)
+ifeq ($(UNIX),true)
TARGETS += ladspa
-ifeq ($(HAVE_DGL),true)
-ifeq ($(HAVE_LIBLO),true)
-TARGETS += dssi
-endif
-endif
endif
ifeq ($(HAVE_DGL),true)
diff --git a/plugins/ZamDynamicEQ/Makefile b/plugins/ZamDynamicEQ/Makefile
index 8257443..afce5d4 100644
--- a/plugins/ZamDynamicEQ/Makefile
+++ b/plugins/ZamDynamicEQ/Makefile
@@ -31,13 +31,8 @@ ifeq ($(HAVE_JACK),true)
TARGETS += jack
endif
-ifeq ($(LINUX),true)
+ifeq ($(UNIX),true)
TARGETS += ladspa
-ifeq ($(HAVE_DGL),true)
-ifeq ($(HAVE_LIBLO),true)
-TARGETS += dssi
-endif
-endif
endif
ifeq ($(HAVE_DGL),true)
diff --git a/plugins/ZamEQ2/Makefile b/plugins/ZamEQ2/Makefile
index 1f70140..5710b55 100644
--- a/plugins/ZamEQ2/Makefile
+++ b/plugins/ZamEQ2/Makefile
@@ -31,13 +31,8 @@ ifeq ($(HAVE_JACK),true)
TARGETS += jack
endif
-ifeq ($(LINUX),true)
+ifeq ($(UNIX),true)
TARGETS += ladspa
-ifeq ($(HAVE_DGL),true)
-ifeq ($(HAVE_LIBLO),true)
-TARGETS += dssi
-endif
-endif
endif
ifeq ($(HAVE_DGL),true)
diff --git a/plugins/ZamGEQ31/Makefile b/plugins/ZamGEQ31/Makefile
index b11f6bd..8292799 100644
--- a/plugins/ZamGEQ31/Makefile
+++ b/plugins/ZamGEQ31/Makefile
@@ -31,13 +31,8 @@ ifeq ($(HAVE_JACK),true)
TARGETS += jack
endif
-ifeq ($(LINUX),true)
+ifeq ($(UNIX),true)
TARGETS += ladspa
-ifeq ($(HAVE_DGL),true)
-ifeq ($(HAVE_LIBLO),true)
-TARGETS += dssi
-endif
-endif
endif
ifeq ($(HAVE_DGL),true)
diff --git a/plugins/ZamGate/Makefile b/plugins/ZamGate/Makefile
index dc94441..4f208f4 100644
--- a/plugins/ZamGate/Makefile
+++ b/plugins/ZamGate/Makefile
@@ -31,13 +31,8 @@ ifeq ($(HAVE_JACK),true)
TARGETS += jack
endif
-ifeq ($(LINUX),true)
+ifeq ($(UNIX),true)
TARGETS += ladspa
-ifeq ($(HAVE_DGL),true)
-ifeq ($(HAVE_LIBLO),true)
-TARGETS += dssi
-endif
-endif
endif
ifeq ($(HAVE_DGL),true)
diff --git a/plugins/ZamGateX2/Makefile b/plugins/ZamGateX2/Makefile
index 6a3df92..582039e 100644
--- a/plugins/ZamGateX2/Makefile
+++ b/plugins/ZamGateX2/Makefile
@@ -31,13 +31,8 @@ ifeq ($(HAVE_JACK),true)
TARGETS += jack
endif
-ifeq ($(LINUX),true)
+ifeq ($(UNIX),true)
TARGETS += ladspa
-ifeq ($(HAVE_DGL),true)
-ifeq ($(HAVE_LIBLO),true)
-TARGETS += dssi
-endif
-endif
endif
ifeq ($(HAVE_DGL),true)
diff --git a/plugins/ZamGrains/Makefile b/plugins/ZamGrains/Makefile
index b8f9cb5..c683911 100644
--- a/plugins/ZamGrains/Makefile
+++ b/plugins/ZamGrains/Makefile
@@ -31,13 +31,8 @@ ifeq ($(HAVE_JACK),true)
TARGETS += jack
endif
-ifeq ($(LINUX),true)
+ifeq ($(UNIX),true)
TARGETS += ladspa
-ifeq ($(HAVE_DGL),true)
-ifeq ($(HAVE_LIBLO),true)
-TARGETS += dssi
-endif
-endif
endif
ifeq ($(HAVE_DGL),true)
diff --git a/plugins/ZamNoise/Makefile b/plugins/ZamNoise/Makefile
index 3ac6ff7..ec64d67 100644
--- a/plugins/ZamNoise/Makefile
+++ b/plugins/ZamNoise/Makefile
@@ -32,13 +32,8 @@ ifeq ($(HAVE_JACK),true)
TARGETS += jack
endif
-ifeq ($(LINUX),true)
+ifeq ($(UNIX),true)
TARGETS += ladspa
-ifeq ($(HAVE_DGL),true)
-ifeq ($(HAVE_LIBLO),true)
-TARGETS += dssi
-endif
-endif
endif
ifeq ($(HAVE_DGL),true)
diff --git a/plugins/ZamPhono/Makefile b/plugins/ZamPhono/Makefile
index b351ce2..3bf75da 100644
--- a/plugins/ZamPhono/Makefile
+++ b/plugins/ZamPhono/Makefile
@@ -33,13 +33,8 @@ TARGETS += jack
endif
endif
-ifeq ($(LINUX),true)
+ifeq ($(UNIX),true)
TARGETS += ladspa
-ifeq ($(HAVE_DGL),true)
-ifeq ($(HAVE_LIBLO),true)
-TARGETS += dssi
-endif
-endif
endif
ifeq ($(HAVE_DGL),true)
diff --git a/plugins/ZamPiano/Makefile b/plugins/ZamPiano/Makefile
index 42badd8..c74451d 100644
--- a/plugins/ZamPiano/Makefile
+++ b/plugins/ZamPiano/Makefile
@@ -33,15 +33,6 @@ ifeq ($(HAVE_JACK),true)
TARGETS += jack
endif
-ifeq ($(LINUX),true)
-TARGETS += dssi_dsp
-ifeq ($(HAVE_DGL),true)
-ifeq ($(HAVE_LIBLO),true)
-TARGETS += dssi_ui
-endif
-endif
-endif
-
ifeq ($(HAVE_DGL),true)
TARGETS += lv2_sep
else
diff --git a/plugins/ZamSFZ/Makefile b/plugins/ZamSFZ/Makefile
index 9dbd3fe..62e492e 100644
--- a/plugins/ZamSFZ/Makefile
+++ b/plugins/ZamSFZ/Makefile
@@ -39,15 +39,6 @@ ifeq ($(HAVE_JACK),true)
TARGETS += jack
endif
-ifeq ($(LINUX),true)
-TARGETS += dssi_dsp
-ifeq ($(HAVE_DGL),true)
-ifeq ($(HAVE_LIBLO),true)
-TARGETS += dssi_ui
-endif
-endif
-endif
-
ifeq ($(HAVE_DGL),true)
TARGETS += lv2_sep
else
diff --git a/plugins/ZamSynth/Makefile b/plugins/ZamSynth/Makefile
index 20bb571..bdfc5d4 100644
--- a/plugins/ZamSynth/Makefile
+++ b/plugins/ZamSynth/Makefile
@@ -31,15 +31,6 @@ ifeq ($(HAVE_JACK),true)
TARGETS += jack
endif
-ifeq ($(LINUX),true)
-TARGETS += dssi_dsp
-ifeq ($(HAVE_DGL),true)
-ifeq ($(HAVE_LIBLO),true)
-TARGETS += dssi_ui
-endif
-endif
-endif
-
ifeq ($(HAVE_DGL),true)
TARGETS += lv2_sep
else
diff --git a/plugins/ZamTube/Makefile b/plugins/ZamTube/Makefile
index 4f2ed3f..dec298b 100644
--- a/plugins/ZamTube/Makefile
+++ b/plugins/ZamTube/Makefile
@@ -33,13 +33,8 @@ ifeq ($(HAVE_JACK),true)
TARGETS += jack
endif
-ifeq ($(LINUX),true)
+ifeq ($(UNIX),true)
TARGETS += ladspa
-ifeq ($(HAVE_DGL),true)
-ifeq ($(HAVE_LIBLO),true)
-TARGETS += dssi
-endif
-endif
endif
ifeq ($(HAVE_DGL),true)