Mercurial > hg > segmenter-vamp-plugin
changeset 12:e0bfc7b1a094 slimline
Linux Makefile
author | Chris Cannam |
---|---|
date | Thu, 10 May 2012 10:04:46 +0100 |
parents | 12f66d43a5ff |
children | ac07c60aa798 |
files | songparts/Makefile.linux64 songparts/SongParts.o songparts/libmain.o |
diffstat | 3 files changed, 11 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/songparts/Makefile.linux64 Thu May 10 10:04:46 2012 +0100 @@ -0,0 +1,11 @@ + +CFLAGS := -O3 -fPIC -ftree-vectorize -I../armadillo-2.4.4/include -I../../vamp-plugin-sdk -I../../qm-dsp + +CXXFLAGS := $(CFLAGS) + +LDFLAGS := -shared -Wl,-Bstatic -L../../qm-dsp -lqm-dsp -lvamp-sdk -Wl,-Bdynamic + +PLUGIN_EXT := .so + +include build/general/Makefile.inc +