From 5ebae9f842a9d841758f79ee00a38e3b97bb633c Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Fri, 2 Dec 2005 19:12:41 +0000 Subject: generalized locations so that UNIX-style dir layout can also be used in addition to the Windows/MacOSX-style dir layout; fixed random bugs; added more the clean targets svn path=/trunk/; revision=4120 --- packages/darwin_app/Makefile | 13 ++++++++----- packages/darwin_app/TODO | 6 ++++++ 2 files changed, 14 insertions(+), 5 deletions(-) (limited to 'packages/darwin_app') diff --git a/packages/darwin_app/Makefile b/packages/darwin_app/Makefile index 4f6cb658..53ae96ca 100644 --- a/packages/darwin_app/Makefile +++ b/packages/darwin_app/Makefile @@ -89,6 +89,7 @@ rez_install: #------------------------------------------------------------------------------# darwin_app_core: darwin_app_wrapper + export MACOSX_DEPLOYMENT_TARGET=10.3 cd $(packages_src) && \ make $(DEST_PATHS) PD_CONFIGURE_FLAGS=--enable-jack pd_install cd "$(PD_APP_CONTENTS)/Resources/Scripts" && \ @@ -160,15 +161,17 @@ clean: darwin_app_clean darwin_app_externals_flext_clean \ darwin_app_clean: - -sudo rm -Rf -- $(BUILD_BASE) "$(DMG_NAME)" + -sudo rm -Rf -- $(PD_APP_CONTENTS)/Frameworks + -rm -f -- $(PD_APP_CONTENTS)/Plugins $(PD_APP_CONTENTS)/Info.plist + -rm -f -- $(PD_APP_CONTENTS)/MacOS/Pd + -rmdir $(PD_APP_CONTENTS)/MacOS + -rm -f -- $(PD_APP_CONTENTS)/Resources/Scripts/AppMain.tcl + -rmdir $(PD_APP_CONTENTS)/Resources/Scripts + -rm -f -- $(DESTDIR) -rm -f -- *~ 1 $(README_FILE) $(WELCOME_FILE) $(LICENSE_FILE) \ $(UNIX_PACKAGE_NAME).pkg "$(DMG_NAME).dmg" - - - cd $(gem_src)/Gem && xcodebuild clean - darwin_app_externals_flext_clean: cd $(externals_src)/footils/syncgrain && make -f makefile.pd-darwin clean -cd $(externals_src)/grill && \ diff --git a/packages/darwin_app/TODO b/packages/darwin_app/TODO index 38bc6a39..e8e9d0ee 100644 --- a/packages/darwin_app/TODO +++ b/packages/darwin_app/TODO @@ -16,6 +16,12 @@ guidelines: http://developer.apple.com/documentation/MacOSX/Conceptual/BPFileSystem/Articles/WhereToPutFiles.html +- Pd should then test to see if Jack is available before switching to it, + otherwise it'll just crash. Here's apple's method of testing: + + http://developer.apple.com/documentation/mac/runtimehtml/RTArch-43.html + + - help menu - check up on this bug: Opening Help patches from "Pure Documentation" -- cgit v1.2.1