Changeset 13629

Show
Ignore:
Timestamp:
01/30/08 11:43:58 (4 months ago)
Author:
hobu
Message:

apply slightly modified patch for #2182

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/gdal/swig/python/GNUmakefile

    r13051 r13629  
    22 
    33include ../../GDALmake.opt 
     4 
     5ifndef $(PYTHON) 
     6        export PYTHON=python 
     7endif 
    48 
    59all: build 
     
    4448 
    4549build: 
    46         python setup.py build 
     50        $(PYTHON) setup.py build 
    4751 
    4852egg: 
    49         python setup.py bdist_egg  
     53        $(PYTHON) setup.py bdist_egg  
    5054         
    5155install: 
    5256 
    5357ifeq ($(PY_HAVE_SETUPTOOLS),1) 
    54         python setup.py install  
     58        $(PYTHON) setup.py install  
    5559else 
    56         python setup.py install --prefix=$(DESTDIR)$(prefix) 
     60        $(PYTHON) setup.py install --prefix=$(DESTDIR)$(prefix) 
    5761endif 
    5862 
     
    6064         
    6165docs: 
    62         python ../include/python/docs/doxy2swig.py ../../ogr/xml/ogrlayer_8cpp.xml ../include/python/docs/ogr_layer_docs.i OGRLayerShadow OGR_L_ 
     66        $(PYTHON) ../include/python/docs/doxy2swig.py ../../ogr/xml/ogrlayer_8cpp.xml ../include/python/docs/ogr_layer_docs.i OGRLayerShadow OGR_L_ 
    6367 
    64         python ../include/python/docs/doxy2swig.py ../../ogr/xml/ogrgeometry_8cpp.xml ../include/python/docs/ogr_geometry_docs.i OGRGeometryShadow OGR_G_ 
     68        $(PYTHON) ../include/python/docs/doxy2swig.py ../../ogr/xml/ogrgeometry_8cpp.xml ../include/python/docs/ogr_geometry_docs.i OGRGeometryShadow OGR_G_ 
    6569 
    66         python ../include/python/docs/doxy2swig.py ../../ogr/xml/ogrdatasource_8cpp.xml ../include/python/docs/ogr_datasource_docs.i OGRDataSourceShadow OGR_DS_ 
     70        $(PYTHON) ../include/python/docs/doxy2swig.py ../../ogr/xml/ogrdatasource_8cpp.xml ../include/python/docs/ogr_datasource_docs.i OGRDataSourceShadow OGR_DS_ 
    6771 
    6872 
    69         python ../include/python/docs/doxy2swig.py ../../ogr/xml/ogrsfdriver_8cpp.xml ../include/python/docs/ogr_driver_docs.i OGRDriverShadow OGR_Dr_ 
     73        $(PYTHON) ../include/python/docs/doxy2swig.py ../../ogr/xml/ogrsfdriver_8cpp.xml ../include/python/docs/ogr_driver_docs.i OGRDriverShadow OGR_Dr_ 
    7074 
    71         python ../include/python/docs/doxy2swig.py ../../ogr/xml/ogrfeature_8cpp.xml ../include/python/docs/ogr_feature_docs.i OGRFeatureShadow OGR_F_ 
     75        $(PYTHON) ../include/python/docs/doxy2swig.py ../../ogr/xml/ogrfeature_8cpp.xml ../include/python/docs/ogr_feature_docs.i OGRFeatureShadow OGR_F_ 
    7276 
    73         python ../include/python/docs/doxy2swig.py ../../ogr/xml/ogrfeaturedefn_8cpp.xml ../include/python/docs/ogr_featuredef_docs.i OGRFeatureDefnShadow OGR_FD_ 
     77        $(PYTHON) ../include/python/docs/doxy2swig.py ../../ogr/xml/ogrfeaturedefn_8cpp.xml ../include/python/docs/ogr_featuredef_docs.i OGRFeatureDefnShadow OGR_FD_ 
    7478 
    75         python ../include/python/docs/doxy2swig.py ../../ogr/xml/ogrfielddefn_8cpp.xml ../include/python/docs/ogr_fielddef_docs.i OGRFieldDefnShadow OGR_Fld_ 
     79        $(PYTHON) ../include/python/docs/doxy2swig.py ../../ogr/xml/ogrfielddefn_8cpp.xml ../include/python/docs/ogr_fielddef_docs.i OGRFieldDefnShadow OGR_Fld_