[GRASS-SVN] r44974 - grass/trunk/imagery/i.evapo.PM

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Jan 11 22:20:37 EST 2011


Author: ychemin
Date: 2011-01-11 19:20:36 -0800 (Tue, 11 Jan 2011)
New Revision: 44974

Modified:
   grass/trunk/imagery/i.evapo.PM/Makefile
Log:
Fixed empty Makefile

Modified: grass/trunk/imagery/i.evapo.PM/Makefile
===================================================================
--- grass/trunk/imagery/i.evapo.PM/Makefile	2011-01-12 03:03:19 UTC (rev 44973)
+++ grass/trunk/imagery/i.evapo.PM/Makefile	2011-01-12 03:20:36 UTC (rev 44974)
@@ -0,0 +1,14 @@
+MODULE_TOPDIR = ../..
+
+PGM = i.evapo.PM
+
+LIBES = $(GISLIB) $(RASTERLIB)
+DEPENDENCIES = $(GISDEP) $(RASTERDEP)
+
+include $(MODULE_TOPDIR)/include/Make/Module.make
+
+ifneq ($(USE_LARGEFILES),)
+	EXTRA_CFLAGS = -D_FILE_OFFSET_BITS=64
+endif
+
+default: cmd



More information about the grass-commit mailing list