Mercurial > hg > pyin
view Makefile.linux64 @ 116:e9b99e85b929 tony
one minor one major thing:
* moved line in PYinVamp.cpp -- should not have any effect
* reinstated using peaks instead of using the difference function directly
author | matthiasm |
---|---|
date | Mon, 23 Mar 2015 16:37:28 +0000 |
parents | 7ef7f6e90966 |
children | d71170f5ba76 |
line wrap: on
line source
CFLAGS := $(CFLAGS) -Wall -O3 -fPIC -I../vamp-plugin-sdk/ -I../../vamp-plugin-sdk/ CXXFLAGS := $(CXXFLAGS) $(CFLAGS) PLUGIN_LDFLAGS := $(LDFLAGS) -shared -Wl,-Bstatic -L../vamp-plugin-sdk -L../../vamp-plugin-sdk -lvamp-sdk -Wl,-Bdynamic -Wl,--version-script=vamp-plugin.map TEST_LDFLAGS := -Wl,-Bstatic -L../vamp-plugin-sdk -L../../vamp-plugin-sdk -lvamp-sdk -Wl,-Bdynamic -lboost_unit_test_framework PLUGIN_EXT := .so include Makefile.inc