Mercurial > hg > libxtract
diff examples/MSP/Makefile @ 143:09599ca5a02a
removed references to FFTW
author | Jamie Bullock <jamie@jamiebullock.com> |
---|---|
date | Mon, 07 Jan 2013 18:14:34 +0000 |
parents | 1b970b36d946 |
children |
line wrap: on
line diff
--- a/examples/MSP/Makefile Mon Jan 07 17:03:10 2013 +0000 +++ b/examples/MSP/Makefile Mon Jan 07 18:14:34 2013 +0000 @@ -9,7 +9,6 @@ MSPINCLUDE = $(FRAMEWORKS)/MaxAudioAPI.framework/Headers INSTALLDIR = /Applications/Max5/Cycling\ \'74/externals/ XTRACT_HEADERS = /usr/local/include -FFTW_LIBS = -lfftw3f #include this if you compiled libxtract with --enable-fft LIPO = /usr/bin/lipo CC = gcc @@ -21,7 +20,7 @@ I386CFLAGS = -arch i386 IX86_64CFLAGS = -arch x86_64 -LDFLAGS = -F$(FRAMEWORKS) -L$(MAXINCLUDE) -L$(MSPINCLUDE) -framework Carbon -framework MaxAPI -framework MaxAudioAPI -Wl,-Y,1455 -bundle -L/usr/local/lib -lxtract $(FFTW_LIBS) +LDFLAGS = -F$(FRAMEWORKS) -L$(MAXINCLUDE) -L$(MSPINCLUDE) -framework Carbon -framework MaxAPI -framework MaxAudioAPI -Wl,-Y,1455 -bundle -L/usr/local/lib -lxtract I386LDFLAGS = -arch i386 IX86_64CFLAGS = -arch x86_64