[GRASS-SVN] r29739 - grass/trunk/gui/wxpython
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Jan 17 12:54:21 EST 2008
Author: martinl
Date: 2008-01-17 12:54:20 -0500 (Thu, 17 Jan 2008)
New Revision: 29739
Modified:
grass/trunk/gui/wxpython/Makefile
Log:
Disable compiling vdigit by default. Will be enabled in the future.
Modified: grass/trunk/gui/wxpython/Makefile
===================================================================
--- grass/trunk/gui/wxpython/Makefile 2008-01-17 11:19:56 UTC (rev 29738)
+++ grass/trunk/gui/wxpython/Makefile 2008-01-17 17:54:20 UTC (rev 29739)
@@ -6,7 +6,8 @@
include $(MODULE_TOPDIR)/include/Make/Dir.make
-default: parsubdirs install_scripts
+#default: parsubdirs install_scripts
+default: install_scripts
install_scripts:
$(MKDIR) $(ETC)/wx/wx $(ETC)/wx/compat $(ETC)/wx/vdigit $(ETC)/wx/gui_modules $(ETC)/wx/icons $(ETC)/wx/icons/silk $(ETC)/wx/images $(ETC)/wx/scripts
@@ -17,8 +18,8 @@
$(INSTALL_DATA) images/* $(ETC)/wx/images/
$(INSTALL_DATA) scripts/* $(ETC)/wx/scripts/
$(INSTALL_DATA) gis_set.py wxgui.py $(ETC)/wx/
- $(INSTALL_DATA) vdigit/_grass6_wxvdigit.so $(ETC)/wx/vdigit/
- $(INSTALL_DATA) vdigit/grass6_wxvdigit.py $(ETC)/wx/vdigit/
+# $(INSTALL_DATA) vdigit/_grass6_wxvdigit.so $(ETC)/wx/vdigit/
+# $(INSTALL_DATA) vdigit/grass6_wxvdigit.py $(ETC)/wx/vdigit/
$(INSTALL) -m 755 wxgrass $(GISBASE)/scripts/
-clean: cleansubdirs
+#clean: cleansubdirs
More information about the grass-commit
mailing list