[GRASS-SVN] r51327 - grass-addons/grass7/vector

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Apr 9 15:01:38 EDT 2012


Author: neteler
Date: 2012-04-09 12:01:38 -0700 (Mon, 09 Apr 2012)
New Revision: 51327

Added:
   grass-addons/grass7/vector/Makefile
Log:
added

Added: grass-addons/grass7/vector/Makefile
===================================================================
--- grass-addons/grass7/vector/Makefile	                        (rev 0)
+++ grass-addons/grass7/vector/Makefile	2012-04-09 19:01:38 UTC (rev 51327)
@@ -0,0 +1,14 @@
+MODULE_TOPDIR = ..
+
+SUBDIRS = \
+	v.colors2 \
+	v.in.ply \
+	v.in.redwg \
+	v.median \
+	v.out.ply \
+	v.pack \
+	v.unpack
+
+include $(MODULE_TOPDIR)/include/Make/Dir.make
+
+default: subdirs
\ No newline at end of file



More information about the grass-commit mailing list