[PD-cvs] pd/extra/pique makefile,1.1.1.4,1.2

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


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

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/pique/makefile,v
retrieving revision 1.1.1.4
retrieving revision 1.2
diff -C2 -d -r1.1.1.4 -r1.2
*** makefile	2 Feb 2004 11:27:57 -0000	1.1.1.4
--- makefile	6 Sep 2004 20:20:28 -0000	1.2
***************
*** 61,67 ****
  .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
--- 61,67 ----
  .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