[PD-cvs] externals Makefile,1.96,1.97

Hans-Christoph Steiner eighthave at users.sourceforge.net
Thu Nov 9 19:49:29 CET 2006


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

Modified Files:
	Makefile 
Log Message:
iemlib tweak reflecting recent filename changes; standardized method of calling clean targets

Index: Makefile
===================================================================
RCS file: /cvsroot/pure-data/externals/Makefile,v
retrieving revision 1.96
retrieving revision 1.97
diff -C2 -d -r1.96 -r1.97
*** Makefile	31 Oct 2006 11:18:30 -0000	1.96
--- Makefile	9 Nov 2006 18:49:27 -0000	1.97
***************
*** 10,14 ****
  
  # these are setup to be overridden by the packages/Makefile
! cvs_root_dir = $(shell cd $(CWD)/.. && pwd)
  DESTDIR = $(CWD)/build/
  BUILDLAYOUT_DIR = $(cvs_root_dir)/packages
--- 10,14 ----
  
  # these are setup to be overridden by the packages/Makefile
! cvs_root_dir := $(shell cd $(CWD)/.. && pwd)
  DESTDIR = $(CWD)/build/
  BUILDLAYOUT_DIR = $(cvs_root_dir)/packages
***************
*** 1161,1167 ****
  # 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))
--- 1161,1166 ----
  # IEMLIB
  IEMLIB_NAME=iemlib
! # omit the lib files and iem_mp3
! IEMLIB_OBJECTS := $(wildcard $(externals_src)/iemlib/src/*/[a-hj-z]*.c) \
  $(wildcard $(externals_src)/iemlib/src/*/iem_????*[^l][^i][^b]*.c)
  iemlib: $(IEMLIB_OBJECTS:.c=.$(EXTENSION))
***************
*** 1502,1507 ****
  
  oscx_clean:
! 	-cd $(externals_src)/OSCx && $(MAKE) $(DEST_PATHS) clean
! 	-cd $(externals_src)/OSCx && $(MAKE) CC=gcc clean
  	-rm $(externals_src)/OSCx/Makefile
  
--- 1501,1506 ----
  
  oscx_clean:
! 	-$(MAKE) -C $(externals_src)/OSCx $(DEST_PATHS) clean
! 	-$(MAKE) -C $(externals_src)/OSCx CC=gcc clean
  	-rm $(externals_src)/OSCx/Makefile
  
***************
*** 1856,1860 ****
  
  
- 
  #------------------------------------------------------------------------------#
  # UNAUTHORIZED
--- 1855,1858 ----





More information about the Pd-cvs mailing list