[csw-devel] SF.net SVN: gar:[8270] csw/mgar/pkg/libfpx/Makefile

hson at users.sourceforge.net hson at users.sourceforge.net
Sun Jan 31 18:14:11 CET 2010


Revision: 8270
          http://gar.svn.sourceforge.net/gar/?rev=8270&view=rev
Author:   hson
Date:     2010-01-31 17:14:11 +0000 (Sun, 31 Jan 2010)

Log Message:
-----------
libfpx: Add intermediate makefile

Added Paths:
-----------
    csw/mgar/pkg/libfpx/Makefile

Added: csw/mgar/pkg/libfpx/Makefile
===================================================================
--- csw/mgar/pkg/libfpx/Makefile	                        (rev 0)
+++ csw/mgar/pkg/libfpx/Makefile	2010-01-31 17:14:11 UTC (rev 8270)
@@ -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