Newer
Older
-all clean install uninstall: $(SUBDIRS)
+all clean uninstall: $(SUBDIRS)
+
+install: $(SUBDIRS)
+ install -D $(DESTDIR)/zynthian/zynthian-sw/setBfree/lv2/b_synth $(DESTDIR)/zynthian/zynthian-plugins/lv2/b_synth
+ install -D $(DESTDIR)/zynthian/zynthian-sw/setBfree/lv2/b_whirl $(DESTDIR)/zynthian/zynthian-plugins/lv2/b_whirl
doc:
help2man -N --help-option=-H -n 'DSP tonewheel organ' -o doc/setBfree.1 src/setBfree
diff --git a/common.mak b/common.mak
--- a/common.mak
+++ b/common.mak
@@ -1,7 +1,7 @@
# TODO include this only once and export variables
PREFIX ?= /usr/local
-OPTIMIZATIONS ?= -msse -msse2 -mfpmath=sse -ffast-math -fomit-frame-pointer -O3 -fno-finite-math-only
+OPTIMIZATIONS ?= -mcpu=cortex-a53 -mtune=cortex-a53 -mfpu=neon-fp-armv8 -mneon-for-64bits -mfloat-abi=hard -mlittle-endian -munaligned-access -mvectorize-with-neon-quad -ftree-vectorize -ffast-math -fomit-frame-pointer -O3 -fno-finite-math-only
ENABLE_CONVOLUTION ?= no
INSTALL_EXTRA_LV2 ?= no
FONTFILE?=/usr/share/fonts/truetype/ttf-bitstream-vera/VeraBd.ttf
@@ -20,7 +20,7 @@ LV2VERSION=$(VERSION)
bindir = $(PREFIX)/bin
sharedir = $(PREFIX)/share/setBfree
-lv2dir = $(PREFIX)/lib/lv2
CFLAGS ?= $(OPTIMIZATIONS) -Wall
ifeq ($(XWIN),)