Update of /cvsroot/pure-data/externals
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8117
Modified Files:
Makefile
Log Message:
enabled pidip building on Mac OS X, since it seems to work ok; removed libdir stuff from PDP and PiDiP; PDP doesn't build on Mac OS X currently, the necessary fixes are in branch-v0-39-2-extended
Index: Makefile
===================================================================
RCS file: /cvsroot/pure-data/externals/Makefile,v
retrieving revision 1.139
retrieving revision 1.140
diff -C2 -d -r1.139 -r1.140
*** Makefile 5 Apr 2007 16:21:46 -0000 1.139
--- Makefile 17 Apr 2007 05:23:04 -0000 1.140
***************
*** 132,136 ****
else
ifeq ($(OS_NAME),darwin)
! LIB_TARGETS += hid hidio wiiremote
else
# GNU/Linux, BSD, IRIX, etc.
--- 132,136 ----
else
ifeq ($(OS_NAME),darwin)
! LIB_TARGETS += hid hidio pidip wiiremote
else
# GNU/Linux, BSD, IRIX, etc.
***************
*** 1801,1806 ****
# install -p $(externals_src)/pdp/abstractions/*.pd $(objectsdir)/$(PDP_NAME)
install -p $(externals_src)/pdp/abstractions/*.pd $(objectsdir)
! install -d $(helpdir)/$(PDP_NAME)
! install -p $(externals_src)/pdp/doc/objects/*.* $(helpdir)/$(PDP_NAME)
install -d $(manualsdir)/$(PDP_NAME)
install -p $(externals_src)/pdp/doc/reference.txt $(manualsdir)/$(PDP_NAME)
--- 1801,1806 ----
# install -p $(externals_src)/pdp/abstractions/*.pd $(objectsdir)/$(PDP_NAME)
install -p $(externals_src)/pdp/abstractions/*.pd $(objectsdir)
! # install -d $(helpdir)/$(PDP_NAME)
! install -p $(externals_src)/pdp/doc/objects/*.* $(helpdir)
install -d $(manualsdir)/$(PDP_NAME)
install -p $(externals_src)/pdp/doc/reference.txt $(manualsdir)/$(PDP_NAME)
***************
*** 1836,1847 ****
pidip_install: pidip
! install -d $(objectsdir)/$(PIDIP_NAME)
! $(scripts_src)/generate-libdir-metafile.sh $(objectsdir) $(PIDIP_NAME) \
! --author "Yves Degoyon" \
! --description "PiDiP is Definitely in Pieces" \
! --license "GNU GPLv2"
! install -p $(externals_src)/pidip/*.$(EXTENSION) $(objectsdir)/$(PIDIP_NAME)
! install -d $(helpdir)/$(PIDIP_NAME)
! install -p $(externals_src)/pidip/doc/*.pd $(helpdir)/$(PIDIP_NAME)
install -d $(examplesdir)/$(PIDIP_NAME)
install -p $(externals_src)/pidip/patches/*.* $(examplesdir)/$(PIDIP_NAME)
--- 1836,1847 ----
pidip_install: pidip
! # install -d $(objectsdir)/$(PIDIP_NAME)
! # $(scripts_src)/generate-libdir-metafile.sh $(objectsdir) $(PIDIP_NAME) \
! # --author "Yves Degoyon" \
! # --description "PiDiP is Definitely in Pieces" \
! # --license "GNU GPLv2"
! install -p $(externals_src)/pidip/*.$(EXTENSION) $(objectsdir)
! install -d $(helpdir)
! install -p $(externals_src)/pidip/doc/*.pd $(helpdir)
install -d $(examplesdir)/$(PIDIP_NAME)
install -p $(externals_src)/pidip/patches/*.* $(examplesdir)/$(PIDIP_NAME)