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

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


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

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



Index: makefile
===================================================================
RCS file: /cvsroot/pure-data/pd/extra/makefile,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** makefile	4 Oct 2006 19:35:05 -0000	1.3
--- makefile	22 Oct 2006 21:46:10 -0000	1.4
***************
*** 20,24 ****
  .c.dll:
  	cl $(PDNTCFLAGS) $(PDNTINCLUDE) /c $*.c
! 	link /dll /export:$(CSYM)_setup $*.obj $(PDNTLIB)
  
  # ----------------------- IRIX 5.x -----------------------
--- 20,24 ----
  .c.dll:
  	cl $(PDNTCFLAGS) $(PDNTINCLUDE) /c $*.c
! 	link /nologo /dll /export:$(CSYM)_setup $*.obj $(PDNTLIB)
  
  # ----------------------- IRIX 5.x -----------------------
***************
*** 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)
--- 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)
***************
*** 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
--- 66,70 ----
  .c.pd_linux:
  	$(CC) $(LINUXCFLAGS) $(LINUXINCLUDE) -o $*.o -c $*.c
! 	$(CC) -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