[PD-cvs] pd/extra/loop~ makefile,1.5,1.6

Miller Puckette millerpuckette at users.sourceforge.net
Mon Sep 6 22:20:30 CEST 2004


Update of /cvsroot/pure-data/pd/extra/loop~
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9652/extra/loop~

Modified Files:
	makefile 
Log Message:
checking in version 0.38test5.

Oops, I realize I forgot some more nice files, will add them and re-commit.



Index: makefile
===================================================================
RCS file: /cvsroot/pure-data/pd/extra/loop~/makefile,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** makefile	22 Feb 2004 16:21:29 -0000	1.5
--- makefile	6 Sep 2004 20:20:28 -0000	1.6
***************
*** 62,68 ****
  .SUFFIXES: .pd_linux
  
! LINUXCFLAGS = -DPD -O2 -funroll-loops -fomit-frame-pointer \
!     -Wall -W -Wshadow -Wstrict-prototypes -Werror \
!     -Wno-unused -Wno-parentheses -Wno-switch
  
  LINUXINCLUDE =  -I../../src
--- 62,68 ----
  .SUFFIXES: .pd_linux
  
! LINUXCFLAGS = -DPD -O2 -funroll-loops -fomit-frame-pointer  -fPIC \
!     -Wall -W -Wshadow -Wstrict-prototypes \
!     -Wno-unused -Wno-parentheses -Wno-switch $(CFLAGS)
  
  LINUXINCLUDE =  -I../../src





More information about the Pd-cvs mailing list