view Makefile.linux @ 115:93be4aa255e5

Fix interpolation at end of data -- we can't interpolate if there are no further full-height columns, but we can return hold data rather than zeros
author Chris Cannam <c.cannam@qmul.ac.uk>
date Thu, 15 May 2014 11:59:11 +0100
parents c3e1a08c97f0
children 8996465e39fc
line wrap: on
line source

CFLAGS := -Wall -O3 -fPIC -I../vamp-plugin-sdk/
#CFLAGS := -g -fPIC -I../vamp-plugin-sdk

CXXFLAGS := $(CFLAGS)

VAMPSDK_DIR := ../vamp-plugin-sdk
PLUGIN_LDFLAGS := -shared -Wl,--version-script=vamp/vamp-plugin.map

PLUGIN_EXT := .so

include Makefile.inc