view Makefile.linux @ 125:b3f72e67e543

Ah, CQKernel does need to be public (it's included by other public headers)
author Chris Cannam <c.cannam@qmul.ac.uk>
date Thu, 15 May 2014 15:24:56 +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