Mercurial > hg > silvet
view Makefile.linux @ 149:315986140a70
Normalise input file in the same way as the MIREX submission code
author | Chris Cannam |
---|---|
date | Wed, 14 May 2014 18:08:47 +0100 |
parents | 5e9ad8b2d9b1 |
children | 74f14efe032f |
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 PLUGIN_EXT := .so include Makefile.inc