Mercurial > hg > segmenter-vamp-plugin
annotate songparts/Makefile_ORIGINAL.osx @ 38:0a1f643b31d9 slimline
Reset chromadata
author | Chris Cannam |
---|---|
date | Wed, 16 May 2012 12:04:21 +0100 |
parents | f44aa6d29642 |
children | f59ff6a22f8e |
rev | line source |
---|---|
max@1 | 1 |
max@1 | 2 CFLAGS := -O3 -ftree-vectorize -isysroot /Developer/SDKs/MacOSX10.7.sdk -arch i386 -arch x86_64 -I../vamp-plugin-sdk -I/Developer/SDKs/MacOSX10.6.sdk/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/Headers/ -DUSE_PTHREADS |
max@1 | 3 |
max@1 | 4 CXXFLAGS := $(CFLAGS) |
max@1 | 5 |
max@1 | 6 LDFLAGS := -isysroot /Developer/SDKs/MacOSX10.7.sdk -arch i386 -arch x86_64 -lqm-dsp ../vamp-plugin-sdk/libvamp-sdk.a -larmadillo -dynamiclib -framework Accelerate -lpthread -install_name qm-vamp-plugins.dylib |
max@1 | 7 |
max@1 | 8 PLUGIN_EXT := .dylib |
max@1 | 9 |
max@1 | 10 include build/general/Makefile.inc |
max@1 | 11 |