[GRASS-SVN] r61582 - in grass/branches/develbranch_6/raster/r.li: r.li.cwed r.li.dominance r.li.edgedensity r.li.mpa r.li.mps r.li.padcv r.li.padrange r.li.padsd r.li.patchdensity r.li.patchnum r.li.pielou r.li.renyi r.li.richness r.li.shannon r.li.shape r.li.simpson
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Aug 11 02:44:09 PDT 2014
Author: neteler
Date: 2014-08-11 02:44:09 -0700 (Mon, 11 Aug 2014)
New Revision: 61582
Modified:
grass/branches/develbranch_6/raster/r.li/r.li.cwed/Makefile
grass/branches/develbranch_6/raster/r.li/r.li.dominance/Makefile
grass/branches/develbranch_6/raster/r.li/r.li.edgedensity/Makefile
grass/branches/develbranch_6/raster/r.li/r.li.mpa/Makefile
grass/branches/develbranch_6/raster/r.li/r.li.mps/Makefile
grass/branches/develbranch_6/raster/r.li/r.li.padcv/Makefile
grass/branches/develbranch_6/raster/r.li/r.li.padrange/Makefile
grass/branches/develbranch_6/raster/r.li/r.li.padsd/Makefile
grass/branches/develbranch_6/raster/r.li/r.li.patchdensity/Makefile
grass/branches/develbranch_6/raster/r.li/r.li.patchnum/Makefile
grass/branches/develbranch_6/raster/r.li/r.li.pielou/Makefile
grass/branches/develbranch_6/raster/r.li/r.li.renyi/Makefile
grass/branches/develbranch_6/raster/r.li/r.li.richness/Makefile
grass/branches/develbranch_6/raster/r.li/r.li.shannon/Makefile
grass/branches/develbranch_6/raster/r.li/r.li.shape/Makefile
grass/branches/develbranch_6/raster/r.li/r.li.simpson/Makefile
Log:
winGRASS: fix r.li compilation on Windows (fwd-port from relbr64)
Modified: grass/branches/develbranch_6/raster/r.li/r.li.cwed/Makefile
===================================================================
--- grass/branches/develbranch_6/raster/r.li/r.li.cwed/Makefile 2014-08-11 08:20:26 UTC (rev 61581)
+++ grass/branches/develbranch_6/raster/r.li/r.li.cwed/Makefile 2014-08-11 09:44:09 UTC (rev 61582)
@@ -4,7 +4,7 @@
EXTRA_CLEAN_DIRS=doxygenhtml
-LIB_NAME = grass_rli
+LIB_NAME = grass_rli.$(GRASS_VERSION_NUMBER)
RLI_LIB = -l$(LIB_NAME)
Modified: grass/branches/develbranch_6/raster/r.li/r.li.dominance/Makefile
===================================================================
--- grass/branches/develbranch_6/raster/r.li/r.li.dominance/Makefile 2014-08-11 08:20:26 UTC (rev 61581)
+++ grass/branches/develbranch_6/raster/r.li/r.li.dominance/Makefile 2014-08-11 09:44:09 UTC (rev 61582)
@@ -4,7 +4,7 @@
EXTRA_CLEAN_DIRS=doxygenhtml
-LIB_NAME = grass_rli
+LIB_NAME = grass_rli.$(GRASS_VERSION_NUMBER)
RLI_LIB = -l$(LIB_NAME)
Modified: grass/branches/develbranch_6/raster/r.li/r.li.edgedensity/Makefile
===================================================================
--- grass/branches/develbranch_6/raster/r.li/r.li.edgedensity/Makefile 2014-08-11 08:20:26 UTC (rev 61581)
+++ grass/branches/develbranch_6/raster/r.li/r.li.edgedensity/Makefile 2014-08-11 09:44:09 UTC (rev 61582)
@@ -4,7 +4,7 @@
EXTRA_CLEAN_DIRS=doxygenhtml
-LIB_NAME = grass_rli
+LIB_NAME = grass_rli.$(GRASS_VERSION_NUMBER)
RLI_LIB = -l$(LIB_NAME)
Modified: grass/branches/develbranch_6/raster/r.li/r.li.mpa/Makefile
===================================================================
--- grass/branches/develbranch_6/raster/r.li/r.li.mpa/Makefile 2014-08-11 08:20:26 UTC (rev 61581)
+++ grass/branches/develbranch_6/raster/r.li/r.li.mpa/Makefile 2014-08-11 09:44:09 UTC (rev 61582)
@@ -4,7 +4,7 @@
EXTRA_CLEAN_DIRS=doxygenhtml
-LIB_NAME = grass_rli
+LIB_NAME = grass_rli.$(GRASS_VERSION_NUMBER)
RLI_LIB = -l$(LIB_NAME)
Modified: grass/branches/develbranch_6/raster/r.li/r.li.mps/Makefile
===================================================================
--- grass/branches/develbranch_6/raster/r.li/r.li.mps/Makefile 2014-08-11 08:20:26 UTC (rev 61581)
+++ grass/branches/develbranch_6/raster/r.li/r.li.mps/Makefile 2014-08-11 09:44:09 UTC (rev 61582)
@@ -4,7 +4,7 @@
EXTRA_CLEAN_DIRS=doxygenhtml
-LIB_NAME = grass_rli
+LIB_NAME = grass_rli.$(GRASS_VERSION_NUMBER)
RLI_LIB = -l$(LIB_NAME)
Modified: grass/branches/develbranch_6/raster/r.li/r.li.padcv/Makefile
===================================================================
--- grass/branches/develbranch_6/raster/r.li/r.li.padcv/Makefile 2014-08-11 08:20:26 UTC (rev 61581)
+++ grass/branches/develbranch_6/raster/r.li/r.li.padcv/Makefile 2014-08-11 09:44:09 UTC (rev 61582)
@@ -4,7 +4,7 @@
EXTRA_CLEAN_DIRS=doxygenhtml
-LIB_NAME = grass_rli
+LIB_NAME = grass_rli.$(GRASS_VERSION_NUMBER)
RLI_LIB = -l$(LIB_NAME)
Modified: grass/branches/develbranch_6/raster/r.li/r.li.padrange/Makefile
===================================================================
--- grass/branches/develbranch_6/raster/r.li/r.li.padrange/Makefile 2014-08-11 08:20:26 UTC (rev 61581)
+++ grass/branches/develbranch_6/raster/r.li/r.li.padrange/Makefile 2014-08-11 09:44:09 UTC (rev 61582)
@@ -4,7 +4,7 @@
EXTRA_CLEAN_DIRS=doxygenhtml
-LIB_NAME = grass_rli
+LIB_NAME = grass_rli.$(GRASS_VERSION_NUMBER)
RLI_LIB = -l$(LIB_NAME)
Modified: grass/branches/develbranch_6/raster/r.li/r.li.padsd/Makefile
===================================================================
--- grass/branches/develbranch_6/raster/r.li/r.li.padsd/Makefile 2014-08-11 08:20:26 UTC (rev 61581)
+++ grass/branches/develbranch_6/raster/r.li/r.li.padsd/Makefile 2014-08-11 09:44:09 UTC (rev 61582)
@@ -4,7 +4,7 @@
EXTRA_CLEAN_DIRS=doxygenhtml
-LIB_NAME = grass_rli
+LIB_NAME = grass_rli.$(GRASS_VERSION_NUMBER)
RLI_LIB = -l$(LIB_NAME)
Modified: grass/branches/develbranch_6/raster/r.li/r.li.patchdensity/Makefile
===================================================================
--- grass/branches/develbranch_6/raster/r.li/r.li.patchdensity/Makefile 2014-08-11 08:20:26 UTC (rev 61581)
+++ grass/branches/develbranch_6/raster/r.li/r.li.patchdensity/Makefile 2014-08-11 09:44:09 UTC (rev 61582)
@@ -4,7 +4,7 @@
EXTRA_CLEAN_DIRS=doxygenhtml
-LIB_NAME = grass_rli
+LIB_NAME = grass_rli.$(GRASS_VERSION_NUMBER)
RLI_LIB = -l$(LIB_NAME)
Modified: grass/branches/develbranch_6/raster/r.li/r.li.patchnum/Makefile
===================================================================
--- grass/branches/develbranch_6/raster/r.li/r.li.patchnum/Makefile 2014-08-11 08:20:26 UTC (rev 61581)
+++ grass/branches/develbranch_6/raster/r.li/r.li.patchnum/Makefile 2014-08-11 09:44:09 UTC (rev 61582)
@@ -4,7 +4,7 @@
EXTRA_CLEAN_DIRS=doxygenhtml
-LIB_NAME = grass_rli
+LIB_NAME = grass_rli.$(GRASS_VERSION_NUMBER)
RLI_LIB = -l$(LIB_NAME)
Modified: grass/branches/develbranch_6/raster/r.li/r.li.pielou/Makefile
===================================================================
--- grass/branches/develbranch_6/raster/r.li/r.li.pielou/Makefile 2014-08-11 08:20:26 UTC (rev 61581)
+++ grass/branches/develbranch_6/raster/r.li/r.li.pielou/Makefile 2014-08-11 09:44:09 UTC (rev 61582)
@@ -4,7 +4,7 @@
EXTRA_CLEAN_DIRS=doxygenhtml
-LIB_NAME = grass_rli
+LIB_NAME = grass_rli.$(GRASS_VERSION_NUMBER)
RLI_LIB = -l$(LIB_NAME)
Modified: grass/branches/develbranch_6/raster/r.li/r.li.renyi/Makefile
===================================================================
--- grass/branches/develbranch_6/raster/r.li/r.li.renyi/Makefile 2014-08-11 08:20:26 UTC (rev 61581)
+++ grass/branches/develbranch_6/raster/r.li/r.li.renyi/Makefile 2014-08-11 09:44:09 UTC (rev 61582)
@@ -4,7 +4,7 @@
EXTRA_CLEAN_DIRS=doxygenhtml
-LIB_NAME = grass_rli
+LIB_NAME = grass_rli.$(GRASS_VERSION_NUMBER)
RLI_LIB = -l$(LIB_NAME)
Modified: grass/branches/develbranch_6/raster/r.li/r.li.richness/Makefile
===================================================================
--- grass/branches/develbranch_6/raster/r.li/r.li.richness/Makefile 2014-08-11 08:20:26 UTC (rev 61581)
+++ grass/branches/develbranch_6/raster/r.li/r.li.richness/Makefile 2014-08-11 09:44:09 UTC (rev 61582)
@@ -4,7 +4,7 @@
EXTRA_CLEAN_DIRS=doxygenhtml
-LIB_NAME = grass_rli
+LIB_NAME = grass_rli.$(GRASS_VERSION_NUMBER)
RLI_LIB = -l$(LIB_NAME)
Modified: grass/branches/develbranch_6/raster/r.li/r.li.shannon/Makefile
===================================================================
--- grass/branches/develbranch_6/raster/r.li/r.li.shannon/Makefile 2014-08-11 08:20:26 UTC (rev 61581)
+++ grass/branches/develbranch_6/raster/r.li/r.li.shannon/Makefile 2014-08-11 09:44:09 UTC (rev 61582)
@@ -4,7 +4,7 @@
EXTRA_CLEAN_DIRS=doxygenhtml
-LIB_NAME = grass_rli
+LIB_NAME = grass_rli.$(GRASS_VERSION_NUMBER)
RLI_LIB = -l$(LIB_NAME)
Modified: grass/branches/develbranch_6/raster/r.li/r.li.shape/Makefile
===================================================================
--- grass/branches/develbranch_6/raster/r.li/r.li.shape/Makefile 2014-08-11 08:20:26 UTC (rev 61581)
+++ grass/branches/develbranch_6/raster/r.li/r.li.shape/Makefile 2014-08-11 09:44:09 UTC (rev 61582)
@@ -4,7 +4,7 @@
EXTRA_CLEAN_DIRS=doxygenhtml
-LIB_NAME = grass_rli
+LIB_NAME = grass_rli.$(GRASS_VERSION_NUMBER)
RLI_LIB = -l$(LIB_NAME)
Modified: grass/branches/develbranch_6/raster/r.li/r.li.simpson/Makefile
===================================================================
--- grass/branches/develbranch_6/raster/r.li/r.li.simpson/Makefile 2014-08-11 08:20:26 UTC (rev 61581)
+++ grass/branches/develbranch_6/raster/r.li/r.li.simpson/Makefile 2014-08-11 09:44:09 UTC (rev 61582)
@@ -4,7 +4,7 @@
EXTRA_CLEAN_DIRS=doxygenhtml
-LIB_NAME = grass_rli
+LIB_NAME = grass_rli.$(GRASS_VERSION_NUMBER)
RLI_LIB = -l$(LIB_NAME)
More information about the grass-commit
mailing list