Mercurial > hg > pyin
view Makefile.linux64 @ 101:c6e4ea83f84d notes_refinement
some parameter changes for note and also pitch track (this may not be wise, since I made some different changes for the tony branch.. will have to merge at some point)
author | matthiasm |
---|---|
date | Wed, 07 Jan 2015 14:36:30 +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