Mercurial > hg > segmenter-vamp-plugin
diff Makefile.linux64 @ 49:1ec0e2823891
Switch to using subrepo copies of qm-dsp, nnls-chroma, vamp-plugin-sdk; update Armadillo version; assume build without external BLAS/LAPACK
author | Chris Cannam |
---|---|
date | Thu, 13 Jun 2013 10:25:24 +0100 |
parents | segmentino/Makefile.linux64@69251e11a913 |
children | 6eef91b899b7 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Makefile.linux64 Thu Jun 13 10:25:24 2013 +0100 @@ -0,0 +1,13 @@ + +#CFLAGS := -O3 -fPIC -ftree-vectorize -I../armadillo-2.4.4/include -I../../vamp-plugin-sdk -I../../qm-dsp + +CFLAGS := -Wall -g -fPIC + +CXXFLAGS := $(CFLAGS) + +LDFLAGS := -shared -Wl,-Bsymbolic -Wl,--version-script=segmentino/vamp-plugin.map + +PLUGIN_EXT := .so + +include Makefile.inc +