view build/osx/Makefile.osx @ 247:e6abd6e99051

This is not actually a tonic-strength output - it's a key-strength output in which the relative major and minor (which have different tonics but the same key signatures) have been summed into a single bin
author Chris Cannam <cannam@all-day-breakfast.com>
date Thu, 26 Sep 2019 15:44:47 +0100
parents 258939b7c810
children
line wrap: on
line source

ARCHFLAGS	?= -mmacosx-version-min=10.7 -arch x86_64 -stdlib=libc++

CFLAGS 		+= $(ARCHFLAGS) -Wall -O3 -ftree-vectorize -DUSE_PTHREADS

CXXFLAGS 	+= $(CFLAGS) -std=c++11 -I../vamp-plugin-sdk

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