[GRASS-SVN] r29712 - grass/trunk/gui
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Jan 14 17:25:13 EST 2008
Author: glynn
Date: 2008-01-14 17:25:13 -0500 (Mon, 14 Jan 2008)
New Revision: 29712
Modified:
grass/trunk/gui/Makefile
Log:
Don't conditionalise build
Modified: grass/trunk/gui/Makefile
===================================================================
--- grass/trunk/gui/Makefile 2008-01-14 22:24:06 UTC (rev 29711)
+++ grass/trunk/gui/Makefile 2008-01-14 22:25:13 UTC (rev 29712)
@@ -1,22 +1,9 @@
MODULE_TOPDIR = ..
-SUBDIRS = icons scripts xml
+SUBDIRS = icons scripts xml tcltk wxpython
-TCLTKBASED = tcltk
-PYTHONBASED = wxpython
-
include $(MODULE_TOPDIR)/include/Make/Platform.make
-#compile if TCLTKBASED present:
-ifneq ($(strip $(TCLTKLIBS)),)
- SUBDIRS += $(TCLTKBASED)
-endif
-
-#compile if wxPython present:
-ifneq ($(strip $(USE_WXPYTHON)),)
- SUBDIRS += $(PYTHONBASED)
-endif
-
include $(MODULE_TOPDIR)/include/Make/Dir.make
default: parsubdirs
More information about the grass-commit
mailing list