[PD-cvs] abstractions Makefile, 1.12, 1.13 Makefile.buildlayout, 1.5, 1.6

Hans-Christoph Steiner eighthave at users.sourceforge.net
Sat Nov 26 02:51:49 CET 2005


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

Modified Files:
	Makefile Makefile.buildlayout 
Log Message:
added in Jamie's dlopn patch so I can use his binaries; fixed a number of bugs reported on the list; added platform-specific noncvs handling

Index: Makefile
===================================================================
RCS file: /cvsroot/pure-data/abstractions/Makefile,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** Makefile	21 Nov 2005 23:01:54 -0000	1.12
--- Makefile	26 Nov 2005 01:51:47 -0000	1.13
***************
*** 91,94 ****
--- 91,95 ----
  		grep -v '\-help.pd')    $(OBJECTS_DEST)/$(LA-KITCHEN_NAME)
  	$(SCRIPTS_SRC)/generate-libdir-metafile.sh $(OBJECTS_DEST) $(LA-KITCHEN_NAME) \
+ 		--author "Charles Verron" \
  		--description "a collection of objects working with sensors"
  	install -d $(HELP_DEST)/$(LA-KITCHEN_NAME)
***************
*** 205,208 ****
--- 206,225 ----
  objects_rradical:
  	install -d $(OBJECTS_DEST)/$(RRADICAL_NAME)
+ 	$(SCRIPTS_SRC)/generate-libdir-metafile.sh $(OBJECTS_DEST) $(RRADICAL_NAME) \
+ 		--author "Frank Barknecht" \
+ 		--license "GNU GPL"
+ 	install -d $(OBJECTS_DEST)/$(RRADICAL_NAME)/control
+ 	install -p $(shell ls -1 $(ABSTRACTIONS_SRC)/rradical/control/*.* | \
+ 		grep -v '\-help.pd')  $(OBJECTS_DEST)/$(RRADICAL_NAME)/control
+ 	install -d $(OBJECTS_DEST)/$(RRADICAL_NAME)/effects
+ 	install -p $(shell ls -1 $(ABSTRACTIONS_SRC)/rradical/effects/*.* | \
+ 		grep -v '\-help.pd')  $(OBJECTS_DEST)/$(RRADICAL_NAME)/effects
+ 	install -d $(OBJECTS_DEST)/$(RRADICAL_NAME)/instruments
+ 	install -p $(shell ls -1 $(ABSTRACTIONS_SRC)/rradical/instruments/*.* | \
+ 		grep -v '\-help.pd')  $(OBJECTS_DEST)/$(RRADICAL_NAME)/instruments
+ 	install -d $(OBJECTS_DEST)/$(RRADICAL_NAME)/stuff
+ 	install -p $(shell ls -1 $(ABSTRACTIONS_SRC)/rradical/stuff/*.* | \
+ 		grep -v '\-help.pd')  $(OBJECTS_DEST)/$(RRADICAL_NAME)/stuff
+ 
  
  applications_rradical:

Index: Makefile.buildlayout
===================================================================
RCS file: /cvsroot/pure-data/abstractions/Makefile.buildlayout,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** Makefile.buildlayout	23 Nov 2005 06:51:44 -0000	1.5
--- Makefile.buildlayout	26 Nov 2005 01:51:47 -0000	1.6
***************
*** 20,29 ****
  # This file is currently located in these places: 
  #	  abstractions
! #	  externals/build
  # 	  packages
  #    doc
  #
  # it will be going here too:
- #    extensions
  #    gem
  #    pd
--- 20,29 ----
  # This file is currently located in these places: 
  #	  abstractions
! #    extensions
! #	  externals
  # 	  packages
  #    doc
  #
  # it will be going here too:
  #    gem
  #    pd
***************
*** 66,73 ****
  ABSTRACTIONS_SRC = $(SRC_ROOT_DIR)/abstractions
  DOC_SRC = $(SRC_ROOT_DIR)/doc
  EXTERNALS_SRC = $(SRC_ROOT_DIR)/externals
  FLEXT_SRC = $(SRC_ROOT_DIR)/externals/grill/flext
  GEM_SRC = $(SRC_ROOT_DIR)/Gem
- GEMLIBS_SRC = $(SRC_ROOT_DIR)/GemLibs
  PACKAGES_SRC = $(SRC_ROOT_DIR)/packages
  PD_SRC = $(SRC_ROOT_DIR)/pd
--- 66,73 ----
  ABSTRACTIONS_SRC = $(SRC_ROOT_DIR)/abstractions
  DOC_SRC = $(SRC_ROOT_DIR)/doc
+ EXTENSIONS_SRC = $(SRC_ROOT_DIR)/extensions
  EXTERNALS_SRC = $(SRC_ROOT_DIR)/externals
  FLEXT_SRC = $(SRC_ROOT_DIR)/externals/grill/flext
  GEM_SRC = $(SRC_ROOT_DIR)/Gem
  PACKAGES_SRC = $(SRC_ROOT_DIR)/packages
  PD_SRC = $(SRC_ROOT_DIR)/pd
***************
*** 131,135 ****
  
  # release version for this distro
! PACKAGE_VERSION = extended-RC4
  PACKAGE_NAME = Pd-$(PD_VERSION)-$(PACKAGE_VERSION)
  
--- 131,135 ----
  
  # release version for this distro
! PACKAGE_VERSION = extended-RC5
  PACKAGE_NAME = Pd-$(PD_VERSION)-$(PACKAGE_VERSION)
  





More information about the Pd-cvs mailing list