Update of /cvsroot/pure-data/externals/iem/iemgui/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18137
Modified Files: makefile Log Message: made PDSOURCE settable from outside
Index: makefile =================================================================== RCS file: /cvsroot/pure-data/externals/iem/iemgui/src/makefile,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** makefile 17 Oct 2007 16:15:04 -0000 1.3 --- makefile 31 Oct 2007 11:20:32 -0000 1.4 *************** *** 3,7 **** .SUFFIXES: .pd_linux
! PDSOURCE = /usr/local/src/pd/src
INCLUDE = -I. -I${PDSOURCE} --- 3,7 ---- .SUFFIXES: .pd_linux
! PDSOURCE ?= /usr/local/src/pd/src
INCLUDE = -I. -I${PDSOURCE}