Mercurial > hg > qm-vamp-plugins
view build/osx/Makefile.osx @ 182:9c52dac85835
Update README and adjust locations of INSTALL files to reflect the fact that this repo is not a binary distribution
author | Chris Cannam <c.cannam@qmul.ac.uk> |
---|---|
date | Mon, 21 Mar 2016 19:49:36 +0000 |
parents | 3c4d87fba41c |
children | 258939b7c810 |
line wrap: on
line source
ARCHFLAGS ?= -mmacosx-version-min=10.6 -arch x86_64 -arch i386 CXXFLAGS += $(ARCHFLAGS) -O3 -ftree-vectorize -I../vamp-plugin-sdk -DUSE_PTHREADS LDFLAGS += $(ARCHFLAGS) -dynamiclib -lqm-dsp ../vamp-plugin-sdk/libvamp-sdk.a -framework Accelerate -lpthread -exported_symbols_list vamp-plugin.list -install_name qm-vamp-plugins.dylib PLUGIN_EXT := .dylib MAKEFILE_EXT := .osx include build/general/Makefile.inc