[Fusionforge-commits] r9542 - trunk/3rd-party

Christian Bayle cbayle at libremir.placard.fr.eu.org
Tue Apr 20 14:42:08 CEST 2010


Author: cbayle
Date: 2010-04-20 14:42:08 +0200 (Tue, 20 Apr 2010)
New Revision: 9542

Added:
   trunk/3rd-party/Makefile
Log:
Build all 3rd party 


Added: trunk/3rd-party/Makefile
===================================================================
--- trunk/3rd-party/Makefile	                        (rev 0)
+++ trunk/3rd-party/Makefile	2010-04-20 12:42:08 UTC (rev 9542)
@@ -0,0 +1,9 @@
+DIRLIST=db2latex-xsl htmlpurifier mailman nusoap php-apache-log4php php-jpgraph php-mail-mbox
+
+%:
+	@for dir in $(DIRLIST); do \
+        cd $(CURDIR)/$$dir ; $(MAKE) $@ ; \
+	done
+
+.PHONY:$(DIRLIST)
+




More information about the Fusionforge-commits mailing list