[PD-cvs] externals/iem/comport/bird CHANGES.txt, 1.2, 1.3 README.txt, 1.2, 1.3 makefile, 1.1, 1.2

Winfried Ritsch ritsch at users.sourceforge.net
Fri Jan 27 10:43:12 CET 2006


Update of /cvsroot/pure-data/externals/iem/comport/bird
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21655

Modified Files:
	CHANGES.txt README.txt makefile 
Log Message:
release 1.0

Index: makefile
===================================================================
RCS file: /cvsroot/pure-data/externals/iem/comport/bird/makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** makefile	12 Apr 2005 09:37:16 -0000	1.1
--- makefile	27 Jan 2006 09:43:09 -0000	1.2
***************
*** 7,11 ****
  
  current: 
! 	echo choose one command:  make pd_linux, make pd_nt, make pd_irix5, make pd_irix6
  
  # ----------------------- NT -----------------------
--- 7,11 ----
  
  current: 
! 	echo choose one command:  make pd_linux, make pd_nt, make pd_irix5, make pd_irix6, make pd_darwin
  
  # ----------------------- NT -----------------------
***************
*** 81,82 ****
--- 81,97 ----
  	strip --strip-unneeded $*.pd_linux
  	rm $*.o
+ 
+ # ----------------------- Mac OSX -----------------------
+ 
+ pd_darwin: bird.pd_darwin
+ 
+ .SUFFIXES: .pd_darwin
+ 
+ DARWINCFLAGS = -DPD -O2 -Wall -W -Wshadow -Wstrict-prototypes \
+     -Wno-unused -Wno-parentheses -Wno-switch
+ 
+ .c.pd_darwin:
+ 	cc $(DARWINCFLAGS) $(LINUXINCLUDE) -o $*.o -c $*.c
+ 	cc -bundle -undefined suppress -flat_namespace -o $*.pd_darwin $*.o 
+ 	rm -f $*.o
+ 

Index: CHANGES.txt
===================================================================
RCS file: /cvsroot/pure-data/externals/iem/comport/bird/CHANGES.txt,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** CHANGES.txt	12 Apr 2005 11:16:02 -0000	1.2
--- CHANGES.txt	27 Jan 2006 09:43:09 -0000	1.3
***************
*** 1,2 ****
--- 1,5 ----
+ 1.0
+   no changes
+ 
  1.0RC1 - (12.4.2005)
  

Index: README.txt
===================================================================
RCS file: /cvsroot/pure-data/externals/iem/comport/bird/README.txt,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** README.txt	12 Apr 2005 11:16:02 -0000	1.2
--- README.txt	27 Jan 2006 09:43:09 -0000	1.3
***************
*** 4,8 ****
   Institute for Electronic Music - Graz
  
- 
  the external comport is also needed for interfacing.
  
--- 4,7 ----





More information about the Pd-cvs mailing list