annotate 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
rev   line source
Chris@26 1
Chris@26 2 CFLAGS := -I../inst/include -Wall -g -fPIC
Chris@26 3 CXXFLAGS := $(CFLAGS)
Chris@26 4
Chris@26 5 LDFLAGS := -dynamiclib -L../inst/lib -lvamp-sdk
Chris@26 6
Chris@26 7 PLUGIN_EXT := .dylib
Chris@26 8
Chris@26 9 include Makefile.inc
Chris@26 10