[PD-cvs] externals Makefile,1.42,1.43

Hans-Christoph Steiner eighthave at users.sourceforge.net
Tue Mar 21 17:19:27 CET 2006


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

Modified Files:
	Makefile 
Log Message:
moved pd patches out of the separate 'pd' folder into the root of the mapping project so that its easy to make the development environment match the final install environment

Index: Makefile
===================================================================
RCS file: /cvsroot/pure-data/externals/Makefile,v
retrieving revision 1.42
retrieving revision 1.43
diff -C2 -d -r1.42 -r1.43
*** Makefile	21 Mar 2006 15:30:40 -0000	1.42
--- Makefile	21 Mar 2006 16:19:24 -0000	1.43
***************
*** 739,743 ****
  # no compiled objects yet...
  #	install -p $(MAPPING_OBJECTS:.c=.$(EXTENSION)) $(objectsdir)/$(MAPPING_NAME)
! 	install -p $(externals_src)/mapping/pd/*.pd $(objectsdir)/$(MAPPING_NAME)
  	install -d $(helpdir)/$(MAPPING_NAME)
  	install -p $(externals_src)/mapping/help/*.pd \
--- 739,743 ----
  # no compiled objects yet...
  #	install -p $(MAPPING_OBJECTS:.c=.$(EXTENSION)) $(objectsdir)/$(MAPPING_NAME)
! 	install -p $(externals_src)/mapping/*.pd $(objectsdir)/$(MAPPING_NAME)
  	install -d $(helpdir)/$(MAPPING_NAME)
  	install -p $(externals_src)/mapping/help/*.pd \





More information about the Pd-cvs mailing list