Mercurial > hg > silvet
view Makefile.osx @ 347:eee4c7fd15ab
Annoyingly, getting crashes in the tester when using C++11 futures -- for now simply disable that, but it'll need looking into
author | Chris Cannam |
---|---|
date | Wed, 12 Aug 2015 16:03:53 +0100 |
parents | b7f425bb7402 |
children | 7dcff010d9cd |
line wrap: on
line source
ARCHFLAGS ?= -mmacosx-version-min=10.6 -arch x86_64 -arch i386 CXXFLAGS += $(ARCHFLAGS) -DMALLOC_IS_ALIGNED -O3 -ftree-vectorize -I../vamp-plugin-sdk LDFLAGS += $(ARCHFLAGS) -dynamiclib ../vamp-plugin-sdk/libvamp-sdk.a -exported_symbols_list vamp-plugin.list -install_name silvet.dylib PLUGIN_EXT := .dylib MAKEFILE_EXT := .osx include Makefile.inc .PHONY: constant-q-cpp constant-q-cpp: $(MAKE) -C $@ -f Makefile$(MAKEFILE_EXT) libcq.a