[GRASS-SVN] r46405 - grass-addons/grass7/raster/r.threshold
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue May 24 07:35:08 EDT 2011
Author: madi
Date: 2011-05-24 04:35:08 -0700 (Tue, 24 May 2011)
New Revision: 46405
Added:
grass-addons/grass7/raster/r.threshold/Makefile
Log:
makefile
Added: grass-addons/grass7/raster/r.threshold/Makefile
===================================================================
--- grass-addons/grass7/raster/r.threshold/Makefile (rev 0)
+++ grass-addons/grass7/raster/r.threshold/Makefile 2011-05-24 11:35:08 UTC (rev 46405)
@@ -0,0 +1,11 @@
+MODULE_TOPDIR = ../..
+
+PGM = r.threshold
+
+LIBES = $(RASTERLIB) $(GISLIB)
+DEPENDENCIES = $(RASTERDEP) $(GISDEP)
+
+include $(MODULE_TOPDIR)/include/Make/Module.make
+
+default: cmd
+
More information about the grass-commit
mailing list