Mercurial > hg > qm-dsp
changeset 316:cc93789cbc56
* Add OS/X Makefile
author | Chris Cannam <c.cannam@qmul.ac.uk> |
---|---|
date | Wed, 09 Feb 2011 11:47:20 +0000 |
parents | 11bf038ecfb5 |
children | f51af910550f |
files | build/osx/Makefile.osx |
diffstat | 1 files changed, 7 insertions(+), 0 deletions(-) [+] |
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 +