Mercurial > hg > qm-vamp-plugins
comparison build/linux/Makefile.linux64 @ 136:011d4fc47ebf
* Some Makefile bits
author | Chris Cannam <c.cannam@qmul.ac.uk> |
---|---|
date | Wed, 09 Feb 2011 14:26:13 +0000 |
parents | |
children | ed55dc6aabf5 |
comparison
equal
deleted
inserted
replaced
135:dcf5800f0f00 | 136:011d4fc47ebf |
---|---|
1 | |
2 CFLAGS := -DNDEBUG -O3 -fno-exceptions -fPIC -ffast-math -msse -msse2 -mfpmath=sse -ftree-vectorize -fomit-frame-pointer -DUSE_PTHREADS | |
3 | |
4 CXXFLAGS := $(CFLAGS) | |
5 | |
6 LDFLAGS := -shared -Lbuild/linux/amd64 -Wl,-Bstatic -lqm-dsp -lvamp-sdk -L/usr/lib/sse2/atlas -L/usr/lib/atlas/sse -llapack -lcblas -latlas -Wl,-Bdynamic -lpthread -Wl,--version-script=vamp-plugin.map | |
7 | |
8 include build/general/Makefile.inc | |
9 |