[Cmake-commits] [cmake-commits] hoffman committed Makefile NONE 1.1 cmConfigure.h NONE 1.1 cmVersionConfig.h NONE 1.1 stdstring.cxx NONE 1.1

cmake-commits at cmake.org cmake-commits at cmake.org
Thu Apr 23 11:09:40 EDT 2009


Update of /cvsroot/CMake/CMake/VMSbuild
In directory public:/mounts/ram/cvs-serv24424/VMSbuild

Added Files:
	Makefile cmConfigure.h cmVersionConfig.h stdstring.cxx 
Log Message:
ENH: check in almost building VMS stuff with VMSBuild directory since the bootstrap script will not work on VMS


--- NEW FILE: stdstring.cxx ---
// This file is a hack to get the VMS CC to define the templates for basic_string

#include <string>

#pragma define_template std::basic_string<char, std::char_traits<char >, std::allocator<char > >




--- NEW FILE: cmVersionConfig.h ---
/*=========================================================================

  Program:   CMake - Cross-Platform Makefile Generator
  Module:    $RCSfile: cmVersionConfig.h,v $
  Language:  C++
  Date:      $Date: 2009-04-23 15:09:37 $
  Version:   $Revision: 1.1 $

  Copyright (c) 2002 Kitware, Inc., Insight Consortium.  All rights reserved.
  See Copyright.txt or http://www.cmake.org/HTML/Copyright.html for details.

     This software is distributed WITHOUT ANY WARRANTY; without even
     the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
     PURPOSE.  See the above copyright notices for more information.

=========================================================================*/
#define CMake_VERSION_MAJOR 2
#define CMake_VERSION_MINOR 7
#define CMake_VERSION_PATCH 20090410
/* #undef CMake_VERSION_RC */

--- NEW FILE: Makefile ---
cmake:  stdstring.o cmake.o cmakemain.o cmakewizard.o cmCommandArgumentLexer.o cmCommandArgumentParser.o cmCommandArgumentParserHelper.o cmDepends.o cmDependsC.o cmDocumentationFormatter.o cmDocumentationFormatterText.o cmPolicies.o cmProperty.o cmPropertyMap.o cmPropertyDefinition.o cmPropertyDefinitionMap.o cmMakeDepend.o cmMakefile.o cmExportFileGenerator.o cmExportInstallFileGenerator.o cmInstallDirectoryGenerator.o cmGeneratedFileStream.o cmGlobalGenerator.o cmLocalGenerator.o cmInstallGenerator.o cmInstallExportGenerator.o cmInstallFilesGenerator.o cmInstallScriptGenerator.o cmInstallTargetGenerator.o cmSourceFile.o cmSourceFileLocation.o cmSystemTools.o cmVersion.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 cmDocumentVariables.o cmCacheManager.o cmListFileCache.o cmComputeLinkDepends.o cmComputeLinkInformation.o cmOrderDirectories.o cmComputeTargetDepends.o cmComputeComponentGraph.o cmExprLexer.o cmExprParser.o cmExprParserHelper.o cmListFileLexer.o Directory.o Glob.o RegularExpression.o SystemTools.o ProcessUNIX.o String.o System.o
	CC  -cxx  -I../Source   -I.  stdstring.o cmake.o cmakemain.o cmakewizard.o cmCommandArgumentLexer.o cmCommandArgumentParser.o cmCommandArgumentParserHelper.o cmDepends.o cmDependsC.o cmDocumentationFormatter.o cmDocumentationFormatterText.o cmPolicies.o cmProperty.o cmPropertyMap.o cmPropertyDefinition.o cmPropertyDefinitionMap.o cmMakeDepend.o cmMakefile.o cmExportFileGenerator.o cmExportInstallFileGenerator.o cmInstallDirectoryGenerator.o cmGeneratedFileStream.o cmGlobalGenerator.o cmLocalGenerator.o cmInstallGenerator.o cmInstallExportGenerator.o cmInstallFilesGenerator.o cmInstallScriptGenerator.o cmInstallTargetGenerator.o cmSourceFile.o cmSourceFileLocation.o cmSystemTools.o cmVersion.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 cmDocumentVariables.o cmCacheManager.o cmListFileCache.o cmComputeLinkDepends.o cmComputeLinkInformation.o cmOrderDirectories.o cmComputeTargetDepends.o cmComputeComponentGraph.o cmExprLexer.o cmExprParser.o cmExprParserHelper.o cmListFileLexer.o Directory.o Glob.o RegularExpression.o SystemTools.o ProcessUNIX.o String.o System.o -o cmake
stdstring.o : stdstring.cxx
	CC  -cxx -c stdstring.cxx -o stdstring.o
cmake.o : ../Source/cmake.cxx cmConfigure.h cmsys/*.hxx cmsys/*.h ../Source/*.h
	CC  -cxx -I../Source   -I. -c ../Source/cmake.cxx -o cmake.o
cmakemain.o : ../Source/cmakemain.cxx cmConfigure.h cmsys/*.hxx cmsys/*.h ../Source/*.h
	CC  -cxx -I../Source   -I. -c ../Source/cmakemain.cxx -o cmakemain.o
cmakewizard.o : ../Source/cmakewizard.cxx cmConfigure.h cmsys/*.hxx cmsys/*.h ../Source/*.h
	CC  -cxx -I../Source   -I. -c ../Source/cmakewizard.cxx -o cmakewizard.o
cmCommandArgumentLexer.o : ../Source/cmCommandArgumentLexer.cxx cmConfigure.h cmsys/*.hxx cmsys/*.h ../Source/*.h
	CC  -cxx -I../Source   -I. -c ../Source/cmCommandArgumentLexer.cxx -o cmCommandArgumentLexer.o
cmCommandArgumentParser.o : ../Source/cmCommandArgumentParser.cxx cmConfigure.h cmsys/*.hxx cmsys/*.h ../Source/*.h
	CC  -cxx -I../Source   -I. -c ../Source/cmCommandArgumentParser.cxx -o cmCommandArgumentParser.o
cmCommandArgumentParserHelper.o : ../Source/cmCommandArgumentParserHelper.cxx cmConfigure.h cmsys/*.hxx cmsys/*.h ../Source/*.h
	CC  -cxx -I../Source   -I. -c ../Source/cmCommandArgumentParserHelper.cxx -o cmCommandArgumentParserHelper.o
cmDepends.o : ../Source/cmDepends.cxx cmConfigure.h cmsys/*.hxx cmsys/*.h ../Source/*.h
	CC  -cxx -I../Source   -I. -c ../Source/cmDepends.cxx -o cmDepends.o
cmDependsC.o : ../Source/cmDependsC.cxx cmConfigure.h cmsys/*.hxx cmsys/*.h ../Source/*.h
	CC  -cxx -I../Source   -I. -c ../Source/cmDependsC.cxx -o cmDependsC.o
cmDocumentationFormatter.o : ../Source/cmDocumentationFormatter.cxx cmConfigure.h cmsys/*.hxx cmsys/*.h ../Source/*.h
	CC  -cxx -I../Source   -I. -c ../Source/cmDocumentationFormatter.cxx -o cmDocumentationFormatter.o
cmDocumentationFormatterText.o : ../Source/cmDocumentationFormatterText.cxx cmConfigure.h cmsys/*.hxx cmsys/*.h ../Source/*.h
	CC  -cxx -I../Source   -I. -c ../Source/cmDocumentationFormatterText.cxx -o cmDocumentationFormatterText.o
cmPolicies.o : ../Source/cmPolicies.cxx cmConfigure.h cmsys/*.hxx cmsys/*.h ../Source/*.h
	CC  -cxx -I../Source   -I. -c ../Source/cmPolicies.cxx -o cmPolicies.o
cmProperty.o : ../Source/cmProperty.cxx cmConfigure.h cmsys/*.hxx cmsys/*.h ../Source/*.h
	CC  -cxx -I../Source   -I. -c ../Source/cmProperty.cxx -o cmProperty.o
cmPropertyMap.o : ../Source/cmPropertyMap.cxx cmConfigure.h cmsys/*.hxx cmsys/*.h ../Source/*.h
	CC  -cxx -I../Source   -I. -c ../Source/cmPropertyMap.cxx -o cmPropertyMap.o
cmPropertyDefinition.o : ../Source/cmPropertyDefinition.cxx cmConfigure.h cmsys/*.hxx cmsys/*.h ../Source/*.h
	CC  -cxx -I../Source   -I. -c ../Source/cmPropertyDefinition.cxx -o cmPropertyDefinition.o
cmPropertyDefinitionMap.o : ../Source/cmPropertyDefinitionMap.cxx cmConfigure.h cmsys/*.hxx cmsys/*.h ../Source/*.h
	CC  -cxx -I../Source   -I. -c ../Source/cmPropertyDefinitionMap.cxx -o cmPropertyDefinitionMap.o
cmMakeDepend.o : ../Source/cmMakeDepend.cxx cmConfigure.h cmsys/*.hxx cmsys/*.h ../Source/*.h
	CC  -cxx -I../Source   -I. -c ../Source/cmMakeDepend.cxx -o cmMakeDepend.o
cmMakefile.o : ../Source/cmMakefile.cxx cmConfigure.h cmsys/*.hxx cmsys/*.h ../Source/*.h
	CC  -cxx -I../Source   -I. -c ../Source/cmMakefile.cxx -o cmMakefile.o
cmExportFileGenerator.o : ../Source/cmExportFileGenerator.cxx cmConfigure.h cmsys/*.hxx cmsys/*.h ../Source/*.h
	CC  -cxx -I../Source   -I. -c ../Source/cmExportFileGenerator.cxx -o cmExportFileGenerator.o
cmExportInstallFileGenerator.o : ../Source/cmExportInstallFileGenerator.cxx cmConfigure.h cmsys/*.hxx cmsys/*.h ../Source/*.h
	CC  -cxx -I../Source   -I. -c ../Source/cmExportInstallFileGenerator.cxx -o cmExportInstallFileGenerator.o
cmInstallDirectoryGenerator.o : ../Source/cmInstallDirectoryGenerator.cxx cmConfigure.h cmsys/*.hxx cmsys/*.h ../Source/*.h
	CC  -cxx -I../Source   -I. -c ../Source/cmInstallDirectoryGenerator.cxx -o cmInstallDirectoryGenerator.o
cmGeneratedFileStream.o : ../Source/cmGeneratedFileStream.cxx cmConfigure.h cmsys/*.hxx cmsys/*.h ../Source/*.h
	CC  -cxx -I../Source   -I. -c ../Source/cmGeneratedFileStream.cxx -o cmGeneratedFileStream.o
cmGlobalGenerator.o : ../Source/cmGlobalGenerator.cxx cmConfigure.h cmsys/*.hxx cmsys/*.h ../Source/*.h
	CC  -cxx -I../Source   -I. -c ../Source/cmGlobalGenerator.cxx -o cmGlobalGenerator.o
cmLocalGenerator.o : ../Source/cmLocalGenerator.cxx cmConfigure.h cmsys/*.hxx cmsys/*.h ../Source/*.h
	CC  -cxx -I../Source   -I. -c ../Source/cmLocalGenerator.cxx -o cmLocalGenerator.o
cmInstallGenerator.o : ../Source/cmInstallGenerator.cxx cmConfigure.h cmsys/*.hxx cmsys/*.h ../Source/*.h
	CC  -cxx -I../Source   -I. -c ../Source/cmInstallGenerator.cxx -o cmInstallGenerator.o
cmInstallExportGenerator.o : ../Source/cmInstallExportGenerator.cxx cmConfigure.h cmsys/*.hxx cmsys/*.h ../Source/*.h
	CC  -cxx -I../Source   -I. -c ../Source/cmInstallExportGenerator.cxx -o cmInstallExportGenerator.o
cmInstallFilesGenerator.o : ../Source/cmInstallFilesGenerator.cxx cmConfigure.h cmsys/*.hxx cmsys/*.h ../Source/*.h
	CC  -cxx -I../Source   -I. -c ../Source/cmInstallFilesGenerator.cxx -o cmInstallFilesGenerator.o
cmInstallScriptGenerator.o : ../Source/cmInstallScriptGenerator.cxx cmConfigure.h cmsys/*.hxx cmsys/*.h ../Source/*.h
	CC  -cxx -I../Source   -I. -c ../Source/cmInstallScriptGenerator.cxx -o cmInstallScriptGenerator.o
cmInstallTargetGenerator.o : ../Source/cmInstallTargetGenerator.cxx cmConfigure.h cmsys/*.hxx cmsys/*.h ../Source/*.h
	CC  -cxx -I../Source   -I. -c ../Source/cmInstallTargetGenerator.cxx -o cmInstallTargetGenerator.o
cmSourceFile.o : ../Source/cmSourceFile.cxx cmConfigure.h cmsys/*.hxx cmsys/*.h ../Source/*.h
	CC  -cxx -I../Source   -I. -c ../Source/cmSourceFile.cxx -o cmSourceFile.o
cmSourceFileLocation.o : ../Source/cmSourceFileLocation.cxx cmConfigure.h cmsys/*.hxx cmsys/*.h ../Source/*.h
	CC  -cxx -I../Source   -I. -c ../Source/cmSourceFileLocation.cxx -o cmSourceFileLocation.o
cmSystemTools.o : ../Source/cmSystemTools.cxx cmConfigure.h cmsys/*.hxx cmsys/*.h ../Source/*.h
	CC  -cxx -I../Source   -I. -c ../Source/cmSystemTools.cxx -o cmSystemTools.o
cmVersion.o : ../Source/cmVersion.cxx cmConfigure.h cmsys/*.hxx cmsys/*.h ../Source/*.h
	CC  -cxx -I../Source   -I. -c ../Source/cmVersion.cxx -o cmVersion.o
cmFileTimeComparison.o : ../Source/cmFileTimeComparison.cxx cmConfigure.h cmsys/*.hxx cmsys/*.h ../Source/*.h
	CC  -cxx -I../Source   -I. -c ../Source/cmFileTimeComparison.cxx -o cmFileTimeComparison.o
cmGlobalUnixMakefileGenerator3.o : ../Source/cmGlobalUnixMakefileGenerator3.cxx cmConfigure.h cmsys/*.hxx cmsys/*.h ../Source/*.h
	CC  -cxx -I../Source   -I. -c ../Source/cmGlobalUnixMakefileGenerator3.cxx -o cmGlobalUnixMakefileGenerator3.o
cmLocalUnixMakefileGenerator3.o : ../Source/cmLocalUnixMakefileGenerator3.cxx cmConfigure.h cmsys/*.hxx cmsys/*.h ../Source/*.h
	CC  -cxx -I../Source   -I. -c ../Source/cmLocalUnixMakefileGenerator3.cxx -o cmLocalUnixMakefileGenerator3.o
cmMakefileExecutableTargetGenerator.o : ../Source/cmMakefileExecutableTargetGenerator.cxx cmConfigure.h cmsys/*.hxx cmsys/*.h ../Source/*.h
	CC  -cxx -I../Source   -I. -c ../Source/cmMakefileExecutableTargetGenerator.cxx -o cmMakefileExecutableTargetGenerator.o
cmMakefileLibraryTargetGenerator.o : ../Source/cmMakefileLibraryTargetGenerator.cxx cmConfigure.h cmsys/*.hxx cmsys/*.h ../Source/*.h
	CC  -cxx -I../Source   -I. -c ../Source/cmMakefileLibraryTargetGenerator.cxx -o cmMakefileLibraryTargetGenerator.o
cmMakefileTargetGenerator.o : ../Source/cmMakefileTargetGenerator.cxx cmConfigure.h cmsys/*.hxx cmsys/*.h ../Source/*.h
	CC  -cxx -I../Source   -I. -c ../Source/cmMakefileTargetGenerator.cxx -o cmMakefileTargetGenerator.o
cmMakefileUtilityTargetGenerator.o : ../Source/cmMakefileUtilityTargetGenerator.cxx cmConfigure.h cmsys/*.hxx cmsys/*.h ../Source/*.h
	CC  -cxx -I../Source   -I. -c ../Source/cmMakefileUtilityTargetGenerator.cxx -o cmMakefileUtilityTargetGenerator.o
cmBootstrapCommands.o : ../Source/cmBootstrapCommands.cxx cmConfigure.h cmsys/*.hxx cmsys/*.h ../Source/*.h
	CC  -cxx -I../Source   -I. -c ../Source/cmBootstrapCommands.cxx -o cmBootstrapCommands.o
cmCommands.o : ../Source/cmCommands.cxx cmConfigure.h cmsys/*.hxx cmsys/*.h ../Source/*.h
	CC  -cxx -I../Source   -I. -c ../Source/cmCommands.cxx -o cmCommands.o
cmTarget.o : ../Source/cmTarget.cxx cmConfigure.h cmsys/*.hxx cmsys/*.h ../Source/*.h
	CC  -cxx -I../Source   -I. -c ../Source/cmTarget.cxx -o cmTarget.o
cmTest.o : ../Source/cmTest.cxx cmConfigure.h cmsys/*.hxx cmsys/*.h ../Source/*.h
	CC  -cxx -I../Source   -I. -c ../Source/cmTest.cxx -o cmTest.o
cmCustomCommand.o : ../Source/cmCustomCommand.cxx cmConfigure.h cmsys/*.hxx cmsys/*.h ../Source/*.h
	CC  -cxx -I../Source   -I. -c ../Source/cmCustomCommand.cxx -o cmCustomCommand.o
cmDocumentVariables.o : ../Source/cmDocumentVariables.cxx cmConfigure.h cmsys/*.hxx cmsys/*.h ../Source/*.h
	CC  -cxx -I../Source   -I. -c ../Source/cmDocumentVariables.cxx -o cmDocumentVariables.o
cmCacheManager.o : ../Source/cmCacheManager.cxx cmConfigure.h cmsys/*.hxx cmsys/*.h ../Source/*.h
	CC  -cxx -I../Source   -I. -c ../Source/cmCacheManager.cxx -o cmCacheManager.o
cmListFileCache.o : ../Source/cmListFileCache.cxx cmConfigure.h cmsys/*.hxx cmsys/*.h ../Source/*.h
	CC  -cxx -I../Source   -I. -c ../Source/cmListFileCache.cxx -o cmListFileCache.o
cmComputeLinkDepends.o : ../Source/cmComputeLinkDepends.cxx cmConfigure.h cmsys/*.hxx cmsys/*.h ../Source/*.h
	CC  -cxx -I../Source   -I. -c ../Source/cmComputeLinkDepends.cxx -o cmComputeLinkDepends.o
cmComputeLinkInformation.o : ../Source/cmComputeLinkInformation.cxx cmConfigure.h cmsys/*.hxx cmsys/*.h ../Source/*.h
	CC  -cxx -I../Source   -I. -c ../Source/cmComputeLinkInformation.cxx -o cmComputeLinkInformation.o
cmOrderDirectories.o : ../Source/cmOrderDirectories.cxx cmConfigure.h cmsys/*.hxx cmsys/*.h ../Source/*.h
	CC  -cxx -I../Source   -I. -c ../Source/cmOrderDirectories.cxx -o cmOrderDirectories.o
cmComputeTargetDepends.o : ../Source/cmComputeTargetDepends.cxx cmConfigure.h cmsys/*.hxx cmsys/*.h ../Source/*.h
	CC  -cxx -I../Source   -I. -c ../Source/cmComputeTargetDepends.cxx -o cmComputeTargetDepends.o
cmComputeComponentGraph.o : ../Source/cmComputeComponentGraph.cxx cmConfigure.h cmsys/*.hxx cmsys/*.h ../Source/*.h
	CC  -cxx -I../Source   -I. -c ../Source/cmComputeComponentGraph.cxx -o cmComputeComponentGraph.o
cmExprLexer.o : ../Source/cmExprLexer.cxx cmConfigure.h cmsys/*.hxx cmsys/*.h ../Source/*.h
	CC  -cxx -I../Source   -I. -c ../Source/cmExprLexer.cxx -o cmExprLexer.o
cmExprParser.o : ../Source/cmExprParser.cxx cmConfigure.h cmsys/*.hxx cmsys/*.h ../Source/*.h
	CC  -cxx -I../Source   -I. -c ../Source/cmExprParser.cxx -o cmExprParser.o
cmExprParserHelper.o : ../Source/cmExprParserHelper.cxx cmConfigure.h cmsys/*.hxx cmsys/*.h ../Source/*.h
	CC  -cxx -I../Source   -I. -c ../Source/cmExprParserHelper.cxx -o cmExprParserHelper.o
cmBootstrapCommands.o : ../Source/cmAddCustomCommandCommand.cxx ../Source/cmAddCustomTargetCommand.cxx ../Source/cmAddDefinitionsCommand.cxx ../Source/cmAddDependenciesCommand.cxx ../Source/cmAddExecutableCommand.cxx ../Source/cmAddLibraryCommand.cxx ../Source/cmAddSubDirectoryCommand.cxx ../Source/cmAddTestCommand.cxx ../Source/cmBreakCommand.cxx ../Source/cmBuildCommand.cxx ../Source/cmCMakeMinimumRequired.cxx ../Source/cmCMakePolicyCommand.cxx ../Source/cmCommandArgumentsHelper.cxx ../Source/cmConfigureFileCommand.cxx ../Source/cmCoreTryCompile.cxx ../Source/cmCreateTestSourceList.cxx ../Source/cmDefinePropertyCommand.cxx ../Source/cmElseCommand.cxx ../Source/cmEnableTestingCommand.cxx ../Source/cmEndForEachCommand.cxx ../Source/cmEndFunctionCommand.cxx ../Source/cmEndIfCommand.cxx ../Source/cmEndMacroCommand.cxx ../Source/cmExecProgramCommand.cxx ../Source/cmExecuteProcessCommand.cxx ../Source/cmExternalMakefileProjectGenerator.cxx ../Source/cmFindBase.cxx ../Source/cmFindCommon.cxx ../Source/cmFileCommand.cxx ../Source/cmFindFileCommand.cxx ../Source/cmFindLibraryCommand.cxx ../Source/cmFindPackageCommand.cxx ../Source/cmFindPathCommand.cxx ../Source/cmFindProgramCommand.cxx ../Source/cmForEachCommand.cxx ../Source/cmFunctionCommand.cxx ../Source/cmGetCMakePropertyCommand.cxx ../Source/cmGetDirectoryPropertyCommand.cxx ../Source/cmGetFilenameComponentCommand.cxx ../Source/cmGetPropertyCommand.cxx ../Source/cmGetSourceFilePropertyCommand.cxx ../Source/cmGetTargetPropertyCommand.cxx ../Source/cmHexFileConverter.cxx ../Source/cmIfCommand.cxx ../Source/cmIncludeCommand.cxx ../Source/cmIncludeDirectoryCommand.cxx ../Source/cmIncludeRegularExpressionCommand.cxx ../Source/cmInstallFilesCommand.cxx ../Source/cmInstallCommandArguments.cxx ../Source/cmInstallCommand.cxx ../Source/cmInstallTargetsCommand.cxx ../Source/cmLinkDirectoriesCommand.cxx ../Source/cmListCommand.cxx ../Source/cmMacroCommand.cxx ../Source/cmMakeDirectoryCommand.cxx ../Source/cmMarkAsAdvancedCommand.cxx ../Source/cmMathCommand.cxx ../Source/cmMessageCommand.cxx ../Source/cmOptionCommand.cxx ../Source/cmProjectCommand.cxx ../Source/cmReturnCommand.cxx ../Source/cmSeparateArgumentsCommand.cxx ../Source/cmSetCommand.cxx ../Source/cmSetPropertyCommand.cxx ../Source/cmSetSourceFilesPropertiesCommand.cxx ../Source/cmSetTargetPropertiesCommand.cxx ../Source/cmSetTestsPropertiesCommand.cxx ../Source/cmGetTestPropertyCommand.cxx ../Source/cmSiteNameCommand.cxx ../Source/cmStringCommand.cxx ../Source/cmSubdirCommand.cxx ../Source/cmTargetLinkLibrariesCommand.cxx ../Source/cmTryCompileCommand.cxx ../Source/cmTryRunCommand.cxx
cmListFileLexer.o : ../Source/cmListFileLexer.c cmConfigure.h cmsys/*.hxx cmsys/*.h ../Source/*.h
	cc -I../Source   -I. -c ../Source/cmListFileLexer.c -o cmListFileLexer.o
ProcessUNIX.o : ../Source/kwsys/ProcessUNIX.c cmConfigure.h cmsys/*.hxx cmsys/*.h ../Source/*.h
	cc -I../Source   -I. -DKWSYS_NAMESPACE=cmsys -c ../Source/kwsys/ProcessUNIX.c -o ProcessUNIX.o
String.o : ../Source/kwsys/String.c cmConfigure.h cmsys/*.hxx cmsys/*.h ../Source/*.h
	cc -I../Source   -I. -DKWSYS_NAMESPACE=cmsys -c ../Source/kwsys/String.c -o String.o
System.o : ../Source/kwsys/System.c cmConfigure.h cmsys/*.hxx cmsys/*.h ../Source/*.h
	cc -I../Source   -I. -DKWSYS_NAMESPACE=cmsys -c ../Source/kwsys/System.c -o System.o
Directory.o : ../Source/kwsys/Directory.cxx cmConfigure.h cmsys/*.hxx cmsys/*.h ../Source/*.h
	CC  -cxx -I../Source   -I. -DKWSYS_NAMESPACE=cmsys -c ../Source/kwsys/Directory.cxx -o Directory.o
Glob.o : ../Source/kwsys/Glob.cxx cmConfigure.h cmsys/*.hxx cmsys/*.h ../Source/*.h
	CC  -cxx -I../Source   -I. -DKWSYS_NAMESPACE=cmsys -c ../Source/kwsys/Glob.cxx -o Glob.o
RegularExpression.o : ../Source/kwsys/RegularExpression.cxx cmConfigure.h cmsys/*.hxx cmsys/*.h ../Source/*.h
	CC  -cxx -I../Source   -I. -DKWSYS_NAMESPACE=cmsys -c ../Source/kwsys/RegularExpression.cxx -o RegularExpression.o
SystemTools.o : ../Source/kwsys/SystemTools.cxx cmConfigure.h cmsys/*.hxx cmsys/*.h ../Source/*.h
	CC  -cxx -I../Source   -I. -DKWSYS_NAMESPACE=cmsys -c ../Source/kwsys/SystemTools.cxx -o SystemTools.o

--- NEW FILE: cmConfigure.h ---
/*
 * Generated by /cygdrive/c/hoffman/My Builds/CMake262/bootstrap
 * Version:     $Revision: 1.1 $
 *
 * Source directory: /cygdrive/c/hoffman/My Builds/CMake262
 * Binary directory: /cygdrive/c/hoffman/My Builds/CMake262-cygwin/Bootstrap.cmk
 *
 * C compiler:   cc
 * C flags:      
 *
 * C++ compiler: g++
 * C++ flags:    
 *
 * Make:         make
 *
 * Sources:
 *   cmake    cmakemain   cmakewizard    cmCommandArgumentLexer   cmCommandArgumentParser   cmCommandArgumentParserHelper   cmDepends   cmDependsC   cmDocumentationFormatter   cmDocumentationFormatterText   cmPolicies   cmProperty   cmPropertyMap   cmPropertyDefinition   cmPropertyDefinitionMap   cmMakeDepend   cmMakefile   cmExportFileGenerator   cmExportInstallFileGenerator   cmInstallDirectoryGenerator   cmGeneratedFileStream   cmGlobalGenerator   cmLocalGenerator   cmInstallGenerator   cmInstallExportGenerator   cmInstallFilesGenerator   cmInstallScriptGenerator   cmInstallTargetGenerator   cmSourceFile   cmSourceFileLocation   cmSystemTools   cmVersion   cmFileTimeComparison   cmGlobalUnixMakefileGenerator3   cmLocalUnixMakefileGenerator3   cmMakefileExecutableTargetGenerator   cmMakefileLibraryTargetGenerator   cmMakefileTargetGenerator   cmMakefileUtilityTargetGenerator   cmBootstrapCommands   cmCommands   cmTarget   cmTest   cmCustomCommand   cmDocumentVariables   cmCacheManager   cmListFileCache   cmComputeLinkDepends   cmComputeLinkInformation   cmOrderDirectories   cmComputeTargetDepends   cmComputeComponentGraph   cmExprLexer   cmExprParser   cmExprParserHelper    cmListFileLexer   
 * kwSys Sources:
 *   Directory   Glob   RegularExpression   SystemTools     ProcessUNIX     String     System 
 */

/* #undef CMAKE_NO_STD_NAMESPACE */
/* #undef CMAKE_NO_ANSI_STREAM_HEADERS */
/* #undef CMAKE_NO_ANSI_STRING_STREAM */
/* #undef CMAKE_NO_ANSI_FOR_SCOPE */
#define CMAKE_ROOT_DIR "/cygdrive/c/hoffman/My Builds/CMake262"
#define CMAKE_DATA_DIR "/share/cmake-2.6"
#define CMAKE_BOOTSTRAP



More information about the Cmake-commits mailing list