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

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Aug 7 10:44:50 EDT 2008


Author: annalisapg
Date: 2008-08-07 10:44:38 -0400 (Thu, 07 Aug 2008)
New Revision: 32615

Modified:
   grass-addons/vector/v.strahler/Makefile
Log:
makefile that gives no errors

Modified: grass-addons/vector/v.strahler/Makefile
===================================================================
--- grass-addons/vector/v.strahler/Makefile	2008-08-07 13:25:31 UTC (rev 32614)
+++ grass-addons/vector/v.strahler/Makefile	2008-08-07 14:44:38 UTC (rev 32615)
@@ -1,18 +1,23 @@
-
 MODULE_TOPDIR = ../..
 
-PGM = v.mainchannel r.strahler.sh r.broscoe.sh v.strahler
+PROGRAMS = v.mainchannel r.strahler.sh r.broscoe.sh 
 
 LIBES        = $(DISPLAYLIB) $(RASTERLIB) $(VECTLIB) $(GRAPHLIB) $(DBMILIB) $(GISLIB)
 DEPENDENCIES = $(DISPLAYDEP) $(RASTERDEP) $(VECTDEP) $(GISDEP)
 EXTRA_INC = $(VECT_INC)
 EXTRA_CFLAGS = $(VECT_CFLAGS)
 
-include $(MODULE_TOPDIR)/include/Make/Module.make
 include $(MODULE_TOPDIR)/include/Make/Script.make
 
 default: script
 
+PGM = v.strahler
 
+LIBES        = $(DISPLAYLIB) $(RASTERLIB) $(VECTLIB) $(GRAPHLIB) $(DBMILIB) $(GISLIB)
+DEPENDENCIES = $(DISPLAYDEP) $(RASTERDEP) $(VECTDEP) $(GISDEP)
+EXTRA_INC = $(VECT_INC)
+EXTRA_CFLAGS = $(VECT_CFLAGS)
 
+include $(MODULE_TOPDIR)/include/Make/Module.make
 
+default: cmd



More information about the grass-commit mailing list