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