comparison build/osx/Makefile.osx @ 91:6eb4c658c799

* Add OS/X Makefile
author Chris Cannam
date Wed, 09 Feb 2011 11:47:20 +0000
parents
children 505ed5f42800
comparison
equal deleted inserted replaced
90:110efec1275c 91:6eb4c658c799
1
2 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
3
4 CXXFLAGS := $(CFLAGS)
5
6 include build/general/Makefile.inc
7