From 030d2eec4fd115d8fa54c32873095420ce30ccad Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Mon, 28 Nov 2005 06:46:18 +0000 Subject: - 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=4064 --- packages/darwin_app/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'packages/darwin_app') diff --git a/packages/darwin_app/Makefile b/packages/darwin_app/Makefile index 607552c6..3039ab77 100644 --- a/packages/darwin_app/Makefile +++ b/packages/darwin_app/Makefile @@ -8,7 +8,7 @@ CWD := $(shell pwd) BUILD_BASE = $(CWD)/build PD_APP_NAME = $(PACKAGE_NAME) PD_APP_CONTENTS = $(BUILD_BASE)/$(PD_APP_NAME).app/Contents -prefix = $(PD_APP_CONTENTS)/Resources +DESTDIR = $(PD_APP_CONTENTS)/Resources cvs_root_dir = $(CWD)/../.. BUILDLAYOUT_DIR = $(CWD)/.. @@ -30,6 +30,7 @@ include $(BUILDLAYOUT_DIR)/Makefile.buildlayout DEST_PATHS = BUILDLAYOUT_DIR=$(BUILDLAYOUT_DIR) \ cvs_root_dir=$(cvs_root_dir) \ prefix=$(prefix) \ + DESTDIR=$(DESTDIR) \ UNAME=$(UNAME) install: darwin_app @@ -107,7 +108,7 @@ darwin_app_doc_format: cd $(pddocdir) && \ sed -i.bak 's/^\(\#N canvas [0-9]* [0-9]* [0-9]* [0-9]*\) 12/\1 10/' \ */*.pd */*/*.pd */*/*/*.pd - find $(prefix) -name '*.pd.bak' -delete + find $(DESTDIR) -name '*.pd.bak' -delete #==============================================================================# # -- cgit v1.2.1