[PD-cvs] externals/tbext makefile.pd-linux,1.4,1.5

timblech at users.sourceforge.net timblech at users.sourceforge.net
Sun Feb 29 14:50:07 CET 2004


Update of /cvsroot/pure-data/externals/tbext
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3590

Modified Files:
	makefile.pd-linux 
Log Message:


Index: makefile.pd-linux
===================================================================
RCS file: /cvsroot/pure-data/externals/tbext/makefile.pd-linux,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** makefile.pd-linux	28 Jan 2004 11:09:12 -0000	1.4
--- makefile.pd-linux	29 Feb 2004 13:50:05 -0000	1.5
***************
*** 1,4 ****
! # xsample - extended sample objects for Max/MSP and pd (pure data)
! # Copyright (c) 2001-2003 Thomas Grill (xovo at gmx.net)
  #
  # Makefile for gcc @ linux
--- 1,3 ----
! # makefile adapted from thomas grill's xsample makefile
  #
  # Makefile for gcc @ linux
***************
*** 29,32 ****
--- 28,36 ----
  endif
  
+ ifdef FFTW
+ LDFLAGS+=-lfftw3f
+ CFLAGS+=-DFFTW
+ endif
+ 
  # ----------------------------------------------
  # the rest can stay untouched





More information about the Pd-cvs mailing list