[PD-cvs] externals Makefile,1.7,1.8

Hans-Christoph Steiner eighthave at users.sourceforge.net
Sat Nov 26 07:58:36 CET 2005


Update of /cvsroot/pure-data/externals
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1019

Modified Files:
	Makefile 
Log Message:
small tweaks to get things working on MinGW

Index: Makefile
===================================================================
RCS file: /cvsroot/pure-data/externals/Makefile,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** Makefile	26 Nov 2005 04:20:39 -0000	1.7
--- Makefile	26 Nov 2005 06:58:34 -0000	1.8
***************
*** 43,47 ****
  	@echo "Compiling objects for $(OS_NAME) aka $(UNAME)"
  # try it this way so that it'll recognize files that have already been built
! 	cd $(externals_src)/build/$(OS_NAME) && make -k 
  
  # these targets are for platform-specific needs that run before objects:
--- 43,47 ----
  	@echo "Compiling objects for $(OS_NAME) aka $(UNAME)"
  # try it this way so that it'll recognize files that have already been built
! 	-cd $(externals_src)/build/$(OS_NAME) && make -k 
  
  # these targets are for platform-specific needs that run before objects:
***************
*** 194,199 ****
  #		$(CYCLONE_OUT_DIR)/cyclonelib.$(EXTENSION)
  	install -d $(helpdir)/$(CYCLONE_NAME)
! 	install -p $(externals_src)/miXed/doc/help/cyclone/*.*  \
! 		$(helpdir)/$(CYCLONE_NAME)
  #	install -d $(manualsdir)/$(CYCLONE_NAME)
  	install -d $(examplesdir)/$(CYCLONE_NAME)
--- 194,199 ----
  #		$(CYCLONE_OUT_DIR)/cyclonelib.$(EXTENSION)
  	install -d $(helpdir)/$(CYCLONE_NAME)
! 	cd $(externals_src)/miXed/doc/help/cyclone && \
! 		install -p *.* $(helpdir)/$(CYCLONE_NAME)
  #	install -d $(manualsdir)/$(CYCLONE_NAME)
  	install -d $(examplesdir)/$(CYCLONE_NAME)
***************
*** 216,221 ****
  	$(scripts_src)/generate-libdir-metafile.sh $(objectsdir) $(IEMABS_NAME) \
  		--description "a collection of objects written at IEM/KUG"
! 	install -p $(shell ls -1 $(externals_src)/iemlib/iemabs/*.pd | \
! 		grep -v 'help') $(objectsdir)/$(IEMABS_NAME)
  	install -d $(helpdir)/$(IEMABS_NAME)
  	install -p $(externals_src)/iemlib/iemabs/*help*.pd \
--- 216,221 ----
  	$(scripts_src)/generate-libdir-metafile.sh $(objectsdir) $(IEMABS_NAME) \
  		--description "a collection of objects written at IEM/KUG"
! 	install -p $(shell ls -1 $(externals_src)/iemlib/iemabs/*.pd | grep -v 'help') \
! 		$(objectsdir)/$(IEMABS_NAME)
  	install -d $(helpdir)/$(IEMABS_NAME)
  	install -p $(externals_src)/iemlib/iemabs/*help*.pd \
***************
*** 415,420 ****
  # hid 
  # these don't work on Windows yet
! 	cd $(externals_src)/hcs/hid && $(MAKE) 
! 	install -p $(externals_src)/hcs/hid/hid.$(EXTENSION) $(objectsdir)
  	install -p $(shell ls -1 $(externals_src)/hcs/hid/*.pd | \
  			 grep -v '\-help.pd'| grep -v '\-list.pd') $(objectsdir)
--- 415,420 ----
  # hid 
  # these don't work on Windows yet
! 	-cd $(externals_src)/hcs/hid && $(MAKE) 
! 	-install -p $(externals_src)/hcs/hid/hid.$(EXTENSION) $(objectsdir)
  	install -p $(shell ls -1 $(externals_src)/hcs/hid/*.pd | \
  			 grep -v '\-help.pd'| grep -v '\-list.pd') $(objectsdir)
***************
*** 429,440 ****
  		(cd $(externals_src)/OSCx && ./configure)
  # these don't work on Windows yet
! 	cd $(externals_src)/OSCx && $(MAKE) CC=gcc
  	install -p $(externals_src)/OSCx/doc/*.* $(helpdir)
- 	install -p $(externals_src)/OSCx/src/*.$(EXTENSION) $(objectsdir)
  #----------------------------------------------------------------------------
  # unauthorized
  # these don't work on Windows yet
! 	cd $(externals_src)/unauthorized && $(MAKE) 
! 	install -p $(externals_src)/unauthorized/*/*.$(EXTENSION) $(objectsdir)
  	install -p $(externals_src)/unauthorized/*/*.pd $(helpdir)
  	install -p $(externals_src)/unauthorized/*/*.txt $(helpdir)
--- 429,440 ----
  		(cd $(externals_src)/OSCx && ./configure)
  # these don't work on Windows yet
! 	-cd $(externals_src)/OSCx && $(MAKE) CC=gcc
! 	-install -p $(externals_src)/OSCx/src/*.$(EXTENSION) $(objectsdir)
  	install -p $(externals_src)/OSCx/doc/*.* $(helpdir)
  #----------------------------------------------------------------------------
  # unauthorized
  # these don't work on Windows yet
! 	-cd $(externals_src)/unauthorized && $(MAKE) 
! 	-install -p $(externals_src)/unauthorized/*/*.$(EXTENSION) $(objectsdir)
  	install -p $(externals_src)/unauthorized/*/*.pd $(helpdir)
  	install -p $(externals_src)/unauthorized/*/*.txt $(helpdir)





More information about the Pd-cvs mailing list