[GRASS-SVN] r63486 - in grass-addons/grass7: raster vector/v.surf.nnbathy

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Dec 12 03:25:24 PST 2014


Author: martinl
Date: 2014-12-12 03:25:23 -0800 (Fri, 12 Dec 2014)
New Revision: 63486

Removed:
   grass-addons/grass7/raster/r.surf.nnbathy/
Modified:
   grass-addons/grass7/vector/v.surf.nnbathy/Makefile
Log:
remove bash version of r.surf.nnbathy (will be replace by Python version)

Modified: grass-addons/grass7/vector/v.surf.nnbathy/Makefile
===================================================================
--- grass-addons/grass7/vector/v.surf.nnbathy/Makefile	2014-12-12 11:22:18 UTC (rev 63485)
+++ grass-addons/grass7/vector/v.surf.nnbathy/Makefile	2014-12-12 11:25:23 UTC (rev 63486)
@@ -1,12 +1,13 @@
-MODULE_TOPDIR =../..
+MODULE_TOPDIR = ../..
 
-SUBDIRS = \
-	r.surf.nnbathy \
-	v.surf.nnbathy \
-	libnnbathy
+LIBES = $(RASTER3DLIB) $(RASTERLIB) $(GISLIB)
+DEPENDENCIES = $(RASTER3DDEP) $(GISDEP) $(RASTERDEP)
 
-include $(MODULE_TOPDIR)/include/Make/Dir.make
+PROGRAMS = r.colors r3.colors
 
-default: parsubdirs
+r_colors_OBJS = raster_main.o edit_colors.o rules.o stats.o
+r3_colors_OBJS = raster3d_main.o edit_colors.o rules.o stats.o
 
-install: installsubdirs
+include $(MODULE_TOPDIR)/include/Make/Multi.make
+
+default: multi thumbnails



More information about the grass-commit mailing list