[GRASS-SVN] r38466 - in grass/branches/develbranch_6: . swig
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Jul 19 12:18:23 EDT 2009
Author: neteler
Date: 2009-07-19 12:18:22 -0400 (Sun, 19 Jul 2009)
New Revision: 38466
Modified:
grass/branches/develbranch_6/Makefile
grass/branches/develbranch_6/swig/Makefile
Log:
build swig-python if requested
Modified: grass/branches/develbranch_6/Makefile
===================================================================
--- grass/branches/develbranch_6/Makefile 2009-07-19 05:16:33 UTC (rev 38465)
+++ grass/branches/develbranch_6/Makefile 2009-07-19 16:18:22 UTC (rev 38466)
@@ -53,6 +53,7 @@
vector \
visualization \
man \
+ swig \
macosx
SUBDIRS = $(DIRS)
Modified: grass/branches/develbranch_6/swig/Makefile
===================================================================
--- grass/branches/develbranch_6/swig/Makefile 2009-07-19 05:16:33 UTC (rev 38465)
+++ grass/branches/develbranch_6/swig/Makefile 2009-07-19 16:18:22 UTC (rev 38466)
@@ -1,5 +1,7 @@
MODULE_TOPDIR = ..
+include $(MODULE_TOPDIR)/include/Make/Platform.make
+
#compile if PYTHON present:
ifneq ($(USE_PYTHON),)
ifneq ($(strip $(CXX)),)
@@ -13,5 +15,7 @@
include $(MODULE_TOPDIR)/include/Make/Dir.make
include $(MODULE_TOPDIR)/include/Make/Doxygen.make
-default:
- @echo "Please run 'make' in the individual subdirectories"
+default: parsubdirs
+
+clean: cleansubdirs
+
More information about the grass-commit
mailing list