Mercurial > hg > constant-q-cpp
view Makefile.linux @ 85:5d1f276f82e5
Inverse now produces a (wrong) output
author | Chris Cannam <c.cannam@qmul.ac.uk> |
---|---|
date | Wed, 30 Apr 2014 13:32:48 +0100 |
parents | f4fb0ac6120a |
children | c3e1a08c97f0 |
line wrap: on
line source
#CFLAGS := -Wall -O3 -fPIC -I../vamp-plugin-sdk/ CFLAGS := -g -fPIC -I../vamp-plugin-sdk CXXFLAGS := $(CFLAGS) VAMPSDK_DIR := ../vamp-plugin-sdk PLUGIN_LDFLAGS := -shared -Wl,--version-script=vamp/vamp-plugin.map PLUGIN_EXT := .so include Makefile.inc