[GRASS-SVN] r33695 - grass/branches/develbranch_6/lib/gis
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Oct 6 06:01:16 EDT 2008
Author: neteler
Date: 2008-10-06 06:01:16 -0400 (Mon, 06 Oct 2008)
New Revision: 33695
Modified:
grass/branches/develbranch_6/lib/gis/Makefile
Log:
sync to dynamic GDAL loading
Modified: grass/branches/develbranch_6/lib/gis/Makefile
===================================================================
--- grass/branches/develbranch_6/lib/gis/Makefile 2008-10-06 09:52:25 UTC (rev 33694)
+++ grass/branches/develbranch_6/lib/gis/Makefile 2008-10-06 10:01:16 UTC (rev 33695)
@@ -6,6 +6,7 @@
LIB_NAME = $(GIS_LIBNAME)
EXTRA_LIBS = $(XDRLIB) $(SOCKLIB) $(DATETIMELIB) $(INTLLIB) $(MATHLIB)
DATASRC = ellipse.table datum.table datumtransform.table FIPS.code state27 state83 projections gui.tcl
+EXTRA_INC = $(ZLIBINCPATH)
include $(MODULE_TOPDIR)/include/Make/Lib.make
include $(MODULE_TOPDIR)/include/Make/Doxygen.make
@@ -18,6 +19,7 @@
ifneq ($(USE_LARGEFILES),)
EXTRA_CFLAGS = -D_FILE_OFFSET_BITS=64
endif
+
ifneq ($(GDAL_LINK),)
EXTRA_CFLAGS += -DGDAL_LINK=1
EXTRA_INC += $(PROJINC) $(GDALCFLAGS)
More information about the grass-commit
mailing list