[PD-cvs] pd/extra/expr~ makefile,1.12,1.13

Miller Puckette millerpuckette at users.sourceforge.net
Sun Oct 22 23:46:12 CEST 2006


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

Modified Files:
	makefile 
Log Message:
test release for 0.41 (bug fixes for IA64).



Index: makefile
===================================================================
RCS file: /cvsroot/pure-data/pd/extra/expr~/makefile,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** makefile	4 Oct 2006 19:35:06 -0000	1.12
--- makefile	22 Oct 2006 21:46:10 -0000	1.13
***************
*** 78,82 ****
  .SUFFIXES: .pd_linux_o
  
! LINUXCFLAGS = -DPD -O2 -funroll-loops -fomit-frame-pointer -fPIC -m32 \
      -Wall -W -Wshadow -Wstrict-prototypes \
      -Wno-unused -Wno-parentheses -Wno-switch 
--- 78,82 ----
  .SUFFIXES: .pd_linux_o
  
! LINUXCFLAGS = -DPD -O2 -funroll-loops -fomit-frame-pointer -fPIC \
      -Wall -W -Wshadow -Wstrict-prototypes \
      -Wno-unused -Wno-parentheses -Wno-switch 
***************
*** 88,92 ****
  
  expr.pd_linux: $(LINUXOBJ)
! 	$(CC) -m32 -export_dynamic  -shared -o expr.pd_linux $(LINUXOBJ) -lc -lm
  	strip --strip-unneeded expr.pd_linux
  
--- 88,92 ----
  
  expr.pd_linux: $(LINUXOBJ)
! 	$(CC) -export_dynamic  -shared -o expr.pd_linux $(LINUXOBJ) -lc -lm
  	strip --strip-unneeded expr.pd_linux
  





More information about the Pd-cvs mailing list