Mercurial > hg > vamp-tempogram
comparison Makefile @ 3:5125d34fda67
* Implemented normalisation
* Implemented threshold
* Strated implementing bandpass processing
author | Carl Bussey <c.bussey@se10.qmul.ac.uk> |
---|---|
date | Wed, 09 Jul 2014 20:14:20 +0100 |
parents | 1d0b7dcea27f |
children | 597f033fa7a2 |
comparison
equal
deleted
inserted
replaced
2:1d0b7dcea27f | 3:5125d34fda67 |
---|---|
36 ## Uncomment these for an OS/X universal binary (32- and 64-bit Intel) | 36 ## Uncomment these for an OS/X universal binary (32- and 64-bit Intel) |
37 ## supporting 10.5 or newer. Use this if you have OS/X 10.7 with the | 37 ## supporting 10.5 or newer. Use this if you have OS/X 10.7 with the |
38 ## Xcode 4 command-line tools. | 38 ## Xcode 4 command-line tools. |
39 | 39 |
40 CXX := g++ | 40 CXX := g++ |
41 CXXFLAGS := -mmacosx-version-min=10.6 -arch x86_64 -I$(VAMP_SDK_DIR) -Wall -fPIC | 41 #-mmacosx-version-min=10.6 |
42 CXXFLAGS := -arch x86_64 -I$(VAMP_SDK_DIR) -Wall -fPIC | |
42 PLUGIN_EXT := .dylib | 43 PLUGIN_EXT := .dylib |
43 LDFLAGS := $(CXXFLAGS) -dynamiclib -install_name $(PLUGIN_LIBRARY_NAME)$(PLUGIN_EXT) /usr/local/lib/libvamp-sdk.a -exported_symbols_list vamp-plugin.list | 44 LDFLAGS := $(CXXFLAGS) -dynamiclib -install_name $(PLUGIN_LIBRARY_NAME)$(PLUGIN_EXT) /usr/local/lib/libvamp-sdk.a -exported_symbols_list vamp-plugin.list |
44 | 45 |
45 | 46 |
46 ## Uncomment these for an OS/X universal binary (PPC and 32- and | 47 ## Uncomment these for an OS/X universal binary (PPC and 32- and |