[GRASS-SVN] r48569 - in grass/branches/develbranch_6: misc misc/m.nviz.image visualization

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Sep 30 10:01:01 EDT 2011


Author: martinl
Date: 2011-09-30 07:01:01 -0700 (Fri, 30 Sep 2011)
New Revision: 48569

Removed:
   grass/branches/develbranch_6/visualization/nviz2/
Modified:
   grass/branches/develbranch_6/misc/Makefile
   grass/branches/develbranch_6/misc/m.nviz.image/Makefile
   grass/branches/develbranch_6/visualization/Makefile
Log:
nviz_cmd -> m.nviz.image (part 3)

Modified: grass/branches/develbranch_6/misc/Makefile
===================================================================
--- grass/branches/develbranch_6/misc/Makefile	2011-09-30 13:50:10 UTC (rev 48568)
+++ grass/branches/develbranch_6/misc/Makefile	2011-09-30 14:01:01 UTC (rev 48569)
@@ -1,8 +1,14 @@
 MODULE_TOPDIR = ..
 
+include $(MODULE_TOPDIR)/include/Make/Platform.make
+
 SUBDIRS = \
 	m.cogo
 
+ifneq ($(strip $(OPENGLLIB)),)
+    SUBDIRS += m.nviz.image
+endif
+
 include $(MODULE_TOPDIR)/include/Make/Dir.make
 
 default: parsubdirs

Modified: grass/branches/develbranch_6/misc/m.nviz.image/Makefile
===================================================================
--- grass/branches/develbranch_6/misc/m.nviz.image/Makefile	2011-09-30 13:50:10 UTC (rev 48568)
+++ grass/branches/develbranch_6/misc/m.nviz.image/Makefile	2011-09-30 14:01:01 UTC (rev 48569)
@@ -1,4 +1,4 @@
-MODULE_TOPDIR = ../../..
+MODULE_TOPDIR = ../..
 
 PGM = m.nviz.image
 

Modified: grass/branches/develbranch_6/visualization/Makefile
===================================================================
--- grass/branches/develbranch_6/visualization/Makefile	2011-09-30 13:50:10 UTC (rev 48568)
+++ grass/branches/develbranch_6/visualization/Makefile	2011-09-30 14:01:01 UTC (rev 48569)
@@ -11,11 +11,6 @@
 endif
 endif
 
-#compile if OpenGL present
-ifneq ($(strip $(OPENGLLIB)),)
-    SUBDIRS += nviz2
-endif
-
 #compile if Motif present:
 ifneq ($(strip $(XMLIB)),)
     SUBDIRS += xganim



More information about the grass-commit mailing list