Mercurial > hg > silvet
view Makefile.linux @ 251:ea37df6305a8 norm
Don't need to build the flattendynamics plugin, just use the object files
author | Chris Cannam |
---|---|
date | Tue, 22 Jul 2014 18:41:09 +0100 |
parents | 8aa810eeff40 |
children | 537205426492 |
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