Mercurial > hg > lowfreq
view Makefile.linux @ 8:c037af3977e1
Don't make the overlap a parameter, it's too fiddly to handle. Just choose the smallest step size that gives an integral input-frames-per-output-bin
author | Chris Cannam |
---|---|
date | Wed, 12 Mar 2014 12:01:54 +0000 |
parents | 2fc53e089662 |
children |
line wrap: on
line source
CFLAGS := -Wall -O3 -fPIC -I../vamp-plugin-sdk/ -I../qm-dsp #CFLAGS := -g -fPIC -I../vamp-plugin-sdk CXXFLAGS := $(CFLAGS) PLUGIN_LDFLAGS := -shared -Wl,-Bstatic -L../qm-dsp -lqm-dsp -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