Configure.h 9.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149
  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_h
  28. #define cmsys_Configure_h
  29. /* If we are building a kwsys .c or .cxx file, let it use the kwsys
  30. namespace. When not building a kwsys source file these macros are
  31. temporarily defined inside the headers that use them. */
  32. #if defined(KWSYS_NAMESPACE)
  33. #define kwsys_ns(x) cmsys##x
  34. #define kwsysEXPORT cmsys_EXPORT
  35. #endif
  36. /* Disable some warnings inside kwsys source files. */
  37. #if defined(KWSYS_NAMESPACE)
  38. #if defined(__BORLANDC__)
  39. #pragma warn - 8027 /* function not inlined. */
  40. #endif
  41. #if defined(__INTEL_COMPILER)
  42. #pragma warning(disable : 1572) /* floating-point equality test */
  43. #endif
  44. #if defined(__sgi) && !defined(__GNUC__)
  45. #pragma set woff 3970 /* pointer to int conversion */
  46. #pragma set woff 3968 /* 64 bit conversion */
  47. #endif
  48. #endif
  49. /* Whether kwsys namespace is "kwsys". */
  50. #define cmsys_NAME_IS_KWSYS 0
  51. /* Whether Large File Support is requested. */
  52. #define cmsys_LFS_REQUESTED 0
  53. /* Whether Large File Support is available. */
  54. #if cmsys_LFS_REQUESTED
  55. #define cmsys_LFS_AVAILABLE 0
  56. #endif
  57. /* Setup Large File Support if requested. */
  58. #if cmsys_LFS_REQUESTED
  59. /* Since LFS is requested this header must be included before system
  60. headers whether or not LFS is available. */
  61. #if 0 && (defined(_SYS_TYPES_H) || defined(_SYS_TYPES_INCLUDED))
  62. #error "cmsys/Configure.h must be included before sys/types.h"
  63. #endif
  64. /* Enable the large file API if it is available. */
  65. #if cmsys_LFS_AVAILABLE && \
  66. !defined(cmsys_LFS_NO_DEFINES)
  67. #if !defined(_LARGEFILE_SOURCE) && \
  68. !defined(cmsys_LFS_NO_DEFINE_LARGEFILE_SOURCE)
  69. #define _LARGEFILE_SOURCE
  70. #endif
  71. #if !defined(_LARGEFILE64_SOURCE) && \
  72. !defined(cmsys_LFS_NO_DEFINE_LARGEFILE64_SOURCE)
  73. #define _LARGEFILE64_SOURCE
  74. #endif
  75. #if !defined(_LARGE_FILES) && \
  76. !defined(cmsys_LFS_NO_DEFINE_LARGE_FILES)
  77. #define _LARGE_FILES
  78. #endif
  79. #if !defined(_FILE_OFFSET_BITS) && \
  80. !defined(cmsys_LFS_NO_DEFINE_FILE_OFFSET_BITS)
  81. #define _FILE_OFFSET_BITS 64
  82. #endif
  83. #endif
  84. #endif
  85. /* Setup the export macro. */
  86. #if 0
  87. #if defined(_WIN32) || defined(__CYGWIN__)
  88. #if defined(cmsys_EXPORTS)
  89. #define cmsys_EXPORT __declspec(dllexport)
  90. #else
  91. #define cmsys_EXPORT __declspec(dllimport)
  92. #endif
  93. #elif __GNUC__ >= 4
  94. #define cmsys_EXPORT __attribute__((visibility("default")))
  95. #else
  96. #define cmsys_EXPORT
  97. #endif
  98. #else
  99. #define cmsys_EXPORT
  100. #endif
  101. /* Enable warnings that are off by default but are useful. */
  102. #if !defined(cmsys_NO_WARNING_ENABLE)
  103. #if defined(_MSC_VER)
  104. #pragma warning(default : 4263) /* no override, call convention differs */
  105. #endif
  106. #endif
  107. /* Disable warnings that are on by default but occur in valid code. */
  108. #if !defined(cmsys_NO_WARNING_DISABLE)
  109. #if defined(_MSC_VER)
  110. #pragma warning(disable : 4097) /* typedef is synonym for class */
  111. #pragma warning(disable : 4127) /* conditional expression is constant */
  112. #pragma warning(disable : 4244) /* possible loss in conversion */
  113. #pragma warning(disable : 4251) /* missing DLL-interface */
  114. #pragma warning(disable : 4305) /* truncation from type1 to type2 */
  115. #pragma warning(disable : 4309) /* truncation of constant value */
  116. #pragma warning(disable : 4514) /* unreferenced inline function */
  117. #pragma warning(disable : 4706) /* assignment in conditional expression */
  118. #pragma warning(disable : 4710) /* function not inlined */
  119. #pragma warning(disable : 4786) /* identifier truncated in debug info */
  120. #endif
  121. #if defined(__BORLANDC__) && !defined(__cplusplus)
  122. /* Code has no effect; raised by winnt.h in C (not C++) when ignoring an
  123. unused parameter using "(param)" syntax (i.e. no cast to void). */
  124. #pragma warn - 8019
  125. #endif
  126. #endif
  127. /* MSVC 6.0 in release mode will warn about code it produces with its
  128. optimizer. Disable the warnings specifically for this
  129. configuration. Real warnings will be revealed by a debug build or
  130. by other compilers. */
  131. #if !defined(cmsys_NO_WARNING_DISABLE_BOGUS)
  132. #if defined(_MSC_VER) && (_MSC_VER < 1300) && defined(NDEBUG)
  133. #pragma warning(disable : 4701) /* Variable may be used uninitialized. */
  134. #pragma warning(disable : 4702) /* Unreachable code. */
  135. #endif
  136. #endif
  137. #endif