summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorfalkTX <falktx@gmail.com>2018-12-30 18:45:48 +0100
committerfalkTX <falktx@gmail.com>2018-12-30 18:45:48 +0100
commit051c81c52eb36629aefef889fdc9222370adef73 (patch)
tree6f8d2f64b7add2630308cf7981f6d5d51c30c5e3 /Makefile
parent101d045a75eba37e87931a142fe81817bbaa80f8 (diff)
Dont build external UI example under windows
Signed-off-by: falkTX <falktx@gmail.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index cf1b0cbc..036f9c91 100644
--- a/Makefile
+++ b/Makefile
@@ -16,7 +16,6 @@ ifeq ($(HAVE_DGL),true)
endif
examples: dgl
- $(MAKE) all -C examples/ExternalUI
$(MAKE) all -C examples/Info
$(MAKE) all -C examples/Latency
$(MAKE) all -C examples/Meters
@@ -24,12 +23,15 @@ examples: dgl
$(MAKE) all -C examples/Parameters
$(MAKE) all -C examples/States
- # ExternalUI launcher
+ifneq ($(WIN32),true)
+ # ExternalUI does not work on Windows
+ $(MAKE) all -C examples/ExternalUI
install -d bin/d_extui-dssi
install -d bin/d_extui.lv2
install -m 755 examples/ExternalUI/ExternalLauncher.sh bin/d_extui.sh
install -m 755 examples/ExternalUI/ExternalLauncher.sh bin/d_extui-dssi/d_extui.sh
install -m 755 examples/ExternalUI/ExternalLauncher.sh bin/d_extui.lv2/d_extui.sh
+endif
ifneq ($(CROSS_COMPILING),true)
gen: examples utils/lv2_ttl_generator