Mercurial > hg > constant-q-cpp
view Makefile.linux @ 68:b75c0eaaa6dd
Allow wrong max in alternate columns where expected max would be in lower octave (which is not present)
author | Chris Cannam <c.cannam@qmul.ac.uk> |
---|---|
date | Mon, 03 Mar 2014 08:32:45 +0000 |
parents | e2b7f7462618 |
children | f4fb0ac6120a |
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