瀏覽代碼

Reorganization of the temporal library.

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@50293 15284696-431f-4ddb-bdfa-cd5b030d7da7
Soeren Gebbert 13 年之前
父節點
當前提交
df8ca62da7

+ 1 - 1
lib/Makefile

@@ -42,9 +42,9 @@ SUBDIRS = \
 	arraystats \
 	arraystats \
 	ogsf \
 	ogsf \
 	nviz \
 	nviz \
+	temporal \
 	python \
 	python \
 	iostream \
 	iostream \
-	temporal \
 	manage
 	manage
 
 
 include $(MODULE_TOPDIR)/include/Make/Dir.make
 include $(MODULE_TOPDIR)/include/Make/Dir.make

+ 2 - 1
lib/temporal/Makefile

@@ -5,7 +5,8 @@ include $(MODULE_TOPDIR)/include/Make/Vars.make
 #order is relevant:
 #order is relevant:
 SUBDIRS = \
 SUBDIRS = \
 	SQL \
 	SQL \
-	src
+	lib \
+	t.connect
 
 
 include $(MODULE_TOPDIR)/include/Make/Dir.make
 include $(MODULE_TOPDIR)/include/Make/Dir.make
 
 

lib/temporal/src/Makefile → lib/temporal/lib/Makefile


lib/temporal/src/connect.c → lib/temporal/lib/connect.c


lib/temporal/src/default_name.c → lib/temporal/lib/default_name.c


+ 1 - 2
temporal/t.connect/Makefile

@@ -1,5 +1,4 @@
-
-MODULE_TOPDIR = ../..
+MODULE_TOPDIR = ../../..
 
 
 LIBES = $(TEMPORALLIB) $(DBMILIB) $(GISLIB)
 LIBES = $(TEMPORALLIB) $(DBMILIB) $(GISLIB)
 DEPENDENCIES = $(TEMPORALDEP) $(DBMIDEP) $(GISDEP)
 DEPENDENCIES = $(TEMPORALDEP) $(DBMIDEP) $(GISDEP)

temporal/t.connect/main.c → lib/temporal/t.connect/main.c


temporal/t.connect/t.connect.html → lib/temporal/t.connect/t.connect.html


+ 0 - 1
temporal/Makefile

@@ -1,7 +1,6 @@
 MODULE_TOPDIR = ..
 MODULE_TOPDIR = ..
 
 
 SUBDIRS = \
 SUBDIRS = \
-	t.connect \
 	t.create \
 	t.create \
 	t.support \
 	t.support \
 	t.topology \
 	t.topology \