view Makefile.linux @ 133:16822c41b9af

Crop some excessively optimistic tests. We now fail the same two cases as the yeti implementation does.
author Chris Cannam <c.cannam@qmul.ac.uk>
date Mon, 19 May 2014 12:47:45 +0100
parents 6993e17878b1
children 1060a19e2334
line wrap: on
line source

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

CXXFLAGS := $(CFLAGS)

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

VAMPSDK_DIR := ../vamp-plugin-sdk

PLUGIN_EXT := .so

include Makefile.inc