annotate build/osx/Makefile.osx @ 340:c99d83236f0d
Do actual phase unwrapping in the phase vocoder!
author |
Chris Cannam <c.cannam@qmul.ac.uk> |
date |
Wed, 02 Oct 2013 15:05:34 +0100 |
parents |
4ea336cf845e |
children |
f21a77db841d |
rev |
line source |
c@316
|
1
|
luis@326
|
2 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
|
c@316
|
3
|
c@316
|
4 CXXFLAGS := $(CFLAGS)
|
c@316
|
5
|
c@316
|
6 include build/general/Makefile.inc
|
c@316
|
7
|