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