annotate Makefile.linux @ 184:82d5d11b68d7 tip

Update library URI so it's not document-local
author Chris Cannam
date Wed, 22 Apr 2020 14:21:25 +0100
parents 259ef0f4622b
children
rev   line source
Chris@155 1
Chris@155 2 VAMP_SDK_DIR = ../vamp-plugin-sdk
Chris@155 3
Chris@176 4 OPTFLAGS = -Wall -O3 -ftree-vectorize -ffast-math
Chris@176 5 PLUGIN_EXT = .so
Chris@155 6
Chris@176 7 LDFLAGS += -shared -Wl,-soname=$(PLUGIN) -L$(VAMP_SDK_DIR) -lvamp-sdk -Wl,--version-script=vamp-plugin.map
Chris@155 8
Chris@176 9 include Makefile.inc
Chris@155 10