Mercurial > hg > qm-dsp
view build/osx/Makefile.osx @ 92:c313a173f4a9
* Sort out this isnan/isinf nonsense once and for all
author | Chris Cannam |
---|---|
date | Wed, 09 Feb 2011 15:25:36 +0000 |
parents | 6eb4c658c799 |
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