[PD-cvs] externals/pureunity Makefile,1.1,1.2

IOhannes m zmölnig zmoelnig at users.sourceforge.net
Fri May 19 15:19:36 CEST 2006


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

Modified Files:
	Makefile 
Log Message:
made the PD-variable overwritable via "export";
this way, we don't have to mirror matju's filesystem


Index: Makefile
===================================================================
RCS file: /cvsroot/pure-data/externals/pureunity/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** Makefile	9 Jan 2006 05:04:19 -0000	1.1
--- Makefile	19 May 2006 13:19:34 -0000	1.2
***************
*** 1,5 ****
! #PD = /home/matju/pd_0_38_4/bin/pd
! PD = /home/matju/pd_devel_0_39_und/bin/pd
! #PD = pd
  PDFLAGS = -lib pureunity -noaudio -path generics -path specifics
  PDFLAGS += -lib gridflow
--- 1,5 ----
! # if you don't want the standard pd, set the PD-variable before doing "make"
! # e.g. "PD=/home/matju/pd_devel_0_39_und/bin/pd make"
! PD ?= pd
  PDFLAGS = -lib pureunity -noaudio -path generics -path specifics
  PDFLAGS += -lib gridflow





More information about the Pd-cvs mailing list