From 8873294da0175c4916c569459e56fab537d887b8 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Tue, 17 Apr 2007 05:23:04 +0000 Subject: 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 svn path=/trunk/; revision=7570 --- externals/Makefile | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/externals/Makefile b/externals/Makefile index 186e4be7..c8b46c85 100644 --- a/externals/Makefile +++ b/externals/Makefile @@ -131,7 +131,7 @@ ifeq ($(OS_NAME),windows) LIB_TARGETS += else ifeq ($(OS_NAME),darwin) - LIB_TARGETS += hid hidio wiiremote + LIB_TARGETS += hid hidio pidip wiiremote else # GNU/Linux, BSD, IRIX, etc. LIB_TARGETS += hid hidio pdp pidip hdspm_mixer @@ -1800,8 +1800,8 @@ pdp_install: pdp install -p $(externals_src)/pdp/*.$(EXTENSION) $(objectsdir) # 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 $(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) install -p $(externals_src)/pdp/doc/introduction/*.* \ @@ -1835,14 +1835,14 @@ $(externals_src)/pidip/Makefile pidip: $(externals_src)/pidip/pidip.$(EXTENSION) 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 $(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) # install -d $(manualsdir)/$(PIDIP_NAME) -- cgit v1.2.1