diff options
author | Tim Blechmann <timblech@users.sourceforge.net> | 2004-02-29 13:57:19 +0000 |
---|---|---|
committer | IOhannes m zmölnig <zmoelnig@iem.at> | 2015-10-14 15:11:54 +0200 |
commit | b37d7f4d59d1ec038f6920e7a44436558d84befe (patch) | |
tree | adfe1693abec354dc9d359f6875278ef858d1471 /tbext/makefile.pd-linux | |
parent | ce8d118561bd86df80eae140f2e0a64db55998e3 (diff) |
*** empty log message ***
svn path=/trunk/externals/tb/; revision=1364
Diffstat (limited to 'tbext/makefile.pd-linux')
-rw-r--r-- | tbext/makefile.pd-linux | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/tbext/makefile.pd-linux b/tbext/makefile.pd-linux index 7948a19..3546d99 100644 --- a/tbext/makefile.pd-linux +++ b/tbext/makefile.pd-linux @@ -1,5 +1,4 @@ -# xsample - extended sample objects for Max/MSP and pd (pure data) -# Copyright (c) 2001-2003 Thomas Grill (xovo@gmx.net) +# makefile adapted from thomas grill's xsample makefile # # Makefile for gcc @ linux # @@ -28,6 +27,11 @@ else LINKFLEXT=$(FLEXTLIB) endif +ifdef FFTW +LDFLAGS+=-lfftw3f +CFLAGS+=-DFFTW +endif + # ---------------------------------------------- # the rest can stay untouched # ---------------------------------------------- |