annotate Makefile.linux @ 167:416b555df3b2 finetune

More on returning fine tuning (but we're treating different shifts of the same pitch as different notes at the moment which is not right)
author Chris Cannam
date Tue, 20 May 2014 17:49:07 +0100
parents 9d44ed673b85
children 8aa810eeff40
rev   line source
Chris@31 1
Chris@144 2 CFLAGS := -Wall -O3 -fopenmp -ffast-math -msse -msse2 -mfpmath=sse -ftree-vectorize -fPIC -I../vamp-plugin-sdk/ -DUSE_PTHREADS
Chris@104 3
Chris@31 4 #CFLAGS := -g -fPIC -I../vamp-plugin-sdk
Chris@31 5
Chris@31 6 CXXFLAGS := $(CFLAGS)
Chris@31 7
Chris@31 8 VAMPSDK_DIR := ../vamp-plugin-sdk
Chris@156 9 PLUGIN_LDFLAGS := -lgomp -shared -Wl,-Bsymbolic -Wl,-z,defs -Wl,--version-script=vamp-plugin.map -lpthread
Chris@31 10
Chris@31 11 PLUGIN_EXT := .so
Chris@31 12
Chris@31 13 include Makefile.inc
Chris@31 14
Chris@159 15 .PHONY: constant-q-cpp
Chris@159 16 constant-q-cpp:
Chris@159 17 $(MAKE) -C $@ -f Makefile.linux libcq.a