annotate Makefile.linux @ 147:1060a19e2334

Report validity of CQKernel construction, and avoid NaN values for invalid parameters. Also documentation.
author Chris Cannam <c.cannam@qmul.ac.uk>
date Thu, 10 Jul 2014 12:19:39 +0100
parents 6993e17878b1
children aa57e80b6af8
rev   line source
c@56 1
c@147 2 CFLAGS := -Wall -O3 -ffast-math -msse -msse2 -mfpmath=sse -fPIC -I../vamp-plugin-sdk/
c@88 3 #CFLAGS := -g -fPIC -I../vamp-plugin-sdk
c@56 4
c@56 5 CXXFLAGS := $(CFLAGS)
c@56 6
c@56 7 PLUGIN_LDFLAGS := -shared -Wl,--version-script=vamp/vamp-plugin.map
c@56 8
c@129 9 VAMPSDK_DIR := ../vamp-plugin-sdk
c@129 10
c@56 11 PLUGIN_EXT := .so
c@56 12
c@56 13 include Makefile.inc
c@56 14