[PD-cvs] externals/build/darwin makefile,1.17,1.18

Hans-Christoph Steiner eighthave at users.sourceforge.net
Tue Nov 15 07:24:25 CET 2005


Update of /cvsroot/pure-data/externals/build/darwin
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27014/darwin

Modified Files:
	makefile 
Log Message:
minor compile fixes for Mac OS X and MinGW; added [mtx_inverse]

Index: makefile
===================================================================
RCS file: /cvsroot/pure-data/externals/build/darwin/makefile,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** makefile	7 Nov 2005 04:31:58 -0000	1.17
--- makefile	15 Nov 2005 06:24:23 -0000	1.18
***************
*** 2,8 ****
  #prefix=$(DESTDIR)/usr/local/lib/pd
  
! EXTERNALS = $(shell ls )
  
! all: link.stamp $(EXTERNALS:.c=.pd_darwin)
  
  .SUFFIXES: .pd_darwin
--- 2,8 ----
  #prefix=$(DESTDIR)/usr/local/lib/pd
  
! EXTERNALS = $(shell ls -1 ../src | grep -e '.*\.c$$')
  
! all: $(EXTERNALS:.c=.pd_darwin)
  
  .SUFFIXES: .pd_darwin
***************
*** 37,43 ****
  
  clean:
! 	-rm *.pd_darwin *~ *.c *.o
! 	-rm -rf root *.pkg
! 	-rm link.stamp
  
  install-doc:	
--- 37,42 ----
  
  clean:
! 	-rm *.pd_darwin *~
! 	-rm -rf root *.pkg 
  
  install-doc:	
***************
*** 56,72 ****
  	install -m644 *.pd_darwin $(prefix)/extra
  
- link: link.stamp
- 
- link.stamp:
- 	cp ../src/*.c .
- # MacOSX exceptions that don't work just yet (if ever)
- 	-rm ossmixer.c plugin~.c cdplayer.c promiscous~.c serialctl.c \
- 		serial_bird.c serial_ms.c proc.c streamin~.c streamout~.c rhythm_* \
- 		piperead~.c pipewrite~.c
- 	touch link.stamp
- 	make
- 
  
! EXTERNALS_VERSION = $(shell date +20%y.%m.%d)
  PACKAGE_PREFIX = pd-externals
  PACKAGE_NAME = $(PACKAGE_PREFIX)-$(EXTERNALS_VERSION)
--- 55,60 ----
  	install -m644 *.pd_darwin $(prefix)/extra
  
  
! EXTERNALS_VERSION := $(shell date +20%y.%m.%d)
  PACKAGE_PREFIX = pd-externals
  PACKAGE_NAME = $(PACKAGE_PREFIX)-$(EXTERNALS_VERSION)





More information about the Pd-cvs mailing list