Mercurial > hg > vamp-tempogram
comparison Makefile @ 9:be59b4a73f49
* Added Spectrogram zero padding functionality
* Made output bins correspond to BPM
* User can now specify a range of output bins to view
* Comments added
author | Carl Bussey <c.bussey@se10.qmul.ac.uk> |
---|---|
date | Tue, 12 Aug 2014 14:40:37 +0100 |
parents | 21147df9cb2d |
children | 17a260410116 |
comparison
equal
deleted
inserted
replaced
8:4e429b9f2b4d | 9:be59b4a73f49 |
---|---|
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 #-mmacosx-version-min=10.6 | 41 #-mmacosx-version-min=10.6 |
42 CXXFLAGS := -mmacosx-version-min=10.6 -arch x86_64 -I$(VAMP_SDK_DIR) -Wall -fPIC | 42 CXXFLAGS := -mmacosx-version-min=10.6 -arch x86_64 -I$(VAMP_SDK_DIR) -Wall -fPIC |
43 PLUGIN_EXT := .dylib | 43 PLUGIN_EXT := .dylib |
44 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 |
45 | 45 |
46 | 46 |
47 ## 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 |