[PD-cvs] SF.net SVN: pure-data: [9969] branches/pd-extended/v0-40/externals/Makefile

eighthave at users.sourceforge.net eighthave at users.sourceforge.net
Wed Jun 4 13:38:45 CEST 2008


Revision: 9969
          http://pure-data.svn.sourceforge.net/pure-data/?rev=9969&view=rev
Author:   eighthave
Date:     2008-06-04 04:38:44 -0700 (Wed, 04 Jun 2008)

Log Message:
-----------
oops, arduino stuff shouldn't be included in Pd-extended, since it is changing too fast.  It is distributed separately

Modified Paths:
--------------
    branches/pd-extended/v0-40/externals/Makefile

Modified: branches/pd-extended/v0-40/externals/Makefile
===================================================================
--- branches/pd-extended/v0-40/externals/Makefile	2008-06-02 20:52:33 UTC (rev 9968)
+++ branches/pd-extended/v0-40/externals/Makefile	2008-06-04 11:38:44 UTC (rev 9969)
@@ -1005,7 +1005,6 @@
 #	install -p $(HARDWARE_OBJECTS:.c=.$(EXTENSION)) \
 #		$(objectsdir)/$(HARDWARE_NAME)
 	install -p $(externals_src)/hardware/lanbox/lanbox.pd \
-		$(externals_src)/hardware/arduino/arduino.pd \
 		$(objectsdir)/$(HARDWARE_NAME)
 	install -d $(helpdir)/$(HARDWARE_NAME)
 	install -p $(externals_src)/hardware/*/*-help.pd \
@@ -1018,7 +1017,6 @@
 		$(readmesdir)/$(HARDWARE_NAME).txt
 	install -d $(examplesdir)/$(HARDWARE_NAME)
 	install -p $(externals_src)/hardware/*/examples/*.pd \
-		$(externals_src)/hardware/arduino/arduino-test.pd \
 		$(examplesdir)/$(HARDWARE_NAME)
 
 hardware_clean:


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Pd-cvs mailing list