Mercurial > hg > silvet
view Makefile.linux @ 32:da54468cc452
Filter the constant Q spectrogram in a similar manner to the matlab version
author | Chris Cannam |
---|---|
date | Fri, 04 Apr 2014 13:29:33 +0100 |
parents | c6d230c31713 |
children | e08c330a761d |
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-plugin.map PLUGIN_EXT := .so include Makefile.inc