[GRASS-SVN] r31925 - in grass-addons/vector: v.out.ascii.db v.out.ascii.mat v.surf.icw

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Jul 1 09:18:05 EDT 2008


Author: hamish
Date: 2008-07-01 09:18:05 -0400 (Tue, 01 Jul 2008)
New Revision: 31925

Added:
   grass-addons/vector/v.out.ascii.db/Makefile
   grass-addons/vector/v.out.ascii.mat/Makefile
   grass-addons/vector/v.surf.icw/Makefile
Log:
add makefiles

Added: grass-addons/vector/v.out.ascii.db/Makefile
===================================================================
--- grass-addons/vector/v.out.ascii.db/Makefile	                        (rev 0)
+++ grass-addons/vector/v.out.ascii.db/Makefile	2008-07-01 13:18:05 UTC (rev 31925)
@@ -0,0 +1,7 @@
+MODULE_TOPDIR = ../..
+
+PGM = v.out.ascii.db
+
+include $(MODULE_TOPDIR)/include/Make/Script.make
+
+default: script

Added: grass-addons/vector/v.out.ascii.mat/Makefile
===================================================================
--- grass-addons/vector/v.out.ascii.mat/Makefile	                        (rev 0)
+++ grass-addons/vector/v.out.ascii.mat/Makefile	2008-07-01 13:18:05 UTC (rev 31925)
@@ -0,0 +1,7 @@
+MODULE_TOPDIR = ../..
+
+PGM = v.out.ascii.mat
+
+include $(MODULE_TOPDIR)/include/Make/Script.make
+
+default: script

Added: grass-addons/vector/v.surf.icw/Makefile
===================================================================
--- grass-addons/vector/v.surf.icw/Makefile	                        (rev 0)
+++ grass-addons/vector/v.surf.icw/Makefile	2008-07-01 13:18:05 UTC (rev 31925)
@@ -0,0 +1,7 @@
+MODULE_TOPDIR = ../..
+
+PGM = v.surf.icw
+
+include $(MODULE_TOPDIR)/include/Make/Script.make
+
+default: script



More information about the grass-commit mailing list