aboutsummaryrefslogtreecommitdiff
path: root/externals/Makefile
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2007-04-17 05:23:04 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2007-04-17 05:23:04 +0000
commit8873294da0175c4916c569459e56fab537d887b8 (patch)
tree000aaad7cba4af771952e401fe7da6e931b53a8a /externals/Makefile
parentbc406ac0109547e606ce738ec9f5810bdfc7e23a (diff)
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
Diffstat (limited to 'externals/Makefile')
-rw-r--r--externals/Makefile22
1 files 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)