[GRASS-SVN] r39436 - grass/branches/develbranch_6/gui/wxpython

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Oct 8 03:50:25 EDT 2009


Author: martinl
Date: 2009-10-08 03:50:24 -0400 (Thu, 08 Oct 2009)
New Revision: 39436

Modified:
   grass/branches/develbranch_6/gui/wxpython/Makefile
Log:
Glynn: Build .pyc files
      (merge r39435 from trunk)


Modified: grass/branches/develbranch_6/gui/wxpython/Makefile
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/Makefile	2009-10-08 02:31:29 UTC (rev 39435)
+++ grass/branches/develbranch_6/gui/wxpython/Makefile	2009-10-08 07:50:24 UTC (rev 39436)
@@ -6,11 +6,12 @@
 
 include $(MODULE_TOPDIR)/include/Make/Dir.make
 include $(MODULE_TOPDIR)/include/Make/Doxygen.make
+include $(MODULE_TOPDIR)/include/Make/Python.make
 
 ETCDIR = $(ETC)/wxpython
 
 SRCFILES := $(wildcard scripts/p.* compat/* gui_modules/* icons/*.* icons/silk/* images/* xml/*) gis_set.py wxgui.py README scripts/wxgui
-DSTFILES := $(patsubst %,$(ETCDIR)/%,$(SRCFILES))
+DSTFILES := $(patsubst %,$(ETCDIR)/%,$(SRCFILES)) $(patsubst %.py,$(ETCDIR)/%.pyc,$(filter %.py,$(SRCFILES)))
 
 default: install_scripts
 	$(MAKE) parsubdirs



More information about the grass-commit mailing list