Mercurial > hg > silvet
annotate 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 |
rev | line source |
---|---|
Chris@31 | 1 |
Chris@31 | 2 CFLAGS := -Wall -O3 -fPIC -I../vamp-plugin-sdk/ |
Chris@31 | 3 #CFLAGS := -g -fPIC -I../vamp-plugin-sdk |
Chris@31 | 4 |
Chris@31 | 5 CXXFLAGS := $(CFLAGS) |
Chris@31 | 6 |
Chris@31 | 7 VAMPSDK_DIR := ../vamp-plugin-sdk |
Chris@31 | 8 PLUGIN_LDFLAGS := -shared -Wl,--version-script=vamp-plugin.map |
Chris@31 | 9 |
Chris@31 | 10 PLUGIN_EXT := .so |
Chris@31 | 11 |
Chris@31 | 12 include Makefile.inc |
Chris@31 | 13 |