From ce45995ad180289bd03ddcc55798e29b74ec4f02 Mon Sep 17 00:00:00 2001 From: Damien Zammit Date: Fri, 7 Jun 2019 22:17:46 +1000 Subject: Fix for *BSD: Build ladspa not just on GNU/Linux --- plugins/ZaMaximX2/Makefile | 7 +------ plugins/ZaMultiComp/Makefile | 7 +------ plugins/ZaMultiCompX2/Makefile | 7 +------ plugins/ZamAutoSat/Makefile | 7 +------ plugins/ZamChild670/Makefile | 7 +------ plugins/ZamComp/Makefile | 7 +------ plugins/ZamCompX2/Makefile | 7 +------ plugins/ZamDelay/Makefile | 7 +------ plugins/ZamDynamicEQ/Makefile | 7 +------ plugins/ZamEQ2/Makefile | 7 +------ plugins/ZamGEQ31/Makefile | 7 +------ plugins/ZamGate/Makefile | 7 +------ plugins/ZamGateX2/Makefile | 7 +------ plugins/ZamGrains/Makefile | 7 +------ plugins/ZamNoise/Makefile | 7 +------ plugins/ZamPhono/Makefile | 7 +------ plugins/ZamPiano/Makefile | 9 --------- plugins/ZamSFZ/Makefile | 9 --------- plugins/ZamSynth/Makefile | 9 --------- plugins/ZamTube/Makefile | 7 +------ 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) -- cgit v1.2.3