[GRASS-SVN] r36725 - grass-addons/raster/r.terracost

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Apr 13 20:10:50 EDT 2009


Author: neteler
Date: 2009-04-13 20:10:50 -0400 (Mon, 13 Apr 2009)
New Revision: 36725

Added:
   grass-addons/raster/r.terracost/Makefile7
   grass-addons/raster/r.terracost/r.terracost.html
Log:
Makefile7 added for GRASS 7 (rename to Makefile to use); GRASS 7 requires manual with name of module, not description.html

Added: grass-addons/raster/r.terracost/Makefile7
===================================================================
--- grass-addons/raster/r.terracost/Makefile7	                        (rev 0)
+++ grass-addons/raster/r.terracost/Makefile7	2009-04-14 00:10:50 UTC (rev 36725)
@@ -0,0 +1,19 @@
+MODULE_TOPDIR = ../..
+
+PGM = r.terracost
+
+LIBES = $(GISLIB) $(IOSTREAMLIB)
+DEPENDENCIES = $(GISDEP) $(IOSTREAMDEP)
+
+include $(MODULE_TOPDIR)/include/Make/Module.make
+
+EXTRA_CFLAGS = -DUSER=\"$(USER)\" -Wno-sign-compare
+ifneq ($(USE_LARGEFILES),)
+	EXTRA_CFLAGS += -D_FILE_OFFSET_BITS=64
+endif
+
+LINK = $(CXX)
+
+ifneq ($(strip $(CXX)),)
+default: cmd
+endif

Added: grass-addons/raster/r.terracost/r.terracost.html
===================================================================
--- grass-addons/raster/r.terracost/r.terracost.html	                        (rev 0)
+++ grass-addons/raster/r.terracost/r.terracost.html	2009-04-14 00:10:50 UTC (rev 36725)
@@ -0,0 +1 @@
+link description.html
\ No newline at end of file


Property changes on: grass-addons/raster/r.terracost/r.terracost.html
___________________________________________________________________
Name: svn:special
   + *



More information about the grass-commit mailing list