[PD-cvs] abstractions Makefile,1.26,1.27

Hans-Christoph Steiner eighthave at users.sourceforge.net
Fri Jul 7 06:12:29 CEST 2006


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

Modified Files:
	Makefile 
Log Message:
added libdir meta file to purepd so it'll load as a lib

Index: Makefile
===================================================================
RCS file: /cvsroot/pure-data/abstractions/Makefile,v
retrieving revision 1.26
retrieving revision 1.27
diff -C2 -d -r1.26 -r1.27
*** Makefile	27 Apr 2006 14:50:13 -0000	1.26
--- Makefile	7 Jul 2006 04:12:26 -0000	1.27
***************
*** 263,266 ****
--- 263,269 ----
  purepd_install:
  	install -d $(objectsdir)/$(PUREPD_NAME)
+ 	$(scripts_src)/generate-libdir-metafile.sh $(objectsdir) $(PUREPD_NAME) \
+ 		--license "GNU GPL" \
+ 		--description "existing objects reimplemented in Pd"
  	install -p $(abstractions_src)/purepd/*.pd \
  		 $(objectsdir)/$(PUREPD_NAME)





More information about the Pd-cvs mailing list