Mercurial > hg > silvet
view Makefile.linux @ 206:5c2f0cec3565 noteagent
Merge from default branch; remove previous test run (I'm pretty sure it was re-running the previous code and had not rebuilt it!)
author | Chris Cannam |
---|---|
date | Wed, 04 Jun 2014 12:48:52 +0100 |
parents | 9d44ed673b85 |
children | 8aa810eeff40 |
line wrap: on
line source
CFLAGS := -Wall -O3 -fopenmp -ffast-math -msse -msse2 -mfpmath=sse -ftree-vectorize -fPIC -I../vamp-plugin-sdk/ -DUSE_PTHREADS #CFLAGS := -g -fPIC -I../vamp-plugin-sdk CXXFLAGS := $(CFLAGS) VAMPSDK_DIR := ../vamp-plugin-sdk PLUGIN_LDFLAGS := -lgomp -shared -Wl,-Bsymbolic -Wl,-z,defs -Wl,--version-script=vamp-plugin.map -lpthread PLUGIN_EXT := .so include Makefile.inc .PHONY: constant-q-cpp constant-q-cpp: $(MAKE) -C $@ -f Makefile.linux libcq.a