[GRASS-SVN] r45523 - in grass/trunk/imagery: i.aster.toar i.eb.netrad i.evapo.mh i.evapo.pm i.evapo.pt

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Mar 2 17:00:26 EST 2011


Author: neteler
Date: 2011-03-02 14:00:26 -0800 (Wed, 02 Mar 2011)
New Revision: 45523

Modified:
   grass/trunk/imagery/i.aster.toar/Makefile
   grass/trunk/imagery/i.eb.netrad/Makefile
   grass/trunk/imagery/i.evapo.mh/Makefile
   grass/trunk/imagery/i.evapo.pm/Makefile
   grass/trunk/imagery/i.evapo.pt/Makefile
Log:
Makefile cleanup

Modified: grass/trunk/imagery/i.aster.toar/Makefile
===================================================================
--- grass/trunk/imagery/i.aster.toar/Makefile	2011-03-02 16:34:18 UTC (rev 45522)
+++ grass/trunk/imagery/i.aster.toar/Makefile	2011-03-02 22:00:26 UTC (rev 45523)
@@ -7,8 +7,4 @@
 
 include $(MODULE_TOPDIR)/include/Make/Module.make
 
-ifneq ($(USE_LARGEFILES),)
-	EXTRA_CFLAGS = -D_FILE_OFFSET_BITS=64
-endif
-
 default: cmd

Modified: grass/trunk/imagery/i.eb.netrad/Makefile
===================================================================
--- grass/trunk/imagery/i.eb.netrad/Makefile	2011-03-02 16:34:18 UTC (rev 45522)
+++ grass/trunk/imagery/i.eb.netrad/Makefile	2011-03-02 22:00:26 UTC (rev 45523)
@@ -7,8 +7,4 @@
 
 include $(MODULE_TOPDIR)/include/Make/Module.make
 
-ifneq ($(USE_LARGEFILES),)
-	EXTRA_CFLAGS = -D_FILE_OFFSET_BITS=64
-endif
-
 default: cmd

Modified: grass/trunk/imagery/i.evapo.mh/Makefile
===================================================================
--- grass/trunk/imagery/i.evapo.mh/Makefile	2011-03-02 16:34:18 UTC (rev 45522)
+++ grass/trunk/imagery/i.evapo.mh/Makefile	2011-03-02 22:00:26 UTC (rev 45523)
@@ -2,10 +2,8 @@
 
 PGM = i.evapo.mh
 
-LIBES = $(VECTLIB) $(RASTERLIB) $(GISLIB)
-DEPENDENCIES= $(VECTDEP) $(GISDEP) $(DISPLAYDEP) $(RASTERDEP)
-EXTRA_INC = $(VECT_INC)
-EXTRA_CFLAGS = $(VECT_CFLAGS)
+LIBES = $(RASTERLIB) $(GISLIB)
+DEPENDENCIES = $(RASTERDEP) $(GISDEP)
 
 include $(MODULE_TOPDIR)/include/Make/Module.make
 

Modified: grass/trunk/imagery/i.evapo.pm/Makefile
===================================================================
--- grass/trunk/imagery/i.evapo.pm/Makefile	2011-03-02 16:34:18 UTC (rev 45522)
+++ grass/trunk/imagery/i.evapo.pm/Makefile	2011-03-02 22:00:26 UTC (rev 45523)
@@ -7,8 +7,4 @@
 
 include $(MODULE_TOPDIR)/include/Make/Module.make
 
-ifneq ($(USE_LARGEFILES),)
-	EXTRA_CFLAGS = -D_FILE_OFFSET_BITS=64
-endif
-
 default: cmd

Modified: grass/trunk/imagery/i.evapo.pt/Makefile
===================================================================
--- grass/trunk/imagery/i.evapo.pt/Makefile	2011-03-02 16:34:18 UTC (rev 45522)
+++ grass/trunk/imagery/i.evapo.pt/Makefile	2011-03-02 22:00:26 UTC (rev 45523)
@@ -2,15 +2,9 @@
 
 PGM = i.evapo.pt
 
-LIBES = $(VECTLIB) $(RASTERLIB) $(GISLIB)
-DEPENDENCIES= $(VECTDEP) $(GISDEP) $(DISPLAYDEP) $(RASTERDEP)
-EXTRA_INC = $(VECT_INC)
-EXTRA_CFLAGS = $(VECT_CFLAGS)
+LIBES = $(RASTERLIB) $(GISLIB)
+DEPENDENCIES = $(RASTERDEP) $(GISDEP)
 
 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