Mercurial > hg > pyin
view Makefile.linux64 @ 113:a39abd44f48a
Close this sprout -- these commits are on the notes_refinement branch now
author | Chris Cannam |
---|---|
date | Mon, 26 Jan 2015 17:48:10 +0000 |
parents | 564f80bc0da4 |
children | 7ef7f6e90966 |
line wrap: on
line source
CFLAGS := $(CFLAGS) -Wall -O3 -fPIC -I../vamp-plugin-sdk/ #CFLAGS := -g -fPIC -I../vamp-plugin-sdk CXXFLAGS := $(CXXFLAGS) $(CFLAGS) PLUGIN_LDFLAGS := $(LDFLAGS) -shared -Wl,-Bstatic -L../vamp-plugin-sdk -lvamp-sdk -Wl,-Bdynamic -Wl,--version-script=vamp-plugin.map TEST_LDFLAGS := $(LDFLAGS) -Wl,-Bstatic -L../vamp-plugin-sdk -lvamp-sdk -Wl,-Bdynamic -lboost_unit_test_framework PLUGIN_EXT := .so include Makefile.inc