annotate Makefile.linux @ 75:f4fb0ac6120a
Interpolation for CQ. But this is wrong, it is interpolating between points in the nearest full-height columns even where there is a nearer point in the not-full-height ones
author |
Chris Cannam <c.cannam@qmul.ac.uk> |
date |
Fri, 04 Apr 2014 11:49:53 +0100 |
parents |
e2b7f7462618 |
children |
c3e1a08c97f0 |
rev |
line source |
c@56
|
1
|
c@75
|
2 #CFLAGS := -Wall -O3 -fPIC -I../vamp-plugin-sdk/
|
c@75
|
3 CFLAGS := -g -fPIC -I../vamp-plugin-sdk
|
c@56
|
4
|
c@56
|
5 CXXFLAGS := $(CFLAGS)
|
c@56
|
6
|
c@56
|
7 VAMPSDK_DIR := ../vamp-plugin-sdk
|
c@56
|
8 PLUGIN_LDFLAGS := -shared -Wl,--version-script=vamp/vamp-plugin.map
|
c@56
|
9
|
c@56
|
10 PLUGIN_EXT := .so
|
c@56
|
11
|
c@56
|
12 include Makefile.inc
|
c@56
|
13
|