[GRASS-SVN] r30244 - grass/branches/releasebranch_6_3/vector/v.edit

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Feb 18 17:42:34 EST 2008


Author: martinl
Date: 2008-02-18 17:42:34 -0500 (Mon, 18 Feb 2008)
New Revision: 30244

Added:
   grass/branches/releasebranch_6_3/vector/v.edit/Makefile
Log:
missing Makefile for v.edit added

Added: grass/branches/releasebranch_6_3/vector/v.edit/Makefile
===================================================================
--- grass/branches/releasebranch_6_3/vector/v.edit/Makefile	                        (rev 0)
+++ grass/branches/releasebranch_6_3/vector/v.edit/Makefile	2008-02-18 22:42:34 UTC (rev 30244)
@@ -0,0 +1,13 @@
+MODULE_TOPDIR = ../..
+
+SUBDIRS1 = cmd
+
+SUBDIRS = lib $(SUBDIRS1)
+
+include $(MODULE_TOPDIR)/include/Make/Dir.make
+
+default: parsubdirs
+
+clean: cleansubdirs
+
+$(SUBDIRS1): lib



More information about the grass-commit mailing list