[GRASS-SVN] r34525 - in grass/branches/develbranch_6/vector: . v.buffer v.buffer2 v.parallel v.voronoi

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Nov 26 16:55:54 EST 2008


Author: neteler
Date: 2008-11-26 16:55:54 -0500 (Wed, 26 Nov 2008)
New Revision: 34525

Added:
   grass/branches/develbranch_6/vector/v.buffer/DEPRECATED
   grass/branches/develbranch_6/vector/v.parallel/DEPRECATED
   grass/branches/develbranch_6/vector/v.voronoi/delaunay_DEPRECATED
Modified:
   grass/branches/develbranch_6/vector/Makefile
   grass/branches/develbranch_6/vector/v.buffer2/
   grass/branches/develbranch_6/vector/v.voronoi/Makefile
Log:
activated v.buffer2, v.delaunay2, v.parallel2

Modified: grass/branches/develbranch_6/vector/Makefile
===================================================================
--- grass/branches/develbranch_6/vector/Makefile	2008-11-26 21:53:48 UTC (rev 34524)
+++ grass/branches/develbranch_6/vector/Makefile	2008-11-26 21:55:54 UTC (rev 34525)
@@ -2,7 +2,7 @@
 MODULE_TOPDIR = ..
 
 SUBDIRS = \
-	v.buffer \
+	v.buffer2 \
 	v.build \
 	v.build.polylines \
 	v.category \
@@ -11,6 +11,7 @@
 	v.convert \
 	v.db.connect \
 	v.db.select \
+	v.delaunay2 \
 	v.distance \
 	v.drape \
 	v.edit \
@@ -45,7 +46,7 @@
 	v.out.svg \
 	v.out.vtk \
 	v.overlay \
-	v.parallel \
+	v.parallel2 \
 	v.patch \
 	v.perturb \
 	v.split \

Added: grass/branches/develbranch_6/vector/v.buffer/DEPRECATED
===================================================================
--- grass/branches/develbranch_6/vector/v.buffer/DEPRECATED	                        (rev 0)
+++ grass/branches/develbranch_6/vector/v.buffer/DEPRECATED	2008-11-26 21:55:54 UTC (rev 34525)
@@ -0,0 +1,2 @@
+no longer maintained.
+Continued in ../v.buffer2/


Property changes on: grass/branches/develbranch_6/vector/v.buffer2
___________________________________________________________________
Name: svn:ignore
   + *.tmp.html
*OBJ*


Added: grass/branches/develbranch_6/vector/v.parallel/DEPRECATED
===================================================================
--- grass/branches/develbranch_6/vector/v.parallel/DEPRECATED	                        (rev 0)
+++ grass/branches/develbranch_6/vector/v.parallel/DEPRECATED	2008-11-26 21:55:54 UTC (rev 34525)
@@ -0,0 +1,2 @@
+no longer maintained.
+Continued in ../v.parallel2/

Modified: grass/branches/develbranch_6/vector/v.voronoi/Makefile
===================================================================
--- grass/branches/develbranch_6/vector/v.voronoi/Makefile	2008-11-26 21:53:48 UTC (rev 34524)
+++ grass/branches/develbranch_6/vector/v.voronoi/Makefile	2008-11-26 21:55:54 UTC (rev 34525)
@@ -1,17 +1,17 @@
-
 MODULE_TOPDIR = ../..
 
 VORONOI = v.voronoi
-DELAUNAY = v.delaunay
+#DELAUNAY = v.delaunay
 
-PROGRAMS = $(VORONOI) $(DELAUNAY)
+PROGRAMS = $(VORONOI)
+# $(DELAUNAY)
 
 SWEEP_OBJS = sw_edgelist.o sw_geometry.o sw_heap.o sw_main.o sw_memory.o sw_output.o \
              sw_voronoi.o
 
 VORONOI_OBJS = vo_main.o vo_extend.o vo_write.o dt_write.o $(SWEEP_OBJS)
 
-DELAUNAY_OBJS = dt_main.o vo_extend.o vo_write.o dt_write.o $(SWEEP_OBJS)
+#DELAUNAY_OBJS = dt_main.o vo_extend.o vo_write.o dt_write.o $(SWEEP_OBJS)
 
 
 LIBES = $(VECTLIB) $(GISLIB)
@@ -23,14 +23,15 @@
 
 VORONOI_ARCH_OBJS := $(foreach obj,$(VORONOI_OBJS),$(OBJDIR)/$(obj))
 
-DELAUNAY_ARCH_OBJS := $(foreach obj,$(DELAUNAY_OBJS),$(OBJDIR)/$(obj))
+#DELAUNAY_ARCH_OBJS := $(foreach obj,$(DELAUNAY_OBJS),$(OBJDIR)/$(obj))
 
-default: $(BIN)/$(DELAUNAY)$(EXE) $(BIN)/$(VORONOI)$(EXE)
+#default: $(BIN)/$(DELAUNAY)$(EXE) $(BIN)/$(VORONOI)$(EXE)
+default: $(BIN)/$(VORONOI)$(EXE)
 	$(MAKE) htmlmulti
 
 $(BIN)/$(VORONOI)$(EXE): $(VORONOI_ARCH_OBJS)
 	$(CC) $(LDFLAGS) -o $@ $^ $(FMODE_OBJ) $(LIBES) $(MATHLIB) $(XDRLIB)
 
-$(BIN)/$(DELAUNAY)$(EXE):$(DELAUNAY_ARCH_OBJS)
-	$(CC) $(LDFLAGS) -o $@ $^ $(FMODE_OBJ) $(LIBES) $(MATHLIB) $(XDRLIB)
+#$(BIN)/$(DELAUNAY)$(EXE):$(DELAUNAY_ARCH_OBJS)
+#	$(CC) $(LDFLAGS) -o $@ $^ $(FMODE_OBJ) $(LIBES) $(MATHLIB) $(XDRLIB)
 

Added: grass/branches/develbranch_6/vector/v.voronoi/delaunay_DEPRECATED
===================================================================
--- grass/branches/develbranch_6/vector/v.voronoi/delaunay_DEPRECATED	                        (rev 0)
+++ grass/branches/develbranch_6/vector/v.voronoi/delaunay_DEPRECATED	2008-11-26 21:55:54 UTC (rev 34525)
@@ -0,0 +1,2 @@
+no longer maintained.
+Continued in ../v.delaunay2/



More information about the grass-commit mailing list