aboutsummaryrefslogtreecommitdiff
path: root/abstractions/Makefile
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2005-11-28 06:53:50 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2005-11-28 06:53:50 +0000
commitc6102e81254e2ecd8286a58aa847bf2570c265aa (patch)
tree8f86fbd4630e11b205cdb8f78ddd18b320075441 /abstractions/Makefile
parent030d2eec4fd115d8fa54c32873095420ce30ccad (diff)
- finally got a Linux Pd-extended release out, RC5
- built a tar.bz2 package maker with a generated Makefile for installing and uninstalling - switched all Makefiles to follow GNU $(DESTDIR)/$(prefix) standards svn path=/trunk/; revision=4065
Diffstat (limited to 'abstractions/Makefile')
-rw-r--r--abstractions/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/abstractions/Makefile b/abstractions/Makefile
index 4478725c..a8ef72bd 100644
--- a/abstractions/Makefile
+++ b/abstractions/Makefile
@@ -11,7 +11,7 @@ CWD := $(shell pwd)
# these are designed to be overridden by the packages/Makefile
cvs_root_dir = $(CWD)/..
-prefix = build
+DESTDIR = $(CWD)/build/
BUILDLAYOUT_DIR = $(CWD)
include $(BUILDLAYOUT_DIR)/Makefile.buildlayout
@@ -27,7 +27,7 @@ all:
# clean up after everything is installed
final_setup:
- chmod -R ugo-w $(prefix)
+ chmod -R ugo-w $(pddocdir)
install: all $(objectsdir) $(helpdir) $(manualsdir) $(examplesdir) \
gyre_install keyboardkeys_install la_install-kitchen memento_install \
@@ -209,10 +209,10 @@ pixeltango_install:
--license "GNU GPL" \
--description "objects for creating visuals in a live performance setting"
install -d $(helpdir)/$(PIXELTANGO_NAME)
- install -p $(abstractions_src)/pixeltango/help/*.* \
+ install -p $(abstractions_src)/pixelTANGO/help/*.* \
$(helpdir)/$(PIXELTANGO_NAME)
install -d $(examplesdir)/$(PIXELTANGO_NAME)
- install -p $(abstractions_src)/pixeltango/Example-Patches/*.* \
+ install -p $(abstractions_src)/pixelTANGO/Example-Patches/*.* \
$(examplesdir)/$(PIXELTANGO_NAME)
install -d $(manualsdir)/$(PIXELTANGO_NAME)
install -p $(abstractions_src)/pixelTANGO/*.txt \