Mercurial > hg > qm-dsp
view build/osx/Makefile.osx @ 317:f51af910550f
* Sort out this isnan/isinf nonsense once and for all
author | Chris Cannam <c.cannam@qmul.ac.uk> |
---|---|
date | Wed, 09 Feb 2011 15:25:36 +0000 |
parents | cc93789cbc56 |
children | 505ed5f42800 |
line wrap: on
line source
CFLAGS := -arch i386 -arch ppc -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -I/Developer/SDKs/MacOSX10.4u.sdk/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/Headers/ -DUSE_PTHREADS CXXFLAGS := $(CFLAGS) include build/general/Makefile.inc