changeset 26:2ff95a967a95

OS/X build bits
author Chris Cannam
date Fri, 06 Jul 2012 19:50:01 +0100
parents a15d8c89a36e
children 1c1e95004794
files Makefile.osx
diffstat 1 files changed, 10 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Makefile.osx	Fri Jul 06 19:50:01 2012 +0100
@@ -0,0 +1,10 @@
+
+CFLAGS := -I../inst/include -Wall -g -fPIC 
+CXXFLAGS := $(CFLAGS)
+
+LDFLAGS := -dynamiclib -L../inst/lib -lvamp-sdk
+
+PLUGIN_EXT := .dylib
+
+include Makefile.inc
+