view Makefile.linux @ 40:303c06efa8d2

Return a sketch of notes from pitch activation matrix
author Chris Cannam
date Sat, 05 Apr 2014 13:18:55 +0100
parents e08c330a761d
children 2b0818a1c058 62b7be1226d5
line wrap: on
line source

CFLAGS := -Wall -O3 -ffast-math -msse -mfpmath=sse -ftree-vectorize -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-plugin.map

PLUGIN_EXT := .so

include Makefile.inc