Mercurial > hg > constant-q-cpp
view Makefile.linux @ 75:f4fb0ac6120a
Interpolation for CQ. But this is wrong, it is interpolating between points in the nearest full-height columns even where there is a nearer point in the not-full-height ones
author | Chris Cannam <c.cannam@qmul.ac.uk> |
---|---|
date | Fri, 04 Apr 2014 11:49:53 +0100 |
parents | e2b7f7462618 |
children | c3e1a08c97f0 |
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