Mercurial > hg > qm-dsp
diff 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 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/build/osx/Makefile.osx Wed Feb 09 11:47:20 2011 +0000 @@ -0,0 +1,7 @@ + +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 +
