annotate build/linux/Makefile.linux @ 142:480bdb736ca0
Added tag qm-vamp-plugins-v1.7 for changeset 7c7424761fcd
author |
Chris Cannam <c.cannam@qmul.ac.uk> |
date |
Tue, 05 Apr 2011 13:48:21 +0100 |
parents |
ed55dc6aabf5 |
children |
93355d263f8e |
rev |
line source |
c@136
|
1
|
c@136
|
2 CFLAGS := -DNDEBUG -O3 -fno-exceptions -fPIC -ffast-math -msse -mfpmath=sse -ftree-vectorize -fomit-frame-pointer -DUSE_PTHREADS
|
c@136
|
3
|
c@136
|
4 CXXFLAGS := $(CFLAGS)
|
c@136
|
5
|
c@136
|
6 LDFLAGS := -Wl,-Bstatic -lqm-dsp -lvamp-sdk -L/usr/lib/sse2/atlas -L/usr/lib/atlas/sse -llapack -lblas -Wl,-Bdynamic -lpthread -Wl,--version-script=vamp-plugin.map
|
c@136
|
7
|
c@137
|
8 PLUGIN_EXT := .so
|
c@137
|
9
|
c@136
|
10 include build/general/Makefile.inc
|
c@136
|
11
|