view Makefile.osx @ 86:f07b9b7f1ab6 refactors

Previous commit was a mistake: the ahead-of-time business is in Finder::getExpandDirection. In fact we were failing to swap advance directions in forward path when writing to the "other" finder. This does not actually affect the backward path calculation, but it does mean we can restore the sanity check.
author Chris Cannam
date Thu, 27 Nov 2014 12:08:16 +0000
parents e48e27db6765
children dce369bbbda6
line wrap: on
line source
ARCHFLAGS := -arch x86_64 -mmacosx-version-min=10.7
CFLAGS := $(ARCHFLAGS) -O3 -I../vamp-plugin-sdk -I/usr/local/boost -Wall -fPIC 
CXXFLAGS := $(CFLAGS)

LDFLAGS := -L../vamp-plugin-sdk -lvamp-sdk $(ARCHFLAGS) 
PLUGIN_LDFLAGS := -dynamiclib $(LDFLAGS) -exported_symbols_list vamp-plugin.list
TEST_LDFLAGS := $(LDFLAGS) -lboost_unit_test_framework
PLUGIN_EXT := .dylib

include Makefile.inc