[PD-cvs] SF.net SVN: pure-data: [9603] trunk/externals/Makefile

eighthave at users.sourceforge.net eighthave at users.sourceforge.net
Mon Mar 17 21:33:44 CET 2008


Revision: 9603
          http://pure-data.svn.sourceforge.net/pure-data/?rev=9603&view=rev
Author:   eighthave
Date:     2008-03-17 13:33:44 -0700 (Mon, 17 Mar 2008)

Log Message:
-----------
install all objects in the 'apple' lib written in Pd, they were forgotten

Modified Paths:
--------------
    trunk/externals/Makefile

Modified: trunk/externals/Makefile
===================================================================
--- trunk/externals/Makefile	2008-03-17 20:29:19 UTC (rev 9602)
+++ trunk/externals/Makefile	2008-03-17 20:33:44 UTC (rev 9603)
@@ -319,6 +319,9 @@
 		--description "support for Apple-specific functions" \
 		--license "GPLv2 or later"
 	install -p $(APPLE_OBJECTS:.c=.$(EXTENSION)) $(objectsdir)/$(APPLE_NAME)
+	install -p $(shell ls -1 $(externals_src)/apple/*.pd | \
+		grep -v '-help.pd' | sed 's|\(.*\)|"\1"|g') \
+		 $(objectsdir)/$(APPLE_NAME)
 	install -d $(helpdir)/$(APPLE_NAME)
 	install -p $(externals_src)/apple/*-help.pd \
 		$(helpdir)/$(APPLE_NAME)


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