[GRASS-SVN] r33464 - in grass/branches/develbranch_6/swig/python: .
NumPtr
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Sep 16 03:50:40 EDT 2008
Author: hamish
Date: 2008-09-16 03:50:40 -0400 (Tue, 16 Sep 2008)
New Revision: 33464
Added:
grass/branches/develbranch_6/swig/python/NumPtr/Makefile
Modified:
grass/branches/develbranch_6/swig/python/Makefile.in
Log:
makefile control for NumPtr
Modified: grass/branches/develbranch_6/swig/python/Makefile.in
===================================================================
--- grass/branches/develbranch_6/swig/python/Makefile.in 2008-09-16 07:43:12 UTC (rev 33463)
+++ grass/branches/develbranch_6/swig/python/Makefile.in 2008-09-16 07:50:40 UTC (rev 33464)
@@ -11,7 +11,7 @@
#SUBDIRS = NumPtr
#include $(MODULE_TOPDIR)/include/Make/Dir.make
-default: python_grass6.so
+default: python_grass6.so numptr
clean:
-rm -f *.o *.so python_grass6_wrap.c python_grass6.pyc python_grass6.py
@@ -30,6 +30,9 @@
python_grass6.so: python_grass6_wrap.o
$(LD) $(LDFLAGS) $< -o _python_grass6.so
+numptr:
+ $(MAKE) -C NumPtr
+
# doxygen:
DOXNAME=
DOXINPUT=grasspython.dox
Added: grass/branches/develbranch_6/swig/python/NumPtr/Makefile
===================================================================
--- grass/branches/develbranch_6/swig/python/NumPtr/Makefile (rev 0)
+++ grass/branches/develbranch_6/swig/python/NumPtr/Makefile 2008-09-16 07:50:40 UTC (rev 33464)
@@ -0,0 +1,10 @@
+# build NumPtr
+
+all: numptr
+
+numptr:
+ python setup.py build
+ #python build/lib.linux-i686-2.4/test.py
+
+clean:
+ -rm -rf build/
More information about the grass-commit
mailing list