Mercurial > hg > constant-q-cpp
view Makefile.linux @ 90:bfc7cf71f2ef
Rearrange classes so the basic ConstantQ produces a complex output, and CQSpectrogram (formerly CQInterpolated) is required if you want a real output
author | Chris Cannam <c.cannam@qmul.ac.uk> |
---|---|
date | Fri, 09 May 2014 10:05:16 +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