[GRASS-SVN] r45663 - in grass-addons/gui/wxpython/psmap: . docs
gui_modules images xml
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Mar 14 17:58:56 EDT 2011
Author: martinl
Date: 2011-03-14 14:58:55 -0700 (Mon, 14 Mar 2011)
New Revision: 45663
Added:
grass-addons/gui/wxpython/psmap/Makefile
grass-addons/gui/wxpython/psmap/docs/Makefile
grass-addons/gui/wxpython/psmap/images/Makefile
Modified:
grass-addons/gui/wxpython/psmap/README
grass-addons/gui/wxpython/psmap/docs/wxGUI.PsMap.html
grass-addons/gui/wxpython/psmap/gui_modules/psmap.py
grass-addons/gui/wxpython/psmap/gui_modules/psmap_dialogs.py
grass-addons/gui/wxpython/psmap/xml/menudata_psmap.xml
Log:
wxGUI/psmap: add Makefiles for g.extension
update svn props
Added: grass-addons/gui/wxpython/psmap/Makefile
===================================================================
--- grass-addons/gui/wxpython/psmap/Makefile (rev 0)
+++ grass-addons/gui/wxpython/psmap/Makefile 2011-03-14 21:58:55 UTC (rev 45663)
@@ -0,0 +1,25 @@
+MODULE_TOPDIR = ../..
+
+SUBDIRS = docs images
+
+include $(MODULE_TOPDIR)/include/Make/Dir.make
+include $(MODULE_TOPDIR)/include/Make/Python.make
+
+ETCDIR = $(ETC)/gui/wxpython
+
+SRCFILES := $(wildcard gui_modules/* xml/*)
+DSTFILES := $(patsubst %,$(ETCDIR)/%,$(SRCFILES)) $(patsubst %.py,$(ETCDIR)/%.pyc,$(filter %.py,$(SRCFILES)))
+
+DSTDIRS := $(patsubst %,$(ETCDIR)/%,gui_modules xml)
+
+default: $(DSTFILES)
+ $(MAKE) parsubdirs
+
+$(ETCDIR)/%: % | $(DSTDIRS)
+ $(INSTALL_DATA) $< $@
+
+$(DSTDIRS): %: | $(ETCDIR)
+ $(MKDIR) $@
+
+$(ETCDIR):
+ $(MKDIR) $@
Property changes on: grass-addons/gui/wxpython/psmap/Makefile
___________________________________________________________________
Added: svn:mime-type
+ text/x-makefile
Added: svn:eol-style
+ native
Property changes on: grass-addons/gui/wxpython/psmap/README
___________________________________________________________________
Added: svn:mime-type
+ text/plain
Added: svn:keywords
+ Author Date Id
Added: svn:eol-style
+ native
Added: grass-addons/gui/wxpython/psmap/docs/Makefile
===================================================================
--- grass-addons/gui/wxpython/psmap/docs/Makefile (rev 0)
+++ grass-addons/gui/wxpython/psmap/docs/Makefile 2011-03-14 21:58:55 UTC (rev 45663)
@@ -0,0 +1,7 @@
+MODULE_TOPDIR = ../../..
+
+include $(MODULE_TOPDIR)/include/Make/Other.make
+
+FILES := $(wildcard *.html)
+
+default: $(patsubst %,$(HTMLDIR)/%,$(FILES))
Property changes on: grass-addons/gui/wxpython/psmap/docs/Makefile
___________________________________________________________________
Added: svn:mime-type
+ text/x-makefile
Added: svn:eol-style
+ native
Property changes on: grass-addons/gui/wxpython/psmap/docs/wxGUI.PsMap.html
___________________________________________________________________
Added: svn:mime-type
+ text/html
Added: svn:keywords
+ Author Date Id
Added: svn:eol-style
+ native
Property changes on: grass-addons/gui/wxpython/psmap/gui_modules/psmap.py
___________________________________________________________________
Added: svn:mime-type
+ text/x-python
Added: svn:eol-style
+ native
Property changes on: grass-addons/gui/wxpython/psmap/gui_modules/psmap_dialogs.py
___________________________________________________________________
Added: svn:mime-type
+ text/x-python
Added: svn:eol-style
+ native
Added: grass-addons/gui/wxpython/psmap/images/Makefile
===================================================================
--- grass-addons/gui/wxpython/psmap/images/Makefile (rev 0)
+++ grass-addons/gui/wxpython/psmap/images/Makefile 2011-03-14 21:58:55 UTC (rev 45663)
@@ -0,0 +1,15 @@
+MODULE_TOPDIR = ../..
+
+include $(MODULE_TOPDIR)/include/Make/Other.make
+
+ETCDIR = $(ETC)/gui/images
+
+FILES := $(wildcard *.png)
+
+default: $(patsubst %,$(ETCDIR)/%,$(FILES))
+
+$(ETCDIR)/%.png: %.png | $(ETCDIR)
+ $(INSTALL_DATA) $< $@
+
+$(ETCDIR):
+ $(MKDIR) $@
Property changes on: grass-addons/gui/wxpython/psmap/xml/menudata_psmap.xml
___________________________________________________________________
Added: svn:mime-type
+ text/xml
Added: svn:eol-style
+ native
More information about the grass-commit
mailing list