annotate build/linux/Makefile.linux32 @ 166:15e901d613a5

Incorporate any flags passed in
author Chris Cannam <c.cannam@qmul.ac.uk>
date Wed, 06 Aug 2014 15:59:31 +0100
parents 9cc1f0be41dc
children 81adfb4a61fd
rev   line source
c@159 1
c@159 2 CFLAGS := -DNDEBUG -O3 -fno-exceptions -fPIC -ffast-math -msse -mfpmath=sse -ftree-vectorize -fomit-frame-pointer -DUSE_PTHREADS
c@159 3 #CFLAGS := -g -Wall
c@159 4
c@159 5 CXXFLAGS := $(CFLAGS)
c@159 6
c@159 7 LDFLAGS := -Wl,-Bstatic -lqm-dsp -lvamp-sdk -L/usr/lib/sse2/atlas -L/usr/lib/atlas/sse -llapack -lblas -Wl,-Bdynamic -lpthread -Wl,-z,defs -Wl,--version-script=vamp-plugin.map
c@159 8
c@159 9 PLUGIN_EXT := .so
c@159 10
c@160 11 MAKEFILE_EXT := .linux32
c@160 12
c@159 13 include build/general/Makefile.inc
c@159 14