annotate Makefile.linux @ 172:76b70af3a563
Merge from branch chroma-in-library
author |
Chris Cannam <c.cannam@qmul.ac.uk> |
date |
Thu, 05 Feb 2015 09:53:06 +0000 |
parents |
1060a19e2334 |
children |
aa57e80b6af8 |
rev |
line source |
c@56
|
1
|
c@147
|
2 CFLAGS := -Wall -O3 -ffast-math -msse -msse2 -mfpmath=sse -fPIC -I../vamp-plugin-sdk/
|
c@88
|
3 #CFLAGS := -g -fPIC -I../vamp-plugin-sdk
|
c@56
|
4
|
c@56
|
5 CXXFLAGS := $(CFLAGS)
|
c@56
|
6
|
c@56
|
7 PLUGIN_LDFLAGS := -shared -Wl,--version-script=vamp/vamp-plugin.map
|
c@56
|
8
|
c@129
|
9 VAMPSDK_DIR := ../vamp-plugin-sdk
|
c@129
|
10
|
c@56
|
11 PLUGIN_EXT := .so
|
c@56
|
12
|
c@56
|
13 include Makefile.inc
|
c@56
|
14
|