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
commit43d20ee8da5732a8c192c7fb29375123babc7821 (patch)
treec23af2a0799ad9bf80c5783530c4682102b5a336 /Makefile
parent821abcc2aa8dceaa1c38b9f09446a77970e9d21d (diff)
set default install location to ~/Library/Pd on Mac OS X
svn path=/trunk/externals/apple/; revision=13478
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index eb8af64..43652c9 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)
@@ -278,3 +280,4 @@ showsetup:
@echo "ALLSOURCES: $(ALLSOURCES)"
@echo "UNAME: $(UNAME)"
@echo "CPU: $(CPU)"
+ @echo "pkglibdir: $(pkglibdir)"