view 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
line wrap: on
line source

VAMP_SDK_DIR = ../vamp-plugin-sdk

OPTFLAGS     = -Wall -O3 -ftree-vectorize -ffast-math
PLUGIN_EXT   = .so

LDFLAGS      += -shared -Wl,-soname=$(PLUGIN) -L$(VAMP_SDK_DIR) -lvamp-sdk -Wl,--version-script=vamp-plugin.map 

include Makefile.inc