[GRASS-SVN] r50293 - in grass/trunk: lib lib/temporal lib/temporal/t.connect temporal

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Jan 19 07:11:50 EST 2012


Author: huhabla
Date: 2012-01-19 04:11:50 -0800 (Thu, 19 Jan 2012)
New Revision: 50293

Added:
   grass/trunk/lib/temporal/lib/
   grass/trunk/lib/temporal/t.connect/
Removed:
   grass/trunk/lib/temporal/src/
   grass/trunk/temporal/t.connect/
Modified:
   grass/trunk/lib/Makefile
   grass/trunk/lib/temporal/Makefile
   grass/trunk/lib/temporal/t.connect/Makefile
   grass/trunk/temporal/Makefile
Log:
Reorganization of the temporal library.


Modified: grass/trunk/lib/Makefile
===================================================================
--- grass/trunk/lib/Makefile	2012-01-19 11:51:46 UTC (rev 50292)
+++ grass/trunk/lib/Makefile	2012-01-19 12:11:50 UTC (rev 50293)
@@ -42,9 +42,9 @@
 	arraystats \
 	ogsf \
 	nviz \
+	temporal \
 	python \
 	iostream \
-	temporal \
 	manage
 
 include $(MODULE_TOPDIR)/include/Make/Dir.make

Modified: grass/trunk/lib/temporal/Makefile
===================================================================
--- grass/trunk/lib/temporal/Makefile	2012-01-19 11:51:46 UTC (rev 50292)
+++ grass/trunk/lib/temporal/Makefile	2012-01-19 12:11:50 UTC (rev 50293)
@@ -5,7 +5,8 @@
 #order is relevant:
 SUBDIRS = \
 	SQL \
-	src
+	lib \
+	t.connect
 
 include $(MODULE_TOPDIR)/include/Make/Dir.make
 

Modified: grass/trunk/lib/temporal/t.connect/Makefile
===================================================================
--- grass/trunk/temporal/t.connect/Makefile	2012-01-19 11:51:46 UTC (rev 50292)
+++ grass/trunk/lib/temporal/t.connect/Makefile	2012-01-19 12:11:50 UTC (rev 50293)
@@ -1,6 +1,5 @@
+MODULE_TOPDIR = ../../..
 
-MODULE_TOPDIR = ../..
-
 LIBES = $(TEMPORALLIB) $(DBMILIB) $(GISLIB)
 DEPENDENCIES = $(TEMPORALDEP) $(DBMIDEP) $(GISDEP)
 

Modified: grass/trunk/temporal/Makefile
===================================================================
--- grass/trunk/temporal/Makefile	2012-01-19 11:51:46 UTC (rev 50292)
+++ grass/trunk/temporal/Makefile	2012-01-19 12:11:50 UTC (rev 50293)
@@ -1,7 +1,6 @@
 MODULE_TOPDIR = ..
 
 SUBDIRS = \
-	t.connect \
 	t.create \
 	t.support \
 	t.topology \



More information about the grass-commit mailing list