Mercurial > hg > vamp-simple-cepstrum
view Makefile.osx @ 29:8a77e4de0d46
More tweaking with thresholds and confidences -- but I feel like this is going in the wrong direction
author | Chris Cannam |
---|---|
date | Mon, 09 Jul 2012 22:31:43 +0100 |
parents | 2ff95a967a95 |
children |
line wrap: on
line source
CFLAGS := -I../inst/include -Wall -g -fPIC CXXFLAGS := $(CFLAGS) LDFLAGS := -dynamiclib -L../inst/lib -lvamp-sdk PLUGIN_EXT := .dylib include Makefile.inc