Mercurial > hg > silvet
view constant-q-cpp/Makefile.linux @ 369:ef35549c1c56
Whoops, we need the Vamp SDK library to build the plugin!
author | Chris Cannam |
---|---|
date | Wed, 03 Aug 2016 10:47:26 +0100 |
parents | 5d0a2ebb4d17 |
children |
line wrap: on
line source
CFLAGS := -Wall -O3 -ffast-math -msse -msse2 -mfpmath=sse -fPIC -I../vamp-plugin-sdk/ #CFLAGS := -g -fPIC -I../vamp-plugin-sdk CXXFLAGS := $(CFLAGS) -std=c++11 PLUGIN_LDFLAGS := -shared -Wl,--version-script=vamp/vamp-plugin.map VAMPSDK_DIR := ../vamp-plugin-sdk PLUGIN_EXT := .so include Makefile.inc