[GRASS-SVN] r32344 - grass/trunk/raster3d

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Jul 27 18:30:52 EDT 2008


Author: glynn
Date: 2008-07-27 18:30:52 -0400 (Sun, 27 Jul 2008)
New Revision: 32344

Modified:
   grass/trunk/raster3d/Makefile
Log:
r3.mkdspf doesn't require OpenGL


Modified: grass/trunk/raster3d/Makefile
===================================================================
--- grass/trunk/raster3d/Makefile	2008-07-27 18:14:03 UTC (rev 32343)
+++ grass/trunk/raster3d/Makefile	2008-07-27 22:30:52 UTC (rev 32344)
@@ -5,6 +5,7 @@
 	r3.in.ascii \
 	r3.in.v5d \
 	r3.gwflow \
+	r3.mkdspf \
 	r3.out.ascii \
 	r3.out.v5d \
 	r3.out.vtk \
@@ -12,15 +13,8 @@
 	r3.to.rast \
 	base
 
-OPENGLBASED = r3.mkdspf
-
 include $(MODULE_TOPDIR)/include/Make/Platform.make
 
-#compile if OPENGLU present:
-ifneq ($(strip $(OPENGLULIB)),)
-    SUBDIRS += $(OPENGLBASED)
-endif
-
 PGM = raster3dintro
 
 include $(MODULE_TOPDIR)/include/Make/Dir.make



More information about the grass-commit mailing list