[PD-cvs] abstractions Makefile,1.27,1.28 TODO,1.2,1.3

Hans-Christoph Steiner eighthave at users.sourceforge.net
Thu Jul 27 22:45:30 CEST 2006


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

Modified Files:
	Makefile TODO 
Log Message:
fixed up LIB_TARGETS to work with rpm and deb package building scripts

Index: Makefile
===================================================================
RCS file: /cvsroot/pure-data/abstractions/Makefile,v
retrieving revision 1.27
retrieving revision 1.28
diff -C2 -d -r1.27 -r1.28
*** Makefile	7 Jul 2006 04:12:26 -0000	1.27
--- Makefile	27 Jul 2006 20:45:28 -0000	1.28
***************
*** 24,30 ****
  
  # if your library isn't included in LIB_TARGETS, it won't be built with
! # Pd-extended. 
! LIB_TARGETS = gyre keyboardkeys la-kitchen list-abs memento \
! nusmuk nqpoly parazit pddp pixeltango purepd rradical
  
  # in case anything needs to be compiled or processed somehow before installing
--- 24,32 ----
  
  # if your library isn't included in LIB_TARGETS, it won't be built with
! # Pd-extended.  
! #
! # WARNING!  this MUST be all on one line because the automatic package
! # building scripts rely on it being that way.
! LIB_TARGETS = gyre keyboardkeys la-kitchen list-abs memento nusmuk nqpoly parazit pddp pixeltango purepd rradical
  
  # in case anything needs to be compiled or processed somehow before installing

Index: TODO
===================================================================
RCS file: /cvsroot/pure-data/abstractions/TODO,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** TODO	27 Nov 2005 04:51:57 -0000	1.2
--- TODO	27 Jul 2006 20:45:28 -0000	1.3
***************
*** 1 ****
--- 1,5 ----
  
+ - fix up Makefile to use auto _install and _clean target generation, like in
+   externals/Makefile
+ 
+ 





More information about the Pd-cvs mailing list