[csw-devel] SF.net SVN: gar:[3813] csw/mgar/pkg

hson at users.sourceforge.net hson at users.sourceforge.net
Thu Mar 19 04:23:33 CET 2009


Revision: 3813
          http://gar.svn.sourceforge.net/gar/?rev=3813&view=rev
Author:   hson
Date:     2009-03-19 03:23:32 +0000 (Thu, 19 Mar 2009)

Log Message:
-----------
Add intermediate level Makefiles

Added Paths:
-----------
    csw/mgar/pkg/dsniff/Makefile
    csw/mgar/pkg/exiftool/Makefile
    csw/mgar/pkg/facter/Makefile
    csw/mgar/pkg/gengetopt/Makefile
    csw/mgar/pkg/gnumeric/Makefile
    csw/mgar/pkg/gtk-doc/Makefile
    csw/mgar/pkg/htmldoc/Makefile
    csw/mgar/pkg/ilmbase/Makefile
    csw/mgar/pkg/lcms/Makefile
    csw/mgar/pkg/libexif/Makefile
    csw/mgar/pkg/libgc/Makefile
    csw/mgar/pkg/libgoffice/Makefile
    csw/mgar/pkg/libgsf/Makefile
    csw/mgar/pkg/libiptcdata/Makefile
    csw/mgar/pkg/libnet/Makefile
    csw/mgar/pkg/libnids/Makefile
    csw/mgar/pkg/librsvg/Makefile
    csw/mgar/pkg/netsnmp/Makefile
    csw/mgar/pkg/puppet/Makefile
    csw/mgar/pkg/pwgen/Makefile
    csw/mgar/pkg/w3m/Makefile
    csw/mgar/pkg/wmf/Makefile

Added: csw/mgar/pkg/dsniff/Makefile
===================================================================
--- csw/mgar/pkg/dsniff/Makefile	                        (rev 0)
+++ csw/mgar/pkg/dsniff/Makefile	2009-03-19 03:23:32 UTC (rev 3813)
@@ -0,0 +1,15 @@
+# vim: ft=make ts=4 sw=4 noet
+
+default:
+	@echo "You are in the pkg/ directory."
+
+%:
+	$(MAKE) -C trunk $* 
+
+paranoid-%:
+	$(MAKE) -C trunk $* || exit 2 
+
+export BUILDLOG ?= $(shell pwd)/buildlog.txt
+
+report-%:
+	$(MAKE) -C trunk $* || echo "	*** make $* in $$i failed ***" >> $(BUILDLOG) 

Added: csw/mgar/pkg/exiftool/Makefile
===================================================================
--- csw/mgar/pkg/exiftool/Makefile	                        (rev 0)
+++ csw/mgar/pkg/exiftool/Makefile	2009-03-19 03:23:32 UTC (rev 3813)
@@ -0,0 +1,15 @@
+# vim: ft=make ts=4 sw=4 noet
+
+default:
+	@echo "You are in the pkg/ directory."
+
+%:
+	$(MAKE) -C trunk $* 
+
+paranoid-%:
+	$(MAKE) -C trunk $* || exit 2 
+
+export BUILDLOG ?= $(shell pwd)/buildlog.txt
+
+report-%:
+	$(MAKE) -C trunk $* || echo "	*** make $* in $$i failed ***" >> $(BUILDLOG) 

Added: csw/mgar/pkg/facter/Makefile
===================================================================
--- csw/mgar/pkg/facter/Makefile	                        (rev 0)
+++ csw/mgar/pkg/facter/Makefile	2009-03-19 03:23:32 UTC (rev 3813)
@@ -0,0 +1,15 @@
+# vim: ft=make ts=4 sw=4 noet
+
+default:
+	@echo "You are in the pkg/ directory."
+
+%:
+	$(MAKE) -C trunk $* 
+
+paranoid-%:
+	$(MAKE) -C trunk $* || exit 2 
+
+export BUILDLOG ?= $(shell pwd)/buildlog.txt
+
+report-%:
+	$(MAKE) -C trunk $* || echo "	*** make $* in $$i failed ***" >> $(BUILDLOG) 

Added: csw/mgar/pkg/gengetopt/Makefile
===================================================================
--- csw/mgar/pkg/gengetopt/Makefile	                        (rev 0)
+++ csw/mgar/pkg/gengetopt/Makefile	2009-03-19 03:23:32 UTC (rev 3813)
@@ -0,0 +1,15 @@
+# vim: ft=make ts=4 sw=4 noet
+
+default:
+	@echo "You are in the pkg/ directory."
+
+%:
+	$(MAKE) -C trunk $* 
+
+paranoid-%:
+	$(MAKE) -C trunk $* || exit 2 
+
+export BUILDLOG ?= $(shell pwd)/buildlog.txt
+
+report-%:
+	$(MAKE) -C trunk $* || echo "	*** make $* in $$i failed ***" >> $(BUILDLOG) 

Added: csw/mgar/pkg/gnumeric/Makefile
===================================================================
--- csw/mgar/pkg/gnumeric/Makefile	                        (rev 0)
+++ csw/mgar/pkg/gnumeric/Makefile	2009-03-19 03:23:32 UTC (rev 3813)
@@ -0,0 +1,15 @@
+# vim: ft=make ts=4 sw=4 noet
+
+default:
+	@echo "You are in the pkg/ directory."
+
+%:
+	$(MAKE) -C trunk $* 
+
+paranoid-%:
+	$(MAKE) -C trunk $* || exit 2 
+
+export BUILDLOG ?= $(shell pwd)/buildlog.txt
+
+report-%:
+	$(MAKE) -C trunk $* || echo "	*** make $* in $$i failed ***" >> $(BUILDLOG) 

Added: csw/mgar/pkg/gtk-doc/Makefile
===================================================================
--- csw/mgar/pkg/gtk-doc/Makefile	                        (rev 0)
+++ csw/mgar/pkg/gtk-doc/Makefile	2009-03-19 03:23:32 UTC (rev 3813)
@@ -0,0 +1,15 @@
+# vim: ft=make ts=4 sw=4 noet
+
+default:
+	@echo "You are in the pkg/ directory."
+
+%:
+	$(MAKE) -C trunk $* 
+
+paranoid-%:
+	$(MAKE) -C trunk $* || exit 2 
+
+export BUILDLOG ?= $(shell pwd)/buildlog.txt
+
+report-%:
+	$(MAKE) -C trunk $* || echo "	*** make $* in $$i failed ***" >> $(BUILDLOG) 

Added: csw/mgar/pkg/htmldoc/Makefile
===================================================================
--- csw/mgar/pkg/htmldoc/Makefile	                        (rev 0)
+++ csw/mgar/pkg/htmldoc/Makefile	2009-03-19 03:23:32 UTC (rev 3813)
@@ -0,0 +1,15 @@
+# vim: ft=make ts=4 sw=4 noet
+
+default:
+	@echo "You are in the pkg/ directory."
+
+%:
+	$(MAKE) -C trunk $* 
+
+paranoid-%:
+	$(MAKE) -C trunk $* || exit 2 
+
+export BUILDLOG ?= $(shell pwd)/buildlog.txt
+
+report-%:
+	$(MAKE) -C trunk $* || echo "	*** make $* in $$i failed ***" >> $(BUILDLOG) 

Added: csw/mgar/pkg/ilmbase/Makefile
===================================================================
--- csw/mgar/pkg/ilmbase/Makefile	                        (rev 0)
+++ csw/mgar/pkg/ilmbase/Makefile	2009-03-19 03:23:32 UTC (rev 3813)
@@ -0,0 +1,15 @@
+# vim: ft=make ts=4 sw=4 noet
+
+default:
+	@echo "You are in the pkg/ directory."
+
+%:
+	$(MAKE) -C trunk $* 
+
+paranoid-%:
+	$(MAKE) -C trunk $* || exit 2 
+
+export BUILDLOG ?= $(shell pwd)/buildlog.txt
+
+report-%:
+	$(MAKE) -C trunk $* || echo "	*** make $* in $$i failed ***" >> $(BUILDLOG) 

Added: csw/mgar/pkg/lcms/Makefile
===================================================================
--- csw/mgar/pkg/lcms/Makefile	                        (rev 0)
+++ csw/mgar/pkg/lcms/Makefile	2009-03-19 03:23:32 UTC (rev 3813)
@@ -0,0 +1,15 @@
+# vim: ft=make ts=4 sw=4 noet
+
+default:
+	@echo "You are in the pkg/ directory."
+
+%:
+	$(MAKE) -C trunk $* 
+
+paranoid-%:
+	$(MAKE) -C trunk $* || exit 2 
+
+export BUILDLOG ?= $(shell pwd)/buildlog.txt
+
+report-%:
+	$(MAKE) -C trunk $* || echo "	*** make $* in $$i failed ***" >> $(BUILDLOG) 

Added: csw/mgar/pkg/libexif/Makefile
===================================================================
--- csw/mgar/pkg/libexif/Makefile	                        (rev 0)
+++ csw/mgar/pkg/libexif/Makefile	2009-03-19 03:23:32 UTC (rev 3813)
@@ -0,0 +1,15 @@
+# vim: ft=make ts=4 sw=4 noet
+
+default:
+	@echo "You are in the pkg/ directory."
+
+%:
+	$(MAKE) -C trunk $* 
+
+paranoid-%:
+	$(MAKE) -C trunk $* || exit 2 
+
+export BUILDLOG ?= $(shell pwd)/buildlog.txt
+
+report-%:
+	$(MAKE) -C trunk $* || echo "	*** make $* in $$i failed ***" >> $(BUILDLOG) 

Added: csw/mgar/pkg/libgc/Makefile
===================================================================
--- csw/mgar/pkg/libgc/Makefile	                        (rev 0)
+++ csw/mgar/pkg/libgc/Makefile	2009-03-19 03:23:32 UTC (rev 3813)
@@ -0,0 +1,15 @@
+# vim: ft=make ts=4 sw=4 noet
+
+default:
+	@echo "You are in the pkg/ directory."
+
+%:
+	$(MAKE) -C trunk $* 
+
+paranoid-%:
+	$(MAKE) -C trunk $* || exit 2 
+
+export BUILDLOG ?= $(shell pwd)/buildlog.txt
+
+report-%:
+	$(MAKE) -C trunk $* || echo "	*** make $* in $$i failed ***" >> $(BUILDLOG) 

Added: csw/mgar/pkg/libgoffice/Makefile
===================================================================
--- csw/mgar/pkg/libgoffice/Makefile	                        (rev 0)
+++ csw/mgar/pkg/libgoffice/Makefile	2009-03-19 03:23:32 UTC (rev 3813)
@@ -0,0 +1,15 @@
+# vim: ft=make ts=4 sw=4 noet
+
+default:
+	@echo "You are in the pkg/ directory."
+
+%:
+	$(MAKE) -C trunk $* 
+
+paranoid-%:
+	$(MAKE) -C trunk $* || exit 2 
+
+export BUILDLOG ?= $(shell pwd)/buildlog.txt
+
+report-%:
+	$(MAKE) -C trunk $* || echo "	*** make $* in $$i failed ***" >> $(BUILDLOG) 

Added: csw/mgar/pkg/libgsf/Makefile
===================================================================
--- csw/mgar/pkg/libgsf/Makefile	                        (rev 0)
+++ csw/mgar/pkg/libgsf/Makefile	2009-03-19 03:23:32 UTC (rev 3813)
@@ -0,0 +1,15 @@
+# vim: ft=make ts=4 sw=4 noet
+
+default:
+	@echo "You are in the pkg/ directory."
+
+%:
+	$(MAKE) -C trunk $* 
+
+paranoid-%:
+	$(MAKE) -C trunk $* || exit 2 
+
+export BUILDLOG ?= $(shell pwd)/buildlog.txt
+
+report-%:
+	$(MAKE) -C trunk $* || echo "	*** make $* in $$i failed ***" >> $(BUILDLOG) 

Added: csw/mgar/pkg/libiptcdata/Makefile
===================================================================
--- csw/mgar/pkg/libiptcdata/Makefile	                        (rev 0)
+++ csw/mgar/pkg/libiptcdata/Makefile	2009-03-19 03:23:32 UTC (rev 3813)
@@ -0,0 +1,15 @@
+# vim: ft=make ts=4 sw=4 noet
+
+default:
+	@echo "You are in the pkg/ directory."
+
+%:
+	$(MAKE) -C trunk $* 
+
+paranoid-%:
+	$(MAKE) -C trunk $* || exit 2 
+
+export BUILDLOG ?= $(shell pwd)/buildlog.txt
+
+report-%:
+	$(MAKE) -C trunk $* || echo "	*** make $* in $$i failed ***" >> $(BUILDLOG) 

Added: csw/mgar/pkg/libnet/Makefile
===================================================================
--- csw/mgar/pkg/libnet/Makefile	                        (rev 0)
+++ csw/mgar/pkg/libnet/Makefile	2009-03-19 03:23:32 UTC (rev 3813)
@@ -0,0 +1,15 @@
+# vim: ft=make ts=4 sw=4 noet
+
+default:
+	@echo "You are in the pkg/ directory."
+
+%:
+	$(MAKE) -C trunk $* 
+
+paranoid-%:
+	$(MAKE) -C trunk $* || exit 2 
+
+export BUILDLOG ?= $(shell pwd)/buildlog.txt
+
+report-%:
+	$(MAKE) -C trunk $* || echo "	*** make $* in $$i failed ***" >> $(BUILDLOG) 

Added: csw/mgar/pkg/libnids/Makefile
===================================================================
--- csw/mgar/pkg/libnids/Makefile	                        (rev 0)
+++ csw/mgar/pkg/libnids/Makefile	2009-03-19 03:23:32 UTC (rev 3813)
@@ -0,0 +1,15 @@
+# vim: ft=make ts=4 sw=4 noet
+
+default:
+	@echo "You are in the pkg/ directory."
+
+%:
+	$(MAKE) -C trunk $* 
+
+paranoid-%:
+	$(MAKE) -C trunk $* || exit 2 
+
+export BUILDLOG ?= $(shell pwd)/buildlog.txt
+
+report-%:
+	$(MAKE) -C trunk $* || echo "	*** make $* in $$i failed ***" >> $(BUILDLOG) 

Added: csw/mgar/pkg/librsvg/Makefile
===================================================================
--- csw/mgar/pkg/librsvg/Makefile	                        (rev 0)
+++ csw/mgar/pkg/librsvg/Makefile	2009-03-19 03:23:32 UTC (rev 3813)
@@ -0,0 +1,15 @@
+# vim: ft=make ts=4 sw=4 noet
+
+default:
+	@echo "You are in the pkg/ directory."
+
+%:
+	$(MAKE) -C trunk $* 
+
+paranoid-%:
+	$(MAKE) -C trunk $* || exit 2 
+
+export BUILDLOG ?= $(shell pwd)/buildlog.txt
+
+report-%:
+	$(MAKE) -C trunk $* || echo "	*** make $* in $$i failed ***" >> $(BUILDLOG) 

Added: csw/mgar/pkg/netsnmp/Makefile
===================================================================
--- csw/mgar/pkg/netsnmp/Makefile	                        (rev 0)
+++ csw/mgar/pkg/netsnmp/Makefile	2009-03-19 03:23:32 UTC (rev 3813)
@@ -0,0 +1,15 @@
+# vim: ft=make ts=4 sw=4 noet
+
+default:
+	@echo "You are in the pkg/ directory."
+
+%:
+	$(MAKE) -C trunk $* 
+
+paranoid-%:
+	$(MAKE) -C trunk $* || exit 2 
+
+export BUILDLOG ?= $(shell pwd)/buildlog.txt
+
+report-%:
+	$(MAKE) -C trunk $* || echo "	*** make $* in $$i failed ***" >> $(BUILDLOG) 

Added: csw/mgar/pkg/puppet/Makefile
===================================================================
--- csw/mgar/pkg/puppet/Makefile	                        (rev 0)
+++ csw/mgar/pkg/puppet/Makefile	2009-03-19 03:23:32 UTC (rev 3813)
@@ -0,0 +1,15 @@
+# vim: ft=make ts=4 sw=4 noet
+
+default:
+	@echo "You are in the pkg/ directory."
+
+%:
+	$(MAKE) -C trunk $* 
+
+paranoid-%:
+	$(MAKE) -C trunk $* || exit 2 
+
+export BUILDLOG ?= $(shell pwd)/buildlog.txt
+
+report-%:
+	$(MAKE) -C trunk $* || echo "	*** make $* in $$i failed ***" >> $(BUILDLOG) 

Added: csw/mgar/pkg/pwgen/Makefile
===================================================================
--- csw/mgar/pkg/pwgen/Makefile	                        (rev 0)
+++ csw/mgar/pkg/pwgen/Makefile	2009-03-19 03:23:32 UTC (rev 3813)
@@ -0,0 +1,15 @@
+# vim: ft=make ts=4 sw=4 noet
+
+default:
+	@echo "You are in the pkg/ directory."
+
+%:
+	$(MAKE) -C trunk $* 
+
+paranoid-%:
+	$(MAKE) -C trunk $* || exit 2 
+
+export BUILDLOG ?= $(shell pwd)/buildlog.txt
+
+report-%:
+	$(MAKE) -C trunk $* || echo "	*** make $* in $$i failed ***" >> $(BUILDLOG) 

Added: csw/mgar/pkg/w3m/Makefile
===================================================================
--- csw/mgar/pkg/w3m/Makefile	                        (rev 0)
+++ csw/mgar/pkg/w3m/Makefile	2009-03-19 03:23:32 UTC (rev 3813)
@@ -0,0 +1,15 @@
+# vim: ft=make ts=4 sw=4 noet
+
+default:
+	@echo "You are in the pkg/ directory."
+
+%:
+	$(MAKE) -C trunk $* 
+
+paranoid-%:
+	$(MAKE) -C trunk $* || exit 2 
+
+export BUILDLOG ?= $(shell pwd)/buildlog.txt
+
+report-%:
+	$(MAKE) -C trunk $* || echo "	*** make $* in $$i failed ***" >> $(BUILDLOG) 

Added: csw/mgar/pkg/wmf/Makefile
===================================================================
--- csw/mgar/pkg/wmf/Makefile	                        (rev 0)
+++ csw/mgar/pkg/wmf/Makefile	2009-03-19 03:23:32 UTC (rev 3813)
@@ -0,0 +1,15 @@
+# vim: ft=make ts=4 sw=4 noet
+
+default:
+	@echo "You are in the pkg/ directory."
+
+%:
+	$(MAKE) -C trunk $* 
+
+paranoid-%:
+	$(MAKE) -C trunk $* || exit 2 
+
+export BUILDLOG ?= $(shell pwd)/buildlog.txt
+
+report-%:
+	$(MAKE) -C trunk $* || echo "	*** make $* in $$i failed ***" >> $(BUILDLOG) 


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



More information about the devel mailing list