Configure.hxx 7.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. /*
  2. * Generated by /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/bootstrap
  3. * Version: $Revision$
  4. *
  5. * Source directory: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0
  6. * Binary directory: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Bootstrap.cmk
  7. *
  8. * C compiler: gcc
  9. * C flags:
  10. *
  11. * C++ compiler: g++
  12. * C++ flags: -std=gnu++1z
  13. *
  14. * Make: make
  15. *
  16. * Sources:
  17. * cmAddCustomCommandCommand cmAddCustomTargetCommand cmAddDefinitionsCommand cmAddDependenciesCommand cmAddExecutableCommand cmAddLibraryCommand cmAddSubDirectoryCommand cmAddTestCommand cmBreakCommand cmBuildCommand cmCMakeMinimumRequired cmCMakePolicyCommand cmCPackPropertiesGenerator cmCacheManager cmCommand cmCommandArgumentParserHelper cmCommandArgumentsHelper cmCommands cmCommonTargetGenerator cmComputeComponentGraph cmComputeLinkDepends cmComputeLinkInformation cmComputeTargetDepends cmConditionEvaluator cmConfigureFileCommand cmContinueCommand cmCoreTryCompile cmCreateTestSourceList cmCustomCommand cmCustomCommandGenerator cmDefinePropertyCommand cmDefinitions cmDepends cmDependsC cmDisallowedCommand cmDocumentationFormatter cmEnableLanguageCommand cmEnableTestingCommand cmExecProgramCommand cmExecuteProcessCommand cmExpandedCommandArgument cmExportBuildFileGenerator cmExportFileGenerator cmExportInstallFileGenerator cmExportSet cmExportSetMap cmExportTryCompileFileGenerator cmExprParserHelper cmExternalMakefileProjectGenerator cmFileCommand cmFileTimeComparison cmFindBase cmFindCommon cmFindFileCommand cmFindLibraryCommand cmFindPackageCommand cmFindPathCommand cmFindProgramCommand cmForEachCommand cmFunctionCommand cmFSPermissions cmGeneratedFileStream cmGeneratorExpression cmGeneratorExpressionContext cmGeneratorExpressionDAGChecker cmGeneratorExpressionEvaluationFile cmGeneratorExpressionEvaluator cmGeneratorExpressionLexer cmGeneratorExpressionNode cmGeneratorExpressionParser cmGeneratorTarget cmGetCMakePropertyCommand cmGetDirectoryPropertyCommand cmGetFilenameComponentCommand cmGetPropertyCommand cmGetSourceFilePropertyCommand cmGetTargetPropertyCommand cmGetTestPropertyCommand cmGlobalCommonGenerator cmGlobalGenerator cmGlobalUnixMakefileGenerator3 cmHexFileConverter cmIfCommand cmIncludeCommand cmIncludeGuardCommand cmIncludeDirectoryCommand cmIncludeRegularExpressionCommand cmInstallCommand cmInstallCommandArguments cmInstallDirectoryGenerator cmInstallExportGenerator cmInstallFilesCommand cmInstallFilesGenerator cmInstallGenerator cmInstallScriptGenerator cmInstallTargetGenerator cmInstallTargetsCommand cmInstalledFile cmLinkDirectoriesCommand cmLinkLineComputer cmListCommand cmListFileCache cmLocalCommonGenerator cmLocalGenerator cmLocalUnixMakefileGenerator3 cmMSVC60LinkLineComputer cmMacroCommand cmMakeDirectoryCommand cmMakefile cmMakefileExecutableTargetGenerator cmMakefileLibraryTargetGenerator cmMakefileTargetGenerator cmMakefileUtilityTargetGenerator cmMarkAsAdvancedCommand cmMathCommand cmMessageCommand cmMessenger cmNewLineStyle cmOSXBundleGenerator cmOptionCommand cmOrderDirectories cmOutputConverter cmParseArgumentsCommand cmPathLabel cmPolicies cmProcessOutput cmProjectCommand cmProperty cmPropertyDefinition cmPropertyDefinitionMap cmPropertyMap cmReturnCommand cmRulePlaceholderExpander cmScriptGenerator cmSearchPath cmSeparateArgumentsCommand cmSetCommand cmSetDirectoryPropertiesCommand cmSetPropertyCommand cmSetSourceFilesPropertiesCommand cmSetTargetPropertiesCommand cmSetTestsPropertiesCommand cmSiteNameCommand cmSourceFile cmSourceFileLocation cmState cmStateDirectory cmStateSnapshot cmStringCommand cmSubdirCommand cmSystemTools cmTarget cmTargetCompileDefinitionsCommand cmTargetCompileFeaturesCommand cmTargetCompileOptionsCommand cmTargetIncludeDirectoriesCommand cmTargetLinkLibrariesCommand cmTargetPropCommandBase cmTargetPropertyComputer cmTargetSourcesCommand cmTest cmTestGenerator cmTimestamp cmTryCompileCommand cmTryRunCommand cmUnexpectedCommand cmUnsetCommand cmUVHandlePtr cmVersion cmWhileCommand cmWorkingDirectory cmake cmakemain cmcmd
  18. * LexerParser Sources:
  19. * cmCommandArgumentLexer cmCommandArgumentParser cmExprLexer cmExprParser cmListFileLexer
  20. * kwSys Sources:
  21. * Directory EncodingCXX FStream Glob RegularExpression SystemTools EncodingC ProcessUNIX String System Terminal
  22. * libuv Sources:
  23. * src/uv-common.c src/unix/cmake-bootstrap.c src/unix/core.c src/unix/fs.c src/unix/loop.c src/unix/loop-watcher.c src/unix/no-fsevents.c src/unix/pipe.c src/unix/poll.c src/unix/posix-hrtime.c src/unix/posix-poll.c src/unix/process.c src/unix/signal.c src/unix/stream.c src/unix/timer.c
  24. */
  25. /* Distributed under the OSI-approved BSD 3-Clause License. See accompanying
  26. file Copyright.txt or https://cmake.org/licensing#kwsys for details. */
  27. #ifndef cmsys_Configure_hxx
  28. #define cmsys_Configure_hxx
  29. /* Include C configuration. */
  30. #include <cmsys/Configure.h>
  31. /* Whether wstring is available. */
  32. #define cmsys_STL_HAS_WSTRING 1
  33. /* Whether <ext/stdio_filebuf.h> is available. */
  34. #define cmsys_CXX_HAS_EXT_STDIO_FILEBUF_H \
  35. 1
  36. #if defined(__SUNPRO_CC) && __SUNPRO_CC > 0x5130 && defined(__has_attribute)
  37. #define cmsys__has_cpp_attribute(x) __has_attribute(x)
  38. #elif defined(__has_cpp_attribute)
  39. #define cmsys__has_cpp_attribute(x) __has_cpp_attribute(x)
  40. #else
  41. #define cmsys__has_cpp_attribute(x) 0
  42. #endif
  43. #if __cplusplus >= 201103L
  44. #define cmsys_NULLPTR nullptr
  45. #else
  46. #define cmsys_NULLPTR 0
  47. #endif
  48. #ifndef cmsys_FALLTHROUGH
  49. #if __cplusplus >= 201703L && cmsys__has_cpp_attribute(fallthrough)
  50. #define cmsys_FALLTHROUGH [[fallthrough]]
  51. #elif __cplusplus >= 201103L && \
  52. cmsys__has_cpp_attribute(gnu::fallthrough)
  53. #define cmsys_FALLTHROUGH [[gnu::fallthrough]]
  54. #elif __cplusplus >= 201103L && \
  55. cmsys__has_cpp_attribute(clang::fallthrough)
  56. #define cmsys_FALLTHROUGH [[clang::fallthrough]]
  57. #endif
  58. #endif
  59. #ifndef cmsys_FALLTHROUGH
  60. #define cmsys_FALLTHROUGH static_cast<void>(0)
  61. #endif
  62. #undef cmsys__has_cpp_attribute
  63. /* If building a C++ file in kwsys itself, give the source file
  64. access to the macros without a configured namespace. */
  65. #if defined(KWSYS_NAMESPACE)
  66. #if !cmsys_NAME_IS_KWSYS
  67. #define kwsys cmsys
  68. #endif
  69. #define KWSYS_NAME_IS_KWSYS cmsys_NAME_IS_KWSYS
  70. #define KWSYS_STL_HAS_WSTRING cmsys_STL_HAS_WSTRING
  71. #define KWSYS_CXX_HAS_EXT_STDIO_FILEBUF_H \
  72. cmsys_CXX_HAS_EXT_STDIO_FILEBUF_H
  73. #define KWSYS_FALLTHROUGH cmsys_FALLTHROUGH
  74. #define KWSYS_NULLPTR cmsys_NULLPTR
  75. #endif
  76. #endif