[PD-cvs] externals/build/darwin makefile,1.9,1.10

eighthave at users.sourceforge.net eighthave at users.sourceforge.net
Mon Oct 27 03:37:00 CET 2003


Update of /cvsroot/pure-data/externals/build/darwin
In directory sc8-pr-cvs1:/tmp/cvs-serv27879

Modified Files:
	makefile 
Log Message:
further refined the installer process

Index: makefile
===================================================================
RCS file: /cvsroot/pure-data/externals/build/darwin/makefile,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** makefile	17 Sep 2003 13:31:39 -0000	1.9
--- makefile	27 Oct 2003 02:36:57 -0000	1.10
***************
*** 34,39 ****
  	test -d $(prefix)/doc/5.reference || mkdir -p $(prefix)/doc/5.reference
  	install -m444 ../../OSCx/doc/*.pd \
! 			../../ann/examples/*.pd \
! 			../../ann/examples/*.som \
  			../../aenv~/*.pd \
  			../../build/*.pd \
--- 34,38 ----
  	test -d $(prefix)/doc/5.reference || mkdir -p $(prefix)/doc/5.reference
  	install -m444 ../../OSCx/doc/*.pd \
! 			../../ann/examples/*.* \
  			../../aenv~/*.pd \
  			../../build/*.pd \
***************
*** 48,53 ****
  			../../hcs/*.pd \
  			../../markex/*.pd \
! 			../../maxlib/help/*.pd \
! 			../../maxlib/help/*.txt \
  			../../motex/*.pd \
  			../../pdogg/*/*.pd \
--- 47,51 ----
  			../../hcs/*.pd \
  			../../markex/*.pd \
! 			../../maxlib/help/*.* \
  			../../motex/*.pd \
  			../../pdogg/*/*.pd \
***************
*** 64,67 ****
--- 62,71 ----
  	install -m444 ../../sprinkler/sprinkler-help.pd $(prefix)/doc/5.reference
  
+ install-abstractions:
+ 	test -d $(prefix)/extra || mkdir -p $(prefix)/extra
+ 	install -m444 \
+ 			../../vbap/graph-to-aziele.pd \
+ 			$(prefix)/extra
+ 
  install: install-doc
  	test -d $(prefix)/extra || mkdir -p $(prefix)/extra
***************
*** 86,90 ****
  darwin_pkg_license:
    # generate HTML version of License
! 	echo "<HTML><BODY><FONT SIZE="-1">" > License.html
  	cat ../../creb/COPYING | sed -e 's/^$$/\<P\>/g' >> License.html	
  	echo "</FONT></BODY></HTML>" >> License.html
--- 90,94 ----
  darwin_pkg_license:
    # generate HTML version of License
! 	echo "<HTML><BODY><FONT SIZE=\"-1\">" > License.html
  	cat ../../creb/COPYING | sed -e 's/^$$/\<P\>/g' >> License.html	
  	echo "</FONT></BODY></HTML>" >> License.html
***************
*** 100,108 ****
  
  darwin_pkg: DESTDIR = installroot
! darwin_pkg: all install darwin_pkg_clean darwin_pkg_license darwin_pkg_welcome
  # set up installroot dir
  #  test -d installroot/pd/doc/5.reference/ || mkdir -p installroot/pd/doc/5.reference/
! 	test -d installroot/pd/extra || mkdir -p installroot/pd/extra
! 	install -m644 --group=staff *.pd_darwin installroot/pd/extra
  	cp -f pd-externals.info $(PACKAGE_NAME).info
  # delete cruft
--- 104,113 ----
  
  darwin_pkg: DESTDIR = installroot
! darwin_pkg: prefix = $(DESTDIR)/pd
! darwin_pkg: all install darwin_pkg_license darwin_pkg_welcome
  # set up installroot dir
  #  test -d installroot/pd/doc/5.reference/ || mkdir -p installroot/pd/doc/5.reference/
! #	test -d installroot/pd/extra || mkdir -p installroot/pd/extra
! #	install -m644 --group=staff *.pd_darwin installroot/pd/extra
  	cp -f pd-externals.info $(PACKAGE_NAME).info
  # delete cruft






More information about the Pd-cvs mailing list