[GRASS-SVN] r30185 - grass/branches/releasebranch_6_3/gui
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Feb 16 10:44:03 EST 2008
Author: martinl
Date: 2008-02-16 10:44:03 -0500 (Sat, 16 Feb 2008)
New Revision: 30185
Modified:
grass/branches/releasebranch_6_3/gui/Makefile
Log:
Makefile merged from trunk (for RC5)
Modified: grass/branches/releasebranch_6_3/gui/Makefile
===================================================================
--- grass/branches/releasebranch_6_3/gui/Makefile 2008-02-16 15:19:27 UTC (rev 30184)
+++ grass/branches/releasebranch_6_3/gui/Makefile 2008-02-16 15:44:03 UTC (rev 30185)
@@ -1,16 +1,9 @@
MODULE_TOPDIR = ..
-SUBDIRS = icons scripts
+SUBDIRS = icons scripts xml tcltk wxpython
-TCLTKBASED = tcltk
-
include $(MODULE_TOPDIR)/include/Make/Platform.make
-#compile if TCLTKBASED present:
-ifneq ($(strip $(TCLTKLIBS)),)
- SUBDIRS += $(TCLTKBASED)
-endif
-
include $(MODULE_TOPDIR)/include/Make/Dir.make
default: parsubdirs
More information about the grass-commit
mailing list