[geos-commits] r2973 - branches/3.2/source

svn_geos at osgeo.org svn_geos at osgeo.org
Wed Apr 7 10:01:46 EDT 2010


Author: mloskot
Date: 2010-04-07 10:01:45 -0400 (Wed, 07 Apr 2010)
New Revision: 2973

Modified:
   branches/3.2/source/dirlist.mk
Log:
Ported r2967 update to branches/3.2

Modified: branches/3.2/source/dirlist.mk
===================================================================
--- branches/3.2/source/dirlist.mk	2010-04-07 13:57:00 UTC (rev 2972)
+++ branches/3.2/source/dirlist.mk	2010-04-07 14:01:45 UTC (rev 2973)
@@ -1,45 +1,45 @@
 # $Id$
 #
-# List of directories use by makefile.vc
+# List of directories use by makefile.vc to clean .obj files
 #
 
-GEOS_DIRLIST =  algorithm \
-                algorithm\distance \
-                algorithm\locate \
-                examples \
-                geom \
-                geom\util \
-                geom\prep \
-                geomgraph \
-                geomgraph\index \
-                headers \
-                headers\geos \
-                index \
-                index\bintree \
-                index\chain \
-                index\intervalrtree \
-                index\quadtree \
-                index\strtree \
-                index\sweepline \
-                io \
-		linearref \
-                noding \
-                noding\snapround \
-                operation \
-                operation\buffer \
-                operation\distance \
-                operation\linemerge \
-                operation\overlay \
-                operation\overlay\snap \
-                operation\overlay\validate \
-                operation\polygonize \
-                operation\predicate \
-                operation\relate \
-                operation\union \
-                operation\valid \
-                planargraph \
-                planargraph\algorithm \
-                precision \
-		simplify \
-                util
-
+GEOS_DIRLIST =  \
+	algorithm \
+	algorithm\distance \
+	algorithm\locate \
+	examples \
+	geom \
+	geom\util \
+	geom\prep \
+	geomgraph \
+	geomgraph\index \
+	headers \
+	headers\geos \
+	index \
+	index\bintree \
+	index\chain \
+	index\intervalrtree \
+	index\quadtree \
+	index\strtree \
+	index\sweepline \
+	io \
+	linearref \
+	noding \
+	noding\snapround \
+	operation \
+	operation\buffer \
+	operation\distance \
+	operation\linemerge \
+	operation\overlay \
+	operation\overlay\snap \
+	operation\overlay\validate \
+	operation\polygonize \
+	operation\predicate \
+	operation\relate \
+	operation\union \
+	operation\valid \
+	planargraph \
+	planargraph\algorithm \
+	precision \
+	simplify \
+	util



More information about the geos-commits mailing list