[GRASS-SVN] r46030 -
grass/branches/releasebranch_6_4/lib/python/ctypes
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Apr 18 09:17:57 EDT 2011
Author: mmetz
Date: 2011-04-18 06:17:57 -0700 (Mon, 18 Apr 2011)
New Revision: 46030
Modified:
grass/branches/releasebranch_6_4/lib/python/ctypes/Makefile
Log:
fix ctypes (backport from devbr r46022)
Modified: grass/branches/releasebranch_6_4/lib/python/ctypes/Makefile
===================================================================
--- grass/branches/releasebranch_6_4/lib/python/ctypes/Makefile 2011-04-18 13:04:49 UTC (rev 46029)
+++ grass/branches/releasebranch_6_4/lib/python/ctypes/Makefile 2011-04-18 13:17:57 UTC (rev 46030)
@@ -13,22 +13,23 @@
MODULES = date gis gmath proj imagery vector display stats \
dbmi g3d arraystats cluster trans vedit ogsf nviz
-date_LIBS = $(DATETIMELIB)
-gis_LIBS = $(GISLIB)
-gmath_LIBS = $(GMATHLIB)
-proj_LIBS = -l$(GPROJ_LIBNAME) $(GISLIB)
-imagery_LIBS = $(IMAGERYLIB)
-vector_LIBS = $(VECTRLIB) $(DIG2LIB) $(GRAPHLIB) $(RTREELIB) $(LINKMLIB) $(DBMILIB)
-display_LIBS = $(DISPLAYLIB)
-stats_LIBS = $(STATSLIB)
-dbmi_LIBS = $(DBMILIB)
-g3d_LIBS = $(G3DLIB)
-arraystats_LIBS = $(ARRAYSTATSLIB)
-cluster_LIBS = $(CLUSTERLIB)
-trans_LIBS = $(TRANSLIB)
-vedit_LIBS = $(VEDITLIB)
-ogsf_LIBS = $(OGSFLIB)
-nviz_LIBS = $(NVIZLIB)
+date_LIBS = -l$(DATETIME_LIBNAME)
+grass_LIBS = -l$(GIS_LIBNAME)
+gmath_LIBS = -l$(GMATH_LIBNAME)
+proj_LIBS = -l$(GPROJ_LIBNAME) -l$(GIS_LIBNAME)
+imagery_LIBS = -l$(IMAGERY_LIBNAME)
+#vector_LIBS = -l$(VECTR_LIBNAME) -l$(DIG2_LIBNAME) -l$(GRAPH_LIBNAME) -l$(RTREE_LIBNAME) -l$(LINKM_LIBNAME) -l$(DBMI_LIBNAME)
+vector_LIBS = -l$(VECTR_LIBNAME)
+display_LIBS = -l$(DISPLAY_LIBNAME)
+stats_LIBS = -l$(STATS_LIBNAME)
+dbmi_LIBS = -l$(DBMIBASE_LIBNAME) -l$(DBMICLIENT_LIBNAME) -l$(DBMIDRIVER_LIBNAME)
+g3d_LIBS = -l$(G3D_LIBNAME)
+arraystats_LIBS = -l$(ARRAYSTATS_LIBNAME)
+cluster_LIBS = -l$(CLUSTER_LIBNAME)
+trans_LIBS = -l$(TRANS_LIBNAME)
+vedit_LIBS = -l$(VEDIT_LIBNAME)
+ogsf_LIBS = -l$(OGSF_LIBNAME)
+nviz_LIBS = -l$(NVIZ_LIBNAME)
date_HDRS = datetime.h P_datetime.h
gis_HDRS = gis.h gisdefs.h
More information about the grass-commit
mailing list