aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-04-26 03:22:57 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-04-26 03:22:57 +0000
commitbf28f936ed3182e34b71184ec91d906b81544a6f (patch)
tree991c9cd4dfb5c8265c644a13176a5731ead4d554 /Makefile
parent3e117ad8cd4ea324d976603b88c8408a5761054b (diff)
set default install location to ~/Library/Pd on Mac OS X
svn path=/trunk/externals/pmpd/; revision=13478
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 706ae68..0a21610 100644
--- a/Makefile
+++ b/Makefile
@@ -104,6 +104,8 @@ ifeq ($(UNAME),Darwin)
STRIP = strip -x
DISTDIR=$(LIBRARY_NAME)-$(LIBRARY_VERSION)
DISTBINDIR=$(DISTDIR)-$(OS)
+# install into ~/Library/Pd on Mac OS X since /usr/local isn't used much
+ pkglibdir=$(HOME)/Library/Pd
endif
endif
ifeq ($(UNAME),Linux)
@@ -277,3 +279,4 @@ showsetup:
@echo "ALLSOURCES: $(ALLSOURCES)"
@echo "UNAME: $(UNAME)"
@echo "CPU: $(CPU)"
+ @echo "pkglibdir: $(pkglibdir)"