[GRASS-SVN] r30613 - in grass-addons/gipe: . r.out.vic_veg
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Mar 18 03:04:23 EDT 2008
Author: ychemin
Date: 2008-03-18 03:04:22 -0400 (Tue, 18 Mar 2008)
New Revision: 30613
Added:
grass-addons/gipe/PM_Makefile
Modified:
grass-addons/gipe/install_yanns_grass.sh
grass-addons/gipe/r.out.vic_veg/Makefile
Log:
Updated installation file with GUI menus, fixed ../HydrFOSS/r.evapo.PM Makefile bug
Added: grass-addons/gipe/PM_Makefile
===================================================================
--- grass-addons/gipe/PM_Makefile (rev 0)
+++ grass-addons/gipe/PM_Makefile 2008-03-18 07:04:22 UTC (rev 30613)
@@ -0,0 +1,10 @@
+MODULE_TOPDIR = ../..
+
+PGM = r.evapo.PM
+
+LIBES = $(GISLIB)
+DEPENDENCIES = $(GISDEP)
+
+include $(MODULE_TOPDIR)/include/Make/Module.make
+
+default: cmd
Modified: grass-addons/gipe/install_yanns_grass.sh
===================================================================
--- grass-addons/gipe/install_yanns_grass.sh 2008-03-18 06:16:43 UTC (rev 30612)
+++ grass-addons/gipe/install_yanns_grass.sh 2008-03-18 07:04:22 UTC (rev 30613)
@@ -25,7 +25,7 @@
do
cp -rf $HFDIR/$directory $GRASSCVSDIR/raster/
done
-cp -rf $HFDIR/PM_Makefile $GRASSCVSDIR/raster/r.evapo.PM/Makefile
+cp -rf $GIPEDIR/PM_Makefile $GRASSCVSDIR/raster/r.evapo.PM/Makefile
cp -f $GIPEDIR/Makefile $GRASSCVSDIR/raster/
cd $GRASSCVSDIR/raster/
@@ -62,6 +62,12 @@
cd $GRASSCVSDIR/scripts/
make
+#Install GUI stuff
+cp -rf $GIPEDIR/gmmenu.tcl $GRASSCVSDIR/gui/tcltk/gis.m/
+cp -rf $GIPEDIR/menudata.py $GRASSCVSDIR/gui/wxpython/gui_modules/
+cd $GRASSCVSDIR/gui
+make
+
cd $GRASSCVSDIR
make install
Modified: grass-addons/gipe/r.out.vic_veg/Makefile
===================================================================
--- grass-addons/gipe/r.out.vic_veg/Makefile 2008-03-18 06:16:43 UTC (rev 30612)
+++ grass-addons/gipe/r.out.vic_veg/Makefile 2008-03-18 07:04:22 UTC (rev 30613)
@@ -1,6 +1,6 @@
MODULE_TOPDIR = ../..
-PGM = r.out.vic_soil
+PGM = r.out.vic_veg
LIBES = $(GPROJLIB) $(GISLIB)
DEPENDENCIES = $(GPROJDEP) $(GISDEP)
More information about the grass-commit
mailing list