[GRASS-SVN] r61577 - in grass/branches/releasebranch_6_4: . raster/r.li/r.li.cwed raster/r.li/r.li.edgedensity raster/r.li/r.li.mpa raster/r.li/r.li.mps raster/r.li/r.li.padcv raster/r.li/r.li.padrange raster/r.li/r.li.padsd raster/r.li/r.li.patchdensity raster/r.li/r.li.patchnum raster/r.li/r.li.pielou raster/r.li/r.li.renyi raster/r.li/r.li.richness raster/r.li/r.li.shannon raster/r.li/r.li.shape raster/r.li/r.li.simpson
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Aug 10 02:40:01 PDT 2014
Author: martinl
Date: 2014-08-10 02:40:01 -0700 (Sun, 10 Aug 2014)
New Revision: 61577
Modified:
grass/branches/releasebranch_6_4/raster/r.li/r.li.cwed/Makefile
grass/branches/releasebranch_6_4/raster/r.li/r.li.edgedensity/Makefile
grass/branches/releasebranch_6_4/raster/r.li/r.li.mpa/Makefile
grass/branches/releasebranch_6_4/raster/r.li/r.li.mps/Makefile
grass/branches/releasebranch_6_4/raster/r.li/r.li.padcv/Makefile
grass/branches/releasebranch_6_4/raster/r.li/r.li.padrange/Makefile
grass/branches/releasebranch_6_4/raster/r.li/r.li.padsd/Makefile
grass/branches/releasebranch_6_4/raster/r.li/r.li.patchdensity/Makefile
grass/branches/releasebranch_6_4/raster/r.li/r.li.patchnum/Makefile
grass/branches/releasebranch_6_4/raster/r.li/r.li.pielou/Makefile
grass/branches/releasebranch_6_4/raster/r.li/r.li.renyi/Makefile
grass/branches/releasebranch_6_4/raster/r.li/r.li.richness/Makefile
grass/branches/releasebranch_6_4/raster/r.li/r.li.shannon/Makefile
grass/branches/releasebranch_6_4/raster/r.li/r.li.shape/Makefile
grass/branches/releasebranch_6_4/raster/r.li/r.li.simpson/Makefile
grass/branches/releasebranch_6_4/translators.csv
Log:
winGRASS: fix r.li compilation on Windows
Modified: grass/branches/releasebranch_6_4/raster/r.li/r.li.cwed/Makefile
===================================================================
--- grass/branches/releasebranch_6_4/raster/r.li/r.li.cwed/Makefile 2014-08-10 05:15:32 UTC (rev 61576)
+++ grass/branches/releasebranch_6_4/raster/r.li/r.li.cwed/Makefile 2014-08-10 09:40:01 UTC (rev 61577)
@@ -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/releasebranch_6_4/raster/r.li/r.li.edgedensity/Makefile
===================================================================
--- grass/branches/releasebranch_6_4/raster/r.li/r.li.edgedensity/Makefile 2014-08-10 05:15:32 UTC (rev 61576)
+++ grass/branches/releasebranch_6_4/raster/r.li/r.li.edgedensity/Makefile 2014-08-10 09:40:01 UTC (rev 61577)
@@ -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/releasebranch_6_4/raster/r.li/r.li.mpa/Makefile
===================================================================
--- grass/branches/releasebranch_6_4/raster/r.li/r.li.mpa/Makefile 2014-08-10 05:15:32 UTC (rev 61576)
+++ grass/branches/releasebranch_6_4/raster/r.li/r.li.mpa/Makefile 2014-08-10 09:40:01 UTC (rev 61577)
@@ -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/releasebranch_6_4/raster/r.li/r.li.mps/Makefile
===================================================================
--- grass/branches/releasebranch_6_4/raster/r.li/r.li.mps/Makefile 2014-08-10 05:15:32 UTC (rev 61576)
+++ grass/branches/releasebranch_6_4/raster/r.li/r.li.mps/Makefile 2014-08-10 09:40:01 UTC (rev 61577)
@@ -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/releasebranch_6_4/raster/r.li/r.li.padcv/Makefile
===================================================================
--- grass/branches/releasebranch_6_4/raster/r.li/r.li.padcv/Makefile 2014-08-10 05:15:32 UTC (rev 61576)
+++ grass/branches/releasebranch_6_4/raster/r.li/r.li.padcv/Makefile 2014-08-10 09:40:01 UTC (rev 61577)
@@ -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/releasebranch_6_4/raster/r.li/r.li.padrange/Makefile
===================================================================
--- grass/branches/releasebranch_6_4/raster/r.li/r.li.padrange/Makefile 2014-08-10 05:15:32 UTC (rev 61576)
+++ grass/branches/releasebranch_6_4/raster/r.li/r.li.padrange/Makefile 2014-08-10 09:40:01 UTC (rev 61577)
@@ -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/releasebranch_6_4/raster/r.li/r.li.padsd/Makefile
===================================================================
--- grass/branches/releasebranch_6_4/raster/r.li/r.li.padsd/Makefile 2014-08-10 05:15:32 UTC (rev 61576)
+++ grass/branches/releasebranch_6_4/raster/r.li/r.li.padsd/Makefile 2014-08-10 09:40:01 UTC (rev 61577)
@@ -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/releasebranch_6_4/raster/r.li/r.li.patchdensity/Makefile
===================================================================
--- grass/branches/releasebranch_6_4/raster/r.li/r.li.patchdensity/Makefile 2014-08-10 05:15:32 UTC (rev 61576)
+++ grass/branches/releasebranch_6_4/raster/r.li/r.li.patchdensity/Makefile 2014-08-10 09:40:01 UTC (rev 61577)
@@ -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/releasebranch_6_4/raster/r.li/r.li.patchnum/Makefile
===================================================================
--- grass/branches/releasebranch_6_4/raster/r.li/r.li.patchnum/Makefile 2014-08-10 05:15:32 UTC (rev 61576)
+++ grass/branches/releasebranch_6_4/raster/r.li/r.li.patchnum/Makefile 2014-08-10 09:40:01 UTC (rev 61577)
@@ -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/releasebranch_6_4/raster/r.li/r.li.pielou/Makefile
===================================================================
--- grass/branches/releasebranch_6_4/raster/r.li/r.li.pielou/Makefile 2014-08-10 05:15:32 UTC (rev 61576)
+++ grass/branches/releasebranch_6_4/raster/r.li/r.li.pielou/Makefile 2014-08-10 09:40:01 UTC (rev 61577)
@@ -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/releasebranch_6_4/raster/r.li/r.li.renyi/Makefile
===================================================================
--- grass/branches/releasebranch_6_4/raster/r.li/r.li.renyi/Makefile 2014-08-10 05:15:32 UTC (rev 61576)
+++ grass/branches/releasebranch_6_4/raster/r.li/r.li.renyi/Makefile 2014-08-10 09:40:01 UTC (rev 61577)
@@ -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/releasebranch_6_4/raster/r.li/r.li.richness/Makefile
===================================================================
--- grass/branches/releasebranch_6_4/raster/r.li/r.li.richness/Makefile 2014-08-10 05:15:32 UTC (rev 61576)
+++ grass/branches/releasebranch_6_4/raster/r.li/r.li.richness/Makefile 2014-08-10 09:40:01 UTC (rev 61577)
@@ -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/releasebranch_6_4/raster/r.li/r.li.shannon/Makefile
===================================================================
--- grass/branches/releasebranch_6_4/raster/r.li/r.li.shannon/Makefile 2014-08-10 05:15:32 UTC (rev 61576)
+++ grass/branches/releasebranch_6_4/raster/r.li/r.li.shannon/Makefile 2014-08-10 09:40:01 UTC (rev 61577)
@@ -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/releasebranch_6_4/raster/r.li/r.li.shape/Makefile
===================================================================
--- grass/branches/releasebranch_6_4/raster/r.li/r.li.shape/Makefile 2014-08-10 05:15:32 UTC (rev 61576)
+++ grass/branches/releasebranch_6_4/raster/r.li/r.li.shape/Makefile 2014-08-10 09:40:01 UTC (rev 61577)
@@ -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/releasebranch_6_4/raster/r.li/r.li.simpson/Makefile
===================================================================
--- grass/branches/releasebranch_6_4/raster/r.li/r.li.simpson/Makefile 2014-08-10 05:15:32 UTC (rev 61576)
+++ grass/branches/releasebranch_6_4/raster/r.li/r.li.simpson/Makefile 2014-08-10 09:40:01 UTC (rev 61577)
@@ -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/releasebranch_6_4/translators.csv
===================================================================
--- grass/branches/releasebranch_6_4/translators.csv 2014-08-10 05:15:32 UTC (rev 61576)
+++ grass/branches/releasebranch_6_4/translators.csv 2014-08-10 09:40:01 UTC (rev 61577)
@@ -1,7 +1,7 @@
name,email,languages
Solomon Gizaw,<solohavi yahoo.com>,AM
Dr. Alaa Masoud,<alaamasoud hotmail.com>,AR
-Jáchym Cepický,<jachym.cepicky centrum.cz>,CS
+Jáchym Čepický,<jachym.cepicky centrum.cz>,CS
Jan Trochta,<j.trochta seznam.cz>,CS
Martin Landa,<landa.martin gmail.com>,CS
Michal Bíl,<michal.bil seznam.cz>,CS
More information about the grass-commit
mailing list