Mercurial > hg > vamp-tempogram
diff Makefile @ 12:d58409ecd720
* Merging Chris' changes
author | Carl Bussey <c.bussey@se10.qmul.ac.uk> |
---|---|
date | Wed, 13 Aug 2014 10:47:39 +0100 |
parents | 17a260410116 |
children | c11367df624d |
line wrap: on
line diff
--- a/Makefile Wed Aug 13 10:45:46 2014 +0100 +++ b/Makefile Wed Aug 13 10:47:39 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