[PD-cvs] externals Makefile,1.97,1.98

Hans-Christoph Steiner eighthave at users.sourceforge.net
Sun Nov 26 15:17:40 CET 2006


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

Modified Files:
	Makefile 
Log Message:
added mrpeach to build as part of the package; various minor install tweaks for iemlib, classpath/import, and loaders

Index: Makefile
===================================================================
RCS file: /cvsroot/pure-data/externals/Makefile,v
retrieving revision 1.97
retrieving revision 1.98
diff -C2 -d -r1.97 -r1.98
*** Makefile	9 Nov 2006 18:49:27 -0000	1.97
--- Makefile	26 Nov 2006 14:17:38 -0000	1.98
***************
*** 1,2 ****
--- 1,3 ----
+ 
  #==============================================================================#
  #
***************
*** 4,7 ****
--- 5,9 ----
  #
  # see README for instructions  <hans at at.or.at>
+ # http://puredata.org/docs/developer/build
  #
  #==============================================================================#
***************
*** 124,128 ****
  # WARNING!  this MUST be all on one line because the automatic package
  # building scripts rely on it being that way.
! LIB_TARGETS = boids bsaylor corelibs creb cxc cyclone deprecated ekext ext13 flatspace flib freeverb ggee hardware hcs iem_ambi iem_bin_ambi iemlib loaders mapping markex maxlib mjlib motex oscx pan pddp pdogg pmpd sigpack smlib toxy unauthorized vbap zexy
  
  # this is for libraries that don't compile (yet) on all platforms
--- 126,130 ----
  # WARNING!  this MUST be all on one line because the automatic package
  # building scripts rely on it being that way.
! LIB_TARGETS = boids bsaylor corelibs creb cxc cyclone deprecated ekext ext13 flatspace flib freeverb ggee hardware hcs iem_ambi iem_bin_ambi iemlib loaders mapping markex maxlib mjlib motex mrpeach oscx pan pddp pdogg pmpd sigpack smlib toxy unauthorized vbap zexy
  
  # this is for libraries that don't compile (yet) on all platforms
***************
*** 890,893 ****
--- 892,899 ----
  		--version ""
  	install -p $(HCS_OBJECTS:.c=.$(EXTENSION)) $(objectsdir)/$(HCS_NAME)
+ # temp kludge: install [classpath] and [import] into global namespace since
+ # they are used for loading libraries
+ 	install -p $(externals_src)/hcs/classpath.$(EXTENSION) \
+ 		$(externals_src)/hcs/import.$(EXTENSION) $(objectsdir)
  	install -p $(shell ls -1 $(externals_src)/hcs/*.pd | \
  			 grep -v '\-help.pd') $(objectsdir)/$(HCS_NAME)
***************
*** 1175,1181 ****
  		install -p $(shell cd $(externals_src)/iemlib/iemabs/ && ls -1 *.pd | \
  			grep -v 'help') $(objectsdir)/$(IEMLIB_NAME)
- #  iemabs still has the help patches in the old help-*.pd style
  	install -d $(helpdir)/$(IEMLIB_NAME)
! 	install -p $(externals_src)/iemlib/iemabs/*help*.pd $(helpdir)/$(IEMLIB_NAME)
  	install -p $(externals_src)/iemlib/iemabs/*.mp3 $(helpdir)/$(IEMLIB_NAME)
  	install -p $(externals_src)/iemlib/iemabs/*.wav $(helpdir)/$(IEMLIB_NAME)
--- 1181,1186 ----
  		install -p $(shell cd $(externals_src)/iemlib/iemabs/ && ls -1 *.pd | \
  			grep -v 'help') $(objectsdir)/$(IEMLIB_NAME)
  	install -d $(helpdir)/$(IEMLIB_NAME)
! 	install -p $(externals_src)/iemlib/iemabs/*-help.pd $(helpdir)/$(IEMLIB_NAME)
  	install -p $(externals_src)/iemlib/iemabs/*.mp3 $(helpdir)/$(IEMLIB_NAME)
  	install -p $(externals_src)/iemlib/iemabs/*.wav $(helpdir)/$(IEMLIB_NAME)
***************
*** 1265,1270 ****
  	install -p $(LOADERS_OBJECTS:.c=.$(EXTENSION)) $(objectsdir)/$(LOADERS_NAME)
  	install -d $(helpdir)/$(LOADERS_NAME)
! 	install -p $(wildcard $(externals_src)/loaders/help/*.pd) \
! 		$(helpdir)/$(LOADERS_NAME)
  #	install -d $(manualsdir)/$(LOADERS_NAME)
  #	install -p $(externals_src)/loaders/README.txt $(manualsdir)/$(LOADERS_NAME)
--- 1270,1275 ----
  	install -p $(LOADERS_OBJECTS:.c=.$(EXTENSION)) $(objectsdir)/$(LOADERS_NAME)
  	install -d $(helpdir)/$(LOADERS_NAME)
! #	install -p $(wildcard $(externals_src)/loaders/help/*.pd) \
! #		$(helpdir)/$(LOADERS_NAME)
  #	install -d $(manualsdir)/$(LOADERS_NAME)
  #	install -p $(externals_src)/loaders/README.txt $(manualsdir)/$(LOADERS_NAME)





More information about the Pd-cvs mailing list