Mercurial > hg > pyin
view Makefile.linux64 @ 26:0ce1c877f73f
bug fix: replaced abs with fabs to get a floating point number!
Vicious bug, that was!!
author | matthiasm |
---|---|
date | Tue, 21 Jan 2014 18:34:15 +0000 |
parents | af0b8a418bf5 |
children | 39cd0e1bac0b 564f80bc0da4 |
line wrap: on
line source
CFLAGS := -Wall -O3 -fPIC -I../vamp-plugin-sdk/ #CFLAGS := -g -fPIC -I../vamp-plugin-sdk CXXFLAGS := $(CFLAGS) PLUGIN_LDFLAGS := -shared -Wl,-Bstatic -L../vamp-plugin-sdk -lvamp-sdk -Wl,-Bdynamic -Wl,--version-script=vamp-plugin.map TEST_LDFLAGS := -Wl,-Bstatic -L../vamp-plugin-sdk -lvamp-sdk -Wl,-Bdynamic -lboost_unit_test_framework PLUGIN_EXT := .so include Makefile.inc