[GRASS-SVN] r32301 - grass-addons/vector/v.strahler

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Jul 25 12:34:10 EDT 2008


Author: annalisapg
Date: 2008-07-25 12:34:10 -0400 (Fri, 25 Jul 2008)
New Revision: 32301

Modified:
   grass-addons/vector/v.strahler/Makefile
Log:
new makefile: compiles all the modules in the directory

Modified: grass-addons/vector/v.strahler/Makefile
===================================================================
--- grass-addons/vector/v.strahler/Makefile	2008-07-25 15:11:41 UTC (rev 32300)
+++ grass-addons/vector/v.strahler/Makefile	2008-07-25 16:34:10 UTC (rev 32301)
@@ -1,7 +1,7 @@
 
 MODULE_TOPDIR = ../..
 
-PGM = v.strahler
+PGM = v.mainchannel r.strahler.sh r.broscoe.sh v.strahler
 
 LIBES        = $(DISPLAYLIB) $(RASTERLIB) $(VECTLIB) $(GRAPHLIB) $(DBMILIB) $(GISLIB)
 DEPENDENCIES = $(DISPLAYDEP) $(RASTERDEP) $(VECTDEP) $(GISDEP)
@@ -9,8 +9,9 @@
 EXTRA_CFLAGS = $(VECT_CFLAGS)
 
 include $(MODULE_TOPDIR)/include/Make/Module.make
+include $(MODULE_TOPDIR)/include/Make/Script.make
 
-default: cmd
+default: script
 
 
 



More information about the grass-commit mailing list