[PD-cvs] externals Makefile,1.26,1.27

Hans-Christoph Steiner eighthave at users.sourceforge.net
Mon Dec 19 04:46:43 CET 2005


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

Modified Files:
	Makefile 
Log Message:
added OSCx to the build system for linux RC6

Index: Makefile
===================================================================
RCS file: /cvsroot/pure-data/externals/Makefile,v
retrieving revision 1.26
retrieving revision 1.27
diff -C2 -d -r1.26 -r1.27
*** Makefile	18 Dec 2005 21:46:16 -0000	1.26
--- Makefile	19 Dec 2005 03:46:35 -0000	1.27
***************
*** 97,102 ****
  # ALL
  
  LIB_TARGETS = buildsrc creb cxc cyclone ext13 freeverb hid iemabs iemlib \
! iemmatrix loaders markex maxlib mjlib motex pddp pdp pmpd smlib toxy \
  unauthorized vbap zexy
  
--- 97,103 ----
  # ALL
  
+ # if your library isn't included here, it won't be built with Pd-extended
  LIB_TARGETS = buildsrc creb cxc cyclone ext13 freeverb hid iemabs iemlib \
! iemmatrix loaders markex maxlib mjlib motex oscx pddp pdp pidip pmpd smlib toxy\
  unauthorized vbap zexy
  
***************
*** 661,665 ****
  $(externals_src)/OSCx/src/OSC.$(EXTENSION):  $(externals_src)/OSCx/configure \
  $(externals_src)/OSCx/Makefile
! 	-make -C $(externals_src)/OSCx CC=gcc
  
  oscx: $(externals_src)/OSCx/src/OSC.$(EXTENSION)
--- 662,666 ----
  $(externals_src)/OSCx/src/OSC.$(EXTENSION):  $(externals_src)/OSCx/configure \
  $(externals_src)/OSCx/Makefile
! 	make -C $(externals_src)/OSCx
  
  oscx: $(externals_src)/OSCx/src/OSC.$(EXTENSION)
***************
*** 667,673 ****
  
  oscx_install: oscx
! 	install -d $(objectsdir)
! 	install -p $(externals_src)/OSCx/src/*.$(EXTENSION) $(objectsdir)
! 	install -d $(helpdir)
  	install -p $(externals_src)/OSCx/doc/*.* $(helpdir)/$(OSCX_NAME)
  
--- 668,675 ----
  
  oscx_install: oscx
! 	install -d $(objectsdir)/$(OSCX_NAME)
! 	install -p $(externals_src)/OSCx/src/OSC.$(EXTENSION) $(objectsdir)
! 	install -p $(externals_src)/OSCx/src/*.$(EXTENSION) $(objectsdir)/$(OSCX_NAME)
! 	install -d $(helpdir)/$(OSCX_NAME)
  	install -p $(externals_src)/OSCx/doc/*.* $(helpdir)/$(OSCX_NAME)
  
***************
*** 755,759 ****
  
  $(externals_src)/pidip/Makefile: $(externals_src)/pidip/Makefile.in
! 	cd $(externals_src)/pidip && ./configure --with-pd=../../pd --with-pdp=../pdp
  
  $(externals_src)/pidip/pidip.$(EXTENSION):  $(externals_src)/pidip/configure \
--- 757,761 ----
  
  $(externals_src)/pidip/Makefile: $(externals_src)/pidip/Makefile.in
! 	-cd $(externals_src)/pidip && ./configure --with-pd=../../pd --with-pdp=../pdp
  
  $(externals_src)/pidip/pidip.$(EXTENSION):  $(externals_src)/pidip/configure \
***************
*** 1040,1041 ****
--- 1042,1047 ----
  	@echo "MANUALSDIR  $(manualsdir)"
  	@echo "EXAMPLESDIR  $(examplesdir)"
+ 
+ 
+ .PHONY: all install clean distclean test_locations $(LIB_TARGETS) \
+ $(patsubst %, %_install,$(LIB_TARGETS)) $(patsubst %, %_clean,$(LIB_TARGETS))





More information about the Pd-cvs mailing list