[GRASS-SVN] r65515 - grass-addons/grass7/vector/v.kriging

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Jun 22 01:39:15 PDT 2015


Author: evas
Date: 2015-06-22 01:39:15 -0700 (Mon, 22 Jun 2015)
New Revision: 65515

Modified:
   grass-addons/grass7/vector/v.kriging/Makefile
Log:
v.kriging: makefile without PCL depedencies

Modified: grass-addons/grass7/vector/v.kriging/Makefile
===================================================================
--- grass-addons/grass7/vector/v.kriging/Makefile	2015-06-22 08:37:36 UTC (rev 65514)
+++ grass-addons/grass7/vector/v.kriging/Makefile	2015-06-22 08:39:15 UTC (rev 65515)
@@ -1,13 +1,11 @@
-MODULE_TOPDIR = /home/evergreen/grass7
+MODULE_TOPDIR = ../..
 
 PGM = v.kriging
 
-# other PCL version:
-#-lpcl_apps -lpcl_common -lpcl_features -lpcl_filters -lpcl_io -lpcl_kdtree -lpcl_keypoints -lpcl_octree -lpcl_registration -lpcl_sample_consensus -lpcl_search -lpcl_segmentation -lpcl_surface -lpcl_visualization
 LIBES = $(RASTER3DLIB) $(RASTERLIB) $(VECTORLIB) $(DBMILIB) $(GMATHLIB) $(GISLIB) $(IOSTREAMLIB)  $(RTREELIB)
 
 DEPENDENCIES= $(RASTER3DDEP) $(RASTERDEP) $(VECTORDEP) $(DBMIDEP) $(GMATHDEP) $(GISDEP) $(IOSTREAMDEP) $(RTREEDEP)
-EXTRA_INC = $(VECT_INC) -I/usr/include/pcl-1.7 -I/usr/include/eigen3 $(PCL_INCLUDE_DIRS) $(PROJINC)
+EXTRA_INC = $(VECT_INC) $(PROJINC)
 EXTRA_CFLAGS = $(VECT_CFLAGS)
 
 EXTRA_CFLAGS=-fopenmp



More information about the grass-commit mailing list