[PD-cvs] externals/miXed Makefile.common,1.12,1.13

eighthave at users.sourceforge.net eighthave at users.sourceforge.net
Mon Oct 27 16:33:22 CET 2003


Update of /cvsroot/pure-data/externals/miXed
In directory sc8-pr-cvs1:/tmp/cvs-serv15315

Modified Files:
	Makefile.common 
Log Message:
starting the conversion to making a miXed package rather than separate packages for each subsection

Index: Makefile.common
===================================================================
RCS file: /cvsroot/pure-data/externals/miXed/Makefile.common,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** Makefile.common	3 Oct 2003 12:08:31 -0000	1.12
--- Makefile.common	27 Oct 2003 15:33:18 -0000	1.13
***************
*** 330,334 ****
  # keep cyclone libs, because they offer the max->pd import facility
  
! PACKAGE_PREFIX = pd-$(BASE_NAME)
  PACKAGE_NAME = $(PACKAGE_PREFIX)-$(VERSION)-$(RELEASE)$(BUILD)
  
--- 330,334 ----
  # keep cyclone libs, because they offer the max->pd import facility
  
! PACKAGE_PREFIX = pd-mixed
  PACKAGE_NAME = $(PACKAGE_PREFIX)-$(VERSION)-$(RELEASE)$(BUILD)
  
***************
*** 340,347 ****
  
  darwin_pkg_clean:
! 	-sudo rm -Rf installroot/ $(PACKAGE_PREFIX)*.pkg/
  	-rm -f $(PACKAGE_PREFIX)-*.info *~ 1 License.html
  
  # install into MacOS X style paths: /Library/Pd
  
  darwin_altpkg: all darwin_pkg_clean darwin_pkg_license
--- 340,348 ----
  
  darwin_pkg_clean:
! 	-sudo rm -Rf installroot/ pd-*.pkg/
  	-rm -f $(PACKAGE_PREFIX)-*.info *~ 1 License.html
  
  # install into MacOS X style paths: /Library/Pd
+ # (this is a little out of date   -Hans)
  
  darwin_altpkg: all darwin_pkg_clean darwin_pkg_license
***************
*** 366,377 ****
  # install into MSP's default: /usr/local/lib
  
! darwin_pkg: all darwin_pkg_clean darwin_pkg_license
  # set up installroot dir
  	test -d installroot/lib/pd/doc/5.reference || mkdir -p installroot/lib/pd/doc/5.reference
! 	cp ../test/cyclone/*.pd ../test/cyclone/test* ../test/cyclone/*.coll ../test/cyclone/*.mid installroot/lib/pd/doc/5.reference
  	test -d installroot/lib/pd/extra || mkdir -p installroot/lib/pd/extra
! 	install -m644 ../bin/*.pd_darwin --group=staff installroot/lib/pd/extra
  	test -d installroot/bin || mkdir -p installroot/bin
! 	install -m755 ../bin/cyclist --group=staff installroot/bin
  	cp -f pd-cyclone.info $(PACKAGE_NAME).info
  # delete cruft
--- 367,381 ----
  # install into MSP's default: /usr/local/lib
  
! darwin_pkg: darwin_pkg_clean darwin_pkg_license
! # compile externals
! 	cd ../toxy && make
! 	cd ../cyclone && make
  # set up installroot dir
  	test -d installroot/lib/pd/doc/5.reference || mkdir -p installroot/lib/pd/doc/5.reference
! 	cp ../test/cyclone/*.* ../test/toxy/*.* installroot/lib/pd/doc/5.reference
  	test -d installroot/lib/pd/extra || mkdir -p installroot/lib/pd/extra
! 	install -m444 ../bin/*.pd_darwin installroot/lib/pd/extra
  	test -d installroot/bin || mkdir -p installroot/bin
! 	install -m555 ../bin/cyclist installroot/bin
  	cp -f pd-cyclone.info $(PACKAGE_NAME).info
  # delete cruft






More information about the Pd-cvs mailing list