view Makefile.osx @ 54:751b43d119cf

Fix feeder (and its tests!) so they now pass
author Chris Cannam
date Thu, 27 Sep 2012 15:20:47 +0100
parents 895d9357dce8
children 686ef2976366
line wrap: on
line source

CFLAGS := -I../inst/include -I/usr/local/boost -Wall -g -fPIC 
CXXFLAGS := $(CFLAGS)

LDFLAGS := -L../inst/lib -lvamp-sdk -L/usr/local/boost/stage/lib 
PLUGIN_LDFLAGS := -dynamiclib
PLUGIN_EXT := .dylib

include Makefile.inc