view build/osx/Makefile.osx @ 161:fe7552b4f80a

Make the calculation functions available with default parameters again as well (for Segmentino)
author Chris Cannam
date Tue, 03 Dec 2013 10:02:46 +0000
parents 505ed5f42800
children f21a77db841d
line wrap: on
line source

CFLAGS := -arch i386 -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.6.sdk -I/Developer/SDKs/MacOSX10.6.sdk/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/Headers/ -DUSE_PTHREADS

CXXFLAGS  := $(CFLAGS)

include build/general/Makefile.inc