make[1]: Entering directory `/usr/src/cmake' lsmod | grep unionfs > /dev/null || modprobe unionfs mkdir -p /usr/src/cmake/build/debian/dapper /usr/src/cmake/build/debian/dapper.unionfs if ! unionctl --query /usr/src/cmake/build/debian/dapper > /dev/null 2>&1 ; then mount -t unionfs -o rw,dirs=/usr/src/cmake/build/debian/dapper.unionfs=rw:/chroot/debian/dapper=ro cmake-dapper /usr/src/cmake/build/debian/dapper ; fi umount /usr/src/cmake/build/debian/dapper/proc > /dev/null 2>&1 make[1]: [chroot-umounts] Error 1 (ignored) umount /usr/src/cmake/build/debian/dapper/dev/pts > /dev/null 2>&1 make[1]: [chroot-umounts] Error 1 (ignored) if [ debian = debian ] ; then \ umount /usr/src/cmake/build/debian/dapper/var/cache/apt/archives > /dev/null 2>&1 ; \ elif [ debian = fedora ] ; then \ : ; \ elif [ debian = gentoo ] ; then \ umount /usr/src/cmake/build/debian/dapper/usr/local/distdir > /dev/null 2>&1 ; \ umount /usr/src/cmake/build/debian/dapper/usr/portage/packages > /dev/null 2>&1 ; \ umount /usr/src/cmake/build/debian/dapper/usr/portage > /dev/null 2>&1 ; \ fi make[1]: [chroot-umounts] Error 1 (ignored) umount /usr/src/cmake/build/debian/dapper/usr/src > /dev/null 2>&1 make[1]: [chroot-umounts] Error 1 (ignored) if [ debian = gentoo ] ; then \ umount /usr/src/cmake/build/debian/dapper/var/tmp/portage/homedir/.ccache > /dev/null 2>&1 ; \ else \ umount /usr/src/cmake/build/debian/dapper/root/.ccache > /dev/null 2>&1 ; \ fi make[1]: [chroot-umounts] Error 1 (ignored) umount /usr/src/cmake/build/debian/dapper && rm -fr /usr/src/cmake/build/debian/dapper && mkdir /usr/src/cmake/build/debian/dapper rm -fr /usr/src/cmake/build/debian/dapper.unionfs lsmod | grep unionfs > /dev/null || modprobe unionfs mkdir -p /usr/src/cmake/build/debian/dapper /usr/src/cmake/build/debian/dapper.unionfs if ! unionctl --query /usr/src/cmake/build/debian/dapper > /dev/null 2>&1 ; then mount -t unionfs -o rw,dirs=/usr/src/cmake/build/debian/dapper.unionfs=rw:/chroot/debian/dapper=ro cmake-dapper /usr/src/cmake/build/debian/dapper ; fi make chroot-mounts make[2]: Entering directory `/usr/src/cmake' lsmod | grep unionfs > /dev/null || modprobe unionfs mkdir -p /usr/src/cmake/build/debian/dapper /usr/src/cmake/build/debian/dapper.unionfs if ! unionctl --query /usr/src/cmake/build/debian/dapper > /dev/null 2>&1 ; then mount -t unionfs -o rw,dirs=/usr/src/cmake/build/debian/dapper.unionfs=rw:/chroot/debian/dapper=ro cmake-dapper /usr/src/cmake/build/debian/dapper ; fi umount /usr/src/cmake/build/debian/dapper/proc > /dev/null 2>&1 make[2]: [pre-chroot-umounts] Error 1 (ignored) umount /usr/src/cmake/build/debian/dapper/dev/pts > /dev/null 2>&1 make[2]: [pre-chroot-umounts] Error 1 (ignored) if [ debian = debian ] ; then \ umount /usr/src/cmake/build/debian/dapper/var/cache/apt/archives > /dev/null 2>&1 ; \ elif [ debian = fedora ] ; then \ : ; \ elif [ debian = gentoo ] ; then \ umount /usr/src/cmake/build/debian/dapper/usr/local/distdir > /dev/null 2>&1 ; \ umount /usr/src/cmake/build/debian/dapper/usr/portage/packages > /dev/null 2>&1 ; \ umount /usr/src/cmake/build/debian/dapper/usr/portage > /dev/null 2>&1 ; \ fi make[2]: [pre-chroot-umounts] Error 1 (ignored) umount /usr/src/cmake/build/debian/dapper/usr/src > /dev/null 2>&1 make[2]: [pre-chroot-umounts] Error 1 (ignored) if [ debian = gentoo ] ; then \ umount /usr/src/cmake/build/debian/dapper/var/tmp/portage/homedir/.ccache > /dev/null 2>&1 ; \ else \ umount /usr/src/cmake/build/debian/dapper/root/.ccache > /dev/null 2>&1 ; \ fi make[2]: [pre-chroot-umounts] Error 1 (ignored) lsmod | grep unionfs > /dev/null || modprobe unionfs mkdir -p /usr/src/cmake/build/debian/dapper /usr/src/cmake/build/debian/dapper.unionfs if ! unionctl --query /usr/src/cmake/build/debian/dapper > /dev/null 2>&1 ; then mount -t unionfs -o rw,dirs=/usr/src/cmake/build/debian/dapper.unionfs=rw:/chroot/debian/dapper=ro cmake-dapper /usr/src/cmake/build/debian/dapper ; fi mount -t proc proc /usr/src/cmake/build/debian/dapper/proc mount -t devpts devpts /usr/src/cmake/build/debian/dapper/dev/pts if [ debian = debian ] ; then \ mkdir -p gnulinux/debian/dapper/archives/partial ; \ mount --bind gnulinux/debian/dapper/archives /usr/src/cmake/build/debian/dapper/var/cache/apt/archives ; \ elif [ debian = gentoo ] ; then \ mkdir -p /var/cache/packaging-farm/debian/distdir /usr/src/cmake/build/debian/dapper/usr/local/distdir ; \ mount --bind /var/cache/packaging-farm/debian/distdir /usr/src/cmake/build/debian/dapper/usr/local/distdir ; \ fi if [ debian = gentoo ] ; then \ mkdir -p /var/cache/packaging-farm/debian/portage/packages /usr/src/cmake/build/debian/dapper/usr/portage/packages ; \ mount --bind /var/cache/packaging-farm/debian/portage/packages /usr/src/cmake/build/debian/dapper/usr/portage/packages ; \ fi mkdir -p gnulinux/debian/dapper/src mount --bind gnulinux/debian/dapper/src /usr/src/cmake/build/debian/dapper/usr/src if [ debian = gentoo ] ; then \ mkdir -p /root/.ccache /usr/src/cmake/build/debian/dapper/var/tmp/portage/homedir/.ccache ; \ mount --bind /root/.ccache /usr/src/cmake/build/debian/dapper/var/tmp/portage/homedir/.ccache ; \ else \ mkdir -p /root/.ccache /usr/src/cmake/build/debian/dapper/root/.ccache ; \ mount --bind /root/.ccache /usr/src/cmake/build/debian/dapper/root/.ccache ; \ fi make[2]: Leaving directory `/usr/src/cmake' if [ debian = debian ] ; then \ source_list=/usr/src/cmake/build/debian/dapper/etc/apt/sources.list ; \ : ; \ : ; \ timeout 600 chroot /usr/src/cmake/build/debian/dapper apt-get -o Acquire::pdiffs=false update && \ timeout 3600 chroot /usr/src/cmake/build/debian/dapper apt-get -y --force-yes dist-upgrade ; \ elif [ debian = fedora ] ; then \ TEMPLATE=/usr/src/cmake/build/debian/dapper/etc/packaging-farm.yum ; \ : ; \ : ; \ chroot /usr/src/cmake/build/debian/dapper yum -d 0 -e 0 -y update ; \ elif [ debian = gentoo ] ; then \ overlaydir=/usr/src/cmake/build/debian/dapper/overlays ; \ mkdir -p $overlaydir ; \ : ; \ fi Get:1 http://fr2.archive.ubuntu.com dapper Release.gpg [189B] Hit http://fr2.archive.ubuntu.com dapper Release Err http://fr2.archive.ubuntu.com dapper Release Get:2 http://fr2.archive.ubuntu.com dapper Release [34.8kB] Ign http://fr2.archive.ubuntu.com dapper Release Hit http://fr2.archive.ubuntu.com dapper/main Packages Hit http://fr2.archive.ubuntu.com dapper/universe Packages Fetched 34.9kB in 0s (56.0kB/s) Reading package lists... W: GPG error: http://fr2.archive.ubuntu.com dapper Release: Could not execute /usr/bin/gpgv to verify signature (is gnupg installed?) W: You may want to run apt-get update to correct these problems Reading package lists... Building dependency tree... 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. make chroot-umounts make[2]: Entering directory `/usr/src/cmake' lsmod | grep unionfs > /dev/null || modprobe unionfs mkdir -p /usr/src/cmake/build/debian/dapper /usr/src/cmake/build/debian/dapper.unionfs if ! unionctl --query /usr/src/cmake/build/debian/dapper > /dev/null 2>&1 ; then mount -t unionfs -o rw,dirs=/usr/src/cmake/build/debian/dapper.unionfs=rw:/chroot/debian/dapper=ro cmake-dapper /usr/src/cmake/build/debian/dapper ; fi umount /usr/src/cmake/build/debian/dapper/proc > /dev/null 2>&1 umount /usr/src/cmake/build/debian/dapper/dev/pts > /dev/null 2>&1 if [ debian = debian ] ; then \ umount /usr/src/cmake/build/debian/dapper/var/cache/apt/archives > /dev/null 2>&1 ; \ elif [ debian = fedora ] ; then \ : ; \ elif [ debian = gentoo ] ; then \ umount /usr/src/cmake/build/debian/dapper/usr/local/distdir > /dev/null 2>&1 ; \ umount /usr/src/cmake/build/debian/dapper/usr/portage/packages > /dev/null 2>&1 ; \ umount /usr/src/cmake/build/debian/dapper/usr/portage > /dev/null 2>&1 ; \ fi umount /usr/src/cmake/build/debian/dapper/usr/src > /dev/null 2>&1 if [ debian = gentoo ] ; then \ umount /usr/src/cmake/build/debian/dapper/var/tmp/portage/homedir/.ccache > /dev/null 2>&1 ; \ else \ umount /usr/src/cmake/build/debian/dapper/root/.ccache > /dev/null 2>&1 ; \ fi make[2]: Leaving directory `/usr/src/cmake' make[1]: Leaving directory `/usr/src/cmake' make[1]: Entering directory `/usr/src/cmake' mkdir -p "/var/cache/packaging-farm/sources/cmake" rsync --delete -avH /var/cache/packaging-farm/sources/cmake/ cmake/ building file list ... done created directory cmake ./ cmake_2.4.5-1.diff.gz cmake_2.4.5-1.dsc cmake_2.4.5.orig.tar.gz cmake-2.4.5/ cmake-2.4.5/CMakeGraphVizOptions.cmake cmake-2.4.5/CMakeLists.txt cmake-2.4.5/CMakeLogo.gif cmake-2.4.5/CTestConfig.cmake cmake-2.4.5/CTestCustom.ctest.in cmake-2.4.5/ChangeLog.manual cmake-2.4.5/ChangeLog.txt cmake-2.4.5/Copyright.txt cmake-2.4.5/DartConfig.cmake cmake-2.4.5/bootstrap cmake-2.4.5/cmake.1 cmake-2.4.5/cmake_uninstall.cmake.in cmake-2.4.5/configure cmake-2.4.5/doxygen.config cmake-2.4.5/Docs/ cmake-2.4.5/Docs/cmake-indent.vim cmake-2.4.5/Docs/cmake-mode.el cmake-2.4.5/Docs/cmake-syntax.vim cmake-2.4.5/Example/ cmake-2.4.5/Example/CMakeLists.txt cmake-2.4.5/Example/Demo/ cmake-2.4.5/Example/Demo/CMakeLists.txt cmake-2.4.5/Example/Demo/demo.cxx cmake-2.4.5/Example/Demo/demo_b.cxx cmake-2.4.5/Example/Hello/ cmake-2.4.5/Example/Hello/CMakeLists.txt cmake-2.4.5/Example/Hello/hello.cxx cmake-2.4.5/Example/Hello/hello.h cmake-2.4.5/Modules/ cmake-2.4.5/Modules/AddFileDependencies.cmake cmake-2.4.5/Modules/CMake.cmake cmake-2.4.5/Modules/CMakeAddNewLanguage.txt cmake-2.4.5/Modules/CMakeBackwardCompatibilityC.cmake cmake-2.4.5/Modules/CMakeBackwardCompatibilityCXX.cmake cmake-2.4.5/Modules/CMakeBorlandFindMake.cmake cmake-2.4.5/Modules/CMakeBuildSettings.cmake.in cmake-2.4.5/Modules/CMakeCCompiler.cmake.in cmake-2.4.5/Modules/CMakeCInformation.cmake cmake-2.4.5/Modules/CMakeCXXCompiler.cmake.in cmake-2.4.5/Modules/CMakeCXXInformation.cmake cmake-2.4.5/Modules/CMakeCommonLanguageInclude.cmake cmake-2.4.5/Modules/CMakeConfigurableFile.in cmake-2.4.5/Modules/CMakeDependentOption.cmake cmake-2.4.5/Modules/CMakeDetermineCCompiler.cmake cmake-2.4.5/Modules/CMakeDetermineCXXCompiler.cmake cmake-2.4.5/Modules/CMakeDetermineFortranCompiler.cmake cmake-2.4.5/Modules/CMakeDetermineJavaCompiler.cmake cmake-2.4.5/Modules/CMakeDetermineRCCompiler.cmake cmake-2.4.5/Modules/CMakeDetermineSystem.cmake cmake-2.4.5/Modules/CMakeExportBuildSettings.cmake cmake-2.4.5/Modules/CMakeFindFrameworks.cmake cmake-2.4.5/Modules/CMakeFindWMake.cmake cmake-2.4.5/Modules/CMakeFindXCode.cmake cmake-2.4.5/Modules/CMakeFortranCompiler.cmake.in cmake-2.4.5/Modules/CMakeFortranInformation.cmake cmake-2.4.5/Modules/CMakeGenericSystem.cmake cmake-2.4.5/Modules/CMakeImportBuildSettings.cmake cmake-2.4.5/Modules/CMakeJavaCompiler.cmake.in cmake-2.4.5/Modules/CMakeJavaInformation.cmake cmake-2.4.5/Modules/CMakeLists.txt cmake-2.4.5/Modules/CMakeMSYSFindMake.cmake cmake-2.4.5/Modules/CMakeMinGWFindMake.cmake cmake-2.4.5/Modules/CMakeNMakeFindMake.cmake cmake-2.4.5/Modules/CMakePrintSystemInformation.cmake cmake-2.4.5/Modules/CMakeRCCompiler.cmake.in cmake-2.4.5/Modules/CMakeRCInformation.cmake cmake-2.4.5/Modules/CMakeSystem.cmake.in cmake-2.4.5/Modules/CMakeSystemSpecificInformation.cmake cmake-2.4.5/Modules/CMakeTestCCompiler.cmake cmake-2.4.5/Modules/CMakeTestCXXCompiler.cmake cmake-2.4.5/Modules/CMakeTestForFreeVC.cxx cmake-2.4.5/Modules/CMakeTestFortranCompiler.cmake cmake-2.4.5/Modules/CMakeTestGNU.c cmake-2.4.5/Modules/CMakeTestJavaCompiler.cmake cmake-2.4.5/Modules/CMakeTestNMakeCLVersion.c cmake-2.4.5/Modules/CMakeTestRCCompiler.cmake cmake-2.4.5/Modules/CMakeUnixFindMake.cmake cmake-2.4.5/Modules/CMakeVCManifest.cmake cmake-2.4.5/Modules/CMakeVCManifestExe.cmake cmake-2.4.5/Modules/CMakeVS6BackwardCompatibility.cmake cmake-2.4.5/Modules/CMakeVS6FindMake.cmake cmake-2.4.5/Modules/CMakeVS71FindMake.cmake cmake-2.4.5/Modules/CMakeVS7BackwardCompatibility.cmake cmake-2.4.5/Modules/CMakeVS7FindMake.cmake cmake-2.4.5/Modules/CMakeVS8FindMake.cmake cmake-2.4.5/Modules/COPYING-CMAKE-SCRIPTS cmake-2.4.5/Modules/CPack.Description.plist.in cmake-2.4.5/Modules/CPack.Info.plist.in cmake-2.4.5/Modules/CPack.STGZ_Header.sh.in cmake-2.4.5/Modules/CPack.cmake cmake-2.4.5/Modules/CTest.cmake cmake-2.4.5/Modules/CTestTargets.cmake cmake-2.4.5/Modules/CheckCCompilerFlag.cmake cmake-2.4.5/Modules/CheckCSourceCompiles.cmake cmake-2.4.5/Modules/CheckCSourceRuns.cmake cmake-2.4.5/Modules/CheckCXXCompilerFlag.cmake cmake-2.4.5/Modules/CheckCXXSourceCompiles.cmake cmake-2.4.5/Modules/CheckCXXSourceRuns.cmake cmake-2.4.5/Modules/CheckForPthreads.c cmake-2.4.5/Modules/CheckFunctionExists.c cmake-2.4.5/Modules/CheckFunctionExists.cmake cmake-2.4.5/Modules/CheckIncludeFile.c.in cmake-2.4.5/Modules/CheckIncludeFile.cmake cmake-2.4.5/Modules/CheckIncludeFile.cxx.in cmake-2.4.5/Modules/CheckIncludeFileCXX.cmake cmake-2.4.5/Modules/CheckIncludeFiles.cmake cmake-2.4.5/Modules/CheckLibraryExists.cmake cmake-2.4.5/Modules/CheckLibraryExists.lists.in cmake-2.4.5/Modules/CheckSizeOf.cmake cmake-2.4.5/Modules/CheckSymbolExists.cmake cmake-2.4.5/Modules/CheckTypeSize.c.in cmake-2.4.5/Modules/CheckTypeSize.cmake cmake-2.4.5/Modules/CheckVariableExists.c cmake-2.4.5/Modules/CheckVariableExists.cmake cmake-2.4.5/Modules/Dart.cmake cmake-2.4.5/Modules/DartConfiguration.tcl.in cmake-2.4.5/Modules/Documentation.cmake cmake-2.4.5/Modules/DummyCXXFile.cxx cmake-2.4.5/Modules/FindASPELL.cmake cmake-2.4.5/Modules/FindAVIFile.cmake cmake-2.4.5/Modules/FindBZip2.cmake cmake-2.4.5/Modules/FindBoost.cmake cmake-2.4.5/Modules/FindCABLE.cmake cmake-2.4.5/Modules/FindCURL.cmake cmake-2.4.5/Modules/FindCurses.cmake cmake-2.4.5/Modules/FindCygwin.cmake cmake-2.4.5/Modules/FindDCMTK.cmake cmake-2.4.5/Modules/FindDart.cmake cmake-2.4.5/Modules/FindDoxygen.cmake cmake-2.4.5/Modules/FindEXPAT.cmake cmake-2.4.5/Modules/FindFLTK.cmake cmake-2.4.5/Modules/FindGCCXML.cmake cmake-2.4.5/Modules/FindGLU.cmake cmake-2.4.5/Modules/FindGLUT.cmake cmake-2.4.5/Modules/FindGTK.cmake cmake-2.4.5/Modules/FindGnuplot.cmake cmake-2.4.5/Modules/FindHSPELL.cmake cmake-2.4.5/Modules/FindHTMLHelp.cmake cmake-2.4.5/Modules/FindITK.cmake cmake-2.4.5/Modules/FindImageMagick.cmake cmake-2.4.5/Modules/FindJNI.cmake cmake-2.4.5/Modules/FindJPEG.cmake cmake-2.4.5/Modules/FindJasper.cmake cmake-2.4.5/Modules/FindJava.cmake cmake-2.4.5/Modules/FindKDE.cmake cmake-2.4.5/Modules/FindKDE3.cmake cmake-2.4.5/Modules/FindKDE4.cmake cmake-2.4.5/Modules/FindLATEX.cmake cmake-2.4.5/Modules/FindLibXml2.cmake cmake-2.4.5/Modules/FindLibXslt.cmake cmake-2.4.5/Modules/FindMFC.cmake cmake-2.4.5/Modules/FindMPEG.cmake cmake-2.4.5/Modules/FindMPEG2.cmake cmake-2.4.5/Modules/FindMPI.cmake cmake-2.4.5/Modules/FindMatlab.cmake cmake-2.4.5/Modules/FindMotif.cmake cmake-2.4.5/Modules/FindOpenAL.cmake cmake-2.4.5/Modules/FindOpenGL.cmake cmake-2.4.5/Modules/FindOpenSSL.cmake cmake-2.4.5/Modules/FindPHP4.cmake cmake-2.4.5/Modules/FindPNG.cmake cmake-2.4.5/Modules/FindPerl.cmake cmake-2.4.5/Modules/FindPerlLibs.cmake cmake-2.4.5/Modules/FindPhysFS.cmake cmake-2.4.5/Modules/FindPike.cmake cmake-2.4.5/Modules/FindPythonInterp.cmake cmake-2.4.5/Modules/FindPythonLibs.cmake cmake-2.4.5/Modules/FindQt.cmake cmake-2.4.5/Modules/FindQt3.cmake cmake-2.4.5/Modules/FindQt4.cmake cmake-2.4.5/Modules/FindRuby.cmake cmake-2.4.5/Modules/FindSDL.cmake cmake-2.4.5/Modules/FindSDL_image.cmake cmake-2.4.5/Modules/FindSDL_mixer.cmake cmake-2.4.5/Modules/FindSDL_net.cmake cmake-2.4.5/Modules/FindSDL_sound.cmake cmake-2.4.5/Modules/FindSDL_ttf.cmake cmake-2.4.5/Modules/FindSWIG.cmake cmake-2.4.5/Modules/FindSelfPackers.cmake cmake-2.4.5/Modules/FindSubversion.cmake cmake-2.4.5/Modules/FindTCL.cmake cmake-2.4.5/Modules/FindTIFF.cmake cmake-2.4.5/Modules/FindTclsh.cmake cmake-2.4.5/Modules/FindThreads.cmake cmake-2.4.5/Modules/FindUnixCommands.cmake cmake-2.4.5/Modules/FindVTK.cmake cmake-2.4.5/Modules/FindWget.cmake cmake-2.4.5/Modules/FindWish.cmake cmake-2.4.5/Modules/FindX11.cmake cmake-2.4.5/Modules/FindXMLRPC.cmake cmake-2.4.5/Modules/FindZLIB.cmake cmake-2.4.5/Modules/FindwxWidgets.cmake cmake-2.4.5/Modules/FindwxWindows.cmake cmake-2.4.5/Modules/InstallRequiredSystemLibraries.cmake cmake-2.4.5/Modules/KDE3Macros.cmake cmake-2.4.5/Modules/MacOSXBundleInfo.plist.in cmake-2.4.5/Modules/MacroAddFileDependencies.cmake cmake-2.4.5/Modules/NSIS.InstallOptions.ini.in cmake-2.4.5/Modules/NSIS.template.in cmake-2.4.5/Modules/TestBigEndian.c cmake-2.4.5/Modules/TestBigEndian.cmake cmake-2.4.5/Modules/TestCXXAcceptsFlag.cmake cmake-2.4.5/Modules/TestForANSIForScope.cmake cmake-2.4.5/Modules/TestForANSIStreamHeaders.cmake cmake-2.4.5/Modules/TestForANSIStreamHeaders.cxx cmake-2.4.5/Modules/TestForAnsiForScope.cxx cmake-2.4.5/Modules/TestForSSTREAM.cmake cmake-2.4.5/Modules/TestForSSTREAM.cxx cmake-2.4.5/Modules/TestForSTDNamespace.cmake cmake-2.4.5/Modules/TestForSTDNamespace.cxx cmake-2.4.5/Modules/UseEcos.cmake cmake-2.4.5/Modules/UsePkgConfig.cmake cmake-2.4.5/Modules/UseQt4.cmake cmake-2.4.5/Modules/UseSWIG.cmake cmake-2.4.5/Modules/UseVTK40.cmake cmake-2.4.5/Modules/UseVTKBuildSettings40.cmake cmake-2.4.5/Modules/UseVTKConfig40.cmake cmake-2.4.5/Modules/Use_wxWindows.cmake cmake-2.4.5/Modules/UsewxWidgets.cmake cmake-2.4.5/Modules/VTKCompatibility.cmake cmake-2.4.5/Modules/kde3init_dummy.cpp.in cmake-2.4.5/Modules/kde3uic.cmake cmake-2.4.5/Modules/readme.txt cmake-2.4.5/Modules/Platform/ cmake-2.4.5/Modules/Platform/AIX.cmake cmake-2.4.5/Modules/Platform/BSDOS.cmake cmake-2.4.5/Modules/Platform/CMakeLists.txt cmake-2.4.5/Modules/Platform/CYGWIN-g77.cmake cmake-2.4.5/Modules/Platform/CYGWIN.cmake cmake-2.4.5/Modules/Platform/Darwin-xlc.cmake cmake-2.4.5/Modules/Platform/Darwin.cmake cmake-2.4.5/Modules/Platform/FreeBSD.cmake cmake-2.4.5/Modules/Platform/HP-UX.cmake cmake-2.4.5/Modules/Platform/IRIX.cmake cmake-2.4.5/Modules/Platform/IRIX64.cmake cmake-2.4.5/Modules/Platform/Linux-como.cmake cmake-2.4.5/Modules/Platform/Linux-icpc.cmake cmake-2.4.5/Modules/Platform/Linux-ifort.cmake cmake-2.4.5/Modules/Platform/Linux.cmake cmake-2.4.5/Modules/Platform/MP-RAS.cmake cmake-2.4.5/Modules/Platform/NetBSD.cmake cmake-2.4.5/Modules/Platform/OSF1.cmake cmake-2.4.5/Modules/Platform/OpenBSD.cmake cmake-2.4.5/Modules/Platform/QNX.cmake cmake-2.4.5/Modules/Platform/RISCos.cmake cmake-2.4.5/Modules/Platform/SCO_SV.cmake cmake-2.4.5/Modules/Platform/SINIX.cmake cmake-2.4.5/Modules/Platform/SunOS.cmake cmake-2.4.5/Modules/Platform/Tru64.cmake cmake-2.4.5/Modules/Platform/ULTRIX.cmake cmake-2.4.5/Modules/Platform/UNIX_SV.cmake cmake-2.4.5/Modules/Platform/UnixPaths.cmake cmake-2.4.5/Modules/Platform/UnixWare.cmake cmake-2.4.5/Modules/Platform/Windows-bcc32.cmake cmake-2.4.5/Modules/Platform/Windows-cl.cmake cmake-2.4.5/Modules/Platform/Windows-cl.cmake.in cmake-2.4.5/Modules/Platform/Windows-g++.cmake cmake-2.4.5/Modules/Platform/Windows-g77.cmake cmake-2.4.5/Modules/Platform/Windows-gcc.cmake cmake-2.4.5/Modules/Platform/Windows-icl.cmake cmake-2.4.5/Modules/Platform/Windows-ifort.cmake cmake-2.4.5/Modules/Platform/Windows-wcl386.cmake cmake-2.4.5/Modules/Platform/Windows.cmake cmake-2.4.5/Modules/Platform/WindowsPaths.cmake cmake-2.4.5/Modules/Platform/Xenix.cmake cmake-2.4.5/Modules/Platform/g77.cmake cmake-2.4.5/Modules/Platform/gcc.cmake cmake-2.4.5/Modules/Platform/kFreeBSD.cmake cmake-2.4.5/Source/ cmake-2.4.5/Source/.cvsignore cmake-2.4.5/Source/CMakeLists.txt cmake-2.4.5/Source/cmAddCustomCommandCommand.cxx cmake-2.4.5/Source/cmAddCustomCommandCommand.h cmake-2.4.5/Source/cmAddCustomTargetCommand.cxx cmake-2.4.5/Source/cmAddCustomTargetCommand.h cmake-2.4.5/Source/cmAddDefinitionsCommand.cxx cmake-2.4.5/Source/cmAddDefinitionsCommand.h cmake-2.4.5/Source/cmAddDependenciesCommand.cxx cmake-2.4.5/Source/cmAddDependenciesCommand.h cmake-2.4.5/Source/cmAddExecutableCommand.cxx cmake-2.4.5/Source/cmAddExecutableCommand.h cmake-2.4.5/Source/cmAddLibraryCommand.cxx cmake-2.4.5/Source/cmAddLibraryCommand.h cmake-2.4.5/Source/cmAddSubDirectoryCommand.cxx cmake-2.4.5/Source/cmAddSubDirectoryCommand.h cmake-2.4.5/Source/cmAddTestCommand.cxx cmake-2.4.5/Source/cmAddTestCommand.h cmake-2.4.5/Source/cmAuxSourceDirectoryCommand.cxx cmake-2.4.5/Source/cmAuxSourceDirectoryCommand.h cmake-2.4.5/Source/cmBootstrapCommands.cxx cmake-2.4.5/Source/cmBuildCommand.cxx cmake-2.4.5/Source/cmBuildCommand.h cmake-2.4.5/Source/cmBuildNameCommand.cxx cmake-2.4.5/Source/cmBuildNameCommand.h cmake-2.4.5/Source/cmCMakeMinimumRequired.cxx cmake-2.4.5/Source/cmCMakeMinimumRequired.h cmake-2.4.5/Source/cmCPluginAPI.cxx cmake-2.4.5/Source/cmCPluginAPI.h cmake-2.4.5/Source/cmCTest.cxx cmake-2.4.5/Source/cmCTest.h cmake-2.4.5/Source/cmCacheManager.cxx cmake-2.4.5/Source/cmCacheManager.h cmake-2.4.5/Source/cmCommand.h cmake-2.4.5/Source/cmCommandArgumentLexer.cxx cmake-2.4.5/Source/cmCommandArgumentLexer.h cmake-2.4.5/Source/cmCommandArgumentLexer.in.l cmake-2.4.5/Source/cmCommandArgumentParser.cxx cmake-2.4.5/Source/cmCommandArgumentParser.y cmake-2.4.5/Source/cmCommandArgumentParserHelper.cxx cmake-2.4.5/Source/cmCommandArgumentParserHelper.h cmake-2.4.5/Source/cmCommandArgumentParserTokens.h cmake-2.4.5/Source/cmCommands.cxx cmake-2.4.5/Source/cmCommands.h cmake-2.4.5/Source/cmConfigure.cmake.h.in cmake-2.4.5/Source/cmConfigureFileCommand.cxx cmake-2.4.5/Source/cmConfigureFileCommand.h cmake-2.4.5/Source/cmCreateTestSourceList.cxx cmake-2.4.5/Source/cmCreateTestSourceList.h cmake-2.4.5/Source/cmCustomCommand.cxx cmake-2.4.5/Source/cmCustomCommand.h cmake-2.4.5/Source/cmData.h cmake-2.4.5/Source/cmDepends.cxx cmake-2.4.5/Source/cmDepends.h cmake-2.4.5/Source/cmDependsC.cxx cmake-2.4.5/Source/cmDependsC.h cmake-2.4.5/Source/cmDependsFortran.cxx cmake-2.4.5/Source/cmDependsFortran.h cmake-2.4.5/Source/cmDependsFortranLexer.cxx cmake-2.4.5/Source/cmDependsFortranLexer.h cmake-2.4.5/Source/cmDependsFortranLexer.in.l cmake-2.4.5/Source/cmDependsFortranParser.cxx cmake-2.4.5/Source/cmDependsFortranParser.h cmake-2.4.5/Source/cmDependsFortranParser.y cmake-2.4.5/Source/cmDependsFortranParserTokens.h cmake-2.4.5/Source/cmDependsJava.cxx cmake-2.4.5/Source/cmDependsJava.h cmake-2.4.5/Source/cmDependsJavaLexer.cxx cmake-2.4.5/Source/cmDependsJavaLexer.h cmake-2.4.5/Source/cmDependsJavaLexer.in.l cmake-2.4.5/Source/cmDependsJavaParser.cxx cmake-2.4.5/Source/cmDependsJavaParser.y cmake-2.4.5/Source/cmDependsJavaParserHelper.cxx cmake-2.4.5/Source/cmDependsJavaParserHelper.h cmake-2.4.5/Source/cmDependsJavaParserTokens.h cmake-2.4.5/Source/cmDocumentation.cxx cmake-2.4.5/Source/cmDocumentation.h cmake-2.4.5/Source/cmDumpDocumentation.cxx cmake-2.4.5/Source/cmDynamicLoader.cxx cmake-2.4.5/Source/cmDynamicLoader.h cmake-2.4.5/Source/cmElseCommand.cxx cmake-2.4.5/Source/cmElseCommand.h cmake-2.4.5/Source/cmElseIfCommand.cxx cmake-2.4.5/Source/cmElseIfCommand.h cmake-2.4.5/Source/cmEnableLanguageCommand.cxx cmake-2.4.5/Source/cmEnableLanguageCommand.h cmake-2.4.5/Source/cmEnableTestingCommand.cxx cmake-2.4.5/Source/cmEnableTestingCommand.h cmake-2.4.5/Source/cmEndForEachCommand.cxx cmake-2.4.5/Source/cmEndForEachCommand.h cmake-2.4.5/Source/cmEndIfCommand.cxx cmake-2.4.5/Source/cmEndIfCommand.h cmake-2.4.5/Source/cmEndMacroCommand.cxx cmake-2.4.5/Source/cmEndMacroCommand.h cmake-2.4.5/Source/cmEndWhileCommand.cxx cmake-2.4.5/Source/cmEndWhileCommand.h cmake-2.4.5/Source/cmExecProgramCommand.cxx cmake-2.4.5/Source/cmExecProgramCommand.h cmake-2.4.5/Source/cmExecuteProcessCommand.cxx cmake-2.4.5/Source/cmExecuteProcessCommand.h cmake-2.4.5/Source/cmExportLibraryDependencies.cxx cmake-2.4.5/Source/cmExportLibraryDependencies.h cmake-2.4.5/Source/cmExprLexer.cxx cmake-2.4.5/Source/cmExprLexer.h cmake-2.4.5/Source/cmExprLexer.in.l cmake-2.4.5/Source/cmExprParser.cxx cmake-2.4.5/Source/cmExprParser.y cmake-2.4.5/Source/cmExprParserHelper.cxx cmake-2.4.5/Source/cmExprParserHelper.h cmake-2.4.5/Source/cmExprParserTokens.h cmake-2.4.5/Source/cmFLTKWrapUICommand.cxx cmake-2.4.5/Source/cmFLTKWrapUICommand.h cmake-2.4.5/Source/cmFileCommand.cxx cmake-2.4.5/Source/cmFileCommand.h cmake-2.4.5/Source/cmFileTimeComparison.cxx cmake-2.4.5/Source/cmFileTimeComparison.h cmake-2.4.5/Source/cmFindBase.cxx cmake-2.4.5/Source/cmFindBase.h cmake-2.4.5/Source/cmFindFileCommand.cxx cmake-2.4.5/Source/cmFindFileCommand.h cmake-2.4.5/Source/cmFindLibraryCommand.cxx cmake-2.4.5/Source/cmFindLibraryCommand.h cmake-2.4.5/Source/cmFindPackageCommand.cxx cmake-2.4.5/Source/cmFindPackageCommand.h cmake-2.4.5/Source/cmFindPathCommand.cxx cmake-2.4.5/Source/cmFindPathCommand.h cmake-2.4.5/Source/cmFindProgramCommand.cxx cmake-2.4.5/Source/cmFindProgramCommand.h cmake-2.4.5/Source/cmForEachCommand.cxx cmake-2.4.5/Source/cmForEachCommand.h cmake-2.4.5/Source/cmFunctionBlocker.h cmake-2.4.5/Source/cmGeneratedFileStream.cxx cmake-2.4.5/Source/cmGeneratedFileStream.h cmake-2.4.5/Source/cmGetCMakePropertyCommand.cxx cmake-2.4.5/Source/cmGetCMakePropertyCommand.h cmake-2.4.5/Source/cmGetDirectoryPropertyCommand.cxx cmake-2.4.5/Source/cmGetDirectoryPropertyCommand.h cmake-2.4.5/Source/cmGetFilenameComponentCommand.cxx cmake-2.4.5/Source/cmGetFilenameComponentCommand.h cmake-2.4.5/Source/cmGetSourceFilePropertyCommand.cxx cmake-2.4.5/Source/cmGetSourceFilePropertyCommand.h cmake-2.4.5/Source/cmGetTargetPropertyCommand.cxx cmake-2.4.5/Source/cmGetTargetPropertyCommand.h cmake-2.4.5/Source/cmGetTestPropertyCommand.cxx cmake-2.4.5/Source/cmGetTestPropertyCommand.h cmake-2.4.5/Source/cmGlobalBorlandMakefileGenerator.cxx cmake-2.4.5/Source/cmGlobalBorlandMakefileGenerator.h cmake-2.4.5/Source/cmGlobalGenerator.cxx cmake-2.4.5/Source/cmGlobalGenerator.h cmake-2.4.5/Source/cmGlobalKdevelopGenerator.cxx cmake-2.4.5/Source/cmGlobalKdevelopGenerator.h cmake-2.4.5/Source/cmGlobalMSYSMakefileGenerator.cxx cmake-2.4.5/Source/cmGlobalMSYSMakefileGenerator.h cmake-2.4.5/Source/cmGlobalMinGWMakefileGenerator.cxx cmake-2.4.5/Source/cmGlobalMinGWMakefileGenerator.h cmake-2.4.5/Source/cmGlobalNMakeMakefileGenerator.cxx cmake-2.4.5/Source/cmGlobalNMakeMakefileGenerator.h cmake-2.4.5/Source/cmGlobalUnixMakefileGenerator3.cxx cmake-2.4.5/Source/cmGlobalUnixMakefileGenerator3.h cmake-2.4.5/Source/cmGlobalVisualStudio6Generator.cxx cmake-2.4.5/Source/cmGlobalVisualStudio6Generator.h cmake-2.4.5/Source/cmGlobalVisualStudio71Generator.cxx cmake-2.4.5/Source/cmGlobalVisualStudio71Generator.h cmake-2.4.5/Source/cmGlobalVisualStudio7Generator.cxx cmake-2.4.5/Source/cmGlobalVisualStudio7Generator.h cmake-2.4.5/Source/cmGlobalVisualStudio8Generator.cxx cmake-2.4.5/Source/cmGlobalVisualStudio8Generator.h cmake-2.4.5/Source/cmGlobalVisualStudio8Win64Generator.cxx cmake-2.4.5/Source/cmGlobalVisualStudio8Win64Generator.h cmake-2.4.5/Source/cmGlobalWatcomWMakeGenerator.cxx cmake-2.4.5/Source/cmGlobalWatcomWMakeGenerator.h cmake-2.4.5/Source/cmGlobalXCode21Generator.cxx cmake-2.4.5/Source/cmGlobalXCode21Generator.h cmake-2.4.5/Source/cmGlobalXCodeGenerator.cxx cmake-2.4.5/Source/cmGlobalXCodeGenerator.h cmake-2.4.5/Source/cmIfCommand.cxx cmake-2.4.5/Source/cmIfCommand.h cmake-2.4.5/Source/cmIncludeCommand.cxx cmake-2.4.5/Source/cmIncludeCommand.h cmake-2.4.5/Source/cmIncludeDirectoryCommand.cxx cmake-2.4.5/Source/cmIncludeDirectoryCommand.h cmake-2.4.5/Source/cmIncludeExternalMSProjectCommand.cxx cmake-2.4.5/Source/cmIncludeExternalMSProjectCommand.h cmake-2.4.5/Source/cmIncludeRegularExpressionCommand.cxx cmake-2.4.5/Source/cmIncludeRegularExpressionCommand.h cmake-2.4.5/Source/cmInstallCommand.cxx cmake-2.4.5/Source/cmInstallCommand.h cmake-2.4.5/Source/cmInstallDirectoryGenerator.cxx cmake-2.4.5/Source/cmInstallDirectoryGenerator.h cmake-2.4.5/Source/cmInstallFilesCommand.cxx cmake-2.4.5/Source/cmInstallFilesCommand.h cmake-2.4.5/Source/cmInstallFilesGenerator.cxx cmake-2.4.5/Source/cmInstallFilesGenerator.h cmake-2.4.5/Source/cmInstallGenerator.cxx cmake-2.4.5/Source/cmInstallGenerator.h cmake-2.4.5/Source/cmInstallProgramsCommand.cxx cmake-2.4.5/Source/cmInstallProgramsCommand.h cmake-2.4.5/Source/cmInstallScriptGenerator.cxx cmake-2.4.5/Source/cmInstallScriptGenerator.h cmake-2.4.5/Source/cmInstallTargetGenerator.cxx cmake-2.4.5/Source/cmInstallTargetGenerator.h cmake-2.4.5/Source/cmInstallTargetsCommand.cxx cmake-2.4.5/Source/cmInstallTargetsCommand.h cmake-2.4.5/Source/cmLinkDirectoriesCommand.cxx cmake-2.4.5/Source/cmLinkDirectoriesCommand.h cmake-2.4.5/Source/cmLinkLibrariesCommand.cxx cmake-2.4.5/Source/cmLinkLibrariesCommand.h cmake-2.4.5/Source/cmListCommand.cxx cmake-2.4.5/Source/cmListCommand.h cmake-2.4.5/Source/cmListFileCache.cxx cmake-2.4.5/Source/cmListFileCache.h cmake-2.4.5/Source/cmListFileLexer.c cmake-2.4.5/Source/cmListFileLexer.h cmake-2.4.5/Source/cmListFileLexer.in.l cmake-2.4.5/Source/cmLoadCacheCommand.cxx cmake-2.4.5/Source/cmLoadCacheCommand.h cmake-2.4.5/Source/cmLoadCommandCommand.cxx cmake-2.4.5/Source/cmLoadCommandCommand.h cmake-2.4.5/Source/cmLocalGenerator.cxx cmake-2.4.5/Source/cmLocalGenerator.h cmake-2.4.5/Source/cmLocalKdevelopGenerator.cxx cmake-2.4.5/Source/cmLocalKdevelopGenerator.h cmake-2.4.5/Source/cmLocalUnixMakefileGenerator3.cxx cmake-2.4.5/Source/cmLocalUnixMakefileGenerator3.h cmake-2.4.5/Source/cmLocalVisualStudio6Generator.cxx cmake-2.4.5/Source/cmLocalVisualStudio6Generator.h cmake-2.4.5/Source/cmLocalVisualStudio7Generator.cxx cmake-2.4.5/Source/cmLocalVisualStudio7Generator.h cmake-2.4.5/Source/cmLocalVisualStudioGenerator.cxx cmake-2.4.5/Source/cmLocalVisualStudioGenerator.h cmake-2.4.5/Source/cmLocalXCodeGenerator.cxx cmake-2.4.5/Source/cmLocalXCodeGenerator.h cmake-2.4.5/Source/cmMacroCommand.cxx cmake-2.4.5/Source/cmMacroCommand.h cmake-2.4.5/Source/cmMakeDepend.cxx cmake-2.4.5/Source/cmMakeDepend.h cmake-2.4.5/Source/cmMakeDirectoryCommand.cxx cmake-2.4.5/Source/cmMakeDirectoryCommand.h cmake-2.4.5/Source/cmMakefile.cxx cmake-2.4.5/Source/cmMakefile.h cmake-2.4.5/Source/cmMakefileExecutableTargetGenerator.cxx cmake-2.4.5/Source/cmMakefileExecutableTargetGenerator.h cmake-2.4.5/Source/cmMakefileLibraryTargetGenerator.cxx cmake-2.4.5/Source/cmMakefileLibraryTargetGenerator.h cmake-2.4.5/Source/cmMakefileTargetGenerator.cxx cmake-2.4.5/Source/cmMakefileTargetGenerator.h cmake-2.4.5/Source/cmMakefileUtilityTargetGenerator.cxx cmake-2.4.5/Source/cmMakefileUtilityTargetGenerator.h cmake-2.4.5/Source/cmMarkAsAdvancedCommand.cxx cmake-2.4.5/Source/cmMarkAsAdvancedCommand.h cmake-2.4.5/Source/cmMathCommand.cxx cmake-2.4.5/Source/cmMathCommand.h cmake-2.4.5/Source/cmMessageCommand.cxx cmake-2.4.5/Source/cmMessageCommand.h cmake-2.4.5/Source/cmObject.h cmake-2.4.5/Source/cmOptionCommand.cxx cmake-2.4.5/Source/cmOptionCommand.h cmake-2.4.5/Source/cmOrderLinkDirectories.cxx cmake-2.4.5/Source/cmOrderLinkDirectories.h cmake-2.4.5/Source/cmOutputRequiredFilesCommand.cxx cmake-2.4.5/Source/cmOutputRequiredFilesCommand.h cmake-2.4.5/Source/cmProjectCommand.cxx cmake-2.4.5/Source/cmProjectCommand.h cmake-2.4.5/Source/cmQTWrapCPPCommand.cxx cmake-2.4.5/Source/cmQTWrapCPPCommand.h cmake-2.4.5/Source/cmQTWrapUICommand.cxx cmake-2.4.5/Source/cmQTWrapUICommand.h cmake-2.4.5/Source/cmRemoveCommand.cxx cmake-2.4.5/Source/cmRemoveCommand.h cmake-2.4.5/Source/cmRemoveDefinitionsCommand.cxx cmake-2.4.5/Source/cmRemoveDefinitionsCommand.h cmake-2.4.5/Source/cmSeparateArgumentsCommand.cxx cmake-2.4.5/Source/cmSeparateArgumentsCommand.h cmake-2.4.5/Source/cmSetCommand.cxx cmake-2.4.5/Source/cmSetCommand.h cmake-2.4.5/Source/cmSetDirectoryPropertiesCommand.cxx cmake-2.4.5/Source/cmSetDirectoryPropertiesCommand.h cmake-2.4.5/Source/cmSetSourceFilesPropertiesCommand.cxx cmake-2.4.5/Source/cmSetSourceFilesPropertiesCommand.h cmake-2.4.5/Source/cmSetTargetPropertiesCommand.cxx cmake-2.4.5/Source/cmSetTargetPropertiesCommand.h cmake-2.4.5/Source/cmSetTestsPropertiesCommand.cxx cmake-2.4.5/Source/cmSetTestsPropertiesCommand.h cmake-2.4.5/Source/cmSiteNameCommand.cxx cmake-2.4.5/Source/cmSiteNameCommand.h cmake-2.4.5/Source/cmSourceFile.cxx cmake-2.4.5/Source/cmSourceFile.h cmake-2.4.5/Source/cmSourceGroup.cxx cmake-2.4.5/Source/cmSourceGroup.h cmake-2.4.5/Source/cmSourceGroupCommand.cxx cmake-2.4.5/Source/cmSourceGroupCommand.h cmake-2.4.5/Source/cmStandardIncludes.h cmake-2.4.5/Source/cmStandardLexer.h cmake-2.4.5/Source/cmStringCommand.cxx cmake-2.4.5/Source/cmStringCommand.h cmake-2.4.5/Source/cmSubdirCommand.cxx cmake-2.4.5/Source/cmSubdirCommand.h cmake-2.4.5/Source/cmSubdirDependsCommand.cxx cmake-2.4.5/Source/cmSubdirDependsCommand.h cmake-2.4.5/Source/cmSystemTools.cxx cmake-2.4.5/Source/cmSystemTools.h cmake-2.4.5/Source/cmTarget.cxx cmake-2.4.5/Source/cmTarget.h cmake-2.4.5/Source/cmTargetLinkLibrariesCommand.cxx cmake-2.4.5/Source/cmTargetLinkLibrariesCommand.h cmake-2.4.5/Source/cmTest.cxx cmake-2.4.5/Source/cmTest.h cmake-2.4.5/Source/cmTryCompileCommand.cxx cmake-2.4.5/Source/cmTryCompileCommand.h cmake-2.4.5/Source/cmTryRunCommand.cxx cmake-2.4.5/Source/cmTryRunCommand.h cmake-2.4.5/Source/cmUseMangledMesaCommand.cxx cmake-2.4.5/Source/cmUseMangledMesaCommand.h cmake-2.4.5/Source/cmUtilitySourceCommand.cxx cmake-2.4.5/Source/cmUtilitySourceCommand.h cmake-2.4.5/Source/cmVTKMakeInstantiatorCommand.cxx cmake-2.4.5/Source/cmVTKMakeInstantiatorCommand.h cmake-2.4.5/Source/cmVTKWrapJavaCommand.cxx cmake-2.4.5/Source/cmVTKWrapJavaCommand.h cmake-2.4.5/Source/cmVTKWrapPythonCommand.cxx cmake-2.4.5/Source/cmVTKWrapPythonCommand.h cmake-2.4.5/Source/cmVTKWrapTclCommand.cxx cmake-2.4.5/Source/cmVTKWrapTclCommand.h cmake-2.4.5/Source/cmVariableRequiresCommand.cxx cmake-2.4.5/Source/cmVariableRequiresCommand.h cmake-2.4.5/Source/cmVariableWatch.cxx cmake-2.4.5/Source/cmVariableWatch.h cmake-2.4.5/Source/cmVersion.cxx cmake-2.4.5/Source/cmVersion.h cmake-2.4.5/Source/cmWhileCommand.cxx cmake-2.4.5/Source/cmWhileCommand.h cmake-2.4.5/Source/cmWin32ProcessExecution.cxx cmake-2.4.5/Source/cmWin32ProcessExecution.h cmake-2.4.5/Source/cmWriteFileCommand.cxx cmake-2.4.5/Source/cmWriteFileCommand.h cmake-2.4.5/Source/cmXCode21Object.cxx cmake-2.4.5/Source/cmXCode21Object.h cmake-2.4.5/Source/cmXCodeObject.cxx cmake-2.4.5/Source/cmXCodeObject.h cmake-2.4.5/Source/cmXMLParser.cxx cmake-2.4.5/Source/cmXMLParser.h cmake-2.4.5/Source/cmake.cxx cmake-2.4.5/Source/cmake.h cmake-2.4.5/Source/cmakemain.cxx cmake-2.4.5/Source/cmaketest.h.in cmake-2.4.5/Source/cmakewizard.cxx cmake-2.4.5/Source/cmakewizard.h cmake-2.4.5/Source/cmakexbuild.cxx cmake-2.4.5/Source/cmw9xcom.cxx cmake-2.4.5/Source/ctest.cxx cmake-2.4.5/Source/CPack/ cmake-2.4.5/Source/CPack/cmCPackConfigure.h.in cmake-2.4.5/Source/CPack/cmCPackGenerators.cxx cmake-2.4.5/Source/CPack/cmCPackGenerators.h cmake-2.4.5/Source/CPack/cmCPackGenericGenerator.cxx cmake-2.4.5/Source/CPack/cmCPackGenericGenerator.h cmake-2.4.5/Source/CPack/cmCPackLog.cxx cmake-2.4.5/Source/CPack/cmCPackLog.h cmake-2.4.5/Source/CPack/cmCPackNSISGenerator.cxx cmake-2.4.5/Source/CPack/cmCPackNSISGenerator.h cmake-2.4.5/Source/CPack/cmCPackPackageMakerGenerator.cxx cmake-2.4.5/Source/CPack/cmCPackPackageMakerGenerator.h cmake-2.4.5/Source/CPack/cmCPackSTGZGenerator.cxx cmake-2.4.5/Source/CPack/cmCPackSTGZGenerator.h cmake-2.4.5/Source/CPack/cmCPackTGZGenerator.cxx cmake-2.4.5/Source/CPack/cmCPackTGZGenerator.h cmake-2.4.5/Source/CPack/cmCPackTarBZip2Generator.cxx cmake-2.4.5/Source/CPack/cmCPackTarBZip2Generator.h cmake-2.4.5/Source/CPack/cmCPackTarCompressGenerator.cxx cmake-2.4.5/Source/CPack/cmCPackTarCompressGenerator.h cmake-2.4.5/Source/CPack/cmCPackZIPGenerator.cxx cmake-2.4.5/Source/CPack/cmCPackZIPGenerator.h cmake-2.4.5/Source/CPack/cpack.cxx cmake-2.4.5/Source/CTest/ cmake-2.4.5/Source/CTest/CMakeLists.txt cmake-2.4.5/Source/CTest/cmCTestBuildAndTestHandler.cxx cmake-2.4.5/Source/CTest/cmCTestBuildAndTestHandler.h cmake-2.4.5/Source/CTest/cmCTestBuildCommand.cxx cmake-2.4.5/Source/CTest/cmCTestBuildCommand.h cmake-2.4.5/Source/CTest/cmCTestBuildHandler.cxx cmake-2.4.5/Source/CTest/cmCTestBuildHandler.h cmake-2.4.5/Source/CTest/cmCTestCommand.h cmake-2.4.5/Source/CTest/cmCTestConfigureCommand.cxx cmake-2.4.5/Source/CTest/cmCTestConfigureCommand.h cmake-2.4.5/Source/CTest/cmCTestConfigureHandler.cxx cmake-2.4.5/Source/CTest/cmCTestConfigureHandler.h cmake-2.4.5/Source/CTest/cmCTestCoverageCommand.cxx cmake-2.4.5/Source/CTest/cmCTestCoverageCommand.h cmake-2.4.5/Source/CTest/cmCTestCoverageHandler.cxx cmake-2.4.5/Source/CTest/cmCTestCoverageHandler.h cmake-2.4.5/Source/CTest/cmCTestEmptyBinaryDirectoryCommand.cxx cmake-2.4.5/Source/CTest/cmCTestEmptyBinaryDirectoryCommand.h cmake-2.4.5/Source/CTest/cmCTestGenericHandler.cxx cmake-2.4.5/Source/CTest/cmCTestGenericHandler.h cmake-2.4.5/Source/CTest/cmCTestHandlerCommand.cxx cmake-2.4.5/Source/CTest/cmCTestHandlerCommand.h cmake-2.4.5/Source/CTest/cmCTestMemCheckCommand.cxx cmake-2.4.5/Source/CTest/cmCTestMemCheckCommand.h cmake-2.4.5/Source/CTest/cmCTestMemCheckHandler.cxx cmake-2.4.5/Source/CTest/cmCTestMemCheckHandler.h cmake-2.4.5/Source/CTest/cmCTestReadCustomFilesCommand.cxx cmake-2.4.5/Source/CTest/cmCTestReadCustomFilesCommand.h cmake-2.4.5/Source/CTest/cmCTestRunScriptCommand.cxx cmake-2.4.5/Source/CTest/cmCTestRunScriptCommand.h cmake-2.4.5/Source/CTest/cmCTestScriptHandler.cxx cmake-2.4.5/Source/CTest/cmCTestScriptHandler.h cmake-2.4.5/Source/CTest/cmCTestSleepCommand.cxx cmake-2.4.5/Source/CTest/cmCTestSleepCommand.h cmake-2.4.5/Source/CTest/cmCTestStartCommand.cxx cmake-2.4.5/Source/CTest/cmCTestStartCommand.h cmake-2.4.5/Source/CTest/cmCTestSubmitCommand.cxx cmake-2.4.5/Source/CTest/cmCTestSubmitCommand.h cmake-2.4.5/Source/CTest/cmCTestSubmitHandler.cxx cmake-2.4.5/Source/CTest/cmCTestSubmitHandler.h cmake-2.4.5/Source/CTest/cmCTestTestCommand.cxx cmake-2.4.5/Source/CTest/cmCTestTestCommand.h cmake-2.4.5/Source/CTest/cmCTestTestHandler.cxx cmake-2.4.5/Source/CTest/cmCTestTestHandler.h cmake-2.4.5/Source/CTest/cmCTestUpdateCommand.cxx cmake-2.4.5/Source/CTest/cmCTestUpdateCommand.h cmake-2.4.5/Source/CTest/cmCTestUpdateHandler.cxx cmake-2.4.5/Source/CTest/cmCTestUpdateHandler.h cmake-2.4.5/Source/CTest/Curl/ cmake-2.4.5/Source/CTest/Curl/.NoDartCoverage cmake-2.4.5/Source/CTest/Curl/CMakeLists.txt cmake-2.4.5/Source/CTest/Curl/amigaos.c cmake-2.4.5/Source/CTest/Curl/amigaos.h cmake-2.4.5/Source/CTest/Curl/arpa_telnet.h cmake-2.4.5/Source/CTest/Curl/base64.c cmake-2.4.5/Source/CTest/Curl/base64.h cmake-2.4.5/Source/CTest/Curl/ca-bundle.h cmake-2.4.5/Source/CTest/Curl/config.h.in cmake-2.4.5/Source/CTest/Curl/connect.c cmake-2.4.5/Source/CTest/Curl/connect.h cmake-2.4.5/Source/CTest/Curl/content_encoding.c cmake-2.4.5/Source/CTest/Curl/content_encoding.h cmake-2.4.5/Source/CTest/Curl/cookie.c cmake-2.4.5/Source/CTest/Curl/cookie.h cmake-2.4.5/Source/CTest/Curl/curl.copyright cmake-2.4.5/Source/CTest/Curl/curl_memory.h cmake-2.4.5/Source/CTest/Curl/curlx.h cmake-2.4.5/Source/CTest/Curl/dict.c cmake-2.4.5/Source/CTest/Curl/dict.h cmake-2.4.5/Source/CTest/Curl/easy.c cmake-2.4.5/Source/CTest/Curl/escape.c cmake-2.4.5/Source/CTest/Curl/escape.h cmake-2.4.5/Source/CTest/Curl/file.c cmake-2.4.5/Source/CTest/Curl/file.h cmake-2.4.5/Source/CTest/Curl/formdata.c cmake-2.4.5/Source/CTest/Curl/formdata.h cmake-2.4.5/Source/CTest/Curl/ftp.c cmake-2.4.5/Source/CTest/Curl/ftp.h cmake-2.4.5/Source/CTest/Curl/getdate.c cmake-2.4.5/Source/CTest/Curl/getdate.h cmake-2.4.5/Source/CTest/Curl/getenv.c cmake-2.4.5/Source/CTest/Curl/getinfo.c cmake-2.4.5/Source/CTest/Curl/getinfo.h cmake-2.4.5/Source/CTest/Curl/hash.c cmake-2.4.5/Source/CTest/Curl/hash.h cmake-2.4.5/Source/CTest/Curl/hostares.c cmake-2.4.5/Source/CTest/Curl/hostasyn.c cmake-2.4.5/Source/CTest/Curl/hostip.c cmake-2.4.5/Source/CTest/Curl/hostip.h cmake-2.4.5/Source/CTest/Curl/hostip4.c cmake-2.4.5/Source/CTest/Curl/hostip6.c cmake-2.4.5/Source/CTest/Curl/hostsyn.c cmake-2.4.5/Source/CTest/Curl/hostthre.c cmake-2.4.5/Source/CTest/Curl/http.c cmake-2.4.5/Source/CTest/Curl/http.h cmake-2.4.5/Source/CTest/Curl/http_chunks.c cmake-2.4.5/Source/CTest/Curl/http_chunks.h cmake-2.4.5/Source/CTest/Curl/http_digest.c cmake-2.4.5/Source/CTest/Curl/http_digest.h cmake-2.4.5/Source/CTest/Curl/http_negotiate.c cmake-2.4.5/Source/CTest/Curl/http_negotiate.h cmake-2.4.5/Source/CTest/Curl/http_ntlm.c cmake-2.4.5/Source/CTest/Curl/http_ntlm.h cmake-2.4.5/Source/CTest/Curl/if2ip.c cmake-2.4.5/Source/CTest/Curl/if2ip.h cmake-2.4.5/Source/CTest/Curl/inet_ntoa_r.h cmake-2.4.5/Source/CTest/Curl/inet_ntop.c cmake-2.4.5/Source/CTest/Curl/inet_ntop.h cmake-2.4.5/Source/CTest/Curl/inet_pton.c cmake-2.4.5/Source/CTest/Curl/inet_pton.h cmake-2.4.5/Source/CTest/Curl/krb4.c cmake-2.4.5/Source/CTest/Curl/krb4.h cmake-2.4.5/Source/CTest/Curl/ldap.c cmake-2.4.5/Source/CTest/Curl/ldap.h cmake-2.4.5/Source/CTest/Curl/llist.c cmake-2.4.5/Source/CTest/Curl/llist.h cmake-2.4.5/Source/CTest/Curl/md5.c cmake-2.4.5/Source/CTest/Curl/md5.h cmake-2.4.5/Source/CTest/Curl/memdebug.c cmake-2.4.5/Source/CTest/Curl/memdebug.h cmake-2.4.5/Source/CTest/Curl/mprintf.c cmake-2.4.5/Source/CTest/Curl/multi.c cmake-2.4.5/Source/CTest/Curl/netrc.c cmake-2.4.5/Source/CTest/Curl/netrc.h cmake-2.4.5/Source/CTest/Curl/nwlib.c cmake-2.4.5/Source/CTest/Curl/progress.c cmake-2.4.5/Source/CTest/Curl/progress.h cmake-2.4.5/Source/CTest/Curl/security.c cmake-2.4.5/Source/CTest/Curl/security.h cmake-2.4.5/Source/CTest/Curl/sendf.c cmake-2.4.5/Source/CTest/Curl/sendf.h cmake-2.4.5/Source/CTest/Curl/setup.h cmake-2.4.5/Source/CTest/Curl/share.c cmake-2.4.5/Source/CTest/Curl/share.h cmake-2.4.5/Source/CTest/Curl/speedcheck.c cmake-2.4.5/Source/CTest/Curl/speedcheck.h cmake-2.4.5/Source/CTest/Curl/ssluse.c cmake-2.4.5/Source/CTest/Curl/ssluse.h cmake-2.4.5/Source/CTest/Curl/strequal.c cmake-2.4.5/Source/CTest/Curl/strequal.h cmake-2.4.5/Source/CTest/Curl/strerror.c cmake-2.4.5/Source/CTest/Curl/strerror.h cmake-2.4.5/Source/CTest/Curl/strtok.c cmake-2.4.5/Source/CTest/Curl/strtok.h cmake-2.4.5/Source/CTest/Curl/strtoofft.c cmake-2.4.5/Source/CTest/Curl/strtoofft.h cmake-2.4.5/Source/CTest/Curl/telnet.c cmake-2.4.5/Source/CTest/Curl/telnet.h cmake-2.4.5/Source/CTest/Curl/timeval.c cmake-2.4.5/Source/CTest/Curl/timeval.h cmake-2.4.5/Source/CTest/Curl/transfer.c cmake-2.4.5/Source/CTest/Curl/transfer.h cmake-2.4.5/Source/CTest/Curl/url.c cmake-2.4.5/Source/CTest/Curl/url.h cmake-2.4.5/Source/CTest/Curl/urldata.h cmake-2.4.5/Source/CTest/Curl/version.c cmake-2.4.5/Source/CTest/Curl/CMake/ cmake-2.4.5/Source/CTest/Curl/CMake/CheckTypeSize.c.in cmake-2.4.5/Source/CTest/Curl/CMake/CheckTypeSize.cmake cmake-2.4.5/Source/CTest/Curl/CMake/CurlTests.c cmake-2.4.5/Source/CTest/Curl/Platforms/ cmake-2.4.5/Source/CTest/Curl/Platforms/WindowsCache.cmake cmake-2.4.5/Source/CTest/Curl/Platforms/config-aix.h cmake-2.4.5/Source/CTest/Curl/Testing/ cmake-2.4.5/Source/CTest/Curl/Testing/CMakeLists.txt cmake-2.4.5/Source/CTest/Curl/Testing/curlgtk.c cmake-2.4.5/Source/CTest/Curl/Testing/curltest.c cmake-2.4.5/Source/CTest/Curl/Testing/ftpget.c cmake-2.4.5/Source/CTest/Curl/Testing/ftpgetresp.c cmake-2.4.5/Source/CTest/Curl/Testing/ftpupload.c cmake-2.4.5/Source/CTest/Curl/Testing/getinmemory.c cmake-2.4.5/Source/CTest/Curl/Testing/http-post.c cmake-2.4.5/Source/CTest/Curl/Testing/httpput.c cmake-2.4.5/Source/CTest/Curl/Testing/multithread.c cmake-2.4.5/Source/CTest/Curl/Testing/persistant.c cmake-2.4.5/Source/CTest/Curl/Testing/postit2.c cmake-2.4.5/Source/CTest/Curl/Testing/sepheaders.c cmake-2.4.5/Source/CTest/Curl/Testing/simple.c cmake-2.4.5/Source/CTest/Curl/Testing/simplessl.c cmake-2.4.5/Source/CTest/Curl/Testing/testconfig.h.in cmake-2.4.5/Source/CTest/Curl/Testing/win32sockets.c cmake-2.4.5/Source/CTest/Curl/curl/ cmake-2.4.5/Source/CTest/Curl/curl/curl.h cmake-2.4.5/Source/CTest/Curl/curl/curlver.h cmake-2.4.5/Source/CTest/Curl/curl/easy.h cmake-2.4.5/Source/CTest/Curl/curl/mprintf.h cmake-2.4.5/Source/CTest/Curl/curl/multi.h cmake-2.4.5/Source/CTest/Curl/curl/stdcheaders.h cmake-2.4.5/Source/CTest/Curl/curl/types.h cmake-2.4.5/Source/CursesDialog/ cmake-2.4.5/Source/CursesDialog/.NoDartCoverage cmake-2.4.5/Source/CursesDialog/CMakeLists.txt cmake-2.4.5/Source/CursesDialog/ccmake.cxx cmake-2.4.5/Source/CursesDialog/cmCursesBoolWidget.cxx cmake-2.4.5/Source/CursesDialog/cmCursesBoolWidget.h cmake-2.4.5/Source/CursesDialog/cmCursesCacheEntryComposite.cxx cmake-2.4.5/Source/CursesDialog/cmCursesCacheEntryComposite.h cmake-2.4.5/Source/CursesDialog/cmCursesDummyWidget.cxx cmake-2.4.5/Source/CursesDialog/cmCursesDummyWidget.h cmake-2.4.5/Source/CursesDialog/cmCursesFilePathWidget.cxx cmake-2.4.5/Source/CursesDialog/cmCursesFilePathWidget.h cmake-2.4.5/Source/CursesDialog/cmCursesForm.cxx cmake-2.4.5/Source/CursesDialog/cmCursesForm.h cmake-2.4.5/Source/CursesDialog/cmCursesLabelWidget.cxx cmake-2.4.5/Source/CursesDialog/cmCursesLabelWidget.h cmake-2.4.5/Source/CursesDialog/cmCursesLongMessageForm.cxx cmake-2.4.5/Source/CursesDialog/cmCursesLongMessageForm.h cmake-2.4.5/Source/CursesDialog/cmCursesMainForm.cxx cmake-2.4.5/Source/CursesDialog/cmCursesMainForm.h cmake-2.4.5/Source/CursesDialog/cmCursesPathWidget.cxx cmake-2.4.5/Source/CursesDialog/cmCursesPathWidget.h cmake-2.4.5/Source/CursesDialog/cmCursesStandardIncludes.h cmake-2.4.5/Source/CursesDialog/cmCursesStringWidget.cxx cmake-2.4.5/Source/CursesDialog/cmCursesStringWidget.h cmake-2.4.5/Source/CursesDialog/cmCursesWidget.cxx cmake-2.4.5/Source/CursesDialog/cmCursesWidget.h cmake-2.4.5/Source/CursesDialog/form/ cmake-2.4.5/Source/CursesDialog/form/.NoDartCoverage cmake-2.4.5/Source/CursesDialog/form/CMakeLists.txt cmake-2.4.5/Source/CursesDialog/form/READ.ME cmake-2.4.5/Source/CursesDialog/form/eti.h cmake-2.4.5/Source/CursesDialog/form/fld_arg.c cmake-2.4.5/Source/CursesDialog/form/fld_attr.c cmake-2.4.5/Source/CursesDialog/form/fld_current.c cmake-2.4.5/Source/CursesDialog/form/fld_def.c cmake-2.4.5/Source/CursesDialog/form/fld_dup.c cmake-2.4.5/Source/CursesDialog/form/fld_ftchoice.c cmake-2.4.5/Source/CursesDialog/form/fld_ftlink.c cmake-2.4.5/Source/CursesDialog/form/fld_info.c cmake-2.4.5/Source/CursesDialog/form/fld_just.c cmake-2.4.5/Source/CursesDialog/form/fld_link.c cmake-2.4.5/Source/CursesDialog/form/fld_max.c cmake-2.4.5/Source/CursesDialog/form/fld_move.c cmake-2.4.5/Source/CursesDialog/form/fld_newftyp.c cmake-2.4.5/Source/CursesDialog/form/fld_opts.c cmake-2.4.5/Source/CursesDialog/form/fld_pad.c cmake-2.4.5/Source/CursesDialog/form/fld_page.c cmake-2.4.5/Source/CursesDialog/form/fld_stat.c cmake-2.4.5/Source/CursesDialog/form/fld_type.c cmake-2.4.5/Source/CursesDialog/form/fld_user.c cmake-2.4.5/Source/CursesDialog/form/form.h cmake-2.4.5/Source/CursesDialog/form/form.priv.h cmake-2.4.5/Source/CursesDialog/form/frm_cursor.c cmake-2.4.5/Source/CursesDialog/form/frm_data.c cmake-2.4.5/Source/CursesDialog/form/frm_def.c cmake-2.4.5/Source/CursesDialog/form/frm_driver.c cmake-2.4.5/Source/CursesDialog/form/frm_hook.c cmake-2.4.5/Source/CursesDialog/form/frm_opts.c cmake-2.4.5/Source/CursesDialog/form/frm_page.c cmake-2.4.5/Source/CursesDialog/form/frm_post.c cmake-2.4.5/Source/CursesDialog/form/frm_req_name.c cmake-2.4.5/Source/CursesDialog/form/frm_scale.c cmake-2.4.5/Source/CursesDialog/form/frm_sub.c cmake-2.4.5/Source/CursesDialog/form/frm_user.c cmake-2.4.5/Source/CursesDialog/form/frm_win.c cmake-2.4.5/Source/CursesDialog/form/fty_alnum.c cmake-2.4.5/Source/CursesDialog/form/fty_alpha.c cmake-2.4.5/Source/CursesDialog/form/fty_enum.c cmake-2.4.5/Source/CursesDialog/form/fty_int.c cmake-2.4.5/Source/CursesDialog/form/fty_ipv4.c cmake-2.4.5/Source/CursesDialog/form/fty_num.c cmake-2.4.5/Source/CursesDialog/form/fty_regex.c cmake-2.4.5/Source/CursesDialog/form/llib-lform cmake-2.4.5/Source/CursesDialog/form/mf_common.h cmake-2.4.5/Source/CursesDialog/form/nc_alloc.h cmake-2.4.5/Source/FLTKDialog/ cmake-2.4.5/Source/FLTKDialog/CMakeLists.txt cmake-2.4.5/Source/FLTKDialog/CMakeSetupGUI.fl cmake-2.4.5/Source/FLTKDialog/CMakeSetupGUIImplementation.cxx cmake-2.4.5/Source/FLTKDialog/CMakeSetupGUIImplementation.h cmake-2.4.5/Source/FLTKDialog/FLTKDialog.cxx cmake-2.4.5/Source/FLTKDialog/FLTKDialog.dsp cmake-2.4.5/Source/FLTKDialog/FLTKPropertyItemRow.cxx cmake-2.4.5/Source/FLTKDialog/FLTKPropertyItemRow.h cmake-2.4.5/Source/FLTKDialog/FLTKPropertyList.cxx cmake-2.4.5/Source/FLTKDialog/FLTKPropertyList.h cmake-2.4.5/Source/MFCDialog/ cmake-2.4.5/Source/MFCDialog/.cvsignore cmake-2.4.5/Source/MFCDialog/CMakeCommandLineInfo.cpp cmake-2.4.5/Source/MFCDialog/CMakeCommandLineInfo.h cmake-2.4.5/Source/MFCDialog/CMakeGenDialog.cpp cmake-2.4.5/Source/MFCDialog/CMakeGenDialog.h cmake-2.4.5/Source/MFCDialog/CMakeLists.txt cmake-2.4.5/Source/MFCDialog/CMakeSetup.cpp cmake-2.4.5/Source/MFCDialog/CMakeSetup.h cmake-2.4.5/Source/MFCDialog/CMakeSetup.rc cmake-2.4.5/Source/MFCDialog/CMakeSetupDialog.cpp cmake-2.4.5/Source/MFCDialog/CMakeSetupDialog.h cmake-2.4.5/Source/MFCDialog/MakeHelp.cpp cmake-2.4.5/Source/MFCDialog/MakeHelp.h cmake-2.4.5/Source/MFCDialog/PathDialog.cpp cmake-2.4.5/Source/MFCDialog/PathDialog.h cmake-2.4.5/Source/MFCDialog/PropertyList.cpp cmake-2.4.5/Source/MFCDialog/PropertyList.h cmake-2.4.5/Source/MFCDialog/StdAfx.cpp cmake-2.4.5/Source/MFCDialog/StdAfx.h cmake-2.4.5/Source/MFCDialog/resource.h cmake-2.4.5/Source/MFCDialog/res/ cmake-2.4.5/Source/MFCDialog/res/CMakeSetupDialog.ico cmake-2.4.5/Source/MFCDialog/res/CMakeSetupDialog.rc2 cmake-2.4.5/Source/WXDialog/ cmake-2.4.5/Source/WXDialog/CMakeIcon.xpm cmake-2.4.5/Source/WXDialog/CMakeLists.txt cmake-2.4.5/Source/WXDialog/CMakeSetup.cpp cmake-2.4.5/Source/WXDialog/CMakeSetup.h cmake-2.4.5/Source/WXDialog/CMakeSetup.pjd cmake-2.4.5/Source/WXDialog/CMakeSetup.rc cmake-2.4.5/Source/WXDialog/CMakeSetupFrame.cpp cmake-2.4.5/Source/WXDialog/CMakeSetupFrame.h cmake-2.4.5/Source/WXDialog/CommandLineInfo.cpp cmake-2.4.5/Source/WXDialog/CommandLineInfo.h cmake-2.4.5/Source/WXDialog/NGDialog.exe.manifest cmake-2.4.5/Source/WXDialog/NGDialog.ico cmake-2.4.5/Source/WXDialog/PropertyList.cpp cmake-2.4.5/Source/WXDialog/PropertyList.h cmake-2.4.5/Source/WXDialog/about.html cmake-2.4.5/Source/WXDialog/aboutdlg.cpp cmake-2.4.5/Source/WXDialog/aboutdlg.h cmake-2.4.5/Source/WXDialog/app_resources.cpp cmake-2.4.5/Source/WXDialog/app_resources.h cmake-2.4.5/Source/WXDialog/changelog.txt cmake-2.4.5/Source/WXDialog/cmake_icon.gif cmake-2.4.5/Source/WXDialog/cmake_icon.xpm cmake-2.4.5/Source/WXDialog/cmake_logo.xpm cmake-2.4.5/Source/WXDialog/cmakesetup.done.xml cmake-2.4.5/Source/WXDialog/cmakesetup.xml cmake-2.4.5/Source/WXDialog/config.h cmake-2.4.5/Source/WXDialog/optionsdlg.cpp cmake-2.4.5/Source/WXDialog/optionsdlg.h cmake-2.4.5/Source/WXDialog/progressdlg.cpp cmake-2.4.5/Source/WXDialog/progressdlg.h cmake-2.4.5/Source/WXDialog/bin/ cmake-2.4.5/Source/WXDialog/bin/FindUPX.cmake cmake-2.4.5/Source/WXDialog/bin/FindwxW.cmake cmake-2.4.5/Source/WXDialog/bin/FindwxWin.cmake cmake-2.4.5/Source/WXDialog/bin/UsewxW.cmake cmake-2.4.5/Source/kwsys/ cmake-2.4.5/Source/kwsys/Base64.c cmake-2.4.5/Source/kwsys/Base64.h.in cmake-2.4.5/Source/kwsys/CMakeEmptyInputFile.in cmake-2.4.5/Source/kwsys/CMakeLists.txt cmake-2.4.5/Source/kwsys/CTestConfig.cmake cmake-2.4.5/Source/kwsys/CheckCXXSourceRuns.cmake cmake-2.4.5/Source/kwsys/CommandLineArguments.cxx cmake-2.4.5/Source/kwsys/CommandLineArguments.hxx.in cmake-2.4.5/Source/kwsys/Configure.h.in cmake-2.4.5/Source/kwsys/Configure.hxx.in cmake-2.4.5/Source/kwsys/Copyright.txt cmake-2.4.5/Source/kwsys/Directory.cxx cmake-2.4.5/Source/kwsys/Directory.hxx.in cmake-2.4.5/Source/kwsys/DynamicLoader.cxx cmake-2.4.5/Source/kwsys/DynamicLoader.hxx.in cmake-2.4.5/Source/kwsys/EncodeExecutable.c cmake-2.4.5/Source/kwsys/ExtraTest.cmake.in cmake-2.4.5/Source/kwsys/FundamentalType.h.in cmake-2.4.5/Source/kwsys/Glob.cxx cmake-2.4.5/Source/kwsys/Glob.hxx.in cmake-2.4.5/Source/kwsys/IOStream.cxx cmake-2.4.5/Source/kwsys/IOStream.hxx.in cmake-2.4.5/Source/kwsys/Process.h.in cmake-2.4.5/Source/kwsys/ProcessFwd9x.c cmake-2.4.5/Source/kwsys/ProcessUNIX.c cmake-2.4.5/Source/kwsys/ProcessWin32.c cmake-2.4.5/Source/kwsys/README.txt cmake-2.4.5/Source/kwsys/Registry.cxx cmake-2.4.5/Source/kwsys/Registry.hxx.in cmake-2.4.5/Source/kwsys/RegularExpression.cxx cmake-2.4.5/Source/kwsys/RegularExpression.hxx.in cmake-2.4.5/Source/kwsys/SharedForward.h.in cmake-2.4.5/Source/kwsys/String.hxx.in cmake-2.4.5/Source/kwsys/System.c cmake-2.4.5/Source/kwsys/System.h.in cmake-2.4.5/Source/kwsys/SystemTools.cxx cmake-2.4.5/Source/kwsys/SystemTools.cxx.bak cmake-2.4.5/Source/kwsys/SystemTools.hxx.in cmake-2.4.5/Source/kwsys/SystemTools.hxx.in.bak cmake-2.4.5/Source/kwsys/Terminal.c cmake-2.4.5/Source/kwsys/Terminal.h.in cmake-2.4.5/Source/kwsys/auto_ptr.hxx.in cmake-2.4.5/Source/kwsys/hash_fun.hxx.in cmake-2.4.5/Source/kwsys/hash_map.hxx.in cmake-2.4.5/Source/kwsys/hash_set.hxx.in cmake-2.4.5/Source/kwsys/hashtable.hxx.in cmake-2.4.5/Source/kwsys/kwsysHeaderDump.pl cmake-2.4.5/Source/kwsys/kwsysPlatformCxxTests.cmake.bak cmake-2.4.5/Source/kwsys/kwsysPlatformCxxTests.cxx.bak cmake-2.4.5/Source/kwsys/kwsysPlatformTests.cmake cmake-2.4.5/Source/kwsys/kwsysPlatformTestsC.c cmake-2.4.5/Source/kwsys/kwsysPlatformTestsCXX.cxx cmake-2.4.5/Source/kwsys/kwsysPrivate.h cmake-2.4.5/Source/kwsys/kwsys_cstddef.hxx.in cmake-2.4.5/Source/kwsys/kwsys_ios_fstream.h.in cmake-2.4.5/Source/kwsys/kwsys_ios_iosfwd.h.in cmake-2.4.5/Source/kwsys/kwsys_ios_iostream.h.in cmake-2.4.5/Source/kwsys/kwsys_ios_sstream.h.in cmake-2.4.5/Source/kwsys/kwsys_stl.hxx.in cmake-2.4.5/Source/kwsys/kwsys_stl_string.hxx.in cmake-2.4.5/Source/kwsys/testCommandLineArguments.cxx cmake-2.4.5/Source/kwsys/testCommandLineArguments1.cxx cmake-2.4.5/Source/kwsys/testDynamicLoader.cxx cmake-2.4.5/Source/kwsys/testDynload.c cmake-2.4.5/Source/kwsys/testFail.c cmake-2.4.5/Source/kwsys/testHashSTL.cxx cmake-2.4.5/Source/kwsys/testIOS.cxx cmake-2.4.5/Source/kwsys/testProcess.c cmake-2.4.5/Source/kwsys/testRegistry.cxx cmake-2.4.5/Source/kwsys/testSystemTools.bin cmake-2.4.5/Source/kwsys/testSystemTools.cxx cmake-2.4.5/Source/kwsys/testSystemTools.h.in cmake-2.4.5/Source/kwsys/testTerminal.c cmake-2.4.5/Templates/ cmake-2.4.5/Templates/AppleInfo.plist cmake-2.4.5/Templates/CMakeLists.txt cmake-2.4.5/Templates/CMakeVisualStudio6Configurations.cmake cmake-2.4.5/Templates/CMakeWindowsSystemConfig.cmake cmake-2.4.5/Templates/CPack.GenericDescription.txt cmake-2.4.5/Templates/CPack.GenericLicense.txt cmake-2.4.5/Templates/CPack.GenericWelcome.txt cmake-2.4.5/Templates/CPackConfig.cmake.in cmake-2.4.5/Templates/CTestScript.cmake.in cmake-2.4.5/Templates/DLLFooter.dsptemplate cmake-2.4.5/Templates/DLLHeader.dsptemplate cmake-2.4.5/Templates/EXEFooter.dsptemplate cmake-2.4.5/Templates/EXEHeader.dsptemplate cmake-2.4.5/Templates/EXEWinHeader.dsptemplate cmake-2.4.5/Templates/TestDriver.cxx.in cmake-2.4.5/Templates/UtilityFooter.dsptemplate cmake-2.4.5/Templates/UtilityHeader.dsptemplate cmake-2.4.5/Templates/staticLibFooter.dsptemplate cmake-2.4.5/Templates/staticLibHeader.dsptemplate cmake-2.4.5/Tests/ cmake-2.4.5/Tests/.NoDartCoverage cmake-2.4.5/Tests/TestInstall.sh.in cmake-2.4.5/Tests/BundleTest/ cmake-2.4.5/Tests/BundleTest/BundleLib.cxx cmake-2.4.5/Tests/BundleTest/BundleTest.cxx cmake-2.4.5/Tests/BundleTest/CMakeLists.txt cmake-2.4.5/Tests/BundleTest/SomeRandomFile.txt cmake-2.4.5/Tests/BundleTest/randomResourceFile.plist.in cmake-2.4.5/Tests/BundleTest/BundleSubDir/ cmake-2.4.5/Tests/BundleTest/BundleSubDir/CMakeLists.txt cmake-2.4.5/Tests/CMakeTests/ cmake-2.4.5/Tests/CMakeTests/CMakeLists.txt cmake-2.4.5/Tests/CMakeTests/ListTest.cmake.in cmake-2.4.5/Tests/COnly/ cmake-2.4.5/Tests/COnly/CMakeLists.txt cmake-2.4.5/Tests/COnly/conly.c cmake-2.4.5/Tests/COnly/foo.c cmake-2.4.5/Tests/COnly/foo.h cmake-2.4.5/Tests/COnly/libc1.c cmake-2.4.5/Tests/COnly/libc1.h cmake-2.4.5/Tests/COnly/libc2.c cmake-2.4.5/Tests/COnly/libc2.h cmake-2.4.5/Tests/CTestTest/ cmake-2.4.5/Tests/CTestTest/CMakeLists.txt cmake-2.4.5/Tests/CTestTest/test.cmake.in cmake-2.4.5/Tests/CTestTest2/ cmake-2.4.5/Tests/CTestTest2/CMakeLists.txt cmake-2.4.5/Tests/CTestTest2/test.cmake.in cmake-2.4.5/Tests/CTestTest3/ cmake-2.4.5/Tests/CTestTest3/test.cmake.in cmake-2.4.5/Tests/CommandLineTest/ cmake-2.4.5/Tests/CommandLineTest/CMakeLists.txt cmake-2.4.5/Tests/CommandLineTest/CommandLineTest.cxx cmake-2.4.5/Tests/CommandLineTest/PreLoad.cmake cmake-2.4.5/Tests/Complex/ cmake-2.4.5/Tests/Complex/CMakeLists.txt cmake-2.4.5/Tests/Complex/VarTests.cmake cmake-2.4.5/Tests/Complex/cmTestConfigure.h.in cmake-2.4.5/Tests/Complex/cmTestConfigureEscape.h.in cmake-2.4.5/Tests/Complex/cmTestGeneratedHeader.h.in cmake-2.4.5/Tests/Complex/Cache/ cmake-2.4.5/Tests/Complex/Cache/CMakeCache.txt cmake-2.4.5/Tests/Complex/Executable/ cmake-2.4.5/Tests/Complex/Executable/A.cxx cmake-2.4.5/Tests/Complex/Executable/A.cxx.bak cmake-2.4.5/Tests/Complex/Executable/A.h cmake-2.4.5/Tests/Complex/Executable/A.hh cmake-2.4.5/Tests/Complex/Executable/A.txt cmake-2.4.5/Tests/Complex/Executable/CMakeLists.txt cmake-2.4.5/Tests/Complex/Executable/Included.cmake cmake-2.4.5/Tests/Complex/Executable/cmVersion.h.in cmake-2.4.5/Tests/Complex/Executable/complex.cxx cmake-2.4.5/Tests/Complex/Executable/complex.file.cxx cmake-2.4.5/Tests/Complex/Executable/notInAllExe.cxx cmake-2.4.5/Tests/Complex/Executable/testSystemDir.cxx cmake-2.4.5/Tests/Complex/Executable/testcflags.c cmake-2.4.5/Tests/Complex/Executable/Sub1/ cmake-2.4.5/Tests/Complex/Executable/Sub1/NameConflictTest.c cmake-2.4.5/Tests/Complex/Executable/Sub2/ cmake-2.4.5/Tests/Complex/Executable/Sub2/NameConflictTest.c cmake-2.4.5/Tests/Complex/Executable/Temp/ cmake-2.4.5/Tests/Complex/Executable/Temp/CMakeLists.txt cmake-2.4.5/Tests/Complex/Library/ cmake-2.4.5/Tests/Complex/Library/CMakeLists.txt cmake-2.4.5/Tests/Complex/Library/TestLink.c cmake-2.4.5/Tests/Complex/Library/create_file.cxx cmake-2.4.5/Tests/Complex/Library/dummy cmake-2.4.5/Tests/Complex/Library/empty.h cmake-2.4.5/Tests/Complex/Library/file2.cxx cmake-2.4.5/Tests/Complex/Library/file2.h cmake-2.4.5/Tests/Complex/Library/moduleFile.c cmake-2.4.5/Tests/Complex/Library/moduleFile.h cmake-2.4.5/Tests/Complex/Library/notInAllLib.cxx cmake-2.4.5/Tests/Complex/Library/sharedFile.cxx cmake-2.4.5/Tests/Complex/Library/sharedFile.h cmake-2.4.5/Tests/Complex/Library/testConly.c cmake-2.4.5/Tests/Complex/Library/testConly.h cmake-2.4.5/Tests/Complex/Library/test_preprocess.cmake cmake-2.4.5/Tests/Complex/Library/ExtraSources/ cmake-2.4.5/Tests/Complex/Library/ExtraSources/file1.cxx cmake-2.4.5/Tests/Complex/Library/ExtraSources/file1.h cmake-2.4.5/Tests/Complex/Library/SystemDir/ cmake-2.4.5/Tests/Complex/Library/SystemDir/testSystemDir.h cmake-2.4.5/Tests/ComplexOneConfig/ cmake-2.4.5/Tests/ComplexOneConfig/CMakeLists.txt cmake-2.4.5/Tests/ComplexOneConfig/VarTests.cmake cmake-2.4.5/Tests/ComplexOneConfig/cmTestConfigure.h.in cmake-2.4.5/Tests/ComplexOneConfig/cmTestConfigureEscape.h.in cmake-2.4.5/Tests/ComplexOneConfig/cmTestGeneratedHeader.h.in cmake-2.4.5/Tests/ComplexOneConfig/Cache/ cmake-2.4.5/Tests/ComplexOneConfig/Cache/CMakeCache.txt cmake-2.4.5/Tests/ComplexOneConfig/Executable/ cmake-2.4.5/Tests/ComplexOneConfig/Executable/A.cxx cmake-2.4.5/Tests/ComplexOneConfig/Executable/A.cxx.bak cmake-2.4.5/Tests/ComplexOneConfig/Executable/A.h cmake-2.4.5/Tests/ComplexOneConfig/Executable/A.hh cmake-2.4.5/Tests/ComplexOneConfig/Executable/A.txt cmake-2.4.5/Tests/ComplexOneConfig/Executable/CMakeLists.txt cmake-2.4.5/Tests/ComplexOneConfig/Executable/Included.cmake cmake-2.4.5/Tests/ComplexOneConfig/Executable/cmVersion.h.in cmake-2.4.5/Tests/ComplexOneConfig/Executable/complex.cxx cmake-2.4.5/Tests/ComplexOneConfig/Executable/complex.file.cxx cmake-2.4.5/Tests/ComplexOneConfig/Executable/notInAllExe.cxx cmake-2.4.5/Tests/ComplexOneConfig/Executable/testSystemDir.cxx cmake-2.4.5/Tests/ComplexOneConfig/Executable/testcflags.c cmake-2.4.5/Tests/ComplexOneConfig/Executable/Sub1/ cmake-2.4.5/Tests/ComplexOneConfig/Executable/Sub1/NameConflictTest.c cmake-2.4.5/Tests/ComplexOneConfig/Executable/Sub2/ cmake-2.4.5/Tests/ComplexOneConfig/Executable/Sub2/NameConflictTest.c cmake-2.4.5/Tests/ComplexOneConfig/Executable/Temp/ cmake-2.4.5/Tests/ComplexOneConfig/Executable/Temp/CMakeLists.txt cmake-2.4.5/Tests/ComplexOneConfig/Library/ cmake-2.4.5/Tests/ComplexOneConfig/Library/CMakeLists.txt cmake-2.4.5/Tests/ComplexOneConfig/Library/TestLink.c cmake-2.4.5/Tests/ComplexOneConfig/Library/create_file.cxx cmake-2.4.5/Tests/ComplexOneConfig/Library/dummy cmake-2.4.5/Tests/ComplexOneConfig/Library/empty.h cmake-2.4.5/Tests/ComplexOneConfig/Library/file2.cxx cmake-2.4.5/Tests/ComplexOneConfig/Library/file2.h cmake-2.4.5/Tests/ComplexOneConfig/Library/moduleFile.c cmake-2.4.5/Tests/ComplexOneConfig/Library/moduleFile.h cmake-2.4.5/Tests/ComplexOneConfig/Library/notInAllLib.cxx cmake-2.4.5/Tests/ComplexOneConfig/Library/sharedFile.cxx cmake-2.4.5/Tests/ComplexOneConfig/Library/sharedFile.h cmake-2.4.5/Tests/ComplexOneConfig/Library/testConly.c cmake-2.4.5/Tests/ComplexOneConfig/Library/testConly.h cmake-2.4.5/Tests/ComplexOneConfig/Library/test_preprocess.cmake cmake-2.4.5/Tests/ComplexOneConfig/Library/ExtraSources/ cmake-2.4.5/Tests/ComplexOneConfig/Library/ExtraSources/file1.cxx cmake-2.4.5/Tests/ComplexOneConfig/Library/ExtraSources/file1.h cmake-2.4.5/Tests/ComplexOneConfig/Library/SystemDir/ cmake-2.4.5/Tests/ComplexOneConfig/Library/SystemDir/testSystemDir.h cmake-2.4.5/Tests/ComplexRelativePaths/ cmake-2.4.5/Tests/ComplexRelativePaths/CMakeLists.txt cmake-2.4.5/Tests/ComplexRelativePaths/VarTests.cmake cmake-2.4.5/Tests/ComplexRelativePaths/cmTestConfigure.h.in cmake-2.4.5/Tests/ComplexRelativePaths/cmTestConfigureEscape.h.in cmake-2.4.5/Tests/ComplexRelativePaths/cmTestGeneratedHeader.h.in cmake-2.4.5/Tests/ComplexRelativePaths/Cache/ cmake-2.4.5/Tests/ComplexRelativePaths/Cache/CMakeCache.txt cmake-2.4.5/Tests/ComplexRelativePaths/Executable/ cmake-2.4.5/Tests/ComplexRelativePaths/Executable/A.cxx cmake-2.4.5/Tests/ComplexRelativePaths/Executable/A.cxx.bak cmake-2.4.5/Tests/ComplexRelativePaths/Executable/A.h cmake-2.4.5/Tests/ComplexRelativePaths/Executable/A.hh cmake-2.4.5/Tests/ComplexRelativePaths/Executable/A.txt cmake-2.4.5/Tests/ComplexRelativePaths/Executable/CMakeLists.txt cmake-2.4.5/Tests/ComplexRelativePaths/Executable/Included.cmake cmake-2.4.5/Tests/ComplexRelativePaths/Executable/cmVersion.h.in cmake-2.4.5/Tests/ComplexRelativePaths/Executable/complex.cxx cmake-2.4.5/Tests/ComplexRelativePaths/Executable/complex.file.cxx cmake-2.4.5/Tests/ComplexRelativePaths/Executable/notInAllExe.cxx cmake-2.4.5/Tests/ComplexRelativePaths/Executable/testSystemDir.cxx cmake-2.4.5/Tests/ComplexRelativePaths/Executable/testcflags.c cmake-2.4.5/Tests/ComplexRelativePaths/Executable/Sub1/ cmake-2.4.5/Tests/ComplexRelativePaths/Executable/Sub1/NameConflictTest.c cmake-2.4.5/Tests/ComplexRelativePaths/Executable/Sub2/ cmake-2.4.5/Tests/ComplexRelativePaths/Executable/Sub2/NameConflictTest.c cmake-2.4.5/Tests/ComplexRelativePaths/Executable/Temp/ cmake-2.4.5/Tests/ComplexRelativePaths/Executable/Temp/CMakeLists.txt cmake-2.4.5/Tests/ComplexRelativePaths/Library/ cmake-2.4.5/Tests/ComplexRelativePaths/Library/CMakeLists.txt cmake-2.4.5/Tests/ComplexRelativePaths/Library/TestLink.c cmake-2.4.5/Tests/ComplexRelativePaths/Library/create_file.cxx cmake-2.4.5/Tests/ComplexRelativePaths/Library/dummy cmake-2.4.5/Tests/ComplexRelativePaths/Library/empty.h cmake-2.4.5/Tests/ComplexRelativePaths/Library/file2.cxx cmake-2.4.5/Tests/ComplexRelativePaths/Library/file2.h cmake-2.4.5/Tests/ComplexRelativePaths/Library/moduleFile.c cmake-2.4.5/Tests/ComplexRelativePaths/Library/moduleFile.h cmake-2.4.5/Tests/ComplexRelativePaths/Library/notInAllLib.cxx cmake-2.4.5/Tests/ComplexRelativePaths/Library/sharedFile.cxx cmake-2.4.5/Tests/ComplexRelativePaths/Library/sharedFile.h cmake-2.4.5/Tests/ComplexRelativePaths/Library/testConly.c cmake-2.4.5/Tests/ComplexRelativePaths/Library/testConly.h cmake-2.4.5/Tests/ComplexRelativePaths/Library/test_preprocess.cmake cmake-2.4.5/Tests/ComplexRelativePaths/Library/ExtraSources/ cmake-2.4.5/Tests/ComplexRelativePaths/Library/ExtraSources/file1.cxx cmake-2.4.5/Tests/ComplexRelativePaths/Library/ExtraSources/file1.h cmake-2.4.5/Tests/ComplexRelativePaths/Library/SystemDir/ cmake-2.4.5/Tests/ComplexRelativePaths/Library/SystemDir/testSystemDir.h cmake-2.4.5/Tests/CustomCommand/ cmake-2.4.5/Tests/CustomCommand/CMakeLists.txt cmake-2.4.5/Tests/CustomCommand/check_command_line.c.in cmake-2.4.5/Tests/CustomCommand/config.h.in cmake-2.4.5/Tests/CustomCommand/doc1.tex cmake-2.4.5/Tests/CustomCommand/foo.h.in cmake-2.4.5/Tests/CustomCommand/foo.in cmake-2.4.5/Tests/CustomCommand/generator.cxx cmake-2.4.5/Tests/CustomCommand/wrapped.h cmake-2.4.5/Tests/CustomCommand/wrapper.cxx cmake-2.4.5/Tests/CustomCommand/GeneratedHeader/ cmake-2.4.5/Tests/CustomCommand/GeneratedHeader/CMakeLists.txt cmake-2.4.5/Tests/CustomCommand/GeneratedHeader/generated.h.in cmake-2.4.5/Tests/CustomCommand/GeneratedHeader/main.cpp cmake-2.4.5/Tests/CustomCommandWorkingDirectory/ cmake-2.4.5/Tests/CustomCommandWorkingDirectory/CMakeLists.txt cmake-2.4.5/Tests/CustomCommandWorkingDirectory/customTarget.c cmake-2.4.5/Tests/CustomCommandWorkingDirectory/working.c.in cmake-2.4.5/Tests/CxxOnly/ cmake-2.4.5/Tests/CxxOnly/CMakeLists.txt cmake-2.4.5/Tests/CxxOnly/cxxonly.cxx cmake-2.4.5/Tests/CxxOnly/libcxx1.cxx cmake-2.4.5/Tests/CxxOnly/libcxx1.h cmake-2.4.5/Tests/CxxOnly/libcxx2.cxx cmake-2.4.5/Tests/CxxOnly/libcxx2.h cmake-2.4.5/Tests/Dependency/ cmake-2.4.5/Tests/Dependency/CMakeLists.txt cmake-2.4.5/Tests/Dependency/1/ cmake-2.4.5/Tests/Dependency/1/CMakeLists.txt cmake-2.4.5/Tests/Dependency/1/OneSrc.c cmake-2.4.5/Tests/Dependency/Eight/ cmake-2.4.5/Tests/Dependency/Eight/CMakeLists.txt cmake-2.4.5/Tests/Dependency/Eight/EightSrc.c cmake-2.4.5/Tests/Dependency/Exec/ cmake-2.4.5/Tests/Dependency/Exec/CMakeLists.txt cmake-2.4.5/Tests/Dependency/Exec/ExecMain.c cmake-2.4.5/Tests/Dependency/Exec2/ cmake-2.4.5/Tests/Dependency/Exec2/CMakeLists.txt cmake-2.4.5/Tests/Dependency/Exec2/ExecMain.c cmake-2.4.5/Tests/Dependency/Exec3/ cmake-2.4.5/Tests/Dependency/Exec3/CMakeLists.txt cmake-2.4.5/Tests/Dependency/Exec3/ExecMain.c cmake-2.4.5/Tests/Dependency/Exec4/ cmake-2.4.5/Tests/Dependency/Exec4/CMakeLists.txt cmake-2.4.5/Tests/Dependency/Exec4/ExecMain.c cmake-2.4.5/Tests/Dependency/Five/ cmake-2.4.5/Tests/Dependency/Five/CMakeLists.txt cmake-2.4.5/Tests/Dependency/Five/FiveSrc.c cmake-2.4.5/Tests/Dependency/Four/ cmake-2.4.5/Tests/Dependency/Four/CMakeLists.txt cmake-2.4.5/Tests/Dependency/Four/FourSrc.c cmake-2.4.5/Tests/Dependency/NoDepA/ cmake-2.4.5/Tests/Dependency/NoDepA/CMakeLists.txt cmake-2.4.5/Tests/Dependency/NoDepA/NoDepASrc.c cmake-2.4.5/Tests/Dependency/NoDepB/ cmake-2.4.5/Tests/Dependency/NoDepB/CMakeLists.txt cmake-2.4.5/Tests/Dependency/NoDepB/NoDepBSrc.c cmake-2.4.5/Tests/Dependency/NoDepC/ cmake-2.4.5/Tests/Dependency/NoDepC/CMakeLists.txt cmake-2.4.5/Tests/Dependency/NoDepC/NoDepCSrc.c cmake-2.4.5/Tests/Dependency/Seven/ cmake-2.4.5/Tests/Dependency/Seven/CMakeLists.txt cmake-2.4.5/Tests/Dependency/Seven/SevenSrc.c cmake-2.4.5/Tests/Dependency/Six/ cmake-2.4.5/Tests/Dependency/Six/CMakeLists.txt cmake-2.4.5/Tests/Dependency/Six/SixASrc.c cmake-2.4.5/Tests/Dependency/Six/SixBSrc.c cmake-2.4.5/Tests/Dependency/Three/ cmake-2.4.5/Tests/Dependency/Three/CMakeLists.txt cmake-2.4.5/Tests/Dependency/Three/ThreeSrc.c cmake-2.4.5/Tests/Dependency/Two/ cmake-2.4.5/Tests/Dependency/Two/CMakeLists.txt cmake-2.4.5/Tests/Dependency/Two/TwoSrc.c cmake-2.4.5/Tests/ExternalOBJ/ cmake-2.4.5/Tests/ExternalOBJ/CMakeLists.txt cmake-2.4.5/Tests/ExternalOBJ/executable.cxx cmake-2.4.5/Tests/ExternalOBJ/Object/ cmake-2.4.5/Tests/ExternalOBJ/Object/CMakeLists.txt cmake-2.4.5/Tests/ExternalOBJ/Object/external_main.cxx cmake-2.4.5/Tests/ExternalOBJ/Object/external_object.cxx cmake-2.4.5/Tests/FindPackageTest/ cmake-2.4.5/Tests/FindPackageTest/CMakeLists.txt cmake-2.4.5/Tests/FindPackageTest/FindPackageTest.cxx cmake-2.4.5/Tests/Fortran/ cmake-2.4.5/Tests/Fortran/CMakeLists.txt cmake-2.4.5/Tests/Fortran/hello.f cmake-2.4.5/Tests/Fortran/test_module_implementation.f90 cmake-2.4.5/Tests/Fortran/test_module_interface.f90 cmake-2.4.5/Tests/Fortran/test_module_main.f90 cmake-2.4.5/Tests/Java/ cmake-2.4.5/Tests/Java/A.java cmake-2.4.5/Tests/Java/CMakeLists.txt cmake-2.4.5/Tests/Java/HelloWorld.java cmake-2.4.5/Tests/Jump/ cmake-2.4.5/Tests/Jump/CMakeLists.txt cmake-2.4.5/Tests/Jump/Executable/ cmake-2.4.5/Tests/Jump/Executable/CMakeLists.txt cmake-2.4.5/Tests/Jump/Executable/jumpExecutable.cxx cmake-2.4.5/Tests/Jump/Library/ cmake-2.4.5/Tests/Jump/Library/CMakeLists.txt cmake-2.4.5/Tests/Jump/Library/Shared/ cmake-2.4.5/Tests/Jump/Library/Shared/CMakeLists.txt cmake-2.4.5/Tests/Jump/Library/Shared/jumpShared.cxx cmake-2.4.5/Tests/Jump/Library/Static/ cmake-2.4.5/Tests/Jump/Library/Static/CMakeLists.txt cmake-2.4.5/Tests/Jump/Library/Static/jumpStatic.cxx cmake-2.4.5/Tests/LibName/ cmake-2.4.5/Tests/LibName/CMakeLists.txt cmake-2.4.5/Tests/LibName/bar.c cmake-2.4.5/Tests/LibName/foo.c cmake-2.4.5/Tests/LibName/foobar.c cmake-2.4.5/Tests/LinkLine/ cmake-2.4.5/Tests/LinkLine/CMakeLists.txt cmake-2.4.5/Tests/LinkLine/Exec.c cmake-2.4.5/Tests/LinkLine/One.c cmake-2.4.5/Tests/LinkLine/Two.c cmake-2.4.5/Tests/LinkLineOrder/ cmake-2.4.5/Tests/LinkLineOrder/CMakeLists.txt cmake-2.4.5/Tests/LinkLineOrder/Exec1.c cmake-2.4.5/Tests/LinkLineOrder/Exec2.c cmake-2.4.5/Tests/LinkLineOrder/NoDepA.c cmake-2.4.5/Tests/LinkLineOrder/NoDepB.c cmake-2.4.5/Tests/LinkLineOrder/NoDepC.c cmake-2.4.5/Tests/LinkLineOrder/NoDepE.c cmake-2.4.5/Tests/LinkLineOrder/NoDepF.c cmake-2.4.5/Tests/LinkLineOrder/NoDepX.c cmake-2.4.5/Tests/LinkLineOrder/NoDepY.c cmake-2.4.5/Tests/LinkLineOrder/NoDepZ.c cmake-2.4.5/Tests/LinkLineOrder/One.c cmake-2.4.5/Tests/LinkLineOrder/Two.c cmake-2.4.5/Tests/LoadCommand/ cmake-2.4.5/Tests/LoadCommand/CMakeLists.txt cmake-2.4.5/Tests/LoadCommand/LoadedCommand.cxx.in cmake-2.4.5/Tests/LoadCommand/LoadedCommand.h.in cmake-2.4.5/Tests/LoadCommand/CMakeCommands/ cmake-2.4.5/Tests/LoadCommand/CMakeCommands/CMakeLists.txt cmake-2.4.5/Tests/LoadCommand/CMakeCommands/cmTestCommand.c cmake-2.4.5/Tests/LoadCommandOneConfig/ cmake-2.4.5/Tests/LoadCommandOneConfig/CMakeLists.txt cmake-2.4.5/Tests/LoadCommandOneConfig/LoadedCommand.cxx.in cmake-2.4.5/Tests/LoadCommandOneConfig/LoadedCommand.h.in cmake-2.4.5/Tests/LoadCommandOneConfig/CMakeCommands/ cmake-2.4.5/Tests/LoadCommandOneConfig/CMakeCommands/CMakeLists.txt cmake-2.4.5/Tests/LoadCommandOneConfig/CMakeCommands/cmTestCommand.c cmake-2.4.5/Tests/MacroTest/ cmake-2.4.5/Tests/MacroTest/CMakeLists.txt cmake-2.4.5/Tests/MacroTest/macroTest.c cmake-2.4.5/Tests/MakeClean/ cmake-2.4.5/Tests/MakeClean/CMakeLists.txt cmake-2.4.5/Tests/MakeClean/check_clean.c.in cmake-2.4.5/Tests/MakeClean/ToClean/ cmake-2.4.5/Tests/MakeClean/ToClean/CMakeLists.txt cmake-2.4.5/Tests/MakeClean/ToClean/ToCleanFiles.cmake.in cmake-2.4.5/Tests/MakeClean/ToClean/toclean.cxx cmake-2.4.5/Tests/MathTest/ cmake-2.4.5/Tests/MathTest/CMakeLists.txt cmake-2.4.5/Tests/MathTest/MathTestExec.cxx cmake-2.4.5/Tests/MathTest/MathTestTests.h.in cmake-2.4.5/Tests/ObjC++/ cmake-2.4.5/Tests/ObjC++/CMakeLists.txt cmake-2.4.5/Tests/ObjC++/objc++.mm cmake-2.4.5/Tests/OutOfBinary/ cmake-2.4.5/Tests/OutOfBinary/CMakeLists.txt cmake-2.4.5/Tests/OutOfBinary/outlib.c cmake-2.4.5/Tests/OutOfSource/ cmake-2.4.5/Tests/OutOfSource/CMakeLists.txt cmake-2.4.5/Tests/OutOfSource/simple.cxx cmake-2.4.5/Tests/OutOfSource/testdp.h.in cmake-2.4.5/Tests/OutOfSource/OutOfSourceSubdir/ cmake-2.4.5/Tests/OutOfSource/OutOfSourceSubdir/CMakeLists.txt cmake-2.4.5/Tests/OutOfSource/OutOfSourceSubdir/simple.cxx cmake-2.4.5/Tests/OutOfSource/OutOfSourceSubdir/testlib.cxx cmake-2.4.5/Tests/OutOfSource/OutOfSourceSubdir/testlib.h cmake-2.4.5/Tests/OutOfSource/SubDir/ cmake-2.4.5/Tests/OutOfSource/SubDir/CMakeLists.txt cmake-2.4.5/Tests/PreOrder/ cmake-2.4.5/Tests/PreOrder/CMakeLists.txt cmake-2.4.5/Tests/PreOrder/simple.cxx cmake-2.4.5/Tests/PreOrder/Library/ cmake-2.4.5/Tests/PreOrder/Library/CMakeLists.txt cmake-2.4.5/Tests/PreOrder/Library/simpleLib.cxx cmake-2.4.5/Tests/SameName/ cmake-2.4.5/Tests/SameName/CMakeLists.txt cmake-2.4.5/Tests/SameName/Exe1/ cmake-2.4.5/Tests/SameName/Exe1/CMakeLists.txt cmake-2.4.5/Tests/SameName/Exe1/conly.c cmake-2.4.5/Tests/SameName/Lib1/ cmake-2.4.5/Tests/SameName/Lib1/CMakeLists.txt cmake-2.4.5/Tests/SameName/Lib1/libc1.c cmake-2.4.5/Tests/SameName/Lib1/libc1.h cmake-2.4.5/Tests/Simple/ cmake-2.4.5/Tests/Simple/CMakeLists.txt cmake-2.4.5/Tests/Simple/simple.cxx cmake-2.4.5/Tests/Simple/simpleCLib.c cmake-2.4.5/Tests/Simple/simpleLib.cxx cmake-2.4.5/Tests/Simple/simpleWe.cpp cmake-2.4.5/Tests/SimpleInstall/ cmake-2.4.5/Tests/SimpleInstall/CMakeLists.txt cmake-2.4.5/Tests/SimpleInstall/InstallScript1.cmake cmake-2.4.5/Tests/SimpleInstall/InstallScript2.cmake cmake-2.4.5/Tests/SimpleInstall/PackageScript.cmake cmake-2.4.5/Tests/SimpleInstall/PostInstall.cmake cmake-2.4.5/Tests/SimpleInstall/PreInstall.cmake cmake-2.4.5/Tests/SimpleInstall/foo.c cmake-2.4.5/Tests/SimpleInstall/foo.h cmake-2.4.5/Tests/SimpleInstall/inst.cxx cmake-2.4.5/Tests/SimpleInstall/inst2.cxx cmake-2.4.5/Tests/SimpleInstall/lib1.cxx cmake-2.4.5/Tests/SimpleInstall/lib1.h cmake-2.4.5/Tests/SimpleInstall/lib2.cxx cmake-2.4.5/Tests/SimpleInstall/lib2.h cmake-2.4.5/Tests/SimpleInstall/lib3.cxx cmake-2.4.5/Tests/SimpleInstall/lib3.h cmake-2.4.5/Tests/SimpleInstall/lib4.cxx cmake-2.4.5/Tests/SimpleInstall/lib4.h cmake-2.4.5/Tests/SimpleInstall/TestSubDir/ cmake-2.4.5/Tests/SimpleInstall/TestSubDir/CMakeLists.txt cmake-2.4.5/Tests/SimpleInstall/TestSubDir/TSD.cxx cmake-2.4.5/Tests/SimpleInstall/TestSubDir/TSD.h cmake-2.4.5/Tests/SimpleInstall/TestSubDir/TSD_utils.cxx cmake-2.4.5/Tests/SimpleInstall/scripts/ cmake-2.4.5/Tests/SimpleInstall/scripts/sample_script cmake-2.4.5/Tests/SimpleInstall/scripts/sample_script.bat cmake-2.4.5/Tests/SimpleInstallS2/ cmake-2.4.5/Tests/SimpleInstallS2/CMakeLists.txt cmake-2.4.5/Tests/SimpleInstallS2/InstallScript1.cmake cmake-2.4.5/Tests/SimpleInstallS2/InstallScript2.cmake cmake-2.4.5/Tests/SimpleInstallS2/PackageScript.cmake cmake-2.4.5/Tests/SimpleInstallS2/PostInstall.cmake cmake-2.4.5/Tests/SimpleInstallS2/PreInstall.cmake cmake-2.4.5/Tests/SimpleInstallS2/foo.c cmake-2.4.5/Tests/SimpleInstallS2/foo.h cmake-2.4.5/Tests/SimpleInstallS2/inst.cxx cmake-2.4.5/Tests/SimpleInstallS2/inst2.cxx cmake-2.4.5/Tests/SimpleInstallS2/lib1.cxx cmake-2.4.5/Tests/SimpleInstallS2/lib1.h cmake-2.4.5/Tests/SimpleInstallS2/lib2.cxx cmake-2.4.5/Tests/SimpleInstallS2/lib2.h cmake-2.4.5/Tests/SimpleInstallS2/lib3.cxx cmake-2.4.5/Tests/SimpleInstallS2/lib3.h cmake-2.4.5/Tests/SimpleInstallS2/lib4.cxx cmake-2.4.5/Tests/SimpleInstallS2/lib4.h cmake-2.4.5/Tests/SimpleInstallS2/TestSubDir/ cmake-2.4.5/Tests/SimpleInstallS2/TestSubDir/CMakeLists.txt cmake-2.4.5/Tests/SimpleInstallS2/TestSubDir/TSD.cxx cmake-2.4.5/Tests/SimpleInstallS2/TestSubDir/TSD.h cmake-2.4.5/Tests/SimpleInstallS2/TestSubDir/TSD_utils.cxx cmake-2.4.5/Tests/SimpleInstallS2/scripts/ cmake-2.4.5/Tests/SimpleInstallS2/scripts/sample_script cmake-2.4.5/Tests/SimpleInstallS2/scripts/sample_script.bat cmake-2.4.5/Tests/StringFileTest/ cmake-2.4.5/Tests/StringFileTest/CMakeLists.txt cmake-2.4.5/Tests/StringFileTest/InputFile.h.in cmake-2.4.5/Tests/StringFileTest/StringFile.cxx cmake-2.4.5/Tests/SubDir/ cmake-2.4.5/Tests/SubDir/CMakeLists.txt cmake-2.4.5/Tests/SubDir/vcl_algorithm+vcl_pair+double.foo.c cmake-2.4.5/Tests/SubDir/vcl_algorithm_vcl_pair_double.foo.c cmake-2.4.5/Tests/SubDir/AnotherSubdir/ cmake-2.4.5/Tests/SubDir/AnotherSubdir/pair+int.int.c cmake-2.4.5/Tests/SubDir/AnotherSubdir/pair_int.int.c cmake-2.4.5/Tests/SubDir/AnotherSubdir/secondone.c cmake-2.4.5/Tests/SubDir/AnotherSubdir/testfromsubdir.c cmake-2.4.5/Tests/SubDir/Examples/ cmake-2.4.5/Tests/SubDir/Examples/CMakeLists.txt cmake-2.4.5/Tests/SubDir/Examples/example1/ cmake-2.4.5/Tests/SubDir/Examples/example1/CMakeLists.txt cmake-2.4.5/Tests/SubDir/Examples/example1/example1.cxx cmake-2.4.5/Tests/SubDir/Examples/example2/ cmake-2.4.5/Tests/SubDir/Examples/example2/CMakeLists.txt cmake-2.4.5/Tests/SubDir/Examples/example2/example2.cxx cmake-2.4.5/Tests/SubDir/Executable/ cmake-2.4.5/Tests/SubDir/Executable/CMakeLists.txt cmake-2.4.5/Tests/SubDir/Executable/test.cxx cmake-2.4.5/Tests/SubDir/ThirdSubDir/ cmake-2.4.5/Tests/SubDir/ThirdSubDir/pair+int.int1.c cmake-2.4.5/Tests/SubDir/ThirdSubDir/pair_int.int1.c cmake-2.4.5/Tests/SubDir/ThirdSubDir/pair_p_int.int1.c cmake-2.4.5/Tests/SubDir/ThirdSubDir/testfromauxsubdir.c cmake-2.4.5/Tests/SubDir/ThirdSubDir/thirdone.c cmake-2.4.5/Tests/SwigTest/ cmake-2.4.5/Tests/SwigTest/CMakeLists.txt cmake-2.4.5/Tests/SwigTest/example.cxx cmake-2.4.5/Tests/SwigTest/example.h cmake-2.4.5/Tests/SwigTest/example.i cmake-2.4.5/Tests/SwigTest/runme.php4 cmake-2.4.5/Tests/SwigTest/runme.pike cmake-2.4.5/Tests/SwigTest/runme.pl cmake-2.4.5/Tests/SwigTest/runme.py cmake-2.4.5/Tests/SwigTest/runme.rb cmake-2.4.5/Tests/SwigTest/runme.tcl cmake-2.4.5/Tests/SwigTest/runme2.tcl cmake-2.4.5/Tests/SystemInformation/ cmake-2.4.5/Tests/SystemInformation/CMakeLists.txt cmake-2.4.5/Tests/SystemInformation/DumpInformation.cxx cmake-2.4.5/Tests/SystemInformation/DumpInformation.h.in cmake-2.4.5/Tests/SystemInformation/SystemInformation.in cmake-2.4.5/Tests/TarTest/ cmake-2.4.5/Tests/TarTest/CMakeLists.txt cmake-2.4.5/Tests/TarTest/TestTarExec.cxx cmake-2.4.5/Tests/TargetName/ cmake-2.4.5/Tests/TargetName/CMakeLists.txt cmake-2.4.5/Tests/TargetName/executables/ cmake-2.4.5/Tests/TargetName/executables/CMakeLists.txt cmake-2.4.5/Tests/TargetName/executables/hello_world.c cmake-2.4.5/Tests/TargetName/scripts/ cmake-2.4.5/Tests/TargetName/scripts/CMakeLists.txt cmake-2.4.5/Tests/TargetName/scripts/hello_world cmake-2.4.5/Tests/TestDriver/ cmake-2.4.5/Tests/TestDriver/CMakeLists.txt cmake-2.4.5/Tests/TestDriver/test1.cxx cmake-2.4.5/Tests/TestDriver/test2.cxx cmake-2.4.5/Tests/TestDriver/testArgs.h cmake-2.4.5/Tests/TestDriver/testExtraStuff.cxx cmake-2.4.5/Tests/TestDriver/testExtraStuff2.cxx cmake-2.4.5/Tests/TestDriver/testExtraStuff3.cxx cmake-2.4.5/Tests/TestDriver/subdir/ cmake-2.4.5/Tests/TestDriver/subdir/test3.cxx cmake-2.4.5/Tests/Testing/ cmake-2.4.5/Tests/Testing/CMakeLists.txt cmake-2.4.5/Tests/Testing/DartConfig.cmake cmake-2.4.5/Tests/Testing/testing.cxx cmake-2.4.5/Tests/Testing/Sub/ cmake-2.4.5/Tests/Testing/Sub/Sub2/ cmake-2.4.5/Tests/Testing/Sub/Sub2/CMakeLists.txt cmake-2.4.5/Tests/Testing/Sub/Sub2/testing2.cxx cmake-2.4.5/Tests/TryCompile/ cmake-2.4.5/Tests/TryCompile/CMakeLists.txt cmake-2.4.5/Tests/TryCompile/fail.c cmake-2.4.5/Tests/TryCompile/pass.c cmake-2.4.5/Tests/Tutorial/ cmake-2.4.5/Tests/Tutorial/Step1/ cmake-2.4.5/Tests/Tutorial/Step1/CMakeLists.txt cmake-2.4.5/Tests/Tutorial/Step1/TutorialConfig.h.in cmake-2.4.5/Tests/Tutorial/Step1/tutorial.cxx cmake-2.4.5/Tests/Tutorial/Step2/ cmake-2.4.5/Tests/Tutorial/Step2/CMakeLists.txt cmake-2.4.5/Tests/Tutorial/Step2/TutorialConfig.h.in cmake-2.4.5/Tests/Tutorial/Step2/tutorial.cxx cmake-2.4.5/Tests/Tutorial/Step2/MathFunctions/ cmake-2.4.5/Tests/Tutorial/Step2/MathFunctions/CMakeLists.txt cmake-2.4.5/Tests/Tutorial/Step2/MathFunctions/MathFunctions.h cmake-2.4.5/Tests/Tutorial/Step2/MathFunctions/mysqrt.cxx cmake-2.4.5/Tests/Tutorial/Step3/ cmake-2.4.5/Tests/Tutorial/Step3/CMakeLists.txt cmake-2.4.5/Tests/Tutorial/Step3/TutorialConfig.h.in cmake-2.4.5/Tests/Tutorial/Step3/tutorial.cxx cmake-2.4.5/Tests/Tutorial/Step3/MathFunctions/ cmake-2.4.5/Tests/Tutorial/Step3/MathFunctions/CMakeLists.txt cmake-2.4.5/Tests/Tutorial/Step3/MathFunctions/MathFunctions.h cmake-2.4.5/Tests/Tutorial/Step3/MathFunctions/mysqrt.cxx cmake-2.4.5/Tests/Tutorial/Step4/ cmake-2.4.5/Tests/Tutorial/Step4/CMakeLists.txt cmake-2.4.5/Tests/Tutorial/Step4/TutorialConfig.h.in cmake-2.4.5/Tests/Tutorial/Step4/tutorial.cxx cmake-2.4.5/Tests/Tutorial/Step4/MathFunctions/ cmake-2.4.5/Tests/Tutorial/Step4/MathFunctions/CMakeLists.txt cmake-2.4.5/Tests/Tutorial/Step4/MathFunctions/MathFunctions.h cmake-2.4.5/Tests/Tutorial/Step4/MathFunctions/mysqrt.cxx cmake-2.4.5/Tests/Tutorial/Step5/ cmake-2.4.5/Tests/Tutorial/Step5/CMakeLists.txt cmake-2.4.5/Tests/Tutorial/Step5/TutorialConfig.h.in cmake-2.4.5/Tests/Tutorial/Step5/tutorial.cxx cmake-2.4.5/Tests/Tutorial/Step5/MathFunctions/ cmake-2.4.5/Tests/Tutorial/Step5/MathFunctions/CMakeLists.txt cmake-2.4.5/Tests/Tutorial/Step5/MathFunctions/MakeTable.cxx cmake-2.4.5/Tests/Tutorial/Step5/MathFunctions/MathFunctions.h cmake-2.4.5/Tests/Tutorial/Step5/MathFunctions/mysqrt.cxx cmake-2.4.5/Tests/UseWX/ cmake-2.4.5/Tests/UseWX/CMakeLists.txt cmake-2.4.5/Tests/UseWX/WX.cxx cmake-2.4.5/Tests/VSExternalInclude/ cmake-2.4.5/Tests/VSExternalInclude/CMakeLists.txt cmake-2.4.5/Tests/VSExternalInclude/main.cpp cmake-2.4.5/Tests/VSExternalInclude/Lib1/ cmake-2.4.5/Tests/VSExternalInclude/Lib1/CMakeLists.txt cmake-2.4.5/Tests/VSExternalInclude/Lib1/lib1.cpp cmake-2.4.5/Tests/VSExternalInclude/Lib1/lib1.h cmake-2.4.5/Tests/VSExternalInclude/Lib2/ cmake-2.4.5/Tests/VSExternalInclude/Lib2/CMakeLists.txt cmake-2.4.5/Tests/VSExternalInclude/Lib2/lib2.cpp cmake-2.4.5/Tests/VSExternalInclude/Lib2/lib2.h cmake-2.4.5/Tests/Wrapping/ cmake-2.4.5/Tests/Wrapping/CMakeLists.txt cmake-2.4.5/Tests/Wrapping/Wrap.c cmake-2.4.5/Tests/Wrapping/dummy cmake-2.4.5/Tests/Wrapping/fakefluid.cxx cmake-2.4.5/Tests/Wrapping/fltk1.fl cmake-2.4.5/Tests/Wrapping/foo.ui.in cmake-2.4.5/Tests/Wrapping/hints cmake-2.4.5/Tests/Wrapping/itkWrapperConfig.cxx cmake-2.4.5/Tests/Wrapping/qtwrapping.ui cmake-2.4.5/Tests/Wrapping/qtwrappingmain.cxx cmake-2.4.5/Tests/Wrapping/vtkExcluded.cxx cmake-2.4.5/Tests/Wrapping/vtkExcluded.h cmake-2.4.5/Tests/Wrapping/vtkIncluded.cxx cmake-2.4.5/Tests/Wrapping/vtkIncluded.h cmake-2.4.5/Tests/Wrapping/vtkTestMoc.h cmake-2.4.5/Tests/Wrapping/wrapping.cxx cmake-2.4.5/Tests/X11/ cmake-2.4.5/Tests/X11/CMakeLists.txt cmake-2.4.5/Tests/X11/X11.c cmake-2.4.5/Utilities/ cmake-2.4.5/Utilities/.NoDartCoverage cmake-2.4.5/Utilities/CMakeLists.txt cmake-2.4.5/Utilities/cmThirdParty.h.in cmake-2.4.5/Utilities/cm_curl.h cmake-2.4.5/Utilities/cm_expat.h cmake-2.4.5/Utilities/cm_xmlrpc.h cmake-2.4.5/Utilities/cm_zlib.h cmake-2.4.5/Utilities/Doxygen/ cmake-2.4.5/Utilities/Doxygen/CMakeLists.txt cmake-2.4.5/Utilities/Doxygen/authors.txt cmake-2.4.5/Utilities/Doxygen/doc_makeall.sh.in cmake-2.4.5/Utilities/Doxygen/doxyfile.in cmake-2.4.5/Utilities/Release/ cmake-2.4.5/Utilities/Release/CMake.nsi.in cmake-2.4.5/Utilities/Release/CMakeInstall.bmp cmake-2.4.5/Utilities/Release/MakeRelease.cmake.in cmake-2.4.5/Utilities/Release/README cmake-2.4.5/Utilities/Release/Release.cmake cmake-2.4.5/Utilities/Release/cmake_release.sh cmake-2.4.5/Utilities/Release/cmake_release.sh.in cmake-2.4.5/Utilities/Release/config_AIX cmake-2.4.5/Utilities/Release/config_CYGWIN_NT-5.1 cmake-2.4.5/Utilities/Release/config_Darwin cmake-2.4.5/Utilities/Release/config_HP-UX cmake-2.4.5/Utilities/Release/config_IRIX64 cmake-2.4.5/Utilities/Release/config_Linux cmake-2.4.5/Utilities/Release/config_OSF1 cmake-2.4.5/Utilities/Release/config_SunOS cmake-2.4.5/Utilities/Release/cygwin-package.sh.in cmake-2.4.5/Utilities/Release/release_dispatch.sh cmake-2.4.5/Utilities/cmcompress/ cmake-2.4.5/Utilities/cmcompress/CMakeLists.txt cmake-2.4.5/Utilities/cmcompress/cmcompress.c cmake-2.4.5/Utilities/cmcompress/cmcompress.h cmake-2.4.5/Utilities/cmcurl/ cmake-2.4.5/Utilities/cmcurl/CMakeLists.txt cmake-2.4.5/Utilities/cmcurl/amigaos.c cmake-2.4.5/Utilities/cmcurl/amigaos.h cmake-2.4.5/Utilities/cmcurl/arpa_telnet.h cmake-2.4.5/Utilities/cmcurl/base64.c cmake-2.4.5/Utilities/cmcurl/base64.h cmake-2.4.5/Utilities/cmcurl/ca-bundle.h cmake-2.4.5/Utilities/cmcurl/config.h.in cmake-2.4.5/Utilities/cmcurl/connect.c cmake-2.4.5/Utilities/cmcurl/connect.h cmake-2.4.5/Utilities/cmcurl/content_encoding.c cmake-2.4.5/Utilities/cmcurl/content_encoding.h cmake-2.4.5/Utilities/cmcurl/cookie.c cmake-2.4.5/Utilities/cmcurl/cookie.h cmake-2.4.5/Utilities/cmcurl/curl.copyright cmake-2.4.5/Utilities/cmcurl/curl_memory.h cmake-2.4.5/Utilities/cmcurl/curlx.h cmake-2.4.5/Utilities/cmcurl/dict.c cmake-2.4.5/Utilities/cmcurl/dict.h cmake-2.4.5/Utilities/cmcurl/easy.c cmake-2.4.5/Utilities/cmcurl/escape.c cmake-2.4.5/Utilities/cmcurl/escape.h cmake-2.4.5/Utilities/cmcurl/file.c cmake-2.4.5/Utilities/cmcurl/file.h cmake-2.4.5/Utilities/cmcurl/formdata.c cmake-2.4.5/Utilities/cmcurl/formdata.h cmake-2.4.5/Utilities/cmcurl/ftp.c cmake-2.4.5/Utilities/cmcurl/ftp.h cmake-2.4.5/Utilities/cmcurl/getdate.c cmake-2.4.5/Utilities/cmcurl/getdate.h cmake-2.4.5/Utilities/cmcurl/getenv.c cmake-2.4.5/Utilities/cmcurl/getinfo.c cmake-2.4.5/Utilities/cmcurl/getinfo.h cmake-2.4.5/Utilities/cmcurl/hash.c cmake-2.4.5/Utilities/cmcurl/hash.h cmake-2.4.5/Utilities/cmcurl/hostares.c cmake-2.4.5/Utilities/cmcurl/hostasyn.c cmake-2.4.5/Utilities/cmcurl/hostip.c cmake-2.4.5/Utilities/cmcurl/hostip.h cmake-2.4.5/Utilities/cmcurl/hostip4.c cmake-2.4.5/Utilities/cmcurl/hostip6.c cmake-2.4.5/Utilities/cmcurl/hostsyn.c cmake-2.4.5/Utilities/cmcurl/hostthre.c cmake-2.4.5/Utilities/cmcurl/http.c cmake-2.4.5/Utilities/cmcurl/http.h cmake-2.4.5/Utilities/cmcurl/http_chunks.c cmake-2.4.5/Utilities/cmcurl/http_chunks.h cmake-2.4.5/Utilities/cmcurl/http_digest.c cmake-2.4.5/Utilities/cmcurl/http_digest.h cmake-2.4.5/Utilities/cmcurl/http_negotiate.c cmake-2.4.5/Utilities/cmcurl/http_negotiate.h cmake-2.4.5/Utilities/cmcurl/http_ntlm.c cmake-2.4.5/Utilities/cmcurl/http_ntlm.h cmake-2.4.5/Utilities/cmcurl/if2ip.c cmake-2.4.5/Utilities/cmcurl/if2ip.h cmake-2.4.5/Utilities/cmcurl/inet_ntoa_r.h cmake-2.4.5/Utilities/cmcurl/inet_ntop.c cmake-2.4.5/Utilities/cmcurl/inet_ntop.h cmake-2.4.5/Utilities/cmcurl/inet_pton.c cmake-2.4.5/Utilities/cmcurl/inet_pton.h cmake-2.4.5/Utilities/cmcurl/krb4.c cmake-2.4.5/Utilities/cmcurl/krb4.h cmake-2.4.5/Utilities/cmcurl/ldap.c cmake-2.4.5/Utilities/cmcurl/ldap.h cmake-2.4.5/Utilities/cmcurl/llist.c cmake-2.4.5/Utilities/cmcurl/llist.h cmake-2.4.5/Utilities/cmcurl/md5.c cmake-2.4.5/Utilities/cmcurl/md5.h cmake-2.4.5/Utilities/cmcurl/memdebug.c cmake-2.4.5/Utilities/cmcurl/memdebug.h cmake-2.4.5/Utilities/cmcurl/mprintf.c cmake-2.4.5/Utilities/cmcurl/multi.c cmake-2.4.5/Utilities/cmcurl/netrc.c cmake-2.4.5/Utilities/cmcurl/netrc.h cmake-2.4.5/Utilities/cmcurl/nwlib.c cmake-2.4.5/Utilities/cmcurl/progress.c cmake-2.4.5/Utilities/cmcurl/progress.h cmake-2.4.5/Utilities/cmcurl/security.c cmake-2.4.5/Utilities/cmcurl/security.h cmake-2.4.5/Utilities/cmcurl/sendf.c cmake-2.4.5/Utilities/cmcurl/sendf.h cmake-2.4.5/Utilities/cmcurl/setup.h cmake-2.4.5/Utilities/cmcurl/share.c cmake-2.4.5/Utilities/cmcurl/share.h cmake-2.4.5/Utilities/cmcurl/speedcheck.c cmake-2.4.5/Utilities/cmcurl/speedcheck.h cmake-2.4.5/Utilities/cmcurl/ssluse.c cmake-2.4.5/Utilities/cmcurl/ssluse.h cmake-2.4.5/Utilities/cmcurl/strequal.c cmake-2.4.5/Utilities/cmcurl/strequal.h cmake-2.4.5/Utilities/cmcurl/strerror.c cmake-2.4.5/Utilities/cmcurl/strerror.h cmake-2.4.5/Utilities/cmcurl/strtok.c cmake-2.4.5/Utilities/cmcurl/strtok.h cmake-2.4.5/Utilities/cmcurl/strtoofft.c cmake-2.4.5/Utilities/cmcurl/strtoofft.h cmake-2.4.5/Utilities/cmcurl/telnet.c cmake-2.4.5/Utilities/cmcurl/telnet.h cmake-2.4.5/Utilities/cmcurl/timeval.c cmake-2.4.5/Utilities/cmcurl/timeval.h cmake-2.4.5/Utilities/cmcurl/transfer.c cmake-2.4.5/Utilities/cmcurl/transfer.h cmake-2.4.5/Utilities/cmcurl/url.c cmake-2.4.5/Utilities/cmcurl/url.h cmake-2.4.5/Utilities/cmcurl/urldata.h cmake-2.4.5/Utilities/cmcurl/version.c cmake-2.4.5/Utilities/cmcurl/CMake/ cmake-2.4.5/Utilities/cmcurl/CMake/CheckTypeSize.c.in cmake-2.4.5/Utilities/cmcurl/CMake/CheckTypeSize.cmake cmake-2.4.5/Utilities/cmcurl/CMake/CurlTests.c cmake-2.4.5/Utilities/cmcurl/Platforms/ cmake-2.4.5/Utilities/cmcurl/Platforms/WindowsCache.cmake cmake-2.4.5/Utilities/cmcurl/Platforms/config-aix.h cmake-2.4.5/Utilities/cmcurl/Testing/ cmake-2.4.5/Utilities/cmcurl/Testing/CMakeLists.txt cmake-2.4.5/Utilities/cmcurl/Testing/curlgtk.c cmake-2.4.5/Utilities/cmcurl/Testing/curltest.c cmake-2.4.5/Utilities/cmcurl/Testing/ftpget.c cmake-2.4.5/Utilities/cmcurl/Testing/ftpgetresp.c cmake-2.4.5/Utilities/cmcurl/Testing/ftpupload.c cmake-2.4.5/Utilities/cmcurl/Testing/getinmemory.c cmake-2.4.5/Utilities/cmcurl/Testing/http-post.c cmake-2.4.5/Utilities/cmcurl/Testing/httpput.c cmake-2.4.5/Utilities/cmcurl/Testing/multithread.c cmake-2.4.5/Utilities/cmcurl/Testing/persistant.c cmake-2.4.5/Utilities/cmcurl/Testing/postit2.c cmake-2.4.5/Utilities/cmcurl/Testing/sepheaders.c cmake-2.4.5/Utilities/cmcurl/Testing/simple.c cmake-2.4.5/Utilities/cmcurl/Testing/simplessl.c cmake-2.4.5/Utilities/cmcurl/Testing/testconfig.h.in cmake-2.4.5/Utilities/cmcurl/Testing/win32sockets.c cmake-2.4.5/Utilities/cmcurl/curl/ cmake-2.4.5/Utilities/cmcurl/curl/curl.h cmake-2.4.5/Utilities/cmcurl/curl/curlver.h cmake-2.4.5/Utilities/cmcurl/curl/easy.h cmake-2.4.5/Utilities/cmcurl/curl/mprintf.h cmake-2.4.5/Utilities/cmcurl/curl/multi.h cmake-2.4.5/Utilities/cmcurl/curl/stdcheaders.h cmake-2.4.5/Utilities/cmcurl/curl/types.h cmake-2.4.5/Utilities/cmexpat/ cmake-2.4.5/Utilities/cmexpat/.NoDartCoverage cmake-2.4.5/Utilities/cmexpat/CMakeLists.txt cmake-2.4.5/Utilities/cmexpat/COPYING cmake-2.4.5/Utilities/cmexpat/ascii.h cmake-2.4.5/Utilities/cmexpat/asciitab.h cmake-2.4.5/Utilities/cmexpat/cm_expat_mangle.h cmake-2.4.5/Utilities/cmexpat/expat.h cmake-2.4.5/Utilities/cmexpat/expatConfig.h.in cmake-2.4.5/Utilities/cmexpat/expatDllConfig.h.in cmake-2.4.5/Utilities/cmexpat/iasciitab.h cmake-2.4.5/Utilities/cmexpat/latin1tab.h cmake-2.4.5/Utilities/cmexpat/nametab.h cmake-2.4.5/Utilities/cmexpat/utf8tab.h cmake-2.4.5/Utilities/cmexpat/xmlparse.c cmake-2.4.5/Utilities/cmexpat/xmlrole.c cmake-2.4.5/Utilities/cmexpat/xmlrole.h cmake-2.4.5/Utilities/cmexpat/xmltok.c cmake-2.4.5/Utilities/cmexpat/xmltok.h cmake-2.4.5/Utilities/cmexpat/xmltok_impl.c cmake-2.4.5/Utilities/cmexpat/xmltok_impl.h cmake-2.4.5/Utilities/cmexpat/xmltok_ns.c cmake-2.4.5/Utilities/cmtar/ cmake-2.4.5/Utilities/cmtar/CMakeLists.txt cmake-2.4.5/Utilities/cmtar/COPYRIGHT cmake-2.4.5/Utilities/cmtar/append.c cmake-2.4.5/Utilities/cmtar/block.c cmake-2.4.5/Utilities/cmtar/config.h.in cmake-2.4.5/Utilities/cmtar/decode.c cmake-2.4.5/Utilities/cmtar/encode.c cmake-2.4.5/Utilities/cmtar/extract.c cmake-2.4.5/Utilities/cmtar/filesystem.c cmake-2.4.5/Utilities/cmtar/filesystem.h cmake-2.4.5/Utilities/cmtar/handle.c cmake-2.4.5/Utilities/cmtar/internal.h cmake-2.4.5/Utilities/cmtar/libtar.c cmake-2.4.5/Utilities/cmtar/libtar.h cmake-2.4.5/Utilities/cmtar/output.c cmake-2.4.5/Utilities/cmtar/tar.h cmake-2.4.5/Utilities/cmtar/util.c cmake-2.4.5/Utilities/cmtar/wrapper.c cmake-2.4.5/Utilities/cmtar/compat/ cmake-2.4.5/Utilities/cmtar/compat/README cmake-2.4.5/Utilities/cmtar/compat/basename.c cmake-2.4.5/Utilities/cmtar/compat/compat.h cmake-2.4.5/Utilities/cmtar/compat/dirname.c cmake-2.4.5/Utilities/cmtar/compat/fnmatch.c cmake-2.4.5/Utilities/cmtar/compat/gethostbyname_r.c cmake-2.4.5/Utilities/cmtar/compat/gethostname.c cmake-2.4.5/Utilities/cmtar/compat/getservbyname_r.c cmake-2.4.5/Utilities/cmtar/compat/glob.c cmake-2.4.5/Utilities/cmtar/compat/inet_aton.c cmake-2.4.5/Utilities/cmtar/compat/snprintf.c cmake-2.4.5/Utilities/cmtar/compat/strdup.c cmake-2.4.5/Utilities/cmtar/compat/strlcat.c cmake-2.4.5/Utilities/cmtar/compat/strlcpy.c cmake-2.4.5/Utilities/cmtar/compat/strmode.c cmake-2.4.5/Utilities/cmtar/compat/strrstr.c cmake-2.4.5/Utilities/cmtar/compat/strsep.c cmake-2.4.5/Utilities/cmtar/listhash/ cmake-2.4.5/Utilities/cmtar/listhash/hash.c.in cmake-2.4.5/Utilities/cmtar/listhash/list.c.in cmake-2.4.5/Utilities/cmtar/listhash/listhash.h.in cmake-2.4.5/Utilities/cmxmlrpc/ cmake-2.4.5/Utilities/cmxmlrpc/CMakeLists.txt cmake-2.4.5/Utilities/cmxmlrpc/XmlRpcCpp.cpp cmake-2.4.5/Utilities/cmxmlrpc/XmlRpcCpp.h cmake-2.4.5/Utilities/cmxmlrpc/bool.h cmake-2.4.5/Utilities/cmxmlrpc/casprintf.c cmake-2.4.5/Utilities/cmxmlrpc/casprintf.h cmake-2.4.5/Utilities/cmxmlrpc/inline.h cmake-2.4.5/Utilities/cmxmlrpc/linklist.h cmake-2.4.5/Utilities/cmxmlrpc/mallocvar.h cmake-2.4.5/Utilities/cmxmlrpc/synch_client.c cmake-2.4.5/Utilities/cmxmlrpc/transport_config.h cmake-2.4.5/Utilities/cmxmlrpc/win32_pthreads.c cmake-2.4.5/Utilities/cmxmlrpc/xmlrpc.h cmake-2.4.5/Utilities/cmxmlrpc/xmlrpc_amconfig.h.in cmake-2.4.5/Utilities/cmxmlrpc/xmlrpc_array.c cmake-2.4.5/Utilities/cmxmlrpc/xmlrpc_authcookie.c cmake-2.4.5/Utilities/cmxmlrpc/xmlrpc_base64.c cmake-2.4.5/Utilities/cmxmlrpc/xmlrpc_cgi.c cmake-2.4.5/Utilities/cmxmlrpc/xmlrpc_cgi.h cmake-2.4.5/Utilities/cmxmlrpc/xmlrpc_client.c cmake-2.4.5/Utilities/cmxmlrpc/xmlrpc_client.h cmake-2.4.5/Utilities/cmxmlrpc/xmlrpc_client_int.h cmake-2.4.5/Utilities/cmxmlrpc/xmlrpc_config.h.in cmake-2.4.5/Utilities/cmxmlrpc/xmlrpc_curl_transport.c cmake-2.4.5/Utilities/cmxmlrpc/xmlrpc_curl_transport.h cmake-2.4.5/Utilities/cmxmlrpc/xmlrpc_data.c cmake-2.4.5/Utilities/cmxmlrpc/xmlrpc_expat.c cmake-2.4.5/Utilities/cmxmlrpc/xmlrpc_int.h cmake-2.4.5/Utilities/cmxmlrpc/xmlrpc_libxml2.c cmake-2.4.5/Utilities/cmxmlrpc/xmlrpc_parse.c cmake-2.4.5/Utilities/cmxmlrpc/xmlrpc_pthreads.h cmake-2.4.5/Utilities/cmxmlrpc/xmlrpc_registry.c cmake-2.4.5/Utilities/cmxmlrpc/xmlrpc_serialize.c cmake-2.4.5/Utilities/cmxmlrpc/xmlrpc_server.h cmake-2.4.5/Utilities/cmxmlrpc/xmlrpc_server_abyss.c cmake-2.4.5/Utilities/cmxmlrpc/xmlrpc_server_abyss.h cmake-2.4.5/Utilities/cmxmlrpc/xmlrpc_server_abyss_int.h cmake-2.4.5/Utilities/cmxmlrpc/xmlrpc_struct.c cmake-2.4.5/Utilities/cmxmlrpc/xmlrpc_strutil.c cmake-2.4.5/Utilities/cmxmlrpc/xmlrpc_support.c cmake-2.4.5/Utilities/cmxmlrpc/xmlrpc_transport.c cmake-2.4.5/Utilities/cmxmlrpc/xmlrpc_transport.h cmake-2.4.5/Utilities/cmxmlrpc/xmlrpc_utf8.c cmake-2.4.5/Utilities/cmxmlrpc/xmlrpc_xmlparser.h cmake-2.4.5/Utilities/cmxmlrpc/CMake/ cmake-2.4.5/Utilities/cmxmlrpc/CMake/TryCompileFromSource.cmake cmake-2.4.5/Utilities/cmzlib/ cmake-2.4.5/Utilities/cmzlib/.NoDartCoverage cmake-2.4.5/Utilities/cmzlib/CMakeLists.txt cmake-2.4.5/Utilities/cmzlib/adler32.c cmake-2.4.5/Utilities/cmzlib/cm_zlib_mangle.h cmake-2.4.5/Utilities/cmzlib/compress.c cmake-2.4.5/Utilities/cmzlib/crc32.c cmake-2.4.5/Utilities/cmzlib/deflate.c cmake-2.4.5/Utilities/cmzlib/deflate.h cmake-2.4.5/Utilities/cmzlib/example.c cmake-2.4.5/Utilities/cmzlib/gzio.c cmake-2.4.5/Utilities/cmzlib/infblock.c cmake-2.4.5/Utilities/cmzlib/infblock.h cmake-2.4.5/Utilities/cmzlib/infcodes.c cmake-2.4.5/Utilities/cmzlib/infcodes.h cmake-2.4.5/Utilities/cmzlib/inffast.c cmake-2.4.5/Utilities/cmzlib/inffast.h cmake-2.4.5/Utilities/cmzlib/inffixed.h cmake-2.4.5/Utilities/cmzlib/inflate.c cmake-2.4.5/Utilities/cmzlib/inftrees.c cmake-2.4.5/Utilities/cmzlib/inftrees.h cmake-2.4.5/Utilities/cmzlib/infutil.c cmake-2.4.5/Utilities/cmzlib/infutil.h cmake-2.4.5/Utilities/cmzlib/maketree.c cmake-2.4.5/Utilities/cmzlib/minigzip.c cmake-2.4.5/Utilities/cmzlib/trees.c cmake-2.4.5/Utilities/cmzlib/trees.h cmake-2.4.5/Utilities/cmzlib/uncompr.c cmake-2.4.5/Utilities/cmzlib/zconf.h cmake-2.4.5/Utilities/cmzlib/zlib.def cmake-2.4.5/Utilities/cmzlib/zlib.h cmake-2.4.5/Utilities/cmzlib/zlib.rc cmake-2.4.5/Utilities/cmzlib/zlibDllConfig.h.in cmake-2.4.5/Utilities/cmzlib/zutil.c cmake-2.4.5/Utilities/cmzlib/zutil.h cmake-2.4.5/debian/ cmake-2.4.5/debian/CMakeSetup.1 cmake-2.4.5/debian/README.Debian cmake-2.4.5/debian/changelog cmake-2.4.5/debian/cmake.emacsen-startup cmake-2.4.5/debian/cmake.manpages cmake-2.4.5/debian/cmake.menu cmake-2.4.5/debian/cmake.xpm cmake-2.4.5/debian/cmaketest.1 cmake-2.4.5/debian/control cmake-2.4.5/debian/copyright cmake-2.4.5/debian/cpack.1 cmake-2.4.5/debian/dirs cmake-2.4.5/debian/docs cmake-2.4.5/debian/doxygen.config cmake-2.4.5/debian/rules sent 15018870 bytes received 41224 bytes 30120188.00 bytes/sec total size is 14885024 speedup is 0.99 # # Make sure no update occur less than 1 seconds after the end of the rsync. # If an update can occur within less than 1 second, the -c (checksum) rsync option # *must* be used to ensure that the rsync is accurate and this slows down # the rsync a great deal. By loosing a second here you can save many seconds # later because rsync can rely on the file date and size to figure out which # files are identical. # sleep 1 : : Copy the patches to current directory and include the : package name in their file name : eval tarbal=cmake/cmake*[0-9].tar.gz ; \ version=$(expr $tarbal : '.*-\(.*\).tar.gz') ; \ if [ -f cmake/cmake-*[0-9]/debian/patches/00list ] ; then \ for patch in cmake/cmake-*[0-9]/debian/patches/*.dpatch ; do \ base=$(basename $patch) ; \ cp -a $patch cmake ; \ cp -a $patch cmake/cmake-debian-$base ; \ done ; \ fi rm -fr gnulinux/debian/dapper/src mkdir -p gnulinux/debian/dapper/src if [ -f cmake/*/debian/control.dapper ] ; then \ cd gnulinux/debian/dapper/src ; \ dpkg-source -x ../../../../cmake/*.dsc ; \ cp cmake-*/debian/control.dapper cmake-*/debian/control ; \ dpkg-source -b cmake-*[0-9] cmake_*.tar.gz ; \ elif [ -d cmake/dapper ] ; then \ rsync -av cmake/dapper/*.{dsc,gz} gnulinux/debian/dapper/src ; \ else \ rsync -av cmake/*.{dsc,gz} gnulinux/debian/dapper/src ; \ fi building file list ... done cmake_2.4.5-1.diff.gz cmake_2.4.5-1.dsc cmake_2.4.5.orig.tar.gz sent 2624224 bytes received 86 bytes 5248620.00 bytes/sec total size is 2623678 speedup is 1.00 make[1]: Leaving directory `/usr/src/cmake' make[1]: Entering directory `/usr/src/cmake' lsmod | grep unionfs > /dev/null || modprobe unionfs mkdir -p /usr/src/cmake/build/debian/dapper /usr/src/cmake/build/debian/dapper.unionfs if ! unionctl --query /usr/src/cmake/build/debian/dapper > /dev/null 2>&1 ; then mount -t unionfs -o rw,dirs=/usr/src/cmake/build/debian/dapper.unionfs=rw:/chroot/debian/dapper=ro cmake-dapper /usr/src/cmake/build/debian/dapper ; fi umount /usr/src/cmake/build/debian/dapper/proc > /dev/null 2>&1 make[1]: [pre-chroot-umounts] Error 1 (ignored) umount /usr/src/cmake/build/debian/dapper/dev/pts > /dev/null 2>&1 make[1]: [pre-chroot-umounts] Error 1 (ignored) if [ debian = debian ] ; then \ umount /usr/src/cmake/build/debian/dapper/var/cache/apt/archives > /dev/null 2>&1 ; \ elif [ debian = fedora ] ; then \ : ; \ elif [ debian = gentoo ] ; then \ umount /usr/src/cmake/build/debian/dapper/usr/local/distdir > /dev/null 2>&1 ; \ umount /usr/src/cmake/build/debian/dapper/usr/portage/packages > /dev/null 2>&1 ; \ umount /usr/src/cmake/build/debian/dapper/usr/portage > /dev/null 2>&1 ; \ fi make[1]: [pre-chroot-umounts] Error 1 (ignored) umount /usr/src/cmake/build/debian/dapper/usr/src > /dev/null 2>&1 make[1]: [pre-chroot-umounts] Error 1 (ignored) if [ debian = gentoo ] ; then \ umount /usr/src/cmake/build/debian/dapper/var/tmp/portage/homedir/.ccache > /dev/null 2>&1 ; \ else \ umount /usr/src/cmake/build/debian/dapper/root/.ccache > /dev/null 2>&1 ; \ fi make[1]: [pre-chroot-umounts] Error 1 (ignored) lsmod | grep unionfs > /dev/null || modprobe unionfs mkdir -p /usr/src/cmake/build/debian/dapper /usr/src/cmake/build/debian/dapper.unionfs if ! unionctl --query /usr/src/cmake/build/debian/dapper > /dev/null 2>&1 ; then mount -t unionfs -o rw,dirs=/usr/src/cmake/build/debian/dapper.unionfs=rw:/chroot/debian/dapper=ro cmake-dapper /usr/src/cmake/build/debian/dapper ; fi mount -t proc proc /usr/src/cmake/build/debian/dapper/proc mount -t devpts devpts /usr/src/cmake/build/debian/dapper/dev/pts if [ debian = debian ] ; then \ mkdir -p gnulinux/debian/dapper/archives/partial ; \ mount --bind gnulinux/debian/dapper/archives /usr/src/cmake/build/debian/dapper/var/cache/apt/archives ; \ elif [ debian = gentoo ] ; then \ mkdir -p /var/cache/packaging-farm/debian/distdir /usr/src/cmake/build/debian/dapper/usr/local/distdir ; \ mount --bind /var/cache/packaging-farm/debian/distdir /usr/src/cmake/build/debian/dapper/usr/local/distdir ; \ fi if [ debian = gentoo ] ; then \ mkdir -p /var/cache/packaging-farm/debian/portage/packages /usr/src/cmake/build/debian/dapper/usr/portage/packages ; \ mount --bind /var/cache/packaging-farm/debian/portage/packages /usr/src/cmake/build/debian/dapper/usr/portage/packages ; \ fi mkdir -p gnulinux/debian/dapper/src mount --bind gnulinux/debian/dapper/src /usr/src/cmake/build/debian/dapper/usr/src if [ debian = gentoo ] ; then \ mkdir -p /root/.ccache /usr/src/cmake/build/debian/dapper/var/tmp/portage/homedir/.ccache ; \ mount --bind /root/.ccache /usr/src/cmake/build/debian/dapper/var/tmp/portage/homedir/.ccache ; \ else \ mkdir -p /root/.ccache /usr/src/cmake/build/debian/dapper/root/.ccache ; \ mount --bind /root/.ccache /usr/src/cmake/build/debian/dapper/root/.ccache ; \ fi /usr/lib/pbuilder/pbuilder-satisfydepends --force-version --chroot /usr/src/cmake/build/debian/dapper --control gnulinux/debian/dapper/src/cmake*.dsc -> Attempting to parse the build-deps : pbuilder-satisfydepends,v 1.27 2006/05/22 02:18:00 dancer Exp $ -> Considering debhelper (>> 5.0.0) -> Trying debhelper -> Considering libncurses5-dev -> Trying libncurses5-dev -> Considering tcl8.4 -> Trying tcl8.4 -> Installing debhelper libncurses5-dev tcl8.4 Reading package lists... Building dependency tree... The following extra packages will be installed: debconf-utils html2text po-debconf Suggested packages: dh-make tclreadline Recommended packages: libmail-sendmail-perl libcompress-zlib-perl The following NEW packages will be installed: debconf-utils debhelper html2text libncurses5-dev po-debconf tcl8.4 0 upgraded, 6 newly installed, 0 to remove and 0 not upgraded. Need to get 3168kB of archives. After unpacking 11.2MB of additional disk space will be used. WARNING: The following packages cannot be authenticated! debconf-utils html2text po-debconf debhelper libncurses5-dev tcl8.4 Get:1 http://fr2.archive.ubuntu.com dapper/main debconf-utils 1.4.72ubuntu9 [30.9kB] Get:2 http://fr2.archive.ubuntu.com dapper/main html2text 1.3.2a-3 [95.5kB] Get:3 http://fr2.archive.ubuntu.com dapper/main po-debconf 0.9.2 [103kB] Get:4 http://fr2.archive.ubuntu.com dapper/main debhelper 5.0.7ubuntu13 [506kB] Get:5 http://fr2.archive.ubuntu.com dapper/main libncurses5-dev 5.5-1ubuntu3 [1307kB] Get:6 http://fr2.archive.ubuntu.com dapper/main tcl8.4 8.4.12-0ubuntu1 [1126kB] debconf: delaying package configuration, since apt-utils is not installed Fetched 3168kB in 3s (851kB/s) Selecting previously deselected package debconf-utils. (Reading database ... 9879 files and directories currently installed.) Unpacking debconf-utils (from .../debconf-utils_1.4.72ubuntu9_all.deb) ... Selecting previously deselected package html2text. Unpacking html2text (from .../html2text_1.3.2a-3_i386.deb) ... Selecting previously deselected package po-debconf. Unpacking po-debconf (from .../po-debconf_0.9.2_all.deb) ... Selecting previously deselected package debhelper. Unpacking debhelper (from .../debhelper_5.0.7ubuntu13_all.deb) ... Selecting previously deselected package libncurses5-dev. Unpacking libncurses5-dev (from .../libncurses5-dev_5.5-1ubuntu3_i386.deb) ... Selecting previously deselected package tcl8.4. Unpacking tcl8.4 (from .../tcl8.4_8.4.12-0ubuntu1_i386.deb) ... Setting up debconf-utils (1.4.72ubuntu9) ... Setting up html2text (1.3.2a-3) ... Setting up po-debconf (0.9.2) ... Setting up debhelper (5.0.7ubuntu13) ... Setting up libncurses5-dev (5.5-1ubuntu3) ... Setting up tcl8.4 (8.4.12-0ubuntu1) ... -> Finished parsing the build-deps cp -a /usr/lib/packaging-farm/debian/debuild.sh /usr/src/cmake/build/debian/dapper/usr/src chroot /usr/src/cmake/build/debian/dapper sh -c "cd /usr/src && DISTRIBUTION=dapper PACKAGE=cmake DEB_BUILD_OPTIONS='' ./debuild.sh" dpkg-source: extracting cmake in cmake-2.4.5 dpkg-source: unpacking cmake_2.4.5.orig.tar.gz tar: Read 4608 bytes from - dpkg-source: applying ./cmake_2.4.5-1.diff.gz dpkg-buildpackage: source package is cmake dpkg-buildpackage: source version is 2.4.5-1 dpkg-buildpackage: source changed by A. Maitland Bottoms dpkg-buildpackage: host architecture i386 debian/rules clean make[2]: Entering directory `/usr/src/cmake-2.4.5' dh_testdir dh_testroot rm -f build-stamp configure-stamp # Add here commands to clean up after the build process. #if [ -x Source/cmake ]; then /usr/bin/make clean ; fi #rm -f config.cache #rm -f config.status rm -rf Build rm -rf debian/cmake rm -f debian/cmake.emacsen-install rm -f debian/ccmake.1 debian/cmake.1 debian/ctest.1 dh_clean make[2]: Leaving directory `/usr/src/cmake-2.4.5' debian/rules build make[2]: Entering directory `/usr/src/cmake-2.4.5' dh_testdir # Add here commands to configure the package. # pre-load the cache to avoid setting rpath: mkdir -p Build echo CMAKE_SKIP_RPATH:BOOL=YES > Build/CMakeCache.txt #echo TARGET_VERSION:STRING= >> Build/CMakeCache.txt #echo TARGET_SOVERSION:STRING= >> Build/CMakeCache.txt #echo BUILD_DOCUMENTATION:BOOL=ON >> Build/CMakeCache.txt #echo BUILD_DOXYGEN:BOOL=ON >> Build/CMakeCache.txt #echo BUILD_WXDialog:BOOL=ON >> Build/CMakeCache.txt (if [[ DONT_USE_DART == "USE_DART" ]]; then echo DART_ROOT:PATH=/usr/share/Dart >> Build/CMakeCache.txt; fi) echo VERBOSE_BUILD:BOOL=ON >> Build/CMakeCache.txt echo CMAKE_C_FLAGS:STRING=-Wall -g -O2 >> Build/CMakeCache.txt echo CMAKE_CXX_FLAGS:STRING=-Wall -g -O2 >> Build/CMakeCache.txt (if [[ DONT_USE_DART == "USE_DART" ]]; then echo BUILDNAME:STRING=cmake_2.2.3-1_i386.deb >> Build/CMakeCache.txt; fi) (cd Build ; ../bootstrap --prefix=/usr --docdir=/share/doc/cmake --mandir=/share/man) --------------------------------------------- CMake 2.4-5, Copyright (c) 2006 Kitware, Inc., Insight Consortium C compiler on this system is: cc C++ compiler on this system is: g++ Makefile processor on this system is: make g++ is GNU compiler g++ has STL in std:: namespace g++ has ANSI streams g++ has streams in std:: namespace g++ has sstream g++ has operator!=(string, char*) g++ has stl iterator_traits g++ has standard template allocator g++ has allocator<>::rebind<> g++ does not have non-standard allocator<>::max_size argument g++ has stl containers supporting allocator objects g++ has header cstddef g++ requires template friends to use <> g++ supports member templates g++ has standard template specialization syntax g++ has argument dependent lookup g++ has struct stat with st_mtim member g++ has ANSI for scoping --------------------------------------------- make[3]: Entering directory `/usr/src/cmake-2.4.5/Build/Bootstrap.cmk' g++ -I/usr/src/cmake-2.4.5/Source -I/usr/src/cmake-2.4.5/Build/Bootstrap.cmk -c /usr/src/cmake-2.4.5/Source/cmake.cxx -o cmake.o g++ -I/usr/src/cmake-2.4.5/Source -I/usr/src/cmake-2.4.5/Build/Bootstrap.cmk -c /usr/src/cmake-2.4.5/Source/cmakemain.cxx -o cmakemain.o g++ -I/usr/src/cmake-2.4.5/Source -I/usr/src/cmake-2.4.5/Build/Bootstrap.cmk -c /usr/src/cmake-2.4.5/Source/cmakewizard.cxx -o cmakewizard.o g++ -I/usr/src/cmake-2.4.5/Source -I/usr/src/cmake-2.4.5/Build/Bootstrap.cmk -c /usr/src/cmake-2.4.5/Source/cmCommandArgumentLexer.cxx -o cmCommandArgumentLexer.o g++ -I/usr/src/cmake-2.4.5/Source -I/usr/src/cmake-2.4.5/Build/Bootstrap.cmk -c /usr/src/cmake-2.4.5/Source/cmCommandArgumentParser.cxx -o cmCommandArgumentParser.o g++ -I/usr/src/cmake-2.4.5/Source -I/usr/src/cmake-2.4.5/Build/Bootstrap.cmk -c /usr/src/cmake-2.4.5/Source/cmCommandArgumentParserHelper.cxx -o cmCommandArgumentParserHelper.o g++ -I/usr/src/cmake-2.4.5/Source -I/usr/src/cmake-2.4.5/Build/Bootstrap.cmk -c /usr/src/cmake-2.4.5/Source/cmDepends.cxx -o cmDepends.o g++ -I/usr/src/cmake-2.4.5/Source -I/usr/src/cmake-2.4.5/Build/Bootstrap.cmk -c /usr/src/cmake-2.4.5/Source/cmDependsC.cxx -o cmDependsC.o g++ -I/usr/src/cmake-2.4.5/Source -I/usr/src/cmake-2.4.5/Build/Bootstrap.cmk -c /usr/src/cmake-2.4.5/Source/cmMakeDepend.cxx -o cmMakeDepend.o g++ -I/usr/src/cmake-2.4.5/Source -I/usr/src/cmake-2.4.5/Build/Bootstrap.cmk -c /usr/src/cmake-2.4.5/Source/cmMakefile.cxx -o cmMakefile.o g++ -I/usr/src/cmake-2.4.5/Source -I/usr/src/cmake-2.4.5/Build/Bootstrap.cmk -c /usr/src/cmake-2.4.5/Source/cmGeneratedFileStream.cxx -o cmGeneratedFileStream.o g++ -I/usr/src/cmake-2.4.5/Source -I/usr/src/cmake-2.4.5/Build/Bootstrap.cmk -c /usr/src/cmake-2.4.5/Source/cmGlobalGenerator.cxx -o cmGlobalGenerator.o g++ -I/usr/src/cmake-2.4.5/Source -I/usr/src/cmake-2.4.5/Build/Bootstrap.cmk -c /usr/src/cmake-2.4.5/Source/cmLocalGenerator.cxx -o cmLocalGenerator.o g++ -I/usr/src/cmake-2.4.5/Source -I/usr/src/cmake-2.4.5/Build/Bootstrap.cmk -c /usr/src/cmake-2.4.5/Source/cmInstallGenerator.cxx -o cmInstallGenerator.o g++ -I/usr/src/cmake-2.4.5/Source -I/usr/src/cmake-2.4.5/Build/Bootstrap.cmk -c /usr/src/cmake-2.4.5/Source/cmInstallFilesGenerator.cxx -o cmInstallFilesGenerator.o g++ -I/usr/src/cmake-2.4.5/Source -I/usr/src/cmake-2.4.5/Build/Bootstrap.cmk -c /usr/src/cmake-2.4.5/Source/cmInstallScriptGenerator.cxx -o cmInstallScriptGenerator.o g++ -I/usr/src/cmake-2.4.5/Source -I/usr/src/cmake-2.4.5/Build/Bootstrap.cmk -c /usr/src/cmake-2.4.5/Source/cmInstallTargetGenerator.cxx -o cmInstallTargetGenerator.o g++ -I/usr/src/cmake-2.4.5/Source -I/usr/src/cmake-2.4.5/Build/Bootstrap.cmk -c /usr/src/cmake-2.4.5/Source/cmSourceFile.cxx -o cmSourceFile.o g++ -I/usr/src/cmake-2.4.5/Source -I/usr/src/cmake-2.4.5/Build/Bootstrap.cmk -c /usr/src/cmake-2.4.5/Source/cmSystemTools.cxx -o cmSystemTools.o g++ -I/usr/src/cmake-2.4.5/Source -I/usr/src/cmake-2.4.5/Build/Bootstrap.cmk -c /usr/src/cmake-2.4.5/Source/cmFileTimeComparison.cxx -o cmFileTimeComparison.o g++ -I/usr/src/cmake-2.4.5/Source -I/usr/src/cmake-2.4.5/Build/Bootstrap.cmk -c /usr/src/cmake-2.4.5/Source/cmGlobalUnixMakefileGenerator3.cxx -o cmGlobalUnixMakefileGenerator3.o g++ -I/usr/src/cmake-2.4.5/Source -I/usr/src/cmake-2.4.5/Build/Bootstrap.cmk -c /usr/src/cmake-2.4.5/Source/cmLocalUnixMakefileGenerator3.cxx -o cmLocalUnixMakefileGenerator3.o g++ -I/usr/src/cmake-2.4.5/Source -I/usr/src/cmake-2.4.5/Build/Bootstrap.cmk -c /usr/src/cmake-2.4.5/Source/cmMakefileExecutableTargetGenerator.cxx -o cmMakefileExecutableTargetGenerator.o g++ -I/usr/src/cmake-2.4.5/Source -I/usr/src/cmake-2.4.5/Build/Bootstrap.cmk -c /usr/src/cmake-2.4.5/Source/cmMakefileLibraryTargetGenerator.cxx -o cmMakefileLibraryTargetGenerator.o g++ -I/usr/src/cmake-2.4.5/Source -I/usr/src/cmake-2.4.5/Build/Bootstrap.cmk -c /usr/src/cmake-2.4.5/Source/cmMakefileTargetGenerator.cxx -o cmMakefileTargetGenerator.o g++ -I/usr/src/cmake-2.4.5/Source -I/usr/src/cmake-2.4.5/Build/Bootstrap.cmk -c /usr/src/cmake-2.4.5/Source/cmMakefileUtilityTargetGenerator.cxx -o cmMakefileUtilityTargetGenerator.o g++ -I/usr/src/cmake-2.4.5/Source -I/usr/src/cmake-2.4.5/Build/Bootstrap.cmk -c /usr/src/cmake-2.4.5/Source/cmBootstrapCommands.cxx -o cmBootstrapCommands.o g++ -I/usr/src/cmake-2.4.5/Source -I/usr/src/cmake-2.4.5/Build/Bootstrap.cmk -c /usr/src/cmake-2.4.5/Source/cmCommands.cxx -o cmCommands.o g++ -I/usr/src/cmake-2.4.5/Source -I/usr/src/cmake-2.4.5/Build/Bootstrap.cmk -c /usr/src/cmake-2.4.5/Source/cmTarget.cxx -o cmTarget.o g++ -I/usr/src/cmake-2.4.5/Source -I/usr/src/cmake-2.4.5/Build/Bootstrap.cmk -c /usr/src/cmake-2.4.5/Source/cmTest.cxx -o cmTest.o g++ -I/usr/src/cmake-2.4.5/Source -I/usr/src/cmake-2.4.5/Build/Bootstrap.cmk -c /usr/src/cmake-2.4.5/Source/cmCustomCommand.cxx -o cmCustomCommand.o g++ -I/usr/src/cmake-2.4.5/Source -I/usr/src/cmake-2.4.5/Build/Bootstrap.cmk -c /usr/src/cmake-2.4.5/Source/cmCacheManager.cxx -o cmCacheManager.o g++ -I/usr/src/cmake-2.4.5/Source -I/usr/src/cmake-2.4.5/Build/Bootstrap.cmk -c /usr/src/cmake-2.4.5/Source/cmListFileCache.cxx -o cmListFileCache.o g++ -I/usr/src/cmake-2.4.5/Source -I/usr/src/cmake-2.4.5/Build/Bootstrap.cmk -c /usr/src/cmake-2.4.5/Source/cmOrderLinkDirectories.cxx -o cmOrderLinkDirectories.o cc -I/usr/src/cmake-2.4.5/Source -I/usr/src/cmake-2.4.5/Build/Bootstrap.cmk -c /usr/src/cmake-2.4.5/Source/cmListFileLexer.c -o cmListFileLexer.o g++ -I/usr/src/cmake-2.4.5/Source -I/usr/src/cmake-2.4.5/Build/Bootstrap.cmk -DKWSYS_NAMESPACE=cmsys -c /usr/src/cmake-2.4.5/Source/kwsys/Directory.cxx -o Directory.o g++ -I/usr/src/cmake-2.4.5/Source -I/usr/src/cmake-2.4.5/Build/Bootstrap.cmk -DKWSYS_NAMESPACE=cmsys -c /usr/src/cmake-2.4.5/Source/kwsys/Glob.cxx -o Glob.o g++ -I/usr/src/cmake-2.4.5/Source -I/usr/src/cmake-2.4.5/Build/Bootstrap.cmk -DKWSYS_NAMESPACE=cmsys -c /usr/src/cmake-2.4.5/Source/kwsys/RegularExpression.cxx -o RegularExpression.o g++ -I/usr/src/cmake-2.4.5/Source -I/usr/src/cmake-2.4.5/Build/Bootstrap.cmk -DKWSYS_NAMESPACE=cmsys -c /usr/src/cmake-2.4.5/Source/kwsys/SystemTools.cxx -o SystemTools.o cc -I/usr/src/cmake-2.4.5/Source -I/usr/src/cmake-2.4.5/Build/Bootstrap.cmk -DKWSYS_NAMESPACE=cmsys -c /usr/src/cmake-2.4.5/Source/kwsys/ProcessUNIX.c -o ProcessUNIX.o cc -I/usr/src/cmake-2.4.5/Source -I/usr/src/cmake-2.4.5/Build/Bootstrap.cmk -DKWSYS_NAMESPACE=cmsys -c /usr/src/cmake-2.4.5/Source/kwsys/System.c -o System.o g++ -I/usr/src/cmake-2.4.5/Source -I/usr/src/cmake-2.4.5/Build/Bootstrap.cmk cmake.o cmakemain.o cmakewizard.o cmCommandArgumentLexer.o cmCommandArgumentParser.o cmCommandArgumentParserHelper.o cmDepends.o cmDependsC.o cmMakeDepend.o cmMakefile.o cmGeneratedFileStream.o cmGlobalGenerator.o cmLocalGenerator.o cmInstallGenerator.o cmInstallFilesGenerator.o cmInstallScriptGenerator.o cmInstallTargetGenerator.o cmSourceFile.o cmSystemTools.o cmFileTimeComparison.o cmGlobalUnixMakefileGenerator3.o cmLocalUnixMakefileGenerator3.o cmMakefileExecutableTargetGenerator.o cmMakefileLibraryTargetGenerator.o cmMakefileTargetGenerator.o cmMakefileUtilityTargetGenerator.o cmBootstrapCommands.o cmCommands.o cmTarget.o cmTest.o cmCustomCommand.o cmCacheManager.o cmListFileCache.o cmOrderLinkDirectories.o cmListFileLexer.o Directory.o Glob.o RegularExpression.o SystemTools.o ProcessUNIX.o System.o -o cmake make[3]: Leaving directory `/usr/src/cmake-2.4.5/Build/Bootstrap.cmk' loading initial cache file /usr/src/cmake-2.4.5/Build/Bootstrap.cmk/InitialCacheFlags.cmake -- Check for working C compiler: /usr/bin/cc -- Check for working C compiler: /usr/bin/cc -- works -- Check size of void* -- Check size of void* - done -- Check for working CXX compiler: /usr/bin/g++ -- Check for working CXX compiler: /usr/bin/g++ -- works -- Looking for C++ include iostream -- Looking for C++ include iostream - found -- Check for STD namespace -- Check for STD namespace - found -- Check for ANSI scope -- Check for ANSI scope - found -- Check for sstream -- Check for sstream - found -- Looking for unsetenv -- Looking for unsetenv - found -- Looking for environ -- Looking for environ - not found. -- Cannot determine repository type. Please set UPDATE_TYPE to 'cvs' or 'svn'. CTest update will not work. -- Checking for Large File Support -- Checking for Large File Support - yes -- Checking whether STL classes are in std namespace -- Checking whether STL classes are in std namespace - yes -- Checking whether ANSI stream headers are available -- Checking whether ANSI stream headers are available - yes -- Checking whether ANSI streams are in std namespace -- Checking whether ANSI streams are in std namespace - yes -- Checking whether ANSI string stream is available -- Checking whether ANSI string stream is available - yes -- Checking whether header cstddef is available -- Checking whether header cstddef is available - yes -- Checking whether stl string has operator!= for char* -- Checking whether stl string has operator!= for char* - yes -- Checking whether stl has iterator_traits -- Checking whether stl has iterator_traits - yes -- Checking whether stl has standard template allocator -- Checking whether stl has standard template allocator - yes -- Checking for rebind member of stl allocator -- Checking for rebind member of stl allocator - yes -- Checking for non-standard argument to stl allocator<>::max_size -- Checking for non-standard argument to stl allocator<>::max_size - no -- Checking whether stl containers support allocator objects. -- Checking whether stl containers support allocator objects. - yes -- Checking whether "<>" is needed for template friends -- Checking whether "<>" is needed for template friends - yes -- Checking for member template support -- Checking for member template support - yes -- Checking for standard template specialization syntax -- Checking for standard template specialization syntax - yes -- Checking whether argument dependent lookup is supported -- Checking whether argument dependent lookup is supported - yes -- Checking whether struct stat has st_mtim member -- Checking whether struct stat has st_mtim member - yes -- Check size of char -- Check size of char - done -- Check size of short -- Check size of short - done -- Check size of int -- Check size of int - done -- Check size of long -- Check size of long - done -- Check size of long long -- Check size of long long - done -- Check size of __int64 -- Check size of __int64 - failed -- Checking whether char is signed -- Checking whether char is signed - yes -- Checking if istream supports long long -- Checking if istream supports long long - yes -- Checking if ostream supports long long -- Checking if ostream supports long long - yes -- Checking whether C compiler has ptrdiff_t in stddef.h -- Checking whether C compiler has ptrdiff_t in stddef.h - yes -- Checking whether C compiler has ssize_t in unistd.h -- Checking whether C compiler has ssize_t in unistd.h - yes -- Looking for dlopen in dl; -- Looking for dlopen in dl; - found -- Looking for gethostname in ucb;dl -- Looking for gethostname in ucb;dl - not found -- Looking for connect in socket;dl -- Looking for connect in socket;dl - not found -- Looking for gethostbyname in c -- Looking for gethostbyname in c - found -- Looking for getch in ws2_32;dl -- Looking for getch in ws2_32;dl - not found -- Looking for getch in winmm;dl -- Looking for getch in winmm;dl - not found -- Looking for dlopen in dl -- Looking for dlopen in dl - found -- Looking for features.h -- Looking for features.h - found -- Looking for include files HAVE_STDIO_H -- Looking for include files HAVE_STDIO_H - found -- Looking for include files HAVE_STDDEF_H -- Looking for include files HAVE_STDDEF_H - found -- Looking for include files HAVE_SYS_TYPES_H -- Looking for include files HAVE_SYS_TYPES_H - found -- Looking for include files HAVE_INTTYPES_H -- Looking for include files HAVE_INTTYPES_H - found -- Looking for include files HAVE_ALLOCA_H -- Looking for include files HAVE_ALLOCA_H - found -- Looking for include files HAVE_ARPA_INET_H -- Looking for include files HAVE_ARPA_INET_H - found -- Looking for include files HAVE_DLFCN_H -- Looking for include files HAVE_DLFCN_H - found -- Looking for include files HAVE_FCNTL_H -- Looking for include files HAVE_FCNTL_H - found -- Looking for include files HAVE_MALLOC_H -- Looking for include files HAVE_MALLOC_H - found -- Looking for include files HAVE_MEMORY_H -- Looking for include files HAVE_MEMORY_H - found -- Looking for include files HAVE_NETDB_H -- Looking for include files HAVE_NETDB_H - found -- Looking for include files HAVE_SYS_POLL_H -- Looking for include files HAVE_SYS_POLL_H - found -- Looking for include files HAVE_ASSERT_H -- Looking for include files HAVE_ASSERT_H - found -- Looking for include files HAVE_LIMITS_H -- Looking for include files HAVE_LIMITS_H - found -- Looking for include files HAVE_SYS_SOCKET_H -- Looking for include files HAVE_SYS_SOCKET_H - found -- Looking for include files HAVE_NETINET_IN_H -- Looking for include files HAVE_NETINET_IN_H - found -- Looking for include files HAVE_NET_IF_H -- Looking for include files HAVE_NET_IF_H - found -- Looking for include files HAVE_NETINET_IF_ETHER_H -- Looking for include files HAVE_NETINET_IF_ETHER_H - found -- Looking for include files HAVE_NETINET_TCP_H -- Looking for include files HAVE_NETINET_TCP_H - found -- Looking for include files HAVE_SYS_SELECT_H -- Looking for include files HAVE_SYS_SELECT_H - found -- Looking for include files HAVE_UTIME_H -- Looking for include files HAVE_UTIME_H - found -- Looking for include files HAVE_PWD_H -- Looking for include files HAVE_PWD_H - found -- Looking for include files HAVE_SGTTY_H -- Looking for include files HAVE_SGTTY_H - found -- Looking for include files HAVE_STDINT_H -- Looking for include files HAVE_STDINT_H - found -- Looking for include files HAVE_STDLIB_H -- Looking for include files HAVE_STDLIB_H - found -- Looking for include files HAVE_STRING_H -- Looking for include files HAVE_STRING_H - found -- Looking for include files HAVE_STRINGS_H -- Looking for include files HAVE_STRINGS_H - found -- Looking for include files HAVE_SYS_PARAM_H -- Looking for include files HAVE_SYS_PARAM_H - found -- Looking for include files HAVE_SYS_STAT_H -- Looking for include files HAVE_SYS_STAT_H - found -- Looking for include files HAVE_SYS_TIME_H -- Looking for include files HAVE_SYS_TIME_H - found -- Looking for include files HAVE_TERMIOS_H -- Looking for include files HAVE_TERMIOS_H - found -- Looking for include files HAVE_TERMIO_H -- Looking for include files HAVE_TERMIO_H - found -- Looking for include files HAVE_IO_H -- Looking for include files HAVE_IO_H - not found. -- Looking for include files HAVE_TIME_H -- Looking for include files HAVE_TIME_H - found -- Looking for include files HAVE_UNISTD_H -- Looking for include files HAVE_UNISTD_H - found -- Looking for include files HAVE_SYS_UTIME_H -- Looking for include files HAVE_SYS_UTIME_H - not found. -- Looking for include files HAVE_WINSOCK_H -- Looking for include files HAVE_WINSOCK_H - not found. -- Looking for include files HAVE_SOCKIO_H -- Looking for include files HAVE_SOCKIO_H - not found. -- Looking for include files HAVE_SYS_SOCKIO_H -- Looking for include files HAVE_SYS_SOCKIO_H - not found. -- Looking for include files HAVE_X509_H -- Looking for include files HAVE_X509_H - not found. -- Looking for include files HAVE_SETJMP_H -- Looking for include files HAVE_SETJMP_H - found -- Looking for include files HAVE_SIGNAL_H -- Looking for include files HAVE_SIGNAL_H - found -- Looking for include files HAVE_SYS_IOCTL_H -- Looking for include files HAVE_SYS_IOCTL_H - found -- Looking for include files HAVE_SYS_UTSNAME_H -- Looking for include files HAVE_SYS_UTSNAME_H - found -- Check size of size_t -- Check size of size_t - done -- Check size of ssize_t -- Check size of ssize_t - done -- Check size of long long -- Check size of long long - done -- Check size of long -- Check size of long - done -- Check size of __int64 -- Check size of __int64 - failed -- Check size of long double -- Check size of long double - done -- Looking for socket -- Looking for socket - found -- Looking for poll -- Looking for poll - found -- Looking for select -- Looking for select - found -- Looking for strdup -- Looking for strdup - found -- Looking for strstr -- Looking for strstr - found -- Looking for strtok_r -- Looking for strtok_r - found -- Looking for strftime -- Looking for strftime - found -- Looking for uname -- Looking for uname - found -- Looking for strcasecmp -- Looking for strcasecmp - found -- Looking for stricmp -- Looking for stricmp - not found. -- Looking for strcmpi -- Looking for strcmpi - not found. -- Looking for strncmpi -- Looking for strncmpi - not found. -- Looking for gethostbyaddr -- Looking for gethostbyaddr - found -- Looking for gettimeofday -- Looking for gettimeofday - found -- Looking for inet_addr -- Looking for inet_addr - found -- Looking for inet_pton -- Looking for inet_pton - found -- Looking for inet_ntoa -- Looking for inet_ntoa - found -- Looking for inet_ntoa_r -- Looking for inet_ntoa_r - not found. -- Looking for tcsetattr -- Looking for tcsetattr - found -- Looking for tcgetattr -- Looking for tcgetattr - found -- Looking for perror -- Looking for perror - found -- Looking for closesocket -- Looking for closesocket - not found. -- Looking for setvbuf -- Looking for setvbuf - found -- Looking for sigsetjmp -- Looking for sigsetjmp - found -- Looking for getpass_r -- Looking for getpass_r - not found. -- Looking for strlcat -- Looking for strlcat - not found. -- Looking for getpwuid -- Looking for getpwuid - found -- Looking for geteuid -- Looking for geteuid - found -- Looking for utime -- Looking for utime - found -- Looking for gmtime_r -- Looking for gmtime_r - found -- Looking for localtime_r -- Looking for localtime_r - found -- Looking for gethostbyname -- Looking for gethostbyname - found -- Looking for gethostbyname_r -- Looking for gethostbyname_r - found -- Looking for gethostbyaddr_r -- Looking for gethostbyaddr_r - found -- Looking for signal -- Looking for signal - found -- Looking for SIGALRM -- Looking for SIGALRM - found -- Looking for strtoll -- Looking for strtoll - found -- Looking for _strtoi64 -- Looking for _strtoi64 - not found. -- Looking for strerror_r -- Looking for strerror_r - found -- Looking for siginterrupt -- Looking for siginterrupt - found -- Looking for sigaction -- Looking for sigaction - found -- Performing Curl Test HAVE_FIONBIO -- Performing Curl Test HAVE_FIONBIO - Failed -- Performing Curl Test HAVE_IOCTLSOCKET -- Performing Curl Test HAVE_IOCTLSOCKET - Failed -- Performing Curl Test HAVE_IOCTLSOCKET_CASE -- Performing Curl Test HAVE_IOCTLSOCKET_CASE - Failed -- Performing Curl Test HAVE_O_NONBLOCK -- Performing Curl Test HAVE_O_NONBLOCK - Success -- Performing Curl Test HAVE_SO_NONBLOCK -- Performing Curl Test HAVE_SO_NONBLOCK - Failed -- Performing Curl Test TIME_WITH_SYS_TIME -- Performing Curl Test TIME_WITH_SYS_TIME - Success -- Performing Curl Test HAVE_O_NONBLOCKHAVE_GETHOSTBYADDR_R_5 -- Performing Curl Test HAVE_O_NONBLOCKHAVE_GETHOSTBYADDR_R_5 - Failed -- Performing Curl Test HAVE_GETHOSTBYADDR_R_7 -- Performing Curl Test HAVE_GETHOSTBYADDR_R_7 - Failed -- Performing Curl Test HAVE_GETHOSTBYADDR_R_8 -- Performing Curl Test HAVE_GETHOSTBYADDR_R_8 - Success -- Performing Curl Test HAVE_GETHOSTBYADDR_R_5_REENTRANT -- Performing Curl Test HAVE_GETHOSTBYADDR_R_5_REENTRANT - Failed -- Performing Curl Test HAVE_GETHOSTBYADDR_R_7_REENTRANT -- Performing Curl Test HAVE_GETHOSTBYADDR_R_7_REENTRANT - Failed -- Performing Curl Test HAVE_GETHOSTBYADDR_R_8_REENTRANT -- Performing Curl Test HAVE_GETHOSTBYADDR_R_8_REENTRANT - Success -- Performing Curl Test HAVE_GETHOSTBYNAME_R_3 -- Performing Curl Test HAVE_GETHOSTBYNAME_R_3 - Failed -- Performing Curl Test HAVE_GETHOSTBYNAME_R_5 -- Performing Curl Test HAVE_GETHOSTBYNAME_R_5 - Failed -- Performing Curl Test HAVE_GETHOSTBYNAME_R_6 -- Performing Curl Test HAVE_GETHOSTBYNAME_R_6 - Success -- Performing Curl Test HAVE_GETHOSTBYNAME_R_3_REENTRANT -- Performing Curl Test HAVE_GETHOSTBYNAME_R_3_REENTRANT - Failed -- Performing Curl Test HAVE_GETHOSTBYNAME_R_5_REENTRANT -- Performing Curl Test HAVE_GETHOSTBYNAME_R_5_REENTRANT - Failed -- Performing Curl Test HAVE_GETHOSTBYNAME_R_6_REENTRANT -- Performing Curl Test HAVE_GETHOSTBYNAME_R_6_REENTRANT - Success -- Performing Curl Test HAVE_SOCKLEN_T -- Performing Curl Test HAVE_SOCKLEN_T - Success -- Performing Curl Test HAVE_IN_ADDR_T -- Performing Curl Test HAVE_IN_ADDR_T - Success -- Performing Curl Test STDC_HEADERS -- Performing Curl Test STDC_HEADERS - Success -- Performing Curl Test RETSIGTYPE_TEST -- Performing Curl Test RETSIGTYPE_TEST - Success -- Performing Curl Test HAVE_INET_NTOA_R_DECL -- Performing Curl Test HAVE_INET_NTOA_R_DECL - Failed -- Performing Curl Test HAVE_INET_NTOA_R_DECL_REENTRANT -- Performing Curl Test HAVE_INET_NTOA_R_DECL_REENTRANT - Failed -- Performing Curl Test HAVE_GETADDRINFO -- Performing Curl Test HAVE_GETADDRINFO - Success -- Performing Curl Test HAVE_FILE_OFFSET_BITS -- Performing Curl Test HAVE_FILE_OFFSET_BITS - Success -- Performing Curl Test HAVE_GLIBC_STRERROR_R -- Performing Curl Test HAVE_GLIBC_STRERROR_R - Success -- Performing Curl Test HAVE_POSIX_STRERROR_R -- Performing Curl Test HAVE_POSIX_STRERROR_R - Failed -- Performing Curl Test HAVE_LONG_LONG_CONSTANT -- Performing Curl Test HAVE_LONG_LONG_CONSTANT - Success -- Check size of curl_off_t -- Check size of curl_off_t - done -- Looking for include files HAVE_CTYPE_H -- Looking for include files HAVE_CTYPE_H - found -- Looking for include files HAVE_FNMATCH_H -- Looking for include files HAVE_FNMATCH_H - found -- Looking for include files HAVE_LIBGEN_H -- Looking for include files HAVE_LIBGEN_H - found -- Looking for include files HAVE_SYS_MKDEV_H -- Looking for include files HAVE_SYS_MKDEV_H - not found. -- Looking for include files HAVE_GLOB_H -- Looking for include files HAVE_GLOB_H - found -- Looking for include files HAVE_DIRENT_H -- Looking for include files HAVE_DIRENT_H - found -- Looking for include files HAVE_SYS_SYSMACROS_H -- Looking for include files HAVE_SYS_SYSMACROS_H - found -- Looking for basename -- Looking for basename - found -- Looking for dirname -- Looking for dirname - found -- Looking for fnmatch -- Looking for fnmatch - found -- Looking for lchown -- Looking for lchown - found -- Looking for snprintf -- Looking for snprintf - found -- Looking for strlcpy -- Looking for strlcpy - not found. -- Looking for strmode -- Looking for strmode - not found. -- Looking for strsep -- Looking for strsep - found -- Looking for vsnprintf -- Looking for vsnprintf - found -- Looking for glob -- Looking for glob - found -- Looking for major -- Looking for major - found -- Looking for minor -- Looking for minor - found -- Check size of dev_t -- Check size of dev_t - done -- Check size of major_t -- Check size of major_t - failed -- Check size of minor_t -- Check size of minor_t - failed -- Check size of nlink_t -- Check size of nlink_t - done -- Check size of uint64_t -- Check size of uint64_t - done -- Check size of gid_t -- Check size of gid_t - done -- Check size of mode_t -- Check size of mode_t - done -- Check size of off_t -- Check size of off_t - done -- Check size of uid_t -- Check size of uid_t - done -- Check if the system is big endian -- Check if the system is big endian - little endian -- Looking for include files HAVE_STDARG_H -- Looking for include files HAVE_STDARG_H - found -- Looking for include files HAVE_SYS_FILIO_H -- Looking for include files HAVE_SYS_FILIO_H - not found. -- Looking for include files HAVE_WCHAR_H -- Looking for include files HAVE_WCHAR_H - found -- Looking for asprintf -- Looking for asprintf - not found. -- Looking for setgroups -- Looking for setgroups - not found. running cd "/usr/src/cmake-2.4.5/Build/CMakeFiles/CMakeTmp" && /usr/src/cmake-2.4.5/Build/Bootstrap.cmk/cmake -E copy src2.c src.c 2>&1 -- Performing Test VA_LIST_IS