[GRASS-SVN] r47324 - grass-addons/grass7/gui/wxpython/wx.wms

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Jul 31 04:35:58 EDT 2011


Author: martinl
Date: 2011-07-31 01:35:58 -0700 (Sun, 31 Jul 2011)
New Revision: 47324

Added:
   grass-addons/grass7/gui/wxpython/wx.wms/Makefile
Log:
wx.wms: Makefile for g.extension added


Added: grass-addons/grass7/gui/wxpython/wx.wms/Makefile
===================================================================
--- grass-addons/grass7/gui/wxpython/wx.wms/Makefile	                        (rev 0)
+++ grass-addons/grass7/gui/wxpython/wx.wms/Makefile	2011-07-31 08:35:58 UTC (rev 47324)
@@ -0,0 +1,13 @@
+MODULE_TOPDIR = ../..
+
+include $(MODULE_TOPDIR)/include/Make/Python.make
+
+ETCDIR = $(ETC)/gui/wxpython/gui_modules/wms
+
+SRCFILES := $(wildcard *.py)
+DSTFILES := $(patsubst %,$(ETCDIR)/%,$(SRCFILES)) $(patsubst %.py,$(ETCDIR)/%.pyc,$(filter %.py,$(SRCFILES)))
+
+default: $(DSTFILES)
+
+$(ETCDIR):
+	$(MKDIR) $@


Property changes on: grass-addons/grass7/gui/wxpython/wx.wms/Makefile
___________________________________________________________________
Added: svn:mime-type
   + text/x-makefile
Added: svn:eol-style
   + native



More information about the grass-commit mailing list