[GRASS-SVN] r38530 - grass/branches/develbranch_6/swig/python
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Jul 28 11:35:26 EDT 2009
Author: mlennert
Date: 2009-07-28 11:35:26 -0400 (Tue, 28 Jul 2009)
New Revision: 38530
Modified:
grass/branches/develbranch_6/swig/python/Makefile
Log:
vector_wrap_c_FLAGS and proj_wrap_c_FLAGS aren't used in grass6
Modified: grass/branches/develbranch_6/swig/python/Makefile
===================================================================
--- grass/branches/develbranch_6/swig/python/Makefile 2009-07-28 15:28:09 UTC (rev 38529)
+++ grass/branches/develbranch_6/swig/python/Makefile 2009-07-28 15:35:26 UTC (rev 38530)
@@ -28,10 +28,9 @@
trans_LIBS = $(TRANSLIB)
vedit_LIBS = $(VEDITLIB)
-vector_wrap_c_FLAGS = $(VECT_INC)
-proj_wrap_c_FLAGS = $(PROJINC) $(GDALCFLAGS)
+EXTRA_INC = $(VECT_INC) $(PROJINC) $(GDALCFLAGS)
-EXTRA_SWIG = ../include/python/my_typemaps.i ../include/python/common.i
+EXTRA_SWG = ../include/python/my_typemaps.i ../include/python/common.i
SWIGFLAGS = $(ARCH_INC) -I../include/python -outdir .
EXTRA_CFLAGS = $(PYMOD_CFLAGS)
EXTRA_CLEAN_FILES := $(foreach M,$(MODULES),$(M)_wrap.o $(M)_wrap.c $(M).pyc $(M).py _$(M).so)
More information about the grass-commit
mailing list