[PD-cvs] externals Makefile,1.88,1.89

Hans-Christoph Steiner eighthave at users.sourceforge.net
Thu Sep 21 02:14:52 CEST 2006


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

Modified Files:
	Makefile 
Log Message:
added more iemlib objects

Index: Makefile
===================================================================
RCS file: /cvsroot/pure-data/externals/Makefile,v
retrieving revision 1.88
retrieving revision 1.89
diff -C2 -d -r1.88 -r1.89
*** Makefile	14 Sep 2006 01:08:38 -0000	1.88
--- Makefile	21 Sep 2006 00:14:50 -0000	1.89
***************
*** 1162,1166 ****
  # IEMLIB
  IEMLIB_NAME=iemlib
! IEMLIB_OBJECTS := $(wildcard $(externals_src)/iemlib/src/*/[a-hj-rt-z]*.c)
  iemlib: $(IEMLIB_OBJECTS:.c=.$(EXTENSION))
  
--- 1162,1169 ----
  # IEMLIB
  IEMLIB_NAME=iemlib
! # omit the lib files, iem_mp3, and the files starting with "sig"
! IEMLIB_OBJECTS := $(wildcard $(externals_src)/iemlib/src/*/[a-hj-rt-z]*.c) \
! $(wildcard $(externals_src)/iemlib/src/*/s[^i][^g]*.c) \
! $(wildcard $(externals_src)/iemlib/src/*/iem_????*[^l][^i][^b]*.c)
  iemlib: $(IEMLIB_OBJECTS:.c=.$(EXTENSION))
  





More information about the Pd-cvs mailing list