[GRASS-SVN] r58724 - grass-addons/grass7/imagery/i.feo_tio2

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Jan 14 09:09:29 PST 2014


Author: ychemin
Date: 2014-01-14 09:09:28 -0800 (Tue, 14 Jan 2014)
New Revision: 58724

Added:
   grass-addons/grass7/imagery/i.feo_tio2/Makefile
Log:
Added Makefile

Added: grass-addons/grass7/imagery/i.feo_tio2/Makefile
===================================================================
--- grass-addons/grass7/imagery/i.feo_tio2/Makefile	                        (rev 0)
+++ grass-addons/grass7/imagery/i.feo_tio2/Makefile	2014-01-14 17:09:28 UTC (rev 58724)
@@ -0,0 +1,11 @@
+MODULE_TOPDIR = ../..
+
+PGM = i.feo_tio2
+
+LIBES = $(RASTERLIB) $(GISLIB)
+DEPENDENCIES = $(RASTERDEP) $(GISDEP)
+
+include $(MODULE_TOPDIR)/include/Make/Module.make
+
+
+default: cmd



More information about the grass-commit mailing list