[PD-cvs] packages/darwin_app Makefile, 1.14, 1.15 README, 1.4, 1.5 TODO, 1.6, 1.7

Hans-Christoph Steiner eighthave at users.sourceforge.net
Thu Jun 9 08:23:09 CEST 2005


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

Modified Files:
	Makefile README TODO 
Log Message:
cleaned up build system, tweaked flext build

Index: README
===================================================================
RCS file: /cvsroot/pure-data/packages/darwin_app/README,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** README	3 Jun 2005 20:28:25 -0000	1.4
--- README	9 Jun 2005 06:23:07 -0000	1.5
***************
*** 67,68 ****
--- 67,69 ----
  
  
+ 	 The final build product will be put into build/Pd.app.

Index: Makefile
===================================================================
RCS file: /cvsroot/pure-data/packages/darwin_app/Makefile,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** Makefile	8 Jun 2005 16:50:07 -0000	1.14
--- Makefile	9 Jun 2005 06:23:06 -0000	1.15
***************
*** 2,49 ****
  current: darwin_app
  
  PD_APP_NAME = Pd
! 
! ifndef DESTDIR
! DESTDIR = installroot
! endif
! 
! PD_APP_CONTENTS = /Applications/$(PD_APP_NAME).app/Contents
  INSTALL_PREFIX = $(PD_APP_CONTENTS)/Resources
[...1034 lines suppressed...]
! 		cd flext && make -f makefile.pd-darwin clean; \
! 		cd dyn && make -f makefile.pd-darwin clean; \
! 		cd fftease && make -f makefile.pd-darwin clean; \
! 		cd pool && make -f makefile.pd-darwin clean; \
! 		cd py && make -f makefile.pd-darwin clean; \
! 		cd vasp && make -f makefile.pd-darwin clean; \
! 		cd vst && make -f makefile.pd-darwin clean; \
! 		cd xsample && make -f makefile.pd-darwin clean; \
! 	)			
! 	cd ../../externals/footils/syncgrain && make -f makefile.pd-darwin clean
  
--- 564,571 ----
  
  darwin_app_externals_flext_clean:
! 	cd $(EXTERNALS_SRC)/footils/syncgrain && make -f makefile.pd-darwin clean
! 	cd $(EXTERNALS_SRC)/grill && \
! 		rm flext/buildsys/config-mac-pd-gcc.txt config.txt flext/config.txt \
! 			flext/source/libflext.a */pd-darwin/*.o */pd-darwin/*.pd_darwin \
! 			*/pd-darwin/*/*.pd_darwin
  

Index: TODO
===================================================================
RCS file: /cvsroot/pure-data/packages/darwin_app/TODO,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** TODO	3 Jun 2005 20:28:25 -0000	1.6
--- TODO	9 Jun 2005 06:23:07 -0000	1.7
***************
*** 1,4 ****
  
! - fixed Pd.app file associations
  
  - create old-style Help->Pure Documentation link on Help menu.  It should use a
--- 1,7 ----
  
! - convert the wget sf dev listing line in darwin_app_readme from wget to curl
!   so it works out-of-box on macosx
! 
! - fix Pd.app file associations
  
  - create old-style Help->Pure Documentation link on Help menu.  It should use a
***************
*** 22,28 ****
  - include auto-.pdrc script in package somewhere...
  
- - make a web page that has stuff that can't be included due to license issues:
-   (percolate)
- 
  - create Tcl script called from Prefs that creates links for the standard unix
  - locations for files that are in bin, include, man inside $(PD_FILE_ROOT)
--- 25,28 ----
***************
*** 37,44 ****
    command habits work in Pd as well
  
- - make Cmd-H and Alt-Cmd-H work when the Alt key is spec'ed
- 
- - create --enable-cpu and --enable-arch in pd/src/configure.in
- 
  - create general optimization flag system
  
--- 37,40 ----
***************
*** 46,48 ****
    __gnu_linux__) while I am at it
  
! - add context (diff -u) to all patches
--- 42,50 ----
    __gnu_linux__) while I am at it
  
! 
! 
! ------------------------------------------------------------------------------
! semi-abandoned TODOs
! 
! - make a web page that has stuff that can't be included due to license issues:
!   (percolate)





More information about the Pd-cvs mailing list