[GRASS-SVN] r32419 - grass/branches/develbranch_6/lib/python

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Jul 31 15:23:14 EDT 2008


Author: martinl
Date: 2008-07-31 15:23:13 -0400 (Thu, 31 Jul 2008)
New Revision: 32419

Added:
   grass/branches/develbranch_6/lib/python/Makefile
Log:
lib/python: missing Makefile added

Copied: grass/branches/develbranch_6/lib/python/Makefile (from rev 32418, grass/trunk/lib/python/Makefile)
===================================================================
--- grass/branches/develbranch_6/lib/python/Makefile	                        (rev 0)
+++ grass/branches/develbranch_6/lib/python/Makefile	2008-07-31 19:23:13 UTC (rev 32419)
@@ -0,0 +1,15 @@
+MODULE_TOPDIR = ../..
+
+include $(MODULE_TOPDIR)/include/Make/Platform.make
+include $(MODULE_TOPDIR)/include/Make/Grass.make
+include $(MODULE_TOPDIR)/include/Make/Rules.make
+
+default: $(ETC)/python
+
+$(ETC)/python: grass.py README.txt
+	if [ ! -d $@ ]; then $(MKDIR) $@; fi
+	for file in $^ ; do $(INSTALL_DATA) $$file $@ ; done
+
+.PHONY: $(ETC)/python
+
+clean:



More information about the grass-commit mailing list