diff Makefile @ 10:17a260410116

Change NULL to 0 throughout
author Chris Cannam
date Tue, 12 Aug 2014 16:20:14 +0100
parents be59b4a73f49
children c11367df624d
line wrap: on
line diff
--- a/Makefile	Tue Aug 12 14:40:37 2014 +0100
+++ b/Makefile	Tue Aug 12 16:20:14 2014 +0100
@@ -30,6 +30,7 @@
 # Edit this to the location of the Vamp plugin SDK, relative to your
 # project directory
 #
+#VAMP_SDK_DIR := ../../vamp-plugin-sdk
 VAMP_SDK_DIR := /usr/local/include
 
 
@@ -65,7 +66,7 @@
 
 ##  Uncomment these for Linux using the standard tools:
 
-# CXXFLAGS := -I$(VAMP_SDK_DIR) -Wall -fPIC
+# CXXFLAGS := -I$(VAMP_SDK_DIR) -Wall -fPIC -g
 # PLUGIN_EXT := .so
 # LDFLAGS := -shared -Wl,-soname=$(PLUGIN_LIBRARY_NAME)$(PLUGIN_EXT) $(VAMP_SDK_DIR)/libvamp-sdk.a -Wl,--version-script=vamp-plugin.map