Opened 22 years ago

Last modified 18 years ago

#133 closed enhancement (remind)

Add make uninstall for GDAL

Reported by: warmerdam Owned by: warmerdam
Priority: low Milestone:
Component: default Version: unspecified
Severity: minor Keywords:
Cc:

Description

Request: add a "make uninstall" option when you have the time (and nothing
better to do). I think I may have two (or three) different versions of gdal
installed now. Or at least a list of "delete these files".


From Matt (patawi -*- polarcom.com).

Change History (3)

comment:1 by matt.wilkie@…, 20 years ago

...scratching my own itch, I've come up with this list of files to remove. Is
anything missing, or there that shouldn't be?        thanks, -matt

$PREFIX/bin/gdal-config
$PREFIX/bin/gdaladdo.exe
$PREFIX/bin/gdalinfo.exe
$PREFIX/bin/gdalwarp.exe
$PREFIX/bin/gdal_translate.exe
$PREFIX/bin/ogr2ogr.exe
$PREFIX/bin/ogrinfo.exe
$PREFIX/bin/ogrtindex.exe
$PREFIX/include/cpl_config.h
$PREFIX/include/cpl_conv.h
$PREFIX/include/cpl_csv.h
$PREFIX/include/cpl_error.h
$PREFIX/include/cpl_list.h
$PREFIX/include/cpl_minixml.h
$PREFIX/include/cpl_multiproc.h
$PREFIX/include/cpl_port.h
$PREFIX/include/cpl_string.h
$PREFIX/include/cpl_vsi.h
$PREFIX/include/gdal.h
$PREFIX/include/gdalwarper.h
$PREFIX/include/gdal_alg.h
$PREFIX/include/gdal_frmts.h
$PREFIX/include/gdal_priv.h
$PREFIX/include/gvgcpfit.h
$PREFIX/include/ogrsf_frmts.h
$PREFIX/include/ogr_api.h
$PREFIX/include/ogr_core.h
$PREFIX/include/ogr_feature.h
$PREFIX/include/ogr_featurestyle.h
$PREFIX/include/ogr_geometry.h
$PREFIX/include/ogr_p.h
$PREFIX/include/ogr_spatialref.h
$PREFIX/include/ogr_srs_api.h
$PREFIX/lib/cpl.a
$PREFIX/lib/gdal.a
$PREFIX/lib/libgdal.1.1.dll
$PREFIX/lib/ogr.a
$PREFIX/lib/ogrsf_frmts.a
$PREFIX/share/gdal/*

comment:2 by warmerdam, 20 years ago

Review implementing this for GDAL 1.2.0.

comment:3 by warmerdam, 20 years ago

I have decided this is too ambitious for the 1.2.0 release.  Deferring.

Note: See TracTickets for help on using tickets.