Update of /cvsroot/pure-data/pd/extra/lrshift~ In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9652/extra/lrshift~
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/lrshift~/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