[PD-cvs] packages/darwin_app Makefile,1.26,1.27 TODO,1.13,1.14

Hans-Christoph Steiner eighthave at users.sourceforge.net
Fri Dec 2 20:12:43 CET 2005


Update of /cvsroot/pure-data/packages/darwin_app
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5956/darwin_app

Modified Files:
	Makefile TODO 
Log Message:
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

Index: Makefile
===================================================================
RCS file: /cvsroot/pure-data/packages/darwin_app/Makefile,v
retrieving revision 1.26
retrieving revision 1.27
diff -C2 -d -r1.26 -r1.27
*** Makefile	30 Nov 2005 06:59:55 -0000	1.26
--- Makefile	2 Dec 2005 19:12:41 -0000	1.27
***************
*** 90,93 ****
--- 90,94 ----
  #------------------------------------------------------------------------------#
  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 
***************
*** 161,173 ****
  
  darwin_app_clean:
! 	-sudo rm -Rf -- $(BUILD_BASE) "$(DMG_NAME)" 
  	-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
--- 162,176 ----
  
  darwin_app_clean:
! 	-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"
  
  
  darwin_app_externals_flext_clean:
  	cd $(externals_src)/footils/syncgrain && make -f makefile.pd-darwin clean

Index: TODO
===================================================================
RCS file: /cvsroot/pure-data/packages/darwin_app/TODO,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** TODO	26 Nov 2005 01:51:35 -0000	1.13
--- TODO	2 Dec 2005 19:12:41 -0000	1.14
***************
*** 17,20 ****
--- 17,26 ----
  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
  





More information about the Pd-cvs mailing list