Update of /cvsroot/pure-data/externals
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8748
Modified Files:
Tag: branch-v0-39-2-extended
Makefile
Log Message:
got pidip compiling properly on Mac OS X, let's hope it works...
Index: Makefile
===================================================================
RCS file: /cvsroot/pure-data/externals/Makefile,v
retrieving revision 1.103.2.3
retrieving revision 1.103.2.4
diff -C2 -d -r1.103.2.3 -r1.103.2.4
*** Makefile 12 Dec 2006 02:26:35 -0000 1.103.2.3
--- Makefile 12 Dec 2006 02:42:48 -0000 1.103.2.4
***************
*** 132,136 ****
else
ifeq ($(OS_NAME),darwin)
! LIB_TARGETS += hid pdp
else
# GNU/Linux, BSD, IRIX, etc.
--- 132,136 ----
else
ifeq ($(OS_NAME),darwin)
! LIB_TARGETS += hid pdp pidip
else
# GNU/Linux, BSD, IRIX, etc.