ENH: Further cleanup of installation script generation. The per-component and per... CMake-InstallGeneratorCleanup2-post
commitb31e1ded5dac7175b91b60b5e2aa63115c771e30
authorking <king>
Mon, 2 Jul 2007 18:56:57 +0000 (2 18:56 +0000)
committerking <king>
Mon, 2 Jul 2007 18:56:57 +0000 (2 18:56 +0000)
treee868c7e070da6f90480255da60517719ed7492ce
parentae6fba0f9970e2ee350415403df2176e344f54ef
ENH: Further cleanup of installation script generation.  The per-component and per-configuration testing is now done in cmake code instead of in the FILE(INSTALL) command.  The generation of the cmake code to do these tests is centralized in cmInstallGenerator.  Old-style shared library versioning and component/config support code has been removed from FILE(INSTALL).  This commit is surrounded by the tags CMake-InstallGeneratorCleanup2-pre and CMake-InstallGeneratorCleanup2-post.
14 files changed:
Source/cmFileCommand.cxx
Source/cmFileCommand.h
Source/cmInstallCommand.cxx
Source/cmInstallDirectoryGenerator.cxx
Source/cmInstallDirectoryGenerator.h
Source/cmInstallExportGenerator.cxx
Source/cmInstallExportGenerator.h
Source/cmInstallFilesGenerator.cxx
Source/cmInstallFilesGenerator.h
Source/cmInstallGenerator.cxx
Source/cmInstallGenerator.h
Source/cmInstallScriptGenerator.cxx
Source/cmInstallTargetGenerator.cxx
Source/cmInstallTargetGenerator.h