Mercurial > hg > vamp-tempogram
comparison Makefile @ 20:de7213b35755
* Removed warnings of comparisons with ints and size_t
author | Carl Bussey <c.bussey@se10.qmul.ac.uk> |
---|---|
date | Fri, 15 Aug 2014 15:17:28 +0100 |
parents | c11367df624d |
children | 12b952286959 |
comparison
equal
deleted
inserted
replaced
19:e90a4797e579 | 20:de7213b35755 |
---|---|
38 ## supporting 10.5 or newer. Use this if you have OS/X 10.7 with the | 38 ## supporting 10.5 or newer. Use this if you have OS/X 10.7 with the |
39 ## Xcode 4 command-line tools. | 39 ## Xcode 4 command-line tools. |
40 | 40 |
41 CXX := g++ | 41 CXX := g++ |
42 #-mmacosx-version-min=10.6 | 42 #-mmacosx-version-min=10.6 |
43 CXXFLAGS := -mmacosx-version-min=10.6 -arch x86_64 -I$(VAMP_SDK_DIR) -Wall -fPIC | 43 CXXFLAGS := -mmacosx-version-min=10.6 -arch x86_64 -I$(VAMP_SDK_DIR) -Wall -Wextra -fPIC |
44 PLUGIN_EXT := .dylib | 44 PLUGIN_EXT := .dylib |
45 LDFLAGS := $(CXXFLAGS) -dynamiclib -install_name $(PLUGIN_LIBRARY_NAME)$(PLUGIN_EXT) /usr/local/lib/libvamp-sdk.a -exported_symbols_list vamp-plugin.list | 45 LDFLAGS := $(CXXFLAGS) -dynamiclib -install_name $(PLUGIN_LIBRARY_NAME)$(PLUGIN_EXT) /usr/local/lib/libvamp-sdk.a -exported_symbols_list vamp-plugin.list |
46 | 46 |
47 | 47 |
48 ## Uncomment these for an OS/X universal binary (PPC and 32- and | 48 ## Uncomment these for an OS/X universal binary (PPC and 32- and |