[PD-cvs] pd/extra makefile,1.2,1.3

Miller Puckette millerpuckette at users.sourceforge.net
Wed Oct 4 21:35:08 CEST 2006


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

Modified Files:
	makefile 
Log Message:
release 0.40-0



Index: makefile
===================================================================
RCS file: /cvsroot/pure-data/pd/extra/makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** makefile	24 Aug 2006 15:23:51 -0000	1.2
--- makefile	4 Oct 2006 19:35:05 -0000	1.3
***************
*** 58,62 ****
  .SUFFIXES: .pd_linux
  
! LINUXCFLAGS = -DPD -O2 -funroll-loops -fomit-frame-pointer -fPIC \
      -Wall -W -Wshadow -Wstrict-prototypes \
      -Wno-unused -Wno-parentheses -Wno-switch $(CFLAGS)
--- 58,62 ----
  .SUFFIXES: .pd_linux
  
! LINUXCFLAGS = -DPD -O2 -funroll-loops -fomit-frame-pointer -fPIC -m32 \
      -Wall -W -Wshadow -Wstrict-prototypes \
      -Wno-unused -Wno-parentheses -Wno-switch $(CFLAGS)
***************
*** 66,70 ****
  .c.pd_linux:
  	$(CC) $(LINUXCFLAGS) $(LINUXINCLUDE) -o $*.o -c $*.c
! 	ld -export_dynamic  -shared -o $*.pd_linux $*.o -lc -lm
  	strip --strip-unneeded $*.pd_linux
  	rm -f $*.o
--- 66,70 ----
  .c.pd_linux:
  	$(CC) $(LINUXCFLAGS) $(LINUXINCLUDE) -o $*.o -c $*.c
! 	$(CC) -m32 -export_dynamic -shared -o $*.pd_linux $*.o -lc -lm
  	strip --strip-unneeded $*.pd_linux
  	rm -f $*.o





More information about the Pd-cvs mailing list