[PD-cvs] externals Makefile,1.103.2.15,1.103.2.16

Hans-Christoph Steiner eighthave at users.sourceforge.net
Thu Jun 14 06:51:03 CEST 2007


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

Modified Files:
      Tag: branch-v0-39-2-extended
	Makefile 
Log Message:
regex to filter out help patches was filtering out some objects also

Index: Makefile
===================================================================
RCS file: /cvsroot/pure-data/externals/Makefile,v
retrieving revision 1.103.2.15
retrieving revision 1.103.2.16
diff -C2 -d -r1.103.2.15 -r1.103.2.16
*** Makefile	7 Jun 2007 12:02:23 -0000	1.103.2.15
--- Makefile	14 Jun 2007 04:51:01 -0000	1.103.2.16
***************
*** 1293,1297 ****
  		--license "GNU GPL"
  	install -p $(IEMLIB_OBJECTS:.c=.$(EXTENSION)) $(objectsdir)/$(IEMLIB_NAME)
! 	install -p $(externals_src)/iemlib/iemabs/*[^-][^h][^e][^l][^p].pd \
  		$(objectsdir)/$(IEMLIB_NAME)
  	install -d $(helpdir)/$(IEMLIB_NAME)
--- 1293,1297 ----
  		--license "GNU GPL"
  	install -p $(IEMLIB_OBJECTS:.c=.$(EXTENSION)) $(objectsdir)/$(IEMLIB_NAME)
! 	install -p $(shell ls -1 $(externals_src)/iemlib/iemabs/*.pd | grep -v '-help.pd') \
  		$(objectsdir)/$(IEMLIB_NAME)
  	install -d $(helpdir)/$(IEMLIB_NAME)





More information about the Pd-cvs mailing list