[GRASS-SVN] r63489 - grass-addons/grass7/vector/v.surf.nnbathy
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri Dec 12 03:32:07 PST 2014
Author: martinl
Date: 2014-12-12 03:32:07 -0800 (Fri, 12 Dec 2014)
New Revision: 63489
Modified:
grass-addons/grass7/vector/v.surf.nnbathy/Makefile
Log:
v.surf.nnbathy: fix Makefile
Modified: grass-addons/grass7/vector/v.surf.nnbathy/Makefile
===================================================================
--- grass-addons/grass7/vector/v.surf.nnbathy/Makefile 2014-12-12 11:30:43 UTC (rev 63488)
+++ grass-addons/grass7/vector/v.surf.nnbathy/Makefile 2014-12-12 11:32:07 UTC (rev 63489)
@@ -1,13 +1,10 @@
MODULE_TOPDIR = ../..
-LIBES = $(RASTER3DLIB) $(RASTERLIB) $(GISLIB)
-DEPENDENCIES = $(RASTER3DDEP) $(GISDEP) $(RASTERDEP)
+PGM=v.surf.nnbathy
-PROGRAMS = r.colors r3.colors
+ETCFILES = nnbathy
-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
+include $(MODULE_TOPDIR)/include/Make/Script.make
+include $(MODULE_TOPDIR)/include/Make/Python.make
-include $(MODULE_TOPDIR)/include/Make/Multi.make
-
-default: multi thumbnails
+default: script
More information about the grass-commit
mailing list